maildir2sylpheed.pl: bug fixes, rewrites
[claws.git] / ChangeLog.claws
1 2003-10-01 [paul]
2
3         * tools/README
4           tools/maildir2sylpheed.pl
5                 bug fixes, rewrites, submitted by Matthias Förste 
6                 <itsjustme@users.sourceforge.net>
7
8 2003-09-29 [paul]       0.9.5claws38
9
10         * src/inc.c
11                 fix my coding carelessness
12
13 2003-09-29 [paul]       0.9.5claws37
14
15         * po/POTFILES.in
16           src/Makefile.am
17           src/main.c
18           src/prefs_common.[ch]
19           src/prefs_fonts.[ch]  ** NEW FILES **
20                 move Font config options to Other Prefs/Display/Fonts
21                 (user's current configuration is preserved)
22
23 2003-09-29 [paul]       0.9.5claws36
24
25         * src/inc.c
26           src/prefs_account.c
27                 allow 'local_mbox' value to point to either a directory 
28                 (/var/mail -  default, new) or a file (/var/mail/username
29                 - original)
30
31 2003-09-28 [paul]       0.9.5claws35
32
33         * src/rfc2015.c
34                 on signature check, where key exists, print the
35                 Key ID
36
37 2003-09-27 [alfons]     0.9.5claws34
38
39         * src/action.c
40                 o make progress bar not fill/expand when resizing dialog
41                 o use default fixed text font for actions output
42
43 2003-09-27 [paul]       0.9.5claws33
44
45         * src/prefs_common.[ch]
46           src/procmsg.c
47           src/send_message.c
48                 remove External Program settings from Common Prefs/Send
49                 as they are now unnecessary due to Local account settings.
50                 plus a little tidying-up after 0.9.5claws31
51
52 2003-09-27 [paul]       0.9.5claws32
53
54         * src/prefs_account.c
55                 o make correction to gui text:
56                   'Local mailbox file' -> 'Local mailbox directory'
57                 o give 'local_mbox' option a reasonable default value:
58                   '/var/mail'
59                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
60                   value
61
62 2003-09-26 [paul]       0.9.5claws31
63
64         * src/inc.c
65           src/prefs_common.[ch]
66                 remove 'Incorporate from spool' common pref,
67                 force creation of a 'Local' account
68
69 2003-09-26 [christoph]  0.9.5claws30
70
71         * src/folder.c
72         * src/msgcache.c
73                 add more NULL pointer checks
74
75 2003-09-25 [christoph]  0.9.5claws29
76
77         * src/folder.c
78                 o don't fetch source message to get it's message id
79                 o immediately scan dest folder when copying a message did not
80                   return a new message number and not do it when the first message
81                   without a new message number is found
82
83 2003-09-23 [christoph]  0.9.5claws28
84
85         * src/compose.c
86                 fix generating of headers
87
88         (patch by David Relson <relson@osagesoftware.com>)
89
90 2003-09-23 [paul]       0.9.5claws27
91
92         * po/zh_CN.po
93                 update Simplified Chinese translation. submitted by
94                 Hansom Young
95
96 2003-09-23 [paul]       0.9.5claws26
97
98         * tools/Makefile.am
99           tools/README
100           tools/vcard2xml.py    ** NEW FILE **
101                 add a script that converts an evolution vcard to
102                 sylpheed's xml format
103                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
104
105 2003-09-22 [paul]       0.9.5claws25
106
107         * src/plugins/clamav/clamav_plugin.c
108                 don't skip MULTIPART parts
109
110 2003-09-21 [christoph]  0.9.5claws24
111
112         * src/alertpanel.c
113                 remove unneeded include
114
115         * src/folder.c
116                 clean up copy/move mess with duplicated code
117
118         * src/imap.c
119                 fix problem that sometimes the folder was not scanned
120                 also it was changed
121
122 2003-09-21 [christoph]  0.9.5claws23
123
124         * src/Makefile.am
125         * src/logwindow.[ch]                    ** REMOVE **
126         * src/mainwindow.c
127         * src/prefs_common.c
128         * src/gtk/Makefile.am
129         * src/gtk/logwindow.[ch]                ** ADD **
130                 make logwindow prefs_common independent and move
131                 it to gtk directory
132
133 2003-09-20 [christoph]  0.9.5claws22
134
135         * src/compose.c
136                 add extra space for address code conversion
137                 (4 * unconvered size could be too small for short headers)
138
139 2003-09-20 [christoph]  0.9.5claws21
140
141         * src/compose.c
142                 increase temp buffer size when writing headers
143
144 2003-09-19 [darko]      0.9.5claws20
145
146         * src/compose.c
147                 don't ignore value of 'Save copy of outgoing messages to
148                 this folder instead of Sent' in message redirect
149
150 2003-09-17 [christoph]  0.9.5claws19
151
152         * src/compose.c
153                 use ", " as address seperator for mail headers and pass whole
154                 header line at once to compose_convert_header to make sure
155                 it is correctly folded
156
157         (closes Bug 64 Problem when sending to many recipients)
158
159 2003-09-17 [hoa]        0.9.5claws18
160         
161         * src/matcher.[ch]
162           src/matcher_parser_parse.y
163           src/prefs_matcher.c
164                 changed the keyword used for command execution in condition
165                 keyword is changed from "execute" to "test"
166                 so that it is not the same as the one used for action.
167                 This will fix a bug when using filtering dialog.
168                 All semantic in the code is also changed to reflect
169                 the keyword change.
170
171 2003-09-17 [paul]
172         
173         * sync with 0.9.6 release
174
175 2003-09-17 [paul]       0.9.5claws17
176
177         * sync with 0.9.5cvs8
178                 see ChangeLog 2003-09-16 and 2003-09-17
179
180 2003-09-16 [paul]       0.9.5claws16
181
182         * sync with 0.9.5cvs6
183                 see ChangeLog 2003-09-16
184
185 2003-09-15 [paul]       0.9.5claws15
186
187         * sync with 0.9.5cvs5
188                 see ChangeLog 2003-09-15
189
190 2003-09-14 [alfons]     0.9.5claws14
191
192         * src/inc.c
193                 make "Go to inbox after receiving new mail" again;
194                 regression of a sync, restored to sylpheed main 
195                 behaviour. (misses still some bits)
196
197 2003-09-14 [alfons]     0.9.5claws13
198
199         * src/prefs_filtering_action.c
200                 o add proper message if empty execute command line
201                 o don't select first action item after registering a
202                   new action to prevent (what seems to be a GTK) bug
203                   #36, "filtering will only accept one action change 
204                   per invocation".
205
206 2003-09-14 [alfons]     0.9.5claws12
207
208         * src/prefs_filtering.c
209         * src/prefs_filtering_action.c
210         * src/prefs_matcher.c
211                 fix function signature for key_pressed_event signal handlers
212
213 2003-09-14 [alfons]     0.9.5claws11
214
215         * src/mainwindow.c
216                 fix regression caused by fix for invalid bug #7
217                 (should fix #246, "Multiple selections are deselected when 
218                 moving from search window to main window")
219                 
220 2003-09-14 [alfons]     0.9.5claws10
221         
222         * src/actions.[ch]
223         * src/filtering.[ch]
224         * src/prefs_actions.c
225                 allow `filtering actions` in actions; only for advanced users
226                 right now: try for example, "%as{mark color 2}" 
227         
228 2003-09-13 [paul]       0.9.5claws9
229         
230         * po/pl.po
231           po/zh_CN.po   ** NEW FILE **
232                 update Polish translation, submitted by Emil 
233                 <eminowbl@posejdon.wpk.p.lodz.pl>
234                 add new Simplified Chinese translation, submitted by
235                 Hansom Young <hansom_young@yahoo.com>
236
237 2003-09-12 [alfons]     0.9.5claws8
238
239         * src/summaryview.c
240                 don't open separate message views when View | Separate message view
241                 is active 
242                 (please look carefully for any navigation regressions)
243
244 2003-09-11 [alfons]     0.9.5claws7
245
246         * src/mainwindow.c
247                 make default message view, opened by View | Separate message 
248                 view, look like a claws message view (which includes a menu
249                 bar and a toolbar)
250                 (fixes bug #298, "message view loses tool bar") 
251
252 2003-09-11 [christoph]  0.9.5claws6
253
254         * src/folderview.c
255                 fix double deleting of newsgroup folders
256
257         (closes Bug 305 crash after deleting of a newsgroup)
258
259 2003-09-11 [paul]       0.9.5claws5
260
261         * src/rfc2015.c
262           src/common/utils.h
263                 more sync'ing from 0.9.5cvs2
264
265 2003-09-11 [christoph]  0.9.5claws4
266
267         * src/compose.c
268         * src/rfc2015.c
269         * src/common/utils.h
270                 fix sync with 0.9.5cvs2
271
272 2003-09-11 [paul]       0.9.5claws3
273
274         * sync with 0.9.5cvs4
275                 see ChangeLog 2003-09-11
276
277 2003-09-11 [paul]       0.9.5claws2
278
279         * sync with 0.9.5cvs2
280                 see ChangeLog 2003-09-05
281                 
282 2003-09-11 [paul]       0.9.5claws1
283
284         * sync with 0.9.5cvs3
285                 see ChangeLog 2003-09-10
286
287 2003-09-10 [paul]       0.9.5claws
288
289         * 0.9.5claws released
290
291 2003-09-10 [paul]       0.9.4claws78
292
293         * src/Makefile.am
294                 add missing files
295
296 2003-09-10 [melvin]     0.9.4claws77
297
298         * po/fr.po
299                 Updated French translations
300
301 2003-09-10 [paul]       0.9.4claws76
302
303         * po/es.po
304           po/sk.po
305           po/sr.po
306                 update Spanish, Slovak, and Serbian translations.
307                 submitted by Ricardo Mones Lastra, Andrej Kacian,
308                 and Urke MMI
309                 
310         * AUTHORS
311                 add translation team section
312
313 2003-09-09 [christoph]  0.9.4claws75
314
315         * src/folder.c
316                 free item->prefs in folder_item_destroy
317
318 2003-09-09 [alfons]     0.9.4claws74
319
320         * src/folderview.c
321                 o proper check for root node sorting
322                 o remove unnecessary gtk_ctree_remove_node 
323
324         (should fix bug #300, "crash while moving folder")      
325
326 2003-09-08 [christoph]  0.9.4claws73
327
328         * src/folderview.c
329                 o fix double adding of IMAP FolderItems to GtkCTree
330                 o fix crash then mbox folder is removed
331
332 2003-09-08 [christoph]  0.9.4claws72
333
334         * src/folder.c
335         * src/folderview.c
336         * src/mainwindow.c
337                 fix new folder notification
338
339         * src/mbox_folder.c
340                 fix cache path
341
342 2003-09-08 [christoph]  0.9.4claws71
343
344         * src/compose.c
345                 replace '\n' and '\r' before removing trailing spaces
346
347         * src/folder.[ch]
348         * src/folderview.c
349                 add information about new or removed items in folder tree change
350                 notification and use this in folderview to add and remove only
351                 the appected items and not refresh the whole tree
352
353 2003-09-07 [match]      0.9.4claws70
354
355         * src/Makefile.am
356         * src/addr_compl.c
357         * src/addressbook.c
358         * src/addressitem.h
359         * src/addrindex.c
360         * src/addritem.c
361         * src/addritem.h
362         * src/addrquery.c                       ** NEW **
363         * src/addrquery.h
364         * src/ldapquery.c
365         * src/ldapserver.c
366         * src/stock_pixmap.c
367         * src/stock_pixmap.h
368         * src/pixmaps/address_search.xpm        ** NEW **
369                 re-introduce Lookup button for LDAP 'static' searches.
370
371 2003-09-07 [alfons]     0.9.4claws69
372         
373         * src/summaryview.c
374                 abandon setting usize for messageview because it gives layout problems
375                 with the quick search bar and the headerview; fixes assorted UI glitches:
376                 
377                 o bug #148, "Toggling of quick-search bar reduces index view area" 
378                 o bug #280, "Window resiizes for line length but does not revert"
379
380 2003-09-07 [christoph]  0.9.4claws68
381
382         * src/compose.c
383                 o make sure we don't have any newlines in header values
384                 o check custom headers for spaces and newlines and ignore
385                   malformed header names
386
387 2003-09-06 [christoph]  0.9.4claws67
388
389         * src/folder.c
390         * src/folderview.c
391                 invoke notification hook for folder tree changes after append
392                 and remove folder
393
394         (closes Bug 294 Crash while moving folder with many subdirectories)
395
396 2003-09-06 [christoph]  0.9.4claws66
397
398         * src/folder.c
399                 destroy folder's MsgCache if FolderItem is removed to make sure
400                 it is not saved when the FolderItem is destroyed
401
402 2003-09-06 [christoph]  0.9.4claws65
403
404         * src/plugins/clamav/clamav_plugin.c
405                 fix copy & paste bug
406
407 2003-09-05 [christoph]  0.9.4claws64
408
409         * src/folder.c
410         * src/messageview.[ch]
411         * src/procmsg.[ch]
412         * src/summaryview.c
413                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
414                 by MessageView to clear it when the message is deleted. Should
415                 work even if messages are deleted in MainWindow or by
416                 processing.
417
418 2003-09-05 [alfons]     0.9.4claws63
419
420         * src/messageview.c
421                 deleting a message in a message view frees its msginfo, make 
422                 messageview_update_all() aware of that (should fix bug #293,
423                 "deleting message caused crash")
424
425 2003-09-05 [melvin]     0.9.4claws62
426
427         * src/action.c
428                 Improve synchronous action exit code (fixes 
429                 a ~5 seconds delay after action exit on RedHat 9)
430
431 2003-09-04 [christoph]  0.9.4claws61
432
433         * src/compose.c
434         * src/rfc2015.c
435         * src/common/utils.[ch]
436                 add util function to create mime boundary and use it
437                 in compose and gpg code
438
439 2003-09-04 [alfons]     0.9.4claws60
440
441         * src/folder.c
442                 source folder item's GNode should already have been freed in 
443                 a previous call to src->folder->klass->remove_folder()
444                 (should fix bug #287, "crash when moving folders")
445
446 2003-09-03 [thorsten]   0.9.4claws59
447
448         * src/plugins/spamassassin/spamassassin_gtk.c
449                 fix compile error
450
451 2003-09-03 [christoph]  0.9.4claws58
452
453         * src/plugins/spamassassin/spamassassin.[ch]
454         * src/plugins/spamassassin/spamassassin_gtk.c
455                 add timeout config option
456
457 2003-09-03 [paul]       0.9.4claws57
458
459         * po/sk.po      ** NEW FILE **
460                 add Slovak translation. Submitted by Andrej Kacian 
461                 <andrej@kacian.sk>
462
463 2003-09-03 [paul]       0.9.4claws56
464
465         * src/plugins/clamav/clamav_plugin_gtk.c
466                 gui tweaks: replace a label with a tooltip, modify the
467                 text, use gtk_check_button_new(); instead of
468                 gtk_check_button_new_with_label("");
469
470 2003-09-02 [alfons]     0.9.4claws55
471
472         * src/gtk/filesel.c
473                 remember last used dir when attaching multiple files (should fix
474                 bug #290, "Attach File does not remember directory")
475
476 2003-09-01 [paul]       0.9.4claws54
477
478         * po/es.po
479                 updated by Ricardo Mones Lastra
480
481 2003-09-01 [alfons]     0.9.4claws53
482
483         * src/gtk/gtkaspell.[ch]
484                 be pedantic and strict and use const gchar * instead of guchar *
485
486 2003-09-01 [alfons]     0.9.4claws52
487
488         * src/mainwindow.c
489         * src/summaryviewc.
490                 re-enable Save As when multiple messages are selected
491
492 2003-09-01 [paul]       0.9.4claws51
493
494         * src/textview.c
495                 g_free(trimmed_uri);
496
497 2003-09-01 [paul]       0.9.4claws50
498
499         * sync with 0.9.4cvs13
500                 see ChangeLog 2003-09-01
501
502 2003-09-01 [paul]       0.9.4claws49
503
504         * src/textview.c
505                 trim uri before sending to the statusbar
506                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
507                 in the message window causes main S-C window to enlarge 
508                 past screen edges'
509
510 2003-09-01 [paul]       0.9.4claws48
511
512         * sync with 0.9.4cvs12
513                 see ChangeLog 2003-09-01
514
515 2003-08-30 [christoph]  0.9.4claws47
516
517         * src/compose.c
518         * src/folder_item_prefs.[ch]
519         * src/prefs_folder_item.c
520         * src/gtk/gtkaspell.[ch]
521                 commit per folder dictionary patch by
522                 Paul Evans <nerd@freeuk.com>
523
524 2003-08-30 [christoph]  0.9.4claws46
525
526         * src/plugins/spamassassin/spamassassin_gtk.c
527         * src/plugins/spamassassin/spamassassin_gtk.glade
528                 reduce GUI clutter by placing hints into tooltips
529
530 2003-08-30 [paul]       0.9.4claws45
531
532         * src/compose.c
533                 add 'Content-Disposition: inline' to a text/plain
534                 part when using PGP/MIME signing
535
536 2003-08-30 [paul]       0.9.4claws44
537
538         * src/prefs_common.c
539           src/prefs_spelling.c
540           src/prefs_spelling.glade
541                 reduce GUI clutter by placing hints into tooltips
542
543 2003-08-29 [christoph]  0.9.4claws43
544
545         * configure.ac
546                 fix bug found by Ivan Rayner <ivanr@sgi.com>
547
548         * src/stock_pixmap.c
549                 change unecessary warning into a debug message
550
551         * src/plugins/clamav/Makefile.am
552                 Fix error "-I$(CLAMAV_LIBS)"
553
554 2003-08-29 [christoph]  0.9.4claws42
555
556         * intl/Makefile.in
557         * src/Makefile.am
558         * src/matcher.h
559         * src/common/Makefile.am
560         * src/common/passcrypt.c
561                 commit fixes and patches for some of the IRIX problems found by
562                 Ivan Rayner <ivanr@sgi.com>
563
564 2003-08-29 [paul]       0.9.4claws41
565
566         * src/prefs_filtering.c
567                 add 'Top' and 'Bottom' buttons, based on changes in
568                 src/prefs_filter.c in 0.9.4cvs11.
569
570 2003-08-27 [christoph]  0.9.4claws40
571
572         * src/folderview.c
573                 fix bug that the current summary settings were copied to the
574                 wrong folder item, when the folder item prefs are opened.
575                 Copying is not required because summary settings and
576                 folder_item_prefs do not contain the same settings
577
578 2003-08-27 [thorsten]   0.9.4claws39
579
580         * src/imap.c
581                 fix compile error
582
583 2003-08-26 [paul]       0.9.4claws38
584
585         * sync with 0.9.4cvs9
586                 see ChangeLog 2003-08-26
587
588 2003-08-25 [paul]       0.9.4claws37
589
590         * sync with 0.9.4cvs8
591                 see ChangeLog 2003-08-25
592
593 2003-08-24 [christoph]  0.9.4claws36
594
595         * src/prefs_filtering.c
596                 shouldn't remove items from a GSList while iterating over the
597                 list (makes cur invalid and cur->next not accessable)
598
599         (closes Bug 272 i deleted an folder and some seconds later sylpheed
600          crashed)
601
602 2003-08-23 [christoph]  0.9.4claws35
603
604         * src/news.c
605                 news folders should be scanned when opened
606
607 2003-08-22 [christoph]  0.9.4claws34
608
609         * src/prefs_folder_item.c
610                 use macro to assign strings that always frees the old string
611
612         * src/gtk/gtkaspell.[ch]
613                 add gtkaspell_set_dictionary_menu_active_item() to set active
614                 item in dictionary option menu
615
616         * src/prefs_spelling.c
617                 use gtkaspell_set_dictionary_menu_active_item() to select
618                 dictionary
619
620 2003-08-21 [christoph]  0.9.4claws33
621
622         * src/folder.[ch]
623         * src/imap.c
624         * src/mbox_folder.c
625         * src/mh.c
626         * src/news.c
627                 optimize folder system
628
629         * src/gtk/gtkstext.c
630                 fix division by zero when font has 0 width for ' '
631
632 2003-08-21 [paul]       0.9.4claws32
633
634         * sync with 0.9.4cvs7
635                 see ChangeLog 2003-08-20
636
637 2003-08-19 [paul]       0.9.4claws31
638
639         * src/common/defs.h
640                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
641                 SYLDOC_FAQ_HTML_INDEX.
642         * src/manual.c
643                 use LC_MESSAGES instead of LC_ALL to find the current
644                 language
645
646           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
647
648 2003-08-19 [paul]       0.9.4claws30
649
650         * po/bg.po
651                 updated by George Danchev
652
653 2003-08-18 [luke]       0.9.4claws29
654         * src/mimeview.[ch]
655         * src/gtk/gtkvscrollbutton.[ch]
656                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
657                   dependencies; do it the GTK way; reduce code -14/+2 lines)
658                 o removed horizontal separator between icons
659
660 2003-08-17 [christoph]  0.9.4claws28
661
662         * src/procmsg.c
663                 no subject threading when the subject has no reply prefix
664
665 2003-08-16 [christoph]  0.9.4claws27
666
667         * src/mainwindow.c
668                 remember and restore window sizes and position when the main
669                 window is hidden or shown
670
671         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
672          minimised/reopened using trayicon)
673
674 2003-08-16 [paul]       0.9.4claws26
675
676         * src/crash.c
677                 add #include "defs.h"
678
679 2003-08-16 [paul]       0.9.4claws25
680
681         * src/plugins/clamav/clamav_plugin.c
682                 reword a debug_print
683                 
684         * src/plugins/dillo_viewer/dillo_prefs.c
685                 cosmetic: change the labels' text, add tooltips, and
686                 left-align the hint
687
688 2003-08-15 [christoph]  0.9.4claws24
689
690         * src/news.c
691                 complete last change (forgot some changes)
692
693 2003-08-15 [christoph]  0.9.4claws23
694
695         * src/news.c
696                 o check number of messages and don't return a 0 message
697                   when no messages are available
698                 o don't parse xref header anymore
699
700         (closes Bug 203 I'm not getting any news)
701
702 2003-08-15 [paul]       0.9.4claws22
703
704         * src/common/defs.h
705           src/crash.c
706                 update and define claws bugzilla location
707
708 2003-08-15 [paul]       0.9.4claws21
709
710         * po/ru.po
711                 update submitted by Ruslan N. Balkin
712
713 2003-08-14 [christoph]  0.9.4claws20
714
715         * src/procmsg.c
716                 fix search for oldest node in subject threading
717
718 2003-08-14 [christoph]  0.9.4claws19
719
720         * src/procmsg.c
721         * src/common/utils.h
722                 add possibility to check all nodes with the same subject for
723                 subject threading, not only the oldest node. Should not break
724                 threads anymore if the oldest node is thread_by_subject_max_age
725                 days older then parent, because it can now find a child of
726                 oldest node as new parent.
727
728 2003-08-11 [christoph]  0.9.4claws18
729
730         * src/plugins/spamassassin/spamassassin.c
731                 run spam check in background process
732
733 2003-08-10 [alfons]     0.9.4claws17
734
735         * src/summaryview.c
736                 make `Select All' sensitive too
737
738 2003-08-10 [christoph]  0.9.4claws16
739
740         * src/imap.c
741                 add more checks in imap_close
742
743 2003-08-09 [alfons]     0.9.4claws15
744
745         * src/prefs_spelling.c
746                 no spell checking UI if not requested
747
748 2003-08-09 [alfons]     0.9.4claws14
749
750         * src/gtk/prefswindow.c
751                 make it compile
752
753 2003-08-09 [christoph]  0.9.4claws13
754
755         * src/prefs_spelling.c
756         * src/gtk/prefswindow.[ch]
757         * src/plugins/clamav/clamav_plugin_gtk.c
758         * src/plugins/spamassassin/spamassassin_gtk.c
759                 sort prefs pages by heighest weight in tree
760
761 2003-08-09 [paul]       0.9.4claws12
762
763         * sync with 0.9.4cvs6
764                 see ChangeLog 2003-08-07
765                 
766         * AUTHORS
767                 add Leandro and Luke to claws-branch section
768
769 2003-08-09 [christoph]  0.9.4claws11
770
771         * src/gtk/Makefile.am
772         * src/gtk/colorsel.[ch]                 ** NEW **
773                 create a color selection dialog that can be used as a simple
774                 function call with it's own gtk main loop like filesel.[ch]
775
776         * src/Makefile.am
777         * src/main.c
778         * src/prefs_common.c
779         * src/prefs_spelling.[ch]               ** NEW **
780         * src/prefs_spelling.glade              ** NEW **
781         * src/gtk/gtkutils.[ch]
782                 move "Spell Checker" prefs to new prefs dialog
783
784         * src/prefs_folder_item.c
785                 use new colorsel dialog
786
787 2003-08-08 [paul]       0.9.4claws10
788
789         * src/inc.c
790                 clear the progress bar unconditionally
791
792 2003-08-08 [paul]       0.9.4claws9
793
794         * sync with 0.9.4cvs4
795                 see ChangeLog 2003-07-31
796
797 2003-08-07 [christoph]  0.9.4claws8
798
799         * configure.ac
800                 fix bug in image viewer plugin part
801
802         * src/imap.c
803                 don't execute close command if the folder item is not selected
804
805 2003-08-07 [hoa]        0.9.4claws7
806
807         * src/filtering.[ch]
808         * src/matcher_parser.h
809         * src/matcher_parser_parse.y
810                 can define several actions for each filtering rule
811                 can import old versions of filtering rules
812
813         * src/prefs_filtering.c
814                 call to a new dialog box to define actions
815
816         * src/prefs_filtering_action.[ch]
817                 dialog box to define actions for filtering rules
818
819 2003-08-06 [christoph]  0.9.4claws6
820
821         * src/imap.c
822                 make sure source folder is selected when copying messages
823
824 2003-08-06 [christoph]  0.9.4claws5
825
826         * sync with 0.9.4cvs2
827                 see ChangeLog 2003-07-29                
828
829 2003-08-05 [paul]       0.9.4claws4
830
831         * sync with 0.9.4cvs3
832                 see ChangeLog 2003-07-30
833
834 2003-08-04 [match]      0.9.4claws3
835
836         * po/POTFILES.in
837                 export of LDIF files.
838
839 2003-08-04 [match]      0.9.4claws2
840
841         * src/ldif.[ch]
842                 support for export LDIF. documented.
843         * src/importldif.[ch]
844         * src/exportldif.[ch]
845                 add tooltips. documented.
846         * src/exphtmldlg.[ch]
847         * src/common/xmlprops.[ch]
848                 documented.
849         * src/exportldif.[ch]                   ** NEW **
850         * src/expldifdlg.[ch]                   ** NEW **
851         * src/addressbook.[ch]
852         * src/Makefile.am
853                 export of LDIF files.
854                 documented.
855
856 2003-08-04 [christoph]  0.9.4claws1
857
858         * .cvsignore
859         * Makefile.am
860         * configure.ac
861         * sylpheed-claws.pc.in                  ** NEW **
862         * src/Makefile.am
863         * src/common/Makefile.am
864         * src/gtk/Makefile.am
865                 install sylpheed header files in $(pkgincludedir) and create a
866                 pkg-config file to allow building a plugin without the source
867                 package
868
869 2003-08-04 [paul]       0.9.4claws
870
871         * version 0.9.4claws
872
873 2003-08-04 [paul]       0.9.3claws97
874
875         * po/es.po
876                 update Spanish translation. Submitted by Ricardo
877                 Mones Lastra.
878
879 2003-08-03 [paul]       0.9.3claws96
880
881         * po/hr.po
882           po/sr.po
883                 update Croatian and Serbian translations. Submitted by
884                 Dragan and Urke MMI respectively
885
886 2003-08-03 [alfons]     0.9.3claws95
887
888         * src/summaryview.c
889                 mark flag has precedence over important flag - seems
890                 to have been changed in sync of 0.9.3claws45. this fixes
891                 a regression where messages that were scored as important
892                 don't show their mark flags. (using the same column for
893                 both importance as mark flags is the real problem
894                 ofcourse)
895
896 2003-08-03 [melvin]     0.9.3claws94
897
898         * po/fr.po
899                 Updated French translations.
900
901 2003-08-03 [melvin]     0.9.3claws93
902
903         * src/Makefile.am
904                 Fixed typo introduced after 0.9.3claws92 
905                 that prevented compilation
906                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
907                 CPPFLAGS and YFLAGS to allow user setting these.
908         * src/common/Makefile.am
909         * src/gtk/Makefile.am
910         * src/plugins/clamav/Makefile.am
911         * src/plugins/demo/Makefile.am
912         * src/plugins/dillo_viewer/Makefile.am
913         * src/plugins/image_viewer/Makefile.am
914         * src/plugins/mathml_viewer/Makefile.am
915         * src/plugins/spamassassin/Makefile.am
916         * src/plugins/trayicon/Makefile.am
917         * src/plugins/trayicon/libeggtrayicon/Makefile.am
918                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
919                 CPPFLAGS and YFLAGS to allow user setting these.
920
921 2003-08-02 [christoph]  0.9.3claws92
922
923         * configure.ac
924                 o rearrange plugin tests
925                 o add test for clamav.h to ClamAV tests
926
927 2003-08-02 [luke]       0.9.3claws91
928
929         * src/mimeview.c
930                 o fixed appearance of icon list when toggling back from the 
931                   ctree
932                 o toggling of icons using the keyboard works correctly
933                 o fixed all other keyboard shortcuts to work when icons are
934                   active
935         
936         * src/messageview.c
937                 o fixed bug 4 - focus lost when changing messageview view type
938
939 2003-08-02 [christoph]  0.9.3claws90
940
941         * src/common/hooks.c
942                 fix crash when pointer stored in hash table could get invalid
943                 when a plugin is unloaded
944
945 2003-08-01 [christoph]  0.9.3claws89
946
947         * configure.ac
948                 o try to build all plugins (except spamassassin) by default
949                 o don't build a plugin if a dependency check fails
950
951         * src/common/hooks.c
952                 fix warning
953
954 2003-08-01 [match]      0.9.3claws88
955
956         * src/importldif.c
957                 allow single click field selection. document code.
958
959 2003-08-01 [christoph]  0.9.3claws87
960
961         * src/plugins/clamav/clamav_plugin.c
962         * src/plugins/clamav/clamav_plugin_gtk.c
963         * src/plugins/dillo_viewer/dillo_viewer.c
964         * src/plugins/image_viewer/plugin.c
965         * src/plugins/mathml_viewer/mathml_viewer.c
966         * src/plugins/spamassassin/spamassassin.c
967         * src/plugins/spamassassin/spamassassin_gtk.c
968         * src/plugins/trayicon/trayicon.c
969                 add version check to all plugins
970
971 2003-08-01 [hoa]        0.9.3claws86
972
973         * src/prefs_filtering.c
974                 fixed a cosmetic bug, during creation of dialog box,
975                 wrong widgets were shown after creation.
976
977 2003-08-01 [luke]       0.9.3claws85
978
979         * src/mainwindow.c
980                 o fixed visibility of icons/mimeview after toggling separate
981                   message/folder view (factored out some similar code too).
982
983
984 2003-07-31 [alfons]     0.9.3claws84
985
986         * src/mimeview.c
987                 tweak icon box UI a bit more, now allowing right-clicks actions
988                 getting the relevant mime data too; should fix #250, "Can't save 
989                 attachments sometimes".
990
991 2003-07-30 [alfons]     0.9.3claws83
992
993         * src/compose.c
994                 don't do auto-save-draft inside key press handler, but rather
995                 schedule it half of a second later; should fix #67, "autosave 
996                 make re-rediting message crazy"
997
998 2003-07-30 [christoph]  0.9.3claws82
999
1000         * src/plugins/trayicon/trayicon.c
1001                 process pending events before unloading the plugin
1002
1003         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1004
1005 2003-07-30 [alfons]     0.9.3claws81
1006
1007         * src/common/hooks.c
1008                 parameter 2 of g_hook_destroy() should really be a hook id
1009
1010 2003-07-30 [alfons]     0.9.3claws80
1011
1012         * src/common/plugin.c
1013                 fix a possibly harmful function signature mismatch 
1014                 for plugin_done
1015
1016 2003-07-30 [alfons]     0.9.3claws79
1017
1018         * src/common/hooks[.ch]
1019                 const correctness
1020
1021 2003-07-30 [darko]      0.9.3claws78
1022
1023         * src/summaryview.c
1024                 make it compile again
1025
1026 2003-07-30 [luke]       0.9.3claws77
1027
1028         * src/crash.c
1029         * src/main.c
1030                 o added/moved signal handlers for SIGTERM (normal kill command) 
1031                   and SIGINT (ctl-c) to be used even without 
1032                   --enable-crash-dialog, fixing bug 166
1033
1034         * src/summaryview.c
1035                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1036                   bug 227
1037
1038         * src/mainwindow.c
1039                 o changed sensitivity condition for 'Next new' and 'Next 
1040                   unread', fixing bug 8
1041
1042 2003-07-29 [alfons]     0.9.3claws76
1043
1044         * src/common/utils.[ch]
1045                 add generate_msgid()
1046         * src/messageview.c
1047                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1048                 sent folder".
1049
1050 2003-07-29 [alfons]     0.9.3claws75
1051
1052         * src/messageview.c
1053                 fix a memleak (claws-only)
1054
1055 2003-07-29 [alfons]     0.9.3claws74
1056
1057         * src/mimeview.[ch]
1058         * src/gtk/gtkvscrollbutton.[ch]
1059                 fix UI glitch where mime icon toolbox' scroll position is not 
1060                 reset after switching to another message
1061                 
1062
1063 2003-07-29 [paul]       0.9.3claws73
1064
1065         * src/prefs_folder_item.c
1066                 split the prefs into 2 separate pages
1067
1068 2003-07-29 [paul]       0.9.3claws72
1069
1070         * src/compose.c
1071                 prepend "\n\n" to a signature without a separator too
1072
1073 2003-07-29 [paul]       0.9.3claws71
1074
1075         * src/compose.c
1076                 fix bug where changing to an account without an auto-sig
1077                 from an initial account without an auto-sig would insert 
1078                 2 blank lines at the cursor point
1079                 fix bug where changing to an account with an auto-sig
1080                 from an initial account without an auto-sig would insert
1081                 the sig at the cursor point
1082
1083 2003-07-29 [paul]       0.9.3claws70
1084
1085         * src/folderview.c
1086                 use the colour from the folder pref unless the folder
1087                 has new messages
1088
1089 2003-07-29 [alfons]     0.9.3claws69
1090
1091         * src/procmsg.[ch]
1092         * src/messageview.c
1093         * src/procheader.c
1094                 rewrite return receipt request work a little bit (the former 
1095                 implementation presumably depended too much on the UI setting
1096                 flags). (we're losing the old pending flag.) 
1097
1098 2003-07-28 [christoph]  0.9.3claws68
1099
1100         * src/folder.c
1101         * src/imap.c
1102         * src/mh.c
1103         * src/procmsg.[ch]
1104                 fix copy to IMAP folder from other folder
1105
1106 2003-07-28 [christoph]  0.9.3claws67
1107
1108         * src/procmsg.c
1109                 fix sync of procmsg_get_message_file_list
1110
1111 2003-07-28 [christoph]  0.9.3claws66
1112
1113         * sync with 0.9.3cvs14
1114                 see ChangeLog 2003-07-18
1115         * sync with 0.9.3cvs17
1116                 see ChangeLog 2003-07-23
1117
1118         (closes Bug 234 segmentation fault after sending out mail via
1119          smtp(auth))
1120
1121 2003-07-28 [paul]       0.9.3claws65
1122
1123         * po/es.po
1124                 update Spanish translation, submitted by Ricardo Mones
1125                 Lastra
1126
1127 2003-07-28 [christoph]  0.9.3claws64
1128
1129         * src/folder.[ch]
1130         * src/imap.c
1131         * src/mh.c
1132                 return new message numbers as a GRelation instead of a GSList
1133                 that has to be in the same order as the input list. A list
1134                 would make it hard for IMAP to optimize oepration by sorting
1135                 the input list. The returned list would have to be reordered
1136                 to match the same order that input list has.
1137
1138         * src/gtk/gtkaspell.c
1139                 fix missing return value, could cause a crash when garbage is
1140                 on the stack that is used as the expected return value
1141
1142 2003-07-28 [paul]       0.9.3claws63
1143
1144         * sync with 0.9.4cvs1
1145                 see ChangeLog 2003-07-28
1146
1147 2003-07-27 [alfons]     0.9.3claws62
1148
1149         * src/mimeview.c
1150                 tweak it more to make icon list act like a check button group
1151
1152 2003-07-27 [christoph]  0.9.3claws61
1153
1154         * sync with 0.9.3cvs20
1155                 see ChangeLog 2003-07-25
1156
1157 2003-07-27 [paul]       0.9.3claws60
1158
1159         * src/procmsg.c
1160                 re-commit changes from 0.9.3claws58 -
1161                 accidently removed in 0.9.3claws59
1162
1163 2003-07-27 [paul]       0.9.3claws59
1164
1165         * src/procmsg.[ch]
1166                 a sync from 0.9.3cvs17
1167                 see ChangeLog 2003-07-23
1168
1169 2003-07-27 [alfons]     0.9.3claws58
1170
1171         * src/procmsg.c
1172                 add missing header members to MsgInfo; fixes the problem of 
1173                 not displaying X-Faces, as noticed by Ricardo Mones
1174
1175 2003-07-26 [christoph]  0.9.3claws57
1176
1177         * sync with 0.9.3cvs18
1178                 see ChangeLog 2003-07-24
1179
1180 2003-07-26 [christoph]  0.9.3claws56
1181
1182         * sync with 0.9.3cvs17
1183                 see ChangeLog 2003-07-23
1184
1185 2003-07-26 [christoph]  0.9.3claws55
1186
1187         * src/folder.[ch]
1188         * src/imap.c
1189         * src/mbox_folder.c
1190         * src/mh.c
1191         * src/news.c
1192                 add support for copy function that copy multiple messages
1193                 (not implemented yet)
1194
1195         * src/summaryview.c
1196                 add missing return value
1197
1198 2003-07-26 [paul]       0.9.3claws54
1199
1200         * tools/multiwebsearch.pl
1201                 do whitespace substitution before passing the string
1202                 to the browser. fixes bug with browsers that don't
1203                 do whitespace conversion themselves.
1204
1205 2003-07-25 [christoph]  0.9.3claws53
1206
1207         * src/folder.[ch]
1208         * src/imap.c
1209         * src/mh.c
1210                 rewrite adding of multiple messages to a folder for
1211                 claws' folder system
1212
1213 2003-07-25 [luke]       0.9.3claws52
1214
1215         * src/mimeview.c
1216                 o icon toggles set correctly on leaving ctree mimeview
1217
1218 2003-07-25 [paul]       0.9.3claws51
1219
1220         * partial sync with 0.9.3cvs21 [src/main.c]
1221                 see ChangeLog 2003-07-25
1222
1223 2003-07-24 [paul]       0.9.3claws50
1224
1225         * tools/maildir2sylpheed.pl
1226                 fix typo
1227
1228 2003-07-24 [paul]       0.9.3claws49
1229
1230         * src/mimeview.c
1231                 increase the gutter size of paned so that the panes
1232                 can be resized
1233                 
1234         * src/plugins/demo/demo.c
1235                 squeeze in another typo fix
1236
1237 2003-07-24 [paul]       0.9.3claws48
1238
1239         * src/plugins/demo/demo.c
1240           src/prefs_account.c
1241                 small changes to the English
1242                 
1243         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1244           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1245           src/Makefile.am
1246           src/stock_pixmap.c
1247                 rename the misspelled icon
1248
1249 2003-07-23 [alfons]     0.9.3claws47
1250
1251         * src/mimeview.c
1252                 make icon list look like a list of toggles
1253
1254 2003-07-23 [luke]       0.9.3claws46
1255
1256         * src/pixmaps/mimeview_gpg_expired.xpm
1257         * src/pixmaps/mimeview_gpg_failed.xpm
1258         * src/pixmaps/mimeview_gpg_passed.xpm
1259         * src/pixmaps/mimeview_text_html.xpm
1260         * src/pixmaps/mimeview_image.xpm
1261                 o all icons the same size
1262
1263         * src/mimeview.[ch]
1264                 o mimeview ctree arranged vertically above the viewer
1265                 o icons changed to buttons
1266                 o can use keyboard to select an icon (Enter)
1267                 o resize icon list to width of icons
1268
1269         *  src/gtk/gtkvscrollbutton.c
1270                 o sensitivity of buttons reacts to position
1271
1272 2003-07-23 [christoph]  0.9.3claws45
1273
1274         * sync with 0.9.3cvs14 (incomplete)
1275                 see ChangeLog 2003-07-17
1276
1277 2003-07-23 [alfons]     0.9.3claws44
1278
1279         * src/folder.c
1280         * src/procmsg.h
1281                 sync with my local tree to restore some claws-only things
1282
1283 2003-07-23 [paul]       0.9.3claws43
1284
1285         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1286           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1287           src/Makefile.am
1288           src/mimeview.c
1289           src/procmime.h
1290           src/rfc2015.c
1291           src/stock_pixmap.[ch]
1292                 indicate missing keys and expired sigs/keys
1293                 in mime view column
1294
1295 2003-07-23 [paul]       0.9.3claws42
1296
1297         * src/compose.c
1298                 Redirect fixes: enable automatic account selection and
1299                 do not append signature to message on changing account
1300                 fixes Bug[s] #248
1301
1302 2003-07-23 [paul]       0.9.3claws41
1303
1304         * sync with 0.9.3cvs16
1305                 see ChangeLog 2003-07-23
1306
1307 2003-07-23 [alfons]     0.9.3claws40
1308
1309         * src/inc.c
1310                 give progress dialog a main window, and give it the first 
1311                 one (presumably the only one). fixes bug #247, "segfault on 
1312                 pop-before-smtp" 
1313
1314 2003-07-22 [alfons]     0.9.3claws39
1315
1316         * src/summaryview.c
1317                 shift-space scrolls up
1318
1319 2003-07-22 [paul]       0.9.3claws38
1320
1321         * sync with 0.9.3cvs15
1322                 see ChangeLog 2003-07-22
1323
1324 2003-07-20 [alfons]     0.9.3claws37
1325
1326         * src/compose.c
1327                 put menu inside #ifdef USE_ASPELL..#endif
1328
1329 2003-07-20 [christoph]  0.9.3claws36
1330
1331         * src/procmsg.c
1332                 fix wrong flags in MsgInfo returned by
1333                 procmsg_msginfo_get_full_info()
1334
1335         (closes Bug 221 Deleting messages from the Message View gives incorrect
1336          new/unread message counts in the folder view)
1337
1338         * src/plugins/spamassassin/spamassassin_gtk.c
1339                 add gettext macro for prefs page title
1340
1341 2003-07-20 [paul]       0.9.3claws35
1342
1343         * src/mimeview.c
1344                 redraw icon list on signature check
1345
1346 2003-07-20 [christoph]  0.9.3claws34
1347
1348         * src/Makefile.am
1349         * src/account.c
1350         * src/folder.[ch]
1351         * src/folder_item_prefs.[ch]            ** NEW **
1352         * src/folderview.c
1353         * src/mainwindow.c
1354         * src/mh.c
1355         * src/prefs_gtk.c
1356         * src/prefs_scoring.c
1357         * src/summaryview.c
1358         * src/prefs_folder_item.[ch]
1359                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1360                   Properties dialog
1361                 o use prefswindow for folder properties
1362
1363         * src/gtk/prefswindow.[ch]
1364                 change implementation to use an invisible notebook instead
1365                 of unparenting widgets
1366
1367 2003-07-20 [christoph]  0.9.3claws33
1368
1369         * src/compose.h
1370         * src/folder.c
1371         * src/folderview.h
1372         * src/headerview.h
1373         * src/prefs_filtering.h
1374         * src/prefs_folder_item.[ch]
1375         * src/procmime.h
1376         * src/procmsg.h
1377         * src/summaryview.h
1378                 clean up header mess
1379                 (always use 1. typedefs, 2. #includes, 3. structures)
1380
1381         * src/common/version.h.in
1382                 add casts for constants
1383
1384         * src/plugins/demo/demo.c
1385                 fix typo
1386
1387         * src/plugins/spamassassin/spamassassin.c
1388                 remove unused variable
1389
1390 2003-07-20 [alfons]     0.9.3claws32
1391
1392         * src/mimeview.c
1393                 o make icon buttons respond on left click
1394                 o minor cosmetic change
1395
1396 2003-07-19 [luke]       0.9.3claws31
1397
1398         * src/mimeview.[ch]
1399         * src/gtk/gtkvscrollbutton.c
1400         * src/messageview.c
1401                 o improved mimeview behaviour when selecting a new message
1402                 o plus code cleanups to remove compile warnings
1403
1404
1405 2003-07-19 [alfons]     0.9.3claws30
1406
1407         * src/procmsg.c
1408         * src/compose.c
1409         * src/common/utils.[ch]
1410                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1411
1412 2003-07-19 [alfons]     0.9.3claws29
1413
1414         * src/prefs_folder_item.c
1415                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1416                 string pointers
1417
1418 2003-07-19 [luke]       0.9.3claws28
1419
1420         * src/messageview.c
1421         * src/mimeview.[ch]
1422         * src/procmime.h
1423         * src/rfc2015.c
1424         * src/stock_pixmap.[ch]
1425         * src/gtk/Makefile.am
1426         * src/Makefile.am
1427         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1428         * src/pixmaps/mime_*.xpm                ** NEW **
1429                 o mimeview rearrangement with a new icon shortcut bar
1430
1431 2003-07-19 [alfons]     0.9.3claws27
1432
1433         * src/folderview.c
1434                 o plug leaking nodes_to_recollapse
1435                 o add folderview_recollapse_all_nodes() (not used yet)
1436
1437 2003-07-19 [alfons]     0.9.3claws26
1438
1439         * src/compose.c
1440         * src/common/utils.c
1441                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1442                 for both forwarding as replying
1443
1444 2003-07-18 [christoph]  0.9.3claws25
1445
1446         * configure.ac
1447         * src/common/sylpheed.[ch]
1448         * src/common/version.h.in
1449                 add version in numeric form to allow easy comparison
1450
1451         * src/plugins/demo/demo.c
1452                 add version check
1453                 - sylpheed version > plugin version => never allowed, sylpheed
1454                   could contain unknown API changes
1455                 - sylpheed version < minimum version required => don't load,
1456                   API required not available (if linking does not fail)
1457
1458 2003-07-18 [alfons]     0.9.3claws24
1459         
1460         * src/common/plugin.[ch]
1461                 const correctness
1462
1463 2003-07-18 [christoph]  0.9.3claws23
1464
1465         * src/common/hooks.c
1466                 fix crash when hooks where unregisted
1467
1468         * src/plugins/trayicon/trayicon.c
1469                 unregister detroy signal before destroying the widget
1470                 (still crashes when the plugin is unloaded)
1471
1472 2003-07-18 [alfons]     0.9.3claws22
1473         
1474         * src/folderview.c
1475                 delay expanding folder tree during drags until timeout triggered
1476                 (needs perhaps some tweaking, so testing is welcome)
1477
1478 2003-07-17 [alfons]     0.9.3claws21
1479
1480         * src/folderview.c
1481                 clean up cruft
1482
1483 2003-07-17 [christoph]  0.9.3claws20
1484
1485         * src/common/session.c
1486                 fix opening of SSL connections
1487
1488         * src/plugins/image_viewer/Makefile.am
1489                 add OPENSSL_CFLAGS (we should find a better solution to remove
1490                 this dependencies if they are not required)
1491
1492         * src/plugins/spamassassin/spamassassin.c
1493                 remove setlocale workaround (fixed in libspamc)
1494
1495         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1496          if spell checking enabled)
1497
1498 2003-07-17 [alfons]     0.9.3claws19
1499
1500         * src/common/hooks.[ch]
1501         * src/plugins/clamav/clamav_plugin.c
1502         * src/plugins/spamassassin/spamassassin.c
1503         * src/plugins/trayicon/trayicon.c
1504                 fix signedness muck 
1505
1506 2003-07-17 [alfons]     0.9.3claws18
1507
1508         * src/procmime.c
1509                 plug memleak
1510
1511 2003-07-17 [alfons]     0.9.3claws17
1512
1513         * src/inc.c
1514                 plug memleak
1515
1516 2003-07-17 [paul]       0.9.3claws16
1517
1518         * src/common/defs.h
1519           src/mainwindow.c
1520           src/manual.[ch]
1521                 add link to the Claws site's FAQ page, after the suggestion
1522                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1523                 Move url strings to defs.h
1524                 
1525         * src/mainwindow.c
1526                 fix typo to prevent "unknown menu entry" warnings
1527
1528 2003-07-17 [alfons]     0.9.3claws15
1529
1530         * src/folderview.[ch]
1531         * src/summaryview.[ch]
1532         * src/mimeview.[ch]
1533                 plug DnD leaks 
1534
1535 2003-07-17 [paul]       0.9.3claws14
1536
1537         * src/inc.c
1538                 remove two instances of 'GTK_EVENTS_FLUSH' because
1539                 they are unnecessary and probably cause a stack overflow
1540
1541 2003-07-16 [christoph]  0.9.3claws13
1542
1543         * src/mimeview.[ch]
1544                 use an invisible GTK notebook to switch between viewers
1545                 instead of reparenting widgets
1546
1547 2003-07-16 [christoph]  0.9.3claws12
1548
1549         * src/folder.c
1550                 move folder_item_update_freeze() to correct place in
1551                 folder_item_scan_full()
1552
1553 2003-07-16 [paul]       0.9.3claws11
1554
1555         * sync with 0.9.3cvs12
1556                 see ChangeLog 2003-07-14 and 2003-07-15
1557
1558 2003-07-16 [christoph]  0.9.3claws10
1559
1560         * src/imap.[ch]
1561         * src/prefs_account.[ch]
1562                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1563
1564 2003-07-15 [alfons]     0.9.3claws9
1565
1566         * src/main.c
1567                 make --config-dir do something useful
1568
1569 2003-07-15 [alfons]     0.9.3claws8
1570
1571         * src/procmsg.c
1572                 o fix a bug where 'last' didn't really point to the last message
1573                   in the top level list of children, but to the last threaded
1574                   message. 
1575                 
1576                 o clean up and make it easier to sync
1577
1578 2003-07-15 [alfons]     0.9.3claws7
1579
1580         * src/mainwindow.c
1581                 make correct menu items sensitive       
1582
1583 2003-07-14 [alfons]     0.9.3claws6
1584
1585         * src/procmsg.c
1586                 tune the threader so it will not subject-thread any message
1587                 without a subject prefix (this will not thread correctly if 
1588                 a parent is delivered after their childs, but it looks 
1589                 better right now)
1590
1591 2003-07-13 [christoph]  0.9.3claws5
1592
1593         * src/mainwindow.c
1594                 group "Add mailbox *..." menu items in submenu
1595
1596 2003-07-13 [alfons]     0.9.3claws4
1597
1598         * src/summaryview.c
1599                 correct summary_toggle_pressed() signature and make sure
1600                 signal is not passed on
1601
1602 2003-07-13 [alfons]     0.9.3claws3
1603
1604         * src/summaryview.c
1605                 o for now don't pass on keys when they we're handled by 
1606                   ctree::key_press_event
1607                 o clean up
1608
1609 2003-07-13 [alfons]     0.9.3claws2
1610         
1611         * src/main.c
1612                 add command line option "--config-dir" to get the current 
1613                 configuration dir
1614
1615 2003-07-12 [alfons]     0.9.3claws1
1616
1617         * src/matcher.[ch]
1618         * src/matcher_parser_parse.y
1619         * src/prefs_filtering.c
1620         * src/filtering.c
1621                 add "Lock" filter action to lock messages;
1622
1623         * src/filtering.c       
1624                 remove debug_print()    
1625         * src/prefs_filtering.c
1626                 re-organize matcher part 9: 
1627                 make action text entries easily extendible;
1628                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1629                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1630
1631 2003-07-12 [paul]
1632
1633         * tools/README
1634                 update old information and add missing
1635                 information
1636
1637 2003-07-12 [paul]       0.9.3claws
1638
1639         * 0.9.3claws released
1640         
1641 2003-07-12 [paul]       0.9.0claws103
1642
1643         * src/Makefile.am
1644                 add addrquery.h
1645
1646 2003-07-12 [melvin]     0.9.0claws102
1647
1648         * src/messageview.c
1649                 Fixed bug #215: Show MIME tab for single text/html messages. 
1650                 
1651 2003-07-12 [paul]       0.9.0claws101
1652
1653         * man/sylpheed.1
1654                 updated
1655
1656 2003-07-12 [paul]       0.9.0claws100
1657
1658         * po/es.po
1659           po/hr.po
1660           po/pl.po
1661           po/sr.po
1662                 update Spanish, Croatian, Polish, Serbian translations.
1663                 submitted by Ricardo Mones Lastra, Dragan, Witold
1664                 Wladyslaw Wojciech Wilk, Urke MMI
1665
1666 2003-07-12 [melvin]     0.9.0claws99
1667
1668         * po/fr.po
1669                 Updated French translations.
1670
1671 2003-07-12 [paul]       0.9.0claws98
1672
1673         * src/addressbook.c
1674                 disable 'Lookup' button as it has no effect
1675
1676 2003-07-11 [alfons]     0.9.0claws97
1677         
1678         * src/summaryview.c
1679                 summary_searchbar_pressed() should return TRUE to signal that
1680                 event was handled. when returning void, the return value passed
1681                 to GTK is actually random, but maybe FALSE, in which case the
1682                 event is handled by parent
1683                 
1684 2003-07-10 [paul]       0.9.0claws96
1685
1686         * ac/missing/gettext.m4
1687                 update to version 0.12
1688
1689 2003-07-10 [paul]       0.9.0claws95
1690
1691         * src/plugins/clamav/clamav_plugin.c
1692                 fix bug where multipart/alternative messages
1693                 would slip through without being scanned
1694
1695 2003-07-10 [christoph]  0.9.0claws94
1696
1697         * src/folder.c
1698                 correct check if folder supports removing when a message is
1699                 moved. if not the message is only copied.
1700
1701         (closes Bug 132 crash on startup in newsgroups folders)
1702
1703 2003-07-09 [alfons]     0.9.0claws93
1704
1705         * configure.ac
1706         * src/common/defs.h
1707                 --with-config-dir (default .sylpheed)
1708
1709 2003-07-09 [christoph]  0.9.0claws92
1710
1711         * configure.ac
1712                 use PKG_CHECK_MODULES to check for gtkmathview
1713                 (version 0.4.2 now required)
1714
1715 2003-07-08 [melvin]     0.9.0claws91
1716
1717         * src/action.c
1718                 Implemented a progress bar that counts the number of completed
1719                 tasks when the action runs more than one command.
1720
1721 2003-07-08 [alfons]     0.9.0claws90
1722
1723         * src/procmsg.c
1724                 if queued message has an invalid Message-Id, don't try to
1725                 find message it refers to (fixes #209 "crash when processing 
1726                 in folder")
1727
1728 2003-07-08 [paul]       0.9.0claws89
1729
1730         * sync with 0.9.3cvs2
1731                 see ChangeLog 2003-07-08
1732
1733 2003-07-08 [match]      0.9.0claws88
1734
1735         * src/ldapctrl.c
1736                 extend LDAP search for first/last name by parsing search term.
1737
1738 2003-07-08 [alfons]     0.9.0claws87
1739
1740         * src/send_message.c
1741                 fix bug #208 "Status message stuck when sending on POP3 account"
1742
1743 2003-07-07 [paul]       0.9.0claws86
1744
1745         * po/hr.po
1746                 new Croatian translation, submitted by
1747                 Dragan <drleskov@inet.hr>
1748
1749 2003-07-07 [paul]       0.9.0claws85
1750
1751         * sync with 0.9.3cvs1
1752                 see ChangeLog 2003-07-07
1753
1754 2003-07-05 [christoph]  0.9.0claws84
1755
1756         * src/Makefile.am
1757         * src/messageview.c
1758         * src/mimeview.[ch]
1759         * src/stock_pixmap.[ch]
1760         * src/pixmaps/messageview_text.xpm              ** NEW **
1761                 move mimeview tabs to the right side and use icons
1762                 instead of text to save some space
1763
1764         (patch by Luke Plant <lukeplant@softhome.net>)
1765
1766 2003-07-05 [christoph]  0.9.0claws83
1767
1768         * src/inc.c
1769                 add NULL pointer checks
1770
1771         (patch by Luke Plant <lukeplant@softhome.net>)
1772         (closes Bug 204 0.9.0 quits on authentication error?!)
1773
1774 2003-07-05 [alfons]     0.9.0claws82
1775
1776         * configure.ac
1777                 take the clue in bug #202 "./configure script - 
1778                 'if test' comparison failure" reported by John Kristoff. 
1779
1780 2003-07-04 [christoph]  0.9.0claws81
1781
1782         * src/plugins/spamassassin/spamassassin.c
1783                 set timeout for spam check
1784
1785 2003-07-04 [christoph]  0.9.0claws80
1786
1787         * src/main.c
1788                 destroy all FolderItems when shutting down to
1789                 allow folders to clean up
1790
1791 2003-07-04 [melvin]     0.9.0claws79
1792
1793         * src/gtk/gtkaspell.c
1794                 Fixed bug #184 "Entering non-ascii character deletes
1795                 previous char if spell checking enabled": this makes
1796                 the spell checking in multibytes (e.g. UTF-8)locales work.
1797                 (Patch by Luke Plant).
1798                 
1799 2003-07-04 [christoph]  0.9.0claws78
1800
1801         * sync with 0.9.2cvs1
1802                 see ChangeLog 2003-06-10
1803
1804 2003-07-04 [paul]       0.9.0claws77
1805
1806         * sync with 0.9.3 release
1807                 see ChangeLog 2003-07-04
1808
1809 2003-07-03 [christoph]  0.9.0claws76
1810
1811         * src/folder.[ch]
1812         * src/imap.c
1813         * src/mbox_folder.c
1814         * src/mh.c
1815         * src/news.c
1816                 move folder_item_get_path() stuff into a folder virtual function
1817
1818         * src/procmsg.c
1819                 use folder_item_fetch_msg() to get message and do not contruct
1820                 the filename from path and number
1821
1822 2003-07-03 [paul]       0.9.0claws75
1823
1824         * sync with 0.9.2cvs12
1825                 see ChangeLog 2003-07-03
1826
1827 2003-07-02 [paul]       0.9.0claws74
1828
1829         * src/messageview.c
1830                 fix text-selection for replying
1831
1832 2003-07-02 [paul]       0.9.0claws73
1833
1834         * sync with 0.9.2cvs11
1835                 see ChangeLog 2003-07-02
1836
1837 2003-07-02 [paul]       0.9.0claws72
1838
1839         * src/procmsg.c
1840                 revert last commit because it breaks more
1841                 than it fixes
1842
1843 2003-07-02 [paul]       0.9.0claws71
1844
1845         * src/procmsg.c
1846                 fix thread by subject/sort by date
1847
1848 2003-07-01 [paul]       0.9.0claws70
1849
1850         * sync with 0.9.2cvs10
1851                 see ChangeLog 2003-07-01
1852
1853 2003-06-30 [paul]       0.9.0claws69
1854
1855         * sync with 0.9.2cvs9
1856                 see ChangeLog 2003-06-30
1857
1858 2003-06-28 [match]      0.9.0claws68
1859
1860         * src/addressbook.c
1861                 fix null ptr.
1862
1863 2003-06-27 [paul]       0.9.0claws67
1864
1865         * sync with 0.9.2cvs7
1866                 see ChangeLog 2003-06-27
1867
1868 2003-06-26 [christoph]  0.9.0claws66
1869
1870         * src/folder.c
1871                 freeze folder updates while a folder is scanned
1872
1873         (closes Bug 185 New message counter)
1874
1875 2003-06-26 [darko]      0.9.0claws65
1876
1877         * src/ldapserver.c
1878                 fix infinite loop when adding a new LDAP server
1879
1880 2003-06-26 [paul]       0.9.0claws64
1881
1882         * sync with 0.9.2cvs6
1883                 see ChangeLog 2003-06-26
1884
1885 2003-06-26 [paul]       0.9.0claws63
1886
1887         * sync with 0.9.2cvs5
1888                 see ChangeLog 2003-06-25 and 2003-06-26
1889
1890 2003-06-25 [match]      0.9.0claws62
1891
1892         * src/addr_compl.c
1893                 Fixed tab/backtab for dropped-down completion list to
1894                 move next/previous field. (close bug 147)
1895
1896 2003-06-25 [christoph]  0.9.0claws61
1897
1898         * src/addr_compl.[ch]
1899         * src/addrindex.[ch]
1900         * src/folderview.c
1901         * src/inc.c
1902         * src/news.c
1903         * src/summaryview.c
1904         * src/toolbar.c
1905                 fix warnings
1906
1907 2003-06-25 [leandro]    0.9.0claws60
1908
1909         * src/compose.c
1910                 o cleanups
1911                 o gray out "Message/Remove references" menu item if not
1912                   replying to a message
1913
1914 2003-06-24 [leandro]    0.9.0claws59
1915
1916         * src/compose.[ch]
1917                 o removed "Message/Create new thread" menu item
1918                 o added "Message/Remove references" menu item
1919                   (it's off by default and will not check anymore
1920                    if the subject changed)
1921
1922 2003-06-23 [alfons]     0.9.0claws58
1923
1924         * src/procmsg.c
1925                 try better grouping messages threaded by subject based on their age.
1926                 still not perfect - because the message tree is not sorted by date.  
1927
1928 2003-06-23 [thorsten]   0.9.0claws57
1929
1930         * src/pop.[ch]
1931                 added mail_receive_hook to allow modifications
1932                 directly after retrieval (e.g. adding headers).
1933
1934 2003-06-23 [paul]       0.9.0claws56
1935
1936         * src/sourcewindow.c
1937                  enable the use of Ctrl+A to select all text in
1938                  the sourcewindow
1939                  Patch submitted by Ivan Francolin Martinez
1940                  <ivanfm@users.sourceforge.net>
1941
1942 2003-06-22 [christoph]  0.9.0claws55
1943
1944         * src/folder.[ch]
1945                 o add notification hook for folder tree changes
1946                 o invoke hooks after folder tree scanning
1947
1948         * src/folderview.[ch]
1949                 register hook for folder tree changes that
1950                 updates the ctree
1951
1952         (there are more places that should be updated, like add, remove 
1953          or move folder)
1954
1955         (closes Bug 164 Crash on rebuild folder tree)
1956         (closes Bug 190 Crash on 'rebuilding folder tree')
1957
1958 2003-06-21 [leandro]    0.9.0claws54
1959
1960         * src/compose.[ch]
1961                 create a new thread if subject changes
1962                 (it's on by default, can be disabled in Message menu)
1963
1964 2003-06-21 [alfons]     0.9.0claws53
1965
1966         * src/summaryview.c
1967                 quiet little compiler
1968
1969 2003-06-21 [christoph]  0.9.0claws52
1970
1971         update gettext stuff to version 0.12
1972
1973 2003-06-19 [alfons]     0.9.0claws51
1974
1975         * src/common/log.c
1976         * src/common/plugin.c
1977                 move defs.h before glib.h to prevent MIN/MAX redefs
1978
1979 2003-06-19 [alfons]
1980
1981         * src/addressbook.c
1982                 translatable
1983
1984 2003-06-19 [match]      0.9.0claws50
1985
1986         * src/addressbook.[ch]
1987         * src/addrindex.[ch]
1988         * src/addr_compl.[ch]
1989         * src/editldap.[ch]
1990         * src/editldap_basedn.[ch]
1991         * src/addritem.[ch]
1992         * src/ldapquery.h
1993                 re-implemented dynamic LDAP search. works without
1994                 slowdown on display sender with addressbook
1995                 option.
1996         * src/addrbook.c
1997                 documented code.
1998
1999 2003-06-19 [paul]       0.9.0claws49
2000
2001         * src/compose.c
2002                 fix Bug #136 'Nonprovided quotation marks crash claws'
2003                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2004
2005 2003-06-19 [alfons]     0.9.0claws48
2006
2007         * src/prefs_common.[ch]
2008         * src/procmsg.c
2009                 restrict threading by subject by checking thread for
2010                 age (prefs_common.thread_by_subject_max_age)
2011
2012 2003-06-18 [christoph]  0.9.0claws47
2013
2014         * src/imap.c
2015                 fix memory leak in imap_cmd_fetch()
2016
2017 2003-06-18 [christoph]  0.9.0claws46
2018
2019         * src/prefs_gtk.c
2020                 fix memory leak in prefs_set_default() when used multiple
2021                 times or after prefs have been read
2022
2023 2003-06-18 [christoph]  0.9.0claws45
2024
2025         * src/common/plugin.c
2026                 fix memory leak in plugin_unload()
2027
2028 2003-06-18 [christoph]  0.9.0claws44
2029
2030         * src/imap.c
2031                 fix memory leak in imap_cmd_ok()
2032
2033 2003-06-18 [christoph]  0.9.0claws43
2034
2035         * src/folder.c
2036                 stop messages that are downloaded from POP3 and added to
2037                 an IMAP inbox from being filtered twice (first by POP3
2038                 and again when IMAP folder is scaned to get the UID of
2039                 the APPEND operation when no UIDPLUS is available)
2040
2041 2003-06-18 [alfons]
2042
2043         * tools/Makefile.am
2044                 phoenix <- firebird     
2045
2046 2003-06-18 [paul]
2047
2048         * tools/launch_phoenix          ** REMOVED **
2049           tools/launch_firebird         ** NEW **
2050                 renamed and edited to reflect the browser's name change from
2051                 'phoenix' to 'firebird'
2052
2053 2003-06-18 [paul]       0.9.0claws42
2054
2055         * sync with 0.9.2cvs2
2056                 see ChangeLog 2003-06-16
2057
2058 2003-06-17 [alfons]     0.9.0claws41
2059
2060         * src/procmsg.c
2061                 prevent threading problems when a node is an ancestor (parent / great parent),
2062                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2063                 for finding an sample set of messages)
2064
2065 2003-06-16 [christoph]  0.9.0claws40
2066
2067         * src/main.c
2068                 don't popup main window on --receive or --receive-all
2069
2070         * src/mainwindow.[ch]
2071         * src/plugins/trayicon/trayicon.c
2072                 allow hiding of main window by clicking on the trayicon
2073                 (doesn't work correctly in seperate window mode and may
2074                  cause unexpected GTK problems I couldn't find yet)
2075
2076         * src/common/ssl.c
2077                 remove incorrect warning
2078
2079 2003-06-15 [alfons]     0.9.0claws39
2080
2081         * src/gtk/gtkstext.c
2082                 don't output debug text;
2083                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2084                 for pointing this out);
2085
2086 2003-06-14 [alfons]     0.9.0claws38
2087         
2088         * src/messageview.c
2089                 remove printf() and make one if..else comply with coding style
2090
2091 2003-06-14 [alfons]     0.9.0claws37
2092
2093         * AUTHORS
2094                 add Martin Wicke
2095         * src/action.c
2096         * src/messageview.[ch]
2097         * src/summaryview.c
2098                 apply patch #754162 "Quoting messages filtered by actions" submitted
2099                 by Martin Wicke, which allows quoting message body changed by an
2100                 action (Thanks!).
2101
2102 2003-06-13 [alfons]     0.9.0claws36
2103
2104         * src/utils.c
2105                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2106                 use case insensitive regexp (suggested by Ivan Martinez)
2107
2108 2003-06-13 [christoph]  0.9.0claws35
2109
2110         * configure.ac
2111         * src/plugins/trayicon/Makefile.am
2112         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2113         * src/plugins/trayicon/trayicon.c
2114         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2115         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2116         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2117         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2118         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2119         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2120                 replace my own EggTrayIcon backport with the backport
2121                 used by (l|x)mule and gabber.
2122
2123 2003-06-13 [alfons]     0.9.0claws34
2124
2125         * AUTHORS
2126         * src/common/utils.c
2127                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2128
2129 2003-06-13 [alfons]     0.9.0claws33
2130
2131         * src/compose.c
2132                 clean up a little bit
2133
2134 2003-06-12 [alfons]     0.9.0claws32
2135
2136         * src/compose.c
2137                 const correctness fix
2138
2139         * src/common/sylpheed.[ch]
2140                 () -> (void)
2141                 prevent redef MIN/MAX
2142                 
2143         * src/common/utils.[ch]
2144                 () -> (void)
2145
2146 2003-06-12 [melvin]     0.9.0claws31
2147
2148         * src/compose.c
2149                 Updated to take into accounts changes in GtkAspell.
2150
2151 2003-06-12 [alfons]     0.9.0claws30
2152
2153         * src/compose.c
2154         * src/procmsg.c
2155         * src/common/utils.[ch]
2156                 handle reply subject prefixes better (initial 
2157                 suggestion by Robert Story adapted and enhanced 
2158                 using regexps)
2159
2160 2003-06-12 [melvin]     0.9.0claws29
2161
2162         * src/compose.c
2163                 Use new gtkaspell_checkers_strerror() to get the speller's
2164                 error message instead of accessing the (now private)
2165                 checkers structure.
2166                 Minor code clean up
2167
2168         * src/main.c
2169                 Use #ifdef instead of #if for USE_ASPELL
2170                 Use the new spell checkers init/quit functions 
2171
2172         * src/gtk/gtkaspell.c
2173                 Use #ifdef instead of #if for USE_ASPELL
2174                 Moved in the majority of GtkAspell structures that were
2175                 exported before by gtkaspell.h
2176         
2177         * src/gtk/gktaspell.h
2178                 Made gtkaspell.h contain only the necessary data to be
2179                 publicized by moving many structures to gtkaspell.c.
2180                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2181                 gtkaspell_checkers_new(): replaced by...
2182                 gtkaspell_checkers_init(): new function for initialization
2183                 gtkaspell_checkers_delete(): replaced by...
2184                 gtkaspell_checkers_quit(): new function
2185                 gtkaspell_checkers_strerror(): new function that returns
2186                 the checker's last error message.
2187                 
2188 2003-06-11 [melvin]     0.9.0claws28
2189
2190         * po/POTFILES.in
2191                 Updated to take into account gtkaspell.c migration to
2192                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2193
2194 2003-06-10 [alfons]     0.9.0claws27
2195
2196         * src/filtering.[ch]
2197         * src/folder.c
2198         * src/matcher.c
2199         * src/scoring.[ch]
2200                 - try fixing bug #18 (any brave testers?)
2201                 - add more robustness by refusing previously 
2202                   unchecked NULL pointers 
2203
2204 2003-06-10 [alfons]     0.9.0claws26
2205
2206         * src/procmsg.c
2207                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2208
2209 2003-06-09 [alfons]     0.9.0claws25
2210
2211         * src/prefs_common.c
2212                 fix bug #163 "Icon switching doesnt work properly" by 
2213                 preventing early freeing of prefs_common.pixmap_theme_path.
2214
2215 2003-06-09 [christoph]  0.9.0claws24
2216
2217         * src/gtk/gtkaspell.c
2218                 revert Thorsten's fix and add forgotten g_strdup for
2219                 aspell path (it should not be possible to alter the path a
2220                 GtkASpell uses from outside)
2221
2222 2003-06-09 [thorsten]   0.9.0claws23
2223
2224         * src/gtk/gtkaspell.c
2225                 dont free prefs_common.aspell_path when closing compose
2226
2227 2003-06-08 [colin]      0.9.0claws22
2228
2229         * src/plugins/spamassassin/spamassassin.c
2230                 fix prefs types
2231
2232 2003-06-07 [christoph]  0.9.0claws21
2233
2234         * src/Makefile.am
2235         * src/compose.c
2236         * src/gtkaspell.[ch]            ** REMOVE **
2237         * src/gtk/Makefile.am
2238         * src/gtk/gtkaspell.[ch]        ** NEW **
2239                 o make gtkaspell independent from sylpheed's prefs
2240                 o move gtkaspell.[ch] to gtk directory
2241
2242 2003-06-07 [christoph]  0.9.0claws20
2243
2244         * src/Makefile.am
2245         * src/crash.c
2246         * src/export.c
2247         * src/filesel.[ch]              ** REMOVE **
2248         * src/folder.c
2249         * src/main.[ch]
2250         * src/common/sylpheed.[ch]
2251         * src/gtk/Makefile.am
2252         * src/gtk/filesel.[ch]          ** NEW **
2253         * src/gtk/pluginwindow.c
2254         * src/gtk/sslcertwindow.c
2255                 move filesel.[ch] to gtk directory
2256
2257 2003-06-07 [alfons]     0.9.0claws19
2258
2259         * src/filesel.c
2260                 make (multi) file selection dialog work again (Claws-only)
2261
2262 2003-06-07 [thorsten]   0.9.0claws18
2263
2264         * po/de.po
2265                 fix typos
2266
2267 2003-06-07 [alfons]     0.9.0claws17
2268
2269         * configure.ac
2270         * src/mimeview.c
2271                 detect apache mishap in which case don't include fnmatch.h
2272                 if regex.h is already included
2273
2274 2003-06-06 [christoph]  0.9.0claws16
2275
2276         * configure.ac
2277         * src/mimeview.h
2278                 add check for fnmatch.h and include it when available
2279
2280         * src/mimeview.[ch]
2281                 fix wrong case sensitivity of Content-Types
2282
2283         * src/gtk/Makefile.am
2284                 need the same include paths in gtk directory as in
2285                 common directory because .h files in common can
2286                 include files from these directories, when included
2287                 in gtk's .h or .c files
2288
2289 2003-06-06 [alfons]     0.9.0claws15
2290
2291         * src/mimeview.c
2292         * src/summaryview.c
2293                 make it compile again because of regex.h / fnmatch.h 
2294                 include problems (related to recent mime stuff, can
2295                 someone check this?)
2296
2297 2003-06-06 [thorsten]   0.9.0claws14
2298
2299         * src/folderview.c
2300                 possible use of uninitialized pointer while dragging
2301
2302 2003-06-06 [paul]       0.9.0claws13
2303
2304         * src/compose.c
2305                 fix bug where the insert sig button would be effective
2306                 only when auto_sig was set
2307
2308 2003-06-06 [paul]       0.9.0claws12
2309
2310         * sync with 0.9.2 release
2311
2312 2003-06-02 [paul]       0.9.0claws11
2313
2314         * sync with 0.9.1cvs1
2315                 see ChangeLog 2003-06-02
2316                 
2317         * po/de.po
2318                 update by Jens
2319
2320 2003-06-01 [christoph]  0.9.0claws10
2321
2322         * src/account.c
2323                 don't use substring search to find accounts by email address
2324
2325         (closes Bug 169 Overly loose matching of "From" address)
2326
2327 2003-05-31 [christoph]  0.9.0claws9
2328
2329         * doc-src/rfc2683.txt
2330         * src/imap.c
2331                 limit IMAP command length as recommended in RFC2683
2332                 (message number lists will be split into multiple imap
2333                 sets, the limit of 1000 octets is not a hard limit)
2334
2335         (closes Bug 161 sylpheed-claws exits with segfault when logging
2336          in to certain imap-servers)
2337
2338 2003-05-29 [alfons]     0.9.0claws8
2339
2340         * src/toolbar.[ch]
2341                 add print button (calling summary_print());
2342                 fine tune setting tooltip text;
2343                 (if someone needs other buttons, please take these 
2344                 commits as a guide, instead of bothering us - also
2345                 see 0.8.11claws150) 
2346
2347 2003-05-29 [darko]      0.9.0claws7
2348
2349         * src/compose.c
2350                 fix crash when word wrapping kicks in due to
2351                 changed text by spell checker
2352
2353 2003-05-29 [paul]       0.9.0claws6
2354
2355         * src/compose.c
2356                 fix bug where changing account would insert
2357                 sig even if auto_sig was FALSE
2358                 
2359         * ChangeLog
2360           ChangeLog.jp
2361           INSTALL
2362                 sync with 0.9.1 release
2363
2364 2003-05-28 [christoph]  0.9.0claws5
2365
2366         * src/imap.c
2367                 fix truncation of too long commands
2368
2369         (closes Bug 167 IMAP hangs trying to get envelope
2370          information in imap_get_uncached_messages)
2371
2372 2003-05-27 [paul]       0.9.0claws4
2373
2374         * tools/Makefile.am
2375           tools/maildir2sylpheed.pl     ** NEW FILE **
2376                 add kmail to sylpheed mailbox conversion script
2377
2378 2003-05-27 [paul]       0.9.0claws3
2379
2380         * sync with 0.9.0cvs10
2381                 see ChangeLog 2003-05-26
2382
2383 2003-05-26 [paul]       0.9.0claws2
2384
2385         * sync with 0.9.0cvs9
2386                 see ChangeLog 2003-05-26
2387
2388 2003-05-24 [paul]       0.9.0claws1
2389
2390         * sync with 0.9.0cvs8
2391                 see ChangeLog 2003-05-23
2392
2393 2003-05-24 [paul]       0.9.0claws
2394
2395         * version 0.9.0claws released
2396
2397 2003-05-24 [paul]       0.8.11claws177
2398
2399         * src/plugins/dillo-viewer/Makefile.am
2400           src/plugins/traycon/Makefile.am
2401                 add missing files
2402                 
2403         * po/bg.po
2404           po/en_GB.po
2405           po/es.po
2406           po/it.po
2407           po/pt_BR.po
2408           po/ru.po
2409           po/sr.po
2410                 update Bulgarian, British English, Spanish, Italian, 
2411                 Brazilian Portuguese, Russian, and Serbian translations, 
2412                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2413                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2414                 Ruslan N. Balkin, and Urke MMI
2415
2416 2003-05-23 [melvin]     0.8.11claws176
2417
2418         * po/fr.po
2419                 Updated French translations
2420
2421 2003-05-22 [paul]       0.8.11claws175
2422
2423         * src/Makefile.am
2424           src/addrbook.[ch]
2425           src/addrcache.[ch]
2426           src/addr_compl.[ch]
2427           src/adressbook.[ch]
2428           src/addrindex.[ch]
2429           src/addritem.[ch]
2430           src/editaddress.c
2431           src/editgroup.c
2432           src/editldap_basedn.c
2433           src/editldap.c
2434           src/jpilot.c
2435           src/vcard.c
2436                 revert to get ldap into it previous working state
2437                 
2438         * po/zh_TW.Big5.po
2439                 new Taiwanese translation,
2440                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2441
2442 2003-05-22 [christoph]  0.8.11claws174
2443
2444         * src/plugins/spamassassin/libspamc.[ch]
2445                 sync libspamc with SpamAssaain release 2.55
2446
2447 2003-05-22 [paul]       0.8.11claws173
2448
2449         * sync with 0.9.0cvs7
2450                 see ChangeLog 2003-05-22
2451                 
2452         * src/summaryview.c
2453                 revert change in 0.8.11claws172: follow
2454                 Hiroyuki's decision and that's the end of it.
2455
2456 2003-05-21 [paul]       0.8.11claws172
2457
2458         * src/summaryview.c
2459                 fix discrepency between open_unread_on_enter
2460                 and always_show_msg
2461
2462 2003-05-21 [paul]       0.8.11claws171
2463
2464         * sync with 0.9.0cvs6
2465                 see ChangeLog 2003-05-21
2466
2467 2003-05-21 [paul]       0.8.11claws170
2468
2469         * sync with 0.9.0cvs5
2470                 see ChangeLog 2003-05-21
2471
2472 2003-05-20 [paul]       0.8.11claws169
2473
2474         * sync with 0.9.0cvs4
2475                 see ChangeLog 2003-05-20
2476                 fixes bug #152, 'encoding of IMAP folders names'
2477
2478 2003-05-20 [paul]       0.8.11claws168
2479
2480         * sync with 0.9.0cvs3
2481                 see ChangeLog 2003-05-20
2482                 
2483         * src/tools/convert_mbox.pl
2484                 minor change in the comments, submitted by Fred Marton
2485
2486 2003-05-19 [paul]       0.8.11claws167
2487
2488         * src/plugins/clamav/Makefile.am
2489           configure.ac
2490                 link clamav_lib to the plugin and not to the main program
2491
2492 2003-05-19 [christoph]
2493
2494         * src/Makefile.am
2495                 add -export-dynamic for linking
2496
2497 2003-05-19 [paul]       0.8.11claws166
2498
2499         * sync with 0.9.0cvs1
2500                 see ChangeLog 2003-05-19
2501
2502 2003-05-19 [paul]       0.8.11claws165
2503
2504         * src/inc.c
2505                 fix 'pop before smtp' timeout
2506
2507 2003-05-18 [alfons]     0.8.11claws164
2508
2509         * src/prefs_matcher.c
2510                 put "execute" action command line ("expression") in edit box
2511
2512 2003-05-18 [christoph]  0.8.11claws163
2513
2514         * src/mimeview.[ch]
2515         * src/plugins/dillo_viewer/dillo_viewer.c
2516         * src/plugins/image_viewer/viewer.c
2517         * src/plugins/mathml_viewer/mathml_viewer.c
2518                 let a viewer have a list of Content-Types
2519
2520 2003-05-18 [paul]       0.8.11claws162
2521
2522         * src/prefs_filtering.c
2523                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2524                 and REDIRECT actions
2525
2526 2003-05-17 [christoph]
2527
2528         * README.claws
2529                 o remove dynamic signatures that was syned with main
2530                 o add infos about no longer "build in" image viewer
2531                 o update bugtracker URL
2532
2533 2003-05-17 [christoph]  0.8.11claws161
2534
2535         * src/folder.c
2536         * src/folderview.c
2537         * src/imap.c
2538                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2539                 for every folder after rebuilding the folder tree.
2540
2541         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2542          messages)
2543
2544 2003-05-17 [christoph]  0.8.11claws160
2545
2546         * src/imap.c
2547                 don't use STATUS command on current folder to check for
2548                 content changes. imap_cmd_ok() now tracks changes to
2549                 folder and number of existing messages.
2550
2551 2003-05-17 [paul]       0.8.11claws159
2552
2553         * src/plugins/clamav/clamav_plugin.c
2554                 remove unnecessary debug_print
2555
2556 2003-05-16 [thorsten]   0.8.11claws158
2557
2558         * src/plugins/demo.c
2559                 included missing intl.h
2560
2561 2003-05-16 [paul]       0.8.11claws157
2562
2563         * po/POTFILES.in
2564                 remove non-existant entries
2565         
2566         * src/plugins/clamav/clamav_plugin.c
2567           src/plugins/clamav/clamav_plugin_gtk.c
2568           src/plugins/dillo_viewer/dillo_prefs.c
2569           src/plugins/dillo_viewer/dillo_viewer.c
2570                 gettextise
2571
2572 2003-05-16 [christoph]  0.8.11claws156
2573
2574         * po/POTFILES.in
2575                 include plugin .c files for translation until I
2576                 find a better solution to have plugins have their
2577                 own textdomain
2578         * src/plugins/demo/demo.c
2579         * src/plugins/image_viewer/plugin.c
2580         * src/plugins/mathml_viewer/mathml_viewer.c
2581         * src/plugins/spamassassin/spamassassin.c
2582         * src/plugins/spamassassin/spamassassin_gtk.c
2583         * src/plugins/trayicon/trayicon.c
2584                 add gettext macros for plugin name and description
2585
2586 2003-05-16 [paul]
2587
2588         * sync with 0.9.0
2589
2590 2003-05-16 [paul]       0.8.11claws155
2591
2592         * sync with lastest 0.9.0pre1
2593                 see ChangeLog 2003-05-16
2594
2595 2003-05-15 [paul]       0.8.11claws154
2596
2597         * sync with latest 0.9.0pre1
2598                 see ChangeLog 2003-05-14 and 2003-05-15
2599
2600 2003-05-14 [christoph]  0.8.11claws153
2601
2602         * src/plugins/image_viewer/viewer.c
2603         * src/plugins/image_viewer/viewer.glade         ** NEW **
2604         * src/plugins/image_viewer/viewerprefs.c
2605                 make it possible to disable the autoload function in the
2606                 imageviewer again
2607
2608 2003-05-14 [christoph]  0.8.11claws152
2609
2610         * src/folder.c
2611                 fix folder update after adding a message
2612
2613 2003-05-13 [alfons]     0.8.11claws151
2614
2615         * src/common/session.c
2616                 remove debug traces
2617                 
2618         * src/addrcache.[ch]
2619         * src/filtering.[ch]
2620         * src/folder.[c]
2621         * src/gtkaspell.[ch]
2622         * src/imap.[ch]
2623         * src/mbox_folder.[ch]
2624         * src/mh.[ch]
2625         * src/mimeview.h
2626         * src/msgcache.[ch]
2627         * src/news.[ch]
2628         * src/passphrase.[ch]
2629         * src/prefs_common.[ch]
2630         * src/prefs_gtk.[ch]
2631         * src/procmsg.c
2632         * src/scoring.[ch]
2633                 be pedantic; (in prototypes () implies (int))
2634
2635 2003-05-13 [alfons]     0.8.11claws150
2636
2637         * src/prefs_toolbar.[ch]
2638         * src/summaryview.[ch]
2639         * src/toolbar.[ch]
2640                 change misleading text in toolbar prefs;
2641                 add toolbar action for ignore thread (toggles ignore thread flag);
2642                 clean up a little bit;
2643
2644 2003-05-12 [paul]
2645
2646         * tools/convert_mbox.pl
2647                 bug fixed by Fred Marton
2648
2649 2003-05-12 [paul]
2650
2651         * sync with 0.9.0pre1
2652
2653 2003-05-09 [paul]       0.8.11claws149
2654
2655         * sync with 0.8.11cvs43
2656                 see ChangeLog 2003-05-09
2657
2658 2003-05-08 [christoph]  0.8.11claws148
2659
2660         * src/imap.[ch]
2661                 o use CAPABILIY as first command and check for PREAUTH
2662                   information in the response to it
2663                 o rewrite all imap_cmd_* functions to use an IMAPSession
2664                   instead of a SockInfo as parameter
2665                 o do STARTTLS after fetching and checking the server
2666                   capabilities
2667
2668 2003-05-08 [paul]       0.8.11claws147
2669
2670         * tools/Makefile.am
2671           tools/README
2672           tools/convert_mbox.pl         ** NEW FILE **
2673                 add mbox conversion script. Submitted by 
2674                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2675
2676 2003-05-07 [christoph]
2677
2678         * doc-src/glade.txt
2679         * src/gtk/pluginwindow.glade
2680         * src/plugins/image_viewer/viewerprefs.glade
2681         * src/plugins/spamassassin/spamassassin_gtk.glade
2682                 add glade files for user interfaces and a description how
2683                 to use glade to create the sylpheed code
2684
2685 2003-05-07 [paul]       0.8.11claws146
2686
2687         * sync with 0.8.11cvs41
2688                 see ChangeLog 2003-05-07
2689
2690 2003-05-06 [christoph]  0.8.11claws145
2691
2692         * src/main.c
2693         * src/plugins/image_viewer/viewer.c
2694                 fix usage of imlib in imageviewer plugin
2695
2696         * src/gtk/prefswindow.c
2697                 handle window close event correctly
2698
2699 2003-05-06 [paul]       0.8.11claws144
2700
2701         * src/common/ssl.c
2702                 fix typo introduced in sync
2703
2704 2003-05-06 [paul]       0.8.11claws143
2705
2706         * sync with 0.8.11cvs39
2707                 see ChangeLog 2003-05-06
2708
2709 2003-05-06 [paul]       0.8.11claws142
2710
2711         * AUTHORS
2712           po/cs.po
2713                 updated Czech translation, submitted by 
2714                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2715                 
2716         * src/plugins/clamav/clamav_plugin_gtk.c
2717                 clean up
2718
2719 2003-05-03 [alfons]     0.8.11claws141
2720
2721         * src/compose.[ch]
2722                 make paste as quotation work even when the call to 
2723                 text_inserted() was deferred (fixes bug #140 "Paste 
2724                 as quotation does not work when using "external" 
2725                 clipboard")
2726
2727 2003-05-03 [thorsten]   0.8.11claws140
2728
2729         * src/addrquery.h
2730           src/ldapquery.h
2731           src/mainwindow.c
2732                 removed C++ comments
2733         * src/addr_compl.c
2734                 function with non-int retval/param used before
2735                 implementation/declaration
2736
2737 2003-05-02 [paul]       0.8.11claws139
2738
2739         * src/addr_compl.[ch]
2740           src/addressbook.[ch]
2741           src/addrindex.c
2742           src/summaryview.c
2743                 revert match's changes to (finally) remove the bug where
2744                 opening a folder causes massive slowdown when using the 
2745                 'Display sender using address book' option
2746
2747 2003-05-01 [melvin]     0.8.11claws138
2748
2749         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2750         * src/plugins/dillo_viewer/dillo_viewer.c
2751                 Fixed bug where "Cancel" button from prefs issued
2752                 warnings.
2753                 Comply a little more to coding style
2754
2755 2003-05-01 [paul]       0.8.11claws137
2756
2757         * sync with 0.8.11cvs38
2758                 see ChangeLog 2003-05-01
2759
2760 2003-05-01 [paul]       0.8.11claws136
2761
2762         * po/bg.po
2763                 updated by George Danchev
2764
2765 2003-04-30 [christoph]  0.8.11claws135
2766
2767         * src/plugins/dillo_viewer/dillo_prefs.c
2768         * src/plugins/image_viewer/viewerprefs.c
2769         * src/plugins/spamassassin/spamassassin_gtk.c
2770                 remove gtk_widget_ref() calls for widgets in
2771                 glade code
2772
2773 2003-04-30 [paul]       0.8.11claws134
2774
2775         * src/addrindex.c
2776                 ok, this time a better fix for the bug where opening folder
2777                 has massive slowdown when using the 'Display sender using 
2778                 address book' option
2779
2780 2003-04-30 [paul]       0.8.11claws133
2781
2782         * src/addrindex.c
2783                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2784         
2785 2003-04-30 [melvin]     0.8.11claws132
2786
2787         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2788
2789         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2790                 Preferences for the dillo plugin
2791         * src/plugins/dillo_viewer/dillo_viewer.c
2792                 Support for preferences
2793         * src/plugins/dillo_viewer/Makefile.am
2794                 Added dillo_prefs.[ch]
2795
2796 2003-04-30 [alfons]     0.8.11claws131
2797
2798         * src/common/plugin.[ch]
2799                 see? this ANSI C'fication immediately gives us type
2800                 checking for free.
2801
2802 2003-04-30 [alfons]     0.8.11claws130
2803
2804         * src/common/plugin.[ch]
2805         * src/plugins/clamav/clamav_plugin.[ch]
2806         * src/plugins/clamav/clamav_plugin_gtk.c
2807         * src/plugins/demo/demo.c
2808         * src/plugins/dillo_viewer/dillo_viewer.c
2809         * src/plugins/image_viewer/plugin.c
2810         * src/plugins/image_viewer/viewer.[ch]
2811         * src/plugins/image_viewer/viewerprefs.[ch]
2812         * src/plugins/mathml_viewer/mathml_viewer.c
2813         * src/plugins/spamassassin/spamassassin.[ch]
2814         * src/plugins/spamassassin/spamassassin_gtk.c
2815         * src/plugins/trayicon/trayicon.c
2816                 clean up
2817
2818 2003-04-30 [alfons]     0.8.11claws129
2819
2820         * src/common/utils.c
2821                 make is_ascii_str() fail gracefully when NULL pointer
2822                 is passed
2823
2824 2003-04-30 [paul]       0.8.11claws128
2825
2826         * src/addrindex.c
2827                 fix bug where opening folder has massive slowdown when
2828                 using the 'Display sender using address book' option
2829
2830 2003-04-30 [paul]       0.8.11claws127
2831
2832         * src/plugins/clamav/clamav_plugin.c
2833           src/plugins/clamav/clamav_plugin_gtk.c
2834           src/plugins/demo/demo.c
2835           src/plugins/dillo_viewer/dillo_viewer.c
2836           src/plugins/image_viewer/plugin.c
2837           src/plugins/mathml_viewer/mathml_viewer.c
2838           src/plugins/spamassassin/spamassassin.c
2839           src/plugins/spamassassin/spamassassin_gtk.c
2840           src/plugins/trayicon/trayicon.c
2841                 get rid of eye-hurting function signatures
2842
2843 2003-04-30 [paul]       0.8.11claws126
2844
2845         * src/plugins/trayicon/trayicon.c
2846                 add description
2847                 
2848         * src/mimeview.c
2849                 be more descriptive
2850
2851 2003-04-30 [paul]       0.8.11claws125
2852
2853         * configure.ac
2854                 arrange the plugins in reverse alphabetical order
2855                 
2856         * src/plugins/clamav/clamav_plugin.[ch]
2857           src/plugins/clamav/clamav_plugin_gtk.c
2858                 rename some params
2859                 resize max_size window
2860                 re-arrange the order of some gui elements
2861                 improve descriptions
2862         
2863         * src/plugins/image_viewer/plugin.c
2864           src/plugins/mathml_viewer/mathml_viewer.c
2865                 add descriptions
2866                 
2867         * src/plugins/spamassassin/spamassassin_gtk.c
2868                 resize max_size window
2869                 re-arrange the order of some gui elements
2870                 
2871         * src/messageview.c
2872           src/mimeview.c
2873                 correct typos
2874
2875 2003-04-30 [alfons]     0.8.11claws124
2876
2877         * src/imap.c
2878                 fix a leak found while browsing Martin Kluge's 
2879                 valgrind log (Claws only)
2880
2881 2003-04-29 [darko]      0.8.11claws123
2882
2883         * src/gtk/gtkstext.h
2884                 include wchar.h if it is available, fixes compilation
2885                 on HP-UX systems
2886
2887 2003-04-29 [melvin]     0.8.11claws122
2888
2889         * src/prefs_actions.c
2890                 Improved help text of Actions' syntax
2891
2892 2003-04-28 [paul]       0.8.11claws121
2893
2894         * src/action.c
2895                 a better fix for the crash when performing an action
2896                 on a mime part
2897
2898 2003-04-28 [paul]       0.8.11claws120
2899
2900         * src/action.c
2901                 fix crash when performing an action on a
2902                 mime part
2903
2904 2003-04-28 [paul]       0.8.11claws119
2905
2906         * sync with 0.8.11cvs36
2907                 see ChangeLog 2003-04-28
2908
2909 2003-04-27 [paul]       0.8.11claws118
2910
2911         * more sync with 0.8.11cvs35
2912                 see ChangeLog 2003-04-25
2913
2914 2003-04-26 [christoph]  0.8.11claws117
2915
2916         * src/folder.c
2917                 fix remove virtual check
2918
2919 2003-04-26 [paul]       0.8.11claws116
2920
2921         * src/messageview.c
2922                 fix return-receipt, make it work again
2923
2924 2003-04-26 [paul]       0.8.11claws115
2925
2926         * src/mimeview.c
2927                 restore double-clicking of the [application/pgp-signature 
2928                 (Select "Check signature" to check)] line in the message view,
2929                 broken in recent sync
2930
2931 2003-04-26 [christoph]  0.8.11claws114
2932
2933         * src/folder.c
2934                 check if remove virtual really exists before
2935                 calling the function
2936
2937 2003-04-25 [match]      0.8.11claws113
2938
2939         * src/addrindex.c
2940         * src/addrbook.c
2941         * src/ldapquery.[ch]
2942         * src/ldapctrl.[ch]
2943                 fix memleak.
2944         * src/ldapserver.[ch]
2945                 fix memleak. fix segfault.
2946                 plug a Claws memleak
2947
2948 2003-04-25 [alfons]     0.8.11claws112
2949
2950         * src/folder.c
2951                 plug a Claws memleak
2952
2953 2003-04-25 [alfons]     0.8.11claws111
2954
2955         * src/common/session.c
2956                 plug a memleak
2957
2958 2003-04-25 [paul]       0.8.11claws110
2959
2960         * sync with 0.8.11cvs35
2961                 see ChangeLog 2003-04-24 and 2003-04-25
2962                 
2963         * src/gtk/pluginwindow.c
2964                 correct another strange float value
2965
2966 2003-04-24 [christoph]  0.8.11claws109
2967
2968         * src/folder.c
2969                 freeze folder item updates when unsetting new flags
2970
2971         * src/gtk/pluginwindow.c
2972                 correct strange float value
2973
2974 2003-04-23 [paul]       0.8.11claws108
2975
2976         * sync with 0.8.11cvs33
2977                 see ChangeLog 2003-04-23
2978
2979 2003-04-22 [paul]       0.8.11claws107
2980
2981         * src/Makefile.am
2982           src/messageview.c
2983           src/mimeview.c
2984           src/pgptext.[ch]      ** REMOVED **
2985                 remove pgptext.[ch] as its not used any more
2986
2987 2003-04-22 [paul]       0.8.11claws106
2988
2989         * sync with 0.8.11cvs31
2990                 see ChangeLog 2003-04-21 and 2003-04-22
2991
2992 2003-04-21 [alfons]     0.8.11claws105
2993
2994         * src/main.c
2995                 No access to GTK structures if we're a spawned child
2996                 (and clean up code a little bit...) Should fix #126.
2997
2998 2003-04-21 [melvin]     0.8.11claws104
2999
3000         * src/plugins/dillo_viewer/README
3001                 Improved slightly the text.
3002
3003 2003-04-21 [melvin]     0.8.11claws103
3004
3005         * src/plugins/dillo_viewer/README *** NEW ***
3006                 Added a README file for the Dillo plugin
3007
3008 2003-04-20 [paul]
3009
3010         * tools/README
3011           tools/outlook2sylpheed.pl
3012                 updated and improved by Ricardo Mones Lastra
3013
3014 2003-04-18 [oliver]     0.8.11claws102
3015
3016         * src/inc.c 
3017         * src/prefs_account.h
3018                 remove Pop3SessionType (used by selective download)
3019         * src/prefs_toolbar.c
3020                 enable set Default Toolbar button
3021
3022 2003-04-18 [paul]       0.8.11claws101
3023
3024         * sync with 0.8.11cvs29
3025                 see ChangeLog 2003-04-18
3026
3027 2003-04-17 [paul]       0.8.11claws100
3028
3029         * src/prefs_common.[ch]
3030           src/summaryview.c
3031                 remove 'Open next message on deletion' option,
3032                 as the same effect can now be achieved via the
3033                 'Always open messages in summary when selected'
3034                 option.
3035
3036 2003-04-17 [paul]       0.8.11claws99
3037
3038         * sync with 0.8.11cvs28
3039                 see ChangeLog 2003-04-17
3040
3041 2003-04-17 [christoph]  0.8.11claws98
3042
3043         * ac/spamassassin.m4
3044         * src/plugins/spamassassin/libspamc.[ch]
3045         * src/plugins/spamassassin/utils.[ch]
3046                 sync libspamc with SpamAssassin project
3047
3048 2003-04-17 [christoph]  0.8.11claws97
3049
3050         * src/common/socket.h
3051         * src/gtk/sslcertwindow.h
3052                 rename old USE_SSL to USE_OPENSSL
3053
3054 2003-04-17 [paul]       0.8.11claws96
3055
3056         * src/prefs_common.h
3057                 use gulong for P_COLOR so that it compiles/runs on
3058                 64-bit systems. Patch submitted by James Noyes
3059                 <jnoyes-claws@retrogeeks.com>
3060                 
3061         * po/de.po
3062                 updated by Jens
3063
3064 2003-04-17 [paul]       0.8.11claws95
3065
3066         * sync with 0.8.11cvs27
3067                 see ChangeLog 2003-04-16
3068
3069 2003-04-15 [paul]       0.8.11claws94
3070
3071         * src/prefs_common.[ch]
3072                 rearrange to stop the window getting too long:
3073                         move Receive dialog stuff to Receive tab
3074                         move Send dialog to Send tab
3075                         remove Dialogs frame
3076                 rename 'Open messages in summary with cursor keys' to
3077                 'Always open messages in summary when selected', as its
3078                 more appropriate
3079
3080 2003-04-15 [paul]       0.8.11claws93
3081
3082         * src/prefs_common.[ch]
3083           src/summaryview.c
3084                 add new option '/Interface/Open next message on deletion'
3085
3086 2003-04-15 [paul]       0.8.11claws92
3087
3088         * src/summaryview.[ch]
3089                 add /Mark/Lock and /Mark/Unlock to the pop-up
3090                 menu. Patch submitted by Ivan Francolin Martinez
3091                 <ivanfm@users.sourceforge.net>
3092
3093 2003-04-15 [paul]       0.8.11claws91
3094
3095         * sync with 0.8.11cvs24
3096                 see ChangeLog 2003-04-15
3097
3098 2003-04-14 [jens]       0.8.11claws90
3099
3100         * updated German translation and some corrections from
3101                 Roland Bless <bless@tm.uka.de>
3102
3103 2003-04-14 [paul]       0.8.11claws89
3104
3105         * sync with 0.8.11cvs22
3106                 see ChangeLog 2003-04-14
3107
3108 2003-04-13 [paul]       0.8.11claws88
3109
3110         * src/plugins/clamav/clamav_plugin.c
3111                 fix memory leaks
3112                 clean up
3113
3114 2003-04-12 [paul]       0.8.11claws87
3115
3116         * src/plugins/clamav/clamav_plugin.c
3117                 activate enable/disable archive scanning option
3118                 
3119         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3120
3121 2003-04-12 [paul]       0.8.11claws86
3122
3123         * src/plugins/Makefile.am
3124           src/plugins/clamav/Makefile.am                ** NEW FILE **
3125           src/plugins/clamav/README                     ** NEW FILE ** 
3126           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3127           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3128                 add Clam AntiVirus plugin
3129
3130 2003-04-12 [paul]       0.8.11claws85
3131
3132         * sync with 0.8.11cvs21
3133                 see ChangeLog 2003-04-11
3134
3135 2003-04-11 [paul]       0.8.11claws84
3136
3137         * po/es.po
3138                 update Spanish translation. Submitted by Ricardo
3139                 Mones Lastra.
3140
3141 2003-04-10 [christoph]  0.8.11claws83
3142
3143         * src/mbox.c
3144                 fix typo that did not move unfiltered mails to destination
3145                 folder
3146
3147         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3148          when filtering from spool)
3149
3150 2003-04-10 [christoph]  0.8.11claws82
3151
3152         * src/imap.c
3153                 use BODY.PEEK instead of BODY in in message fetch operation
3154                 to make sure the IMAP server does not set the \Seen flag for
3155                 messages. Sylpheed does that later itself, when the message
3156                 is opened in sylpheed
3157
3158         (closes Bug 111 Claws destroys unread marks)
3159
3160 2003-04-09 [oliver]     0.8.11claws81
3161         
3162         * src/folder.c
3163                 fix crash in folder_destroy
3164         * README.claws
3165                 remove selective download
3166
3167 2003-04-09 [christoph]  0.8.11claws80
3168
3169         * src/imap.c
3170                 fix crash in imap_get_msginfo() when then fetched message
3171                 is not found
3172
3173         (closes Bug 110 Crash during mail composition)
3174
3175 2003-04-08 [christoph]  0.8.11claws79
3176
3177         * src/folder.c
3178         * src/prefs_account.c
3179                 Filter new messages that are found in an INBOX folder
3180                 when 'Filter messages on receiving' is enabled in the
3181                 Folder's AccountPrefs. This allows to use Sylpheed's
3182                 filtering engine for IMAP folders where messages are
3183                 added to the INBOX by a MTA
3184
3185 2003-04-08 [paul]       0.8.11claws78
3186
3187         * src/procmsg.h
3188                 clean up after last commit
3189
3190 2003-04-08 [paul]       0.8.11claws77
3191
3192         * sync with 0.8.11cvs20
3193                 see ChangeLog 2003-04-07 and 2003-04-08
3194
3195 2003-04-07 [christoph]  0.8.11claws76
3196
3197         * src/filtering.[ch]
3198         * src/inc.[ch]
3199         * src/mbox.c
3200         * src/procmsg.[ch]
3201                 add procmsg_msginfo_filter() to execute filtering actions
3202
3203 2003-04-06 [christoph]  0.8.11claws75
3204
3205         * src/imap.c
3206                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3207
3208 2003-04-06 [christoph]  0.8.11claws74
3209
3210         * src/common/utils.[ch]
3211                 add g_int_compare() function for slist sorting
3212
3213         * src/imap.c
3214                 fetch all MsgInfos with one command in imap_get_msginfos()
3215                 using an imap set with a list of ranges
3216
3217         * src/news.c
3218                 use new g_int_compare() function
3219
3220 2003-04-06 [thorsten]   0.8.11claws73
3221
3222         * src/mh.c
3223                 corrected implementation of mh_folder_destroy()
3224
3225 2003-04-05 [christoph]  0.8.11claws72
3226
3227         * src/account.c
3228         * src/folder.[ch]
3229         * src/folderview.c
3230         * src/imap.c
3231         * src/inc.c
3232         * src/main.c
3233         * src/mainwindow.c
3234         * src/mbox_folder.c
3235         * src/mh.c
3236         * src/mimeview.h
3237         * src/msgcache.[ch]
3238         * src/news.c
3239         * src/procmime.h
3240         * src/procmsg.[ch]
3241         * src/setup.c
3242         * src/gtk/gtkutils.c
3243                 o rename structure field names class and new to klass and
3244                   new_msgs, to allow including files in C++
3245                 o add 'extern "C"' block to some header files
3246                 o add MsgInfoList and MsgNumberList as alias for GSList for
3247                   developers to know what type of list is expected
3248
3249         * src/plugins/image_viewer/plugin.c
3250         * src/plugins/image_viewer/viewer.[ch]
3251         * src/plugins/image_viewer/viewerprefs.[ch]
3252                 rename function names to prevent conflicts
3253
3254 2003-04-05 [paul]       0.8.11claws71
3255
3256         * sync with 0.8.11cvs18
3257                 see ChangeLog 2003-04-03 and 2003-04-04
3258
3259 2003-04-02 [christoph]  0.8.11claws70
3260
3261         * src/folder.[ch]
3262         * src/imap.[ch]
3263         * src/mbox_folder.[ch]
3264         * src/mh.[ch]
3265         * src/news.[ch]
3266                 o Make all virtual folder functions private
3267                 o remove unused folder code
3268
3269         * src/common/socket.[ch]
3270         * src/summaryview.c
3271                 fix warnings
3272
3273 2003-03-30 [alfons]     0.8.11claws69
3274
3275         * src/send_message.c
3276                 remove two debug traces and see if people still report
3277                 errors
3278
3279 2003-03-30 [alfons]     0.8.11claws68
3280
3281         * src/send_message.c
3282         * src/commons/session.c
3283                 add more debug traces
3284
3285 2003-03-30 [christoph]  0.8.11claws67
3286
3287         * src/folder.c
3288                 change processing folder name from .processing to processing
3289
3290         * src/common/ssl.c
3291                 disable SSL certificate check because it causes Xlib error
3292                 when the child process want's to open an GTK window
3293
3294 2003-03-30 [christoph]  0.8.11claws66
3295
3296         * src/folder.c
3297                 don't use default folder for processing folder item because
3298                 it can be a non local folder
3299
3300         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3301
3302 2003-03-30 [alfons]     0.8.11claws65
3303
3304         * src/send_message.c
3305                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3306                 to generate bad code for 'send_send_data_progressive': When
3307                 called from 'send_send_data_finished', the 'data' pointer is
3308                 cleared just before the assignment to the dialog pointer
3309
3310 2003-03-29 [christoph]  0.8.11claws64
3311
3312         * src/common/prefs.h
3313         * src/plugins/image_viewer/Makefile.am
3314         * src/plugins/image_viewer/plugin.c
3315         * src/plugins/image_viewer/viewer.[ch]
3316         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3317                 add PrefsPage for ImageViewer
3318
3319 2003-03-28 [thorsten]   0.8.11claws63
3320
3321         * src/common/session.c
3322                 added some comments
3323
3324 2003-03-28 [paul]       0.8.11claws62
3325
3326         * sync with 0.8.11cvs16
3327                 see ChangeLog 2003-03-28
3328
3329 2003-03-28 [paul]       0.8.11claws61
3330
3331         * sync with 0.8.11cvs15
3332                 see ChangeLog 2003-03-28
3333
3334 2003-03-27 [christoph]  0.8.11claws60
3335
3336         * src/folder.c
3337         * src/imap.c
3338         * src/common/socket.[ch]
3339                 set socket state to DISCONNECTED when any operation
3340                 fails to allow reconnecting in IMAP code without
3341                 checking the return code of all calls to the command
3342                 functions
3343
3344         * src/folderview.c
3345         * src/summaryview.c
3346                 remove some more stuff that depends on specific
3347                 folder types
3348
3349 2003-03-27 [paul]       0.8.11claws59
3350
3351         * sync with 0.8.11cvs14
3352                 see ChangeLog 2003-03-27
3353                 
3354         * src/selective_download.[ch]   ** REMOVED **
3355                 really removed
3356
3357 2003-03-27 [christoph]  0.8.11claws58
3358
3359         * src/folder.c
3360                 fix handling of tmp_flags in flag copy function
3361
3362 2003-03-27 [paul]       0.8.11claws57
3363
3364         * sync with 0.8.11cvs13
3365                 see ChangeLog 2003-03-27
3366
3367 2003-03-27 [oliver]     0.8.11claws56
3368
3369         * src/maiwindow.c
3370                 remove sel_download_cb
3371
3372 2003-03-27 [oliver]     0.8.11claws55
3373         
3374         * src/inc.c
3375                 remove POP3_TOP
3376         
3377 2003-03-26 [oliver]     0.8.11claws54
3378
3379         *src/pop.h
3380                 remove POP3_TOP*
3381         * README.claws
3382                 remove selective donwload readme
3383
3384 2003-03-26 [oliver]     0.8.11claws53
3385         * src/matcher.[ch]
3386         * src/matcher_parser_parse.y 
3387         * src/pop.c 
3388         * src/prefs_account.[ch]
3389         * src/prefs_filtering.c
3390                 remove selective donwload
3391
3392 2003-03-26 [oliver]     0.8.11claws52
3393
3394         * src/inc.[ch] 
3395         * src/filtering.c 
3396         * src/mainwindow.c 
3397                 remove selective donwload
3398
3399 2003-03-26 [oliver]     0.8.11claws51
3400         
3401         * src/Makefile.am
3402         * src/selective_download.[ch]   ** REMOVE **    
3403
3404 2003-03-26 [christoph]  0.8.11claws50
3405
3406         * src/news.c
3407                 fix NEWS that got broken by a sync with sylpheed-main
3408
3409 2003-03-26 [christoph]  0.8.11claws49
3410
3411         * src/mimeview.c
3412                 fix mime type guessing when no mime type is found for a file
3413
3414 2003-03-25 [christoph]  0.8.11claws48
3415
3416         * src/mimeview.c
3417         * src/procmime.c
3418                 remove mime type guessing from mime parser and use
3419                 name based mime types in viewer lookup for mime type
3420                 application/octet-stream
3421
3422 2003-03-25 [christoph]  0.8.11claws47
3423
3424         * doc-src/readme.txt
3425         * doc-src/rfc2554.txt
3426                 add RFC about SMTP AUTH
3427
3428         * src/send_message.c
3429         * src/common/smtp.[ch]
3430                 add extra error code for authentication errors and
3431                 clear temporary password when this error occurs
3432
3433         (closes Bug 84 authentication failure while sending should
3434          prompt for password again)
3435
3436 2003-03-25 [christoph]  0.8.11claws46
3437
3438         * configure.ac
3439         * src/Makefile.am
3440         * src/imageview.[ch]                            ** REMOVE **
3441         * src/messageview.[ch]
3442         * src/mimeview.[ch]
3443         * src/prefs_common.[ch]
3444         * src/textview.c
3445         * src/plugins/Makefile.am
3446         * src/plugins/image_viewer/.cvsignore           ** NEW **
3447         * src/plugins/image_viewer/Makefile.am          ** NEW **
3448         * src/plugins/image_viewer/plugin.c             ** NEW **
3449         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3450                 move image viewer into a plugin (building is enabled by default)
3451                 [ToDo: Prefs for resize and autoview]
3452
3453 2003-03-25 [paul]       0.8.11claws45
3454
3455         * sync with 0.8.11cvs12
3456                 see ChangeLog 2003-03-26
3457
3458 2003-03-25 [paul]       0.8.11claws44
3459
3460         * sync with 0.8.11cvs11
3461                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3462                 
3463         Note: Selective Download is broken.
3464                 
3465 2003-03-22 [christoph]  0.8.11claws43
3466
3467         * src/folder.c
3468                 code cleanup for flags copying
3469
3470 2003-03-22 [christoph]  0.8.11claws42
3471
3472         * src/plugins/trayicon/trayicon.c
3473                 fix setting the transparent area when the window size
3474                 is forced by the system tray
3475
3476 2003-03-22 [christoph]  0.8.11claws41
3477
3478         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3479         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3480         * src/plugins/trayicon/newmail.xpm              ** NEW **
3481         * src/plugins/trayicon/nomail.xpm               ** NEW **
3482         * src/plugins/trayicon/trayicon.c
3483         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3484                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3485                 o add icon for unread mails
3486                 o set transparency for window
3487
3488 2003-03-22 [christoph]  0.8.11claws40
3489
3490         * src/news.c
3491                 init news session to prevent crash when session is closed
3492
3493 2003-03-22 [christoph]  0.8.11claws39
3494
3495         * src/imap.c
3496         * src/common/session.[ch]
3497                 Init session data to make sure we don't have invalid pointers
3498                 for read_ch and write_ch when new multi process sessions are
3499                 not used
3500
3501         * src/main.c
3502         * src/common/plugin.c
3503         * src/common/sylpheed.c
3504         * src/plugins/demo/demo.c
3505         * src/plugins/dillo_viewer/dillo_viewer.c
3506         * src/plugins/mathml_viewer/mathml_viewer.c
3507         * src/plugins/spamassassin/spamassassin.c
3508         * src/plugins/spamassassin/spamassassin_gtk.c
3509                 add plugin types to allow loading plugins at different times
3510                 (and maybe for different frontends), because it's not good to
3511                 load GTK-Plugins gefore gtk_init was called
3512
3513         * configure.ac
3514         * src/plugins/Makefile.am
3515         * src/plugins/trayicon/.cvsignore               ** NEW **
3516         * src/plugins/trayicon/Makefile.am              ** NEW **
3517         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3518         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3519         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3520         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3521         * src/plugins/trayicon/trayicon.c               ** NEW **
3522                 New Trayicon plugin that shows an icon in a systray that uses
3523                 XEMBED protocol like Gnome's systray. Icon shows if there
3524                 are new mails and a tooltip shows information about new,
3525                 unread and total messages.
3526
3527 2003-03-22 [paul]       0.8.11claws38
3528
3529         * src/common/smtp.c
3530                 fix ESMTP AUTH CRAM-MD5
3531                 [sync with main (still version 0.8.11cvs6), see
3532                  ChangeLog 2003-03-22]
3533
3534 2003-03-21 [colin]      0.8.11claws37
3535
3536         * src/send_message.c
3537                 Fix USE_SSL => USE_OPENSSL
3538
3539 2003-03-21 [colin]      0.8.11claws36
3540
3541         * src/folderview.c
3542                 Fix counts in drag and dropped subfolders
3543
3544 2003-03-21 [colin]      0.8.11claws35
3545
3546         * src/folder.c 
3547         * src/folderview.c
3548                 speed up a bit folder dnd
3549
3550 2003-03-20 [alfons]     0.8.11claws34
3551
3552         * src/main.c
3553         * src/toolbar.c
3554         * src/procmsg.c
3555                 don't send locked queue messages
3556                 (feature request "[ 705245 ] Locking message in outbox 
3557                  should prevent sending")
3558
3559 2003-03-20 [christoph]  0.8.11claws33
3560
3561         * src/folder.c
3562                 remove NEW and UNREAD flag in special folders when scanning
3563                 
3564         * src/common/smtp.c
3565                 fix ESMTP AUTH CRAM-MD5
3566
3567 2003-03-20 [paul]       0.8.11claws32
3568
3569         * src/prefs_account.c
3570                 Re-write 'Tunnel command to open connection' as
3571                 'Use command to communicate with server', and disable
3572                 it for all except IMAP accounts
3573
3574 2003-03-20 [paul]       0.8.11claws31
3575
3576         * sync with 0.8.11cvs6
3577                 see ChangeLog 2003-03-20
3578
3579 2003-03-19 [match]      0.8.11claws30
3580
3581         * src/addritem.[ch]
3582                 include documentation. minor refactoring.
3583         * src/addr_compl.[ch]
3584         * src/addrindex.[ch]
3585         * src/addresbook.[ch]
3586         * src/summaryview.c
3587                 re-enable address lookup (was disabled in
3588                 0.8.11claws20).
3589
3590 2003-03-19 [christoph]  0.8.11claws29
3591
3592         * src/procmsg.c
3593                 add temp flag handling, will make moving and copying
3594                 messages possible again
3595
3596         * src/folder.c
3597                 correct calulation of folder stats
3598
3599 2003-03-18 [match]      0.8.11claws28
3600
3601         * src/editgroup.h
3602                 remove case sensitive comparison (closes bug 80).
3603
3604 2003-03-18 [christoph]  0.8.11claws27
3605
3606         * src/imap.c
3607                 fix imap using a tunnel command
3608
3609         (closes bug 87)
3610
3611 2003-03-18 [christoph]  0.8.11claws26
3612
3613         * src/folder.[ch]
3614         * src/imap.c
3615         * src/procmsg.[ch]
3616                 rewrite flag handling for folders
3617
3618 2003-03-18 [christoph]  0.8.11claws25
3619
3620         * src/folder.c
3621         * src/procmsg.c
3622         * src/summaryview.c
3623                 unset NEW and UNREAD flags when message is ignored, to make
3624                 sure messages don't show up as unread on other IMAP clients,
3625                 because the IGNORE_THREAD flag can not be syncronized through
3626                 the IMAP folder
3627
3628 2003-03-17 [christoph]  0.8.11claws24
3629
3630         * src/imap.c
3631                 don't use recursion to fetch uids when the number of messages
3632                 does not match. Moved code into subfunction that is used
3633                 again when needed, to prevent an endless loop.
3634
3635 2003-03-17 [thorsten]   0.8.11claws23
3636
3637         * src/imageview.[ch]
3638                 export imageview_get_resized_size() (for plugins)
3639         * src/prefs_common.[ch]
3640                 added prefs_common_get() (for plugins)
3641
3642 2003-03-17 [christoph]  0.8.11claws22
3643
3644         * src/imap.c
3645                 o remove UID guessing from copy code
3646                 o support UIDPLUS extension for APPEND command
3647
3648 2003-03-17 [paul]       0.8.11claws21
3649
3650         * src/gtk/about.c
3651                 remove 'Compiled-plugins' section.
3652                 
3653         * src/plugins/dillo_viewer/dillo_viewer.c
3654                 slight change to description text
3655
3656 2003-03-16 [match]      0.8.11claws20
3657         * src/ldapserver.[ch]           ** NEW **
3658         * src/ldapctrl.[ch]             ** NEW **
3659         * src/ldapquery.[ch]            ** NEW **
3660         * src/ldaputil.[ch]             ** NEW **
3661         * src/addrcindex.[ch]           ** NEW **
3662         * src/addrquery.h               ** NEW **
3663         * src/addritem.[ch]
3664         * src/addrcache.[ch]
3665         * src/addrindex.[ch]
3666         * src/addr_compl.[ch]
3667         * src/addressbook.[ch]
3668         * src/addrbook.[ch]
3669         * src/editgroup.c
3670         * src/editaddress.c
3671         * src/editldap.c
3672         * src/editldap_basedn.c
3673         * src/vcard.c
3674         * src/jpilot.c
3675         * src/Makefile.am
3676                 included dynamic LDAP queries. improved address
3677                 completion.
3678
3679 2003-03-16 [paul]       0.8.11claws19
3680
3681         * tools/multiwebsearch.pl
3682                 fix a fatal typo
3683
3684 2003-03-16 [christoph]  0.8.11claws18
3685
3686         * src/mimeview.c
3687         * src/plugins/dillo_viewer/dillo_viewer.c
3688         * src/plugins/mathml_viewer/mathml_viewer.c
3689                 make unregistering of MimeViewerFactorys possible
3690
3691 2003-03-16 [alfons]     0.8.11claws17
3692
3693         * configure.ac
3694                 correct typo
3695
3696 2003-03-16 [melvin]     0.8.11claws16
3697
3698         * src/plugins/dillo_viewer.c
3699                 Fixed bug where it was not possible to view more than
3700                 one text/html attachment per message (bug discovered
3701                 by Christoph Hohmann).
3702
3703 2003-03-15 [melvin]     0.8.11claws15
3704
3705         * src/prefs_actions.c
3706                 Fixed compilation warnings.
3707
3708 2003-03-15 [melvin]     0.8.11claws14
3709
3710         * src/plugins/Makefile.am
3711         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3712         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3713         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3714                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3715                 newer (http://dillo.auriga.wearlab.de/).
3716
3717 2003-03-15 [christoph]  0.8.11claws13
3718
3719         * src/imap.c
3720                 don't query imap folder for attributes because we already
3721                 for them from imap_status
3722
3723         * src/mimeview.[ch]
3724                 add support for plugable MimeViewers (unloading Viewers
3725                 not yet complete)
3726
3727         * src/plugins/Makefile.am
3728         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3729         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3730         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3731                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3732                 widget from http://helm.cs.unibo.it/mml-widget/
3733
3734 2003-03-14 [christoph]  0.8.11claws12
3735
3736         * src/folder.[ch]
3737                 o error return code's should better be negative
3738                 o replace printf with debug_print
3739
3740         * src/imap.c
3741                 improve IMAP folder scan by checking UID-NEXT
3742
3743         * src/summaryview.c
3744                 remove check that are unnecessary in my opinion
3745
3746 2003-03-13 [christoph]  0.8.11claws11
3747
3748         * src/folder.[ch]
3749         * src/foldersel.c
3750         * src/folderview.c
3751         * src/imap.c
3752         * src/mbox_folder.c
3753         * src/mh.c
3754         * src/news.c
3755         * src/prefs_scoring.c
3756         * src/summaryview.c
3757                 use a common function to get a displayable name
3758                 for a FolderItem
3759
3760 2003-03-13 [paul]       0.8.11claws10
3761
3762         * tools/Makefile.am
3763           tools/README
3764           tools/multiwebsearch.conf     ** NEW FILE **
3765           tools/multiwebsearch.pl       ** NEW FILE **
3766                 add multiwebsearch Actions script
3767
3768 2003-03-13 [colin]      0.8.11claws9
3769
3770         * src/compose.c
3771                 Remove leading emtpy lines from quoted text
3772                 before quoting it
3773
3774 2003-03-13 [melvin]     0.8.11claws8
3775
3776         * src/prefs_actions.c
3777                 Fixed a memory leak
3778                 Code clean ups
3779                 Added Cancel and OK buttons
3780                 Corrected help text
3781
3782 2003-03-13 [christoph]  0.8.11claws7
3783
3784         * src/account.c
3785         * src/folder.[ch]
3786         * src/imap.c
3787         * src/mainwindow.c
3788         * src/mbox_folder.c
3789         * src/mh.c
3790         * src/news.c
3791         * src/setup.c
3792                 replace more folder type stuff with folder class stuff
3793
3794 2003-03-13 [melvin]     0.8.11claws6
3795
3796         * src/prefs_actions.c
3797                 Added new tokens:
3798                 %u: user provided argument
3799                 %h: user provided argument (hidden on input)
3800                 %s: current text selection in the message view 
3801
3802 2003-03-13 [paul]       0.8.11claws5
3803
3804         * sync with 0.8.11cvs5
3805                 see ChangeLog 2003-03-11, 2003-03-12
3806
3807 2003-03-12 [christoph]  0.8.11claws4
3808
3809         * src/folder.c
3810                 use folder class idstr when writing folderlist.xml
3811
3812         * src/folder.h
3813         * src/imap.c
3814         * src/news.c
3815                 replace folder type checks with folder class checks
3816
3817 2003-03-12 [christoph]  0.8.11claws3
3818
3819         * src/folder.[ch]
3820         * src/imap.[ch]
3821         * src/main.c
3822         * src/mbox_folder.[ch]
3823         * src/mh.[ch]
3824         * src/news.[ch]
3825                 o create a list of known folder classes in the folder system
3826                 o use folder class id strings for folder item identifiers
3827
3828 2003-03-12 [christoph]  0.8.11claws2
3829
3830         * src/imap.c
3831                 fix imap uid validity check
3832
3833 2003-03-12 [christoph]  0.8.11claws1
3834
3835         * src/account.c
3836         * src/folder.[ch]
3837         * src/foldersel.c
3838         * src/folderview.c
3839         * src/imap.c
3840         * src/mainwindow.c
3841         * src/mbox_folder.c
3842         * src/mh.c
3843         * src/news.c
3844         * src/prefs_scoring.c
3845         * src/procmsg.c
3846         * src/setup.c
3847         * src/summaryview.c
3848                 initial restructuring of folder system, seperating
3849                 folders and folder classes
3850
3851 2003-03-12 [paul]       0.8.11claws
3852
3853         0.8.11claws release
3854
3855 2003-03-12 [christoph]
3856
3857         * src/gtk/prefswindow.c
3858                 fix translation of "Page Index"
3859
3860 2003-03-12 [paul]       0.8.10claws110
3861
3862         a sync from 0.8.11cvs4 before the release
3863
3864         * src/common/utils.c
3865                 subject_compare_for_sort(): allow null strings (fixes
3866                 summary sorting).
3867
3868 2003-03-11 [paul]       0.8.10claws109
3869
3870         * po/es.po
3871                 update Spanish translation, submitted by
3872                 Ricardo Mones Lastra
3873
3874 2003-03-11 [melvin]     0.8.10claws108
3875
3876         * po/fr.po
3877                 Updated French translations
3878
3879 2003-03-11 [paul]       0.8.10claws107
3880
3881         * manual/en/Makefile.am
3882           manual/en/*.html
3883                 update English manual, add a new page
3884                 updated by Francois Barriere <fbarriere@atmel.fr>
3885                 
3886         * po/bg.po
3887           po/it.po
3888           po/sr.po
3889                 update Bulgarian, Italian, and Serbian translations
3890                 submitted by George Danchev, Alessandro Maestri, and
3891                 Urke MMI
3892
3893 2003-03-10 [paul]       0.8.10claws106
3894
3895         * src/gtk/about.c
3896           src/gtk/prefswindow.c
3897                 make some strings translatable
3898
3899 2003-03-10 [darko]      0.8.10claws105
3900
3901         * src/compose.c
3902                 code cleanup to make Hiro happy
3903
3904 2003-03-10 [paul]       0.8.10claws104
3905
3906         * sync with 0.8.11cvs2
3907                 see ChangeLog 2003-03-10
3908
3909 2003-03-09 [melvin]     0.8.10claws103
3910
3911         * src/textview.c
3912                 textview_set_font(): fix for message display in
3913                 UTF-8 locales (thanks to Sergey Vlasov).
3914                 (was unintentionnaly reverted in 0.8.6claws6)   
3915
3916 2003-03-08 [darko]      0.8.10claws102
3917
3918         * src/compose.c
3919                 fix infinite loop in wrapping as reported
3920                 by happycactus
3921                 obsoletes patch #696482
3922
3923 2003-03-08 [christoph]  0.8.10claws101
3924
3925         * src/imap.c
3926                 add workaround for IMAP servers that do not
3927                 support the "UID SEARCH UID" command
3928
3929 2003-03-07 [christoph]  0.8.10claws100
3930
3931         * src/plugins/spamassassin/spamassassin.[ch]
3932         * src/plugins/spamassassin/spamassassin_gtk.c
3933                 code cleanup
3934
3935 2003-03-07 [paul]       0.8.10claws99
3936
3937         * po/es.po
3938                 updated Spanish translation, submitted by
3939                 Ricardo Mones Lastra
3940
3941 2003-03-07 [christoph]  0.8.10claws98
3942
3943         * src/send.c
3944                 fix in 0.8.10claws94 was wrong
3945                 local delivery does not require escaping, remove escaping
3946                 code to make signatures of mails with "." lines valid
3947                 
3948                 NOTE: requires that sendmail is executed with "-i" option,
3949                       what is the default now, but has to be changed in all
3950                       exsiting accounts)
3951
3952 2003-03-07 [paul]       0.8.10claws97
3953
3954         * sync with 0.8.11 release
3955                 see ChangeLog 2003-03-07
3956
3957 2003-03-06 [paul]       0.8.10claws96
3958
3959         * src/compose.c
3960                 revert commit 0.8.10claws92
3961
3962 2003-03-06 [paul]       0.8.10claws95
3963
3964         * src/folderview.c
3965                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3966
3967         * src/gtkaspell.c
3968                 fix bug 74, 'Crash opening editor window with pseudo-color
3969                 display'
3970                 
3971         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3972
3973 2003-03-06 [christoph]  0.8.10claws94
3974
3975         * src/send.c
3976                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3977                 all lines starting with a period get an extra period
3978                 inserted
3979                 (found by Simon 'corecode' Schubert)
3980
3981 2003-03-06 [paul]       0.8.10claws93
3982
3983         * src/folderview.c
3984                 if configured font can't be loaded fall back to gtk
3985                 default. (with thanks to Christoph)
3986                 
3987                 closes long-standing bug 15 'Crashes on startup'
3988
3989 2003-03-06 [paul]       0.8.10claws92
3990
3991         * src/compose.c
3992                 freeze text before autosave and thaw afterwards
3993                 fixes bug 67 'autosave make re-rediting message crazy'
3994
3995 2003-03-06 [christoph]  0.8.10claws91
3996
3997         * src/compose.c
3998                 ignore address comment in dupe check for Cc-list
3999
4000         (closes reopened bug 47 Replying to message strips name part of
4001          e-mail addresses of Cc: lines)
4002
4003 2003-03-06 [paul]       0.8.10claws90
4004
4005         * src/Makefile.am
4006                 remove reference to gtkxtext.h as its no longer in
4007                 the repository
4008
4009 2003-03-06 [paul]       0.8.10claws89
4010
4011         * sync with 0.8.10cvs25
4012                 see ChangeLog 2003-03-06
4013
4014 2003-03-06 [oliver]     0.8.10claws88
4015         
4016         * src/messageview.c
4017                 remove include
4018
4019 2003-03-06 [oliver]     0.8.10claws87
4020         
4021         * src/folderview.c 
4022                 remove changes introduced inclaws74
4023         * src/messageview.c
4024                 another attempt to sanely delete and update
4025                 messages deleted in separate messageview
4026
4027 2003-03-05 [christoph]  0.8.10claws86
4028
4029         * src/summaryview.c
4030                 check if "From" matches any account's address if
4031                 addressbook completion of addresses is disabled too
4032
4033         (closes Bug 70 "Display recipient in from" doesn't check
4034          folder's default account)
4035
4036 2003-03-05 [christoph]  0.8.10claws85
4037
4038         * src/compose.c
4039         * src/common/utils.[ch]
4040                 don't strip address comments when building Cc lists
4041
4042         (closes Bug 47 Replying to message strips name part of e-mail addresses
4043          of Cc: lines)
4044
4045         * src/folder.c
4046                 fix return value of copy function
4047
4048 2003-03-05 [christoph]  0.8.10claws84
4049
4050         * src/imap.c
4051                 don't ask imap server for non rfc822 headers
4052
4053         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4054
4055         * src/imap.c
4056                 destroy session on socket error to allow reconnecting
4057
4058 2003-03-05 [christoph]  0.8.10claws83
4059
4060         * configure.ac
4061                 fix building with gnome when no prefix is set
4062
4063         (closes bug 66 Gnome directory is set to NONE)
4064
4065 2003-03-05 [paul]       0.8.10claws82
4066
4067         * sync with 0.8.10cvs23
4068                 see ChangeLog 2003-03-05
4069
4070 2003-03-04 [christoph]  0.8.10claws81
4071
4072         * src/folder.c
4073                 o fix moving and copying when folder returns 0 for new
4074                   message number
4075                 o remove some code for single message copy and move
4076                   operations and use functions for multiple messages
4077
4078         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4079
4080         * src/news.c
4081                 remove unused include
4082
4083 2003-03-04 [paul]       0.8.10claws80
4084
4085         * src/gtk/about.c
4086                 list 'Compiled plugins'
4087
4088 2003-03-03 [christoph]  0.8.10claws79
4089
4090         * src/news.[ch]
4091                 have to multiply the percentage of the current fetch with
4092                 the percentage that it has of the total fetch operation
4093                 for correct values
4094
4095 2003-03-03 [christoph]  0.8.10claws78
4096
4097         * src/news.c
4098                 fix calculation of expected lines for progress indicator
4099
4100 2003-03-03 [christoph]  0.8.10claws77
4101
4102         * src/summaryview.c
4103         * src/common/utils.c
4104                 fix segfault when opening the root news folder
4105
4106 2003-03-03 [christoph]  0.8.10claws76
4107
4108         * src/mainwindow.[ch]
4109         * src/common/Makefile.am
4110         * src/common/progressindicator.[ch]
4111                 add UI independent progress indicator handling
4112
4113         * src/news.[ch]
4114                 use new progress indicator for message info fetching
4115
4116         * src/common/hooks.h
4117                 code cleanup
4118
4119 2003-03-03 [oliver]     0.8.10claws75
4120
4121         * src/toolbar.c
4122         * src/compose.c
4123                 removed commented code
4124
4125 2003-03-03 [oliver]     0.8.10claws74
4126
4127         * src/toolbar.[ch]
4128                 cleanups and refactoring
4129         * src/compose.[ch]
4130                 compose_reply_mode reply & forwarding interface for
4131                 toolbar buttons
4132         * src/folderview.c
4133                 act on messages marked for deletion in folderview_selected
4134                 based on prefs_common.immediate_exec since a message might 
4135                 have been deleted by messageview in a folder we are changing 
4136                 to (does anybody understand what I'm on about ?)
4137
4138 2003-03-03 [oliver]     0.8.10claws73
4139         
4140         * src/messageview.[ch]
4141                 new functions
4142                 - messageview_delete: delete message shown in messagview
4143                 - messageview_update_view: update messageview to currently 
4144                   selected summaryview message
4145                 - add separate messageview to msgview_list in order to update 
4146                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4147         * src/summaryview.[ch]
4148                 summary_get_selection returns a list of selected msgs
4149                 in summaryview
4150         * src/mainwindow.c
4151                 toolbar reply refactoring
4152
4153 2003-03-03 [paul]       0.8.10claws72
4154
4155         * sync with 0.8.10cvs21
4156                 see ChangeLog 2003-03-03
4157
4158 2003-03-02 [christoph]  0.8.10claws71
4159
4160         * src/common/passcrypt.c
4161                 use POSIX includes
4162
4163 2003-03-02 [christoph]  0.8.10claws70
4164
4165         * configure.ac
4166         * src/prefs_account.c
4167         * src/prefs_gtk.[ch]
4168         * src/common/.cvsignore
4169         * src/common/Makefile.am
4170         * src/common/passcrypt.c                ** NEW **
4171         * src/common/passcrypt.h.in             ** NEW **
4172                 Implement password encryption in config files
4173                 using unix encrypt and setkey functions. The crypt
4174                 key can be set as a configure parameter. Old
4175                 passwords will be converted if they do not begin
4176                 with '!'
4177
4178 2003-03-02 [paul]       0.8.10claws69
4179
4180         * src/prefs_account.c
4181                 fix compile error
4182
4183 2003-03-01 [thorsten]   0.8.10claws68
4184
4185         * po/el.po
4186           po/hr.po
4187           po/it.po
4188           po/nl.po
4189           po/sr.po
4190           po/sv.po
4191                 corrected format strings
4192         * po/en_GB.po
4193                 corrected headers
4194                 (fix compile errors with GNU gettext-0.11.5)
4195
4196 2003-03-01 [oliver]     0.8.10claws67
4197
4198         * src/summaryview.c
4199                 menu callbacks call toolbar_menu_reply
4200
4201 2003-03-01 [oliver]     0.8.10claws66
4202
4203         * src/mainwindow.c
4204         * src/messageview.c
4205                 menu callbacks call toolbar_menu_reply
4206         * src/toolbar.[ch]
4207                 callbacks from menu handled by toolbar_menu_reply
4208
4209 2003-03-01 [paul]       0.8.10claws65
4210
4211         * src/addressbook.c
4212                 revert commit 0.8.10claws54 - breaks editing of
4213                 addressbook.
4214                 
4215         * po/bg.po
4216                 update Bulgarian translation, submitted by
4217                 George Danchev
4218
4219 2003-02-28 [christoph]  0.8.10claws64
4220
4221         * src/account.c
4222         * src/addressadd.c
4223         * src/compose.c
4224         * src/gtkaspell.c
4225         * src/gtkxtext.h                ** REMOVE **
4226         * src/imap.c
4227         * src/matcher.[ch]
4228         * src/mh.c
4229         * src/news.c
4230         * src/pine.c
4231         * src/prefs_common.c
4232         * src/prefs_matcher.c
4233         * src/procheader.[ch]
4234         * src/procmsg.[ch]
4235         * src/toolbar.c
4236         * src/common/ssl_certificate.c
4237         * src/gtk/colorlabel.c
4238         * src/gtk/menu.c
4239                 o fix warnings
4240                 o remove code obsoleted by new cache and folder system rework
4241
4242 2003-02-28 [oliver]     0.8.10claws63
4243         
4244         * src/toolbar.[ch]
4245                 * fix bug where reply in Messageview replied to 
4246                 Message displayed in summaryview
4247                 (reportedd via ML by chinatinte at gmx dot ch)
4248                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4249                 didn't work in separate MessageView Toolbar
4250                 (wondering if anybody uses this at all ?)
4251         * src/summaryview.[ch]
4252                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4253                 (generalize reply and forward code);
4254         * src/messageview.c 
4255                 remove focus_in event which updated summaryview to messageview
4256
4257 2003-02-28 [paul]       0.8.10claws62
4258
4259         * po/Makefile.in.in
4260                 add the --check option
4261                 Patch submitted by Ricardo Mones Lastra
4262
4263 2003-02-28 [paul]       0.8.10claws61
4264
4265         * src/prefs_account.c
4266                 re-order 'Signature' items
4267
4268 2003-02-28 [paul]       0.8.10claws60
4269
4270         * sync with 0.8.10cvs20
4271                 see ChangeLog 2003-02-28
4272
4273 2003-02-28 [paul]       0.8.10claws59
4274
4275         * po/POTFILES.in
4276                 update to reflect recent movement of files
4277
4278 2003-02-28 [paul]       0.8.10claws58
4279
4280         * sync with 0.8.10cvs19
4281                 see ChangeLog 2003-02-28
4282
4283 2003-02-27 [martin]     0.8.10claws57
4284
4285         * src/prefs_matcher.c 
4286                 fix segfault in prefs_matcher_ok() when the
4287                 last entry is deleted and prevents that the
4288                 message "entry not saved" comes up after deleting
4289                 an entry
4290
4291 2003-02-27 [martin]     0.8.10claws56
4292
4293         * src/prefs_filtering.c 
4294                 fix segfault in prefs_filtering_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 [paul]       0.8.10claws55
4300
4301         * sync with 0.8.10cvs18
4302                 see ChangeLog 2003-02-27
4303
4304 2003-02-27 [paul]       0.8.10claws54
4305
4306         * src/addressbook.c
4307                 fix bug where the address book crashes with 
4308                 multiple lookups.
4309                 Patch [687729] submitted by David Frager 
4310                 <dbfrager@users.sourceforge.net>
4311
4312 2003-02-25 [christoph]  0.8.10claws53
4313
4314         * src/Makefile.am
4315         * src/colorlabel.[ch]           ** REMOVE **
4316         * src/gtk/Makefile.am
4317         * src/gtk/colorlabel.[ch]       ** NEW **
4318                 move colorlabel files to gtk directory
4319
4320         * src/esmtp.[ch]                ** REMOVE **
4321                 has been merged into smtp.[ch] in 0.7.5
4322
4323 2003-02-25 [christoph]  0.8.10claws52
4324
4325         * src/Makefile.am
4326         * src/about.[ch]                ** REMOVE **
4327         * src/gtk/Makefile.am
4328         * src/gtk/about.[ch]            ** NEW **
4329                 move about files to gtk directory
4330
4331 2003-02-25 [christoph]  0.8.10claws51
4332
4333         * src/folder.c
4334                 some code optimization of folder scanning code
4335
4336         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4337
4338 2003-02-25 [christoph]  0.8.10claws50
4339
4340         * src/main.c
4341         * src/common/sylpheed.c
4342                 add command line parameter parsing to common code
4343
4344 2003-02-24 [christoph]
4345
4346         * Makefile.am
4347         * configure.ac
4348                 fix gnome prefix problems, the configure script now removed
4349                 `gnome-config --prefix` from `gnome-config --datadir`
4350                 and adds $(prefix} instead
4351
4352         (closes Bug 24 Makefile does not respect prefix when installing
4353          GNOME data)
4354
4355 2003-02-24 [christoph]  0.8.10claws49
4356
4357         * src/news.c
4358                 check for valid session before trying to authenticate
4359
4360         (closes Bug 60 crash if "authenticate on logon" is activated
4361          and newsserver-hostname is not valid)
4362
4363 2003-02-24 [melvin]     0.8.10claws48
4364
4365         * src/prefs_actions.c
4366                 Make sure all user's input is sent to the action and then
4367                 close the socket..
4368
4369 2003-02-23 [alfons]     0.8.10claws46
4370
4371         * src/summaryview.c
4372                 also wait cursor when deleting files
4373
4374 2003-02-23 [paul]
4375
4376         * tools/freshmeat_search.pl
4377           tools/google_search.pl
4378                 scripts should now work for any browser/browser command line
4379
4380 2003-02-22 [christoph]  0.8.10claws45
4381
4382         * src/procmsg.c
4383                 fix IMAP flag setting, IMAP flag is not handled correctly
4384                 anymore by the folder system and information about the
4385                 folder should not be saved in the MsgInfo (in my opinion)
4386
4387         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4388
4389 2003-02-22 [christoph]  0.8.10claws44
4390
4391         * src/summaryview.c
4392                 fix spelling of "label" ;-)
4393
4394 2003-02-22 [thorsten]   0.8.10claws43
4395
4396         * src/mimeview.c
4397           src/prefs_common.[ch]
4398           src/procmime.[ch]
4399                 do not use description as attachment name
4400
4401 2003-02-22 [alfons]     0.8.10claws42
4402
4403         * src/summaryview.c
4404                 freeze/thaw folder item updates when changing color labels,
4405                 and put a wait cursors on
4406
4407 2003-02-22 [thorsten]   0.8.10claws41
4408
4409         * src/mimeview.c
4410                 save-all fixes: crash if invoked on multipart container,
4411                 mimeinfo access, pathseparators, error dialog
4412
4413 2003-02-21 [alfons]     0.8.10claws40
4414
4415         * src/prefs_gtk.c
4416                 remove unused var
4417
4418 2003-02-21 [colin]      0.8.10claws39
4419
4420         * src/send.c
4421                 Fix smtp logging
4422
4423 2003-02-21 [colin]      0.8.10claws38
4424
4425         * src/summaryview.c
4426                 Freeze/thaw folderItem updates when filtering messages 
4427                 via Tools/Filter messages
4428
4429 2003-02-21 [paul]       0.8.10claws37
4430
4431         * src/compose.c
4432                 revert commit 0.8.10claws26, there are ulterior motives
4433                 for users to set a Reply-To header when posting to
4434                 newsgroups
4435
4436 2003-02-21 [paul]       0.8.10claws36
4437
4438         * sync with 0.8.10cvs17
4439                 see ChangeLog 2003-02-21
4440
4441 2003-02-20 [christoph]  0.8.10claws35
4442
4443         * src/imap.c
4444                 IMAP UID fetch speedup using SEARCH
4445
4446         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4447
4448         * src/imap.c
4449                 fix problem with UIDs in IMAP UID cache that no longer existed
4450
4451 2003-02-20 [christoph]  0.8.10claws34
4452
4453         * src/imap.c
4454         * src/procheader.c
4455         * src/procheader.h
4456                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4457
4458         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4459
4460         * src/imap.c
4461                 Rewrite imap_cmd_gen_recv use sock_getline instead
4462                 of sock_gets to avoid problems with too long reply
4463                 lines
4464     
4465 2003-02-20 [colin]      0.8.10claws33
4466         
4467         * src/prefs_account.c
4468                 Better wording
4469
4470 2003-02-20 [colin]      0.8.10claws32
4471
4472         * src/compose.c
4473                 Remove useless '&& !to_sender' 
4474
4475 2003-02-20 [darko]
4476
4477         * AUTHORS
4478                 change my e-mail address
4479
4480 2003-02-19 [colin]      0.8.10claws31
4481
4482         * src/prefs_common.c
4483                 X11 style colors for every configurable color
4484
4485 2003-02-19 [alfons]     0.8.10claws30
4486
4487         * src/prefs_gtk.[ch]
4488         * src/prefs_common.c
4489                 for color_new accept both plain integers and X11 style color
4490                 names (as found in /usr/lib/X11/rgb.txt)
4491
4492 2003-02-19 [paul]       0.8.10claws29
4493
4494         * src/mainwindow.c
4495                 add tooltips to online/offline button and account selector
4496                 button
4497
4498 2003-02-19 [paul]       0.8.10claws28
4499
4500         * src/folder.c
4501           src/news.c
4502           src/prefs_account.[ch]
4503           src/prefs_common.[ch]
4504                 move 'Maximum number of articles to download' to
4505                 account prefs.
4506                 clean up account prefs gui a little by hiding entries
4507                 rather then greying out entries
4508
4509 2003-02-19 [hiro]       0.8.10claws27
4510
4511         * src/common/utils.c
4512                 fix bug #54 'yesterdays date is displayed in the message 
4513                 summary window'
4514
4515 2003-02-19 [paul]       0.8.10claws26
4516
4517         * src/compose.c
4518                 fix bug reported in Feature Request [688596] 
4519                 'Reply-to header in news'
4520
4521 2003-02-18 [paul]       0.8.10claws25
4522
4523         * src/select-keys.c
4524                 add a 'List all keys' button to key selection dialog
4525
4526 2003-02-18 [colin]      0.8.10claws24
4527         
4528         * src/stock_pixmap.c
4529                 fix compile error
4530
4531 2003-02-18 [colin]      0.8.10claws23
4532
4533         * src/common/smtp.[ch]
4534           src/prefs_account.c
4535                 Try to starttls if it seems to be the only
4536                 way to authenticate a user
4537
4538 2003-02-18 [paul]       0.8.10claws22
4539
4540         * src/Makefile.am
4541           src/folderview.c
4542           src/stock_pixmap.[ch]
4543           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4544           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4545                 as a Drafts folder is a special folder allow it to have
4546                 its own unique icons
4547
4548 2003-02-18 [colin]      0.8.10claws21
4549
4550         * src/imap.c
4551                 Fix port selection when using starttls
4552
4553 2003-02-18 [paul]       0.8.10claws20
4554
4555         * src/mainwindow.c
4556           src/prefs_common.[ch]
4557                 make blue the default new mail colour
4558
4559 2003-02-18 [paul]       0.8.10claws19
4560
4561         * sync with 0.8.10cvs14
4562                 see ChangeLog 2003-02-18
4563
4564 2003-02-17 [jens]       0.8.10claws18
4565
4566         * src/common/md5.c
4567                 fixed a compile problem with gcc 3.3
4568                 works on 2.95.3 too (testet on PPC as it is big endian)
4569
4570 2003-02-17 [paul]       0.8.10claws17
4571
4572         * sync with 0.8.10cvs13
4573                 see ChangeLog 2003-02-17
4574
4575 2003-02-17 [paul]       0.8.10claws16
4576
4577         * sync with 0.8.10cvs12
4578                 see ChangeLog 2003-02-17
4579
4580 2003-02-16 [match]      0.8.10claws15
4581
4582         * src/addressbook.c
4583                 Eliminates reloading of address data when items
4584                 deleted or added. Applied submitted by
4585                 Luke Plant <lukeplant@softhome.net>
4586
4587 2003-02-16 [paul]       0.8.10claws14
4588
4589         * src/news.c
4590                 when a 'protocol error' is encountered disconnect from
4591                 the server. This means that the user can carry on viewing
4592                 other articles and doesn't have to either wait until the
4593                 server timesout or quit sylpheed.
4594                 Fixes bug #53 'Unable to read messages in newsgroups, 
4595                 displayed message doesn't change'
4596
4597 2003-02-15 [christoph]  0.8.10claws13
4598
4599         * src/imap.c
4600                 fix bug that stopped scanning of folders when an
4601                 IMAP folder was empty
4602
4603         (closes bug 46 stop scan messages in folders after empty folder)
4604
4605 2003-02-15 [paul]
4606
4607         * tools/Makefile.am
4608           tools/README
4609           tools/freshmeat_search.pl     ** NEW FILE **
4610           tools/google_search.pl        ** NEW FILE **
4611                 Add 2 Actions scripts which search freshmeat/google
4612                 for the selected text using the browser configured
4613                 in sylpheedrc.
4614                 
4615         Note: These scripts are very dependent on the format of the
4616         browser command and may not work on every occasion. Testing
4617         is welcome. 
4618
4619 2003-02-14 [alfons]     0.8.10claws12
4620
4621         * src/compose.c
4622                 fix breakage because of uninitialized account pointer.
4623                 please verify.
4624
4625 2003-02-14 [paul]       0.8.10claws11
4626
4627         * src/compose.c
4628           src/prefs_account.[ch]
4629           src/prefs_common.[ch]
4630                 move signature settings to Account Prefs
4631
4632 2003-02-14 [paul]       0.8.10claws10
4633
4634         * sync with 0.8.10cvs11
4635                 see ChangeLog 2003-02-14
4636
4637 2003-02-13 [thorsten]   0.8.10claws9
4638
4639         * src/news.c
4640                 revert news progressbar (GUI separation)
4641
4642 2003-02-13 [paul]       0.8.10claws8
4643
4644         * src/compose.c
4645                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4646                 paragraph 1
4647
4648 2003-02-13 [paul]       0.8.10claws7
4649
4650         * src/compose.[ch]
4651           src/summaryview.c
4652                 fix 'Follow-up and Reply-to' so that it creates a reply to
4653                 the newsgroup and the sender. If the message has the keyword
4654                 'poster' in the Followup-To header, all replies go to the
4655                 sender, re: RFC 1036, Section 2.2.3
4656                 rename all instances of 'ignore_replyto' to 'to_sender', both
4657                 were previously used, now we use just one.
4658
4659 2003-02-13 [paul]       0.8.10claws6
4660
4661         * sync with 0.8.10cvs9
4662                 see ChangeLog 2003-02-13
4663
4664 2003-02-13 [paul]       0.8.10claws5
4665
4666         * configure.ac
4667                 show which plugins are configured in the configure
4668                 output.
4669
4670 2003-02-12 [thorsten]   0.8.10claws4
4671
4672         * src/news.c
4673                 show progress while fetching news headers
4674
4675 2003-02-12 [christoph]  0.8.10claws3
4676
4677         * configure.ac
4678         * src/plugins/Makefile.am
4679                 use AM_CONDITIONAL to enable plugins, automake correctly
4680                 manages this when creating distdir
4681
4682 2003-02-12 [christoph]  0.8.10claws2
4683
4684         * ac/spamassassin.m4
4685         * src/plugins/spamassassin/Makefile.am
4686                 fix building SpamAssassin plugin without OpenSSL
4687
4688 2003-02-12 [paul]       0.8.10claws1
4689
4690         * ac/Makefile.am
4691           src/Makefile.am
4692           src/plugins/Makefile.am
4693                 fix failure of 'make release'
4694
4695 2003-02-12 [paul]       0.8.10claws
4696
4697         * 0.8.10claws released
4698
4699 2003-02-12 [paul]       0.8.9claws56
4700
4701         * po/bg.po
4702           po/es.po
4703           po/it.po
4704           po/ru.po
4705           po/sr.po
4706                 updated translations by George Danchev, Ricardo Mones Lastra,
4707                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4708                 
4709         * sylpheed.spec.in
4710                 Allow the building of RPMs by a regular user. Submitted
4711                 by Sergei Astanin
4712
4713 2003-02-11 [alfons]     0.8.9claws55
4714
4715         * src/colorlabel.c
4716                 don't use pixmaps for label color rect but draw rectangles
4717                 so we can respect the color map of palette based visuals
4718                 (fixes the long time crashes on Suns - thanks to Andreas
4719                 Engel and Steve O'Hara-Smith for testing)
4720
4721 2003-02-11 [christoph]  0.8.9claws54
4722
4723         * src/matcher_parser_parse.y
4724                 correct bug where filering rules of not existing folders in
4725                 matcherrc were added to global filtering
4726                 
4727         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4728          main filter-rules after removing directory, http://bugs.debian.org/180253)
4729         
4730 2003-02-11 [paul]       0.8.9claws53
4731
4732         * sync with 0.8.10cvs7
4733                 see ChangeLog 2003-02-09
4734
4735 2003-02-11 [melvin]     0.8.9claws52
4736
4737         * po/fr.po
4738                 Updated French tranlsations
4739
4740 2003-02-10 [paul]       0.8.9claws51
4741
4742         * sylpheed.spec.in
4743                 correct --enable-openssl
4744                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4745
4746 2003-02-09 [martin]     0.8.9claws50
4747
4748         * src/prefs_matcher.c
4749                 fix segfault in prefs_matcher_substitute_cb() when
4750                 no row is selected
4751
4752 2003-02-09 [paul]       0.8.9claws49
4753
4754         * src/folderview.c
4755                 fix bug where a newsgroup folder's processing rules were
4756                 merged with the global filtering rules when the newsgroup
4757                 folder was deleted, causing some seriously bad results,
4758                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4759
4760 2003-02-08 [melvin]     0.8.9claws48
4761
4762         * src/compose.c
4763                 Corrected and modified an alert message.
4764
4765 2003-02-07 [paul]       0.8.9claws47
4766
4767         * src/folderview.c
4768                 fix bug where both an 'Account properties' window and a
4769                 'Folder properties' window were opened when clicking on
4770                 'Properties' in an NNTP or IMAP folder's popup menu.
4771
4772 2003-02-07 [paul]       0.8.9claws46
4773
4774         * sync with 0.8.10cvs6
4775                 see ChangeLog 2003-02-06
4776
4777 2003-02-06 [christoph]  0.8.9claws45
4778
4779         * src/mbox.c
4780                 freeze folder updates while importing mbox files
4781                 (closes bug 43 importing mbox took hours)
4782                 
4783         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4784
4785 2003-02-06 [thorsten]   0.8.9claws44
4786
4787         * po/de.po
4788                 Updated german translations
4789
4790 2003-02-06 [thorsten]   0.8.9claws43
4791
4792         * src/news.h
4793                 use guint for message numbers (fix count in grouplist dialog)
4794
4795 2003-02-05 [paul]       0.8.9claws42
4796
4797         * sync with 0.8.10cvs2
4798                 see ChangeLog 2003-02-05
4799
4800 2003-02-04 [colin]      0.8.9claws41
4801
4802         * src/prefs_common.[ch]
4803           src/procmsg.c
4804           src/summaryview.c
4805                 Add an option to disable threading by subject
4806
4807 2003-02-04 [christoph]  0.8.9claws40
4808
4809         * src/inc.c
4810                 only abort fetching mails from multiple accounts when the
4811                 error is fatal and does not allow to check any more accounts
4812                 (currently only disk full error)
4813
4814         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4815          receive mails for other accouts)
4816
4817 2003-02-04 [christoph]  0.8.9claws39
4818
4819         * src/folder.c
4820                 first add the new message to the cache, then
4821                 send the update notification
4822
4823         (closes bug 39 after sending message folderview doesnt get updated)
4824
4825 2003-02-04 [colin]      0.8.9claws38
4826
4827         * src/inc.c
4828                 _really_ fix this Connecting... status
4829
4830 2003-02-04 [paul]       0.8.9claws37
4831
4832         * sync with 0.8.10
4833                 see ChangeLog 2003-02-04
4834
4835 2003-02-04 [paul]       0.8.9claws36
4836
4837         * sync with 0.8.9cvs6
4838                 see ChangeLog 2003-02-03
4839
4840 2003-02-04 [paul]       0.8.9claws35
4841
4842         * po/pt_BR.po
4843                 updated by AndrĂ© Filipe de Assunção e Brito 
4844                 <bedecko@netsite.com.br>
4845
4846 2003-02-03 [thorsten]   0.8.9claws34
4847
4848         * po/de.po
4849                 Updated german translations
4850
4851 2003-02-02 [paul]       0.8.9claws33
4852
4853         * po/es.po
4854                 updated by Ricardo Mones Lastra
4855
4856 2003-02-02 [thorsten]   0.8.9claws32
4857
4858         * src/mh.c
4859                 Fix mh_get_msginfo() segfault if file is inaccessible
4860
4861 2003-01-31 [colin]      0.8.9claws31
4862
4863         * src/procheader.c
4864                 Fix last commit's bug
4865
4866 2003-01-31 [colin]      0.8.9claws30
4867
4868         * src/procheader.c
4869                 Missing a change for gpg-signed messages
4870
4871 2003-01-31 [paul]       0.8.9claws29
4872
4873         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4874           src/procheader.c
4875           src/stock_pixmap.[ch]
4876           src/summaryview.c
4877                 indicate GnuPG signed messages by displaying an icon
4878                 in the Attachment column.
4879
4880 2003-01-31 [paul]       0.8.9claws28
4881
4882         * sync with 0.8.9cvs4
4883                 see ChangeLog 2003-01-31
4884
4885 2003-01-31 [alfons]     0.8.9claws27
4886
4887         * src/textview.c
4888                 tune URI parser to accept mailto URLs with a '?'
4889                 (patch from Ruslan Balkin)
4890
4891 2003-01-31 [colin]      0.8.9claws26
4892
4893         * src/summaryview.c
4894                 Fix a leak introduced in claws24
4895
4896 2003-01-31 [colin]      0.8.9claws25
4897
4898         * src/summaryview.c
4899                 Freeze/Thaw folder updates when deleting dups
4900
4901 2003-01-31 [colin]      0.8.9claws24
4902         
4903         * src/addr_compl.c
4904           src/summaryview.c
4905           src/msgcache.c
4906                 little speed improvements
4907
4908 2003-01-31 [colin]      0.8.9claws23
4909
4910         * src/summaryview.c
4911                 Fix segfault when forwarding nothing
4912                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4913                 
4914 2003-01-30 [paul]       0.8.9claws22
4915
4916         * sync with 0.8.9cvs3
4917                 see ChangeLog 2003-01-30
4918
4919 2003-01-30 [paul]       0.8.9claws21
4920
4921         * sync with 0.8.9cvs2
4922                 see ChangeLog 2003-01-30
4923
4924 2003-01-29 [paul]       0.8.9claws20
4925
4926         * sync with 0.8.9cvs1
4927                 see ChangeLog 2003-01-29
4928
4929 2003-01-28 [paul]       0.8.9claws19
4930
4931         * po/POTFILES.in
4932                 update to reflect changes. 
4933                 thanks to Ricardo Mones Lastra
4934
4935 2003-01-27 [christoph]  0.8.9claws18
4936
4937         * ac/openssl.m4
4938         * ac/spamassassin.m4
4939         * src/plugins/spamassassin/README
4940         * src/plugins/spamassassin/libspamc.[ch]
4941         * src/plugins/spamassassin/utils.[ch]
4942                 updated to latest libspamc
4943
4944 2003-01-27 [christoph]  0.8.9claws17
4945
4946         * src/folder.c
4947                 fix wrong use of procheader_get_header_fields
4948
4949 2003-01-27 [christoph]  0.8.9claws16
4950
4951         * src/news.c
4952         * src/prefs_account.[ch]
4953         * src/common/nntp.[ch]
4954                 allow to force authentication for NNTP servers
4955
4956         Patch submitted by Florian Mickler <dmk@d-labs.de>
4957
4958 2003-01-26 [paul]       0.8.9claws15
4959
4960         * src/summaryview.c
4961                 speed up of marking messages as read
4962                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4963
4964 2003-01-26 [christoph]  0.8.9claws14
4965
4966         * src/Makefile.am
4967         * src/mgutils.[ch]              ** REMOVE **
4968         * src/xml.[ch]                  ** REMOVE **
4969         * src/xmlprops.[ch]             ** REMOVE **
4970         * src/common/Makefile.am
4971         * src/common/mgutils.[ch]       ** NEW **
4972         * src/common/xml.[ch]           ** NEW **
4973         * src/common/xmlprops.[ch]      ** NEW **
4974                 move xml files to common directory
4975
4976 2003-01-26 [christoph]  0.8.9claws13
4977
4978         * src/plugins/spamassassin/spamassassin_gtk.c
4979                 only set gtk entry text if string is available
4980
4981 2003-01-26 [melvin]     0.8.9claws12
4982
4983         * src/description_window.c
4984                 Allow resizing of the window
4985                 Allow automatic horizontal scroll bar
4986                 Do not vertically expand and fill
4987
4988 2003-01-26 [christoph]  0.8.9claws11
4989
4990         * src/Makefile.am
4991         * src/gtkutils.[ch]             ** REMOVE **
4992         * src/common/sylpheed.c
4993         * src/gtk/Makefile.am
4994         * src/gtk/description_window.c
4995         * src/gtk/gtkutils.[ch]         ** NEW **
4996         * src/gtk/prefswindow.c
4997                 move gtkutils to gtk directory
4998
4999 2003-01-26 [paul]       0.8.9claws10
5000
5001         * src/summaryview.c
5002                 rename summary_unread_clicked() to summary_status_clicked()
5003
5004 2003-01-26 [melvin]     0.8.9claws9
5005
5006         * src/prefs_actions.c
5007                 Cosmetical changes to the help text
5008
5009 2003-01-26 [paul]       0.8.9claws8
5010
5011         * src/folder.[ch]
5012           src/mainwindow.c
5013           src/prefs_common.c
5014           src/prefs_sumamry_column.c
5015           summaryview.[ch]
5016                 rename the 'Unread' column to 'Status'
5017
5018 2003-01-25 [match]      0.8.9claws7
5019
5020         * src/mgutils.[ch]
5021                 removed reference to LDAP constants. removed error2string.
5022                 included functions to support LDAP dynamic queries.
5023         * src/syldap.h
5024                 moved LDAP constants here.
5025         * src/addressbook.c
5026         * src/addrindex.c
5027         * src/importldif.c
5028                 removed references to LDAP constants and references to
5029                 error2string.
5030
5031 2003-01-25 [paul]       0.8.9claws6
5032
5033         * src/summaryview.c
5034                 summary_thread_build(), summary_thread_init(): remove 
5035                 unneeded reference to summaryview->folder_item
5036
5037 2003-01-25 [christoph]  0.8.9claws5
5038
5039         * src/gtk/description_window.c
5040                 o allow description texts to expand over multiple columns
5041                 o translate all columns
5042         * src/prefs_actions.c
5043                 change syntax description to use new multi column feature
5044
5045         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5046
5047 2003-01-25 [match]      0.8.9claws4
5048
5049         * src/vcard.c
5050                 fixed bug with Quoted-Printable
5051
5052 2003-01-25 [paul]       0.8.9claws3
5053
5054         * src/folder.[ch]
5055           src/summaryview.[ch]
5056                 implement per-folder collapsed/expanded threads setting
5057                 
5058         * src/prefs_common.c
5059                 remove global collapsed/expanded threads option
5060
5061 2003-01-25 [christoph]  0.8.9claws2
5062
5063         * po/POTFILES.in
5064                 add pluginwindow and prefswindow
5065         * src/compose.c
5066                 make send respond correctly to messages that could be added
5067                 to the queue folder, but the UID of the message is unknown
5068         * src/folder.c
5069         * src/imap.c
5070                 don't return guessed UIDs in imap_add_msg anymore. We return
5071                 0 to tell the folder system it was appened but the UID is
5072                 unknown. Folder system now get's the UID by scaning the folder
5073                 and searching the cache for the Message-ID
5074                 (closes bug #29 Messages queued, but not sent)
5075
5076 2003-01-25 [paul]       0.8.9claws1
5077
5078         * src/codeconv.c
5079                 conv_encode_header():  fix bug when long headers with 8-bit
5080                 characters are used, so that the encoded words are wrapped.
5081                 If the space in the original text falls on the wrap boundary,
5082                 it can be lost.
5083                 Patch by Sergey Vlasov.
5084                 
5085         * src/folderview.c
5086                  fix bug where a change to the sorting method or thread view
5087                  of a folder's messages is lost if simpify-subject is set and
5088                  toggled on or off.
5089                  Patch by Luke Plant.
5090
5091 2003-01-24 [paul]       0.8.9claws
5092
5093         * sylpheed-0.8.9claws released
5094         
5095         * Makefile.am
5096           sylpheed.spec.in
5097                 remove reference to 'INSTALL.jp'
5098
5099 2003-01-23 [paul]       0.8.8claws128
5100
5101         * po/es.po
5102           po/it.po
5103           po/ru.po
5104           po/sr.po
5105                 updated translations. submitted by Ricardo Mones Lastra,
5106                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5107
5108 2003-01-23 [colin]      0.8.8claws127
5109
5110         * src/compose.c
5111                 Fix drafted and queued news articles re-edition
5112
5113 2003-01-23 [melvin]     0.8.8claws126
5114
5115         * po/fr.po
5116                 Updated French translations
5117
5118 2003-01-23 [colin]      0.8.8claws125
5119
5120         * src/inc.c
5121                 Fix "Connecting to..." status message
5122
5123 2003-01-22 [paul]       0.8.8claws124
5124
5125         * po/bg.po
5126                 updated by George Danchev
5127                 
5128         * src/folder.c
5129                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5130                 and folder deletion
5131
5132 2003-01-21 [paul]       0.8.8claws123
5133
5134         * po/bg.po
5135                 updated by George Danchev
5136                 
5137         * src/about.c
5138                 its now 2003
5139                 
5140         * src/toolbar.c
5141                 don't translate 'Separator'
5142                 
5143         * src/plugins/spamassassin/Makefile.am
5144                 add aspell to CPPFLAGS
5145                 
5146         * src/plugins/spamassassin/spamassassin.c
5147           src/plugins/spamassassin/spamassassin_gtk.c
5148                 set correct default for spamassassin_receive_spam
5149                 slightly re-word descriptions and some
5150                 other minor changes
5151
5152 2003-01-19 [alfons]     0.8.8claws122
5153                 
5154         * src/mimeview.c
5155                 mimeview_save_as(): we might as well show the file name for
5156                 the single case "Save As" too
5157
5158 2003-01-19 [alfons]     0.8.8claws121
5159
5160         * src/crash.c
5161                 change bug tracker URL to bugzilla URL
5162
5163 2003-01-19 [alfons]     0.8.8claws120
5164
5165         * src/mimeview.c
5166                 mimeview_save_all(): display name of file before overwriting;
5167                 continue saving all, even when one overwrite was cancelled
5168
5169 2003-01-19 [christoph]  0.8.8claws119
5170
5171         * src/summaryview.c
5172         * src/procmsg.[ch]
5173                 fix wrong usage of procmsg_find_children in summaryview
5174                 by using procmsg_update_unread_children instead of
5175                 summaryview_update_unread_children
5176
5177 2003-01-19 [christoph]  0.8.8claws118
5178
5179         * src/procmsg.c
5180                 fix infinite loop in procmsg_find_children
5181                  (closes bug #25 sylpheed crashes on delete.)
5182
5183         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5184
5185 2003-01-19 [paul]       0.8.8claws117
5186
5187         * po/pt_BR.po
5188                 updated by Ivan Francolin Martinez
5189
5190 2003-01-18 [melvin]     0.8.8claws116
5191
5192         * src/prefs_actions.c
5193                 Removed syntax limitation of only one '&' at the end of command.
5194                         Now actions that contain '>/dev/null 2>&1' are possible.
5195
5196 2003-01-18 [melvin]     0.8.8claws115
5197
5198         * src/prefs_actions.c
5199                 Actions IO dialog: when the action ends
5200                 the "Close" button now has focus and [Escape] closes the
5201                 window.
5202
5203 2003-01-18 [christoph]  0.8.8claws114
5204
5205         * src/procmsg.c
5206                 o add debug output when MsgInfos are really freed
5207                 o free GSLists in procmsg_find_children and
5208                   procmsg_update_unread_children
5209
5210 2003-01-18 [christoph]  0.8.8claws113
5211
5212         * src/mainwindow.c
5213                 reorder Configuration menu
5214
5215 2003-01-18 [christoph]  0.8.8claws112
5216
5217         * src/compose.c
5218                 fix applying templates to forwarded messages
5219
5220         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5221
5222 2003-01-17 [christoph]  0.8.8claws111
5223
5224         * src/folder.c
5225                 destroy folder items, when a folder item is removed
5226
5227 2003-01-17 [christoph]  0.8.8claws110
5228
5229         * src/folder.c
5230                 fix wrong folder stats update when ignored message is
5231                 deleted
5232
5233 2003-01-17 [colin]      0.8.8claws109
5234         
5235         * src/mainwindow.c
5236         * src/summaryview.c
5237                 Quicksearch bugfixes: 
5238                 - hide help button at startup if not extended
5239                 - switch to extended when looking for replies
5240
5241 2003-01-17 [paul]
5242
5243         * sync with 0.8.9 release
5244
5245 2003-01-17 [paul]       0.8.8claws108
5246
5247         * sync with 0.8.8cvs11
5248                 see ChangeLog 2003-01-17
5249
5250 2003-01-16 [colin]      0.8.8claws107
5251
5252         * src/procmsg.c
5253                 Changed encryption test to re-ask passphrase
5254                 if an encrypted message hasn't been decrypted
5255                 Fixes bug #5
5256
5257 2003-01-16 [christoph]  0.8.8claws106
5258
5259         * src/prefs_gtk.c
5260         * src/prefs_toolbar.c
5261         * src/gtk/prefswindow.h
5262         * src/plugins/spamassassin/spamassassin_gtk.c
5263                 remove page destroy function that is not used anymore
5264
5265 2003-01-16 [paul]       0.8.8claws105
5266
5267         * sync with 0.8.8cvs9
5268                 see ChangeLog 2002-01-16
5269
5270 2003-01-16 [colin]      0.8.8claws104
5271
5272         * src/compose.[ch]
5273                 Fix bug with autosaved drafts for IMAP, when draft
5274                 folder is specified - fixes bugzilla bug #20
5275
5276 2003-01-15 [paul]       0.8.8claws103
5277
5278         * src/compose.[ch]
5279           src/procmsg.c
5280                 store folder and message-id of message forwarding
5281                 in queue header and set forward flag after sending
5282
5283 2003-01-15 [paul]       0.8.8claws102
5284
5285         * sync with 0.8.8cvs8
5286                 see ChangeLog 2002-01-15
5287
5288 2003-01-15 [colin]      0.8.8claws101
5289
5290         * src/Makefile.am
5291                 Fix linking with GNU libiconv
5292
5293 2003-01-15 [darko]      0.8.8claws100
5294
5295         * src/pine.c
5296                 fix crash when importing pine address book
5297                 entry with an empty name (reported by DY
5298                 <dybulk at tri8.net>)
5299
5300 2003-01-14 [paul]       0.8.8claws99
5301
5302         * configure.in  ** REMOVED **
5303           configure.ac  ** NEW FILE **
5304                 rename configure.in to configure.ac, as it is now
5305                 preferred
5306
5307 2003-01-14 [melvin]     0.8.8claws98
5308
5309         * src/folderview.c
5310                 folderview_check_new(): More precise function description
5311
5312 2003-01-14 [melvin]     0.8.8claws97
5313
5314         * src/folderview.c
5315                 folderview_check_new(): return the number of new messages 
5316                         since last check.
5317         * src/inc.c
5318                 inc_account_mail(): Disable counting of new messages for IMAP
5319                         and NNTP until bug [19] and [14] are fixed.
5320
5321 2003-01-14 [paul]       0.8.8claws96
5322
5323         * sync with 0.8.8cvs6
5324                 see ChangeLog 2003-01-14
5325
5326 2003-01-13 [alfons]     0.8.8claws95
5327
5328         * src/textview.c
5329                 tune email address validation (c. 0.8.8claws89): if . is 
5330                 just one char away from @, the address is invalid too 
5331                 (correctly rejects addresses like foo@.com)
5332
5333 2003-01-13 [paul]       0.8.8claws94
5334
5335         * src/messageview.c
5336           src/toolbar.c
5337                 fixes to the Message View toolbar and menu:
5338                 fix non-functioning Forward button
5339                 make Reply button consider default_reply_list
5340                 remove 'Follow-up...' menu entry
5341                 add 'Forward' and 'Redirect' menu entries
5342
5343 2003-01-13 [melvin]     0.8.8claws93
5344
5345         * src/inc.c
5346                 Fixed typo that could make new messages count incorrect.
5347
5348 2003-01-13 [melvin]     0.8.8claws92
5349
5350         * src/folderview.[ch]
5351                 folderview_check_new(): return the number of new messages.
5352         * src/inc.c
5353                 Should fix bug [14] where new mail notification worked 
5354                         incorrectly with IMAP accounts.
5355                 inc_spool_account(): return number of new msgs, or -1 on error
5356                 inc_all_spool(): return number of new msgs
5357                 
5358 2003-01-13 [melvin]     0.8.8claws91
5359
5360         * src/prefs_actions.c
5361                 Justify help text.
5362
5363 2003-01-12 [thorsten]   0.8.8claws90
5364
5365         * src/common/prefs.c
5366                 close file before rename
5367
5368 2003-01-12 [alfons]     0.8.8claws89
5369
5370         * AUTHORS
5371                 add Christian Mertes
5372         * src/common/utils.[ch]
5373                 g_stricase_hash(), g_stricase_equal(): functions for 
5374                 case insensitive hash tables
5375         * src/textview.c
5376                 use top level domain names to validate email address, based
5377                 on a patch by Christian Mertes (thanks!), but changed 
5378                 implementation to use a hash table 
5379
5380 2003-01-12 [paul]       0.8.8claws88
5381
5382         * po/bg.po
5383                 updated by George Danchev
5384
5385 2003-01-12 [alfons]     0.8.8claws87
5386
5387         * src/summaryview.c
5388                 delete / execute performance: use new style folder update
5389
5390 2003-01-12 [paul]       0.8.8claws86
5391
5392         * sync with 0.8.8cvs5
5393                 see ChangeLog 2003-01-13 (!)
5394
5395 2003-01-12 [alfons]     0.8.8claws85
5396
5397         * src/filtering.c
5398         * src/matcher_parser_parse.y
5399                 prepare change_score filtering action
5400         * src/matcher.[ch]
5401                 give up const-correctness on functions that call non-const-correct functions;
5402                 several casts to gpointer in g_free();
5403                 add change_score;
5404
5405 2003-01-12 [christoph]  0.8.8claws84
5406
5407         * src/compose.c
5408                 fix 2 warnings
5409
5410         * src/gtk/prefswindow.[ch]
5411         * src/plugins/spamassassin/spamassassin_gtk.c
5412                 changed the call of the widget create function
5413                 for PrefsPages, because sometimes the widget
5414                 create function needs a widget that already has
5415                 been attached to a window (to create GDK pixmaps
5416                 for exmaple). So we simply pass the GtkWindow as
5417                 the second parameter now.
5418
5419         * src/main.c
5420         * src/mainwindow.c
5421         * src/prefs_toolbar.[ch]
5422                 rewrite Toolbar Preferences using the new
5423                 prefs window
5424
5425 2003-01-11 [alfons]     0.8.8claws83
5426
5427         * src/addressadd.c
5428                 fix crash when adding sender to addressbook because status bar
5429                 isn't there (the status bar doesn't seem to be used though,
5430                 but I'll let Match decide what to do with it)
5431
5432 2003-01-11 [colin]      0.8.8claws82
5433
5434         * src/main.c
5435           src/toolbar.c
5436                 Two useless changes reversed
5437
5438 2003-01-11 [colin]      0.8.8claws81
5439
5440         * src/mainwindow.c
5441           src/mainwindow.h
5442                 Add mainwindow_get_mainwindow()
5443         * src/alertpanel.c
5444           src/alertpanel.h
5445                 Add alertpanel_error_log() 
5446         * src/compose.c
5447           src/inc.c
5448           src/messageview.c
5449           src/toolbar.c
5450           src/main.c
5451           src/procmsg.c
5452                 Network errors get a View Log button
5453
5454 2003-01-10 [alfons]     0.8.8claws80
5455
5456         * src/prefs_toolbar.c
5457         * src/toolbar.c
5458                 use the translatable string for "Separator" as file name for
5459                 separator toolbar items (probably make this uppercase?)
5460
5461 2003-01-10 [alfons]     0.8.8claws79
5462
5463         * src/prefs_toolbar.c
5464                 put right A_SEPARATOR description string in "displayed
5465                 toolbar items list" so manually added separators are
5466                 saved correctly (bug #10, "Adding a separator to the main 
5467                 toolbar fails, entry in xml file is wrong")
5468
5469 2003-01-10 [christoph]  0.8.8claws78
5470
5471         * src/imap.c
5472                 o fix warnings
5473                 o use CAPABILITY to check if NAMESPACE is available
5474
5475 2003-01-10 [christoph]  0.8.8claws77
5476
5477         * src/imap.[ch]
5478                 apply UIDPLUS IMAP extension support patch
5479
5480         Patch submitted by Simon 'corecode' Schubert
5481
5482 2003-01-10 [paul]       0.8.8claws76
5483
5484         * src/folderview.c
5485                 a sync from main which fixes the news account folders'
5486                 Properties bug
5487
5488 2003-01-10 [christoph]  0.8.8claws75
5489
5490         * src/folder.c
5491                 don't accept 0 as a valid uid returned by copy and move
5492                 functions. 0 means the message was copied or moved but the
5493                 new uid could not be fetched. It is not an error condition
5494                 for the copy or move operation.
5495
5496 2003-01-10 [paul]       0.8.8claws74
5497
5498         * src/prefs_filtering.c
5499                 change English used in Alert when entry is not
5500                 saved.
5501                 
5502         * sync with 0.8.8cvs4
5503                 see ChangeLog 2003-01-10
5504
5505 2003-01-10 [darko]      0.8.8claws73
5506
5507         * src/pine.c
5508                 fix crash when importing address book entry
5509                 without a valid address
5510
5511 2003-01-09 [alfons]     0.8.8claws72
5512
5513         * src/inc.c
5514                 filtering performance: use new style folder update
5515
5516 2003-01-09 [christoph]  0.8.8claws71
5517
5518         * src/compose.c
5519         * src/gtk/menu.[ch]
5520                 fix wrong selecting of mime encoding type, when
5521                 opening property dialog of attachments in the
5522                 compose window. 7bit was always selected and that
5523                 destoryed files with 8bit data.
5524                 (closes bug #9 Sylpheed-claws destroys attachments when
5525                  changing MIME-types)
5526
5527 2003-01-09 [paul]       0.8.8claws70
5528
5529         * sync with 0.8.8cvs3
5530                 see ChangeLog 2003-01-09
5531
5532 2003-01-08 [alfons]     0.8.8claws69
5533         
5534         * src/addressadd.c
5535                 apply patch by Kim Schulz to fix build breakage
5536                 because of missing variable
5537
5538 2003-01-08 [paul]       0.8.8claws68
5539
5540         * sync with 0.8.8cvs2
5541                 see ChangeLog 2002-01-08
5542
5543 2003-01-08 [paul]       0.8.8claws67
5544
5545         * po/it.po
5546                 updated by Alessandro Maestri
5547                 
5548         * src/addressadd.c
5549                 when using 'Add sender to addressbook' allow
5550                 name to be edited and remarks to be entered
5551                 Patch submitted by Luke Plant
5552
5553 2003-01-08 [darko]      0.8.8claws66
5554
5555         * README.claws, src/summaryview.c
5556                 fix description for marked messages
5557
5558 2003-01-08 [paul]
5559
5560         * tools/Makefile.am
5561           tools/launch_phoenix  ** NEW FILE **
5562                 add script that enables using Phoenix as the default
5563                 web browser. 
5564                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5565                 
5566         * tools/OOo2sylpheed.pl
5567                 remove full path to sylpheed executable, just 'sylpheed'
5568                 will do
5569                 
5570         * tools/README
5571                 add launch_phoenix informtion and re-arrange and compress
5572                 the data a little
5573
5574 2003-01-07 [christoph]  0.8.8claws65
5575
5576         * src/folder.c
5577                 fix update for source folder when moving messages
5578         * src/procmsg.[ch]
5579         * src/summaryview.c
5580                 use function to set to_folder for message infos and
5581                 automatically update the op_count for old and new
5582                 folder
5583
5584 2003-01-07 [melvin]     0.8.8claws64
5585
5586         * src/prefs_actions.c
5587                 Fixed bug where an '%p' Action on a displayed image crashed 
5588                         Sylpheed
5589                 Code clean up (get rid of duplicated code and removed unnecessary 
5590                                 structure member)
5591
5592 2003-01-07 [christoph]  0.8.8claws63
5593
5594         * src/compose.c
5595         * src/folder.[ch]
5596         * src/folderview.c
5597         * src/import.c
5598         * src/inc.c
5599         * src/main.c
5600         * src/mainwindow.c
5601         * src/messageview.c
5602         * src/prefs_folder_item.c
5603         * src/procmsg.c
5604         * src/summaryview.c
5605         * src/toolbar.c
5606                 o remove all folder update triggering from the UI code. The folder
5607                   system should know much better when a folder needs an update.
5608                 o to prevent multiple updates in a row the folder updates can be
5609                   frozen for some time.
5610
5611                 Note: - Please verify that no updates are missing
5612                       - Check where freeze/thaws should be added
5613
5614 2003-01-07 [christoph]  0.8.8claws62
5615
5616         * src/prefs_actions.c
5617                 don't translate empty strings
5618
5619         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5620
5621 2003-01-06 [christoph]  0.8.8claws61
5622
5623         * src/prefs_actions.c
5624                 mark strings for gettext
5625         * src/prefs_matcher.c
5626                 use new description window for Execute action and
5627                 match condition in Filtering
5628
5629         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5630
5631 2003-01-06 [alfons]     0.8.8claws60
5632
5633         keep myself inspired to re-organize matcher part 8; 
5634         yes, more to come (I need to move out the descriptive
5635         text for actions to matcher.c, or at least make it not
5636         depend on the wicked ordering)
5637
5638         * src/prefs_matcher.c
5639                 add documentation so others may comprehend the
5640                 UI part of the conditions
5641                 
5642 2003-01-06 [christoph]  0.8.8claws59
5643
5644         * src/prefs_actions.c
5645                 use new description window for syntax help
5646         * src/gtk/description_window.c
5647                 fix display of descriptions with column count != 2
5648
5649         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5650
5651 2003-01-06 [christoph]  0.8.8claws58
5652
5653         * src/quote_fmt.c
5654         * src/summaryview.[ch]
5655         * src/gtk/Makefile.am
5656         * src/gtk/description_window.[ch]       ** NEW **
5657                 use a generic window to display syntax descriptions
5658                 currently used in quote_fmt and summaryview (new description
5659                 for extended quick search)
5660
5661         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5662
5663 2003-01-06 [paul]       0.8.8claws57
5664
5665         * sync with 0.8.8cvs1
5666                 see ChangeLog 2003-01-06
5667
5668 2003-01-06 [christoph]  0.8.8claws56
5669
5670         * src/mainwindow.c
5671         * src/prefs_gtk.[ch]
5672         * src/gtk/prefswindow.[ch]
5673         * src/plugins/spamassassin/spamassassin_gtk.c
5674                 o remove page management from prefswindow, pages
5675                   will be an argument to prefswindow_open
5676                 o prefswindow_open gets a datapointer that is
5677                   passed to the widget_create function to allow
5678                   creation of prefswindow for specific items
5679
5680 2003-01-06 [colin]      0.8.8claws55
5681         
5682         * src/summaryview.c
5683                 We don't want regexp in the reply-finder, 
5684                 because MIDs can contain !,$,. and so on
5685
5686 2003-01-06 [jens]       0.8.8claws54
5687
5688         * src/jpilot.c
5689                 fixed a wrong free in jpilot_read_db_files
5690
5691 2003-01-06 [alfons]     0.8.8claws53
5692
5693         re-organize matcher part 8; more to come
5694        
5695         * src/matcher.c
5696                 matcherprop_to_string(): put g_free()s before the
5697                 switch-case break to fix memleaks                
5698
5699 2003-01-06 [colin]      0.8.8claws52
5700
5701         * src/summaryview.c
5702                 cleanup & reply-finder now displays the first 
5703                 matching message
5704
5705 2003-01-05 [alfons]     0.8.8claws51
5706
5707         re-organize matcher part 7; more to come
5708
5709         * src/matcher.[ch]
5710                 fixes for constant correctness;
5711                 more documentation;
5712
5713 2003-01-05 [alfons]     0.8.8claws50
5714
5715         re-organize matcher part 6; more to come
5716         
5717         * src/matcher.[ch]
5718                 fixes for constant correctness;
5719                 more documentation;
5720         * src/filtering.c
5721                 fix for constant correctness
5722
5723 2003-01-05 [colin]      0.8.8claws49
5724
5725         * src/account.[ch]
5726                 Add account_get_reply_account function
5727         * src/compose.c
5728                 Use account_get_reply_account function 
5729         * src/summaryview.c
5730                 Basic reply-finder - click on the replied
5731                 icon gets you to the outbox using quick-search
5732
5733 2003-01-05 [paul]       0.8.8claws48
5734
5735         * src/prefs_common.c
5736                 small change to English
5737                 
5738         * src/prefs_filtering.c
5739                 prefs_filtering_action_select(): improve logic and uniformity
5740                 of gui
5741
5742 2003-01-05 [alfons]     0.8.8claws47
5743
5744         fine tune solution to focus problems (bug #7)
5745
5746         * src/mainwindow.c
5747                 mainwindow_focus_in_event(): remove grab event check
5748         * src/summaryview.c
5749                 summary_button_pressed(): move selection on right-click
5750                 too. we can't possibly move the selection back after
5751                 canceling a dialog, because gtk's incomplete focus 
5752                 management. whether this is a good solution, only time
5753                 will tell.
5754
5755 2003-01-05 [christoph]  0.8.8claws46
5756
5757         * src/imap.c
5758                 fix crash when no imap connection could be established
5759
5760 2003-01-05 [paul]       0.8.8claws45
5761
5762         * src/mainwindow.c
5763           src/sumamryview.c
5764           src/gtk/menu.[ch]
5765                 fix bug 605957 'shortcuts in popup-menu'
5766                 make user-defined shortcuts work
5767                 show shortcuts that are already defined
5768                 in the main menu
5769                 Patch submitted by Luke Plant
5770
5771 2003-01-05 [alfons]     0.8.8claws44
5772
5773         * src/mainwindow.c
5774                 focus_in_event handler should not select summary view row 
5775                 when another window (menu, dialog) grabbed for events 
5776                 (bug #7, "[0.8.8claws42] Message summary focus") 
5777
5778 2003-01-04 [christoph]  0.8.8claws43
5779
5780         * src/procmsg.c
5781                 update save folder after adding the sent message
5782                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5783
5784 2003-01-02 [christoph]  0.8.8claws42
5785
5786         * src/common/plugin.c
5787                 fix unloading of all plugins and unload
5788                 plugins in reverse order
5789                 
5790         * src/gtk/pluginwindow.c
5791                 implement function of load and unload button
5792
5793         * src/gtk/prefswindow.c
5794         * src/gtk/prefswindow.h
5795                 rename register function and add new unregister
5796                 function
5797
5798         * src/plugins/spamassassin/spamassassin_gtk.c
5799                 unregister prefs page and update for changes in
5800                 src/gtk/prefswindow.c
5801
5802 2003-01-02 [paul]       0.8.8claws41
5803
5804         * po/es.po
5805                 updated by Ricardo Mones Lastra
5806
5807 2003-01-02 [paul]
5808
5809         * tools/tb2sylpheed
5810                 fixes and improvements by Urke MMI
5811
5812 2003-01-02 [thorsten]   0.8.8claws40
5813
5814         * src/procmsg.c
5815                 fixed wrong return value
5816
5817 2003-01-02 [thorsten]   0.8.8claws39
5818
5819         * src/prefs.c
5820                 fixed printing wrong variable
5821
5822 2003-01-02 [thorsten]   0.8.8claws38
5823
5824         * src/prefs.c
5825                 fixed acessing members of freed pfile struct
5826
5827 2003-01-02 [thorsten]   0.8.8claws37
5828
5829         * src/procmsg.c
5830                 detect loops across several messages
5831                 as suggested by Christoph Hohmann
5832
5833 2003-01-01 [match]      0.8.8claws36
5834
5835         * src/addrindex.c
5836                 fixed another memory leak.
5837
5838 2003-01-01 [match]      0.8.8claws35
5839
5840         * src/jpilot.[ch]
5841                 fixed memory leaks. applied Doxygen comments.
5842
5843 2003-01-01 [thorsten]   0.8.8claws34
5844
5845         * src/procmsg.c
5846                 inhibit endless loop if msg references itself
5847                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5848
5849 2003-01-01 [christoph]  0.8.8claws33
5850
5851         * src/mainwindow.c
5852         * src/gtk/Makefile.am
5853         * src/gtk/pluginwindow.c                ** NEW **
5854         * src/gtk/pluginwindow.h                ** NEW **
5855                 add plugin window
5856
5857         * src/plugins/demo/demo.c
5858         * src/plugins/spamassassin/spamassassin.c
5859         * src/plugins/spamassassin/spamassassin_gtk.c
5860                 write better plugin descriptions
5861
5862 2002-12-31 [christoph]  0.8.8claws32
5863
5864         * src/gtk/prefswindow.c
5865         * src/plugins/spamassassin/spamassassin_gtk.c
5866                 some small improvements to GTK code
5867
5868 2002-12-31 [christoph]  0.8.8claws31
5869
5870         * src/plugins/spamassassin/spamassassin_gtk.c
5871                 enable folder select button
5872
5873 2002-12-31 [christoph]  0.8.8claws30
5874
5875         * src/mainwindow.c
5876         * src/gtk/Makefile.am
5877         * src/gtk/prefswindow.c                         ** NEW **
5878         * src/gtk/prefswindow.h                         ** NEW **
5879                 add new prefs window
5880
5881         * src/common/plugin.c
5882                 don't try to load empty config lines
5883         
5884         * src/plugins/spamassassin/Makefile.am
5885         * src/plugins/spamassassin/spamassassin.c
5886         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5887         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5888                 GTK config for SpamAssassin Plugin using
5889                 the new prefs window
5890
5891 2002-12-31 [paul]       0.8.8claws29
5892
5893         * po/POTFILES.in
5894                 remove obsolete entry 'src/menu.c'
5895
5896 2002-12-31 [alfons]     0.8.8claws28
5897
5898         * src/matcher.[ch]
5899         * src/matcher_parser_parse.y
5900         * src/prefs_matcher.c
5901                 add "ignore_thread" and "~ignore_thread" condition so it's
5902                 possible to make the actions / scoring operate on the ignore
5903                 thread flag
5904
5905 2002-12-31 [christoph]  0.8.8claws27
5906
5907         * src/addrbook.c
5908         * src/addrindex.c
5909         * src/folder.c
5910         * src/matcher.c
5911         * src/prefs_account.c
5912         * src/prefs_actions.c
5913         * src/prefs_customheader.c
5914         * src/prefs_display_header.c
5915         * src/prefs_gtk.c
5916         * src/procmime.c
5917         * src/toolbar.c
5918         * src/xmlprops.c
5919         * src/common/prefs.[ch]
5920                 extend prefs file handling for reading and automatic handling
5921                 of blocks. When reading prefs_set_block_label will automatically
5922                 move on to the block. When writing it will copy all other blocks
5923                 automatically
5924
5925         * src/common/plugin.c
5926                 Now loading plugin filenames from [Plugins] block in
5927                 sylpheed rc file
5928
5929 2002-12-30 [christoph]  0.8.8claws26
5930
5931         * src/common/hooks.[ch]
5932                 return abort status to caller of hooks_invoke
5933                 
5934         * src/inc.[ch]
5935                 invoke message filtering hook and stop
5936                 default handling when filter returns abort
5937
5938         * src/common/plugin.[ch]
5939         * src/plugins/demo/demo.c
5940                 modify plugin loader, because resolving symbols for strings
5941                 does not work correctly
5942         
5943         * configure.in
5944         * ac/spamassassin.m4                            ** NEW **
5945         * src/plugins/spamassassin/.cvsignore           ** NEW **
5946         * src/plugins/spamassassin/Makefile.am          ** NEW **
5947         * src/plugins/spamassassin/README               ** NEW **
5948         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5949         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5950         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5951                 add spamassassin plugin, see src/plugins/spamassassin/README
5952                 for details
5953
5954 2002-12-29 [alfons]     0.8.8claws25
5955
5956         * src/mainwindow.c
5957                 when moving focus from a message view to the main 
5958                 window, don't forget to select the summary node
5959                 of the displayed message. should fix "[ 659103 ] 
5960                 focus-follows-mouse confuses sylpheed"
5961
5962 2002-12-29 [christoph]  0.8.8claws24
5963
5964         * src/Makefile.am
5965         * src/stringtable.[ch]          ** REMOVE **
5966         * src/common/Makefile.am
5967         * src/common/stringtable.[ch]   ** NEW **
5968                 move stringtable files to common directory
5969
5970 2002-12-29 [christoph]  0.8.8claws23
5971
5972         * src/Makefile.am
5973         * src/menu.[ch]                 ** REMOVE **
5974         * src/gtk/Makefile.am
5975         * src/gtk/menu.[ch]             ** NEW **
5976                 move menu files to gtk directory
5977
5978 2002-12-29 [match]      0.8.8claws22
5979
5980         * src/addressbook.c
5981         * src/syldap.c
5982                 moved UI specific code out of LDAP code into addressbook
5983                 UI code. fixed memory leak.
5984
5985 2002-12-29 [christoph]  0.8.8claws21
5986
5987         * src/folder.c
5988                 only check for IGNORED parent message when message is
5989                 not IGNORED itself
5990
5991 2002-12-29 [alfons]     0.8.8claws20
5992
5993         * src/summaryview.c
5994                 set gtksctree's anchor correct (immediate execute
5995                 changes the tree's layout, and anchor points at 
5996                 the incorrect row). fixes "[ 657233 ] multiple msg 
5997                 delete sometimes off by 1".
5998                 we probably have to look for more tree layout /
5999                 anchor glitches.
6000
6001 2002-12-29 [paul]       0.8.8claws19
6002
6003         * src/summaryview.c
6004                 fix bug [ 659054 ] incorrect sorting of 'From' column
6005                 when using 'display sender using address book'
6006                 thanks to Alfons and Luke Plant
6007
6008 2002-12-29 [christoph]  0.8.8claws18
6009
6010         * src/folder.c
6011         * src/procmsg.[ch]
6012                 check parent messages for IGNORE THREAD flag, when adding,
6013                 moving or copying messages to a folder
6014
6015 2002-12-27 [alfons]     0.8.8claws17
6016
6017         re-organize matcher part 5; more to come
6018
6019         * src/matcher.c
6020                 hash keywords in matchparser_tab 
6021
6022 2002-12-27 [alfons]     0.8.8claws16
6023
6024         re-organize matcher part 4; more to come
6025
6026         * src/matcher_parser.h
6027         * src/matcher_parser_lex.l
6028         * src/matcher_parser_parse.y
6029                 cleanup
6030
6031 2002-12-27 [alfons]     0.8.8claws15
6032
6033         re-organize matcher part 3; more to come
6034
6035         * src/matcher.[ch]
6036                 cleanup
6037
6038 2002-12-27 [alfons]     0.8.8claws14
6039
6040         re-organize matcher part 2; more to come but this should
6041         work. cc me if there are any regressions.
6042
6043         * src/matcher.h
6044                 add prototype for get_matchparser_tab_id()
6045         * src/matcher_parser_lex.l
6046                 look up keywords using matchparser_tab_id();
6047
6048 2002-12-27 [alfons]     0.8.8claws12
6049
6050         re-organize matcher part 1
6051
6052         * src/matcher.h
6053                 map yacc generated constants to sylpheed matcher constants
6054         * src/matcher.c
6055                 add function to find a matcher constant from a string
6056
6057 2002-12-27 [christoph]  0.8.8claws11
6058
6059         * src/compose.c
6060                 MENUITEM_ADD casts the 4th argument from integer to pointer
6061                 so it probably should not be a pointer, this means we
6062                 should use account id for it and not the account's pointer
6063
6064 2002-12-27 [paul]       0.8.8claws10
6065
6066         * src/mainwindow.c
6067                 remove unneeded 'GtkWidget *vbox'
6068                 
6069         * src/summaryview.c
6070                 further sync with 0.8.8 - make sort
6071                 by recipient work as expected
6072                 
6073         * NEWS
6074                 sync with 0.8.8
6075
6076 2002-12-27 [paul]       0.8.8claws9
6077
6078         * po/pt_BR.po
6079                 updated by Ivan F. Martinez
6080                 
6081 2002-12-27 [darko]      0.8.8claws8
6082
6083         * src/common/utils.c
6084                 added locked pattern to extended search
6085
6086 2002-12-27 [alfons]     0.8.8claws7
6087
6088         * src/prefs_matcher.[ch]
6089                 clean up
6090
6091 2002-12-26 [alfons]     0.8.8claws6
6092
6093         * src/matcher.[ch]
6094         * src/matcher_parser_lex.l
6095         * src/matcher_parser_parse.y
6096         * src/prefs_matcher.c
6097                 allow color label as a condition in the matcher
6098
6099 2002-12-26 [oliver]     0.8.8claws5
6100         
6101         * src/toolbar.c 
6102                 enable Addressbook for Main and Messageview
6103         * src/prefs_actions.c
6104                 enable actions in Messageview
6105
6106 2002-12-26 [christoph]  0.8.8claws4
6107
6108         * src/common/plugin.c
6109                 add a little debug output
6110         * configure.in
6111         * src/plugins/demo/Makefile.am
6112                 better use of automake
6113
6114 2002-12-26 [christoph]  0.8.8claws3
6115
6116         * src/Makefile.am
6117         * src/common/Makefile.am
6118                 fix "make distdir"
6119
6120 2002-12-26 [christoph]  0.8.8claws2
6121
6122         * configure.in
6123                 sort configure checks into common / gtk / plugins
6124         * po/POTFILES.in
6125                 add src/prefs_gtk.c
6126         * src/Makefile.am
6127                 add plugins SUBDIR
6128         * src/main.c
6129         * src/common/sylpheed.[ch]
6130                 added now sylpheed_done function for shutdown
6131         * src/common/Makefile.am
6132         * src/common/plugin.[ch]                ** NEW **
6133                 plugin loader and unloader
6134         * src/plugins/.cvsignore                ** NEW **
6135         * src/plugins/Makefile.am               ** NEW **
6136                 build plugins
6137         * src/plugins/demo/.cvsignore           ** NEW **
6138         * src/plugins/demo/Makefile.am          ** NEW **
6139         * src/plugins/demo/demo.c               ** NEW **
6140                 small demo plugin that installs a logtext hook and
6141                 outputs the log text to stdout
6142
6143 2002-12-26 [paul]       0.8.8claws1
6144
6145         * po/es.po
6146                 updated by Ricardo Mones Lastra
6147
6148 2002-12-26 [paul]       0.8.8claws
6149
6150         * 0.8.8claws released
6151
6152 2002-12-26 [paul]       0.8.7claws12
6153
6154         * po/bg.po
6155                 updated by George Danchev
6156
6157 2002-12-26 [paul]       0.8.7claws11
6158
6159         * po/POTFILES.in
6160                 remove unneeded 'src/prefs.c' entry 
6161
6162 2002-12-26 [paul]       0.8.7claws10
6163
6164         * src/codeconv.c
6165           src/mainwindow.c
6166                 sync with 0.8.8 release
6167         
6168         * src/folder.[ch]
6169           src/mh.c
6170           src/summaryview.c
6171                 partial sync with 0.8.8 release
6172         
6173
6174 2002-12-25 [alfons]     0.8.7claws9
6175
6176         * src/matcher.[ch]
6177         * src/matcher_parser_lex.l
6178         * src/matcher_parser_parse.y
6179         * src/prefs_matcher.c
6180                 add locked flag to possible filtering / matcher 
6181                 conditions (also a good example what should be
6182                 done to add a simple boolean condition)
6183
6184 2002-12-25 [christoph]  0.8.7claws8
6185
6186         * src/Makefile.am
6187         * src/account.[ch]
6188         * src/addrbook.c
6189         * src/addressbook.c
6190         * src/addrindex.c
6191         * src/filtering.c
6192         * src/folder.c
6193         * src/matcher.c
6194         * src/prefs.[ch]                ** REMOVE **
6195         * src/prefs_account.c
6196         * src/prefs_actions.c
6197         * src/prefs_common.c
6198         * src/prefs_customheader.c
6199         * src/prefs_display_header.c
6200         * src/prefs_filtering.c
6201         * src/prefs_folder_item.c
6202         * src/prefs_gtk.[ch]            ** NEW **
6203         * src/prefs_matcher.c
6204         * src/prefs_scoring.c
6205         * src/prefs_summary_column.c
6206         * src/procmime.c
6207         * src/selective_download.c
6208         * src/toolbar.c
6209         * src/common/Makefile.am
6210         * src/common/prefs.[ch]         ** NEW **
6211                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6212
6213 2002-12-24 [alfons]     0.8.7claws7
6214
6215         * src/summaryview.c
6216                 summary_thread_build(): fix real cause of the crash mentioned in
6217                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6218                 this way we get meaningful ctree nodes 
6219
6220 2002-12-24 [oliver]     0.8.7claws6
6221
6222         * src/mainwindow.[ch]
6223         * src/messageview.[ch]
6224         * src/compose.[ch]
6225         * src/inc.c
6226         * src/summaryview.c
6227                 changes to use updated toolbar handling
6228                 
6229 2002-12-24 [oliver]     0.8.7claws5
6230
6231         * src/toolbar.[ch]
6232                 generic toolbar handling
6233                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6234         * src/prefs_toolbar.[ch]
6235                 adjust to handling
6236         
6237 2002-12-24 [oliver]     0.8.7claws4
6238         
6239         * src/stock_pixmap.[ch]
6240                 move SYLPHEED_LOGO to end of list in order 
6241                 to remove it from Custom Toolbar`s Icon View
6242
6243 2002-12-24 [alfons]     0.8.7claws3
6244
6245         * src/summaryview.c
6246                 summary_thread_build(): fix crash because of focus != selection 
6247                 after threading. when deleting the selection, gtk tries but fails 
6248                 to find the correct focusable element. we now force the selection
6249                 to be focused. this should solve the infamous bug reported by 
6250                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6251                 a test case is available. 
6252
6253 2002-12-24 [darko]      0.8.7claws2
6254
6255         * src/summaryview.c
6256                 don't crash when unmarking message with unread children
6257
6258 2002-12-23 [christoph]  0.8.7claws1
6259
6260         * src/Makefile.am
6261         * src/common/Makefile.am
6262                 update Makefiles for moved intl.h, version.h and defs.h
6263         * src/imap.c
6264                 rewrite imap_session_get to avoid duplicate code
6265
6266 2002-12-23 [paul]       0.8.7claws
6267
6268         * Santa-Claws released
6269         
6270         * po/hu.po
6271           po/ru.po
6272                 squeeze in updated Hungarian and Russian translations.
6273                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6274
6275 2002-12-23 [paul]       0.8.6claws129
6276
6277         * po/pl.po
6278                 updated by Witold Wladyslaw Wojciech Wilk
6279
6280 2002-12-23 [paul]       0.8.6claws128
6281
6282         * src/quote_fmt_parse.y
6283                 fix typo and add licence header
6284
6285 2002-12-23 [paul]       0.8.6claws127
6286
6287         * po/en_GB.po
6288                 updated
6289
6290 2002-12-23 [paul]       0.8.6claws126
6291
6292         * po/it.po
6293                 updated translation, submitted by Alessandro Maestri
6294                 
6295 2002-12-23 [paul]       0.8.6claws125
6296
6297         * src/quote_fmt_parse.y
6298                 fix signature-stripping on replies bug. match
6299                 '-- \n' and not '-- '.
6300
6301 2002-12-22 [paul]       0.8.6claws124
6302
6303         * po/bg.po
6304           po/es.po
6305           po/sr.po
6306                 updated translations. submitted by George Danchev,
6307                 Ricardo Mones Lastra, and Urke MMI respectively
6308
6309 2002-12-21 [paul]       0.8.6claws123
6310
6311         * src/addrbook.c
6312                 fix coding style
6313
6314 2002-12-21 [paul]       0.8.6claws122
6315
6316         * src/addrbook.c
6317                 fix bug [643638] where if a person is in one or more
6318                 addressbook groups editing that person's email 
6319                 address results in removal from those groups.
6320                 Patch submitted by Luke Plant.
6321
6322 2002-12-20 [christoph]  0.8.6claws121
6323
6324         * src/common/utils.c
6325         * src/summaryview.c
6326                 reimplement expand_search_string using GString to
6327                 prevent crashs caused by miscalculated string
6328                 lengths reported by Paul
6329
6330 2002-12-20 [christoph]  0.8.6claws120
6331
6332         * src/summaryview.c
6333                 don't use "changed" to check if op_count has to be changed as it
6334                 is also set when the message has unread children
6335                 (closes bug [ 653221 ] crash while deleting duplicates)
6336
6337 2002-12-20 [paul]       0.8.6claws119
6338
6339         * sync with 0.8.6cvs27
6340                 see ChangeLog 2002-12-20
6341
6342 2002-12-20 [paul]       0.8.6claws118
6343
6344         * sync with 0.8.6cvs26
6345                 see ChangeLog 2002-12-19 and 2002-12-20
6346
6347 2002-12-19 [alfons]     0.8.6claws117
6348
6349         * src/textview.c
6350                 fix incorrect parsing of email addresses, submitted by 
6351                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6352                 name display if it contains @".
6353
6354 2002-12-18 [paul]       0.8.6claws116
6355
6356         * sync with 0.8.6cvs23
6357                 see ChangeLog 2002-12-18
6358
6359 2002-12-18 [paul]       0.8.6claws115
6360
6361         * src/Makefile.am
6362         * src/account.c
6363         * src/codeconv.c
6364         * src/gtkutils.[ch]
6365         * src/imap.c
6366                 sync with 0.8.6cvs22.
6367                 see ChangeLog 2002-12-17 and 2002-12-18
6368
6369 2002-12-17 [christoph]  0.8.6claws114
6370
6371         * src/imap.c
6372                 o don't create a session if imap greeting fails
6373                 o don't close socket when authentication fails
6374                   this is done by imap_session_destroy
6375
6376 2002-12-17 [thorsten]   0.8.6claws113
6377
6378         * tools/Makefile.am
6379           tools/README
6380           tools/google_msgid.pl ** NEW FILE **
6381                 Added "search for message-id" script and doc
6382
6383 2002-12-17 [thorsten]   0.8.6claws112
6384
6385         * po/hu.po
6386                 Updated hungarian translation
6387                 (updated by Gal Zoltan)
6388
6389 2002-12-16 [christoph]  0.8.6claws111
6390
6391         * src/addr_compl.c
6392                 remove stupid addressbook dump to debug output
6393         * src/mh.c
6394                 fix memory leak found by Hiro
6395
6396 2002-12-14 [paul]       0.8.6claws110
6397
6398         * src/compose.c
6399                 fix menubar sensitivity on send
6400                 
6401         * src/prefs_filtering.c
6402         * src/prefs_matcher.c
6403         * src/prefs_scoring.c
6404                 Fix english ;)
6405                 
6406         * src/common/quoted-printable.h
6407                 sync: fix typo
6408         
6409 2002-12-13 [christoph]  0.8.6claws109
6410
6411         * src/Makefile.am
6412         * src/manage_window.[ch]        ** REMOVE **
6413         * src/gtk/Makefile.am
6414         * src/gtk/manage_window.[ch]    ** NEW **
6415                 move manage_window files to gtk directory
6416
6417 2002-12-13 [christoph]  0.8.6claws108
6418
6419         * src/Makefile.am
6420         * src/gtkshruler.[ch]           ** REMOVE **
6421         * src/gtk/Makefile.am
6422         * src/gtk/gtkshruler.[ch]       ** NEW **
6423                 move gtkshruler files to gtk directory
6424
6425 2002-12-13 [christoph]  0.8.6claws107
6426
6427         * src/Makefile.am
6428         * src/compose.c
6429         * src/gtkstext.[ch]             ** REMOVE **
6430         * src/gtkutils.[ch]
6431         * src/textview.c
6432         * src/gtk/gtkstext.[ch]         ** NEW **
6433         * src/gtk/Makefile.am
6434                 o move stext functions to gtkstext.c to remove
6435                   dependency of gtkutils
6436                 o move gtkstext files to gtk directory
6437
6438         * src/gtk/Makefile.am
6439         * src/gtk/sslcertwindow.[ch]
6440                 UI stuff can always depend on common code so
6441                 it's ok to add ../common to include path
6442
6443 2002-12-13 [colin]      0.8.6claws106
6444
6445         * src/summaryview.c
6446                 Disconnect sighandlers for mainwindow when
6447                 quicksearch has the focus
6448                 Fix bug #653231
6449         * src/mainwindow.[ch]
6450                 Make key_pressed callback public, to be able
6451                 to disconnect it
6452
6453 2002-12-13 [christoph]  0.8.6claws105
6454
6455         * src/mh.c
6456                 create .mh_sequences file in new MH folders
6457                 (closes feature request [ 523162 ] MH folders should
6458                  get a .mh_sequences)
6459
6460 2002-12-13 [colin]      0.8.6claws104
6461
6462         * src/summaryview.c
6463                 Better handling of quicksearch show/hide
6464                 (basically the button stays under the mouse 
6465                  when toggled)
6466
6467 2002-12-13 [paul]       0.8.6claws103
6468
6469         * sync with 0.8.6cvs17
6470                 see ChangeLog 2002-12-13
6471
6472 2002-12-13 [paul]       0.8.6claws102
6473
6474         * po/es.po
6475                 updated by Ricardo Mones Lastra
6476
6477 2002-12-11 [colin]       0.8.6claws101
6478
6479         * src/folder.c
6480                 remove statusbar stuff
6481           src/folderview.c
6482                 set statusbar verbosity when moving folders
6483
6484 2002-12-11 [colin]       0.8.6claws100
6485         * src/prefs_filtering.c
6486         * src/prefs_matcher.c
6487         * src/prefs_scoring.c
6488                 Fix english ;)
6489
6490 2002-12-11 [colin]       0.8.6claws99
6491
6492         * src/prefs_common.[ch]
6493                 Add summary_quicksearch_type
6494         * src/summaryview.c
6495                 Save last used quicksearch type
6496
6497 2002-12-11 [jens]       0.8.6claws98
6498         * src/prefs_filtering.c
6499         * src/prefs_matcher.c
6500         * src/prefs_scoring.c
6501                 added dialog for incomplete rules in scoring, filtering and
6502                 matcher to ask wheather really close
6503
6504 2002-12-11 [colin]      0.8.6claws97
6505
6506         * src/folder.c
6507                 Fix folder dnd statusbar logging
6508
6509 2002-12-10 [christoph]  0.8.6claws96
6510
6511         * src/compose.c
6512         * src/folder.c
6513         * src/imap.c
6514         * src/inc.c
6515         * src/main.c
6516         * src/mainwindow.c
6517         * src/news.c
6518         * src/send.c
6519         * src/statusbar.[ch]
6520         * src/common/hooks.c
6521         * src/common/log.[ch]
6522                 o handle verbose logging in statusbar directly in statusbar code
6523                   and common code does not need any knowledge about a statusbar
6524                 o remove direct calls to statusbar_(puts|pop)_all functions
6525
6526 2002-12-10 [jens]       0.8.6claws95
6527
6528         * src/*.c
6529                 removed gettext from g_warnings
6530         * po/POTFILES.in
6531                 cleaned and updated
6532         * po/de.po
6533                 updated
6534
6535 2002-12-10 [colin]      0.8.6claws94
6536
6537         * src/main.c
6538                 finish crash dialog fix
6539
6540 2002-12-10 [colin]      0.8.6claws93
6541
6542         * src/main.c
6543                 "Fix" "sylpheed already running" instead of
6544                 crash dialog appearing after a crash
6545
6546 2002-12-10 [colin]      0.8.6claws92
6547
6548         * po/POTFILES.in
6549                 add src/gtk/sslcertwindow.c
6550
6551 2002-12-10 [paul]       0.8.6claws91
6552
6553         * po/POTFILES.in
6554                 updated to reflect recent changes
6555                 submitted by Alessandro Maestri
6556
6557 2002-12-09 [christoph]  0.8.6claws90
6558
6559         * src/Makefile.am
6560         * src/smtp.[ch]                 ** REMOVE **
6561         * src/common/Makefile.am
6562         * src/common/smtp.[ch]          ** NEW **
6563                 move smtp files to common directory
6564
6565 2002-12-09 [christoph]  0.8.6claws89
6566
6567         * src/Makefile.am
6568         * src/session.[ch]              ** REMOVE **
6569         * src/common/Makefile.am
6570         * src/common/session.[ch]       ** NEW **
6571                 move session files to common directory
6572
6573 2002-12-09 [paul]       0.8.6claws88
6574
6575         * src/account.c
6576                 fix bug [649746] edit accounts: move account reverted
6577                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6578
6579 2002-12-09 [colin]      0.8.6claws87
6580
6581         * src/ssl_certificate.c
6582                 cleanup
6583
6584 2002-12-09 [colin]      0.8.6claws86
6585
6586         * src/ssl.c
6587                 Try to open the cert.pem database and 
6588                 issue a warning if it isn't there
6589
6590 2002-12-09 [colin]      0.8.6claws85
6591
6592         * src/common/ssl_certificate.c
6593         * src/gtk/sslcertwindow.c
6594                 Warning fixes
6595
6596 2002-12-09 [colin]      0.8.6claws84
6597
6598         * src/ssl_certificate.[ch] ** REMOVED **
6599         * src/common/ssl_certificate.[ch] ** NEW **
6600         * src/Makefile.am
6601         * src/common/Makefile.am
6602                 Moved ssl_certificate.[ch] to common
6603         * src/common/ssl.c 
6604                 Put back needed include
6605         * src/gtk/sslcertwindow.[ch]
6606                 Changed ssl_certificate.h include
6607         
6608 2002-12-09 [colin]      0.8.6claws83
6609
6610         * src/gtk/sslcertwindow.[ch]
6611                 Implement hook for certificate acception
6612         * src/ssl_certificate.[ch]
6613                 Implement hook for certificate acception
6614         * src/common/ssl.c
6615                 Reenable certificate acception check
6616         * src/mainwindow.c
6617                 Register sslcertwindow's hook
6618         
6619 2002-12-08 [christoph]  0.8.6claws82
6620
6621         * src/about.c
6622         * src/addr_compl.c
6623         * src/codeconv.c
6624         * src/manual.c
6625         * src/undo.c
6626         * src/common/utils.c
6627                 o add missing includes
6628                 o fix warnings
6629         * src/.cvsignore
6630         * src/common/.cvsignore
6631         * src/common/version.h          ** REMOVE **
6632                 remove autogenerated file
6633
6634 2002-12-08 [paul]       0.8.6claws81
6635
6636         * src/stringtable.c
6637                 put back needed include
6638
6639 2002-12-08 [colin]      0.8.6claws80
6640         
6641         * src/gtk/sslcertwindow.c
6642                 Cleaner popups when asking
6643         * src/ssl_certificate.c
6644         * src/prefs_common.[ch]
6645                 remove ssl certificate pref
6646                 put back needed include
6647         * src/undo.c
6648                 put back needed include
6649
6650 2002-12-08 [christoph]  0.8.6claws79
6651
6652         * src/folderview.c
6653         * src/logwindow.c
6654         * src/statusbar.c
6655         * src/summaryview.c
6656                 only abort hook invokation if required data is missing not
6657                 if our own data pointer is NULL, update hookfunction for
6658                 log window
6659
6660 2002-12-08 [paul]       0.8.6claws78
6661
6662         * src/about.c
6663         * src/addrcache.c
6664         * src/addrclip.c
6665         * src/addr_compl.c
6666         * src/addrselect.c
6667         * src/codeconv.c
6668         * src/colorlabel.c
6669         * src/enriched.c
6670         * src/esmtp.c
6671         * src/exporthtml.c
6672         * src/headerview.c
6673         * src/imageview.c
6674         * src/manual.c
6675         * src/noticeview.c
6676         * src/pgptext.c
6677         * src/scoring.c
6678         * src/sourcewindow.c
6679         * src/stringtable.c
6680         * src/undo.c
6681                 clean up: remove unneccesary includes
6682
6683 2002-12-08 [christoph]  0.8.6claws77
6684
6685         * src/folderview.c
6686         * src/statusbar.c
6687         * src/summaryview.c
6688         * src/common/hooks.[ch]
6689                 hook functions now have a gboolean return value, if a hook
6690                 returns TRUE it will stop executing of any more hooks in
6691                 the same hooklist for this invokation
6692
6693 2002-12-08 [colin]      0.8.6claws76
6694         
6695         * src/main.c
6696                 put back argv0 for CRASH_DIALOG
6697
6698 2002-12-08 [christoph]  0.8.6claws75
6699
6700         * src/Makefile.am
6701         * src/about.c
6702         * src/account.c
6703         * src/crash.c
6704         * src/esmtp.h
6705         * src/imap.[ch]
6706         * src/inc.c
6707         * src/main.c
6708         * src/mainwindow.c
6709         * src/news.c
6710         * src/pop.[ch]
6711         * src/prefs_account.[ch]
6712         * src/prefs_common.[ch]
6713         * src/send.[ch]
6714         * src/smtp.[ch]
6715         * src/ssl_certificate.[ch]
6716         * src/ssl_manager.[ch]
6717         * src/common/Makefile.am
6718         * src/common/log.c
6719         * src/common/nntp.[ch]
6720         * src/common/socket.[ch]
6721         * src/common/ssl.[ch]
6722         * src/gtk/sslcertwindow.[ch]
6723         * ac/openssl.m4
6724                 use new autoconf script to detect OpenSSL with extra parameters
6725                 to specify the location of libs and includes, also remove USE_SSL
6726                 to USE_OPENSSL
6727
6728         * src/common/sylpheed.[ch]
6729         * src/common/version.h.in
6730                 start seperation of common code initialization seperated from gui
6731
6732         * src/summaryview.c
6733                 The function that is called when a color label changes
6734                 should not change the color lable again
6735
6736 2002-12-08 [colin]      0.8.6claws74
6737
6738         * src/gtk/sslcertwindow.c
6739                 warning fixes
6740
6741 2002-12-08 [colin]      0.8.6claws73
6742
6743         * src/statusbar.c
6744           src/common/log.h
6745                 Register a hook for statusbar_puts_all
6746         * src/common/log.c
6747                 invoke statusbar_puts_all's hook
6748         
6749 2002-12-08 [colin]      0.8.6claws72
6750
6751         * src/ssl_certificate.c
6752                 Put back a badly-removed include
6753
6754 2002-12-08 [colin]      0.8.6claws71
6755
6756         * src/gtk/sslcertwindow.[ch]    ** NEW **
6757                 new certificate presentation
6758         * src/gtk/Makefile.am
6759                 add new files
6760         * src/ssl_certificate.[ch]
6761                 gtk cleanup, made utility functions public
6762         * src/ssl_manager.c
6763                 use new cert presentation
6764
6765 2002-12-07 [christoph]  0.8.6claws70
6766
6767         * src/Makefile.am
6768         * src/nntp.[ch]                 ** REMOVE **
6769         * src/common/Makefile.am
6770         * src/common/nntp.[ch]          ** NEW **
6771                 move nntp files to common directory
6772
6773 2002-12-07 [christoph]  0.8.6claws69
6774
6775         * src/procmsg.[ch]
6776         * src/summaryview.c
6777                 implement msginfo update callback using sylpheed's new
6778                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6779
6780 2002-12-06 [christoph]  0.8.6claws68
6781
6782         * src/editgroup.c
6783                 This patch changes the 'Edit Group Details' dialog to
6784                 allow extended selections in either pane, so that
6785                 addresses can be added or removed from a group more
6786                 quickly and easily. (it actually is a net decrease in
6787                 file size, as some unnecessary functions have been
6788                 removed). 
6789                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6790
6791 2002-12-06 [christoph]  0.8.6claws67
6792
6793         * src/Makefile.am
6794         * src/template.[ch]             ** REMOVE **
6795         * src/common/Makefile.am
6796         * src/common/template.[ch]      ** NEW **
6797                 move template files to common directory
6798
6799         * src/nntp.c
6800                 add missing log.h include
6801
6802 2002-12-06 [melvin]     0.8.6claws66
6803
6804         * src/prefs_actions.c
6805                 Added the trailing ">" syntax to insert command's output
6806                 without replacing old text (in contrast to trailing "|").
6807
6808 2002-12-05 [colin]      0.8.6claws65
6809         
6810         * src/common/utils.c
6811                 Don't modify original search_string or it'll change
6812                 the next iterations in the for()
6813
6814 2002-12-05 [darko]      0.8.6claws64
6815
6816         * src/common/utils.c
6817                 proper check for filtering commands, found by Colin
6818
6819 2002-12-05 [darko]      0.8.6claws63
6820
6821         * src/common/utils.c
6822                 check proper string for NULL pointer, found by Colin
6823
6824 2002-12-05 [darko]      0.8.6claws62
6825
6826         * src/common/utils.[ch]
6827                 expand_search_string(): new function
6828                 converts Mutt-like patterns to Sylpheed's
6829                 filtering engine
6830         * src/summaryview.c
6831                 use expand_search_string() to allow Mutt-like
6832                 patterns in extended search
6833         * README.claws
6834                 document extended option in quick search
6835
6836 2002-12-05 [paul]       0.8.6claws61
6837
6838         * sync with 0.8.6cvs16
6839                 see ChangeLog 2002-12-05
6840                 
6841         * po/POTFILES.in
6842                 clean up
6843
6844 2002-12-04 [christoph]  0.8.6claws60
6845
6846         * src/imap.[ch]
6847                 put imap authentication code into a new function and
6848                 remove it from imap_session_new that will allow to
6849                 send other commands before authentication
6850
6851 2002-12-04 [christoph]  0.8.6claws59
6852
6853         * src/imap.[ch]
6854                 use already existing method to prevent unneeded IMAP
6855                 folder selects. Set imap_select parameters to NULL
6856                 in some functions if the values are not required.
6857
6858         * src/xml.h
6859                 remove no longer required include
6860
6861 2002-12-04 [paul]       0.8.6claws58
6862
6863         * po/es.po
6864                 updated by Ricardo Mones Lastra
6865                 
6866         * configure.in
6867           po/hu.po      ** NEW FILE **
6868                 initial Hungarian translation, submitted
6869                 by Gál Zoltán <galzoli@hu.inter.net>
6870
6871 2002-12-03 [christoph]  0.8.6claws57
6872
6873         * src/Makefile.am
6874         * src/gtksctree.[ch]            ** REMOVE **
6875         * src/gtk/Makefile.am
6876         * src/gtk/gtksctree.[ch]        ** NEW **
6877                 move gtksctree files to gtk directory
6878
6879 2002-12-03 [christoph]  0.8.6claws56
6880
6881         * src/Makefile.am
6882         * src/md5.[ch]                  ** REMOVE **
6883         * srm/common/Makefile.am
6884         * src/common/md5.[ch]           ** NEW **
6885                 move md5 files to common directory
6886
6887         * src/gtkstext.c
6888                 remove not required #include
6889
6890 2002-12-03 [sergey]     0.8.6claws55
6891
6892         * src/gtkutils.c
6893         * src/gtkutils.h
6894                 gtkut_window_popup(): new function.
6895         * src/mainwindow.c
6896                 main_window_popup(): use gtkut_window_popup() to raise
6897                 window without changing its position.
6898                 (see sylpheed-main ML message [sylpheed:17247])
6899
6900 2002-12-03 [sergey]     0.8.6claws54
6901
6902         * src/send.c
6903                 send_message_local(): removed first-dot escaping
6904                 (SMTP-only, not needed for sending through pipe)
6905
6906 2002-12-03 [paul]       0.8.6claws53
6907
6908         * po/POTFILES.in
6909                 update to reflect recent changes (thanks
6910                 to Ricardo Mones Lastra)
6911                 
6912         * tools/filter_conv.pl
6913                  fix problem with quoted strings. Patch submitted
6914                  by Luke Plant <lukeplant@softhome.net>
6915
6916 2002-12-03 [paul]       0.8.6claws52
6917
6918         * sync with 0.8.6cvs15
6919                 see ChangeLog 2002-12-03
6920
6921 2002-12-02 [christoph]  0.8.6claws51
6922
6923         * src/logwindow.[ch]
6924         * src/common/log.[ch]
6925                 implement logging using a hook function
6926
6927         * src/folderview.c
6928         * src/folder.[ch]
6929                 define hooklist name in header file to avoid
6930                 errors caused by wrong spelling of hooklist names
6931
6932         * src/toolbar.c
6933                 fix warnings
6934
6935 2002-12-02 [christoph]  0.8.6claws50
6936
6937         * src/common/Makefile.am
6938                 add src/common/hooks.[ch]
6939
6940         * src/common/hooks.[ch]
6941                 implement a simple hook system using glib's hook functions
6942
6943         * src/folder.[ch]
6944         * src/folderview.c
6945                 use new hook system for folder item updates
6946
6947 2002-12-02 [christoph]  0.8.6claws49
6948
6949         * doc-src/ui_seperation.txt     ** NEW **
6950                 information for ui seperation
6951
6952         * src/Makefile.am
6953                 remove files that were moved to common
6954                 include common directory by default for the header files
6955
6956         * src/inc.c
6957         * src/common/socket.c
6958         * src/automaton.[ch]
6959                 implement automaton using g_io_*-functions instead of
6960                 gdk_input_add to make it ui independent
6961
6962         * src/codeconv.c
6963         * src/compose.c
6964         * src/ldif.c
6965         * src/pgptext.c
6966         * src/procmime.c
6967         * src/rfc2015.c
6968         * src/smtp.c
6969         * src/unmime.c
6970                 remove common/ prefix because directory is now in
6971                 include path
6972
6973         * src/compose.c
6974         * src/folder.c
6975         * src/folderview.c
6976         * src/mainwindow.c
6977         * src/messageview.c
6978         * src/prefs_common.c
6979         * src/procmsg.c
6980         * src/rfc2015.c
6981                 fix warnings
6982
6983         * src/imap.c
6984         * src/inc.c
6985         * src/news.c
6986         * src/pop.c
6987         * src/send.c
6988         * src/smtp.c
6989         * src/ssl_certificate.c
6990                 add log.h header file for logging functions
6991
6992         * src/main.c
6993         * src/common/utils.c
6994         * src/summaryview.c
6995         * src/xml.c
6996                 o move debug_mode to common/utils.c
6997                 o add functions to set and get debug_mode
6998
6999         * src/defs.h                    ** REMOVE **
7000         * src/intl.h                    ** REMOVE **
7001         * src/socket.[ch]               ** REMOVE **
7002         * src/ssl.[ch]                  ** REMOVE **
7003         * src/utils.[ch]                ** REMOVE **
7004                 replaced by new files in src/common/
7005         
7006         * src/common/Makefile.am
7007                 add new files in src/common/
7008
7009         * src/common/defs.h             ** NEW **
7010         * src/common/intl.h             ** NEW **
7011         * src/common/log.[ch]           ** NEW **
7012         * src/common/socket.[ch]        ** NEW **
7013         * src/common/ssl.[ch]           ** NEW **
7014         * src/common/utils.[ch]         ** NEW **
7015                 replacement for files in src/
7016
7017 2002-12-02 [colin]      0.8.6claws48
7018
7019         * src/folderview.c
7020                 Scroll folderview if necessary during dnd
7021
7022 2002-12-02 [colin]      0.8.6claws47
7023
7024         * src/folder.[ch]
7025                 Add check to verify a move is within a single mailbox
7026         * src/folderview.c
7027                 Add specific error string for this check
7028
7029 2002-12-02 [colin]      0.8.6claws46
7030
7031         * src/folder.c
7032                 Add a test to folder moving, remove a statusbar_print
7033         * src/folderview.c
7034                 Add Move folder... context-menu item
7035                 Factorize folder moving code
7036                 Enable folder DND for mbox
7037
7038 2002-12-01 [christoph]  0.8.6claws45
7039
7040         * ac/aspell.m4
7041                 remove conf.aspelltest if the version check fails
7042
7043 2002-11-30 [christoph]  0.8.6claws44
7044
7045         * autogen.sh
7046                 run libtoolize --force in autogen to create missing
7047                 libtool scripts
7048
7049 2002-11-30 [christoph]  0.8.6claws43
7050
7051         * src/Makefile.am
7052         * src/pgptext.c
7053         * src/procmime.c
7054         * src/rfc2015.c
7055         * src/uuencode.[ch]             ** REMOVED **
7056         * src/common/Makefile.am
7057         * src/common/uuencode.[ch]      ** NEW **
7058                 move uuen/decoder to common directory
7059
7060 2002-11-30 [christoph]  0.8.6claws42
7061
7062         * src/Makefile.am
7063         * src/base64.[ch]               ** REMOVED **
7064         * src/codeconv.c
7065         * src/compose.c
7066         * src/ldif.c
7067         * src/pgptext.c
7068         * src/procmime.c
7069         * src/rfc2015.c
7070         * src/smtp.c
7071         * src/unmime.c
7072         * src/common/Makefile.am
7073         * src/common/base64.[ch]        ** NEW **
7074                 move base64 en/decoder to common directory
7075
7076 2002-11-30 [christoph]  0.8.6claws41
7077
7078         * src/common                    ** NEW **
7079                 new directory for UI independent code
7080         * src/gtk                       ** NEW **
7081                 new directory for GTK frontend
7082         * src/common/.cvsignore         ** NEW **
7083         * src/gtk/.cvsignore            ** NEW **
7084                 ignore build files
7085         * src/common/Makefile.am        ** NEW **
7086         * src/gtk/Makefile.am           ** NEW **
7087                 automake files to build new seperated stuff
7088         * src/Makefile.am
7089                 the binary will currently still be build with the
7090                 files in src, so we include the code from the
7091                 subdirs for now after building the libs there
7092
7093 2002-11-30 [paul]       0.8.6claws40
7094
7095         * src/compose.c
7096                 fix bug [642731] 'Wrong selected account with drafted mail'
7097
7098 2002-11-29 [oliver]     0.8.6claws39
7099         
7100         * src/messageview.c
7101                 o update summaryview when switching between different
7102                   messageviews          
7103         * src/toolbar.c  
7104                 o check if messageview holds already removed msg
7105                   from summaryview
7106                 
7107
7108 2002-11-29 [oliver]     0.8.6claws38
7109
7110         * src/toolbar.c 
7111                 remove not needed variables and includes
7112                 make messageview stay opened and move to next when msgs are deleted 
7113
7114 2002-11-29 [oliver]     0.8.6claws37
7115         
7116         * src/toolbar.c 
7117                 disable compose button (messageview toolbar) by default
7118                 deleted msgs are moved to trash
7119         
7120 2002-11-29 [melvin]     0.8.6claws36
7121
7122         * configure.in
7123                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7124                 and to detect signatures expirations (gpgme 0.3.6)
7125
7126         * src/main.c
7127                 Use non obsolescent function for Gpgme engine checking.
7128
7129         * src/rfc2015.c
7130                 Inform about expired signatures or signatures which key
7131                 has expired. Expiration date is displayed.
7132
7133         * src/sigstatus.c
7134                 Inform about expired signatures or signatures which key
7135                 has expired.
7136
7137 2002-11-28 [paul]       0.8.6claws35
7138
7139         * src/folderview.c
7140                 re-instate 'Check for new messages' in Newsgroup
7141                 folders right-click menu, after a suggestion from
7142                 Tim Mann <timmann@users.sourceforge.net>
7143
7144         * src/main.c
7145                 after a crash check only local folders for new
7146                 messages
7147
7148 2002-11-28 [paul]       0.8.6claws34
7149
7150         * configure.in
7151                 apply patch that fixes the checking of GTK with XIM 
7152                 support on different OSs, such as FreeBSD. Patch 
7153                 submitted by Topia <topia@users.sourceforge.net>
7154                 
7155 2002-11-28 [paul]       0.8.6claws33
7156
7157         * src/mainwindow.c
7158           src/prefs_common.c
7159           src/prefs_toolbar.c
7160                 more changes to the English
7161
7162 2002-11-28 [paul]       0.8.6claws32
7163
7164         * sync with 0.8.6cvs13
7165                 see ChangeLog 2002-11-28 (no sync needed
7166                 for src/compose.c)
7167
7168 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7169         
7170         * src/mainwindow.[ch]
7171                 add patch by Ivan F. Martinez introducing messageview Toolbar
7172                 some changes and committed by oliver    
7173
7174 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7175
7176         * src/messageview.[ch]
7177                 add patch by Ivan F. Martinez introducing messageview Toolbar
7178                 some changes and committed by oliver    
7179
7180 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7181
7182         * src/compose.[ch]
7183                 add patch by Ivan F. Martinez introducing messageview Toolbar
7184                 some changes and committed by oliver    
7185
7186 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7187         
7188         * src/toolbar.[ch]
7189                 add patch by Ivan F. Martinez introducing messageview Toolbar
7190                 some changes and committed by oliver
7191
7192 2002-11-28 [oliver]     0.8.6claws27
7193         
7194         * src/prefs_toolbar.[ch]
7195                 getting ready for messageview toolbar
7196                 free mem allocated by gettext
7197                 change prefs_toolbar to prefs_toolbar_open
7198  
7199 2002-11-28 [thorsten]   0.8.6claws26
7200
7201         * src/imageview.[ch]
7202                 cleaned up conflicting declarations of
7203                 imageview_show_image()
7204
7205 2002-11-28 [paul]       0.8.6claws25
7206
7207         * src/grouplistdialog.c
7208           src/prefs_common.c
7209           src/prefs_summary_column.c
7210                 a few more improvements to the English
7211
7212 2002-11-28 [colin]      0.8.6claws24
7213
7214         * man/sylpheed.1
7215                 A few updates to command-line parameters
7216
7217 2002-11-28 [colin]      0.8.6claws23
7218
7219         * src/prefs_filtering.c
7220                 Fix problems with prefs_filtering_delete_path:
7221                 a) if the first rule is removed, original pointers
7222                    weren't updated (leading to segfaults)
7223                 b) it was always global_processing updated in case
7224                    of removed path was parent of rule path
7225
7226 2002-11-27 [paul]       0.8.6claws22
7227
7228         * src/mainwindow.c
7229           src/prefs_account.c
7230           src/prefs_actions.c
7231           src/prefs_common.c
7232           src/prefs_customheader.c
7233           src/prefs_display_header.c
7234           src/prefs_filtering.c
7235           src/prefs_folder_item.c
7236           src/prefs_matcher.c
7237           src/prefs_scoring.c
7238           src/prefs_summary_column.c
7239           src/prefs_template.c
7240           src/prefs_toolbar.c
7241                  improve the English in the GUI
7242
7243 2002-11-27 [colin]      0.8.6claws21
7244
7245         * src/folder.c
7246                 Fix processing renaming problems happening after
7247                 last commit
7248
7249 2002-11-27 [colin]      0.8.6claws20
7250
7251         * src/folder.c
7252                 recursive move now deletes src each subfolder after 
7253                 having moved it
7254         * src/folderview.c
7255                 Use identifier instead of path during dnd (enables
7256                 IMAP folder dnd)
7257
7258 2002-11-27 [paul]       0.8.6claws19
7259
7260         * src/main.c
7261                 apply patch that does command-line processing 
7262                 BEFORE gtk_init, allowing claws to run from 
7263                 shell-scripts in non-X environment (e.g. crontab 
7264                 or ip-up, ip-down scripts). Patch submitted by
7265                 Ruslan N. Balkin <baron@dartel.ru>
7266                 
7267         * po/it.po
7268                 updated by Alessandro Maestri
7269
7270 2002-11-27 [paul]       0.8.6claws18
7271
7272         * sync with 0.8.6cvs12
7273           src/prefs_common.c
7274                 Differences are that main uses a 'Receive dialog'
7275                 frame on the Interface tab, whereas claws groups all 
7276                 the dialogs together in a 'Dialogs' frame.
7277
7278 2002-11-27 [colin]      0.8.6claws17
7279
7280         * src/prefs_matcher.c
7281                 Fix Execute criteria's NOT flag
7282
7283
7284 2002-11-26 [christoph]  0.8.6claws16
7285
7286         * src/ssl.c
7287                 rewrite the ssl code a little bit, only use one
7288                 SSL context, set default certificates' file/path
7289
7290 2002-11-26 [thorsten]   0.8.6claws15
7291
7292         * src/compose.c
7293                 default-reply-to didn't work for ml-reply
7294
7295 2002-11-26 [melvin]     0.8.6claws14
7296
7297         * src/prefs_actions.c
7298                 Made pipe-actions ignore short headers in message view
7299                 Made trailing-pipe-actions write in the message view with
7300                 the same font as the original message
7301
7302 2002-11-26 [paul]       0.8.6claws13
7303
7304         * src/compose.c
7305                 this time commit the correct file
7306
7307 2002-11-26 [paul]       0.8.6claws12
7308
7309         * sync with 0.8.6cvs11
7310           src/quote_fmt_parse.y  
7311                 no sync needed
7312           src/account.[ch]       
7313                 not sync'ed
7314           src/compose.c
7315                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7316                 on draft mode.
7317                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7318                 header
7319                 
7320         see ChangeLog 2002-11-25 and 2002-11-26
7321
7322 2002-11-26 [colin]      0.8.6claws11
7323
7324         * src/folderview.c
7325                 Fix collapsed folder not auto-expanding during
7326                 mail dnd, if it was the source folder.
7327
7328 2002-11-25 [colin]      0.8.6claws10
7329
7330         * src/folderview.[ch]
7331                 Variable renaming and cleaning (slist of nodes 
7332                 to be re-collapsed is stored in FolderView)
7333
7334 2002-11-25 [paul]       0.8.6claws9
7335
7336         * src/prefs_common.[ch]
7337                 fix breakage caused by last commit
7338
7339 2002-11-25 [paul]       0.8.6claws8
7340
7341         * sync with 0.8.6cvs4
7342                 see ChangeLog 2002-11-21
7343
7344 2002-11-25 [paul]       0.8.6claws7
7345
7346         * sync with 0.8.6cvs4
7347                 see ChangeLog 2002-11-20
7348
7349 2002-11-25 [paul]       0.8.6claws6
7350
7351         * sync with 0.8.6cvs3
7352                 see ChangeLog 2002-11-18
7353
7354 2002-11-25 [colin]      0.8.6claws5
7355
7356         * src/gtkutils.[ch]
7357                 Add gtkut_ctree_node_is_parent()
7358         * src/folderview.c
7359                 Spring-loaded folders
7360
7361 2002-11-25 [colin]      0.8.6claws4
7362
7363         * src/utils.[ch]
7364                 Add slist_concat_unique(), function to merge
7365                 two GSList filtering dups
7366         * src/folder.[ch]
7367         * src/summaryview.[ch]
7368         * src/folderview.c
7369         * src/main.c
7370                 Add detection/update/display of unread answers
7371                 to marked mails
7372         * src/procmsg.[ch]
7373                 Add procmsg_find_children()
7374                 Add procmsg_msg_has_marked_parent()
7375
7376 2002-11-25 [colin]      0.8.6claws3
7377
7378         * src/ssl_certificate.[ch]
7379                 Allow checking a certificate without a DNS
7380                 lookup
7381                 Allow to forget a cert (by deleting it)
7382                 Make ssl_certificate_destroy_public
7383         * src/ssl_manager.[ch] ** NEW FILES **
7384                 Gui to manage (display/remove) certificates
7385         * src/prefs_common.[ch]
7386                 Add a pref to allow silent acceptation of
7387                 trusted certificates or not (based on the
7388                 "I want to know what's going on" principle)
7389         * src/mainwindow.c
7390                 Add SSL manager in Tools menu
7391         * src/Makefile.am
7392                 Add the new files to the build
7393         * po/POTFILES.in
7394                 Add ssl_manager.c to translations
7395
7396 2002-11-25 [colin]      0.8.6claws2
7397
7398         * src/summaryview.[ch]
7399                 Add S_SEARCH_EXTENDED to the quick search, which 
7400                 allows to search using filtering syntax.
7401
7402 2002-11-25 [colin]      0.8.6claws1
7403
7404         * src/summaryview.c
7405                 Deletion of duplicates now prefer deleting
7406                 the unread dup (fixes feature-request 638989).
7407
7408 2002-11-24 [paul]       0.8.6claws
7409
7410         * po/es.po
7411           po/pl.po
7412           po/ru.po
7413           po/sr.po
7414                 updated by Ricardo Mones Lastra,
7415                 Witold Wladyslaw Wojciech Wilk,
7416                 Ruslan N. Balkin, and  Urke MMI 
7417                 respectively
7418
7419 2002-11-24 [paul]       0.8.5claws182
7420
7421         * po/bg.po
7422                 updated by George Danchev
7423
7424 2002-11-23 [alfons]     0.8.5claws181
7425
7426         * src/imap.c
7427                 tiny memory leak found by browsing Dimitar's 
7428                 valgrind report
7429
7430 2002-11-23 [paul]       0.8.5claws180
7431
7432         * po/it.po
7433                 updated by Alessandro Maestri
7434
7435 2002-11-22 [christoph]  0.8.5claws179
7436
7437         * src/compose.c
7438         * src/inc.c
7439         * src/prefs_filtering.c
7440         * src/summaryview.c
7441                 more warning fixes
7442
7443 2002-11-22 [alfons]     0.8.5claws178
7444
7445         * src/summaryview.c
7446                 summary_execute_delete_func(): if message is deleted, make 
7447                 sure to also remove its entry in the subject hash table. 
7448                 fixes a corner case bug.
7449
7450 2002-11-22 [paul]       0.8.5claws177
7451
7452         * .cvsignore
7453                 add 'autom4te.cache'
7454                 
7455         * ltconfig      ** REMOVED **
7456                 not needed
7457
7458 2002-11-22 [paul]       0.8.5claws176
7459
7460         * src/textview.c
7461                 textview_set_font(): fix for message display in
7462                 UTF-8 locales (thanks to Sergey Vlasov).
7463                 
7464         * AUTHORS
7465                 add new team members and contributors
7466
7467
7468 2002-11-21 [colin]      0.8.5claws175
7469
7470         * src/procmsg.[ch]
7471                 Add procmsg_remove_special_headers()
7472         * src/mh.c
7473                 Use procmsg_remove_special_headers() for 
7474                 previous fix
7475
7476 2002-11-21 [colin]      0.8.5claws174
7477
7478         * src/mh.c
7479                 Fix moving/copying from queue/draft folders
7480                 for MH folders
7481
7482 2002-11-21 [christoph]  0.8.5claws173
7483
7484         * src/crash.c
7485         * src/filtering.c
7486         * src/logwindow.c
7487         * src/main.c
7488         * src/matcher_parser_lex.[hl]
7489         * src/mbox.c
7490         * src/mbox_folder.[ch]
7491         * src/prefs_filtering.c
7492         * src/procheader.c
7493         * src/quote_fmt_lex.l
7494         * src/ssl.c
7495                 fix all warnings except the warnings in lex and yacc files
7496
7497 2002-11-20 [christoph]  0.8.5claws172
7498
7499         * src/imap.c
7500                 fix MsgInfo retrieval for IMAP draft and queue folders
7501                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7502
7503 2002-11-19 [christoph]  0.8.5claws171
7504
7505         * src/compose.c
7506                 fix segfault, when draft saving does not get
7507                 the MsgInfo of the new message
7508                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7509
7510 2002-11-19 [christoph]  0.8.5claws170
7511
7512         * src/procmsg.c
7513                 add parameter check for flag setting function
7514                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7515
7516 2002-11-18 [paul]       0.8.5claws169
7517
7518         * src/compose.c
7519                 more sensitivity fixes to redirect mode:
7520                 * disable toolbar draft button
7521                 * allow only Address book in the Tools menu
7522                 * disable editing of message by the spell
7523                   checker
7524
7525 2002-11-18 [paul]       0.8.5claws168
7526
7527         * src/compose.c
7528                 fix sensitivity of menu items in compose_redirect():
7529                 allow only the necessary items 
7530
7531 2002-11-18 [paul]       0.8.5claws167
7532
7533         * src/compose.c
7534                 fix bug [ 603259 ] 'attachment got lost on bounce'
7535
7536 2002-11-18 [paul]       0.8.5claws166
7537
7538         * po/ru.po
7539                 updated by Ruslan N. Balkin <baron@dartel.ru>
7540
7541 2002-11-18 [colin]      0.8.5claws165
7542
7543         * src/main.c
7544           src/defs.h
7545                 Remove old filtering stuff
7546
7547
7548 2002-11-17 [oliver]     0.8.5claws164
7549
7550         * src/toolbar.h
7551                 remove not needed typedef 
7552
7553 2002-11-17 [oliver]     0.8.5claws163
7554
7555         * src/toolbar.c
7556                 make toolbar's on click events translatable
7557
7558 2002-11-15 [colin]      0.8.5claws162
7559
7560         * src/summaryview.c
7561                 Revert too-soon integration of a feature
7562
7563 2002-11-15 [christoph]  0.8.5claws161
7564
7565         * src/imap.c
7566                 use main's implementation of imap_get_msginfo
7567
7568 2002-11-15 [christoph]  0.8.5claws160
7569
7570         * src/compose.c
7571         * src/folder.[ch]
7572         * src/imap.c
7573         * src/mbox_folder.c
7574         * src/mh.c
7575         * src/news.c
7576         * src/procmsg.c
7577         * src/summaryview.c
7578                 replace claws' fetch_msginfo with main's get_msginfo
7579                 (use main's implementation where possible)
7580
7581 2002-11-15 [colin]      0.8.5claws159
7582
7583         * src/ssl_certificate.c
7584                 Missed a check
7585
7586 2002-11-16 [melvin]     0.8.5claws158
7587
7588         * po/fr.po
7589                 Updated French translations.
7590
7591 2002-11-16 [colin]      0.8.5claws157
7592
7593         * src/ssl_certificate.c
7594                 Check for missing parts in the certificates
7595
7596 2002-11-15 [colin]      0.8.5claws156
7597
7598         * src/folderview.c
7599                 Preventive fix (missing check) found by
7600                 Alfons
7601
7602 2002-11-15 [paul]
7603
7604         * NEWS
7605                 sync with 0.8.6 release
7606
7607 2002-11-15 [colin]      0.8.5claws155
7608
7609         * src/folder.[ch]
7610           src/folderview.c
7611                 Fix error handling of folder_item_move_to()
7612                 (thanks to Alfons!)
7613
7614 2002-11-15 [colin]      0.8.5claws154
7615
7616         * src/folder.[ch]
7617           src/folderview.c
7618                 folder_item_move_to() sets an error message instead
7619                 of having GUI stuff in folder.c
7620
7621 2002-11-15 [colin]      0.8.5claws153
7622
7623         * src/procmsg.[ch]
7624                 Implemented a callback for MsgInfo updates, 
7625                 heavily copy/pasted from Christoph's folder 
7626                 callback system
7627         * src/summaryview.[ch]
7628                 Register summary_update_msg as callback
7629
7630 2002-11-14 [colin]      0.8.5claws152
7631         
7632         * src/procmsg.c
7633                 Update the FolderItem after sending (fixes 617593)
7634
7635 2002-11-14 [christoph]  0.8.5claws151
7636
7637         * src/folder.c
7638                 fix wrong position of NULL pointer check found
7639                 by Sergey
7640
7641 2002-11-14 [christoph]  0.8.5claws150
7642
7643         * src/folder.c
7644                 fix segfault when deleting messages from IMAP folders
7645                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7646
7647 2002-11-14 [colin]      0.8.5claws149
7648
7649         * src/compose.c
7650                 Forwarding was also ignoring the folder's default account.
7651
7652 2002-11-14 [colin]      0.8.5claws148
7653
7654         * src/compose.c
7655                 Fix sent folder not set to folder properties when 
7656                 forwarding.
7657
7658 2002-11-14 [thorsten]   0.8.5claws147
7659
7660         * src/inc.c
7661                 inc_start(): Files were not moved from .processing to inbox,
7662                 if no global processing rule existed
7663
7664 2002-11-14 [colin]      0.8.5claws146
7665
7666         * src/ssl_certificate
7667                 Fix file operations
7668
7669 2002-11-14 [paul]       0.8.5claws145
7670
7671         * po/it.po
7672                 updated by Alessandro Maestri
7673
7674 2002-11-13 [alfons]     0.8.5claws144
7675
7676         * src/folder.c
7677                 folder_item_close(): only mark messages unread
7678                 when a folder has new messages 
7679
7680 2002-11-13 [keith]      0.8.5claws143
7681
7682         * src/imap.c
7683                 Fix problem moving or copying between
7684                 IMAP folders
7685
7686 2002-11-13 [colin]      0.8.5claws142
7687
7688         * src/matcher_parser_parse.y
7689                 Fix rule problem when " don't match
7690
7691 2002-11-13 [christoph]  0.8.5claws141
7692
7693         * src/folder.c
7694         * src/folderview.c
7695                 moved cache saving to folder_item_close
7696                 the folderview should not have to deal with
7697                 this things
7698
7699 2002-11-13 [christoph]  0.8.5claws140
7700
7701         * src/summaryview.c
7702                 moved setting of important score to
7703                 summary_set_prefs_from_folderitem
7704
7705 2002-11-13 [colin]      0.8.5claws139
7706
7707         * src/matcher_parser_parse.y
7708                 Fix a segfault in the parser (happening when
7709                 a good expression had been tested and a bad 
7710                 one arrives)
7711
7712 2002-11-13 [paul]       0.8.5claws138
7713
7714         * sync with 0.8.5cvs24
7715                 see ChangeLog 2002-11-13
7716                 
7717         * po/pt_BR.po
7718                 updated by Fabio Jr. Beneditto
7719
7720 2002-11-13 [colin]      0.8.5claws137
7721         
7722         * src/msgcache.c
7723           src/defs.h
7724           src/procmsg.[ch]
7725                 Revert last commit, problem
7726
7727 2002-11-13 [colin]      0.8.5claws136
7728
7729         * src/msgcache.c
7730                 Remove duplicated code
7731         * src/defs.h
7732                 Bumped CACHE_VERSION and MARK_VERSION
7733         * src/procmsg.[ch]
7734                 Network endian for cache and mark files
7735
7736 2002-11-12 [colin]      0.8.5claws135
7737
7738         * src/inc.c
7739                 Fix the "socket error" dialog which disappeared
7740
7741 2002-11-12 [colin]      0.8.5claws134
7742
7743         * src/msgcache.c
7744                 Reverse last commit which had performance 
7745                 problems, but still reverse the list
7746
7747 2002-11-12 [colin]      0.8.5claws133
7748
7749         * src/msgcache.c
7750                 Reverse list order
7751
7752 2002-11-12 [melvin]     0.8.5claws132
7753
7754         * src/compose.c
7755                 Added a check for a NULL prefs_common.dictionary
7756
7757 2002-11-12 [colin]      0.8.5claws131
7758
7759         * src/ssl_certificate.[ch]
7760                 Use FQDN hostname
7761
7762 2002-11-12 [colin]      0.8.5claws130
7763
7764         * src/ssl_certificate.[ch]
7765                 Take connection port into account for 
7766                 checking certificates (a single hostname
7767                 could have multiple servers with multiple
7768                 certificates)
7769         * src/ssl.c
7770                 Pass the port to ssl_certificate_check
7771
7772 2002-11-12 [paul]       0.8.5claws129
7773
7774         * src/folder.c
7775                 fix a typo in last commit
7776
7777 2002-11-12 [paul]       0.8.5claws128
7778
7779         * sync with 0.8.5cvs23
7780                 see ChangeLog entry 2002-11-12
7781
7782 2002-11-11 [colin]      0.8.5claws127
7783
7784         * src/ssl_certificate.c
7785                 Cleaner messages
7786                 Don't popup, instead log error, if the 
7787                 corresponding pref is checked
7788         * src/ssl_certificate.h
7789                 include <openssl/objects/h>
7790
7791 2002-11-11 [colin]      0.8.5claws126
7792
7793         * src/ssl_certificate.h
7794                 _Really_ clean it
7795
7796 2002-11-11 [colin]      0.8.5claws125
7797         
7798         * src/ssl_certificate.c
7799                 Fixed leak
7800
7801 2002-11-11 [colin]      0.8.5claws124
7802
7803         * src/ssl.c
7804                 Cleaned a bit
7805         * src/ssl_certificate.[ch]
7806                 Cleaned a bit (better use of SSL API)
7807                 (This will cause non-recognition of saved 
7808                  certificates of claws12[23]...)
7809
7810 2002-11-11 [paul]       0.8.5claws123
7811         
7812         * po/es.po
7813                 updated by Ricardo Mones Lastra
7814
7815 2002-11-11 [colin]      0.8.5claws122
7816
7817         * src/ssl.c
7818                 Fix a typo
7819
7820 2002-11-11 [colin]      0.8.5claws121
7821
7822         * src/ssl_certificate.[ch] ** NEW FILES **
7823         * src/ssl.[ch]
7824                 Check SSL certificates presented to us
7825         * src/Makefile.am
7826                 Add ssl_certificate.[ch]
7827         * po/POTFILES.in
7828                 Add ssl_certificate.c
7829
7830 2002-11-11 [paul]       0.8.5claws120
7831
7832         * sync with 0.8.5cvs22
7833                 see ChangeLog 2002-11-11
7834
7835 2002-11-11 [paul]       0.8.5claws119
7836
7837         * sync with 0.8.5cvs21
7838                 see ChangeLog 2002-11-11
7839
7840 2002-11-10 [jens]       0.8.5claws118
7841
7842         * src/folder.c
7843         * src/folderview.c
7844                 corrected some typing
7845         * po/de.po
7846                 updated german translation
7847         * sylpheed.spec.in
7848                 cleaned up specfile and adjusted it for claws
7849
7850 2002-11-10 [colin]      0.8.5claws117
7851
7852         * src/summaryview.c
7853                 a STATUSBAR_PUSH/POP fix
7854
7855 2002-11-10 [colin]      0.8.5claws116
7856
7857         * src/prefs_folder_item.c
7858                 Fix hanging after opening folder properties
7859
7860 2002-11-10 [hoa]        0.8.5claws115
7861
7862         * src/matcher_parser_lex.l
7863         * src/matcher_parser_parse.y
7864                 config file for scoring and filtering is no more trashed
7865                 when there is a syntax error in a filtering rule when
7866                 editing it in a dialog.
7867
7868 2002-11-09 [colin]      0.8.5claws114
7869
7870         * src/mbox_folder.c
7871                 Added missing initialisation of folder->destroy()
7872
7873 2002-11-09 [colin]      0.8.5claws113
7874
7875         * src/folder.c
7876           src/folderview.c
7877                 Fix the status bar messages
7878
7879 2002-11-09 [colin]      0.8.5claws112
7880
7881         * src/folderview.c
7882                 Fix hangs after folder dnd, happening after 
7883                 claws109.
7884
7885 2002-11-09 [christoph]  0.8.5claws111
7886
7887         * src/folderview.c
7888                 just changed order of calls (reverse order of
7889                 associated calls)
7890         * src/inc.c
7891                 lock inc when checking only one account, otherwise
7892                 inc all could be executed at the same time
7893
7894 2002-11-09 [christoph]  0.8.5claws110
7895
7896         * src/folderview.c
7897                 better unlock the mouse cursor before calling
7898                 summary_show because it changes the cursor too
7899
7900 2002-11-09 [christoph]  0.8.5claws109
7901
7902         * src/folder.[ch]
7903         * src/folderview.c
7904                 add functions to open and close a folder
7905                 o opending will execute scanning for remote folders
7906                   and processing
7907                 o closing will unset new flag for messages
7908
7909 2002-11-09 [colin]      0.8.5claws108
7910
7911         * src/folder.c
7912                 Add a call to prefs_matcher_write_config to 
7913                 avoid non-leaf folders filtering settings to be
7914                 lost
7915
7916 2002-11-09 [paul]       0.8.5claws107
7917
7918         * src/prefs_account.c
7919                 re-word a label
7920
7921 2002-11-09 [colin]      0.8.5claws106
7922
7923         * src/folderview.c
7924                 Minor esthetic fix
7925
7926 2002-11-09 [colin]      0.8.5claws105
7927
7928         * src/folderview.c
7929                 Fix prefs_filtering deletion for MH folders (same
7930                 reason as below)
7931         * src/prefs_filtering.c
7932                 Fix prefs_filtering renaming and deletion for 
7933                 folder-based processing rules.  
7934
7935 2002-11-09 [christoph]  0.8.5claws104
7936
7937         * src/compose.c
7938         * src/folder.[ch]
7939         * src/folderview.[ch]
7940         * src/import.c
7941         * src/inc.c
7942         * src/main.c
7943         * src/mainwindow.c
7944         * src/messageview.c
7945         * src/prefs_folder_item.c
7946         * src/procmsg.c
7947         * src/summaryview.c
7948                 implement a callback system for folder item updates
7949
7950 2002-11-09 [colin]      0.8.5claws103
7951
7952         * src/folderview.c
7953                 Fix prefs_filtering renaming for MH folders (we
7954                 shouldn't rename by path as another folder could
7955                 have the same hierarchy).
7956
7957 2002-11-09 [colin]      0.8.5claws102
7958
7959         * src/folder.c
7960                 Fix a leak found by Christoph, use better variable
7961                 names
7962
7963 2002-11-09 [colin]      0.8.5claws101
7964
7965         * src/folder.c
7966                 One more fix for processing rules
7967
7968 2002-11-08 [colin]      0.8.5claws100
7969         
7970         * src/matcher.c
7971                 Don't copy the compiled regexp (will be reevaluated)
7972         * src/folderview.c
7973                 Lock folderview while moving
7974         * src/folder.c
7975                 Provide info on what's happening to the user
7976
7977 2002-11-08 [colin]      0.8.5claws99
7978
7979         * src/folderview.c
7980                 Fix folder reordering after a move if parent is 
7981                 root
7982         * src/scoring.[ch]
7983                 Add function to copy a ScoringProp
7984         * src/prefs_folder_item.c
7985                 Copy scoring rules when copying a folder prefs
7986
7987 2002-11-08 [colin]      0.8.5claws98
7988
7989         * src/folderview.c
7990                 Fixes in case of failure
7991         * src/filtering.[ch]    
7992                 Add function to duplicate a FilteringProp
7993         * src/matcher.[ch]
7994                 Add function to duplicate a MatcherProp
7995         * src/prefs_folder_item.c
7996                 Save folder's processing rules when copying 
7997                 its prefs
7998
7999 2002-11-08 [colin]      0.8.5claws97
8000         
8001         * src/folderview.c
8002                 Sort after move
8003         * src/folder.c 
8004                 Change a printf to debug_print
8005
8006 2002-11-08 [colin]      0.8.5claws96
8007
8008         * src/folder.c
8009           src/folderview.c
8010                 Fix segfaults, call me stupido
8011         
8012
8013 2002-11-08 [colin]      0.8.5claws95
8014
8015         *src/folder.c
8016                 Added forgotten prefs to save when moving folders
8017
8018 2002-11-08 [colin]      0.8.5claws94
8019
8020         * src/folder.c
8021                 Fixes to folder DND (prefs copy)
8022         * src/folderview.c
8023                 Optimization for folder DND (don't rescan whole tree)
8024                 Added folderview_create_folder_node() for this 
8025                 optimization, so de-duped a bit the code
8026         * src/prefs_folder_item.[ch]
8027                 Added prefs_folder_item_copy_prefs()    
8028           
8029 2002-11-08 [paul]       0.8.5claws93
8030
8031         * src/prefs_account.c
8032           tools/README
8033           tools/kmail2sylpheed_v2.pl
8034                 correct some typos
8035
8036 2002-11-08 [paul]       0.8.5claws92
8037
8038         * src/compose.c
8039           src/prefs_account.[ch]
8040                 remove account options 'clearsign' and 'ascii_armored',
8041                 replace with 'default_gnupg_mode' to prevent mixed-mode
8042                 Privacy settings
8043
8044 2002-11-08 [paul]       0.8.5claws91
8045
8046         * src/compose.[ch]
8047                 re-implement GnuPG 'on-the-fly' mode selection,
8048                 disallow mixed-mode
8049
8050 2002-11-08 [colin]      0.8.5claws90
8051
8052         * src/folderview.c
8053           src/prefs_folder_item.c
8054                 Change "Property" to "Properties"
8055
8056 2002-11-07 [colin]      0.8.5claws89
8057
8058         * src/folderview.c
8059           src/folder.c
8060                 Allow folder dropping to a root folder
8061
8062 2002-11-07 [paul]       0.8.5claws88
8063
8064         * src/compose.c
8065                 revert last commit
8066
8067 2002-11-07 [paul]       0.8.5claws87
8068
8069         * src/compose.c
8070                 fix reply-to-list bug. closes bug report
8071                 "[633382] reply-to-list broken in recent cvs"
8072
8073 2002-11-07 [paul]       0.8.5claws86
8074
8075         * src/compose.c
8076                 add a forgotten '#if USE_GPGME ... #endif'
8077
8078 2002-11-07 [paul]       0.8.5claws85
8079
8080         * sync with 0.8.5cvs20
8081                 see ChangeLog 2002-11-07
8082
8083 2002-11-07 [colin]      0.8.5claws84
8084
8085         * src/folder.[ch]
8086                 Change folder_item_move_to to return the newly 
8087                 created folderitem.
8088         * src/folderview.c
8089                 Select the new folderitem after moving.
8090
8091 2002-11-07 [colin]      0.8.5claws83
8092
8093         * src/prefs_filtering.c
8094                 Fix rule rewriting when moving a leaf folder to a 
8095                 shorter path
8096
8097 2002-11-07 [colin]      0.8.5claws82
8098
8099         * src/prefs_filtering.c
8100                 fix a leak
8101
8102 2002-11-07 [colin]      0.8.5claws81
8103
8104         * src/folder.[ch]
8105                 Add folder_item_move_to() function to move a 
8106                 folderitem into another one (updates matcher etc)
8107         * src/folderview.c
8108                 Add folder drag'n drop (context menu to come)
8109                 [Should be dataloss free, but Please backup before 
8110                  trying !]
8111
8112 2002-11-06 [colin]      0.8.5claws80
8113
8114         * src/mh.c
8115                 mh_create_folder() returns NULL if can't create
8116                 directory hierarchy
8117
8118 2002-11-06 [paul]       0.8.5claws79
8119
8120         * src/compose.[ch]
8121                 allow 'on-the-fly' changing of the type of encryption 
8122                 and/or signing used (mime/ascii) via the compose window
8123
8124 2002-11-06 [paul]       0.8.5claws78
8125
8126         * sync with 0.8.5cvs19
8127                 see ChangeLog 2002-11-06 for src/account.c: 
8128                 account_get_special_folder()
8129                 
8130 2002-11-05 [alfons]     0.8.5claws77
8131
8132         * src/crash.c
8133                 very minor cleanups: nothing to see here, move on. :-)
8134
8135 2002-11-05 [colin]      0.8.5claws76
8136
8137         * src/main.c
8138                 Changes choices if compose windows are opened to
8139                 Discard, Draft, Don't quit
8140
8141 2002-11-05 [thorsten]   0.8.5claws75
8142
8143         * src/compose.c
8144                 reenabled default_reply_to folder option
8145
8146 2002-11-05 [colin]      0.8.5claws74
8147
8148         * src/compose.[ch] 
8149                 add compose_draft()
8150         * src/crash.c
8151                 add SIGTERM handler
8152         * src/main.[ch]
8153                 add clean_quit() for the SIGTERM handler
8154
8155 2002-11-05 [paul]       0.8.5claws73
8156         
8157         * po/es.po
8158                 updated by Ricardo Mones Lastra
8159
8160 2002-11-05 [melvin]     0.8.5claws72
8161
8162         * src/logwindow.c
8163                 Fixed log-clipping bug #616795.
8164                 To stop logging in the log window use 0 length.
8165         * src/prefs_common.c
8166                 Added a label to inform about the 0 log length behaviour.
8167
8168 2002-11-05 [paul]       0.8.5claws71
8169
8170         * sync with 0.8.5cvs17
8171                 see ChangeLog 2002-11-05
8172
8173 2002-11-04 [paul]       0.8.5claws70
8174
8175         * sylpheed-128x128.png
8176           sylpheed-64x64.png
8177           sylpheed.png
8178                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8179                 <nikai@users.sourceforge.net>
8180                 
8181         * po/bg.po
8182                 updated by George Danchev
8183
8184 2002-11-03 [thorsten]   0.8.5claws69
8185
8186         * src/main.c
8187           src/mimeview.c
8188           src/rfc2015.h
8189                 add check if gpg is active
8190
8191 2002-11-03 [thorsten]   0.8.5claws68
8192
8193         * src/toolbar.h
8194                 removed GSList declaration causing trouble on MacOS-X
8195                 (submitted by alfons, reported by xfesty)
8196
8197 2002-11-01 [paul]       0.8.5claws67
8198
8199         * src/mainwindow.c
8200                 remove last remnants of main's filter code
8201
8202 2002-11-01 [paul]       0.8.5claws66
8203
8204         * tools/filter_conv.pl
8205                 fix bug where user-defined headers were ignored
8206
8207 2002-11-01 [paul]       0.8.5claws65
8208
8209         * src/logwindow.c
8210                 make a debug_print() not translatable
8211
8212 2002-10-31 [melvin]     0.8.5claws64
8213
8214         * ac/aspell.m4
8215                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8216                 not run any GNU/aspell test.  The dictionary path will
8217                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8218                 was given, in which case, it will be $prefix/lib/aspell/
8219         * configure.in
8220                 Fixed typo in commentary (Aspell code).
8221
8222 2002-10-31 [paul]       0.8.5claws63
8223
8224         * po/POTFILES.in
8225                 remove src/filter.c and src/prefs_filter.c
8226                 thanks to Ricardo for reminding me
8227
8228 2002-10-31 [colin]      0.8.5claws62
8229
8230         * src/mbox_folder.c
8231                 Plug some leaks
8232
8233 2002-10-31 [paul]       0.8.5claws61
8234
8235         * src/prefs_filter.[ch] ** REMOVED **
8236           src/filter.[ch]       ** REMOVED **
8237           
8238         * src/Makefile.am
8239           src/folderview.c
8240           src/inc.c
8241           src/main.c
8242           src/mainwindow.c
8243           src/mbox.c
8244           src/prefs_common.c
8245           src/prefs_filtering.c
8246           src/summaryview.[ch]
8247                 remove main's 'filter' code
8248                 
8249         README.claws
8250                 update to reflect removal of main's filter
8251
8252 2002-10-31 [paul]       0.8.5claws60
8253
8254         * src/summaryview.c
8255                 remove check for global_processing in summary_filter_open(). 
8256                 This fixes the bug where if the user uses the right-click 
8257                 'Create filter rule...' and doesn't have any filter rules 
8258                 already defined in claws' advanced filtering, the newly 
8259                 created filter rule goes to main's filtering which is 
8260                 inaccessible through the gui. Now the filter rule gets added
8261                 to claws' filtering by default.
8262
8263 2002-10-28 [melvin]     0.8.5claws59
8264
8265         * src/prefs_actions.c
8266                 Fixed bug #627322 where MIME parts were not always
8267                 correctly passed to a %p action
8268                 Display an error dialog when message filename is not found.
8269
8270 2002-10-28 [melvin]     0.8.5claws58
8271
8272         * src/prefs_common.c
8273                 Readded a missing function declaration lost in 0.8.3claws34
8274
8275 2002-10-28 [paul]       0.8.5claws57
8276
8277         * sync with 0.8.5cvs15
8278                 see ChangeLog 2002-10-28 and 2002-10-25
8279                 
8280         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8281
8282 2002-10-27 [oliver]     0.8.5claws56
8283
8284         * src/pop.c
8285                 plug leak in pop3_top_recv
8286
8287 2002-10-26 [christoph]  0.8.5claws55
8288
8289         * src/folder.c
8290                 set need_update folder flag when messages are added
8291                 (closes bug [ 626922 ] folder not updated after receiving)
8292
8293 2002-10-25 [melvin]     0.8.5claws54
8294
8295         * src/imageview.c
8296                 Fixed a memleak introduced in the scaling code.
8297
8298 2002-10-24 [alfons]     0.8.5claws53
8299
8300         * src/filtering.c
8301                 make filtering's forward message action forward from the 
8302                 correct account
8303                 (closes bug [628089 ] Filter -> Forward from address problem
8304                 reported by Oktay)
8305
8306 2002-10-24 [christoph]  0.8.5claws52
8307
8308         * src/mainwindow.c
8309         * src/manual.[ch]
8310                 o use manual of current locale or english if current
8311                   locale is not available (and english is available)
8312                 o also link to sylpheed doc project manuals
8313
8314 2002-10-23 [paul]       0.8.5claws51
8315
8316         * tools/README
8317           tools/kmail2sylpheed_v2.pl
8318                 add new version of kmail addressbook importer script.
8319                 works with newer versions of Kmail/KAddressBook which
8320                 have new and rearranged data.
8321
8322 2002-10-23 [martin]     0.8.5claws50
8323
8324         * src/folderview.c
8325         * src/summaryview.c
8326         * src/utils.h
8327         * src/utils.c
8328                 added length parameter to get_abbrev_newsgroup_name()
8329                 changed this function so that it abbreviates the newsgroup
8330                 names only so long it is smaller than the length parameter
8331                 (for better reading of some newsgroup names and space efficiency)
8332
8333 2002-10-22 [colin]      0.8.5claws49
8334
8335         *src/foldersel.c
8336                 Revert Alfons' last modification (after voting ;-))
8337
8338 2002-10-21 [alfons]     0.8.5claws48
8339
8340         * src/foldersel.c
8341                 folder view in folder selection dialog reflects state of
8342                 folder view in main window
8343
8344 2002-10-18 [alfons]     0.8.5claws47
8345
8346         * src/mbox.c
8347                 drop imported messages in folder selected by user,
8348                 and not in the inbox
8349                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8350
8351 2002-10-18 [alfons]     0.8.5claws46
8352
8353         * src/compose.c
8354                 make automagic reply work correctly for email accounts 
8355                 (whether it's viable to do a full sync with Hiro's 
8356                 compose.c is still under discussion)
8357
8358 2002-10-18 [melvin]     0.8.5claws45
8359
8360         * src/prefs_actions.c
8361                 Fixed bug #622275 where asynchroneous actions left 
8362                 zombies processes
8363                 Made (synchroneous) actions' input be displayed live.
8364
8365 2002-10-18 [christoph]  0.8.5claws44
8366
8367         * src/textview.c
8368                 don't add a newline in the textview in front of the
8369                 first textpart if header display is disabled
8370                 (closes bug [ 603385 ] disabled header display leaves blank
8371                  lin)
8372
8373 2002-10-18 [christoph]  0.8.5claws43
8374
8375         * src/folder.[ch]
8376         * src/imap.c
8377         * src/mbox_folder.c
8378         * src/mh.c
8379         * src/news.c
8380                 folder->get_num_list now returns an error code
8381                 (closes bug [ 609424 ] News cache cleared on failure)
8382                 
8383 2002-10-17 [colin]      0.8.5claws42
8384         
8385         * src/news.c
8386                 Changed a printf by debug_print
8387
8388 2002-10-16 [paul]       
8389
8390         * tools/OOo2sylpheed.pl
8391                 allow for spaces in the name of the
8392                 file to be attached.
8393
8394 2002-10-16 [colin]      0.8.5claws41
8395
8396         * src/main.c
8397                 Use a tristate to change online mode
8398
8399 2002-10-16 [paul]       0.8.5claws40
8400
8401         * po/es.po
8402                 updated by Ricardo Mones Lastra
8403
8404 2002-10-16 [colin]      0.8.5claws39
8405
8406         * src/main.c
8407           src/mainwindow.[ch]
8408                 Added --online and --offline command-line
8409                 switches
8410
8411 2002-10-15 [christoph]  0.8.5claws38
8412
8413         * src/procmime.c
8414                 set mimeinfo->name to NULL after g_free to
8415                 avoid double freeing with g_free
8416
8417 2002-10-14 [christoph]  0.8.5claws37
8418
8419         * src/compose.c
8420         * src/filtering.c
8421         * src/summaryview.c
8422                 remove calls to folder->change_flags that are now
8423                 done by procmsg flag functions (seems it is not
8424                 used by any foldertype anyway)
8425         * src/folder.c
8426                 init folder->change_flags with NULL
8427
8428 2002-10-14 [christoph]  0.8.5claws36
8429
8430         * src/folder.[ch]
8431         * src/imap.[ch]
8432                 use virtual functions for folder item new and destroy
8433                 functions
8434
8435 2002-10-14 [melvin]     0.8.5claws35
8436
8437         * src/compose.c
8438                 Added a test to not run the spell checker if no default
8439                 dictionary is available. No dialog is displayed though.
8440
8441 2002-10-14 [melvin]     0.8.5claws34
8442
8443         * src/gtkaspell.c
8444                 Fixed bug in dictionary list context menu where
8445                 "More..." pointed to an emtpy submenu if the
8446                 number of dictionaries is a multiple of 15
8447                 Removed unneeded code in suggestions list creation
8448
8449 2002-10-14 [paul]       0.8.5claws33
8450
8451         * po/bg.po
8452                 updated by George Danchev
8453
8454 2002-10-13 [hoa]        0.8.5claws32
8455
8456         * src/matcher.[ch]
8457           src/matcher_parser_parser.y
8458                 removed the escaped string from internal structure
8459                 of matcher.
8460
8461 2002-10-12 [colin]      0.8.5claws31
8462
8463         * src/gtksctree.[ch]
8464           src/summaryview.c
8465                 Removed useless function gtksctree_reanchor
8466
8467 2002-10-12 [alfons]     0.8.5claws30
8468         
8469         * sync with remaining main changes 2002-10-09 - 2002-10-11
8470         - drop changes to src/compose.c (requires claws specific changes)
8471         
8472 2002-10-12 [alfons]     0.8.5claws29
8473         
8474         * sync with main changes of 2002-10-08
8475         - drop changes to src/compose.c (requires claws specific changes)
8476         - drop changes to src/summaryview.c (requires changes to compose.c)     
8477
8478 2002-10-12 [alfons]     0.8.5claws28
8479         
8480         * sync with main changes of 2002-10-07
8481
8482 2002-10-12 [alfons]     0.8.5claws27
8483
8484         * sync with main changes of 2002-10-04
8485         - drop changes to src/compose.c (requires claws specific changes)
8486         - drop changes to src/prefs_folder_item.c (claws implementation
8487           seems to be working)
8488
8489 2002-10-12 [colin]      0.8.5claws26
8490
8491         * src/mainwindow.c
8492                 Fix folder-flicker when space-reading, introduced 
8493                 in claws22.
8494
8495 2002-10-12 [colin]      0.8.5claws25
8496
8497         * src/compose.c
8498                 Save account address when saving as draft.
8499                 (closes bug 621838)
8500
8501 2002-10-12 [colin]      0.8.5claws24
8502
8503         * src/summaryview.c
8504                 Fix the problem consisting of no message selected
8505                 after the last message in a folder has been moved.
8506
8507 2002-10-12 [paul]       0.8.5claws23
8508
8509         * src/compose.c
8510           src/prefs_template.c
8511           src/template.[ch]
8512                 add Cc and Bcc to templates. Patch submitted by
8513                 John L. Males.
8514
8515 2002-10-12 [colin]      0.8.5claws22
8516
8517         * src/folderview.c
8518                 Fix a bug after "Check for new messages":
8519                 If a folder was opened, it was still selected at
8520                 the end of the check, but displayed empty.
8521         * src/mainwindow.c
8522                 Remove unnecessary check
8523
8524 2002-10-12 [paul]
8525
8526         * tools/README
8527                 be more verbose in the description of
8528                 OOo2sylpheed.pl
8529                 
8530
8531 2002-10-11 [colin]      0.8.5claws21
8532
8533         * src/mainwindow.c
8534                 Make space work (better) when no mail is selected
8535
8536 2002-10-11 [colin]      0.8.5claws20
8537
8538         * src/inc.c
8539           src/news.c
8540                 fix warnings
8541
8542 2002-10-11 [colin]      0.8.5claws19
8543
8544         * src/mainwindow.c
8545                 revert 0.8.5claws6 changes as i couldn't get to
8546                 anything satisfying
8547
8548 2002-10-11 [melvin]     0.8.5claws18
8549
8550         * src/compose.c
8551                 Removed buggy and unused macro (should have been committed in
8552                 0.8.5claws17)
8553
8554 2002-10-11 [melvin]     0.8.5claws17
8555
8556         * src/compose.c
8557                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8558
8559 2002-10-11 [thorsten]   0.8.5claws16 
8560
8561         * src/folderview.c
8562                 remove rescan warning
8563
8564 2002-10-11 [colin]      0.8.5claws15 
8565
8566         * src/procheader.c
8567                 fix a segfault that happens if conv_unmime_header
8568                 fails (should be better to find out why it fails)
8569
8570 2002-10-11 [christoph]  0.8.5claws14
8571
8572         * src/summaryview.c
8573                 update folderview stats after ignore/unignore thread
8574
8575 2002-10-11 [hoa]        0.8.5claws13
8576
8577         * src/quote_fmt_parse.y
8578                 Fixed a yacc/bison syntax error
8579         * src/matcher.c
8580                 Escaping of string is fixed.
8581
8582 2002-10-11 [colin]      0.8.5claws12
8583
8584         * src/imageview.c
8585                 Resize images to fit
8586
8587 2002-10-11 [paul]       0.8.5claws11
8588
8589         * po/es.po
8590                 updated by Ricardo Mones Lastra
8591
8592 2002-10-10 [alfons]     0.8.5claws10
8593
8594         * src/compose.c
8595                 allow dropping files by "moving" files from a file manager,
8596                 not only by the more cumbersome "copying". the latter 
8597                 mostly implies holding down the Control button
8598
8599 2002-10-10 [christoph]  0.8.5claws9
8600
8601         * src/summaryview.c
8602                 update folders after thread building for ignored threads
8603
8604 2002-10-10 [christoph]  0.8.5claws8
8605
8606         * config/.cvsignore
8607                 added Makefile
8608         * src/filtering.[ch]
8609         * src/folder.[ch]
8610         * src/folderview.[ch]
8611         * src/import.c
8612         * src/inc.[ch]
8613         * src/mbox.[ch]
8614         * src/procmsg.c
8615         * src/summaryview.[ch]
8616                 o added new flag need_update to FolderItem
8617                 o removed folder_table from various functions from tracking
8618                   folder updates
8619                 o set need_update flags in folder.c's move, copy and delete
8620                   functions and procmsg's flags functions
8621                 o added function folderview_update_items_when_required that
8622                   updates all folders with need_update set
8623                 o call folderview_update_items_when_required instead of
8624                   folderview_update_item_foreach
8625
8626 2002-10-09 [sergey]     0.8.5claws7
8627
8628         * src/compose.c
8629                 Strip CRs whel loading the text into editor in reedit mode.
8630
8631 2002-10-09 [colin]      0.8.5claws6
8632
8633         * src/mainwindow.c
8634                 Make Space work when no mail is selected
8635
8636 2002-10-09 [colin]      0.8.5claws5
8637
8638         * src/gtksctree.[ch]
8639                 Fix range_select
8640                 Add gtk_sctree_reanchor() 
8641         * src/summaryview.c
8642                 Use gtk_sctree_reanchor() - better fix for 
8643                 bug 60413
8644
8645 2002-10-09 [colin]      0.8.5claws4
8646
8647         * src/summaryview.c
8648                 Fix shift-click select after delete problem
8649                 (closes bug 60413)
8650
8651 2002-10-08 [thorsten]   0.8.5claws3
8652
8653         * src/summaryview.c
8654                 exclude current msg from -hide read messages-
8655
8656 2002-10-08 [colin]      0.8.5claws2
8657
8658         * src/inc.[ch]
8659           src/pop.c
8660           src/recv.c
8661                 Differentiate socket errors from disk full
8662                 errors
8663
8664 2002-10-08 [christoph]  0.8.5claws1
8665
8666         * Makefile.am
8667         * configure.in
8668                 modifications for new config directory
8669
8670         * config.guess  ** REMOVED **
8671         * config.sub    ** REMOVED **
8672         * install-sh    ** REMOVED **
8673         * ltmain.sh     ** REMOVED **
8674         * missing       ** REMOVED **
8675         * mkinstalldirs ** REMOVED **
8676                 these files are autogenerated by automake
8677                 when you run autogen.sh
8678
8679         * config/.cvsignore     ** NEW FILE **
8680         * config/Makefile.am    ** NEW FILE **
8681                 ignore autogenerated files
8682                 create a Makefile in this directory
8683
8684 2002-10-08 [paul]       0.8.5claws
8685
8686         * 0.8.5claws release
8687         
8688         * src/compose.c
8689           src/procheader.c
8690           src/procmsg.c
8691                 fix quote reply format for newsgroups reply bug
8692                 (thanks to Hoa)
8693                 
8694         * po/en_GB.po
8695           po/pl.po
8696                 updated by me and Witold Wladyslaw Wojciech Wilk
8697                 repectively
8698
8699 2002-10-07 [paul]       0.8.3claws53
8700
8701         * po/it.po
8702           po/pt_BR.po
8703           po/sr.po
8704                 updated messages catalogs, submitted by
8705                 Alessandro Maestri, Fabio Jr.Beneditto 
8706                 and Urke MMI, respectively.
8707
8708 2002-10-07 [christoph]  0.8.3claws52
8709
8710         * src/folder.[ch]
8711         * src/folderview.c
8712         * src/mainwindow.c
8713                 fix new folder ghost message bug
8714                 (closes bug [ 619722 ] wrong count for newly created folders)
8715
8716 2002-10-07 [christoph]  0.8.3claws51
8717
8718         * src/compose.c
8719                 fix news posting problem
8720
8721 2002-10-07 [melvin]     0.8.3claws50
8722
8723         * po/fr.po
8724                 Updated French translation
8725
8726 2002-10-05 [christoph]  0.8.3claws49
8727
8728         * src/gtkstext.c
8729                 check if line_start_cache is set in gtk_stext_update_text
8730                 (closes bug [ 618119 ] crash while doing search in folder)
8731
8732 2002-10-05 [christoph]  0.8.3claws48
8733
8734         * src/imap.c
8735         * src/news.c
8736         * src/utils.c
8737         * src/utils.h
8738                 implement cache cleanups for claws' folder system
8739                 (closes bug [ 595916 ] imapcache not cleaned up)
8740
8741 2002-10-05 [melvin]     0.8.3claws47
8742
8743         * src/prefs_actions.c
8744                 Made the help text more clear for the %p token
8745
8746 2002-10-04 [paul]       0.8.3claws46
8747
8748         * sync with 0.8.5
8749                 see ChangeLog 2002-10-02 and 2002-10-03
8750
8751 2002-10-04 [christoph]  0.8.3claws45
8752
8753         * src/inc.c
8754                 fix segfault caused by pop before smtp
8755                 call to inc_account_mail with NULL
8756                 pointer for mainwin
8757
8758 2002-10-04 [paul]       0.8.3claws44
8759
8760         * configure.in
8761                 sync the LDAP detection from 0.8.5cvs1
8762
8763 2002-10-02 [christoph]  0.8.3claws43
8764
8765         * po/de.po
8766                 fix small spelling error
8767
8768 2002-10-02 [melvin]     0.8.3claws42
8769
8770         * ac/aspell.m4
8771                 Behave better and say "no" when test program cannot be run.
8772
8773 2002-10-02 [paul]       0.8.3claws41
8774
8775         * sync with 0.8.4cvs1
8776                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8777                 
8778         * src/summaryview.c
8779                 toggle the behavior of Reply menuitem between
8780                 normal reply and reply-to-list
8781
8782 2002-10-01 [sergey]     0.8.3claws40
8783
8784         * src/compose.c
8785                 Convert newlines in the message text to the canonical form
8786                 before base64 encoding (RFC2045 compliance, fixes some
8787                 interoperability issues with Evolution 1.0.3)
8788
8789 2002-09-29 [colin]      0.8.3claws39
8790
8791         * src/summaryview.c
8792                 Fix an unwanted copy/paste
8793
8794 2002-09-29 [colin]      0.8.3claws38
8795
8796         * src/mainwindow.c
8797                 Renamed "Custom toolbar" to "Customize toolbar"
8798                 Renamed "Show all header" to "Show all headers"
8799                 Renamed "Set diplay item" to "Set displayed items"
8800         * src/prefs_common.c
8801                 Renamed "Show all header" to "Show all headers"
8802         * src/prefs_summary_column.c
8803                 Renamed "diplay item" to "displayed items"
8804
8805 2002-09-29 [colin]      0.8.3claws37
8806
8807         * src/mainwindow.[ch]
8808                 online/offline status pixmaps follow theme
8809                 changes
8810         * src/summaryview.[ch]
8811                 quicksearch pixmap follows theme changes
8812
8813 2002-09-29 [thorsten]   0.8.3claws36
8814
8815         * src/compose.c
8816           src/prefs_folder_item.[ch]
8817                 add default_reply_to folder option (closes patch 581044)
8818
8819 2002-09-29 [christoph]  0.8.3claws35
8820
8821         * acconfig.h    ** REMOVED **
8822         * configure.in
8823         * ac/aspell.m4
8824         * ac/check-type.m4
8825         * ac/gnupg-check-typedef.m4
8826                 fix autoheader 2.50 warning
8827
8828 2002-09-29 [christoph]  0.8.3claws34
8829
8830         * major code cleanup (part 2)
8831         
8832                 - unused variables removed
8833                 - unused functions removed
8834                 - uninitialized variables checked
8835                 - missing return statements added
8836                 - missing function return types added
8837                 - added parentheses around assignment
8838                   when suggested by gcc
8839
8840 2002-09-29 [alfons]     0.8.3claws33
8841
8842         * src/logwindow.c
8843                 log_window_clear(): only bracket gtk_text_forward_delete() 
8844                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8845                 works around GTK text bug)
8846
8847 2002-09-29 [paul]       0.8.3claws32
8848
8849         * po/bg.po
8850           po/sr.po
8851                 updated by George Danchev and Urke MMI
8852                 respectively
8853
8854 2002-09-27 [christoph]  0.8.3claws31
8855
8856         * doc-src/readme.txt
8857         * doc-src/rfc1806.txt   ** REMOVED **
8858         * doc-src/rfc2183.txt   ** NEW FILE **
8859         * doc-src/rfc2980.txt   ** NEW FILE **
8860                 update rfcs
8861
8862 2002-09-27 [melvin]     0.8.3claws30
8863
8864         * ac/aspell.m4
8865                 Fixed typo which could break linking
8866
8867 2002-09-27 [melvin]     0.8.3claws29
8868
8869         * ac/aspell.m4
8870                 Improved GNU/aspell checking. 
8871                 Fixed bug #614490
8872
8873 2002-09-27 [paul]       0.8.3claws28
8874
8875         * sync with 0.8.3cvs8
8876                 see ChangeLog 2002-09-27
8877
8878 2002-09-26 [colin]      0.8.3claws27
8879
8880         * src/toolbar.[ch]
8881           src/mainwindow.[ch]
8882                 Add "Reply to Mailing-list" to the toolbar
8883
8884 2002-09-26 [christoph]  0.8.3claws26
8885
8886         * src/summaryview.c
8887                 Fix wrong message counts in summaryview status
8888
8889 2002-09-26 [paul]       0.8.3claws25
8890
8891         * sync with 0.8.3cvs7
8892                 see ChangeLog 2002-09-26
8893
8894 2002-09-26 [paul]       0.8.3claws24
8895
8896         * sync with 0.8.3cvs6
8897                 see ChangeLog 2002-09-25
8898
8899 2002-09-25 [christoph]  0.8.3claws23
8900
8901         * src/prefs_common.c
8902         * src/prefs_folder_item.c
8903         * src/prefs_scoring.c
8904                 Renamed "kill score" to "hide score" in GUI
8905                 and prefs files
8906
8907 2002-09-25 [paul]       0.8.3claws22
8908
8909         * sync with 0.8.3cvs5
8910                 see ChangeLog 2002-09-24
8911
8912 2002-09-24 [alfons]     0.8.3claws21
8913
8914         patch by Satoshi Nagayasu: allows appending / saving multiple 
8915         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8916         'Save as ...'")
8917
8918         * AUTHORS
8919                 add Satoshi Nagayasu
8920         * src/summaryview.c
8921                 summary_save_as(): allow saving selected files to
8922                 one file
8923                 summary_set_menu_sensitive: enable "Save As..." when
8924                 multiple files are selected
8925         * src/utils.[ch]
8926                 append_file(): new function
8927
8928 2002-09-24 [colin]      0.8.3claws20
8929
8930         * src/procmime.c
8931                 Fix segfault when mimeinfo doesn't have a 
8932                 content_type. 
8933
8934 2002-09-24 [colin]      0.8.3claws19
8935
8936         * src/prefs_common.[ch]
8937                 Add a preference to display send dialog or not
8938         * src/send.c
8939                 Display send dialog according to preference
8940
8941 2002-09-24 [colin]      0.8.3claws18
8942
8943         * src/compose.[ch]
8944                 Disable user actions when sending
8945
8946 2002-09-24 [colin]      0.8.3claws17
8947
8948         * src/procmime.c
8949                 Do not display name or filename for attachments
8950                 with an application/pgp-signature type
8951                 (security flaw, see bug 537413)
8952
8953 2002-09-23 [colin]      0.8.3claws16
8954
8955         * src/editaddress.c
8956                 Initialize entry_email, entry_alias and 
8957                 entry_remarks to first email address of the list
8958
8959 2002-09-23 [colin]      0.83claws15
8960
8961         * src/compose.c
8962                 Drop pgp-signature when reediting a signed queued
8963                 message
8964
8965 2002-09-23 [melvin]     0.8.3claws14
8966
8967         * po/fr.po
8968                 Updated French translation
8969
8970 2002-09-23 [melvin]     0.8.3claws13
8971
8972         * src/mainwindow.c
8973                 Made custom toolbar menu labels more consistent
8974         * src/prefs_toolbar.c
8975                 Made custom toolbar window title more consistent
8976
8977 2002-09-22 [colin]      0.8.3claws12
8978
8979         * src/inc.c
8980                 Initialize session type to normal before getting 
8981                 mail (fixes strange Get behaviour)
8982         * src/prefs_account.h
8983                 Move STYPE_POP_BEFORE_SMTP to last position to 
8984                 avoid other side-effects
8985
8986 2002-09-22 [colin]      0.8.3claws11
8987
8988         * src/prefs_account.c
8989                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8990                 from pop3 to apop or vice-versa
8991
8992 2002-09-22 [colin]      0.8.3claws10
8993         
8994         * src/prefs_account.[ch]
8995                 Add an option for the POP before SMTP timeout
8996         * src/inc.c
8997                 Remember time of last POP connection
8998         * src/send.c
8999                 Do POP before SMTP only if timeout reached
9000
9001 2002-09-22 [oliver]     0.8.3claws9
9002         
9003         * README.claws
9004                 explain custom toolbar
9005
9006 2002-09-22 [oliver]     0.8.3claws8
9007
9008         * src/prefs_actions.[ch]
9009         custom toolbar for compose      
9010                 actions callback from compose toolbar
9011         * src/folderview.c
9012                 remove include toolbar.h
9013
9014 2002-09-22 [oliver]     0.8.3claws7
9015         
9016         * src/prefs_toolbar.[ch]
9017                 custom toolbar for compose
9018                 - generic prefs_toolbar handles both
9019                   Mainwin's toolbar as well as Compose toolbar          
9020
9021 2002-09-22 [oliver]     0.8.3claws6
9022         
9023         * src/toolbar.[ch]
9024                 custom toolbar for compose
9025                 restructure toolbar.[ch]
9026
9027 2002-09-22 [oliver]     0.8.3claws5
9028
9029         * src/compose.[ch]
9030                 custom toolbar for compose
9031
9032 2002-09-22 [oliver]     0.8.3claws4
9033         
9034         * src/mainwindow.[ch]
9035                 custom toolbar for compose 
9036                 move mainwin toolbar back to mainwindow
9037
9038 2002-09-22 [alfons]     0.8.3claws3
9039
9040         * src/procmsg.c
9041                 :%sno/if(/if (/gc
9042                 :%sno/for(/for (/gc
9043                 (beautify)
9044
9045 2002-09-22 [alfons]     0.8.3claws2
9046         
9047         * src/procmsg.c
9048                 procmsg_save_to_outbox(): don't unlink message file from queue;
9049                 callers should do it using folder_item_remove_msg()
9050
9051 2002-09-22 [colin]      0.8.3claws1
9052
9053         * src/mimeview.[ch]
9054                 Made mimeview_check_signature() public
9055         * src/textview.c
9056                 Made GPG signatures verifiable by clicking
9057                 the [application/pgp-signature] in the Text
9058                 view
9059
9060 2002-09-22 [paul]       0.8.3claws
9061
9062         * po/bg.po
9063           po/en_GB.po
9064           po/es.po
9065           po/it.po
9066           po/pl.po
9067           po/pt_BR.po
9068           po/sr.po
9069                 updated translations, submitted by George Danchev,
9070                 me, Ricardo Mones Lastra, Alessandro Maestri,
9071                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9072                 and Urke MMI, respectively.     
9073
9074 2002-09-22 [alfons]     0.8.2claws65
9075
9076         * src/procmsg.c
9077         * src/pgptext.c
9078                 no furry valgrinds have been used to plug these memleaks
9079
9080 2002-09-20 [paul]       0.8.2claws64
9081
9082         * sync with 0.8.3cvs4
9083                 'Select thread' re-implemented 
9084                 see ChangeLog 2002-09-20
9085
9086 2002-09-21 [alfons]     0.8.2claws63
9087
9088         * src/compose.c
9089                 compose_send(): plug unnoticed memleak
9090
9091 2002-09-20 [alfons]     0.8.2claws62
9092
9093         * src/addr_compl.c
9094                 replace_address_in_edit(): strict check for NULL address to
9095                 fix "[ 607348 ] Segfault in address completion". My guess is
9096                 that this happens with an empty address book, but it's good
9097                 to have this check here anyway
9098                 
9099                 completion_window_button_press(): free string returned 
9100                 from the internal cache
9101
9102 2002-09-20 [christoph]  0.8.2claws61
9103
9104         * src/procmime.h
9105                 added ENC_BINARY to EncodingType
9106         * src/procmime.c
9107                 the string returned by procmime_get_encoding_str
9108                 should not depend on the order of values in the
9109                 EncodingType definition
9110         * doc-src/rfc1806.txt   ** NEW FILE **
9111                 Added rfc1806 about MIME Content-Disposition
9112                 Extension
9113
9114 2002-09-19 [paul]       0.8.2claws60
9115
9116         * sync with 0.8.2cvs3
9117                 see ChangeLog 2002-09-19
9118
9119 2002-09-19 [paul]       0.8.2claws59
9120
9121         * src/prefs_folder_item.c
9122                 revert to Darko's original alignment of colour
9123                 selector button
9124                 add a colon to folder_color label
9125                 
9126         * src/compose.c
9127                 add Colin's patch (with Hiro's modifications) to 
9128                 force BASE64 encoding for 8-bit text when signing
9129                 (sync with 0.8.3cvs2)
9130
9131 2002-09-18 [alfons]     0.8.2claws58
9132
9133         * src/compose.c
9134                 :%sno/if(/if (/gc
9135                 :%sno/for(/for (/gc
9136                 (beautify a little bit)
9137
9138 2002-09-18 [christoph]  0.8.2claws57
9139
9140         * src/pine.c
9141                 fix handling of fgetc return value
9142
9143 2002-09-17 [alfons]     0.8.2claws56
9144         
9145         * src/summaryview.c
9146                 summary_sort(): check non-NULL summaryview->folder_item when no 
9147                 folder is selected at all
9148                 (closes "[ 610344 ] sort label make syl Crash")
9149
9150 2002-09-17 [alfons]     0.8.2claws55
9151         
9152         * src/compose.c
9153                 beautify a little bit
9154
9155 2002-09-17 [christoph]  0.8.2claws54
9156
9157         * src/folder.c
9158                 initialize max values for cache and folder
9159                 when cache or folder is empty
9160
9161 2002-09-15 [colin]      0.8.2claws53
9162
9163         * src/compose.c
9164                 Fix a leak (thanks Alfons!) and cleaned
9165                 variables names for custom headers
9166
9167 2002-09-15 [colin]      0.8.2claws52
9168
9169         * src/compose.c
9170                 Fix custom headers recognition when
9171                 prefs_common.trans_hdr is on
9172
9173 2002-09-15 [colin]      0.8.2claws51
9174
9175         * src/compose.c
9176                 Allow dynamically-added custom headers
9177                 Yet not reparsed if reedited
9178
9179 2002-09-15 [alfons]     0.8.2claws50
9180
9181         * src/prefs_account.c
9182                 fix warnings
9183
9184 2002-09-15 [colin]      0.8.2claws49
9185         
9186         * src/prefs_account.c
9187                 fix pop_before_smtp sensitivity
9188
9189 2002-09-15 [colin]      0.8.2claws48
9190
9191         * src/inc.[ch]
9192                 add inc_pop_before_smtp()
9193                 allow MainWindow to be undefined in 
9194                 inc_account_mail() and inc_start()
9195         * src/pop.c
9196           src/prefs_account.h
9197                 add STYPE_POP_BEFORE_SMTP session type
9198         * src/prefs_account.c
9199                 activated pop before smtp option
9200         * src/send.c
9201                 do pop before smtp if the relevant option 
9202                 is set
9203
9204 2002-09-15 [paul]       0.8.2claws47
9205
9206         * sync with 0.8.3
9207                 see ChangeLog 2002-09-15
9208
9209 2002-09-14 [paul]       0.8.2claws46
9210
9211         * po/bg.po
9212                 updated Bulgarian translation, submitted by
9213                 George Danchev
9214
9215 2002-09-13 [paul]       0.8.2claws45
9216
9217         * src/compose.c
9218                 merge claws' select_account() with main's
9219                 (new) compose_select_account(). [sync with
9220                 0.8.2cvs15, see ChangeLog 2002-09-11]
9221
9222 2002-09-12 [christoph]  0.8.2claws44
9223
9224         * src/filter.c
9225                 allocate 1 elements of FolderItem not 0
9226
9227 2002-09-12 [colin]      0.8.2claws43
9228
9229         * src/compose.c
9230                 Fix bug #590825 (obey Follow-up: poster)
9231
9232 2002-09-12 [colin]      0.8.2claws42
9233
9234         * src/procmime.c
9235                 Fix bug #557009 (wrong headers for messages 
9236                 forwarded as attachments)
9237
9238 2002-09-11 [colin]      0.8.2claws41
9239         
9240         * src/compose.c
9241                 Put SCF: pseudo-header on top of message
9242                 Set draft tmp_flag when saved as draft
9243
9244         * src/procmsg.c
9245           src/procheader.c
9246                 Skip after first \n\n for beginning of real message
9247                 for drafts too
9248
9249 2002-09-11 [christoph]  0.8.2claws40
9250
9251         * src/filtering.c
9252                 use procmsg flag functions in filtering or processing
9253                 will cause incorrect folder message counts
9254
9255 2002-09-11 [colin]      0.8.2claws39
9256
9257         * src/compose.c
9258                 Fix bug #550175 - wrong save folder when reediting
9259                 drafts
9260
9261 2002-09-11 [paul]       0.8.2claws38
9262
9263         * sync with 0.8.2cvs14
9264                 see ChangeLog 2002-09-11
9265
9266 2002-09-11 [colin]      0.8.2claws37
9267
9268         * src/folder.c
9269                 Fix a typo (seeming to cause new/unread status to
9270                 be lost)
9271
9272 2002-09-10 [christoph]  0.8.2claws36
9273
9274         * src/compose.c
9275                 compose_redirect should not use compose_generic_new
9276                 because that does more stuff than expected including
9277                 opening the external editor
9278                 (closes bug "[ 526608 ] bounced messages appear blank
9279                  in editor")
9280
9281 2002-09-10 [christoph]  0.8.2claws35
9282
9283         * src/folder.c
9284                 fix problem with too large message number range
9285                 causing a crash in folder_item_scan
9286
9287 2002-09-10 [paul]       0.8.2claws34
9288
9289         * sync with 0.8.2cvs13
9290                 see ChangeLog 2002-09-10
9291
9292 2002-09-10 [christoph]  0.8.2claws33
9293
9294         * src/msgcache.c
9295                 set MsgInfo TmpFlags for queue and draft folders
9296                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9297
9298 2002-09-10 [paul]       0.8.2claws32
9299
9300         * AUTHORS
9301           po/bg.po      ** NEW FILE **
9302                 new Bulgarian translation submitted by
9303                 George Danchev <danchev@spnet.net>
9304                 
9305         * tools/Makefile.am
9306           tools/README
9307           tools/tb2sylpheed     ** NEW FILE **
9308                 add script that converts an addressbook exported
9309                 from The Bat! into a Sylpheed addressbook. Submitted
9310                 by Urke MMI <urke-kg@eunet.yu>
9311
9312 2002-09-10 [paul]       0.8.2claws31
9313
9314         * sync with 0.8.2cvs12
9315                 see ChangeLog 2002-09-10
9316
9317 2002-09-06 [paul]       0.8.2claws30
9318
9319         * src/prefs_common.c
9320                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9321                 
9322         * tools/Makefile.am
9323           tools/README
9324           tools/ldif-to-xml.py  ** REMOVED **
9325                 remove obsolete python script
9326
9327 2002-09-06 [paul]       0.8.2claws29
9328
9329         * sync with 0.8.2cvs10
9330                 see ChangeLog 2002-09-06
9331
9332 2002-09-04 [paul]       0.8.2claws28
9333
9334         * sync with 0.8.2cvs9
9335                 see ChangeLog 2002-08-04
9336
9337 2002-09-04 [colin]      0.8.2claws27 
9338
9339         * src/prefs_common.[ch]
9340                 Added signature color configuration
9341         * src/textview.c
9342                 Use user-specified signature color
9343
9344 2002-09-03 [colin]      0.8.2claws26
9345
9346         * src/prefs_common.[ch]
9347                 Added autosave and autosave_length prefs
9348         * src/compose.c
9349                 Added compose_remove_draft()
9350                 Auto-save drafts according to the prefs
9351         * src/main.c
9352                 Added a crash-indicator file, allowing to check
9353                 for new messages on startup if Sylpheed crashed
9354                 (makes saved drafts "reappear")
9355
9356 2002-09-03 [colin]      0.8.2claws25
9357
9358         * src/textview.[ch]
9359                 Grey the signature
9360
9361 2002-09-03 [paul]       0.8.2claws24
9362
9363         * sync with 0.8.2cvs8
9364                 see ChangeLog 2002-09-02 and 2002-09-03
9365
9366 2002-09-03 [darko]      0.8.2claws23
9367
9368         * src/folderview.c
9369                 use normal style when creating new folder to pick
9370                 proper font size 
9371
9372 2002-09-02 [melvin]     0.8.2claws22
9373
9374         * src/gtkaspell.m4
9375                 removed some obsolete code
9376
9377 2002-09-02 [melvin]     0.8.2claws21
9378
9379         * ac/aspell.m4
9380                 fixed test's equality sign (== to =)
9381
9382 2002-09-02 [alfons]     0.8.2claws20
9383
9384         * src/folder.c
9385         * src/mh.c
9386                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9387                 as folder->destroy virtual as suggested by Hiro
9388                 (the mh.c code seems to have been lost around mh.c.1.21)
9389
9390 2002-09-02 [paul]       0.8.2claws19
9391
9392         * po/pt_BR.po
9393                 updated by Fabio Jr. Beneditto
9394                 
9395         * src/defs.h
9396                 use 'http://claws.sylpheed.org' for homepage link. 
9397                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9398
9399 2002-09-01 [alfons]     0.8.2claws18
9400
9401         * src/mh.c
9402                 plug memleak related to one Martin Kluge found
9403
9404 2002-08-31 [paul]       0.8.2claws17
9405
9406         * sync with 0.8.2cvs6
9407                 see ChangeLog 2002-08-30
9408
9409 2002-08-31 [alfons]     0.8.2claws16
9410
9411         * src/folder.c
9412                 folder_destroy(): remove mailbox from folderlist even if it has
9413                 no destroy virtual
9414
9415 2002-08-31 [alfons]     0.8.2claws15
9416
9417         * src/folder.c
9418                 :%sno/if(/if (/gc
9419                 :%sno/for(/for (/gc
9420                 (being pedantic I know)
9421
9422 2002-08-31 [alfons]     0.8.2claws14
9423
9424         * src/folder.c
9425                 check for NULL pointers returned from folder->fetch_msginfo virtual
9426                 (should solve some reported crashes)
9427
9428 2002-08-30 [alfons]     0.8.2claws13
9429
9430         * acconfig.h
9431         * configure.in
9432         * src/crash.c
9433                 enable crash dialog on compilation time
9434                 (--enable-crash-dialog configure option)
9435
9436 2002-08-30 [alfons]     0.8.2claws12
9437
9438         * AUTHORS
9439                 add Martin Kluge
9440         * src/mh.c
9441                 apply memory leak plug patch by Martin Kluge
9442                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9443                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9444                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9445
9446 2002-08-30 [darko]      0.8.2claws11
9447
9448         * src/folderview.c
9449                 copy Gtk style from normal style to match
9450                 font size for coloured folders
9451
9452 2002-08-29 [alfons]     0.8.2claws10
9453
9454         * sylpheed.desktop
9455                 Type=Internet <- Type=Application
9456                 (reported by Michael Schwendt, see:
9457                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9458                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9459
9460 2002-08-29 [paul]       0.8.2claws9
9461
9462         * sync with 0.8.2cvs5
9463                 see ChangeLog 2002-08-29
9464
9465 2002-08-29 [colin]      0.8.2claws8
9466
9467         * src/summaryview.c
9468                 Added a sanity check in summary_select_thread
9469                 Should fix bug 601605
9470
9471 2002-08-29 [colin]      0.8.2claws7
9472
9473         * src/main.c
9474                 Revert claws6 changes regarding bug #591676
9475
9476 2002-08-28 [colin]      0.8.2claws6
9477         
9478         * src/main.c
9479                 Ignore cache for queue folderitems
9480                 Fix bug #591676
9481
9482 2002-08-28 [melvin]     0.8.2claws5
9483
9484         * README.claws
9485                 Fixed typos.
9486
9487 2002-08-28 [melvin]     0.8.2claws4
9488
9489         * README.claws
9490                 Updated a bit the text concerning the spell checker
9491
9492 2002-08-28 [melvin]     0.8.2claws3
9493
9494         Merged the GNU_aspell_branch:
9495                 Support of new GNU/aspell is now included and the old pspell
9496                 is not supported anymore.
9497                 See README.claws
9498
9499         * README.claws
9500                 Updated spell checker text to reflect the switch to GNU/aspell
9501
9502         * ac/aspell.m4          *** NEW ***
9503         * src/gtkaspell.[ch]    *** NEW *** 
9504         * ac/pspell.m4          *** DELETED *** 
9505         * src/gtkspell.[ch]     *** DELETED ***
9506
9507         * ac/Makefile.am
9508                 Updated for GNU/aspell support
9509
9510         * po/POTFILES.in
9511                 Replaced gtkspell.c by gtkaspell.c
9512
9513         * acconfig.h
9514         * src/Makefile.am
9515         * src/about.c
9516         * src/compose.[ch]
9517         * src/crash.c
9518         * src/main.c
9519         * src/prefs_common.[ch]
9520                 Updated for GNU/aspell support
9521
9522 2002-08-28 [paul]       0.8.2claws2
9523
9524         * sync with 0.8.2cvs4
9525                 see ChangeLog 2002-08-27 and 2002-08-28
9526
9527 2002-08-28 [colin]      0.8.2claws1
9528
9529         * src/summary_search.c
9530                 Added "AND search"
9531
9532 2002-08-28 [jens]       0.8.2claws
9533
9534         *po/de.po
9535                 Updated German translations
9536
9537 2002-08-27 [melvin]     0.8.2claws
9538
9539         * po/fr.po
9540                 Updated French translations
9541
9542 2002-08-27 [paul]       0.8.2claws
9543
9544         * sync with 0.8.2 main release
9545
9546         * po/en_GB.po
9547           po/es.po
9548           po/it.po
9549           po/pl.po
9550           po/pt_BR.po
9551           po/sr.po
9552                 updated message catalogs submitted by
9553                 Ricardo Mones Lastra, Alessandro Maestri,
9554                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9555                 Beneditto and Urke MMI  
9556
9557 2002-08-27 [hoa]        0.8.1claws123
9558
9559         * src/mainwindow.[ch]
9560         * src/summaryview.[ch]
9561                 removed the "filter setting" menu option.
9562                 add a "cancel a news message" menu option.
9563
9564 2002-08-26 [martin]     0.8.1claws122
9565
9566         * ChangeLog.claws
9567                 changed string under 0.8.1claws79 changed by myself
9568                 i'm sorry alfons :(
9569
9570 2002-08-26 [martin]     0.8.1claws121
9571
9572         * src/crash.c
9573                 added kill command to debuggerrc to start crash dialog
9574
9575 2002-08-26 [paul]       0.8.1claws120
9576
9577         * sync with 0.8.1cvs31
9578                 see ChangeLog 2002-08-26
9579
9580 2002-08-25 [alfons]     0.8.1claws119
9581
9582         * src/procmsg.c
9583                 fix bug that didn't send out correct headers to news server
9584                 when sending news article and email from queue (bug reported
9585                 and patch provided by Tim Mann; closes bug 
9586                 "[ 583196 ] 0.7.8claws can't post news")
9587
9588 2002-08-25 [alfons]     0.8.1claws118
9589
9590         * src/selective_download.c
9591                 mark two strings as translatable
9592                 (thanks to Urke MMI for pointing this out)
9593
9594 2002-08-25 [alfons]     0.8.1claws117
9595
9596         * src/summaryview.c
9597                 treat sent boxes as special and allow sorting them by addressee
9598                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9599                 submitted by Steve Lamb)
9600
9601 2002-08-24 [alfons]     0.8.1claws116
9602
9603         * src/matcher.c
9604                 fix memleak reported by Martin Kluge
9605                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9606
9607 2002-08-24 [oliver]     0.8.1claws115
9608
9609         * src/prefs_toolbar.c
9610                 o code cleanup as suggested by Alfons
9611                 o memleak fix
9612
9613 2002-08-24 [alfons]     0.8.1claws114
9614
9615         * src/summaryview.c
9616                 o fix another memory leak reported by Martin Kluge
9617                   (see "[ 599568 ] Small Memory Leak")
9618                 o remove 'from' variable from 'summary_set_header()'; we can
9619                   do with just 'to' 
9620
9621 2002-08-24 [paul]       0.8.1claws113
9622
9623         * sync with 0.8.1cvs30
9624                 see ChangeLog 2002-08-23
9625
9626 2002-08-24 [alfons]     0.8.1claws112
9627
9628         * src/summaryview.c
9629                 remove unnecessary allocations for search bar fixing leaks
9630                 reported by Martin Kluge
9631                 (see "[ 599451 ] Further memory leaks?")
9632
9633 2002-08-24 [alfons]     0.8.1claws111
9634
9635         * src/main.c
9636                 make get_socket_name() public for crash.c
9637         * src/crash.c
9638                 o make report bug button work (goes to claws' 
9639                   bug tracker at sf.net)
9640                 o introduce function for doing important stuff just
9641                   before claws goes down
9642                 o clean up code 
9643
9644 2002-08-24 [alfons]     0.8.1claws110
9645
9646         * src/compose.c
9647                 move cursor to "To" entry when forwarding as attachment
9648                 (reported and solved by Steve Lamb, closes bug report
9649                 "[ 592880 ] Forward as attachment; cursor not in to")
9650
9651 2002-08-24 [colin]      0.8.1claws109
9652
9653         * src/mainwindow.c
9654                 fix quick search visibility after GUI (de)separations.
9655
9656 2002-08-23 [colin]      0.8.1claws108
9657
9658         * src/mainwindow.c
9659                 fix header pane visibility after folderview or
9660                 messageview (de)separation
9661
9662 2002-08-23 [paul]       0.8.1claws107
9663
9664         * src/mainwindow.[ch]
9665           src/toolbar.c
9666                 give full control of display or non-display 
9667                 of the Execute icon to Custom toolbar settings.
9668                 add new sensitivity condition to maninwindow.h: 
9669                 M_DELAY_EXEC
9670
9671         * ChangeLog
9672           ChangeLog.jp
9673           NEWS
9674                 more sync with 0.8.1cvs29
9675
9676 2002-08-23 [melvin]     0.8.1claws106
9677
9678         * src/alertpanel.c
9679                 Readded support for custom widget in alertpanel lost in last
9680                 sync.
9681
9682 2002-08-23 [paul]       0.8.1claws105
9683
9684         * sync with 0.8.1cvs29
9685                 see ChangeLog 2002-08-23
9686
9687 2002-08-23 [colin]      0.8.1claws104
9688
9689         * src/summaryview.c
9690                 Fix folder and search pixmaps exchanging positions
9691                 after theme or toolbar changes. Thank to Oliver for 
9692                 reporting this.
9693
9694 2002-08-23 [colin]      0.8.1claws103
9695
9696         * src/mainwindow.c
9697           src/messageview.[ch]
9698           src/noticeview.[ch]
9699           src/summaryview.c
9700                 Changed messageview_create() and noticeview_create()
9701                 to avoid the last gdk_warning
9702
9703 2002-08-22 [colin]      0.8.1claws102
9704
9705         * src/summaryview.c
9706                 Fix my new `Creating pixmap from xpm' warning
9707
9708 2002-08-22 [colin]      0.8.1claws101
9709
9710         * src/mainwindow.c
9711                 Fix some of the gdk warnings
9712
9713 2002-08-22 [colin]      0.8.1claws100
9714
9715         * src/Makefile.am
9716         * src/stock_pixmap.c
9717         * src/stock_pixmap.h
9718         * src/pixmaps/quicksearch.xpm *ADDED*
9719                 Add the quicksearch pixmap
9720         * src/mainwindow.c
9721         * src/summaryview.c
9722         * src/summaryview.h
9723                 Make quicksearch bar visible/hidden via a button
9724
9725 2002-08-22 [christoph]  0.8.1claws99
9726
9727         * src/folder.c
9728                 fix folder update for newsgroups with message
9729                 numbers below minimum number of articles to fetch
9730                 (closes bug #598445)
9731
9732 2002-08-22 [paul]       0.8.1claws98
9733
9734         * sync with 0.8.1cvs28
9735                 see ChangeLog 2002-08-22
9736
9737 2002-08-21 [alfons]     0.8.1claws97
9738
9739         * src/crash.c
9740                 use bt instead of bt full which seems to work 
9741                 better, and bt full doesn't give a great deal 
9742                 of information anyway
9743
9744 2002-08-21 [colin]      0.8.1claws96
9745
9746         * src/summaryview.c
9747                 fix summaryview_searchtype_changed prototype
9748
9749 2002-08-21 [christoph]  0.8.1claws95
9750
9751         * src/mainwindow.c
9752                 o fix broken menu update for sorting type, we have to
9753                   get this info from the summaryview now
9754                 o removed setting of threaded state in menu callback
9755         * src/summaryview.[ch]
9756                 more summaryview/folderitem seperation for
9757                 threading option
9758         * configure.in
9759                 removed not required --with-compiler-flags option
9760
9761 2002-08-21 [oliver]     0.8.1claws94
9762         
9763         * src/toolbar.h 
9764                 o rename toolbar.xml to toolbar_main.xml
9765                   since toolbar_compose.xml might come up 
9766                   any time soon
9767         * README.claws
9768                 add custom toolbar              
9769
9770 2002-08-21 [darko]      0.8.1claws93
9771
9772         * src/procmsg.c
9773                 don't reset tmp flags for messages copied
9774                 to sent folder
9775
9776 2002-08-21 [colin]      0.8.1claws92
9777         
9778         * src/prefs_filtering.c
9779                 fix renaming rules on folder rename 
9780                 when folder is not a leaf folder
9781
9782 2002-08-21 [paul]       0.8.1claws91
9783
9784         * src/prefs_folder_item.c
9785                 fix alignment of colour selector
9786
9787 2002-08-21 [paul]       0.8.1claws90
9788
9789         * sync with 0.8.1cvs27
9790                 see ChangeLog 2002-08-21
9791
9792 2002-08-21 [paul]       0.8.1claws89
9793
9794         * src/summaryview.c
9795                 fix crash when changing field type in
9796                 Quick search bar
9797
9798 2002-08-21 [colin]      0.8.1claws88
9799
9800         * src/summaryview.c
9801                 Made quick search case-insensitive
9802
9803 2002-08-21 [paul]       0.8.1claws87
9804
9805         * sync with 0.8.1cvs26
9806                 see ChangeLog 2002-08-21
9807
9808 2002-08-20 [christoph]  0.8.1claws86
9809
9810         * src/folderview.c
9811         * src/main.c
9812         * src/summaryview.[ch]
9813                 more summaryview/folderitem seperation for
9814                 sort_key and sort_type
9815         * src/procmsg.c
9816                 added missing return statement
9817
9818 2002-08-20 [colin]      0.8.1claws85
9819
9820         * src/summaryview.[ch]
9821                 Added a quick search box
9822         * src/mainwindow.c
9823         * src/prefs_common.[ch]
9824                 Added a show/hide option for the quick search
9825
9826 2002-08-20 [oliver]     0.8.1claws84
9827         
9828         * src/mainwindow.c
9829                 remove toolbar_create_popups
9830         * src/toolbar.[ch]
9831                 o remove toolbar_create_popups
9832                 o fix toolbar_set_sensitive 
9833                   (Bug reports #596834 and #596832)     
9834         * src/prefs_toolbar.c
9835                 o add "Set default" button
9836                 o align label and text + combo widgets
9837
9838 2002-08-20 [hoa]        0.8.1claws83bis
9839
9840         * src/imap.c
9841                 fixed a bug in imap_fetch_msginfo() in case there is no
9842                 current folder.
9843
9844 2002-08-20 [darko]      0.8.1claws83
9845
9846         * src/folderview.c
9847                 copy the color style of folder view so it
9848                 works with GTK themes
9849
9850 2002-08-20 [darko]      0.8.1claws82
9851
9852         * src/folder.h
9853         * src/folderview.c
9854         * src/prefs_folder_item.[hc]
9855                 don't use UI stuff in folder.h
9856
9857 2002-08-20 [darko]      0.8.1claws81
9858
9859         * src/folder.h
9860         * src/prefs_folder_item.h
9861         * src/folderview.c
9862         * src/prefs_folder_item.c
9863                 ability to set folder color in folderview
9864
9865 2002-08-19 [alfons]     0.8.1claws80
9866
9867         * src/summaryview.c
9868                 fix one of the earlier memleaks reported by Martin Kluge
9869
9870 2002-08-19 [alfons]     0.8.1claws79
9871
9872         * src/mainwindow.c
9873                 hide notice view when selecting seperate folder
9874                 view (reported by Urke MMI)
9875
9876 2002-08-19 [christoph]  0.8.1claws78
9877
9878         * src/folderview.c
9879         * src/prefs_folder_item.h
9880         * src/summaryview.[ch]
9881                 o add summary_set_prefs_from_folderitem to set
9882                   summaryview prefs (first step to remove all
9883                   references to the folderitem in summaryview)
9884                 o moved compiled regex stuff from folderitem prefs
9885                   to summaryview code
9886
9887 2002-08-19 [paul]       0.8.1claws77
9888
9889         * src/compose.c
9890                 add check for '.' to QUOTE_IF_REQUIRED
9891
9892 2002-08-19 [paul]       0.8.1claws76
9893
9894         * src/inc.c
9895                 sync with 0.8.1cvs25 (plug memory leak)
9896
9897         * src/prefs_toolbar.c
9898                 re-order prefs_toolbar_cancel()
9899
9900 2002-08-18 [alfons]     0.8.1claws75
9901
9902         * src/inc.c
9903         * src/matcher.c
9904                 plug other memleaks reported by Martin Kluge
9905
9906 2002-08-18 [paul]       0.8.1claws74
9907
9908         * po/pt_BR.po
9909                 updated by Fabio Jr. Beneditto
9910
9911 2002-08-18 [paul]       0.8.1claws73
9912
9913         * src/toolbar.[ch]
9914                 fix bug where tooltips were displayed untranslated              
9915
9916         * src/prefs_toolbar.c
9917                 fix bug where clicking 'Cancel' creates an icon & text
9918                 toolbar regardless of prefs
9919         
9920
9921 2002-08-17 [oliver]     0.8.1claws72
9922
9923         * src/prefs_toolbar.c
9924                 update toolbar on CANCEL
9925                 bug reported by Martin Kluge
9926         * src/toolbar.c
9927                 toolbar_destroy memleak fixed           
9928
9929 2002-08-17 [alfons]     0.8.1claws71
9930
9931         * src/toolbar.c
9932                 plug another memleak reported by Martin Kluge
9933
9934 2002-08-16 [alfons]     0.8.1claws70
9935
9936         * src/crash.c
9937                 use execvp() correctly (suggested by wwp; thanks!)
9938
9939 2002-08-16 [alfons]     0.8.1claws69
9940
9941         * src/gtksctree.c
9942                 plug memory leak reported by Kim Schultz & Martin Kluge
9943
9944 2002-08-16 [paul]       0.8.1claws68
9945
9946         * po/es.po
9947                 updated by Ricardo Mones Lastra
9948
9949 2002-08-16 [paul]       0.8.1claws67
9950
9951         * src/toolbar.h
9952                 fix bug where 'Compose News' icon showed wrong
9953                 tooltip
9954
9955 2002-08-16 [paul]       0.8.1claws66
9956
9957         * sync with 0.8.1cvs24
9958                 see ChangeLog 2002-08-16
9959
9960         * po/it.po
9961                 updated by Alessandro Maestri
9962
9963 2002-08-15 [paul]       0.8.1claws65
9964
9965         * po/sr.po
9966                 updated by Urke MMI
9967
9968 2002-08-15 [paul]       0.8.1claws64
9969
9970         * src/*.c
9971                 don't translate debug info
9972
9973         * src/matcher.[ch]
9974                 add copyright info
9975
9976 2002-08-15 [paul]       0.8.1claws63
9977
9978         * src/prefs_toolbar.c
9979                 fix bug where clicking 'OK' creates an icon & text
9980                 toolbar regardless of prefs
9981
9982 2002-08-14 [alfons]     0.8.1claws62
9983
9984         * src/main.c
9985                 add global var that has the full argv[0]
9986         * src/crash.c
9987                 o execvp the correct sylpheed by using argv0
9988                   and setting the correct work dir
9989                 o other tweaks  
9990
9991 2002-08-14 [oliver]     0.8.1claws61
9992         
9993         * enable/disable Toolbar Action Buttons 
9994         * code cleanups
9995         * src/mainwindow.c
9996         * src/toolbar.[ch]      
9997         * src/prefs_toolbar.c   
9998
9999 2002-08-14 [melvin]     0.8.1claws60
10000
10001         * po/fr.po
10002                 Updated French translations
10003
10004 2002-08-14 [melvin]     0.8.1claws59
10005
10006         * src/crash.c
10007                 Made bug report not translatable
10008         * src/exporthtml.c
10009                 Fixed exporthtml_build_filespec() return value
10010         * src/foldersel.c
10011                 Fixed incorrect include file
10012         * src/gtkspell.c
10013         * src/prefs_actions.c
10014         * src/prefs_toolbar.c
10015                 Made debug info not translatable
10016         * src/mutt.c
10017         * src/quote_fmt.c
10018                 Added missing includes
10019         * src/prefs_common.c
10020                 Fixed typo
10021
10022 2002-08-14 [paul]       0.8.1claws58
10023
10024         * faq/es/sylpheed-faq.html
10025           faq/es/sylpheed-faq-[1-3].html
10026           faq/es/sylpheed-faq-4.html     **NEW FILE **
10027                 update Spanish FAQ
10028
10029 2002-08-13 [christoph]  0.8.1claws57
10030
10031         * src/procmsg.c
10032                 ignore thread fix that did not mark all
10033                 child nodes of a ignored thread as
10034                 ignored. Does not work perfectly yet,
10035                 but it is better now
10036
10037 2002-08-13 [alfons]     0.8.1claws56
10038
10039         * src/crash.c
10040                 o implement 'save crash log'
10041                 o some tweaks
10042
10043 2002-08-13 [melvin]     0.8.1claws55
10044
10045         * src/main.c
10046                 removed unrequired "execinfo.h" header
10047
10048 2002-08-12 [paul]       0.8.1claws54
10049
10050         * faq/en/sylpheed-faq.html
10051           faq/en/sylpheed-faq-[1-3].html
10052           faq/en/sylpheed-faq-4.html     **NEW FILE **
10053                 update English FAQ
10054
10055 2002-08-12 [alfons]     0.8.1claws53
10056
10057         * po/POTFILES.in
10058                 add crash.c to translatables
10059         * src/crash.c
10060                 bring in Leandro's crash dialog
10061
10062 2002-08-11 [alfons]     0.8.1claws52
10063
10064         * src/crash.c
10065                 clean up some warnings
10066
10067 2002-08-11 [alfons]     0.8.1claws51
10068
10069         * acconfig.h
10070         * configure.in
10071         * src/crash.[ch]        ** NEW FILES **
10072         * src/main.c            
10073                 initial gdb crash handler
10074
10075 2002-08-11 [paul]       0.8.1claws50
10076
10077         * src/prefs_toolbar.c
10078                 replace Up/Down arrow pixmaps with text to be
10079                 consistent across icon themes
10080
10081 2002-08-11 [paul]       0.8.1claws49
10082
10083         * src/prefs_common.c
10084           src/prefs_toolbar.c
10085                 rename 'Pixmap' -> 'Icon'
10086
10087         * src/toolbar.[ch]
10088                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10089
10090 2002-08-10 [paul]       0.8.1claws48
10091
10092         * src/prefs_toolbar.c
10093                 re-work the UI
10094
10095 2002-08-10 [paul]       0.8.1claws47
10096
10097         * src/main.c
10098                 don't write Processing progress to status bar
10099                 patch submitted by Alexander Evseev
10100
10101         * src/prefs_toolbar.c
10102                 re-position and resize window
10103                 make window assume correct size on first call
10104
10105 2002-08-10 [paul]       0.8.1claws46
10106
10107         * src/mainwindow.c
10108           src/prefs_toolbar.c
10109           src/toolbar.c
10110           src/toolbar.h
10111                 obey coding style
10112                 follow UI text conventions
10113
10114 2002-08-10 [alfons]     0.8.1claws45
10115
10116         * src/toolbar.c
10117                 correct pixmap for delete action
10118
10119 2002-08-10 [paul]       0.8.1claws44
10120
10121         * po/pt_BR.po
10122                 updated by Fabio Jr. Beneditto
10123
10124 2002-08-10 [paul]       0.8.1claws43
10125
10126         * po/POTFILES.in
10127                 add custom toolbar files
10128
10129 2002-08-10 [paul]       0.8.1claws42
10130
10131         * sync with 0.8.1cvs22
10132                 see ChangeLog 2002-08-09
10133
10134 2002-08-09 [paul]       0.8.1claws41
10135
10136         * tools/Makefile.am
10137           tools/README
10138           tools/outlook2sylpheed.pl     ** NEW FILE **
10139                 add script to convert exported Outlook
10140                 contacts list to a Sylpheed addressbook.
10141                 Submitted by Ricardo Mones Lastra.
10142
10143 2002-08-09 [paul]       0.8.1claws40
10144
10145         * AUTHORS
10146           configure.in
10147           po/sr.po      ** NEW FILE **
10148                 add Serbian message catalog. Submitted by
10149                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10150
10151 2002-08-09 [paul]       0.8.1claws39
10152
10153         * sync with 0.8.1cvs21
10154                 see ChangeLog 2002-08-08
10155
10156 2002-08-08 [oliver]     0.8.1claws38
10157
10158         * src/mainwindow.c
10159                 move Custom Toolbar to Configuration menu
10160
10161 2002-08-08 [oliver]     0.8.1claws37
10162
10163         * src/prefs_toolbar.c
10164                 fix substitute pixmap bug
10165
10166 2002-08-08 [paul]       0.8.1claws36
10167
10168         * sync with 0.8.1cvs19
10169                 see ChangeLog 2002-08-08
10170
10171 2002-08-07 [christoph]  0.8.1claws35
10172
10173         * src/utils.c
10174                 fixed a memory leak in new canonicalize_file_replace
10175
10176 2002-08-07 [christoph]  0.8.1claws34
10177
10178         * src/utils.[ch]
10179                 o canonicalize_file_replace should create the temporary
10180                   file in the same directory as the original file.
10181                 o added get_tmpfile_in_dir that creates a temorary file
10182                   in a specified directory.
10183
10184 2002-08-07 [melvin]     0.8.1claws33
10185
10186         * src/toolbar.c
10187                 fixed bug where 'Article' button acted as 'Email' button.
10188
10189 2002-08-07 [paul]       0.8.1claws32
10190
10191         * sync with 0.8.1.cvs17
10192                 see ChangeLog 2002-08-07
10193
10194 2002-08-07 [colin]      0.8.1claws31
10195         
10196         * src/news.c
10197                 fix mass-cancel problem
10198
10199 2002-08-07 [thorsten]   0.8.1claws30
10200
10201         * src/prefs_toolbar.c
10202                 fix: crash on replace or add new button
10203         * src/toolbar.c
10204                 fix: close xmlfile after reading
10205         * src/utils.c
10206                 fix: unlink() file before rename()
10207
10208 2002-08-06 [paul]       0.8.1claws29
10209
10210         * sync with 0.8.cvs15
10211                 see ChangeLog 2002-08-06
10212
10213 2002-08-06 [oliver]     0.8.1claws28
10214
10215         * src/toolbar.c
10216         * src/prefs_toolbar.c
10217                 fixed empty toolbar issue
10218
10219 2002-08-06 [oliver]     0.8.1claws27
10220
10221         * Custom Toolbar Final 
10222         * src/folderview.c
10223         * src/inc.c
10224         * src/summaryview.c
10225                 o toolbar stuff now lives in src/toolbar.[ch]
10226                 o main_window_toolbar_* functions are renamed to
10227                   toolbar_* reflecting their new source file
10228         * src/mainwindow.[ch]
10229                 o remove toolbar stuff  
10230
10231 2002-08-06 [oliver]     0.8.1claws26
10232         
10233         * src/Makefile.am
10234         * src/prefs_toolbar.[ch]        **New File**
10235         * src/toolbar.[ch]              **New File**
10236                 o prefs_toolbar.[ch] custom toolbar frontend
10237                 o toolbar.[ch]       backend 
10238
10239 2002-08-06 [oliver]     0.8.1claws25
10240
10241         * src/prefs_actions.[ch]
10242                 o new exported function actions_execute
10243
10244 2002-08-06 [paul]       0.8.1claws24
10245
10246         * sync with 0.8.1cvs4
10247                 see ChangeLog 2002-08-06
10248
10249 2002-08-06 [paul]       0.8.1claws23
10250
10251         * sync with 0.8.1cvs13
10252                 see ChangeLog 2002-08-06
10253
10254 2002-08-06 [paul]       0.8.1claws22
10255
10256         * sync with 0.8.1cvs12
10257                 see ChangeLog 2002-08-05 and 2002-08-06
10258
10259 2002-08-06 [match]      0.8.1claws21
10260
10261         * src/addrclip.c
10262                 improvements to cut/copy/paste address
10263
10264 2002-08-05 [match]      0.8.1claws20
10265
10266         * src/addritem.[ch]
10267         * src/addrcache.c
10268         * src/addrbook.c
10269         * src/editaddress.c
10270         * src/addressbook.c
10271                 fixes to improve cut/copy/paste
10272
10273 2002-08-06 [melvin]     0.8.1claws19
10274
10275         * src/account.[ch]
10276                 account_find_all_from_address(): new function that returns the
10277                 list of all accounts that are matched in an address.
10278         * src/alertpanel.[ch]
10279                 alertpanel() now accepts a custom widget
10280                 alertpanel_with_widget(): new function that pops up a panel with
10281                 a custom widget in it 
10282         * src/gtkutils.[ch]
10283                 gtkut_account_menu_new(): new function that allows the selection
10284                 of an account from a list of accounts.
10285         * src/messageview.c
10286                 Extended Return Receipt notification to select the correct 
10287                 account and to make a security test on the Delivery-Notification
10288                 address which should be the same as the Return-Path.
10289
10290 2002-08-06 [thorsten]   0.8.1claws18
10291
10292         * src/mimeview.c
10293                 attach_all: save unnamed as "noname.%d",
10294                 dont free static dirname
10295
10296 2002-08-05 [alfons]     0.8.1claws17
10297
10298         * configure.in
10299                 detect XIM by trying to link rather than compile a XIM program
10300
10301 2002-08-05 [oliver]     0.8.1claws16
10302                 
10303         * src/stock_pixmap.[ch]
10304                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10305                 o new func to retrieve pixmaps
10306
10307 2002-08-05 [paul]       0.8.1claws15
10308
10309         * sync with 0.8.1cvs10
10310                 see ChangeLog 2002-08-05
10311
10312 2002-08-04 [alfons]     0.8.1claws14
10313
10314         * src/textview.c
10315                 see if this plugs memleak
10316
10317 2002-08-04 [melvin]     0.8.1claws13
10318
10319         * src/gtkspell.c
10320                 fixed bug that could crash Sylpheed when highlighting
10321                 all misspelled words.
10322
10323 2002-08-03 [melvin]     0.8.1claws12
10324
10325         * src/prefs_actions.c
10326                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10327         * src/messageview.c
10328                 fixed bug where the Return Receipt was sent to
10329                 Delivery-Notification-To address even if it was not present
10330
10331 2002-08-02 [alfons]     0.8.1claws11
10332
10333         * src/prefs_actions.c
10334                 o more check for NULLs
10335                 o put create_io_dialog() in right conditional block
10336
10337 2002-08-02 [paul]       0.8.1claws10
10338
10339         * po/es.po
10340                 updated by Ricardo Mones Lastra
10341
10342 2002-08-01 [christoph]  0.8.1claws9
10343
10344         * src/folder.c
10345                 don't free the cache of the opened
10346                 folder in the summaryview
10347         * src/summaryview.c
10348                 don't unset flags, if it is not required
10349
10350 2002-08-01 [paul]       0.8.1claws8
10351
10352         * sync with 0.8.1cvs8
10353                 see ChangeLog entry 2002-08-01
10354
10355 2002-08-01 [paul]       0.8.1claws7
10356
10357         * sync with 0.8.1cvs7
10358                 see ChangeLog 2002-07-31 and 2002-08-01
10359
10360 2002-07-31 [christoph]  0.8.1claws6
10361
10362         * src/mainwindow.c
10363                 forgot to update menu sensitivity
10364                 function for new menu entry
10365
10366 2002-07-31 [alfons]     0.8.1claws5
10367
10368         * src/main.c
10369                 check folder item and its path for NULL on
10370                 initial processing
10371
10372 2002-07-31 [christoph]  0.8.1claws4
10373
10374         * src/folder.c
10375                 check if folder_item_get_msginfo in
10376                 folder_item_remove_msg returned NULL
10377         * src/imap.c
10378                 better clear the uid cache in the
10379                 uid validity check function and delete
10380                 cached messages
10381
10382 2002-07-31 [paul]       0.8.1claws3
10383
10384         * man/sylpheed.1
10385                 add the '--attach' option and a few other
10386                 minor changes
10387
10388 2002-07-31 [paul]       0.8.1claws2
10389
10390         * sync with 0.8.1cvs5
10391                 see ChangeLog 2002-07-31
10392
10393 2002-07-31 [christoph]  0.8.1claws1
10394
10395         * src/folderview.[ch]
10396         * src/mainwindow.c
10397                 replace "Rescan all folders..." with
10398                 "Check all folders for new messages..."
10399
10400 2002-07-30 [paul]       0.8.1claws
10401
10402         * version 0.8.1claws released
10403
10404 2002-07-30 [paul]       0.8.0claws29
10405
10406         * tools/OOo2sylpheed.pl ** NEW FILE **
10407           tools/README
10408                 add script to enable sending documents as
10409                 attachments from OpenOffice.org
10410
10411 2002-07-30 [melvin]     0.8.0claws28
10412
10413         * src/prefs_actions.c
10414                 Made the actions' input/output dialog display
10415                 without delay.
10416
10417 2002-07-30 [christoph]  0.8.0claws27
10418
10419         * src/procmsg.c
10420                 check if folder_item_get_msginfo in
10421                 procmsg_save_to_outbox returned NULL
10422
10423 2002-07-30 [paul]       0.8.0claws26
10424
10425         * sync with 0.8.1cvs4
10426                 see ChangeLog 2002-07-29
10427
10428 2002-07-29 [thorsten]   0.8.0claws25
10429
10430         * README.claws
10431                 added selective download, delete on server
10432
10433 2002-07-29 [paul]       0.8.0claws24
10434
10435         * sync with 0.8.1cvs3
10436                 see ChangeLog 2002-07-29
10437
10438 2002-07-27 [christoph]  0.8.0claws23
10439
10440         * src/folder.c
10441                 add extra check if fetching the msginfo
10442                 returned NULL
10443
10444 2002-07-27 [paul]       0.8.0claws22
10445
10446         * sync with 0.8.1cvs2
10447                 see ChangeLog 2002-07-26
10448
10449 2002-07-27 [christoph]  0.8.0claws21
10450
10451         * src/imap.c
10452                 add another check if a valid msginfo
10453                 was returned
10454
10455 2002-07-26 [hoa]        0.8.0claws20
10456
10457         * src/folder.c
10458                 Fixed a condition in folder_item_destroy()
10459
10460         * src/imap.c
10461                 Fixed an error in IMAP protocol
10462
10463 2002-07-26 [alfons]     0.8.0claws19
10464
10465         * src/folder.c
10466                 ofcourse compare with identifier, not the path
10467
10468 2002-07-26 [alfons]     0.8.0claws18
10469
10470         * src/folder.c
10471                 use folder item identifier for saving / restoring
10472                 preferences because folder->path might not be unique
10473
10474 2002-07-26 [melvin]     0.8.0claws17
10475
10476         * src/logwindow.c
10477                 Fixed a crash introduced in 0.8.0claws5 when log is 
10478                 cut under 80 characters.
10479
10480 2002-07-26 [paul]       0.8.0claws16
10481
10482         * sync with 0.8.1cvs1
10483                 see ChangeLog 2002-07-26
10484
10485 2002-07-26 [christoph]  0.8.0claws15
10486
10487         * src/imap.[ch]
10488                 imap folder now remembers the last selected
10489                 folder and imap_fetch_msginfo skips selecting
10490                 the folder if it is already selected
10491
10492 2002-07-26 [christoph]  0.8.0claws14
10493
10494         * src/folder.c
10495         * src/folderview.c
10496         * src/imap.c
10497                 fix imap folder rescanning
10498
10499 2002-07-25 [christoph]  0.8.0claws13
10500
10501         * src/filter.c
10502         * src/folder.[ch]
10503         * src/folderview.c
10504         * src/imap.[ch]
10505         * src/mainwindow.c
10506         * src/mbox_folder.c
10507         * src/mh.c
10508         * src/news.c
10509                 implement imap uid cache and uid validity check
10510
10511 2002-07-25 [alfons]     0.8.0claws12
10512
10513         * src/summaryview.c
10514                 fix a brown paper bag bug, and also add some more
10515                 checks
10516
10517 2002-07-25 [christoph]  0.8.0claws11
10518
10519         * src/folder.c
10520                 don't mix copy, fetch_msginfo and remove
10521                 operations in folder item copy and move
10522                 operations
10523
10524 2002-07-25 [christoph]  0.8.0claws10
10525
10526         * src/folderview.c
10527         * src/mainwindow.c
10528         * src/prefs_folder_item.c
10529         * src/summaryview.[ch]
10530                 remove no longer required parameter update_cache from
10531                 summary_show
10532
10533 2002-07-25 [paul]       0.8.0claws9
10534
10535         * sync with 0.8.1
10536         
10537         * AUTHORS
10538                 a few corrections
10539
10540 2002-07-24 [alfons]     0.8.0claws8
10541
10542         * src/summaryview.c
10543                 sort correctly when using simplified subject line
10544                 (closes feature request "[ 585141 ] applying regexp to subject 
10545                 before sort" submitted by Alexandra Walford)
10546
10547 2002-07-24 [paul]       0.8.0claws7
10548
10549         * sync with 0.8.0cvs3
10550                 see ChangeLog 2002-07-24
10551
10552 2002-07-23 [christoph]  0.8.0claws6
10553
10554         * src/folder.c
10555         * src/folder.h
10556         * src/summaryview.c
10557         * src/summaryview.h
10558         * src/main.c
10559                 o separate processing and summaryview
10560                 o removed summary_write_cache from summaryview
10561                 o removed summaryview->killed_messages, because we don't have
10562                   to keep a list of killed messages anymore. New cache will
10563                   keep the hidden messages in cache anyway
10564         * src/folderview.c
10565         * src/inc.c
10566         * src/selective_download.c
10567                 o removed unnecessary summary_write_cache calls
10568         * src/procmsg.c
10569                 o don't set ignore thread flag in procmsg_get_thread_tree
10570                   if it is already set
10571         * src/mainwindow.c
10572         * src/statusbar.h
10573                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10574                   they are used in different files
10575
10576 2002-07-23 [melvin]     0.8.0claws5
10577
10578         * src/addressbook.c
10579         * src/addrgather.c
10580         * src/editaddress.c
10581         * src/editgroup.c
10582         * src/editldap_basedn.c
10583         * src/importldif.c
10584         * src/prefs_common.c
10585                 Fixed few memory leak (gtk_editable_get_chars returns
10586                 an allocated string)
10587         * src/logwindow.c
10588                 Fixed few memory leak (gtk_editable_get_chars returns
10589                 an allocated string) and modified a little the log cutting
10590                 loop.
10591         * src/compose.c
10592                 Replaced a call to an obsolete function gtk_entry_get_text()
10593                 by gtk_editable_get_chars()
10594         * src/send.c
10595                 Removed a debug printf
10596
10597 2002-07-23 [christoph]  0.8.0claws4
10598
10599         * src/filesel.c
10600                 fix another g_dirname memory leak
10601
10602 2002-07-23 [christoph]  0.8.0claws3
10603
10604         * src/mh.c
10605                 fixed a memory leak in mh_fetch_msginfo
10606                 fixed crash when message header could not be
10607                 parsed
10608
10609 2002-07-23 [paul]       0.8.0claws2
10610
10611         * sync with 0.8.0cvs2
10612                 see ChangeLog 2002-07-23
10613
10614 2002-07-23 [paul]       0.8.0claws1
10615
10616         * sync with 0.8.0cvs1
10617                 see ChangeLog 2002-07-23
10618
10619 2002-07-23 [paul]       0.8.0claws
10620
10621         * release of 0.8.0claws
10622
10623 2002-07-23 [paul]       0.7.8claws99
10624
10625         * po/ru.po
10626                 new Russian translation, submitted by
10627                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10628
10629 2002-07-22 [jens]       0.7.8claws98
10630
10631         * po/de.po
10632                 Updated German translations.
10633
10634 2002-07-22 [paul]       0.7.8claws97
10635
10636         * po/es.po
10637           po/it.po
10638           po/nl.po
10639           po/pt_BR.po
10640                 updated translations by Ricardo Mones Lastra,
10641                 Alessandro Maestri, Wilbert Berendsen and 
10642                 Fabio Jr. Beneditto respectively
10643
10644 2002-07-22 [christoph]  0.7.8claws96
10645
10646         * src/mimeview.c
10647                 fix memory leak caused by wrong g_dirname usage
10648
10649 2002-07-22 [christoph]  0.7.8claws95
10650
10651         * src/summaryview.c
10652                 update new and unread message counts for summaryview
10653                 summaryview does not get it from the folder anymore
10654                 and has to update the values itself
10655
10656 2002-07-22 [melvin]     0.7.8claws94
10657
10658         * po/fr.po
10659                 Updated French translations.
10660
10661 2002-07-22 [christoph]  0.7.8claws93
10662
10663         * src/matcher.c
10664                 set prop->preg pointer to NULL or following check
10665                 will not fail and regexec will be called with
10666                 invalid pointer
10667
10668 2002-07-21 [alfons]     0.7.8claws92
10669         
10670         * src/prefs_common.[ch]
10671                 remove option "Send return receipt on request"
10672
10673 2002-07-21 [thorsten]   0.7.8claws91
10674
10675         * src/mimeview.c
10676                 fixed memleaks, coding style as pointed out by alfons
10677
10678 2002-07-21 [alfons]     0.7.8claws90
10679
10680         * src/messageview.c
10681         * src/noticeview.[ch]
10682                 o fix bug notice view being displayed when going to empty folder 
10683                   (noticed by Christoph)
10684                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10685                   (noticed by Thorsten)
10686
10687 2002-07-21 [thorsten]   0.7.8claws89
10688
10689         * src/mimeview.c
10690                 Included save_all patch from Xaview FACQ
10691                 added support for pathnames
10692
10693 2002-07-21 [alfons]     0.7.8claws88
10694
10695         * po/POTFILES.in
10696         * src/Makefile.am
10697         * src/mainwindow.c
10698         * src/messageview.[ch]
10699         * src/noticeview.c      ** NEW FILE **
10700         * src/noticeview.h      ** NEW FILE **
10701                 make return receipts work again
10702                 (UI idea by Leandro Pereira)
10703
10704 2002-07-21 [paul]       0.7.8claws87
10705
10706         * src/summaryview.c
10707                 fix sensitivity of 'Select thread'
10708
10709 2002-07-21 [paul]       0.7.8claws86
10710
10711         * src/prefs_common.c
10712                 add browser command line for Galeon
10713
10714 2002-07-21 [paul]       0.7.8claws85
10715
10716         * Makefile.am
10717                 fix 'EXTRA_DIST': remove README.README, add TODO
10718                 and TODO.claws
10719
10720 2002-07-21 [alfons]     0.7.8claws84
10721
10722         * src/gtkstext.c
10723                 make enter clear selection
10724                 (closes "[ 579888 ] Editor selection/entry error"
10725                 reported by Steve Lamb)
10726
10727 2002-07-21 [alfons]     0.7.8claws83
10728         
10729         * src/summaryview.c
10730                 sort message list when selecting unthread messages
10731                 (closes "[ 501593 ] switching threaded view doesn't sort"
10732                 reported by Simon Schubert)
10733
10734 2002-07-20 [alfons]     0.7.8claws82
10735         
10736         * src/matcher.c
10737                 const-correctness
10738
10739 2002-07-20 [thorsten]   0.7.8claws81
10740
10741         * src/matcher.c
10742                 Fixed expansion of empty fields in matchactions
10743
10744 2002-07-19 [melvin]     0.7.8claws80
10745
10746         * src/gtkspell.c
10747                 Removed a duplicate menu entry (fast mode) introduced during
10748                 the new cache merge
10749                 Added a menu separator between 'Use alternate' and 'Fast mode'
10750
10751 2002-07-19 [paul]       0.7.8claws79
10752
10753         * tools/Makefile.am
10754           tools/README
10755                 correct typos
10756
10757 2002-07-19 [thorsten]   0.7.8claws78
10758
10759         * tools/calypso_convert.pl      ** NEW FILE **
10760           tools/README
10761           tools/Makefile.am
10762                 script to import mbox files exported
10763                 by calypso
10764                 o generates folder structure
10765                 o includes attachments
10766
10767 2002-07-19 [melvin]     0.7.8claws77
10768
10769         * src/selective_download.[ch]
10770                 Fixed bug where closing the dialog with the window manager's
10771                 close button will not unlock the summary
10772                 Corrected some function declarations that missed a return value
10773                 Made the source code comply better with coding style.
10774         * src/prefs_common.c
10775                 Added new browser command line for Mozilla.
10776
10777 2002-07-18 [paul]       0.7.8claws76
10778
10779         * src/mainwindow.c
10780           src/selective_download.[ch]
10781                 reflect theme changes, fix Gdk Warning when creating 
10782                 pixmap from NULL window, and minor clean up.
10783                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10784
10785         * po/en_GB.po
10786                 updated
10787
10788 2002-07-17 [paul]       0.7.8claws75
10789
10790         * INSTALL[.jp]
10791                 sync with 0.8.0
10792         
10793         * po/en_GB.po
10794                 updated
10795
10796 2002-07-16 [paul]       0.7.8claws74
10797
10798         * tools/filter_conv.pl
10799           tools/README
10800                 replace conversion script with reimplemented version, 
10801                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10802
10803 2002-07-16 [colin]      0.7.8claws73
10804
10805         * src/summaryview.c
10806                 remove forgotten debug messages - sorry ;-)
10807
10808 2002-07-16 [colin]      0.7.8claws72
10809
10810         * src/mimeview.c
10811           src/summaryview.c
10812           src/textview.c
10813           src/textview.h
10814                 add the ability to select part of a text mime-part 
10815                 to reply.
10816
10817 2002-07-15 [christoph]  0.7.8claws71
10818
10819         * src/folder.c
10820                 fix folder message count for folders without
10821                 msg_is_changed (includes news folders)
10822
10823 2002-07-15 [martin]     0.7.8claws70
10824
10825         * src/summaryview.c
10826                 option "display recipient on 'From'..." now works
10827                 without the need of enabling the option
10828                 "display  sender  using  address  book".
10829
10830 2002-07-15 [christoph]  0.7.8claws69
10831
10832         * src/summaryview.c
10833                 removed setting folder status from summaryview.
10834                 folder.c should update all message counts correctly.
10835
10836 2002-07-15 [paul]       0.7.8claws68
10837
10838         * po/pt_BR.po
10839                 updated by Fabio Junior Beneditto
10840
10841 2002-07-15 [darko]      0.7.8claws67
10842
10843         * src/mh.c
10844                 Fixed target folder colorization, don't decrease op
10845                 number twice
10846
10847 2002-07-14 [paul]       0.7.8claws66
10848
10849         * sync with main 0.8.0
10850                 see ChangeLog 2002-07-14
10851
10852 2002-07-13 [melvin]     0.7.8claws65
10853         
10854         * src/addrbook.c
10855         * src/addressbook.c
10856         * src/addrindex.c
10857                 Replaced sprintf by g_snprintf to prevent possible buffer
10858                 overflow.
10859         * src/news.c
10860                 Corrected a log message output format.
10861                 Added a missing "done" debug output.
10862         * src/compose.c
10863                 Added keyboard accelerator for Priority menu items
10864                 Added missing \n in debug output
10865         * src/logwindow.c
10866         * src/gtkspell.c
10867         * src/rfc2015.c
10868                 Added missing \n in debug output
10869
10870 2002-07-13 [paul]       0.7.8claws64
10871
10872         * man/sylpheed.1
10873                 change Sergey's email address to the sf address
10874
10875         * src/textview.c
10876                 increase show_url_timeout (more useful for long
10877                 urls)
10878
10879 2002-07-12 [sergey]     0.7.8claws63
10880
10881         * src/rfc2015.c
10882                 applied (with some modifications) patch to set the
10883                 micalg parameter for signatures
10884                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10885
10886 2002-07-12 [sergey]     0.7.8claws62
10887
10888         * man/Makefile.am
10889         * configure.in
10890                 fixed man page installation
10891
10892 2002-07-12 [paul]       0.7.8claws61
10893
10894         * sync with 0.7.8cvs26
10895                 see ChangeLog 2002-07-11 and 2002-07-12
10896
10897 2002-07-11 [christoph]  0.7.8claws60
10898
10899         * src/compose.c
10900         * src/procmsg.c
10901                 first use the message number to find the message
10902                 to mark with a reply flag but check the
10903                 message-id if we got the correct message, if not
10904                 try to find it by message-id.
10905                 use new string seperator that is not allowed
10906                 in message-ids.
10907
10908 2002-07-11 [paul]       0.7.8claws59
10909
10910         * sync with 0.7.8cvs23
10911                 see ChangeLog 2002-07-10
10912
10913 2002-07-10 [christoph]  0.7.8claws58
10914
10915         * src/folder.[ch]
10916         * src/msgcache.[ch]
10917                 Added message-id table to the cache in memory
10918                 and functions to msgcache.c and folder.c to
10919                 fetch MsgInfos by message id
10920         * src/compose.c
10921         * src/procmsg.c
10922                 store folder and message-id of message replying
10923                 to in queue header and set reply flag after sending
10924                 (Closes bug #469498)
10925
10926 2002-07-10 [paul]       0.7.8claws57
10927
10928         * AUTHORS
10929           man/sylpheed.1.gz
10930                 add Martin to the list of authors
10931
10932 2002-07-09 [martin]     0.7.8claws56
10933         * src/gtksctree.c
10934                 Added gtk_ctree_last_visible(), tree_update_level(),
10935                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10936                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10937                 from gtk+ to gtksctree.c for the new sorting code
10938                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10939                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10940         * src/gtksctree.h
10941                 Added declaration for gtk_sctree_sort_recursive() and
10942                 gtk_sctree_sort_node
10943         * src/addressbook.c
10944         * src/foldersel.c
10945         * src/folderview.c
10946         * src/summaryview.c
10947                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10948                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10949
10950 2002-07-08 [paul]       0.7.8claws55
10951
10952         * more sync with 0.7.8cvs21
10953                 see ChangeLog 2002-07-08
10954
10955 2002-07-08 [paul]       0.7.8claws54
10956
10957         * sync with 0.7.8cvs21
10958                 see ChangeLog 2002-07-08
10959
10960 2002-07-07 [alfons]     0.7.8claws53
10961
10962         * src/Makefile.am
10963         * src/stock_pixmap.[ch]
10964         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10965         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10966         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10967                 add new pixmaps for upcoming notice pane
10968
10969 2002-07-06 [melvin]     0.7.8claws52
10970
10971         * src/gtkspell.[ch]
10972                 Made them a bit closer to Sylpheed's coding style.
10973                 Removed old code.
10974                 Removed possible memory leaks when some errors occurs.
10975
10976 2002-07-06 [melvin]     0.7.8claws51
10977
10978         * po/Makefile.in.in
10979                 Removed --no-location in xgettext command line to help
10980                 translators that use Emacs' po-mode
10981         * src/quote_fmt.c
10982                 Removed unnecessary comments that messed up sylpheed.pot
10983
10984 2002-07-06 [paul]       0.7.8claws50
10985
10986         * sync with 0.7.8cvs19
10987                 see ChangeLog 2002-07-05
10988
10989 2002-07-06 [christoph]  0.7.8claws49
10990
10991         * src/folder.c
10992         * src/mainwindow.c
10993                 fix folder_item_remove_all_msg and folderview
10994                 status for trash folders after emptying trash
10995
10996 2002-07-05 [paul]       0.7.8claws48
10997
10998         * sync with 0.7.8cvs16
10999                 see ChangeLog 2002-07-04 and 2002-07-05
11000
11001 2002-07-04 [paul]       0.7.8claws47
11002
11003         * sync with 0.7.8cvs14
11004                 see  ChangeLog 2002-07-04
11005
11006 2002-07-03 [alfons]     0.7.8claws46
11007
11008         * src/folder.c
11009                 dupe folder item's path because it's being reallocated
11010                 by new folder scanning code
11011
11012 2002-07-03 [christoph]  0.7.8claws45
11013
11014         * src/imap.c
11015                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11016         * src/msgcache.c
11017                 add missing return in msgcache_write
11018
11019 2002-07-02 [thorsten]   0.7.8claws44
11020
11021         * src/jpilot.c
11022         * src/msgcache.c
11023         * src/rfc2015.c
11024                 use binary mode for file access
11025
11026 2002-07-02 [christoph]  0.7.8claws43
11027
11028         * major code cleanup (part 1)
11029         
11030                 - unused variables removed
11031                 - unused functions removed
11032                 - uninitialized variables checked
11033                 - missing return statements added
11034                 - missing function return types added
11035                 - added parentheses around assignment and
11036                   && in || when suggested by gcc
11037               
11038         * src/mh.c
11039         * src/folder.c
11040                 replaced direct calls to folder->scan_tree
11041                 with folder_scan_tree and restore folder
11042                 prefs in this function. The folder should
11043                 not have to deal with them.
11044                 ( Should now work for all folder types )
11045
11046 2002-07-02 [paul]       0.7.8claws42
11047
11048         * sync with 0.7.8cvs13
11049                 see ChangeLog 2002-07-01 and 2002-07-02
11050
11051 2002-07-01 [christoph]  0.7.8claws41
11052
11053         * src/summaryview.c
11054                 fix "goto next/prev unread message" with
11055                 ignored threads
11056
11057 2002-07-01 [paul]       0.7.8claws40
11058
11059         * po/es.po
11060                 updated by Ricardo Mones Lastra
11061
11062 2002-06-30 [match]      0.7.8claws39
11063
11064         * src/jpilot.c
11065                 applied variation of leonerd's patch (566661) to
11066                 allow multiple email addresses per JPilot entry.
11067                 addresses may be separated by space, comma, pipe,
11068                 semi-colon, new-line.
11069
11070 2002-06-30 [alfons]     0.7.8claws38
11071
11072         * src/procmsg.c
11073                 simple fix for putting older nodes before
11074                 newer nodes when threading by subject
11075
11076 2002-06-30 [christoph]  0.7.8claws37
11077
11078         * src/folder.c
11079         * src/folderview.c
11080         * src/mh.c
11081         * src/news.c
11082         * src/procmsg.c
11083                 fix broken folder tree rescaning
11084                 and don't use procmsg_get_mark_sum
11085                 anymore
11086
11087 2002-06-30 [christoph]  0.7.8claws36
11088
11089         * merge new cache branch
11090         * src/imap.c
11091                 fix new cache imap copy bug
11092         * src/folder.c
11093                 improved folder_item_scan
11094                 it should now always set the correct
11095                 new, unread and total message counts
11096
11097 2002-06-29 [paul]       0.7.8claws35
11098
11099         * configure.in
11100                 correct syntax error
11101
11102 2002-06-29 [paul]       0.7.8claws34
11103
11104         * configure.in
11105           Makefile.am
11106           man/Makefile.am       ** NEW FILE **
11107           man/sylpheed.1.gz     ** NEW FILE **
11108                 add Sylpheed man page
11109
11110 2002-06-29 [paul]       0.7.8claws33
11111
11112         * po/pt_BR.po
11113                 updated by Fabio Junior Beneditto
11114
11115 2002-06-28 [jens]       0.7.8claws32
11116
11117         * po/de.po
11118                 translation updated
11119
11120         * src/selective_download.c
11121                 removed gettext for space " "
11122
11123         * src/imap.c
11124                 removed wrong space
11125
11126 2002-06-28 [paul]       0.7.8claws31
11127
11128         * sync with 0.7.8cvs11
11129                 see ChangeLog 2002-06-28
11130
11131 2002-06-28 [paul]       0.7.8claws30
11132
11133         * sync with 0.7.8cvs10
11134                 see ChangeLog 2002-06-27 and 2002-06-28
11135
11136 2002-06-26 [paul]       0.7.8claws29
11137
11138         * src/addrgather.c
11139           src/selective_download.c
11140                 don't gettextise empty strings.
11141                 reserved by gettext. gettext("") returns 
11142                 the header entry with meta information, 
11143                 not the empty string
11144
11145         * po/en_GB.po
11146                 updated
11147
11148 2002-06-26 [paul]       0.7.8claws28
11149
11150         * sync with 0.7.8cvs7
11151                 see ChangeLog 2002-06-25
11152
11153         * src/prefs_common.c
11154                 ...and in the process, tweak the gui a little
11155
11156 2002-06-25 [alfons]     0.7.8claws27
11157         
11158         * configure.in
11159         * src/Makefile.am
11160                 fine tune ldap library detection
11161
11162 2002-06-25 [alfons]     0.7.8claws26
11163
11164         * src/compose.c
11165                 don't allow return receipts when composing a news article
11166
11167 2002-06-25 [paul]       0.7.8claws25
11168
11169         * Makefile.am
11170                 add '$(AMTAR)' to 'release' section to allow for
11171                 new and older autotools
11172
11173 2002-06-25 [paul]       0.7.8claws24
11174
11175         * src/summaryview.c
11176                 fix "No more unread messages" persistant pop-up
11177                 window bug
11178
11179 2002-06-25 [paul]       0.7.8claws23
11180
11181         * po/it.po
11182                 updated by Alessandro Maestri
11183
11184 2002-06-25 [paul]       0.7.8claws22
11185
11186         * sync with 0.7.8cvs6
11187                 see ChangeLog 2002-06-25
11188
11189 2002-06-24 [paul]       0.7.8claws21
11190
11191         * tools/update-po
11192                 add GPL copyright information
11193
11194 2002-06-24 [paul]       0.7.8claws20
11195
11196         * tools/Makefile.am
11197           tools/README
11198           tools/update-po       ** NEW FILE **
11199                 add script that eases the creation of *.po files
11200                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11201
11202 2002-06-23 [alfons]     0.7.8claws19
11203
11204         * src/messageview.c
11205                 make notification_convert_header obey const correctness
11206                 (next step will be fixing the broken return receipt)
11207
11208 2002-06-23 [paul]       0.7.8claws18
11209
11210         * src/messageview.c
11211                 fix bug introduced in last commit:
11212                 removed too much code in last commit - put back what's
11213                 needed
11214
11215 2002-06-23 [paul]       0.7.8claws17
11216
11217         * src/messageview.[ch]
11218                 remove code committed in error from locally patched
11219                 source
11220
11221 2002-06-23 [colin]      0.7.8claws16
11222
11223         * src/compose.[ch]
11224                 add compose_entry_select(), used to select the default_to
11225                 email address - hopefully avoiding people sending mails to
11226                 wrong recipients.
11227
11228 2002-06-22 [alfons]     0.7.8claws15
11229
11230         * AUTHORS
11231                 add Bram Metsch & Stanislav Karchebny
11232         * src/smtp.[ch]
11233         * src/prefs_account.[ch]
11234         * src/send.c
11235                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11236                   options.  (see <http://sourceforge.net/tracker/index.php
11237                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11238
11239                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11240                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11241
11242 2002-06-22 [paul]       0.7.8claws14
11243
11244         * sync with 0.7.8cvs5
11245                 see ChangeLog 2002-06-19 and 2002-06-20
11246
11247 2002-06-22 [alfons]     0.7.8claws13
11248
11249         * src/selective_download.c
11250                 fix a stupid mistake I made
11251
11252 2002-06-22 [alfons]     0.7.8claws12
11253
11254         * src/selective_download.[ch]
11255                 fix another unnoticed leak; cleanup code
11256
11257 2002-06-21 [alfons]
11258
11259         * tools/Makefile.am
11260                 gpg-sign <-- gpg-sign-syl
11261
11262 2002-06-21 [alfons]     0.7.8claws11
11263
11264         * src/selective_download.c
11265         * src/selective_download.h
11266                 fix assorted mix of allocation errors (should solve
11267                 problem reported by Philippe GramoullĂ©, see:
11268                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11269
11270 2002-06-20 [melvin]     0.7.8claws10
11271
11272         * tools/gpg-sign *REMOVED*
11273           tools/gpg-sign-syl *ADDED*
11274                 Replaced the gpg clearsigning script with the version using
11275                 xterm instead of ssh-askpass and changed its name.
11276
11277         * README.claws
11278                 Updated actions example to reflect the renaming of the
11279                 gpg clearsigning script.
11280
11281 2002-06-19 [paul]       0.7.8claws9
11282
11283         * sync with 0.7.8claws9
11284                 see ChangeLog 2002-06-18 and 2002-06-19
11285
11286 2002-06-19 [paul]       0.7.8claws8
11287
11288         * sync with 0.7.8cvs1
11289                 see ChangeLog 2002-06-18
11290
11291 2002-06-18 [alfons]     0.7.8claws7
11292
11293         * src/mainwindow.h
11294                 add omitted prototype
11295
11296 2002-06-17 [paul]       0.7.8claws6
11297
11298         * src/mainwindow.c
11299                 fix hiding of exec_btn
11300
11301 2002-06-17 [paul]       0.7.8claws5
11302
11303         * src/pop.c
11304                 remove unneeded code: should_delete() 
11305                 and Pop3State::uidl_todelete_list
11306
11307 2002-06-17 [paul]       0.7.8claws4
11308
11309         * sync with 0.7.8
11310                 see ChangeLog 2002-06-11 and 2002-06-13
11311
11312 2002-06-16 [alfons]     0.7.8claws3
11313         
11314         * src/folder.c
11315                 make sure lock sort mode (claws specific) is
11316                 also persists after a tree rescan
11317
11318 2002-06-16 [alfons]     0.7.8claws2
11319
11320         * src/prefs_folder_item.c
11321         * src/folder.[ch]
11322                 fix persistence of folder sort mode (broken
11323                 by adapting Hiro's new folder persistence code)
11324
11325 2002-06-16 [alfons]     0.7.8claws1
11326
11327         * AUTHORS
11328         * src/logwindow.c
11329         * src/prefscommon.[ch]
11330                 control size of log text in log window; 
11331                 closes patch #569155 submitted by Mitko Haralanov.
11332
11333 2002-06-15 [paul]       0.7.8claws
11334
11335         * release of 0.7.8claws
11336
11337 2002-06-15 [paul]       0.7.7claws
11338
11339         * po/pt_BR.po
11340                 updated by Fabio Junior Beneditto
11341
11342 2002-06-14 [paul]       0.7.6claws49
11343
11344         * po/es.po
11345                 updated by Ricardo Mones Lastra
11346
11347 2002-06-14 [paul]       0.7.6claws48
11348
11349         * po/nl.po
11350                 updated translation by Wilbert Berendsen
11351
11352 2002-06-14 [melvin]     0.7.6claws47
11353
11354         * po/fr.po
11355                 Updated French translation
11356
11357 2002-06-13 [paul]       0.7.6claws46
11358
11359         * src/filesel.c
11360                 allow filename to be typed in, rather than just
11361                 selected by the mouse. Patch by Gustavo Noronha Silva.
11362
11363 2002-06-13 [alfons]     0.7.6claws45
11364
11365         * src/mainwindow.[ch]
11366                 more cleanups (removing unnecessary menu items Expand 
11367                 summary / message view)
11368
11369 2002-06-13 [melvin]     0.7.6claws44
11370
11371         * po/POTFILES.in
11372                 Added src/string_match.c
11373         * src/string_match.c
11374                 Fixed possible buffer overflow.
11375                 Corrected typo.
11376                 Added missing config.h header.
11377         * src/prefs_common.c
11378           src/prefs_matcher.c
11379           src/prefs_scoring.c
11380                 Made some strings translatable (missing _(..)).
11381
11382 2002-06-13 [melvin]     0.7.6claws43
11383
11384         * README.claws
11385                 Corrected action example (verifying clearsigned mail).
11386         * src/prefs_account.c
11387                 Corrected typo.
11388         * src/prefs_common.c
11389                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11390
11391 2002-06-12 [alfons]     0.7.6claws42
11392
11393         * src/summaryview.c
11394                 add init of score column lost in 0.7.6claws42
11395
11396 2002-06-12 [paul]       0.7.6claws41
11397
11398         * src/prefs_account.c
11399                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11400                 behavior of the radio buttons, (from 0.7.7cvs2)
11401
11402 2002-06-11 [alfons]     0.7.6claws40
11403
11404         * src/messageview.[ch]
11405         * src/summaryview.[ch]
11406         * src/summary_search.c
11407         * src/mainwindow.c
11408                 perform a sync to bring in Hiro's separate view implementation 
11409
11410                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11411
11412 2002-06-11 [paul]       0.7.6claws39
11413         
11414         * src/prefs_account.c
11415                 correct a typo on the Receive tab
11416
11417 2002-06-10 [match]      0.7.6claws38
11418
11419         * src/addressbook.c
11420                 Included address completion patch from Gustavo Noronha.
11421
11422 2002-06-10 [paul]       0.7.6claws37
11423
11424         * src/inc.[ch]
11425           src/pop.c
11426           src/prefs_account.[ch]
11427           src/selective_download.[ch]
11428                 apply PATCH #561712
11429                  NEW:
11430                 - check if POP Account
11431                 - Receive Button renamed to Preview
11432                 - Preview Button Popup: preview new/all messages
11433                 - Download Button
11434                 - Account Preferences-->Receive tab checkbutton if you
11435                   want to remove Mail after Download
11436                 -: default YES
11437                 - Account Preferences-->Receive tab checkbutton use
11438                   filtering rules on preview
11439                   (think of delete_on_server)
11440                 -: default YES
11441                 - Account selectable from SD dialog
11442                 - checkbutton to show already downloaded messages if
11443                   all messages are previewed
11444                 - new clist column showing Date
11445                 - ESC KEY close
11446                 FIXES:
11447                 - play ball with UIDL
11448                 - fault tolerant (?) 
11449                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11450
11451 2002-06-10 [melvin]     0.7.6claws36
11452
11453         * README.claws
11454                 Added a hint to ac/README in cvs instructions.
11455
11456         * src/prefs_actions.c
11457                 Made it possible to use a more elaborate command line
11458                 for asynchronous actions, too.
11459
11460 2002-06-10 [melvin]     0.7.6claws35
11461         
11462         * src/prefs_actions.c
11463                 Make it possible to use a more elaborate command line
11464                 (e.g. |foo|bar|cat>there;echo Done|)
11465                 Corrected error message when calling %f, %F and %p commands
11466                 from the compose window.
11467
11468 2002-06-09 [colin]      0.7.6claws34
11469
11470         * src/summaryview.c
11471                 Automatically find unread messages in current folder
11472                 before annoying the user.
11473
11474 2002-06-08 [alfons]     0.7.6claws33
11475
11476         * po/it.po
11477                 remove bad formatting string in it.po translation
11478                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11479
11480 2002-06-08 [paul]       0.7.6claws32
11481
11482         * sync with 0.7.6cvs25
11483                 see ChangeLog 2002-06-07
11484
11485 2002-06-05 [paul]       0.7.6claws31
11486
11487         * src/mainwindow.c
11488                 add 'Sort by locked' and 'Sort by score'
11489
11490 2002-06-05 [paul]       0.7.6claws30
11491
11492         * sync with 0.7.6cvs24
11493                 see ChangeLog 2002-06-04
11494
11495 2002-06-04 [paul]       0.7.6claws29
11496
11497         * po/pt_BR.po
11498                 updated by Fabio Junior Beneditto
11499
11500 2002-06-03 [thorsten]   0.7.6claws28
11501
11502         * src/matcher.c
11503                 fclose() matcherrc after reading
11504
11505 2002-06-03 [paul]       0.7.6claws27
11506
11507         * sync with 0.7.6cvs21
11508                 see ChangeLog 2002-05-31
11509
11510 2002-05-31 [paul]       0.7.6claws26
11511
11512         * sync with 0.7.6cvs20
11513                 see ChangeLog 2002-05-29 and 2002-05-30
11514
11515 2002-05-31 [paul]       0.7.6claws25
11516
11517         * src/imap.c
11518                 hopefully fix last buggy sync
11519
11520         * README.claws
11521                 correct typo in 'Actions' examples
11522
11523 2002-05-29 [paul]       0.7.6claws24
11524
11525         * sync with 0.7.6cvs18
11526                 see ChangeLog 2002-05-28 and 2002-05-29
11527
11528         * src/news.c
11529           src/nntp.[ch]
11530                 sync with above 
11531
11532 2002-05-28 [paul]       0.7.6claws23
11533
11534         * sync with 0.7.6cvs16
11535                 see ChangeLog 2002-05-28
11536
11537 2002-05-27 [thorsten]   0.7.6claws22 
11538
11539         * faq/it/sylpheed-faq-1.html
11540           faq/it/sylpheed-faq-2.html
11541           faq/it/sylpheed-faq-3.html
11542           faq/it/sylpheed-faq.html
11543                 corrected DOS lineendings
11544         * faq/de/sylpheed-faq-1.html
11545           faq/de/sylpheed-faq-2.html
11546           faq/en/sylpheed-faq-1.html
11547           faq/en/sylpheed-faq-2.html
11548           faq/en/sylpheed-faq-3.html
11549           faq/es/sylpheed-faq-1.html
11550           faq/es/sylpheed-faq-2.html
11551           faq/es/sylpheed-faq-3.html
11552           faq/fr/sylpheed-faq-1.html
11553           faq/it/sylpheed-faq-1.html
11554           faq/it/sylpheed-faq-2.html
11555           faq/it/sylpheed-faq-3.html
11556           faq/it/sylpheed-faq.html
11557                 changed ">" to &quot;
11558
11559 2002-05-27 [paul]       0.7.6claws21
11560         
11561         * sync with 0.7.6cvs15
11562                 see ChangeLog 2002-05-27
11563
11564 2002-05-27 [paul]       0.7.6claws20
11565
11566         * src/prefs_account.c
11567                 correct a typo
11568
11569 2002-05-26 [paul]       0.7.6claws19
11570
11571         * tools/README
11572                 correct a typo
11573
11574 2002-05-25 [paul]       0.7.6claws18
11575
11576         * tools/README
11577                 add description of kmail2sylpheed.pl
11578
11579 2002-05-25 [paul]       0.7.6claws17
11580
11581         * tools/kmail2sylpheed.pl       ** NEW FILE **
11582                 perl script that converts an exported Kmail address
11583                 book, converts it to sylpheed addressbook file,
11584                 writes the file to .sylpheed, and updates
11585                 addrbook--index.xml 
11586
11587 2002-05-25 [paul]       0.7.6claws16
11588
11589         * sync with 0.7.6cvs14
11590                 see ChangeLog 2002-05-23
11591
11592 2002-05-24 [paul]       0.7.6claws15
11593
11594         * README.claws
11595                 make a correction and add some more info
11596
11597 2002-05-24 [paul]       0.7.6claws14
11598
11599         * src/compose.c
11600                 fix memory leak in 
11601                 compose_redirect_write_headers_from_headerlist()
11602                 add Subject and Resent-Message-ID to
11603                 compose_redirect_write_headers()
11604                 Received, Subject, and X-UIDL are filtered out in 
11605                 compose_redirect_write_to_file()
11606
11607 2002-05-23 [paul]       0.7.6claws13
11608
11609         * src/compose.[ch]
11610           src/filtering.c
11611           src/mainwindow.c
11612           src/matcher.[ch]
11613           src/matcher_parser_lex.l
11614           src/matcher_parser_parse.y
11615           src/prefs_common.[ch]
11616           src/prefs_filtering.c
11617           src/summaryview.c
11618                 rename 'Bounce' to 'Redirect'
11619
11620 2002-05-23 [paul]       0.7.6claws12
11621
11622         * more sync with 0.7.6cvs13
11623           src/compose.c
11624                 see ChangeLog 2002-05-22
11625
11626 2002-05-22 [paul]       0.7.6claws11
11627
11628         * sync with 0.7.6cvs13
11629           src/codeconv.c
11630                 see ChangeLog 2002-05-20
11631           src/prefs_common.c
11632                 see ChangeLog 2002-05-22
11633
11634 2002-05-21 [melvin]     0.7.6claws10
11635
11636         * src/folderview.c
11637                 Added missing filtering and scoring headers
11638                 Fixed bad function call that showed garbage 
11639                 in Folder->Processing
11640
11641 2002-05-21 [paul]       0.7.6claws9
11642
11643         * tools/Makefile.am
11644                 make all tools executable, (patch by Alfons).
11645
11646 2002-05-20 [alfons]     0.7.6claws8
11647
11648         * src/procheader.c
11649                 don't forget to call mktime() so we have a valid week 
11650                 and year day
11651                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11652
11653 2002-05-20 [paul]       0.7.6claws7
11654
11655         * src/html.c
11656                 fix broken parsing of urls
11657         * src/textview.c
11658                 fix displaying of urls
11659
11660                 both fixes from the patch [547855] by Eugene 
11661                 Brevdo (zonem)
11662
11663 2002-05-19 [alfons]     0.7.6claws6
11664
11665         * configure.in
11666                 make sylpheed configure correctly with the latest
11667                 and greatest of automake / autoconf / gettext
11668
11669 2002-05-19 [alfons]     0.7.6claws5
11670
11671         * src/procheader.c
11672         * src/procheader.h
11673                 add function for returning ime zone offset
11674         * src/quote_fmt.c
11675         * src/quote_fmt_parse.y
11676                 better quotation formatting - does not convert
11677                 to local time, but uses the original date string.
11678                 
11679                 Note: %z inserts the timezone offset (should 
11680                 work also on platforms where strftime does not
11681                 support %z).
11682
11683 2002-05-18 [christoph]  0.7.6claws4
11684
11685         * src/summaryview.c
11686                 fix indentation of some code
11687         * tools/Makefile.am
11688                 fix spaces after \
11689         * src/Makefile.am
11690                 add missing \
11691                 correct path for ignorethread.xpm
11692                 incorrect filename for sylpheed_logo.xpm
11693                 add missing include matcher_parser_parse.h
11694
11695 2002-05-18 [paul]       0.7.6claws3
11696
11697         * sync with 0.7.6cvs8
11698                 see ChangeLog 2002-05-16 and 2002-05-17
11699
11700 2002-05-18 [melvin]     0.7.6claws2
11701
11702         * README.claws
11703                 Corrected an action's definition and fixed some misspellings.
11704
11705 2002-05-18 [paul]       0.7.6claws1
11706
11707         * tools/Makefile.am
11708           tools/gpg-sign        ** new file **
11709           tools/uudec           ** new file **
11710                 add Melvin's Actions scripts
11711
11712         * README.claws
11713                 add Melvin's descriptions for Actions
11714
11715 2002-05-18 [paul]       0.7.6claws
11716
11717         * Version 0.7.6claws released
11718
11719 2002-05-17 [paul]       0.7.5claws32
11720
11721         * po/es.po
11722                 updated by Ricardo Mones Lastra
11723
11724 2002-05-17 [paul]       0.7.5claws31
11725
11726         * src/compose.c
11727                 fix Account prefs default folder for sent/draft/deleted
11728                 messages bug
11729
11730         * po/it.po
11731           po/nl.po
11732                 updated translation by Alessandro Maestri and
11733                 Wilbert Berendsen
11734
11735 2002-05-17 [melvin]     0.7.5claws30
11736
11737         * src/prefs_actions.c
11738                 Fixed bug where using %F not at the end of the command 
11739                 resulted in an additional empty argument being created.
11740                 Thanks to Darko Koruga for reporting the bug.
11741
11742 2002-05-17 [melvin]     0.7.5claws29
11743
11744         * po/fr.po
11745                 Updated French translations.
11746
11747 2002-05-15 [paul]       0.7.5claws28
11748         
11749         * po/es.po
11750                 updated by Ricardo Mones Lastra
11751
11752 2002-05-15 [paul]       0.7.5claws27
11753
11754         * sync with 0.7.6cvs4
11755                 see ChangeLog 2002-05-14 and 2002-05-15
11756
11757 2002-05-14 [paul]       0.7.5claws26
11758
11759         * sync with 0.7.6cvs1
11760                 see ChangeLog 2002-05-13
11761
11762 2002-05-13 [thorsten]   0.7.5claws25
11763
11764         * src/messageview.c
11765                 fix select_all and copy in multipart messages
11766         * src/mainwindow.c
11767                 fix select_all and copy in multipart messages
11768
11769 2002-05-12 [paul]       0.7.5claws24
11770
11771         * src/summaryview.c
11772                 reverse last commit, bug already fixed in 0.7.5claws3
11773
11774 2002-05-12 [netztorte]  0.7.5claws23
11775
11776         * src/summaryview.c
11777                 dont parse empty addressbook (checked in before claws20)
11778
11779 2002-05-12 [melvin]     0.7.5claws22
11780
11781         * src/procmsg.[ch]
11782                 Removed unneeded priority code introduced by the previous 
11783                 commit.
11784
11785 2002-05-12 [melvin]     0.7.5claws21
11786
11787         * src/compose.[ch]
11788                 Added possibility to set message's priority.
11789         * src/procmsg.[ch]
11790                 Added possibility to set message's priority.
11791                 Added missing headers
11792
11793 2002-05-12 [melvin]     0.7.5claws20
11794
11795         * src/prefs_actions.c
11796                 Removed implicitely added quotes around the name
11797                 of the temporary files of mime parts.
11798
11799 2002-05-12 [paul]       0.7.5claws19
11800
11801         * sync with 0.7.5cvs20
11802                 see ChangeLog 2002-05-11
11803
11804 2002-05-12 [alfons]     0.7.5claws18
11805
11806         * src/quote_fmt_lex.l
11807         * src/quote_fmt_parse.y
11808                 allow quote / reply date & time format to be set using
11809                 %D{format}. format is a format string you'd pass to
11810                 strftime() (see man strftime, or the Display tab |
11811                 Date format setting).
11812
11813                 Currently %D converts the date to local time. 
11814
11815 2002-05-11 [paul]       0.7.5claws17
11816
11817         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11818                 see ChangeLog 2002-05-10 and 2002-05-11
11819
11820 2002-05-10 [paul]       0.7.5claws16
11821
11822         * sync with 0.7.5cvs16
11823                 see ChangeLog entries 2002-05-09 and 
11824                 2002-05-10
11825
11826 2002-05-10 [colin]      0.7.5claws15
11827
11828         * src/textview.c
11829                 Corrected a bug that prevented sylpheed to open
11830                 double-clicked URIs.
11831
11832 2002-05-09 [paul]       0.7.5claws14
11833
11834         * sync with 0.7.5cvs14
11835                 see ChangeLog 2002-05-08 and 2002-05-09
11836
11837 2002-05-08 [paul]       0.7.5claws13
11838
11839         * sync with 0.7.5cvs11
11840                 see ChangeLog entry 2002-05-08
11841
11842 2002-05-08 [paul]       0.7.5claws12
11843
11844         * src/mainwindow.c
11845           src/textview.[ch]
11846                 fix segfault on View->Open in new window
11847                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11848
11849 2002-05-07 [paul]       0.7.5claws11
11850
11851         * sync with 0.7.5cvs9
11852                 see ChangeLog entry 2002-05-07
11853
11854 2002-05-06 [paul]       0.7.5claws10
11855
11856         * src/messageview.c
11857           src/textview.c
11858                 display url in statusbar on single-click
11859                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11860
11861 2002-05-06 [match]      0.7.5claws9
11862
11863         * src/addritem.[ch]
11864                 new functions.
11865         * src/addrcache.c
11866                 tidy up.
11867         * src/xmlprops.[ch]
11868                 XML implementation of properties file.
11869         * src/exporthtml.[ch]
11870         * src/expthtmldlg.[ch]
11871         * src/addressbook.c
11872                 export to HTML.
11873
11874 2002-05-02 [sergey]     0.7.5claws8
11875
11876         * src/mainwindow.c (mainwin_entries),
11877           src/prefs_common.c (prefs_send_create()),
11878           src/codeconv.c (locale_table):
11879                 use charset name "Windows-1251" instead of "CP1251".
11880
11881 2002-05-02 [colin]      0.7.5claws7
11882         
11883         * src/compose.c
11884           src/prefs_common.c
11885           src/prefs_folder_item.c
11886                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11887
11888 2002-05-02 [hiro]       0.7.5claws6
11889
11890         * src/imap.c
11891                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11892
11893 2002-05-02 [paul]       0.7.5claws5
11894
11895         * src/compose.c
11896                 more sync with 0.7.5cvs7, see ChangeLog entry
11897                 2002-05-02
11898
11899 2002-05-02 [hiro]       0.7.5claws4
11900
11901         * src/compose.c
11902                 compose_queue_sub():
11903                 check if queue folder exists (closes #550397).
11904                 removed directory creation since it should be handled
11905                 transparently.
11906         * src/imap.c
11907                 imap_add_msg(): return UID for appended message
11908                 (closes #548842).
11909
11910 2002-04-30 [paul]       0.7.5claws3
11911
11912         * src/summaryview.c
11913                 fix account_find_from_address() bug
11914
11915 2002-04-28 [colin]      0.7.5claws2
11916
11917         * src/compose.c
11918           src/textview.c
11919           src/prefs_common.[ch]
11920           src/utils.[ch]
11921                 Added user-definable quotation characters recognition.
11922
11923 2002-04-28 [paul]       0.7.5claws1
11924
11925         * sync with 0.7.5cvs4
11926                 see ChangeLog entry  2002-04-25
11927
11928 2002-04-28 [paul]       0.7.5claws
11929
11930         * po/es.po
11931           po/nl.po
11932           po/pt_BR.po
11933                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11934                 Fabio Junior Beneditto
11935
11936 2002-04-27 [jens]       0.7.4claws103
11937
11938         * po/de.po
11939                 updated German translation.
11940
11941 2002-04-27 [hiro]       0.7.4claws102
11942
11943         * src/summaryview.c
11944                 summary_write_cache(): fixed the mark loss of hidden messages.
11945
11946 2002-04-26 [melvin]     0.7.4claws101
11947
11948         * src/procmsg.c
11949                 fixed a second typo (same one)
11950         * po/fr.po
11951           po/it.po
11952           po/pt_BR.po
11953                 fixed the type again...
11954
11955 2002-04-26 [melvin]     0.7.4claws100
11956
11957         * src/procmsg.c
11958                 fixed a typo in an alert message ("temorary").
11959         * po/it.po
11960         * po/pt_BR.po
11961                 corrected the typo  described above.
11962         * po/fr.po
11963                 updated French translation.
11964
11965 2002-04-26 [darko]      0.7.4claws99
11966
11967         * src/summaryview.c
11968                 fix target folder colorization
11969
11970 2002-04-25 [paul]       0.7.4claws98
11971
11972         * po/it.po
11973                 updated by Alessandro Maestri
11974
11975 2002-04-24 [colin]      0.7.4claws97
11976         
11977         * src/compose.c
11978                 Fixed double "subject is empty" question.
11979
11980 2002-04-23 [colin]      0.7.4claws96
11981         
11982         * src/mimeview.c
11983                 Corrected issue when "automatically display images" was
11984                 not set : first image remained after selecting second.
11985
11986 2002-04-23 [melvin]     0.7.4claws95
11987
11988         * src/prefs_actions.c
11989                 Don't display in/out dialog if there is nothing to show.
11990
11991 2002-04-23 [paul]       0.7.4claws94
11992
11993         * sync with 0.7.5cvs3
11994                 bug fixes: see ChangeLog entry 2002-04-23
11995
11996 2002-04-22 [darko]      0.7.4claws93
11997
11998         * src/compose.c
11999                 fix previous check-in which changed code after
12000                 merge from main
12001
12002 2002-04-22 [paul]       0.7.4claws92
12003
12004         * faq/de/*
12005                 add German FAQ
12006         * faq/en/*
12007           faq/es/*
12008           faq/fr/*
12009                 update English, Spanish and French FAQs
12010         * manual/de/*
12011           manual/es/*
12012                 add German and Spanish manuals
12013         * manual/en/*
12014           manual/fr/*
12015                 update English and French manuals
12016
12017         * src/Makefile.am
12018                 add to and re-arrange the pixmap entries
12019
12020 2002-04-22 [darko]      0.7.4claws91
12021
12022         * src/compose.c
12023                 fix sender initials recognition to only allow
12024                 '>' after the initials
12025
12026 2002-04-21 [paul]       0.7.4claws90
12027
12028         * sync with 0.7.5 release
12029                 see ChangeLog entry 2002-04-21
12030
12031 2002-04-21 [alfons]
12032
12033         * src/Makefile.am
12034                 add colin's new pixmaps to EXTRA_DIST
12035
12036 2002-04-21 [colin]      0.7.4claws89
12037         * src/compose.c
12038         * src/inc.c
12039         * src/mainwindow.[ch]
12040         * src/prefs_common.[ch]
12041         * src/stock_pixmap.[ch]
12042                 Added "Work offline" ability.
12043
12044 2002-04-21 [colin]      0.7.4claws88
12045         
12046         * src/mimeview.c
12047         * src/prefs_common.c
12048         * src/prefs_common.h
12049         * src/textview.c : Added an option to common preferences -> display
12050           to allow user not to automatically display images.
12051
12052 2002-04-21 [paul]       0.7.4claws87
12053
12054         * sync with 0.7.4cvs52
12055                 see ChangeLog entry 2002-04-21 (src/imap.c)
12056
12057 2002-04-21 [paul]       0.7.4claws86
12058
12059         * sync with 0.7.4cvs51
12060                 see ChangeLog entry 2002-04-21
12061
12062 2002-04-21 [paul]       0.7.4claws85
12063
12064         * sync with 0.7.4cvs49
12065                 see ChangeLog entries 2002-04-20 and 2002-04-21
12066
12067         * src/Makefile.am
12068                 clean up: remove old 'stock_' element from xpm 
12069                 filenames.
12070
12071 2002-04-21 [alfons]     0.7.4claws84
12072
12073         apply sync patch from Paul
12074
12075         * src/folderview.c
12076                 use old claws prefs_folder_item_create() for now
12077
12078 2002-04-19 [match]      0.7.4claws83
12079
12080         * src/addressbook.[ch]
12081         * src/addrharvest.[ch]
12082         * src/addrgather.[ch]
12083                 recurse folders.
12084         * src/mainwindow.c
12085         * src/summaryview.[ch]
12086                 change menu option.
12087
12088 2002-04-19 [paul]       0.7.4claws82
12089
12090         * po/pt_BR.po
12091                 updated by Fabio Junior Beneditto
12092
12093 2002-04-14 [alfons]     0.7.4claws81
12094
12095         * src/passphrase.c
12096                 add #include <sys/types.h> for mode_t and off_t 
12097
12098 2002-04-13 [paul]       0.7.4claws80
12099         
12100         * src/main.c
12101           src/passphrase.[ch]
12102           src/pgptext.c
12103           src/prefs_common.[ch]
12104           src/rfc2015.c
12105                 enable storing of GnuPG passphrase for the whole 
12106                 session or a user-defined number of minutes. patch 
12107                 submitted by Ravemax <ravemax@dextrose.com>
12108
12109 2002-04-13 [alfons]     0.7.4claws79
12110
12111         * src/textview.c
12112                 make email parser also stop scanning when encountering separators
12113                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12114
12115 2002-04-13 [paul]       0.7.4claws78
12116
12117         * sync with 0.7.4cvs39
12118                 see ChangeLog entry 2002-04-12
12119
12120 2002-04-11 [paul]       0.7.4claws77
12121
12122         * sync with 0.7.4cvs37
12123                 see ChangeLog entry 2002-04-11
12124
12125 2002-04-11 [paul]       0.7.4claws76
12126
12127         * COPYING 
12128                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12129                 the clause for OpenSSL). sync with sylpheed main
12130
12131 2002-04-09 [melvin]     0.7.4claws75
12132
12133         * src/compose.c
12134                 Made 'Ctrl-Enter' on send ignore some modifiers 
12135                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12136                 to bind other *-Enter (but not Alt-Enter).
12137
12138 2002-04-09 [paul]       0.7.4claws74
12139
12140         * sync with 0.7.4cvs35
12141                 see ChangeLog entries 2002-04-09
12142
12143 2002-04-08 [paul]       0.7.4claws73
12144
12145         * sync with 0.7.4cvs33
12146                 see ChangeLog entry 200-04-08
12147
12148 2002-04-07 [match]      0.7.4claws72
12149
12150         * src/addrharvest.[ch]
12151                 fixed to read all addresses in header, regardless
12152                 of header size. improved name parsing. accommodate
12153                 harvest from folders and selected message.
12154         * src/addritem.[ch]
12155                 included new address parsing function.
12156         * src/addrgather.[ch]
12157         * src/addressbook.[ch]
12158         * src/summaryview.[ch]
12159         * src/mainwindow.c
12160                 allow address harvest of folder as well as selected
12161                 messages.
12162
12163 2002-04-07 [paul]       0.7.4claws71
12164
12165         * src/esmtp.[ch]
12166           src/smtp.c
12167                 don't try to authenticate with CRAM-MD5 in SMTP when 
12168                 SMTP-AUTH enabled if MTA doesn't issue this 
12169                 auth-method in it's ehlo-response. bug item #531364,
12170                 patch item #938910. patch submitted by Colin Leroy 
12171                 <colin@colino.net>
12172
12173 2002-04-07 [paul]       0.7.4claws70
12174
12175         * src/nntp.c
12176                 fix missing MODE_READER bug. patch submitted by
12177                 Colin Leroy <colin@colino.net>
12178
12179 2002-04-07 [alfons]     0.7.4claws69
12180
12181         * src/matcher.[ch]
12182         * src/prefs_filtering.c
12183         * src/summaryview.c
12184                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12185                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12186
12187 2002-04-07 [paul]       0.7.4claws68
12188
12189         * sync with 0.7.4cvs32
12190                 see ChangeLog entry 2002-04-06
12191
12192         * tools/filter_conv.pl
12193                 more bug fixes
12194
12195 2002-04-06 [paul]       0.7.4claws67
12196
12197         * tools/filter_conv.pl
12198                 modify to be able to find the name of the first
12199                 mailbox and use that. main's filter does not
12200                 record the full path to the mailbox and therefore
12201                 can only filter to the first mailbox.
12202
12203 2002-04-05 [paul]       0.7.4claws66
12204
12205         * tools/filter_conv.pl
12206                 attempt to make the script all-encompassing and
12207                 be able to convert any main 'filter' rule thrown
12208                 at it
12209
12210 2002-04-05 [paul]       0.7.4claws65
12211
12212         * tools/filter_conv.pl
12213                 allow for collapsed folder trees
12214
12215 2002-04-05 [paul]       0.7.4claws64
12216
12217         * sync with 0.7.4cvs31
12218                 see ChangeLog entries 2002-04-05
12219
12220 2002-04-03 [paul]       0.7.4claws63
12221
12222         * sync with 0.7.4cvs29
12223                 see ChangeLog entries 2002-04-02 and 2002-04-03
12224
12225 2002-04-02 [paul]       0.7.4claws62
12226
12227         * sync with 0.7.4cvs26
12228                 see ChangeLog entry 2002-04-01
12229
12230 2002-04-02 [match]      0.7.4claws61
12231
12232         * src/pine.[ch]
12233         * src/importpine.[ch]
12234         * src/addressbook.c
12235                 import Pine address book.
12236
12237 2002-04-02 [match]      0.7.4claws60
12238
12239         * src/addrharvest.[ch]
12240                 improve address parsing of funky addresses.
12241
12242 2002-04-02 [darko]      0.7.4claws59
12243
12244         * src/compose.c
12245                 wrap on send improvements, it now recognizes quoted
12246                 initials as part of the quotation string, and it
12247                 does not join lines separated by CR
12248
12249 2002-04-01 [match]      0.7.4claws58
12250
12251         * src/mgutils.[ch]
12252                 added new functions.
12253         * src/mutt.[ch]
12254                 remove excessive duplicate address generation
12255                 on import.
12256
12257 2002-04-01 [alfons]     0.7.4claws57
12258         
12259         * src/summaryview.c
12260                 put back g_free() 
12261
12262 2002-04-01 [paul]       0.7.4claws56
12263
12264         * sync with 0.7.4cvs25
12265                 see ChangeLog entry 2002-04-01
12266
12267 2002-04-01 [alfons]     0.7.4aprilfool55
12268
12269         * src/summaryview.c
12270                 honour feature request item #537427 to allow for
12271                 displaying names from address book for sent mail also
12272
12273 2002-03-29 [paul]       0.7.4claws54
12274
12275         * src/mainwindow.c
12276           src/prefs_filtering.[ch]
12277           src/prefs_matcher.c
12278           src/summaryview.c
12279                 add 'fast filter' for claws' filtering,
12280                 /Tools/Create filter rule/... patch submitted
12281                 by Neill Miller <neillm@thecodefactory.org>
12282
12283 2002-03-29 [paul]       0.7.4claws53
12284
12285         * sync with 0.7.4cvs24
12286                 see ChangeLog entry 2002-03-29
12287
12288 2002-03-28 [paul]       0.7.4claws52
12289
12290         * sync with 0.7.4cvs23
12291                 see ChangeLog entry 2002-03-28
12292
12293 2002-03-27 [melvin]     0.7.4claws51
12294
12295         * src/prefs_actions.c
12296                 Added support to pass only one message part (as a
12297                 file) to the command using '%p'. No quotes are needed
12298                 because doubles quotes are automatically added.
12299                 Fixed bug where Sylpheed could block when waiting for
12300                 a child process to finish.
12301                 Changed the help menu to remove quotes around symbols to 
12302                 avoid misinterpretation (they must not be used).
12303
12304 2002-03-27 [melvin]     0.7.4claws50
12305
12306         * src/inc.c
12307                 Made the new mail notification command always 
12308                 execute asynchronously.
12309
12310 2002-03-27 [paul]       0.7.4claws49
12311
12312         * src/compose.c
12313                 fix bug introduced in last commit
12314
12315 2002-03-27 [paul]       0.7.4claws48
12316
12317         * sync with 0.7.4cvs21
12318                 see ChangeLog 2002-03-26 and 2002-03-27
12319
12320 2002-03-26 [hoa]        0.7.4claws47
12321
12322         * src/prefs_folder_item.c
12323                 really fixed the bug #516442 with folder rescan.
12324
12325 2002-03-26 [paul]       0.7.4claws46
12326
12327         * sync with 0.7.4cvs19
12328                 see ChangeLog entries 2002-03-25 and 2002-03-26
12329
12330 2002-03-25 [hoa]        0.7.4claws45
12331
12332         * src/matcher.c
12333         * src/mh.c
12334                 fix the bug #516442 with folder rescan.
12335
12336         * src/prefs_common.[ch]
12337         * src/compose.c
12338                 added an option to enable two different behaviours
12339                 for bounce.
12340
12341
12342 2002-03-25 [paul]       0.7.4claws44
12343
12344         * src/mainwindow.c
12345           src/selective_download.c
12346                 correct a few menuitem labels
12347
12348 2002-03-25 [christoph]  0.7.4claws43
12349
12350         * src/procmsg.c
12351                 fix non deleted tmp message in
12352                 procmsg_save_to_outbox
12353                 fix problems caused by sync with
12354                 main branch's procmsg_send_queue
12355
12356 2002-03-25 [paul]       0.7.4claws42
12357
12358         * src/quote_fmt.c
12359           src/quote_fmt_lex.l
12360           src/quote_fmt_parse.y
12361                 add Last name (%L) placeholder for quoting. 
12362                 patch submitted by Thorsten Thielen 
12363                 <thth@users.sourceforge.net>
12364
12365 2002-03-25 [paul]       0.7.4claws41
12366
12367         * src/utils.c
12368                 get full hostname. patch submitted by
12369                 Bob Woodside <rwoodside1@comcast.net>
12370
12371 2002-03-25 [paul]       0.7.4claws40
12372
12373         * src/account.c
12374           src/news.c
12375           src/nntp.[ch]
12376           src/prefs_account.[ch]
12377                 enable NNTP over SSL. patch submitted by
12378                 Pascal Jermini <pascal@infinity.hn.org>
12379
12380 2002-03-24 [paul]       0.7.4claws39
12381
12382         * src/prefs_common.c
12383                 make the arrangement of the Compose tab more
12384                 coherent
12385
12386         * src/mainwindow.c
12387                 fix some irregularities of style
12388
12389         * po/de.po
12390                 updated by Kilian Krause
12391
12392 2002-03-23 [paul]       0.7.4claws38
12393
12394         * po/pt_BR.po
12395                 updated by Fabio Junior Beneditto
12396
12397 2002-03-23 [paul]       0.7.4claws37
12398
12399         * src/mainwindow.c
12400                 move 'Gather addresses' to 'Tools' menu
12401                 make 'Selective download' sensitive
12402
12403 2002-03-23 [paul]       0.7.4claws36
12404
12405         * sync with 0.7.4cvs16
12406                 see ChangeLog entries 2002-03-23
12407
12408 2002-03-22 [christoph]  0.7.4claws35
12409
12410         * src/quote_fmt_parse.y
12411                 fix include program output
12412
12413 2002-03-22 [alfons]     0.7.4claws34
12414
12415         * src/pop.c
12416                 initialize GDate stack variable correctly (sorry!)
12417
12418 2002-03-22 [paul]       0.7.4claws33
12419
12420         * src/compose.c
12421           src/mainwindow.c
12422           src/prefs_actions.c
12423           src/prefs_common.c
12424                 rename 'Tool' to 'Tools'
12425
12426         * src/mainwindow.c
12427                 move 'Delete duplicated messages' from
12428                 'Message/' to 'Tools/'
12429                 re-arrange the order of 'Tools/' items
12430
12431 2002-03-22 [paul]       0.7.4claws32
12432
12433         * src/addr_compl.c
12434           src/addressbook.[ch]
12435                 auto-address completion now also matches on
12436                 Nickname. patch submitted by Bob Forsman 
12437                 <hammor@users.sourceforge.net>
12438
12439         * src/editaddress.c
12440                 correct a spelling mistake
12441
12442 2002-03-22 [alfons]     0.7.4claws31
12443
12444         * src/pop.c
12445                 fix getting uidl from incorrect string 
12446                 (spotted by Colin)
12447
12448 2002-03-21 [alfons]     0.7.4claws30
12449
12450         * src/pop.c
12451                 more code refactoring
12452                 plug mem leak introduced by delete on server
12453
12454 2002-03-21 [paul]       0.7.4claws29
12455
12456         * sync with 0.7.4cvs11
12457                 see ChangeLog entries 2002-03-20
12458
12459 2002-03-20 [alfons]     0.7.4claws28
12460
12461         * src/inc.c
12462                 apply Colin's patch and refactor
12463
12464 2002-03-20 [paul]       0.7.4claws27
12465
12466         * sync with sylpheed 0.7.4cvs9
12467                 see ChangeLog entry 2002-03-20
12468
12469 2002-03-19 [christoph]  0.7.4claws26
12470
12471         * src/mh.c
12472         * src/procmsg.[ch]
12473         * src/summaryview.c
12474                 revert changes for flag updates
12475                 (does not work correctly and no time to debug)
12476
12477 2002-03-20 [alfons]     0.7.4claws25
12478
12479         * src/pop.c
12480                 refactor should_delete() a little bit 
12481
12482 2002-03-19 [paul]       0.7.4claws24
12483
12484         * src/inc.[ch]
12485           src/pop.c
12486           src/prefs_account.[ch]
12487                 allow the user to leave downloaded mail on the 
12488                 server for n days. Patch submitted by Colin Leroy 
12489                 <colin@colino.net>
12490
12491 2002-02-19 [paul]       0.7.4claws23
12492
12493         * sync with sylpheed 0.7.4cvs8
12494                 see ChangeLog entries 2002-03-19
12495
12496 2002-03-18 [paul]       0.7.4claws22
12497
12498         * sync with sylpheed 0.7.4cvs6
12499                 see ChangeLog entry 2002-03-18
12500
12501 2002-03-18 [paul]       0.7.4claws21
12502
12503         * po/en_GB.po
12504                 add en_GB message catalogue
12505
12506         * src/mbox_folder.c
12507           src/prefs_account.c
12508           src/prefs_actions.c
12509                 correct a few spelling mistakes
12510
12511 2002-03-17 [alfons]     0.7.4claws20
12512
12513         * src/matcher.c
12514                 more stringent checks for NULL params when writing
12515                 filtering actions to a file
12516                 
12517 2002-03-17 [hoa]        0.7.3claws20
12518
12519         * src/news.c
12520                 fixed the count of new messages
12521
12522         * src/compose.c
12523                 fixed the "attachment properties" window
12524
12525 2002-03-17 [paul]       0.7.4claws19
12526
12527         * src/defs.h
12528           src/folder.h
12529           src/news.c
12530           src/prefs_account.[ch]
12531           src/procmsg.[ch]
12532           src/summaryview.c
12533                 automatically mark cross-posted messages as read 
12534                 and (optionally) give them a colour label
12535                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12536                 
12537
12538 2002-03-17 [paul]       0.7.4claws18
12539
12540         * sync with sylpheed 0.7.4cvs5
12541                 see ChangeLog entry 2002-03-17
12542
12543 2002-03-17 [melvin]     0.7.4claws17
12544         
12545         * src/textview.c
12546                 Worked around a gtktext 'bug': when searching for 
12547                 a text in a long message it was scrolling slowly
12548                 line by line until it hit the searched text.
12549         * po/fr.po
12550                 Updated French translation
12551
12552 2002-03-17 [melvin]     0.7.4claws16
12553
12554         * src/mainwindow.c
12555         * src/compose.c
12556         * src/prefs_actions.c
12557                 Moved "Edit/Actions" to "Tool/Actions"
12558                 Made mainwindow/compose window sensitive as soon as
12559                 no child process is running anymore even if the io dialog
12560                 is open.
12561                 Fixed a struct being initialized with a non constant char*
12562
12563 2002-03-16 [christoph]  0.7.4claws15
12564
12565         * configure.in
12566                 add --with-compiler-flags option
12567                 (only for developer hacking)
12568         * src/mh.c
12569         * src/procmsg.[ch]
12570         * src/summaryview.c
12571                 try to make folder-stats and flag handling more
12572                 independent from the summaryview. msgcounts
12573                 are only set when the folder is opened and
12574                 procmsg_msginfo_(un)set_flags will handle it
12575                 later and summaryview will get the values
12576                 from the folder.
12577
12578 2002-03-16 [paul]       0.7.4claws14
12579
12580         * src/messageview.c
12581                 fix Return-receipt. Patch submitted by Bob
12582                 Woodside <rwoodside1@comcast.net>
12583
12584 2002-03-16 [paul]       0.7.4claws13
12585
12586         * src/compose.c
12587                 fix 'dynamic' signatures, make it work again
12588                 broken during sync on 2002-03-14 (0.7.4claws2)
12589
12590 2002-03-15 [match]      0.7.4claws12
12591
12592         * src/addrharvest.[ch]
12593         * src/addrgather.[ch]
12594         * src/addressbook.[ch]
12595         * src/mainwindow.c
12596                 included address harvester feature. still some
12597                 issues with address parsing that I will fix.
12598
12599 2002-03-15 [match]      0.7.4claws11
12600
12601         * src/addrbook.[ch]
12602         * src/addrcache.[ch]
12603         * src/addressbook.[ch]
12604         * src/addrindex.c
12605         * src/editbook.c
12606         * src/importldif.c
12607         * src/importmutt.c
12608         * src/jpilot.[ch]
12609         * src/main.c
12610         * src/syldap.[ch]
12611         * src/vcard.[ch]
12612                 tidy up. fix memory leaks. moved attribs and methods
12613                 from individual interfaces to addrcache object. prep
12614                 for new stuff to come in.
12615
12616 2002-03-15 [alfons]     0.7.4claws10
12617
12618         * src/matcher.[ch]
12619         * src/matcher_parser_parse.y
12620         * src/matcher_parser_lex.l
12621         * src/prefs_matcher.c
12622                 add filtering conditions message greater than, smaller 
12623                 than, and exactly matching a size in bytes
12624                 (does not work with delete from POP3 server yet)
12625
12626                 this should also give others an idea what you should
12627                 do to add new criterions to claws filtering system
12628                 
12629
12630 2002-03-15 [paul]       0.7.4claws9
12631
12632         * tools/filter_conv.pl
12633                 exit if there are no filter rules to convert
12634                 rename filterrc to filterrc.old after completion
12635
12636 2002-03-15 [paul]       0.7.4claws8
12637
12638         * sync with sylpheed 0.7.4cvs3
12639                 see ChangeLog entry 2002-03-14
12640
12641 2002-03-14 [paul]       0.7.4claws7
12642
12643         * src/compose.c
12644                 clean up the last commit (ahem)
12645
12646 2002-03-14 [paul]       0.7.4claws6
12647
12648         * src/compose.c
12649                 fix bug #515655. honour account preferences
12650                 regarding gpg default signing/encryption when 
12651                 changing account from the compose window.
12652
12653 2002-03-14 [paul]       0.7.4claws5
12654
12655         * src/folderview.c
12656                 remove unnecessary curly brackets
12657
12658 2002-03-14 [paul]       0.7.4claws4
12659
12660         * src/folderview.c
12661           src/prefs_filtering.[ch]
12662                 add filter rename on folder rename and filter
12663                 delete on folder delete. Patch submitted by
12664                 Neill Miller <neillm@thecodefactory.org> 
12665
12666 2002-03-14 [christoph]  0.7.4claws3
12667
12668         * src/procmsg.c
12669         * src/send.c
12670                 fix local delivery
12671                 (patch submitted by "Simon 'corecode' Schubert")
12672         * src/prefs_common.c
12673         * src/procmsg.c
12674                 fix gcc 3.0 warning
12675
12676 2002-03-14 [paul]       0.7.4claws2
12677
12678         * sync with sylpheed 0.7.4cvs2
12679                 see ChangeLog entry 2002-03-13
12680
12681 2002-03-12 [darko]      0.7.4claws1
12682
12683         * src/mainwindow.c
12684                 fix what seems to be a copy and paste error
12685                 when setting color for important messages
12686                 (reported by wwp)
12687
12688 2002-03-11 [paul]       version 0.7.4claws released
12689
12690 2002-03-11 [paul]       0.7.4claws
12691
12692         * po/es.po
12693           po/it.po
12694           po/nl.po
12695           po/pt_BR.po
12696                 update message catalogs. Submitted by Ricardo Mones 
12697                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12698                 Fabio Junior Beneditto
12699
12700         * configure.in
12701           faq/Makefile.am
12702           faq/it/Makefile
12703           faq/it/sylpheed-faq*
12704           src/mainwindow.c
12705           src/manual.[ch]
12706                 add FAQ in Italian
12707         
12708
12709 2002-03-11 [jens]       0.7.3claws7
12710
12711         * po/de.po
12712                 updated German translation
12713
12714 2002-03-11 [melvin]     0.7.3claws6
12715
12716         * po/fr.po
12717                 updated and corrected French translation
12718
12719 2002-03-10 [hoa]        0.7.3claws5
12720
12721         * src/account.c
12722         * src/inc.c
12723         * src/prefs_account.c
12724         * src/procmsg.c
12725         * src/send.[ch]
12726                 fixed the local account.
12727                 you have to change the default "/usr/sbin/sendmail"
12728                 to "/usr/sbin/sendmail -t" in the preferences of
12729                 the local account.
12730
12731         * src/procmime.c
12732                 removed some debug display for renderer
12733
12734 2002-03-10 [paul]       0.7.3claws4
12735
12736         * faq/en/sylpheed-faq-1.html
12737           faq/en/sylpheed-faq-2.html
12738                 update
12739
12740 2002-03-09 [paul]       0.7.3claws3
12741
12742         * sync with sylpheed 0.7.4
12743                 see ChangeLog entry 2002-03-09
12744
12745 2002-03-08 [paul]       0.7.3claws2
12746
12747         * faq/en/sylpheed-faq*
12748           faq/es/sylpheed-faq*
12749           faq/fr/sylpheed-faq*
12750                 update the FAQs
12751
12752         * manual/fr/.cvsignore
12753           manual/fr/Makefilea.am
12754           manual/fr/sylpheed*
12755           src/mainwindow.c
12756           src/manual.[ch]
12757                 add the French manual
12758
12759 2002-03-07 [paul]       0.7.3claws1
12760
12761         * sync with sylpheed 0.7.3cvs4
12762                 see ChangeLog entries  2002-03-06 and 2002-03-07
12763         
12764         * po/nl.po
12765                 updated by Wilbert Berendsen
12766
12767 2002-03-07 [melvin]     0.7.2claws34
12768
12769         * src/selective_download.c
12770                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12771
12772 2002-03-06 [paul]       0.7.2claws33
12773
12774         * sync with sylpheed 0.7.3cvs1
12775                 bug fix, see ChangeLog entry 2002-03-05
12776
12777 2002-03-05 [paul]       0.7.2claws32
12778
12779         * src/mimeview.c
12780           src/pgptext.[ch]
12781           src/procmsg.c
12782                 reverse the pgp ascii-armored code implemented in 
12783                 0.7.2claws16. removal of this code until it matures.
12784                 this means that verifying ascii-armored pgp sigs and
12785                 automatic decryption of ascii-armored encrypted
12786                 messages no longer works.
12787
12788 2002-03-05 [paul]       0.7.2claws31
12789
12790         * configure.in
12791           Makefile.am
12792         * faq/Makefile.am
12793         * faq/en/Makefile.am
12794           faq/en/sylpheed-faq.html
12795           faq/en/sylpheed-faq-1.html
12796           faq/en/sylpheed-faq-2.html
12797           faq/en/sylpheed-faq-3.html
12798         * faq/es/Makefile.am
12799           faq/es/sylpheed-faq.html
12800           faq/es/sylpheed-faq-1.html
12801           faq/es/sylpheed-faq-2.html
12802           faq/es/sylpheed-faq-3.html
12803           faq/es/sylpheed-faq-4.html
12804         * faq/fr/Makefile.am
12805           faq/fr/sylpheed-faq.html
12806           faq/fr/sylpheed-faq-1.html
12807           faq/fr/sylpheed-faq-2.html
12808           faq/fr/sylpheed-faq-3.html
12809         * src/Makefile.am
12810           src/defs.h
12811           src/mainwindow.c
12812           src/manual.[ch]
12813                 add FAQs in English, Spanish and French
12814
12815
12816 2002-03-05 [paul]       0.7.2claws30
12817
12818         * manual/en/sylpheed.html
12819           manual/en/sylpheed-XX.html
12820                 updated the English manual
12821
12822 2002-03-05 [hoa]        
12823
12824         * src/summaryview.c
12825                 dialog box pops up if the article can't be deleted.
12826
12827 2002-03-04 [paul]       
12828         
12829         * po/pt_BR.po
12830                 updated by Fabio Junior Benedito
12831
12832 2002-03-04 [hoa]
12833
12834         * removed ac/gpgme.m4
12835                 to avoid autogen common problem
12836                 developers have to install gpgme development package now
12837
12838         * src/compose.c
12839                 encoding to 7bit or 8bit is enabled.
12840
12841 2002-03-03 [alfons]     0.7.2claws29
12842
12843         * src/pop.c
12844                 merge fix by Oliver Haertel for selective
12845                 download buglet
12846
12847 2002-03-03 [paul]       0.7.2claws28
12848         
12849         * sync with sylpheed 0.7.3
12850
12851 2002-03-03 [paul]       0.7.2claws27
12852
12853         * sync with sylpheed 0.7.2cvs24
12854                 see ChangeLog entries 2002-03-02 and 2002-03-03
12855
12856 2002-03-02 [melvin]     0.7.2claws26
12857
12858         * src/inc.[ch]
12859         * src/main.c
12860         * src/mainwindow.c
12861         * src/prefs_common.[ch]
12862                 Added user definable notification on new mail arrival.
12863                 Removed unused variables in spell checker prefs code.
12864
12865 2002-03-02 [melvin]     0.7.2claws25
12866
12867         * src/quote_fmt.c
12868                 Removed unnecessary escape sequences.
12869                 Changed 'Initial...' to 'Initials of Sender'
12870
12871 2002-03-02 [paul]       0.7.2claws24
12872
12873         * sync with sylpheed 0.7.2cvs22
12874                 see ChangeLog entry 2002-03-01
12875
12876 2002-03-01 [hoa]        0.7.2claws23
12877
12878         * src/mainwindow.c
12879                 Set sensitivity of delete actions to active
12880                 even if the folder is a newsgroup.
12881
12882         * src/summaryview.c
12883                 - Set sensitivity of delete actions
12884                 - Added function check_permission() that will check if the
12885                   user is authorized to delete a message. For news, it
12886                   will check if the author is the same.
12887                 - Enabled deletion when there is no trash folder.
12888
12889         * src/news.[ch]
12890                 - Added news_cancel_article() to cancel articles
12891                 - Implemented news_remove_message() (public function)
12892
12893 2002-03-01 [paul]       0.7.2claws22
12894
12895         * src/gtkutils.c
12896           src/textview.c
12897                 recognise urls that that don't include 'http://' and
12898                 simply begin 'www.' 
12899
12900         * AUTHORS
12901                 remove duplicated name
12902
12903 2002-02-28 [paul]       0.7.2claws21
12904
12905         * src/mainwindow.c
12906           src/summaryview.[ch]
12907                 add ability to 'Select thread'
12908                 combines Melvin's "Select thread's head" patch (#510907)
12909                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12910                 patch (#518514) 
12911
12912 2002-02-28 [paul]       0.7.2claws20
12913
12914         * src/mimeview.c
12915                 hopefully fix segfault on right-clicking a mime part
12916                 that some people have experienced.      
12917                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12918
12919 2002-02-28 [paul]       0.7.2claws19
12920
12921         * sync with sylpheed 0.7.2cvs21
12922                 see ChangeLog entries 2002-02-27 and 2002-02-28
12923
12924 2002-02-27 [paul]       0.7.2claws18
12925
12926         * sync with sylpheed 0.7.2cvs18
12927                 see ChangeLog entries 2002-02-26 and 2002-02-27
12928
12929 2002-02-26 [alfons]     0.7.2claws17
12930
12931         * src/procheader.c
12932                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12933                 (spotted by Chris Hessman <idatech@gmx.net>)
12934
12935 2002-02-26 [paul]       0.7.2claws16
12936
12937         * src/mimeview.c
12938           src/pgptext.[ch]
12939           src/procmsg.c
12940                 make decryption of ascii-armored pgp encrypted messages
12941                 and verification of ascii-armored signatures work again.
12942                 slightly altered from the patch by Jens Jahnke 
12943                 <jan0sch@gmx.net>
12944
12945                 ##FIX ME##
12946                 * the checking of plaintext signatures always comes up in 
12947                   a popup box
12948                 * it doesn't work for multipart messages 
12949                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12950                   including the msg headers and these 2 line themselves, are 
12951                   not displayed
12952
12953         * src/mainwindow.c
12954                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12955                 "View/Message View" becomes "View/Separate Message View"
12956                 because its less ambiguous.
12957
12958         * po/es.po
12959                 updated by Ricardo Mones Lastra
12960
12961 2002-02-26 [paul]       0.7.2claws15
12962
12963         * sync with sylpheed 0.7.2cvs17
12964                 see ChangeLog entries 2002-02-25 and 2002-02-26
12965
12966 2002-02-25 [christoph]  0.7.2claws14
12967
12968         * src/filtering.[ch]
12969         * src/inc.c
12970                 do filtering stuff after all messages have been received
12971                   1. drop all messages to .processing
12972                   2. scan processing folder for messages
12973                   3. filter messages or move to inbox
12974                 this will also find old messages left in processing after
12975                 a crash or something like that and we get a real msginfo
12976                 from folder->get_msg_list and do not have to create our
12977                 own in filter_message
12978         * src/matcher_parser_parse.y
12979                 remove MIX/MAX warning (reordered includes)
12980
12981 2002-02-25 [paul]       0.7.2claws13
12982
12983         * sync with sylpheed 0.7.2cvs15
12984                 see ChangeLog entry 2002-02-24
12985
12986 2002-02-24 [alfons]     0.7.2claws12
12987
12988         * src/filtering.c
12989                 clear old color flags first when applying a new color to
12990                 a message info. 
12991                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12992
12993 2002-02-24 [alfons]     0.7.2.claws11
12994         
12995         * AUTHORS
12996         * src/prefs_common.c
12997                 add presets for Opera and Konqueror, closes patch #517261,
12998                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12999
13000 2002-02-24 [alfons]     0.7.2.claws10
13001
13002         * AUTHORS
13003         * src/summaryview.c
13004                 fix threading for null message ids, closes patch #521601,
13005                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13006
13007 2002-02-24 [alfons]     0.7.2claws9
13008
13009         * src/summaryview.c
13010         * src/filtering.c
13011                 make Tool | Filter Message work with filtering system so
13012                 setting flags also works
13013
13014                 TODO:
13015
13016                 - Processing uses the same function as Tool | Filter
13017                   Message, but doesn't use the same update proc yet
13018
13019 2002-02-23 [paul]       0.7.2claws8
13020
13021         * sync with sylpheed 0.7.2cvs14
13022                 see ChangeLog entries 2002-02-22 and 2002-02-23
13023
13024 2002-02-22 [christoph]  0.7.2claws7
13025
13026         * src/quote_fmt.c
13027                 Add column space to table
13028         * src/quote_fmt_parse.y
13029                 Close files
13030
13031 2002-02-22 [paul]       0.7.2claws6
13032
13033         * src/Makefile.am
13034           src/defs.h
13035           src/filtering.c
13036           src/inc.[ch]
13037           src/mainwindow.c
13038           src/matcher.[ch]
13039           src/matcher_parser_lex.l
13040           src/matcher_parser_parse.y
13041           src/pop.[ch]
13042           src/prefs_account.h
13043           src/prefs_filtering.c
13044           src/selective_download.[ch]   *** NEW FILES ***
13045           src/utils.[ch]
13046           po/POTFILES.in
13047                 Selective Download added to 'Tool' menu. 
13048                 Retrieves email headers of the currently selected pop3 
13049                 account and allows the user to mark emails for deletion 
13050                 right on the pop3 server. Patch submitted by Oliver Haertel 
13051                 <oha@users.sourceforge.net>.
13052         
13053         * po/POTFILES.in
13054                 add 'src/quote_fmt.c'           
13055
13056 2002-02-22 [christoph]  0.7.2claws5
13057
13058         * src/Makefile.am
13059                 added quote_fmt.c
13060         * src/prefs_common.[ch]
13061         * src/prefs_template.c
13062         * src/quote_fmt.c               *** NEW FILE ***
13063         * src/quote_fmt.h
13064                 move quote format symbol description code
13065                 to it's own file because it is used from
13066                 differnent code parts
13067                 Rewrote symbol description GUI
13068                   + use table
13069                   + add separators
13070                   + get data from array (no more long constant strings)
13071         * src/quote_fmt_lex.l
13072         * src/quote_fmt_parse.y
13073                 Symbol for Literal % changed to \% instead of %%
13074                 (More logical as \ is used for quoting for other symbols)
13075                 Add |f and |p to include files and program output
13076                 Examples:
13077                     |f{/home/.../.signature}
13078                     |p{date}
13079         * po/de.po
13080                 Correct wrong spelling for "Referenzen"
13081
13082 2002-02-21 [paul]       0.7.2claws4
13083
13084         * src/procmsg.c
13085                 forgotten during sync
13086
13087 2002-02-21 [paul]       0.7.2claws3
13088
13089         * sync with sylpheed 0.7.2cvs11
13090                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13091                 2002-02-20 and 2002-02-21
13092
13093 2002-02-20 [melvin]     0.7.2claws2
13094
13095         * src/prefs_actions.c
13096                 Added error report when child cannot fork or when execvp 
13097                 returns with an error.
13098
13099 2002-02-19 [christoph]  0.7.2claws1
13100
13101         * src/codeconv.c
13102                 return unconverted text if conde conversion is not possible
13103                 when libjconv is used.
13104                 (patch submitted by "Simon 'corecode' Schubert")
13105
13106 2002-02-19 [paul]       
13107
13108         * version 0.7.2claws release
13109
13110 2002-02-19 [paul]       0.7.2claws
13111
13112         * po/nl.po
13113                 updated by Wilbert Berendsen
13114
13115
13116 2002-02-18 [alfons]     0.7.1claws13
13117
13118         * src/syldap.c
13119         * src/jpilot.c
13120                 remove references to dlfcn and explicitly loading functions
13121                 from dynalink libs, because libs linked anyway, and functions
13122                 are loaded explicitly
13123
13124 2002-02-17 [melvin]     0.7.1claws12
13125
13126         * src/prefs_actions.c
13127                 Replaced children wait loop with double fork technique.
13128                 Now, input/output window updated at each new output.
13129                 free_children(): Fixed a memory leak.
13130                 Made input/output window non closable if running children
13131                 still exist.
13132                 Added missing <unistd.h> include.
13133                 Added some --debug outputs.
13134
13135 2002-02-17 [melvin]     0.7.1claws11
13136
13137         * src/summaryview.c
13138                 Fixed bug where descending sort order did not select top
13139                 message.
13140
13141 2002-02-17 [melvin]     0.7.1claws10
13142
13143         * acconfig.h
13144                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13145         * src/prefs_common.c
13146                 Pspell data package directory no more hard coded but
13147                 set during configuration (PSPELL_PATH). (Thanks to 
13148                                 Gustavo Noronha Silva.)
13149
13150 2002-02-17 [melvin]     0.7.1claws9
13151
13152         * configure.in
13153                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13154         * src/gtkspell.c
13155                 Fixed compile-time warnings.
13156
13157 2002-02-16 [alfons]     0.7.1claws8
13158
13159         * src/filesel.c
13160                 fix inadvertent free of NULL pointer which caused
13161                 sylpheed to crash when closing the save-as dialog
13162                 using the window close button
13163
13164 2002-02-16 [carsten]    0.7.1claws7
13165         * src/mainwindow.[ch]
13166           src/summaryview.c
13167           src/prefs_common.c
13168                 fixes for pixmap theming code:
13169                         - recently changed mail attributes shouldn't get
13170                           lost any longer
13171                         - theme is only reloaded iff another theme was
13172                           selected
13173
13174 2002-02-16 [paul]       0.7.1claws6
13175
13176         * sync with sylpheed 0.7.2 release
13177                 see ChangeLog entry 2002-02-15 and 2002-02-16
13178
13179 2002-02-15 [paul]       0.7.1claws5
13180
13181         * sync with sylpheed 0.7.1cvs9
13182                 see ChangeLog entry 2002-02-15
13183
13184         * po/POTFILES.in
13185                 remove unneeded headerwindow.c entry
13186
13187 2002-02-14 [carsten]    0.7.1claws4
13188         * src/summaryview.c
13189                 fixed a bug for "Go to next unread message": there was
13190                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13191                 in the prefs, because of doing "Search again" instead
13192                 "No"
13193
13194 2002-02-14 [carsten]    0.7.1claws3
13195         * src/stock_pixmap.c
13196                 removed 2 more mem leaks; following memprof,
13197                 this code is "leak free" now :)
13198
13199 2002-02-14 [carsten]    0.7.1claws2
13200         * src/stock_pixmap.c
13201                 used opendir/readdir/closedir instead of scandir
13202                 -> code should work now on Solaris
13203
13204 2002-02-14 [paul]       0.7.1claws1
13205
13206         * sync with sylpheed 0.7.1cvs8
13207                 see ChangeLog entries 2002-02-13 and 2002-02-14
13208
13209         * README.claws
13210                 add some description of Actions and Pixmap Themes
13211
13212 2002-02-13 [paul]       
13213
13214         * version 0.7.1claws release
13215
13216 2002-02-13 [paul]       0.7.1claws
13217
13218         * po/es.po
13219           po/it.po
13220           po/pt_BR.po
13221                 updated translations, submitted by Ricardo Mones Lastra,
13222                 Alessandro Maestri and Fabio Junior Beneditto
13223
13224 2002-02-13 [melvin]     0.7.0claws75
13225
13226         * src/prefs_actions.c
13227                 Added missing "signal.h" include
13228
13229 2002-02-13 [melvin]     0.7.0claws74
13230
13231         * src/prefs_folder_item.c
13232                 Added missing "config.h" include
13233         * po/fr.po
13234                 Updated French translation for folder propriety.
13235
13236 2002-02-13 [jens]       0.7.0claws73
13237
13238         * po/POTFILES.in
13239                 Added missing src/prefs_folder_item.c [log added by melvin]
13240         * po/de.po
13241                 Updated German translation.
13242
13243 2002-02-13 [melvin]     0.7.0claws72
13244
13245         * po/fr.po
13246                 Updated French translation.
13247
13248 2002-02-13 [melvin]     0.7.0claws71
13249
13250         * src/gtkutils.c
13251                 Made gtkut_editable_get_selection return NULL if selection
13252                 is of length zero.
13253                 This fixes a bug where selecting part of message A then
13254                 switching to message B and replying to it will not
13255                 quote the message's body.
13256
13257 2002-02-12 [paul]       0.7.0claws70
13258
13259         * src/mainwindow.c
13260                 cosmetic, relating to pixmap themes: on toolbar make 
13261                 updating of 'Exec' and 'Compose news/Compose email'
13262                 icons faster.
13263
13264 2002-02-12 [carsten]    0.7.0claws69
13265         * src/folderview.c
13266           src/mainwindow.[ch]
13267           src/stock_pixmap.c
13268           src/summaryview.c
13269           src/prefs_common.c
13270                 - refreshing after changing pixmap theme better
13271                   now (thanks Paul)
13272                 - wanted to remove some mem leaks, but alfons was
13273                   faster (and had the better solution ;)
13274
13275 2002-02-12 [alfons]     0.7.0claws68
13276
13277         * src/prefs_common.c
13278         * src/stock_pixmap.[ch]
13279                 plug mem leaks, refactor code a little bit
13280
13281
13282 2002-02-12 [sergey]     0.7.0claws67
13283
13284         * src/imap.c
13285                 Fixed problem with copying messages to IMAP folders when the
13286                 server uses something other than '/' as a namespace separator
13287                 (cyrus-imapd uses '.').
13288
13289 2002-02-12 [jens]       0.7.0claws66
13290
13291         * po/de.po
13292                 Updated German Translation
13293
13294 2002-02-12 [paul]       0.7.0claws65
13295
13296         * sync with sylpheed 0.7.1cvs1
13297                 see ChangeLog entry 2002-02-12
13298
13299 2002-02-12 [melvin]     0.7.0claws64
13300
13301         * src/prefs_actions.c
13302                 Fixed "feature" where children's output was duplicated 
13303                 instead of refreshed while monitoring.
13304                 Removed some debug code.
13305
13306 2002-02-12 [christoph]  0.7.0claws63
13307
13308         * src/compose.c
13309                 always delete message from queue after sending/send error
13310                 (closes bug #509601)
13311
13312 2002-02-12 [melvin]     0.7.0claws62
13313
13314         * src/prefs_actions.c
13315                 Children wait loop is now triggered with a timeout of 1s
13316                 Added %F which is replaced with the list of filenames 
13317                 of all selected messages (as suggested by Ricardo Mones Lestra)
13318                 Pipe syntax changed. Prefix with | to send selection, postfix
13319                 with | to retrieve output. Prefix with > or * to send
13320                 user definable input to the command (*: input is hidden)
13321                 Old pipe action should now be postfixed with |, too.
13322
13323 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13324         * src/stock_pixmap.c
13325                 fixed a bug: if there's no theme directory don't
13326                 throw an error, just do "nothing" (thanks Alfons)
13327
13328 2002-02-12 [carsten]    0.7.0claws60
13329         * src/folderview.c
13330           src/summaryview.c
13331                 had to write the cache twice (nasty!); some marks would 
13332                 get lost if not
13333
13334 2002-02-11 [carsten]    0.7.0claws59
13335         * acconfig.h
13336           configure.in
13337           doc-src/maintainer_guide.txt
13338           src/compose.[ch]
13339           src/defs.h
13340           src/folderview.[ch]
13341           src/gtkutils.[ch]
13342           src/mainwindow.[ch]
13343           src/prefs_common.[ch]
13344           src/stock_pixmap.[ch]
13345           src/summaryview.[ch]
13346                 pixmap theming and related work on pixmap
13347                 handling on some other places
13348                 (e.g. hrm features for all folder)
13349           src/pixmap/stock_*.xpm -> the stock_ was removed
13350         
13351 2002-02-11 [paul]       0.7.0claws58
13352
13353         * sync with sylpheed 0.7.1 release
13354                 see ChangeLog entries 2002-02-11
13355
13356 2002-02-08 [paul]       0.7.0claws57
13357
13358         * sync with sylpheed 0.7.0cvs39
13359                 see ChangeLog entry 2002-02-07 (last entry) 
13360
13361         * src/prefs_actions.c
13362           src/prefs_filtering.c
13363           src/prefs_matcher.c
13364           src/prefs_scoring.c
13365                 sync: made it compile with C compilers other than gcc
13366
13367 2002-02-07 [paul]       0.7.0claws56
13368
13369         * sync with sylpheed 0.7.0cvs38
13370                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13371                 2002-02-07
13372
13373 2002-02-07 [darko]      0.7.0claws55
13374
13375         * src/gtkutils.[ch]
13376         * src/summaryview.c
13377                 Fix const gchar */gchar * issue (thanks Hiro)
13378
13379 2002-02-07 [darko]      0.7.0claws54
13380
13381         * src/compose.[ch]
13382         * src/filtering.c
13383         * src/gtkutils.[ch]
13384         * src/prefs_template.c
13385         * src/quote_fmt.h
13386         * src/quote_fmt_parse.y
13387         * src/summaryview.c
13388         * src/utils.[ch]
13389                 When replying or forwarding an email don't quote the entire
13390                 mail body but use the part of the message text that is selected
13391
13392 2002-02-06 [melvin]     0.7.0claws53
13393
13394         * src/prefs_common.[ch]
13395         * src/gtkspell.[ch]
13396         * src/compose.c
13397                 Made possible to switch quickly to last used dictionary
13398                 which makes checking bilingual documents easier.
13399
13400 2002-02-06 [melvin]     0.7.0claws52
13401         
13402         * po/POTFILES.in
13403                 Added forgotten new file src/prefs_actions.c
13404
13405 2002-02-06 [melvin]     0.7.0claws51
13406
13407         * src/prefs_actions.c   ** NEW FILE **
13408         * src/prefs_actions.h   ** NEW FILE **
13409                 Added actions to execute on message text view, or on the
13410                         message's file.
13411         * src/Makefile.am
13412                 Added src/prefs_actions.[ch]
13413         * src/compose.c
13414                 Added new menu "Edit/Actions"
13415         * src/defs.h
13416                 Added new actionsrc file.
13417         * src/main.c
13418                 Added actionsrc reading.
13419         * src/mainwindow.c
13420                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13421         * src/prefs_common.h
13422                 Added new element actionslst element to prefs_common.
13423
13424 2002-02-06 [paul]       0.7.0claws50
13425
13426         * sync with sylpheed 0.7.0cvs36
13427                 see ChangeLog entry 2002-02-06
13428
13429 2002-02-05 [paul]
13430
13431         * po/es.po
13432                 updated by Ricardo Mones Lastra
13433
13434 2002-02-05 [paul]       0.7.0claws49
13435
13436         * sync with sylpheed 0.7.0cvs33
13437                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13438
13439 2002-02-05 [paul]       0.7.0claws48
13440
13441         * src/compose.c
13442                 re-add 'Edit/Advanced/Delete entire line', previously named
13443                 'Delete Line+'
13444
13445 2002-02-04 [paul]       0.7.0claws47
13446
13447         * src/compose.c
13448           src/summaryview.c
13449                 fix bug #494993 (Reply All not taking Reply-To into consi)
13450                 eliminate differences in behaviour of right-click 'Reply to all' 
13451                 in summary view and 'Reply to all' on the toolbar. 
13452                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13453                 view and From gets ignored by 'Reply to all' on toolbar.
13454                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13455                 From when no Reply-To header is present.
13456
13457 2002-02-04 [paul]       0.7.0claws46
13458
13459         * sync with sylpheed 0.7.0cvs30
13460                 see ChangeLog entries 2002-02-03 and 2002-02-04
13461
13462 2002-02-03 [melvin]     0.7.0claws45
13463
13464         * src/gtkspell.[ch]
13465                 Readded function to highlight all misspelled words.
13466                 Fixed bug where user-provided-words did not replace
13467                         correctly the misspelled word when using the mouse.
13468                 Fixed bug where checking a region selected from right to left did
13469                         not check the region at all.
13470                 Fixed bug where 'Check backwards' may not check at all. 
13471                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13472                 Fixed possible buffer overflow when checking for long strings (>1k).
13473                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13474                 Accelerators code uses now gtk_widget_add_accel.
13475                 Removed and disabled obsolete and unfinished code.
13476                 Cleaning up.
13477
13478         * src/compose.c
13479                 Added menu item to Highlight all misspelled words.
13480
13481 2002-02-01 [paul]       0.7.0claws44
13482
13483         * src/mainwindow.c
13484                 fix '/View/Hide read messages' sensitivity when all
13485                 messages in a folder are hidden
13486
13487 2002-02-01 [paul]       0.7.0claws43
13488
13489         * src/main.c
13490                 add --send option to command line interface, sends all
13491                 queued mail. Patch submitted by Ricardo Mones Lastra.
13492
13493 2002-01-31 [paul]       0.7.0claws42
13494
13495         * src/mainwindow.c
13496                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13497
13498 2002-01-31 [paul]       0.7.0claws41
13499
13500         * sync with sylpheed 0.7.0cvs27
13501                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13502                 and 2002-01-31
13503
13504         * src/textview.c
13505                 comment out elements of textview_show_part() as temporary
13506                 workaround for attachment 'Display as text' bug 
13507
13508         * po/pt_BR.po
13509                 updated by Fabio Junior Beneditto
13510
13511 2002-01-30 [paul]       0.7.0claws40
13512
13513         * sync with sylpheed 0.7.0cvs24
13514                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13515                 and 2002-01-30
13516
13517         * src/compose.c
13518                 add {N_("/_Spelling"), ... "<Branch>"} to 
13519                 GtkItemFactoryEntry compose_entries[]
13520
13521         * src/prefs_common.c
13522                 add claws menu items to prefs_keybind_apply_clicked()
13523                 and remove non-claws menu items
13524
13525 2002-01-29 [paul]       0.7.0claws39
13526
13527         * sync with sylpheed 0.7.0cvs22
13528                 see ChangeLog entries 2002-01-28 and 2002-01-29
13529
13530 2002-01-28 [melvin]     0.7.0claws38
13531
13532         * src/compose.c
13533                 Added the declartion of compose_send_control_enter.
13534
13535         * src/compose.c
13536         * src/gtkspell.[ch]
13537                 Added in a 'Spelling' menu which includes the configuration menu. 
13538                 Added a real 'Check all' and got rid from the old one which only
13539                 highlited misspelled word.
13540                 Made 'Check while typing' a disableable option.
13541                 Added a dialog when there are no more misspelled word.
13542                 Added a dialog if error occurs when switching to a dictionary.
13543         
13544         * src/prefs_common.[ch]
13545                 Added option for the default 'Check while typing' option.
13546
13547
13548 2002-01-28 [alfons]     0.7.0claws37
13549
13550         * src/compose.c
13551                 fix buglet and make code comply with sylpheed code style
13552
13553 2002-01-28 [paul]       0.7.0claws36
13554
13555         * sync with sylpheed 0.7.0cvs19
13556                 see ChangeLog entries for 2002-01-28
13557
13558 2002-01-28 [hoa]        0.7.0claws35
13559
13560         * src/defs.h
13561                 added rendererrc
13562
13563         * src/main.c
13564                 read the renderer config
13565
13566         * src/procmime.[ch]
13567                 use the renderer config to convert mime attachments
13568
13569         * src/textview.c
13570                 don't use textview_show_html/ertf,
13571                 use get_text_content instead
13572
13573 2002-01-27 [alfons]     0.7.0claws34
13574         
13575         * src/news.c
13576                 make sylpheed believe it can delete a news message...
13577                 (messages are NOT deleted, maybe we should remove
13578                 processing from the folder properties after all.)
13579
13580 2002-01-27 [alfons]     0.7.0claws33
13581
13582         * src/folder.c
13583                 add extra checks
13584         * src/news.c
13585                 implement remove_msg() 
13586
13587 2002-01-27 [alfons]     0.7.0claws32
13588
13589         * src/procmsg.h
13590         * src/procheader.c
13591         * src/messageview.c
13592                 fix return receipt / disposition notification again. this
13593                 stuff seems to break on _every_ major summary UI change, so
13594                 it's now implemented using a flag which is saved in the
13595                 marks cache
13596                 
13597 2002-01-26 [alfons]     0.7.0claws31
13598
13599         * src/import.c
13600                 let import dialog show the destination folder identifier
13601
13602 2002-01-26 [melvin]     0.7.0claws30
13603
13604         * src/folderview.c
13605         * src/summaryview.c
13606                 Readded 'Mark all read' into summary view popup menu
13607                 Added 'Mark all read' in folder view popup menu for IMAP
13608                 and NNTP.
13609                 Made it insensitive if the selected folder is not the shown
13610                 one to avoid 'Mark all read' on the wrong folder.
13611                 
13612 2002-01-26 [paul]       0.7.0claws29
13613
13614         * src/folderview.c
13615           src/summaryview.c
13616                 move 'Mark all read' from summary view to folder view
13617                 menu. (adapted from) patch submitted by Jeremy Andrews,
13618                 <lists@kerneltrap.com>
13619
13620 2002-01-25 [alfons]     0.7.0claws28
13621
13622         * src/gtkstext.c
13623                 put the gtk class name back so GtkSText adapts the 
13624                 settings of GtkText
13625
13626 2002-01-25 [alfons]     0.7.0claws27
13627
13628         * src/folderview.c 
13629                 assimilate Ricardo's patch that shows pixmaps instead of
13630                 plain "new" and "unread" texts in the folder view column
13631                 headers 
13632
13633 2002-01-25 [paul]       0.7.0claws26
13634
13635         * src/Makefile.am
13636                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13637                 be found in non-standard locations. 
13638                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13639
13640 2002-01-25 [paul]       0.7.0claws25
13641
13642         * sync with sylpheed 0.7.0cvs16
13643                 see ChangeLog entry 2002-01-25
13644
13645 2002-01-24 [paul]       0.7.0claws24
13646
13647         * more sync with sylpheed 0.7.0cvs15
13648                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13649
13650 2002-01-23 [sergey]     0.7.0claws23
13651
13652         * src/importldif.c
13653                 Fixed segfault when closing LDIF import wizard with
13654                 the window manager.
13655         * src/imageview.c
13656         * src/imageview.h
13657         * src/messageview.c
13658         * src/mimeview.c
13659                 Fixed wrong scrolling position after switching between
13660                 text and image parts.
13661
13662 2002-01-23 [paul]       0.7.0claws22
13663
13664         * sync with sylpheed 0.7.0cvs15
13665                 see ChangeLog entries 2002-01-22 and 2002-01-23
13666
13667 2002-01-21 [melvin]     0.7.0claws21
13668
13669         * src/prefs_scoring.c
13670         * src/prefs_filtering.c
13671                 Fixed bug where scoring and filtering windows stopped
13672                 autochecking.
13673
13674 2002-01-21 [paul]       0.7.0claws20
13675
13676         * sync with sylpheed 0.7.0cvs12
13677                 see ChangeLog entries 2002-01-20 and 2002-01-21
13678
13679 2002-01-21 [carsten]    0.7.0claws19
13680         * src/mainwindow.c
13681         * src/menu.[ch]
13682         * src/messageview.[ch]
13683         * src/summaryview.[ch]
13684                 changes to shortcuts handling again:
13685                         + "Q" now controled by mainwin
13686                         + v/V are now customizable and have slightly
13687                           different meanings
13688                 the "button" to minimize the messageview (and maximize
13689                 the summary view) is a real button now
13690         * src/compose.c
13691                 "Delete Line+" added to Edit/Advanced (this will also
13692                 delete the '\n')
13693
13694 2002-01-20 [melvin] 0.7.0claws18
13695
13696         * src/addressbook.c
13697                 Made "Bcc" sensitive when addressbook is called from
13698                 compose window (it was a Claws only bug).
13699
13700 2002-01-19 [alfons] 0.7.0claws17
13701
13702         * src/inc.c
13703                 prevent unnecessary updates when currently selected folder has
13704                 no new messages 
13705
13706 2002-01-19 [alfons] 0.7.0claws16
13707         
13708         * src/summaryview.c
13709                 prevent writing the cache based on current message list in summary 
13710                 view when filtering also put messages in currently selected folder
13711
13712 2002-01-19 [paul]
13713
13714         * po/it.po
13715                 Italian translation submitted by Alessandro Maestri
13716                 <a.maestri@cs.tin.it>
13717
13718 2002-01-18 [melvin]     0.7.0claws15
13719
13720         * src/prefs_filters.c
13721                 fixed bug where 'cancel' from 'filters' window stops autochecking
13722                 if the timer timed out  when the window was open.
13723
13724 2002-01-18 [match]      0.7.0claws14
13725
13726         * src/addrclip.[ch]     ** NEW FILE **
13727         * src/addrselect.[ch]   ** NEW FILE **
13728         * src/adbookbase.h      ** NEW FILE **
13729                 addressbook cut, copy and paste
13730         * src/addrbook.[ch]
13731         * src/addrcache.[ch]
13732         * src/addressitem.h
13733         * src/addrindex.[ch]
13734         * src/addritem.[ch]
13735         * src/importldif.c
13736         * src/importmutt.c
13737         * src/jpilot.[ch]
13738         * src/syldap.[ch]
13739         * src/vcard.[ch]
13740         * src/jpilot.[ch]
13741         * src/editbook.c
13742         * src/editjpilot.c
13743         * src/editldap.c
13744         * src/editvcard.c
13745                 support for copy/paste
13746         * src/addressbook.c
13747                 support for copy/paste
13748                 tidy up menu option processing
13749                 correct address list function arguments
13750         * src/editaddress.c
13751                 sort user attributes
13752         * src/ldif.h
13753         * src/mutt.h
13754                 tidy up
13755
13756         * src/addrbook.[ch]
13757         * src/addrbook.[ch]
13758         * src/addrbook.[ch]
13759                 
13760
13761 2002-01-18 [paul]       0.7.0claws13
13762
13763         * sync with sylpheed 0.7.0cvs8
13764                 configure.in: support Mac OS X (Darwin)
13765
13766 2002-01-18 [carsten]    0.7.0claws12
13767         * src/html.c
13768                 small hack to fix a segfault with an empty href
13769                 (reported by Alexandra Walford <deeni@altern.org>)
13770         * src/mainwindow.c
13771         * src/summaryview.c
13772                 the shortcuts for Mark und Mark as unread are hardcoded
13773                 again
13774         * src/compose.c
13775         * src/gtkstext.[ch]
13776                 readded the shortcuts in gtkstext but made them
13777                 customizeable (simply by adding a menu plus a wrapper
13778                 to compose.c)
13779
13780 2002-01-17 [melvin]     0.7.0claws11
13781
13782         * src/gtkspell.c
13783                 fix default dictionary not being saved.
13784
13785 2002-01-16 [darko]      0.7.0claws10
13786
13787         * src/compose.c
13788                 fix wrapping crash with URL longer than wrapping margin
13789
13790 2002-12-08 [hoa]        0.7.0claws10
13791
13792         * src/matcher_parser_parse.y
13793                 fixed some bugs
13794
13795         * src/prefs_filtering.c
13796                 now, we can use bounce action in the dialog box.
13797
13798 2002-01-16 [carsten]    0.7.0claws9
13799         * src/gtkstext.c
13800                 removed the <control> and <alt> shortcuts because they're
13801                 not needed and interefered with the "normal" shortcuts
13802         * src/mainwindow.c
13803         * src/summaryview.c
13804                 removed most of the hardcoded shortcuts and assigned
13805                 them to menu entries making them easy customizable by
13806                 that
13807
13808 2002-01-16 |melvin]     0.7.0claws8
13809
13810         * src/gtkspell.c
13811                 fixed bug where using the mouse and when the compose
13812                 window is not on top may result in a crash.
13813
13814 2002-01-16 [melvin]     0.7.0claws7
13815
13816         * src/compose.c
13817                 fixed a long standingspell checker bug which could 
13818                 cause a crash after sending a message.
13819
13820 2002-01-16 [paul]       0.7.0claws6
13821
13822         * sync with sylpheed 0.7.0cvs7
13823                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13824                 2002-01-15, and 2002-01-16
13825
13826 2002-01-16 [melvin]     0.7.0claws5
13827
13828         * README.claws
13829         * src/compose.c
13830         * src/gtkspell.[ch]
13831         * src/main.c
13832                 Heavily modified spell checker code to work around
13833                 ispell bug, to add keyboard shortcuts and for future
13834                 enhancements. See README.claws for usage information.
13835
13836 2002-01-15 [alfons]     0.7.0claws4
13837         
13838         * src/summaryview.c
13839                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13840                 so sorting within threads reflects sort mode
13841
13842 2002-01-15 [christoph]  0.7.0claws3
13843
13844         * src/procmsg.c
13845                 added alertpanel if mail sending failed
13846
13847 2002-01-15 [alfons]     0.7.0claws2
13848         
13849         * src/prefs_filtering.c
13850                 don't stop timer when prefs filtering dialog is opened
13851
13852 2002-01-14 [alfons]     0.7.0claws1
13853
13854         * src/addr_compl.c
13855         * src/prefs.c
13856                 remove debug_print()s for privacy reasons
13857
13858 2002-01-14 [darko]      0.7.0claws
13859
13860         * README.claws
13861                 quotation wrapping is now also in the main branch
13862
13863 2002-01-14 [paul]
13864
13865         * tools/filter_conv.pl
13866                 allow for Boolean Op and case-sensitivity
13867                 this file is included in the release and tagged
13868                 'rel_0_7_0'
13869
13870 2002-01-13 [paul]       0.7.0claws
13871
13872         * release 0.7.0, with cvs tag 'rel_0_7_0'
13873
13874 2002-01-13 [paul]
13875
13876         * tools/filter_conv.pl
13877         * tools/README
13878                 rewritten to output to matcherrc instead of filteringrc
13879
13880         * po/es.po
13881                 updated Spanish translation by Ricardo Mones Lastra
13882
13883 2002-01-13 [alfons]
13884
13885         * po/nl.po
13886                 update dutch translation
13887
13888 2002-01-13 [paul]
13889
13890         * po/pt_BR.po
13891                 Updated by Fabio Junior Beneditto 
13892
13893 2002-01-13 [melvin]     0.6.6claws53
13894
13895         * po/fr.po
13896                 Updated french translation
13897
13898 2002-01-12 [alfons]     0.6.6claws52
13899
13900         * src/filtering.c
13901                 plug mem leak that has been sitting there for ages              
13902
13903 2002-01-12 [alfons]     0.6.6claws51
13904
13905         * src/summaryview.c
13906                 undo melvin's changes from 0.6.6claws48 because summary
13907                 view now refuses to select first unread message when
13908                 selecting a folder 
13909
13910 2002-01-11 [alfons]     0.6.6claws50
13911
13912         * src/import.c
13913                 use claws' semantics for getting folder item when
13914                 importing an mbox file into a folder 
13915                 (submitted by Dale P. Smith)
13916
13917 2002-01-11 [christoph]  0.6.6claws49
13918
13919         * src/prefs.h
13920                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13921                 toggle widget, because non static prefs can not use
13922                 prefs_set_* functions
13923         * src/prefs_account.c
13924                 toggle smtp auth password field sensitivity if
13925                 user id is empty and add descrition of usage for
13926                 these fields
13927         * src/prefs_folder_item.c
13928                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13929                 callbacks
13930
13931 2002-01-11 [melvin]     0.6.6claws48
13932
13933         * src/compose.c
13934                 fix the 'Ctrl-Enter' feature for sending and test really
13935                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13936                 editables which was not documented in Gtk)
13937
13938         * src/summaryview.c
13939                 Made summaryview refresh after sorting and not before.
13940
13941 2002-01-11 [christoph]  0.6.6claws47
13942
13943         * src/compose.c
13944                 select account from account ids if possible and
13945                 correctly set save folder for copy in reedit
13946
13947 2002-01-10 [paul]       0.6.6claws46
13948
13949         * sync with sylpheed 0.7.0 release
13950                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13951                 2002-01-09
13952
13953 2002-01-09 [alfons]
13954
13955         * src/summaryview.c
13956                 remove more dirt traces...
13957
13958 2002-01-09 [alfons]
13959         
13960         * src/summaryview.c
13961                 clean up some traces of my debugging stuff
13962
13963 2002-01-09 [alfons]     0.6.6claws45
13964
13965         * src/filtering.c
13966                 break up filteringprop_apply() in three separate pieces
13967                 so we can drop messages that failed processing in the
13968                 inbox
13969
13970         * src/summaryview.c
13971                 fix bug #469598 "no refresh of inbox after filter" which 
13972                 was introduced by the new summary view locking, and which 
13973                 prevented the summary view to update after a manual filter 
13974                 message. claw's filter message requires a summary_show().
13975                 (aargh, summary_show() again! :-)
13976                 
13977 2002-01-07 [alfons]     0.6.6claws44
13978
13979         * src/headerwindow.c
13980         * src/logwindow.c
13981         * src/messageview.c
13982         * src/sourcewindow.c
13983                 bring in Hiro's last 0.7.0 wm class fixes
13984
13985         * tools/sylprint.pl
13986                 bring in Ricardo's fix for sylprint script
13987
13988         * AUTHORS       
13989         * src/rfc2015.[ch]
13990         * src/prefs_common.[ch]
13991         * src/prefs_account.[ch]
13992         * src/compose.c
13993                 clean up account preference poison in rfc2015,
13994                 and preparation to fix double sign bug 
13995                 (patch submitted by Simon 'corecode' Schubert)
13996
13997 2002-01-07 [christoph]  0.6.6claws43
13998
13999         * src/mh.c
14000                 search for free message number, do not only rely
14001                 on last_num
14002         * src/send.c
14003                 fix smtp auth and use extra account information
14004                 if available, if not use pop3 data instead
14005                 (closes bug #500341)            
14006         * src/ssl.[ch]
14007                 match coding style
14008
14009 2002-01-06 [alfons]     0.6.6claws42
14010
14011         * src/mainwindow.c
14012                 try making the separate windows work again...
14013
14014 2002-01-06 [alfons]     0.6.6claws41
14015
14016         * src/mainwindow.c
14017                 adapt Hiro's separate window menu (to get rid of the funny
14018                 duplicate menu items), and make it work again
14019
14020 2002-01-06 [alfons]     0.6.6claws40
14021
14022         * tools/Makefile.am
14023         * tools/sylprint.rc
14024         * tools/sylprint.pl
14025         * tools/README.sylprint
14026                 add sylprint script for printing mails from Sylpheed
14027                 (contributed by Ricardo Mones Lastra)
14028
14029         * src/acount.c
14030                 clean up
14031
14032 2002-01-06 [melvin]     0.6.6claws39
14033
14034         * src/mainwindow.c
14035         * src/summaryview.c
14036                 Fixed crash introduced in 0.6.6claws38 by the menu
14037                 reorganisation (Hide read messages)
14038         
14039         * ChangeLog.claws 
14040                 Fixed typo (we are now in 2002, alfons ;) )
14041
14042 2002-01-05 [alfons]     0.6.6claws38
14043
14044         * sync with sylpheed 0.6.6cvs10-17
14045                 (last stuff marked as LAST_STABLE)
14046
14047 2002-01-04 [melvin]     0.6.6claws37
14048
14049         * src/account.c
14050                 Made account selection code use strcasestr again instead of
14051                 g_strcasecmp (fixes bug where reediting queued messages
14052                 did not select proper account reported by T. Link).
14053         
14054         * src/folderview.c
14055                 Fix bug where folder icons are not shown when 'hide read messages'
14056                 is on.
14057         
14058         * src/stock_pixmaps.[ch]
14059                 Added folder icons for 'hide read messages'.
14060         
14061         * src/compose.c
14062                 Fixed bug where 'Enter' in a header entry will send the message 
14063                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14064
14065 2002-01-03 [melvin]     0.6.6claws36
14066         
14067         * src/prefs.[ch]
14068                 Added popup menu for common preferences and
14069                 account preferences (right click on tab displays
14070                                 a menu of all tabs.)
14071
14072 2002-01-02 [melvin]     0.6.6claws35
14073
14074         * src/gtkspell.[ch]
14075                 Made spelling code compatible with undo/redo feature.
14076                 Added creation of suggestion mode menu for the general
14077                         preferences.
14078         
14079         * src/prefs_common.[ch]
14080                 Added option menu for the speller's suggestion mode.
14081                 Added missing spaces in "..." buttons and made a "..."
14082                         button non translatable!
14083         
14084         * src/compose.c
14085                 Made speller use the default suggestion mode.
14086                 Hack to make it possible to choose 'CTRL-Enter' as a
14087                         shortcut for sending (and only for sending).
14088
14089         * src/prefs_folder_item.c
14090                 Changing subject simplification does not update cache 
14091                         anymore (because it is unnecessary).
14092                 Fixed bug where changing subject simplification updated the 
14093                         summaryview even when the viewed folder is not the
14094                         folder which properties are being changed. (E.g. 
14095                                         viewing folder A and changing
14096                                         the subject simplification of 
14097                                         folder B -not being viewed- updated the 
14098                                         summaryview of folder A with data of
14099                                         folder B). (Hope this is clear... )
14100
14101 2001-12-31 [alfons]     0.6.6claws34
14102         
14103         * src/ldif.c
14104         * src/mutt.c
14105                 fgetc() returns a signed integer which doesn't
14106                 fit in a char. so c truncates this to a char
14107                 but we may lose significant bits. i.e. we may
14108                 comparing 0xFF which may not be equal to -1
14109                 unless properly casted to signed char which
14110                 we won't do because fgetc() returns a signed
14111                 integer which doesn't fit in a char. so c 
14112                 truncates this to a char but we may lose 
14113                 significat bits. (you got the idea, thanks
14114                 to Gustavo Noronha Silva <kov@debian.org>
14115                 and the Debian folks!)
14116
14117 2001-12-30 [alfons]     0.6.6claws33
14118
14119         * src/prefs_common.c
14120                 add #ifdef USE_PSPELLs that Melvin forgot               
14121
14122 2001-12-30 [melvin]     0.6.6claws32
14123         
14124         * src/prefs_common.[ch]
14125                 Added configurable color for misspelled words.
14126
14127         * src/gtkspell.[ch]
14128                 Fixed bug of foreground text color (reported by David
14129                                 Mehrmann)
14130                 Added configurable color for misspelled words.
14131
14132 2001-12-30 [alfons]     0.6.6claws31
14133
14134         * src/folder.c
14135                 remove unnecessary things someone put there
14136
14137         * src/mh.c
14138         * src/folder.[ch]
14139                 make folder properties (like threading and sorting) persistent
14140                 (closes bug #497424 "rescan folder tree resets proprieties")
14141                 currently this is only for MH folders. 
14142
14143 2001-12-29 [melvin]     0.6.6claws30
14144
14145         * src/string_match.[ch]
14146                 Optimized a bit: regexp pattern buffer compiled only once, and
14147                   one subroutine call removed. Fixed ^ regexp search: Now, 
14148                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14149         
14150         * src/summaryview.c
14151                 Subject filtering changed to filter summary columns and
14152                   not directly the messages subject cache. The loss in 
14153                   performance is balanced by the improvement of string_match.
14154                 Added an alert panel if there is an error in the regexp.
14155
14156         * src/src/prefs_folder_item.h
14157                 Added a regexp pattern buffer.
14158
14159 2001-12-28 [alfons]     0.6.6claws29
14160
14161         * src/string_match.[ch]
14162                 clean up name space
14163                 allow compilation *BSD
14164
14165 2001-12-27 [alfons]     0.6.6claws28
14166
14167         * src/filter.c
14168                 sync the Hiro's bug fix for BSD
14169
14170 2001-12-27 [melvin]     0.6.6claws27
14171         
14172         * src/compose.c
14173                 Simplify focus to subject entry code.
14174
14175 2001-12-27 [darko]      0.6.6claws26
14176
14177         * src/filtering.c
14178         * src/mbox_folder.c
14179         * src/messageview.c
14180         * src/mh.c
14181         * src/procheader.[ch]
14182         * src/procmsg.h
14183         * src/stock_pixmap.[ch]
14184         * src/summaryview.c
14185                 Show key icon for encrypted mails in summary view
14186
14187         * src/pixmaps/clip.xpm
14188         * src/pixmaps/clipkey.xpm
14189         * src/pixmaps/key.xpm
14190                 New/modified icons for the above
14191
14192 2001-12-27 [melvin]     0.6.6claws25
14193
14194         * src/prefs_common.c
14195                 Put spell checker options in a separate tab to decrease
14196                 the Common Preferences window height.
14197
14198         * README.claws  
14199                 Update spell checker usage instruction about its options
14200                 location.
14201
14202 2001-12-27 [melvin]     0.6.6claws24
14203
14204         * src/compose.c
14205                 Changed subject entry widget position. Initial focus is
14206                 on the To header instead of the subject entry.
14207                 Creating a new header scrolls the header list to make the
14208                 created one visible. Nevertheless, when automatically filling
14209                 headers, the first one is shown.
14210                 A Tab key press in the last empty header entry zips the 
14211                 focus to the subject entry.
14212                 (I did not change the combo boxes, yet)
14213
14214 2001-12-26 [alfons]     0.6.6claws23
14215
14216         * src/prefs_account.c
14217         * src/inc.c
14218                 allow default inbox to reside in another mailbox (only
14219                 works for POP3 accounts)
14220
14221 2001-12-26 [alfons]     0.6.6claws22
14222         
14223         * src/textview.c
14224                 make reply-on-click work with the account of the selected folder
14225         * src/compose.c
14226                 put a fixme here to remind me to fix finding correct default
14227                 account for nested folders
14228
14229 2001-12-25 [alfons]     0.6.6claws21
14230
14231         * src/summaryview.c
14232                 make column headers display locked and mark pixmaps (idea by Melvin) 
14233                 fix bug by adding score and locked column type to sort array
14234
14235 2001-12-25 [alfons]     0.6.6claws20
14236         
14237         * src/summaryview.c
14238                 catch a *potentially* inadvertent write back of  
14239                 the message cache(s) introduced by 0.6.5claws37
14240
14241 2001-12-25 [christoph]  0.6.6claws19
14242
14243         * src/stock_pixmap.[ch]
14244         * src/summaryview.c
14245                 add ignore thread pixmap
14246                 (can someone draw a better icon for this?)
14247
14248 2001-12-24 [alfons]     0.6.6claws18
14249
14250         * src/prefs_folder_item.c
14251                 make address completion actually work for the
14252                 Default To address in the Folder Property dialog.
14253
14254 2001-12-24 [alfons]     0.6.6claws17
14255         
14256         * src/summaryview.c
14257                 use new style regexp for subject stripping 
14258                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14259
14260 2001-12-24 [darko]      0.6.6claws16
14261
14262         * src/pgptext.c
14263         * src/rfc2015.c
14264                 move GPG related informational messages to debug mode
14265
14266 2001-12-23 [alfons]     0.6.6claws15
14267
14268         * src/stock_pixmap.[ch]
14269         * src/summaryview.c
14270                 add the forgotten Claws' locked pixmap
14271
14272 2001-12-23 [alfons]     0.6.6claws14
14273
14274         * src/filesel.c
14275                 accept file name typed in entry in multi file
14276                 selector (patch submitted by Gustavo Noronha Silva 
14277                 <kov@debian.org>)
14278
14279 2001-12-23 [alfons]     0.6.6claws13
14280
14281         * src/prefs_filter.c
14282         * src/prefs_filtering.c
14283         * src/matcher.c
14284         * src/importmutt.c
14285                 clean up a little bit
14286         
14287         * src/string_match.c
14288                 validate input strings a little bit more
14289
14290 2001-12-23 [alfons]     0.6.6claws12
14291
14292         * src/Makefile.am
14293         * src/summaryview.c
14294         * src/string_match.[ch]         ** NEW **
14295         * src/folderview.[ch]
14296         * src/headerview.h
14297         * src/folder.[ch]
14298         * src/prefs_folder_item.[ch]
14299                 add subject simplification to strip out strings from
14300                 a subject line (esp. handy for mailing lists). 
14301                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14302                 but slightly changed things for better integration.)
14303
14304 2001-12-23 [alfons]     0.6.6claws11
14305
14306         * src/mainwindow.c
14307                 fix bug introduced by submission included in 0.6.5claws52.
14308                 ideally this submission should clean the trash if any trash
14309                 folder has a message. however, the hasTrash variable was
14310                 set to false whenever a trash folder was empty (discarding
14311                 a previously found *filled* trash folder.)
14312
14313                 also edited the code a little bit and made it more safe.
14314
14315 2001-12-22 [alfons]     0.6.6claws10
14316
14317         * src/imap.c
14318                 quick fix for Martin Pool's omission of an account
14319                 specific SSL setting
14320
14321 2001-12-22 [alfons]     0.6.6claws9
14322
14323         * src/compose.c
14324         * src/messageview.c
14325         * src/mimeview.c
14326         * src/pgptext.c
14327         * src/procmime.[ch]
14328                 better support for multipart/digest (submitted
14329                 by Fredrik <e98fo@efd.lth.se>)
14330
14331 2001-12-22 [alfons]     0.6.6claws8
14332
14333         * src/addressbook.c
14334                 correct function signature
14335         * src/socket.[ch]
14336         * src/imap.[ch]
14337         * src/prefs_account.[ch]
14338                 allow IMAP over SSH tunnel (patch submitted by 
14339                 Martin Pool <mbp@samba.org>)
14340
14341 2001-12-21 [alfons]     0.6.6claws7
14342
14343         * sync with sylpheed 0.6.6cvs4-9
14344                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14345
14346 2001-12-21 [christoph]  0.6.6claws6
14347
14348         * src/compose.c
14349         * src/prefs_folder_item.[ch]
14350                 implement saving of outgoing messages to current folder.
14351                 fix segfault when no default outbox is available
14352                 (closes bug #495683)
14353
14354 2001-12-21 [carsten]    0.6.6claws5
14355         * src/folderview.c
14356         * src/summaryview.c
14357                 pressing CTRL while DND does now the expected thing and
14358                 copies the mail (moving is still the default, as this
14359                 seam more appropriate for handling mails by DND)
14360
14361 2001-12-18 [paul]       0.6.6claws4
14362
14363         * sync with sylpheed 0.6.6cvs3
14364                 see ChangeLog entries 2001-12-18
14365
14366 2001-12-18 [hiro]       0.6.6claws3
14367
14368         * src/undo.c
14369                 fix for multibyte characters (obtain the number of letters
14370                 instead of bytes).
14371
14372 2001-12-17 [paul]       0.6.6claws2
14373
14374         * sync with sylpheed 0.6.6cvs1
14375                 see ChangeLog entry 2001-12-16
14376
14377 2000-12-17 [alfons]     0.6.6claws1
14378
14379         * src/filtering.c
14380                 clean up
14381
14382 2001-12-16 [paul]       0.6.6claws
14383 2001-12-15
14384
14385         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14386
14387         * src/mimeview.c
14388                 last minute sync with main 0.6.6
14389
14390         * po/es.po
14391                 updated by Ricardo Mones Lastra
14392                 update for last minute sync
14393         * po/fr.po
14394         * po/nl.po
14395                 update for last minute sync
14396         * po/de.po
14397                 updated by Jens Oberender
14398         * po/pt_BR.po
14399                 updated by Fabio Junior Beneditto
14400
14401         * src/prefs_common.[ch]
14402         * src/undo.c
14403                 number of undo levels is user configurable
14404                 (squeeze it into the release in the dying
14405                 moments) Submitted by Jens Oberender    
14406
14407 2001-12-15 [melvin]
14408
14409         * po/fr.po
14410                 updated french translation
14411
14412 2001-12-15 [paul]       0.6.5claws92
14413
14414         * sync with sylpheed 0.6.5cvs28
14415                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14416
14417         * po/nl.po
14418                 update to allow for sync
14419
14420 2001-12-15 [alfons]
14421         
14422         * po/nl.po
14423                 update dutch translation
14424
14425 2001-12-14 [carsten]    0.6.5claws91
14426         * src/summaryview.c
14427                 fixed bug #473785; also after changing the column order
14428                 the same message will be selected and displayed as before
14429                 the reordering
14430
14431 2001-12-14 [carsten]    0.6.5claws90
14432         * src/folderview.c
14433                 probably found the bug reported by wwb opening or closing
14434                 a folder tree just before dnd (found the solution in the
14435                 balsa source -- thanks to them)
14436
14437 2001-12-14 [carsten]    0.6.5claws89
14438         * src/gtkutils.c
14439         * src/account.c
14440                 moved gtk_clist_moveto to the right place, so that
14441                 only the accounts dialog is effected on opening
14442
14443 2001-12-14 [carsten]    0.6.5claws88
14444         * src/gtkutils.c
14445                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14446                 now, so that the focused row will be seen in any case
14447                 (reported by wwp on sf-claws-user)
14448
14449 2001-12-14 [darko]      0.6.5claws87
14450
14451         * src/compose.c
14452                 remove unnecessary line
14453
14454 2001-12-14 [paul]       0.6.5claws86
14455
14456         * sync with sylpheed 0.6.5cvs27
14457                 see ChangeLog entries 2001-12-14
14458
14459 2001-12-14 [carsten]    0.6.5claws85
14460         * src/mainwindow.c
14461                 following a suggestion of Melvin the rcoabm pops up
14462                 right under the button now and the button is reliefed
14463                 while the popup is open
14464
14465 2001-12-14 [darko]      0.6.5claws84
14466
14467         * src/compose.c
14468                 fix crash when wrapping long lines if linewrap quotation
14469                 is disabled and wrapper encounters a word spanning more
14470                 than one line
14471
14472 2001-12-13 [paul]       0.6.5claws83
14473
14474         * src/compose.c
14475                 prefer 'Reply-To' header over mailing list header when
14476                 replying to a message. Finally prevent all those confirmation 
14477                 messages being sent to the list itself.
14478
14479         * src/summaryview.c
14480                 remove unused summary_set_menu_sensitive() entry
14481
14482 2001-12-13 [paul]       0.6.5claws82
14483
14484         * src/folderview.c
14485         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14486         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14487         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14488                 improvements to 'Hide read messages': Inbox, Outbox,
14489                 Trash, Queue, and Draft icons now reveal presence of hidden 
14490                 messages
14491
14492 2001-12-12 [alfons]     0.6.5claws81
14493
14494         0.6.5claws80 was tagged as LAST_STABLE
14495
14496         * src/filtering.[ch]
14497         * src/matcher.[ch]
14498         * src/matcher_parser_lex.c
14499                 fix the filtering; my last attempt to get it right, 
14500                 if it does not work, it's Hoa's turn. ;-)
14501
14502                 for my honourable peers:
14503                 
14504                 the code now makes a clear distinction between
14505                 rules as they are displayed (probably escaped),
14506                 and as they are executed (probably unescaped). the
14507                 parser does *NOT* do any unescaping, this is
14508                 the task of the matcher.c (which breaks up a
14509                 rule into condition) and the filtering.c (which
14510                 breaks up the rule's action). to make this
14511                 run happily we provide an unescaped copy of
14512                 crucial strings to the MatcherProp and 
14513                 FilteringAction structures. note that the only
14514                 exception to this is any REGEXP string. those
14515                 are directly passed to regcomp() and regexp()
14516                 (who have much more powerful unescape functions).
14517                 
14518                 for everyone else:
14519         
14520                 you can escape tab (\t), carriage return (\r),
14521                 linefeed (\n), form feed (\f), quote (\"), 
14522                 single quote (\'), bell (\b) in all the entry
14523                 lines in the scoring & filtering dialogs.
14524                 as an added bonus this should not affect
14525                 existing filtering rules.
14526
14527 2001-12-12 [carsten]    0.6.5claws80
14528
14529         * src/summaryview.c
14530         * po/de.po
14531                 "item(s) selected" is now sensitive to 1 or more
14532                 than one selected (nice for language where simple
14533                 adding of a "s" is not possible as German (Eintrag
14534                 ->Eintr"age)
14535                 
14536                 the "forward as attachment" entry from the right
14537                 click menu removed, "forward" acts following the
14538                 prefs
14539         
14540         * src/textview.c
14541                 reverted my former changes; so compiler warning again
14542                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14543                 nevertheless
14544
14545         * src/messageview.c
14546                 "search in message" does now *not* only work in MVIEW_TEXT
14547                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14548                 message
14549
14550         * src/mainwindow.c
14551                 removed "/File/_Close" as it was the same as "/File/E_xit"
14552                 and we don't need it two times
14553
14554                 the separate folder view and message view now get a distinct
14555                 WMCLASS, just in case someone is using sawfish ;-)
14556
14557                 as the menu entries "/View/Message view" and "/View/Folder tree"
14558                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14559                 make them sensitive accordingly and as these two are "shown"
14560                 after startup anytime check this menuitem at startup
14561
14562 2001-12-12 [paul]       0.6.5claws79
14563
14564         * src/folderview.c
14565                 fix sensitivity of 'Search folder...', broken in
14566                 0.6.5claws75
14567
14568         * src/mainwindow.c
14569                 fix dodgy English
14570
14571 2001-12-11 [carsten]    0.6.5claws78
14572         * src/filtering.c
14573                 fixed two typos returning a wrong FALSE/TRUE
14574         * src/mainwindow.[ch]
14575                 extra menu for email/news button removed
14576
14577 2001-12-11 [alfons]     0.6.5claws77
14578         
14579         * src/matcher.c                 (1.3)
14580         * src/matcher_parser_lex.l      (1.28)
14581                 revert for another attempt
14582                 mark 0.6.5claws77 as LAST_STABLE
14583
14584 2001-12-11 [christoph]  0.6.5claws76
14585
14586         * po/de.po
14587                 fixed wrong translation for prev. unread msg
14588
14589 2001-12-11 [paul]       0.6.5claws75
14590
14591         * src/folder.[ch]
14592         * src/folderview.c
14593         * src/mainwindow.c
14594         * src/summaryview.[ch]
14595         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14596                 enable ability to hide read messages on per folder basis via 
14597                 '/Summary/Hide read messages'; when selected, a folder will 
14598                 have a red open folder icon, instead of a blue icon, if the 
14599                 folder contains hidden messges
14600                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14601
14602         * src/mainwindow.c
14603                 remove '/Message/Forward as attachment' from 
14604                 main_window_set_menu_sensitive() to prevent debug warning
14605
14606         * src/folderview.c
14607         * src/mainwindow.c
14608                 Clean up some of the English
14609
14610         * tools/newscache_clean.pl
14611                 allow for new 'hidereadmsgs' entry in folderlist.xml
14612
14613         * po/es.po
14614                 updated translation, submitted by Ricardo Mones Lastra
14615
14616 2001-12-11 [paul]       0.6.5claws74
14617
14618         * sync with sylpheed 0.6.5cvs25
14619                 see ChangeLog entry 2001-12-11
14620
14621 2001-12-10 [alfons]     0.6.5claws73
14622
14623         * src/matcher.c
14624                 add more control characters
14625         * src/matcher_parser_lex.l
14626                 make escaping / unescaping work again
14627
14628 2001-12-10 [alfons]     0.6.5claws72
14629
14630         * src/imap.c
14631                 clean up warnings "returning value for void function" 
14632         * src/prefs_filtering.c
14633                 make info button for execute action sensitive
14634
14635 2001-12-10 [paul]       0.6.5claws71
14636
14637         * src/compose.c
14638         * src/imap.[ch]
14639         * src/summaryview.c
14640                 fix: imap server now gets informed of MARKED, UNMARKED
14641                 and REPLY events. Now people can use different IMAP-Mail
14642                 clients and have the exact same information about MARKED,
14643                 UNMARKED and REPLY status with all of them. Especially
14644                 useful for imap servers with a web-frontend.
14645                 submitted by Tobias Sandhaas <medlor@web.de>
14646
14647 2001-12-09 [melvin]     0.6.5claws70
14648         
14649         * src/textview.[ch]
14650                 fixed bug #490076 (hunted down by Alfons who implemented
14651                 a workaround in 0.6.5claws65)
14652
14653 2001-12-09 [christoph]  0.6.5claws69
14654
14655         * src/summaryview.c
14656                 set pointer to string in LOCKED column to NULL
14657                 (might fix bug #490800)
14658
14659 2001-12-09 [carsten]    0.6.5claws68
14660
14661         * po/de.po
14662                 resolved some cluttered menu shortcuts 
14663                 ('creating new email' and 'creating news message'
14664                 hade the same)
14665         * src/compose.c
14666                 wmclass now distinc from main window
14667         * src/mainwindow.c
14668           src/mainwindow.h
14669                 email/news and forward button functionality similar
14670                 to the reply buttons; removed the ugly dropdown arrows
14671                 and use instead the right mouse button
14672
14673 2001-12-09 [paul]       0.6.5claws67
14674
14675         * src/imap.c
14676         * src/utils.h
14677                 allow spaces in imap folder names
14678                 submitted by Willem van Engen <wvengen@stack.nl>
14679
14680 2001-12-09 [paul]       0.6.5claws66
14681
14682         * sync with sylpheed 0.6.5cvs24
14683                 see ChangeLog entry 2001-12-09
14684
14685 2001-12-08 [alfons]     0.6.5claws65
14686
14687         * src/textview.c
14688                 prevent secondary selection claim after "add to sender" dialog
14689                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14690                 we trick GTK by simulating a click at (0, 0) in the textview.
14691
14692 2001-12-08 [hoa]        0.6.5claws64
14693
14694         * src/folder.c
14695                 fixed a bug about the .processing folder name while filtering
14696
14697 2001-12-08 [alfons]     0.6.5claws63
14698
14699         * src/folderview.c 
14700                 work around problem of not correctly updating folder stats
14701                 when deleting messages. there's some folder scanning evil
14702                 going so the folderview_update_msg_num() does not work
14703                 correctly. need to investigate this.
14704
14705 2001-12-08 [paul]       0.6.5claws62
14706
14707         * sync with sylpheed 0.6.5cvs23
14708                 see ChangeLog entry 2001-12-08
14709
14710 2001-12-07 [christoph]  0.6.5claws61
14711
14712         * src/compose.c
14713                 fix another header translation problem
14714
14715 2001-12-07 [alfons]     0.6.5claws60
14716
14717         * src/mbox.c
14718                 make filtering also work on local spool mbox
14719
14720 2001-12-07 [carsten]    0.6.5claws59
14721         * src/addressbook.c
14722                 addressbook window gets a wmclass distinct from the main
14723                 sylpheed window
14724         * src/compose.h
14725         * src/mainwindow.[ch]
14726                   forward menu item will use mode selected in prefs, forward 
14727                 as attatchment in menu removed (will be substituted in the
14728                 toolbar similar to reply buttons)
14729                   create news message menu entry and news button is now 
14730                 sensitive to the existance of a news account
14731         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14732         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14733         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14734                 these are removed because the toolbar buttons don't show
14735                 the quoting modus any longer
14736
14737 2001-12-07 [paul]
14738
14739         * tools/newscache_clean.pl      ** NEW FILE **
14740                 perl script to do some tidying up in the newscache directory 
14741                 
14742         * tools/sylpheed-switcher       ** NEW FILE **
14743                 perl script to enable easy switching between main and claws
14744                 
14745         * tools/README
14746                 added descriptions of the two new perl scripts          
14747
14748
14749 2001-12-07 [melvin]     0.6.5claws58
14750
14751         * src/messageview.c
14752                 fixed a warning during compilation introduced in 0.6.5claws56
14753
14754 2001-12-07 [paul]       0.6.5claws57
14755
14756         * src/mainwindow.[ch]
14757         * src/menu.[ch]
14758                 further usability enhancements to replying with or without 
14759                 quoting via the toolbar, use of Ctrl key is replaced by 
14760                 drop down menu 
14761                 Submitted by Carsten Schurig            
14762
14763 2001-12-07 [melvin]     0.6.5claws56
14764
14765         * src/messageview.c
14766                 hack to fix bug that prevented to make/paste selections
14767                 after switching between MVIEW_TEXT and MVIEW_MIME views
14768                 without deselecting the selection first.
14769
14770 2001-12-06 [alfons]     0.6.5claws55
14771
14772         * src/filtering.[ch]
14773         * src/inc.c
14774                 revise filtering a little bit more, and make sure
14775                 messages are delivered to the appropriate inbox
14776                 (perhaps set per account)
14777
14778 2001-12-06 [paul]       0.6.5claws54
14779
14780         * sync with sylpheed 0.6.5cvs22
14781                 see ChangeLog entry 2001-12-06
14782
14783 2001-12-05 [alfons]     0.6.5claws53
14784
14785         * src/inc.c
14786         * src/folder.[ch]
14787         * src/procmsg.c
14788         * src/filtering.c
14789                 more revisions of filtering system
14790                 (last stable version is marked as LAST_STABLE)
14791                 
14792                 | NOTE 1): the filtering system now uses a local folder called
14793                 | .processing. if filtering fails, check this directory
14794                 | for missing messages.
14795                 |
14796                 | NOTE 2): help us find the filtering actions still missing
14797
14798 2001-12-05 [paul]       0.6.5claws52
14799
14800         * src/mainwindow.c
14801                 fix bug where 'Empty Trash?' pop-up window appears even
14802                 when Trash is empty, submitted by Jesse Skinner         
14803
14804 2001-12-05 [melvin]     0.6.5claws51
14805
14806         * src/compose.c
14807                 fixed bug #486106 to select correct account when reediting 
14808                 a queued message
14809         
14810 2001-12-04 [alfons]     0.6.5claws50
14811
14812         * src/mh.c
14813                 declare markfile in appropriate functions when
14814                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14815                 for spotting this)
14816
14817 2001-12-04 [paul]       0.6.5claws49
14818
14819         * sync with sylpheed 0.6.5cvs21
14820                 see ChangeLog entry 2001-12-04
14821
14822 2001-12-03 [christoph]  0.6.5claws48
14823
14824         * po/de.po
14825                 changed translation of undo
14826         * src/account.c
14827         * src/folder.c
14828                 don't reinvent the wheel to traverse a GNode
14829         * src/compose.[ch]
14830                 seperate code to create the compose gui into functions
14831                 add "Others" page with folder selection for saving copy
14832                 of the message.
14833                 the folder identifier is saved to queue header
14834         * src/procmsg.c
14835                 save message to folder in queue header
14836
14837 2001-12-03 [paul]       0.6.5claws47
14838
14839         * sync with sylpheed 0.6.5cvs20
14840                 see ChangeLog entry 2001-12-03
14841
14842 2001-12-01 [paul]
14843
14844         * more sync with sylpheed 0.6.5cvs19
14845                 see ChangeLog entry 2001-11-29
14846
14847 2001-11-30 [paul]       0.6.5claws46
14848         
14849         * src/compose.c
14850                 remove conflicts introduced by Hoa's last commit
14851          
14852         * src/mainwindow.c
14853                 make 'Message/Bounce' sensitive
14854
14855 2001-11-30 [hoa]        0.6.5claws45
14856
14857         * src/compose.c
14858                 slightly change bounce function to add
14859                 information about the user that bounced the mail
14860                 in the From header line.
14861
14862         * src/folderview.c
14863                 permit the use of processing in outbox folder.
14864
14865 2001-11-29 [paul]       0.6.5claws44
14866
14867         * src/mainwindow.[ch]
14868         * src/prefs_common.c
14869         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14870         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14871         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14872                 usability enhancements to the quoting, implements
14873                 use of Ctrl key to toggle quoting settings
14874                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14875
14876 2001-11-29 [paul]       0.6.5claws43
14877         
14878         * sync with sylpheed 0.6.5cvs19
14879                 see ChangeLog entry 2001-11-28
14880
14881 2001-11-29 [melvin]     0.6.5claws42
14882         * src/Makefile.am
14883                 added enriched.[ch] to the list of files
14884
14885         * src/textview.c
14886         * src/mimeview.c
14887         * src/procmime.[ch]
14888         * src/enriched.[ch]
14889                 added support to view text/enriched
14890                 added support to show headers in message view for text/enriched and text/html
14891                         in non multipart messages
14892
14893 2001-11-28 [paul]       0.6.5claws41
14894
14895         * more sync with sylpheed 0.6.5cvs18
14896                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14897
14898 2001-11-27 [paul]       0.6.5claws40
14899         
14900         * po/pt_BR.po
14901                 updated translation, submitted by Fabio Junior Beneditto
14902                 
14903         * sync with sylpheed 0.6.5cvs18
14904                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14905                 2001-11-27
14906
14907
14908 2001-11-26 [paul]
14909
14910         * po/es.po
14911                 updated translation, submitted by Ricardo Mones Lastra
14912
14913 2001-11-26 [alfons]
14914
14915         * src/matcher.c
14916                 add more translatable strings
14917
14918 2001-11-26 [christoph]  0.6.5claws39
14919
14920         * po/de.po      
14921                 fixed one more umlaut
14922         * src/compose.c
14923                 fix translated header when it should not be translated
14924
14925 2001-11-26 [paul]       0.6.5claws38
14926
14927         * src/mainwindow.c
14928                 remove '/Message/Add Sender to address book' from 
14929                 main_window_set_menu_sensitive(), prevent debug warning
14930                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14931
14932 2001-11-26 [paul]       0.6.5claws37
14933
14934         * src/summaryview.c
14935                 fix 'recurring unread state' bug 
14936
14937         * tools/README 
14938         * tools/filter_conv.pl
14939                 read name of top level mailbox from folderlist.xml
14940                 and presume nothing about its name              
14941
14942 2001-11-26 [darko]      0.6.5claws36
14943
14944         * src/gtkstext.[ch]
14945                 removed functions that are now in gtkutils.c
14946                 use gtkut_text_is_uri_string() from gtkutils.c
14947         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14948
14949 2001-11-26 [paul]       0.6.5claws35
14950
14951         * sync with sylpheed 0.6.5cvs16
14952                 see ChangeLog entries 2001-11-25 and 2001-11-26
14953
14954 2001-11-25 [alfons]     0.6.5claws34
14955
14956         EXPERIMENTAL!!! Please checkout the last stable version using: 
14957           
14958         % cvs update -r LAST_STABLE -dRAP
14959
14960         (Or help us testing this stuff.)
14961
14962         * src/filtering.c               (1.14)
14963         * src/filtering.h               (1.6)
14964         * src/inc.c                     (1.28)
14965         * src/matcher.c                 (1.20)
14966         * src/mbox.c                    (1.9)
14967         * src/procmsg.h                 (1.14)
14968         * src/summaryview.c             (1.59)
14969         * src/summaryview.h             (dunno)
14970                 revert/merge/sync to as it was before commit 
14971                 on Thu, 19 Jul 2001 10:15:51 -0700.
14972
14973 2001-11-25 [hoa]        0.6.5claws33
14974
14975         * src/main.c
14976                 processing mails at startup
14977
14978         * src/folderview.c
14979         * src/summaryview.[ch]
14980                 processing mails when entering folder
14981
14982         * src/prefs_filtering.c
14983                 fixed some UI bugs
14984
14985 2001-11-24 [alfons]     0.6.5claws32
14986
14987         * src/summaryview.[ch]
14988                 make summary sort headers work, and also make
14989                 sure the sort type is stored
14990
14991 2001-11-23 [alfons]     0.6.5claws31
14992
14993         * src/summaryview.[ch]
14994                 make lock work like mark
14995                 disallow deleting messages marked as locked
14996
14997 2001-11-23 [alfons]     0.6.5claws30
14998
14999         * src/gtkstext.c
15000         * src/compose.[ch]
15001         * src/Makefile.am
15002         * src/undo.[ch]
15003                 merge undo patch submitted by Jens
15004
15005 2001-11-23 [christoph]  0.6.5claws29
15006
15007         * src/.cvsignore
15008                 added ylwrap
15009         * src/compose.c
15010                 fixed gpg signing and encoding
15011         * src/folder.[ch]
15012         * src/main.c
15013                 added --status option to get new, unread and total
15014                 message count from a running sylpheed
15015         * src/prefs_common.c
15016                 temporary fix for reply_with_quote problem
15017                 (don't call functions for non existing widget)
15018         * src/procmsg.c
15019                 one more check for ignored threads but still not
15020                 always working correctly. probably a recursive
15021                 check for all parents is needed
15022
15023 2001-11-23 [darko]      0.6.5claws28
15024
15025         * src/compose.c
15026                 wrapping on send improvements
15027         * src/gtkutils.[ch]
15028                 fix for GtkSText after last sync with main branch
15029                 GTK_TEXT -> GTK_STEXT
15030
15031 2001-11-23 [paul]       0.6.5claws27
15032
15033         * sync with sylpheed 0.6.5cvs14
15034                 see ChangeLog entries 2001-11-22 and 2001-11-23
15035                 
15036         * po/de.po
15037                 fixed the scrambled umlauts 
15038                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15039
15040 2001-11-21 [paul]       0.6.5claws26
15041
15042         * sync with sylpheed 0.6.5cvs12
15043                 see 2nd ChangeLog entry dated 2001-11-20
15044
15045 2001-11-20 [paul]       0.6.5claws25
15046
15047         * sync with sylpheed 0.6.5cvs11
15048                 see ChangeLog entry 2001-11-19 (src/utils.c)
15049
15050 2001-11-20 [hiro]
15051
15052         * src/compose.c
15053                 GTK_TEXT -> GTK_STEXT
15054                 fix for wrong comment
15055
15056 2001-11-20 [hiro]       0.6.5claws24
15057
15058         * src/compose.[ch]
15059                 more merges from main branch
15060                 removed fatal warnings (uninitialized variables etc.)
15061                 some coding style fix
15062         * src/gtkutils.h
15063                 fixed typo.
15064         * src/addressbook.c
15065           src/addrindex.c
15066                 V-Card -> vCard
15067
15068 2001-11-19 [hoa]        0.6.5claws23
15069
15070         * src/filtering.c
15071         * src/prefs_scoring.c
15072         * src/matcher.[ch]
15073         * src/scoring.c
15074                 cleaning code
15075
15076         * src/matcher_parser_parse.y
15077         * src/prefs_filtering.c
15078                 bouncing
15079
15080 2001-11-19 [alfons]     0.6.5claws22
15081
15082         more of my old things into claws
15083
15084         * src/Makefile.am
15085         * src/prefs_common.c
15086         * src/procmsg.h
15087         * src/summaryview.[ch]
15088         * src/prefs_summary_column.c
15089         * src/pixmaps/locked.xpm
15090                 add indicators for locking of message in summary view
15091                 (does not work yet, only visual indicator)
15092
15093 2001-11-19 [paul]       0.6.5claws21
15094
15095         * sync with sylpheed 0.6.5cvs10
15096                 see ChangeLog entry 2001-11-19
15097
15098 2001-11-18 [alfons]     0.6.5claws20
15099         
15100         * src/filtering.c
15101                 remove an inadvertent free I forgot in previous clean up 
15102
15103 2001-11-18 [alfons]     0.6.5claws19
15104
15105         * src/filtering.[ch]
15106                 clean up & plug leaks
15107
15108 2001-11-18 [paul]       0.6.5claws18
15109
15110         * sync with sylpheed 0.6.5cvs9
15111                 see ChangeLog entries 2001-11-17 and 2001-11-18
15112
15113 2001-11-16 [paul]       0.6.5claws17
15114
15115         * sync with sylpheed 0.6.5cvs8
15116                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15117
15118 2001-11-16 [paul]       0.6.5claws16
15119
15120         * sync with sylpheed 0.6.5cvs7
15121                 see ChangeLog entries 2001-11-15 and 2001-11-16
15122
15123 2001-11-15 [hoa]        0.6.5claws15
15124
15125         * src/compose.c
15126                 fix bounce, mails we received couln't be bounced to ourself.
15127
15128         * src/defs.h
15129         * src/filtering.[ch]
15130         * src/matcher.[ch]
15131         * src/matcher_parser.h
15132         * src/matcher_parser_lex.l
15133         * src/matcher_parser_parse.y
15134         * src/inc.c
15135         * src/main.c
15136         * src/mbox.c
15137         * src/prefs_filtering.[ch]
15138         * src/mainwindow.c
15139         * src/prefs_matcher.c
15140         * src/prefs_scoring.c
15141         * src/scoring.[ch]
15142         * src/summaryview.c
15143                 new matcher/filter/score configuration file parser
15144                 one unique configuration file => ~/.sylpheed/matcherrc
15145                 import in currently automatic, then save are made
15146                 in this new file.
15147                 one filter per folder and one global filter
15148                 (filter of a folder will be used as folder processing)
15149
15150         * src/folder.c
15151                 fix a bug in folder_item_get_identifier
15152                 
15153         * src/messageview.c
15154                 receive receipt return are fixed.
15155
15156 2001-11-14 [alfons]     0.6.5claws14
15157
15158         * src/session.h
15159                 add things from main branch to make claws compile
15160
15161 2001-11-14 [paul]       0.6.5claws13
15162
15163         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15164                 see ChangeLog entries 2001-11-08 to 2001-11-14
15165
15166 2001-11-14 [hoa] 0.6.5claws12
15167
15168         * src/compose.[ch]
15169         * src/mainwindow.c
15170         * src/summaryview.c
15171                 add "bounce mail" option
15172
15173 2001-11-13 [christoph]  0.6.5claws11
15174
15175         * src/compose.c
15176                 Cleanup a mess i add before commiting
15177
15178 2001-11-13 [hoa]        0.6.5claws10
15179
15180         * src/compose.c
15181                 some fixes when mail are sent or
15182                 for crossposts
15183
15184 2001-11-13 [christoph]  0.6.5claws9
15185
15186         * po/de.po
15187                 Changed two string with the same translation
15188         * src/compose.c
15189         * src/procmsg.[ch]
15190         * src/send.[ch]
15191                 New mailsending process:
15192                   - Always queue message before sending
15193                     (message will be saved if sylpheed crashed or
15194                      freezes while sending)
15195                   - Allow queuing of newspostings
15196                   - No copy in outbox before sending
15197                     (closes bug #469501)
15198                   - No more redundant code for send and send_later
15199         * src/summaryview.c
15200                 Applied wwp <subscript@free.fr>'s patch that fixes
15201                 marks for multiple forwarded messages (+compose.c)
15202
15203 2001-11-12 [alfons]
15204
15205         * README.claws
15206                 remove things that are now in main branch
15207         
15208         * po/nl.po
15209                 update Dutch translation
15210
15211 2001-11-12 [mhadasht]   0.6.5.claws8
15212
15213         * src/prefs_common.c
15214                 re-enabled account autoselection feature for forward
15215                 and reedit lost during the branch point for SYNC-B4-REL
15216         * src/gtkspell.c
15217                 gtkpspell_get_dict(): more readable code (even if function is
15218                 not used yet)
15219         * ChangeLog.claws
15220                 added version number info to 2001-11-12 [hiro] comment.
15221
15222 2001-11-12 [hiro]       0.6.5.claws7
15223
15224         * src/compose.c
15225                 compose_forward(): fixed a bug that forward quote mark
15226                 wasn't used.
15227                 removed unnecessary code.
15228         * src/template_select.[ch]: removed.
15229
15230 2001-11-11 [alfons]
15231
15232         * src/compose.c
15233                 :%s/GTK_TEXT/GTK_STEXT/g
15234         
15235         * src/compose.[ch]
15236         * src/undo.[ch]
15237         * src/Makefile.am
15238                 revert the undo stuff (this is 0.6.6claws stuff)
15239
15240 2001-11-11 [hoa]        0.6.5.claws6
15241
15242         * src/compose.[ch]
15243                 Insert signature at the end of the text.
15244                 Added undo patch but currently disabled
15245
15246         * src/procmsg.c
15247                 Threading by subject improved.
15248
15249         * added src/undo.[ch]
15250                 Undo module for compose dialog box.
15251
15252 2001-11-11 [alfons]     0.6.5.claws5
15253
15254         * src/procmsg.c
15255                 prevent threading by subject on nodes that have already been
15256                 threaded by in-reply-to (as in "circular references in a tree
15257                 result in a dead branch")
15258
15259 2001-11-09 [hoa]        0.6.5.claws4
15260         
15261         * src/folderview.c
15262                 allows creation of mbox folder item from any files.
15263
15264 2001-11-09 [alfons]     0.6.5.claws3
15265         
15266         * src/utils.c
15267         * src/procmsg.c
15268                 do what I mean and correct threading by subject so it really
15269                 ignores attracting lines without "Re: "
15270
15271 2001-11-07 [alfons]     0.6.5.claws2
15272
15273         * src/procmsg.c
15274         * src/utils.[ch]
15275                 only attract by subject if a subject line starts with a "Re: "
15276         * src/syldap.c
15277                 remove warning
15278
15279 2001-11-07 [paul]       0.6.5claws1
15280
15281         * sync with sylpheed 0.6.5. release
15282                 see ChangeLog entry 2001-11-07
15283
15284 2001-11-07 [paul]       0.6.4claws31
15285
15286         * sync with sylpheed 0.6.4cvs18
15287                 see ChangeLog entries 2001-10-30 to 2001-11-07
15288                 prefs_templates.[ch] renamed prefs_template.[ch]
15289
15290 2001-11-06 [alfons]
15291         
15292         * src/utils.h
15293                 add semicolon Hoa forgot ;-)
15294                 
15295
15296 2001-11-06 [hoa]        0.6.4claws30
15297         
15298         * src/procmsg.c
15299         * src/summaryview.c
15300         * src/utils.c
15301         * src/utils.h
15302                 threading by subject - empty subject are ignored
15303
15304 2001-11-06 [christoph]  0.6.4claws29
15305
15306         * src/socket.c
15307                 use SSL_peek for sock_gets
15308         * src/utils.c
15309                 removed unneeded pointer in extracting quoted
15310                 names implementation
15311
15312 2001-11-06 [melvin]     0.6.4claws28
15313
15314         * src/gtkspell.c
15315                 fixed bug #476792 Selection overtyping with spell checker
15316                 fixed bug which could cause a buffer overflow
15317                 fixed a memory leak
15318
15319 2001-11-06 [hoa]        0.6.4claws27
15320         
15321         * src/procmsg.c
15322         * src/summaryview.c
15323                 threading by subject
15324
15325 2001-11-05 [alfons]     0.6.4claws26
15326         
15327         * README.claws
15328                 Claws -> Sylpheed (vice versa)
15329
15330         * src/compose.c
15331                 :%s/gtk_text/gtk_stext/g
15332                 :%s/GTK_TEXT/GTK_STEXT/g
15333                 (thanks to Jonathan Ware for spotting this)
15334
15335 2001-11-04 [christoph]  0.6.4claws25
15336
15337         * src/summaryview.c
15338                 replace Xalloca + strdup with Xstrdup_a
15339         * src/utils.c
15340                 better implementation of extracting quoted names
15341                 from addresses (remove backlashes and ignore
15342                 quotes after them)
15343
15344 2001-11-04 [alfons]     0.6.4claws24
15345
15346         * src/utils.[ch]
15347                 edit to comply more with coding style
15348
15349         * src/textview.c
15350                 fix bug reported by Kim Schulz. introduced by the patch integrated
15351                 in 0.6.4claws15. the code did not check the return value of
15352                 the html parser.
15353
15354         * AUTHORS
15355                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15356
15357 2001-11-04 [christoph]  0.6.4claws23
15358
15359         * src/main.c
15360         * src/prefs_common.[ch]
15361                 init some pointers that possibly caused a segfault
15362                 reported in the claws-users ML
15363
15364 2001-11-04 [hoa]        0.6.4claws22
15365
15366         * src/grouplistdialog.c
15367                 change the names of the nodes in the tree
15368
15369         * src/compose.c
15370                 enhanced mailto syntax as described in
15371                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15372                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15373
15374         * src/utils.c
15375                 encode and decode URI (useful when opening URL into
15376                 netscape).
15377
15378 2001-11-03 [hoa]        0.6.4claws21
15379
15380         * src/grouplistdialog.c
15381                 a new newsgroups list selection dialog box
15382                 with a CTree instead of a CList
15383
15384 2001-11-03 [hoa]        0.6.4claws20
15385
15386         * src/folderview.c
15387                 enable property and scoring options when right
15388                 click on "inbox"
15389
15390         * src/summaryview.c
15391                 fixed bug when nickname were displayed using
15392                 the address book.
15393
15394 2001-11-02 [darko]      0.6.4claws19
15395
15396         * src/compose.c
15397                 new wrap quotation and URL/long words wrapping implementation
15398         * src/compose.c src/gtkstext.[ch]
15399                 move gtkstext_strncmp() to gtkstext.c
15400
15401 2001-11-01 [christoph]  0.6.4claws18
15402
15403         * src/prefs_account.c
15404                 fixed mess in account settings dialog
15405         * src/prefs_folder_item.c
15406                 added label with folder path to dialog
15407
15408 2001-10-31 [match]      0.6.4claws17
15409
15410         * src/vcard.c
15411                 fix memory leak.
15412         * src/addrbook.c
15413                 fix generation of spurious address book file names.
15414                 remove redundant functions.
15415         * po/POTFILES.in
15416                 added missing file names.
15417
15418 2001-10-30 [paul]       0.6.4claws16
15419
15420         * sync with sylpheed 0.6.4cvs6
15421                 see ChangeLog entries 2001-10-26 to 2001-10-30
15422
15423         * tools/filter_conv.pl
15424                 read folderlist.xml to discover whether the top-level
15425                 folder is called 'Mailbox' or 'Mail' 
15426
15427 2001-10-29 [paul]       0.6.4claws15
15428
15429         * src/html.c, src/textview.c
15430                 activate links in html mail and fix clickable parts
15431                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15432
15433 2001-10-29 [paul]
15434
15435         * po/de.po, po/es.po, po/pt_BR/po
15436                 updated translations, submitted by Jens Oberender,
15437                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15438
15439 2001-10-29 [darko]      0.6.4claws14
15440
15441         * src/compose.c
15442                 fix wrapping for good
15443
15444 2001-10-29 [darko]
15445
15446         * src/compose.c
15447                 undo previous change as it broke the smart wrapping
15448
15449 2001-10-29 [darko]      0.6.4claws13
15450
15451         * src/compose.c
15452                 fix infinite loop when long URL is quoted
15453                 (closes bug #475122.
15454
15455 2001-10-28 [match]
15456
15457         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15458                 import Mutt address book
15459         * src/ldif.[ch] src/importldif.h
15460                 modified import LDIF handle user attributes
15461
15462 2001-10-28 [christoph]  0.6.4claws12
15463
15464         * src/summaryview.c
15465                 fixed that filtering did not work if there
15466                 were no filter rules
15467                 (closes bug #472003 and better implementation
15468                  of patch #474644)
15469
15470 2001-10-27 [christoph]  0.6.4claws11
15471
15472         * src/compose.c
15473                 make the folder's default account to be used when
15474                 replying. (patch by wwp <subscript@free.fr>)
15475         * src/compose.c
15476                 code cleanup, nearly killed all of wwp's patch
15477                 for folder's default account in compose
15478         * src/folderview.c
15479                 error panel when a folder could not be created
15480                 (closes bug #471080 new folder name & already
15481                  existing file)
15482
15483 2001-10-26 [alfons]
15484
15485         * src/utils.h
15486                 change prototype of strstr2() that Christoph forgot about
15487
15488 2001-10-26 [christoph]  0.6.4claws10
15489
15490         * src/account.c
15491                 made search for accounts by email address not case
15492                 sensitive
15493         * src/folder.c
15494                 fixed memory leak in folder_item_get_identifier
15495         * src/gtkspell.c
15496         * src/utils.c
15497                 fixed wrong strstr2 (should work like strstr)
15498
15499 2001-10-26 [darko]      0.6.4claws9
15500
15501         * src/compose.c src/gtkstext.[ch]
15502         * src/gtkstext.c
15503                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15504
15505 2001-10-26 [paul]       0.6.4claws8
15506
15507         * src/html.c
15508                 ignore css and javascript tags in html mail
15509                 case-insensitive, with or without double-quoted
15510                 strings
15511
15512 2001-10-26 [paul]       0.6.4claws7
15513
15514         * sync with sylpheed 0.6.4cvs1
15515                 see ChangeLog entry 2001-10-26
15516
15517         * src/prefs_account.c, src/prefs_common.c,
15518           src/prefs_summary_column.c
15519                 minor improvements to the English
15520
15521 2001-10-25 [alfons]     0.6.4claws6
15522
15523         * src/gtkstext.c
15524         
15525                 make GtkSText follow style of GtkText (closes bug 
15526                 #469211 "text selection while writing message")
15527                 
15528                 do sync with GTK 1.2.10
15529
15530 2001-10-25 [paul]       0.6.4claws5
15531
15532         * src/html.c
15533                 ignore css tags in html mail
15534
15535 2001-10-25 [darko]      0.6.4claws4
15536
15537         * src/compose.c
15538                 don't declare is_url_string as static function since
15539                 we need it in gtkstext.c
15540         * src/gtkstext.c
15541                 remove unused variable
15542                 don't wrap long URLs while composing a message
15543
15544 2001-10-24 [christoph]  0.6.4claws3
15545
15546         * src/socket.c
15547                 fix ssl deadlock, when peer closes connection
15548
15549 2001-10-24 [paul]       0.6.4claws2
15550
15551         * src/prefs_common.c
15552                 gettextize the gpg ascii-armored warning message
15553
15554         * src/compose.c
15555                 insert a DOS/MAC file into the composed message
15556                 (improvements)
15557
15558         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15559
15560 2001-10-22 [paul]       0.6.4claws1
15561
15562         * sync with sylpheed 0.6.4 release
15563                 see ChangeLog entries 2001-10-21
15564
15565         * po/fr.po, po/pt_BR.po
15566                 updated by Melvin Hadasht and Fabio Junior Beneditto
15567
15568 2001-10-21 [paul]       0.6.3claws30
15569
15570         * src/compose.c
15571                 insert a DOS text file from the compose window
15572                 into the composed message text (removes CRs characters)
15573                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15574
15575         * tools/filter_conv.pl, tools/README
15576                 automatically use ~/.sylpheed as working directory
15577                 print out confirmation message on completion
15578
15579         * correct Hoa's last ChangeLog.claws entry
15580
15581 2001-10-20 [hoa]        0.6.3claws29
15582
15583         * src/grouplistdialog.c
15584                 bugfix (another ?) to give the right
15585                 newsgroups list for each news server.
15586
15587         * src/news.c
15588         * src/news.h
15589                 improve the newsgroups list cache
15590
15591 2001-10-20 [paul]       0.6.3claws28
15592
15593         * sync with sylpheed 0.6.3cvs9
15594                 see ChangeLog entry 2001-10-19
15595
15596         * correct Alfons' last ChangeLog.claws entry
15597
15598 2001-10-19 [alfons]
15599
15600         * src/pgptext.[ch]
15601                 fix compilation problems (part of bug #472895)
15602
15603 2001-10-18 [hoa]        0.6.3claws27
15604
15605         * src/grouplistdialog.c
15606                 bugfix when we refresh was clicked (bug 472701)
15607
15608 2001-10-19 [christoph]  0.6.3claws26
15609
15610         * src/compose.c
15611                 last header entry should default to "To:" or
15612                 "Newsgroups:" and not copy the last entry line
15613                 in a new compose window
15614                 (closes bug #472686, #470792)
15615
15616 2001-10-19 [paul]       0.6.3claws25
15617
15618         * sync with Sylpheed 0.6.3cvs8
15619                 see ChangeLog entries 2001-10-18 and 2001-10-19
15620
15621 2001-10-18 [christoph]  0.6.3claws24
15622
15623         * src/procmsg.c
15624                 reimplement ignore thread
15625         
15626 2001-10-18 [hoa]        0.6.3claws23
15627
15628         * src/folderview.c
15629         * src/grouplistdialog.[ch]
15630                 enhanced news subscription interface (feature 469113)
15631
15632         * src/news.c
15633         * src/news.h
15634                 enchanced newsgroup listing,
15635                 now, we can get groups informations
15636                 (NNTPGroupInfo)
15637
15638 2001-10-18 [paul]       0.6.3claws22
15639
15640         * src/summaryview.c
15641                 remove comment (sync with main branch)
15642         * src/mainwindow.c
15643                 fix 'Re-edit' bug in 'Message' menu
15644
15645 2001-10-17 [christoph]  0.6.3claws21
15646
15647         * src/compose.c
15648                 ignore empty or whitespace only header lines
15649
15650 2001-10-17 [paul]       0.6.3claws20
15651
15652         * sync with sylpheed 0.6.3cvs7
15653                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15654                 2001-10-17
15655
15656 2001-10-17 [darko]
15657
15658         * src/compose.c
15659                 wrap long lines without spaces
15660                 don't wrap URLs
15661
15662 2001-10-16 [paul]
15663
15664         * po/es.po, po/nl.po, po/pt_BR.po
15665                 updated by Ricardo Mones Lastra, Alfons,
15666                 and Fabio Junior Beneditto
15667
15668         * sylpheed-0.6.3claws released
15669
15670 2001-10-15 [melvin] 0.6.3claws18
15671
15672         * README.claws
15673                 added summary and detailed installation instructions
15674                 for spell checker
15675         * po/fr.po
15676                 Updated, corrected and completed french translation
15677
15678 2001-10-15 [hoa] 0.6.3claws17
15679         * src/grouplistdialog.c
15680                 we can choose the newsgroups to display with wildcards
15681
15682 2001-10-15 [christoph]  0.6.3claws16
15683
15684         * src/account.c
15685         * src/compose.c
15686         * src/prefs_folder_item.[ch]
15687                 applied wwp <subscript@free.fr>'s folder
15688                 default account patch
15689         * po/de.po
15690                 Fixed wrong translation
15691
15692 2001-10-13 [alfons, christoph, melvin]  
15693                         0.6.3claws15
15694
15695         solution #2 to solve MT-safety problems defers all GUI related calls
15696         to the main thread using a gtk_idle_add() callback. discussed on
15697         ircnet #sylpheed, with christoph spotting some issues with the
15698         original code, and melvin allowing us to lobotomize his sylpheed.
15699
15700         * src/syldap.[ch], src/main.c
15701                 fix race problem in ldap search thread by deferring GUI 
15702                 stuff to main thread using gtk_idle_add()
15703
15704 2001-10-13 [paul]       0.6.3claws14
15705
15706         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15707                 add Sergey's smtpcred.patch
15708                 adds separate username/password setting for SMTP Auth
15709                 needed by some servers
15710                 (closes feature request #471659)
15711
15712 2001-10-13 [paul]       0.6.3claws13
15713
15714         * src/pgptext.[ch] **NEW FILES**
15715         * src/Makefile.am, src/messageview.c, src/mimeview.c
15716                 decrypt ascii-armored gpg text embedded in
15717                 the message body.
15718                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15719
15720 2001-10-13 [christoph]  0.6.3claws12
15721
15722         * README.claws
15723                 some more details on default to and
15724                 feature requests
15725         * src/main.c
15726                 init glib threading when ldap is used
15727         * src/syldap.c
15728                 threading fixes
15729         * po/de.po
15730                 fixed a typo
15731
15732 2001-10-12 [paul]       0.6.3claws11
15733
15734         * src/prefs_common.[ch], src/rfc2015.c
15735                 enable ascii-armored gpg text to be embedded in the
15736                 message body, selectable through the 'Privacy'
15737                 preferences. Supports encrypting only.
15738                 Submitted by Ravemax <ravemax@dextrose.com>
15739
15740 2001-10-12 [paul]       0.6.3claws10
15741
15742         * sync with sylpheed 0.6.3cvs6
15743                 see ChangeLog entries 2001-10-11 and 2001-11-12
15744
15745         * src/folderview.c
15746                 incorporated mbox folders, scoring, and folder
15747                 properties into the sync
15748
15749 2001-10-12 [darko]      0.6.3claws9
15750
15751         * README.claws
15752                 describe quotation wrapping
15753         * src/compose.c
15754                 don't treat tab as space to calculate line length properly
15755
15756 2001-10-11 [alfons]
15757
15758         * README.claws
15759                 correct description of how to make new filtering system work,
15760                 add some other things
15761                 
15762         * src/syldap.c
15763                 remove sched_yield() (not necessary / unportable)
15764
15765 2001-10-11 [paul]       0.6.3claws8
15766
15767         * sync with sylpheed 0.6.3cvs3
15768                 see ChangeLog entry 2001-10-10
15769
15770 2001-10-10 [christoph]  0.6.3claws7
15771
15772         * .cvsignore
15773                 ignore 2 files created by newer autotools
15774         * src/prefs_folder_item.c
15775                 using table for widget alignment
15776                 fixed memory leak and broken octal display
15777         * src/filesel.c
15778                 fixed segfault caused by lost filename
15779                 workaround (closes bug #469551)
15780
15781 2001-10-10 [paul]       0.6.3claws6
15782
15783         * sync with sylpheed 0.6.3cvs2
15784                 see ChangeLog entries 2001-10-09 and 2001-10-10
15785
15786 2001-10-10 [darko]      0.6.3.claws5
15787
15788         * src/gtkstext.c
15789                 proper calculation of right margin if smart wrapping is enabled
15790         * src/compose.c
15791                 automatically wrap long lines if wrap quotation is enabled
15792
15793 2001-10-09 [alfons]     0.6.3.claws4
15794
15795         * src/summaryview.c
15796                 select correct row when deleting last row in the summary view (and
15797                 close bug "[ #469104 ] select second last in list when deleting")
15798
15799 2001-10-09 [paul]       0.6.3claws3
15800
15801         * sync with sylpheed 0.6.3cvs1
15802                 updated some autotool scripts
15803
15804 2001-10-09 [darko]      0.6.3claws2
15805
15806         * src/gtkstext.[ch]
15807                 new name and mark with Sylpheed comment
15808         * src/compose.c
15809                 smart quotation wrapping a-la VIM
15810
15811 2001-10-08 [paul]       0.6.3claws1
15812
15813         * sync with sylpheed 0.6.3 release
15814                 see ChangeLog entry 2001-10-08
15815
15816 2001-10-08 [paul]       0.6.2claws24
15817
15818         * src/summaryview.c
15819                 more sync with sylpheed 0.6.2cvs12
15820                 Fixed the bug that didn't select the last row correctly
15821
15822
15823 2001-10-07 [paul]       0.6.2claws23
15824
15825         * sync with sylpheed 0.6.2cvs12
15826                 see ChangeLog entry 2001-10-07
15827
15828 2001-10-06 [match]
15829         * src/jpilot.[ch]
15830                 enable jpilot to read unsynch'ed addresses.
15831
15832         * src/editldap_basedn.c
15833                 fix segfault when opening dialog.
15834
15835 2001-10-06 [alfons]     0.6.2.claws22
15836
15837         * src/summaryview.c
15838                 fix bug with summary view selecting last *inserted*
15839                 node instead of last *visible* node. remember we
15840                 work with a tree
15841
15842 2001-10-06 [paul]       0.6.2claws21
15843
15844         * po/pt_BR.po
15845                 updated translation, contains some fixes and new
15846                 translations, submitted by Gustavo Noronha Silva
15847                 <kov@debian.org>
15848
15849         * src/prefs_common.c
15850                 change 'each' to 'every' - fix dubious English
15851
15852         * sync with sylpheed 0.6.2cvs11
15853
15854 2001-10-05 [alfons]     0.6.2claws20
15855
15856         * src/mainwindow.[ch], src/folderview.c
15857                 make composite tool button switch between "Compose News"
15858                 and "Compose Mail" depending on selected folder
15859                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15860
15861 2001-10-05 [paul]       0.6.2claws19
15862
15863         * src/mainwindow.c, src/summaryview.c
15864                 fix 'Message/Reply to all', broken in last commit
15865
15866         * src/compose.c
15867                 fix X_BEENTHERE seg fault, thanks to Alfons
15868
15869 2001-10-04 [paul]       0.6.2claws18
15870
15871         * src/compose.[ch], src/mainwindow.c
15872                 make "Message/Reply" reply to mailing lists; matches
15873                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15874                 based on portions of the patch submitted by
15875                 Junichi Uekawa <dancer@netfort.gr.jp>
15876
15877 2001-10-04 [darko]      0.6.2claws17
15878
15879         * src/compose.c
15880                 better smart wrapping
15881         * src/gtkstext.[hc]
15882                 a function to make text buffer contiguous
15883
15884 2001-10-03 [paul]       0.6.2claws16
15885
15886         * sync with sylpheed 0.6.2cvs10
15887
15888 2001-10-02 [alfons]
15889
15890         * configure.in
15891         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15892                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15893                 references to chinese translations (hope someone picks up
15894                 this)
15895
15896 2001-10-02 [christoph]  0.6.2claws15
15897
15898         * src/compose.c
15899                 fixed non translated header bug
15900         * ChangeLog.claws
15901                 fixed wrong date in alfons last entry ;)
15902
15903 2001-10-02 [alfons]     0.6.2claws14
15904
15905         * src/compose.c, src/prefs_common.[ch]
15906                 add block cursor option
15907
15908 2001-10-02 [paul]       0.6.2claws13
15909
15910         * sync with sylpheed 0.6.2cvs9
15911
15912 2001-09-30 [paul]       0.6.2claws12
15913
15914         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15915                 updated translations
15916
15917         * po/POTFILES.in
15918                 add 'src/importldif.c'
15919
15920         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15921                 added eudora-to-vCard conversion tool
15922                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15923
15924         * sync with sylpheed 0.6.2cvs8
15925
15926 2001-09-30 [paul]
15927
15928         * sylpheed-0.6.2claws released
15929
15930 2001-09-27 [melvin]     0.6.2claws11
15931
15932         * src/gtkspell.c
15933                 fixed crash when using default path (introduced 
15934                 in 0.6.2claws10)
15935                 fixed tiny bug for initial suggestion mode
15936
15937 2001-09-27 [melvin]     0.6.2claws10
15938         
15939         * src/gtkspell.c
15940                 fixed bug where gtkpspell didn't set the path correctly
15941
15942         * README.claws
15943                 added a paragraph about spell checking
15944                 
15945
15946
15947 2001-09-27 [paul]       0.6.2claws9
15948
15949         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15950                 replace '// comments' with '/* comments */' to prevent
15951                 some compiler warnings 
15952
15953         * sync with sylpheed 0.6.2cvs6
15954
15955 2001-09-26 [alfons]     0.6.2claws8
15956
15957         * src/messageview.c
15958                 introduce return receipt request notification again,
15959                 which was lost because of other semantics in 
15960                 procheader_parse() (???)
15961
15962 2001-09-26 [christoph]  0.6.2claws7
15963
15964         * src/compose.c
15965                 replace comments for old code with #if 0
15966                 readded auto cc, bcc and reply-to
15967         * src/prefs_matcher.c
15968         * src/prefs_scoring.c
15969                 removed some definition (was moved to
15970                 prefs.h)
15971
15972 2001-09-26 [paul]       0.6.2claws6
15973
15974         * src/mainwindow.c
15975                 make 'Follow-up and reply to' sensitive
15976
15977         * more sync with sylpheed 0.6.2cvs5
15978
15979 2001-09-25 [melvin]
15980
15981         * 0.6.2claws5
15982
15983         * src/gtkspell.c
15984                 fixed bug for "US-ASCII" introduced by the encoding code
15985
15986 2001-09-25 [paul]
15987
15988         * 0.6.2claws4
15989
15990         * src/prefs_common.[ch], src/summaryview.c
15991                 'next unread msg' 'go to next folder?' dialog can be
15992                 given default behaviour, either always show dialog,
15993                 or assume 'yes', or assume 'no'
15994                 Submitted by wwp <subscript@free.fr>
15995
15996 2001-09-25 [melvin]
15997                 
15998         * src/compose.c src/gtkspell.[ch]
15999                 added support for different encodings
16000
16001 2001-09-25 [paul]
16002
16003         * more sync with sylpheed 0.6.2cvs5
16004
16005 2001-09-24 [alfons]
16006         
16007         * src/prefs_folder_item.c
16008                 add check for item->prefs->default_to string is NULL and
16009                 add another check when freeing this string
16010
16011 2001-09-24 [paul]
16012
16013         * configure.in
16014                 change to version 0.6.2claws3
16015
16016         * sync with sylpheed 0.6.2cvs5 
16017
16018 2001-09-24 [match]
16019         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16020                 import LDIF files.
16021         * src/addrcache.[ch], addrindex.[ch]
16022                 small update for future
16023         * src/addrbook.c
16024                 fix test XML file.
16025
16026 2001-09-24 [melvin]
16027         * src/gtkspell.[ch]
16028                 added 'Learn from mistakes' option
16029                 better handling of quotes in checked words
16030                 sorted dict list
16031         * po/fr.po
16032                 small update for spell checking stuff
16033
16034 2001-09-23 [alfons]
16035         
16036         * src/gtkspell.c
16037                 edit a little bit so it complies more with main coding style
16038
16039 2001-09-23 [alfons]
16040
16041         * src/folder.[ch], prefs_folder_item.c, compose.c
16042                 migrate "request return receipt" folder property
16043                 to folderlist.xml
16044
16045 2001-09-22 [alfons]
16046
16047         * README.claws **NEW**
16048                 (add things of interest for users of main branch 
16049                 and claws here)
16050
16051         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16052                 re-implement threading per folder option, but store 
16053                 the setting in folderlist.xml (where it belongs)
16054
16055 2001-09-21 [melvin]
16056
16057         * src/gtkspell.[ch]
16058                 fixed bug when compose window is under another window
16059         * src/prefs_common.[ch] src/compose.c
16060                 changed 'dictionary_path' to 'dictionary' to be consistent
16061                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16062         * ac/pspell.m4 src/Makefile.am 
16063                 dropped PSPELL_PATH macro
16064         * po/fr.po
16065                 updated translations
16066
16067 2001-09-21 [christoph]
16068
16069         * src/compose.c
16070                 added border around header fields
16071                 keep header type when new field is added
16072
16073 2001-09-20 [christoph]
16074
16075         * src/utils.[ch]
16076                 more portable debug_print with source filename
16077                 and linenumber
16078         * src/procmsg.c
16079                 more newlines after debug messages
16080
16081 2001-09-20 [paul]
16082
16083         * configure.in
16084                 change to version 0.6.2claws2
16085
16086         * sync with sylpheed 0.6.2cvs3
16087
16088 2001-09-19 [melvin]
16089
16090         * src/gtkspell.c
16091                 fixed the post-right-click focus pb
16092                 fixed crash when 'Spell check all' after dict change 
16093                         and when cursor is at the end of the text
16094                 shift-right-click pops up config menu even on misspelled words.
16095         * po/POTFILES.in
16096                 added gtkspell.c
16097
16098 2001-09-19 [melvin]
16099
16100         * src/about.c
16101                 added pspell to compiled-in features list
16102
16103 2001-09-18 [melvin]
16104
16105         * switched to pspell and dropped ispell
16106         * ac/pspell.m4
16107                 new file. autoconf macro for pspell
16108         * ac/Makefile.am 
16109         * configure.in acconfig.h
16110                 added pspell support
16111         * src/Makefile.am
16112         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16113         * src/prefs_common.[ch] 
16114                 added pspell support
16115
16116 2001-09-18 [christoph]
16117
16118         * src/addr_compl.c
16119         * src/template.[ch]
16120                 replace LOG_MESSAGE with debug_print
16121         * src/compose.[ch]
16122                 gui improvements
16123         * src/menu.c
16124                 added newline after debug message
16125         * src/utils.h
16126                 using __VA_ARGS__ for debug_print macro
16127         * tools/.cvsignore
16128                 ignore Makefile and Makefile.in
16129
16130 2001-09-18 [paul]
16131
16132         * configure.in
16133                 change to version 0.6.2claws1
16134         * sync with sylpheed 0.6.2cvs1
16135
16136         * src/matcher.c 
16137         * src/prefs_matcher.c
16138                 add 'score equal to' option, submitted by
16139                 Paul Evans <nerd@freeuk.com>
16140
16141 2001-09-15 [christoph]
16142
16143         * src/mainwindow.c
16144                 comment out menu entry not existing in claws
16145         * src/menu.c
16146                 add debug output for non existing menu entries
16147         * src/summaryview.c
16148                 fix next/prev unread message for ignored threads
16149         * src/utils.[ch]
16150                 add sourcefile and line number to debug output
16151                 otherwise it is sometimes hard to find the
16152                 source code part if debug messages are translated
16153
16154 2001-09-14 [darko]
16155         
16156         * src/folderview.c
16157                 refresh target folder style after colour is changed
16158
16159 2001-09-13 [paul]
16160
16161         * configure.in
16162                 change to version 0.6.1claws3
16163
16164         * sync with sylpheed 0.6.1cvs6
16165
16166 2001-09-13 [darko]
16167         
16168         * src/folderview.c
16169                 fix target folder colourization to use user selected colour
16170
16171 2001-09-12 [darko]
16172         
16173         * src/summaryview.c
16174                 fix crash when message that is marked for copy/move is unmarked
16175
16176 2001-09-09 [paul]
16177
16178         * configure.in
16179                 change to version 0.6.1claws2
16180
16181         * sync with sylpheed 0.6.1cvs3
16182
16183 2001-09-09 [alfons]
16184         
16185         * src/folderview.c
16186                 fix bug with default font used for trash folder text
16187
16188 2001-09-06 [paul]
16189
16190         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16191                 updated translations
16192
16193         * configure.in
16194                 change to version 0.6.1claws1
16195
16196         * sync with sylpheed 0.6.1cvs2
16197
16198 2001-09-03 [paul]
16199
16200         * po/POTFILES.in
16201                 add Match's new addressbook
16202
16203         * po/de.po
16204                 updated translation submitted by Jens Oberender
16205
16206 2001-09-02 [paul]
16207
16208         * configure.in
16209                 change to 0.6.1claws
16210         * sync with sylpheed 0.6.1 release
16211
16212 2001-09-02 [paul]
16213
16214         * configure.in
16215                 change to 0.6.0claws2
16216
16217         * sync with sylpheed 0.6.0cvs4
16218
16219         * po/pt_BR.po
16220                 updated translation submitted by Fabio Junior Beneditto
16221
16222 2001-09-01 [match]
16223         * pixmaps/
16224                 interface.xpm
16225                 book.xpm
16226                 address.xpm
16227         * src/
16228                 Makefile.am
16229                 a ton of new files
16230
16231 2001-08-31 [paul]
16232
16233         * configure.in
16234                 change to version 0.6.0claws1
16235
16236         * sync with sylpheed 0.6.0cvs1
16237
16238         * po/es.po
16239                 updated translation submitted by Ricardo Mones Lastra
16240
16241         * po/POTFILES.in
16242                 add 'src/prefs_templates.c'
16243
16244         * src/compose.c, src/summaryview.c
16245                 fix segfault on 'Re_edit'               
16246
16247 2001-08-30 [alfons]
16248
16249         * configure.in, Makefile.am
16250         * tools/Makefile.am
16251                 add tools directory to source distribution
16252
16253 2001-08-30 [paul]
16254
16255         * configure.in
16256                 change to version 0.6.0claws
16257
16258         * sync with sylpheed 0.6.0 release
16259
16260 2001-08-30 [christoph]
16261
16262         * configure.in
16263                 removed autoconf version check
16264
16265 2001-08-30 [paul]
16266
16267         * src/account.c, src/compose.c, src/prefs_common.[ch]
16268         * src/procheader.[ch] src/utils.[ch]
16269                 Enhanced automatic account selection on replies
16270                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16271
16272         * configure.in
16273                 add LDAP and JPilot to the configuration results output.
16274
16275 2001-08-29 [christoph]
16276
16277         * src/summeryview.c
16278                 no bold font for ignored threads
16279
16280 2001-08-29 [paul]
16281
16282         * configure.in
16283                 change to version 0.5.3claws6
16284
16285         * sync with sylpheed 0.5.3cvs10
16286                 src/stringtable.[ch]: New Files
16287
16288         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16289         * src/pixmaps/sylpheed.xpm
16290                 add mini-icons to windows (by Alfons)
16291
16292 2001-08-27 [paul]
16293
16294         * src/mainwindow.c
16295                 new functions: next_labeled_cb(), prev_labeled_cb()
16296
16297         * src/summaryview.c
16298                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16299                 summary_select_next_labeled(), summary_select_prev_labeled()
16300
16301         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16302                 give claws blue folders and a blue trash can
16303
16304 2001-08-27 [paul]
16305
16306         * configure.in
16307                 change to version 0.5.3claws5
16308
16309         * sync with sylpheed 0.5.3cvs9
16310                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16311
16312 2001-08-24 [christoph]
16313
16314         * src/filesel.c
16315                 keep filename when browsing directories
16316                 (not working for user entered filename, but
16317                  for default name and selected filename from
16318                  file list)
16319         * src/mainwindow.c
16320                 fixed wrong spelling "Folllow-up"
16321         * src/mbox_folder.c
16322         * src/procmsg.c
16323         * src/summaryview.c
16324                 fixed new/unread message count with ignored
16325                 threads (2 commits, first didn't notice no
16326                 longer needed decreasing)
16327         * src/inc.c
16328                 readded scrolling of progress dialog
16329                 (lost in sync)
16330
16331 2001-08-24 [paul]
16332
16333         * configure.in
16334                 change to 0.5.3claws4
16335
16336         * sync with sylpheed 0.5.3cvs7
16337
16338 2001-08-24 [christoph]
16339
16340         * src/compose.c
16341                 set request return receipt when replying
16342                 if it is set is the folder prefs of the
16343                 message
16344         * src/inc.c
16345                 disable final error popup if popups are
16346                 disabled in config (again)
16347
16348 2001-08-23 [paul]
16349
16350         * configure.in
16351                 Change version number to 0.5.3claws3
16352
16353         * sync with sylpheed 0.5.3cvs5
16354
16355         * src/mimeview.c
16356                 double quote '%s' in 'gedit %s' to fix bug when
16357                 opening attachment with spaces in the name
16358
16359 2001-08-22 [alte]
16360         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16361           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16362                 initial message templates support
16363
16364
16365 2001-08-22 [paul]
16366
16367         * configure.in
16368                 change version number to 0.5.3claws2
16369
16370         * sync with sylpheed 0.5.3cvs4
16371
16372         * src/procmsg.h src/summaryview.c
16373                 re-implement (un)ignore thread
16374
16375 2001-08-21 [paul]
16376
16377         * src/summaryview.c
16378                 remove unnecessary code
16379         * src/compose.c
16380                 enable 'dynamic' signatures (submitted by
16381                 Eric Limpens <eric@hscg-internet.nl>)
16382
16383 2001-08-21 [paul]
16384
16385         clean up after sync with sylpheed 0.5.3 release
16386
16387         * src/folderview.c
16388                 fix re-introduced font mess, see Christoph's
16389                 entry 2001-06-24
16390
16391         * src/summaryview.c
16392                 remove prev_msgnum
16393                 use sylpheed's small font instead of
16394                 gtk default font for summary view
16395
16396
16397 2001-08-17 [paul]
16398
16399         * configure.in
16400                 add pl to ALL_LINGUAS - sync with main branch
16401
16402         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16403                 Updated. Translations by Jens Oberender, Ricardo Mones
16404                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16405
16406         * po/pl.po  ** NEW FILE **
16407                 sync with the main branch
16408
16409         * src/folderview.c
16410                 fix target folder colorizing and refresh problem
16411
16412
16413 2001-08-17 [christoph]
16414
16415         * src/mainwindow.c
16416                 claws uses 4 colors for target folder coloring.
16417                 arrays were not long enough and destroyed the
16418                 stack causing a segfault.
16419                 target folder colorizing does not work anymore
16420                 for me
16421
16422 2001-08-16 [paul]
16423
16424         * configure.in
16425                 change to version 0.5.3claws1
16426
16427         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16428           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16429           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16430
16431                 sync with sylpheed 0.5.3 release, but keep claws method of
16432                 configuring/saving fonts
16433
16434         * src/addressbook.[ch]
16435                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16436                 in line with a similar change in Hiroyuki's branch
16437
16438         * src/mainwindow.[ch]
16439                 disable main_window_set_thread_option()
16440         * src/prefs_folder_item.c
16441                 comment out &tmps_prefs.enable_thread,
16442         * src/mbox_folder.c, src/procmsg.[ch]
16443                 comment out MSG_IS_IGNORE_THREAD
16444         * src/summaryview.c
16445                 comment out summary_ignore_thread() and summary_unignore_thread()
16446                 comment out MSG_IS_IGNORE_THREAD
16447
16448                 use Hiroyuki's threading instead.
16449
16450
16451
16452 2001-08-15 [paul]
16453
16454         * src/account.c
16455                 use Hiroyuki's 0.5.3 column scheme but also
16456                 include the enable/disable button.
16457         * src/pixmaps/mark.xpm
16458                 add Hiroyuki's amended pixmap
16459
16460 2001-08-13 [christoph]
16461
16462         * src/account.c
16463                 receive at get all column showed wrong state for APOP
16464                 button should only work for POP3 and APOP accounts
16465         * src/prefs_account.c
16466                 added missing preprocessor statement for SSL
16467
16468 2001-08-12 [paul]
16469
16470         * src/account.[ch]
16471                 add 'receive at get all' column and enable/disable
16472                 button.
16473
16474 2001-08-06 [christoph]
16475
16476         * src/account.c
16477                 show usage of SSL in protocol column
16478
16479         * src/imap.c
16480         * src/inc.c
16481                 renamed ssl options
16482
16483         * src/prefs_account.[ch]
16484                 moved ssl options to a new page
16485
16486         * src/send.c
16487         * src/smtp.c
16488         * src/ssl.[ch]
16489                 renamed ssl options
16490                 added support for SMTP STARTTLS command
16491
16492 2001-08-05 [christoph]
16493
16494         * configure.in
16495                 debian autoconf needs version check to find
16496                 correct autoconf version. if the file is
16497                 named configure.in 2.13 is used, which does
16498                 not work with this configure.in script.
16499                 other solution would be to rename the script
16500                 to configure.ac as suggested in the autoconf
16501                 manual.
16502
16503         * src/inc.c
16504                 disable final error popup if popups are
16505                 diabled in config
16506
16507         * src/socket.c
16508                 bugfix in ssl_gets
16509                 fixes IMAP over SSL problem
16510
16511 2001-08-03 [paul]
16512
16513         * configure.in
16514                 change to 0.5.2claws1
16515
16516         * sync with sylpheed 0.5.2cvs1
16517
16518 2001-08-02 [alfons]
16519
16520         * configure.in
16521                 quick fix for ispell detection...
16522
16523 2001-08-01 [paul]
16524
16525         * configure.in
16526                 change to 0.5.1claws4
16527
16528         * sync with sylpheed 0.5.1cvs7
16529
16530 2001-07-31 [alfons]
16531
16532         * src/prefs_common.c, src/prefs_common.h, 
16533           src/gtkspell.c, src/gtkspell.h
16534                 add global spelling checker settings (compose tab) +
16535                 selection of dictionary 
16536           
16537         * configure.in  
16538                 guess valid ispell location
16539
16540 2001-07-31 [paul]
16541
16542         * po/POTFILES.in
16543                 removal of 'src/quote_fmt_parse.c'
16544         * po/de.po
16545                 Updated de.po
16546                 (submitted by Jens Oberender <didge@suse.de>)
16547
16548 2001-07-31 [darko]
16549
16550         * src/folder.[ch]
16551         * src/folderview.[ch]
16552         * src/mainwindow.c
16553         * src/mh.c
16554         * src/prefs_common.[ch]
16555         * src/summaryview.c
16556                 target folder colourization
16557
16558 2001-07-30 [paul]
16559
16560         more sync with Sylpheed 0.5.1cvs6 
16561
16562 2001-07-30 [darko]
16563
16564         * src/mh.c
16565         * src/prefs_folder_item.[hc]
16566         * src/summaryview.c
16567                 shared folders support with a GUI
16568
16569 2001-07-29 [paul]
16570
16571         0.5.1claws3
16572
16573         * sync with Sylpheed 0.5.1cvs6
16574
16575 2001-07-29 [paul]
16576
16577         * po/pt_BR.po
16578                 updated
16579                 (submitted by Fabio Junior Beneditto)
16580
16581 2001-07-28 [paul]
16582
16583         * src/procmime.c
16584         * AUTHORS
16585                 patch to correct bad image mime headers
16586                 (submitted by Don Quijote <dq@searchlores.org>)
16587
16588 2001-07-28 [paul]
16589
16590         * tools/gif2xface.pl   **NEW FILE**
16591         * tools/README
16592                 script to convert file.gif to file.xface for
16593                 use in a custom header.
16594                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16595
16596 2001-07-27 [alfons]
16597         
16598         * configure.in
16599                 change macros for detecting JPilot and LDAP
16600
16601 2001-07-27 [christoph]
16602
16603         * src/filtering.c
16604                 code cleanup (MIN / MAX warning, needed casting)
16605
16606 2001-07-27 [alfons]
16607
16608         * procheader.c
16609                 disallow setting flags when detecting certain headers
16610                 (X-Status, Status, Seen, X-Seen). 
16611         
16612         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16613
16614 2001-07-27 [christoph]
16615
16616         * src/prefs_filter.c
16617         * src/prefs_filtering.c
16618         * src/prefs_matcher.c
16619         * src/prefs_scoring.c
16620                 scroll list when moving rows up or down
16621
16622         * src/imap.c
16623         * src/imap.h
16624         * src/prefs_account.c
16625         * src/prefs_account.h
16626         * src/send.c
16627                 SMTP over SSL (untested, feedback requested)
16628                 IMAP over SSL
16629
16630         * src/ssl.c
16631                 code cleanup
16632
16633 2001-07-26 [alfons]
16634         
16635         * configure.in, acconfig.h
16636                 define CLAWS (need this for main / claws detection)
16637
16638 2001-07-25 [alfons]
16639
16640         * configure.in
16641                 Sylpheed 0.5.1claws2
16642                 
16643         * sync with Sylpheed 0.5.1cvs4
16644
16645 2001-07-25 [christoph]
16646
16647         * src/scoring.c
16648                 fixed segfault
16649                 item->prefs == NULL (don't know why)
16650
16651 2001-07-25 [alfons]
16652
16653         * configure.in
16654                 Sylpheed 0.5.1claws1
16655
16656         * sync with Sylpheed 0.5.1cvs1-3
16657
16658 2001-07-24 [christoph]
16659
16660         * src/folderview.c
16661         * src/prefs_folder_item.[ch]
16662                 added folderitem preferences dialog with
16663                 default To: and auto request return receipt
16664
16665         * src/compose.[ch]
16666         * src/menu.[ch]
16667                 changes to handle new folderitem preferences
16668
16669         * src/mainwindow.c
16670         * src/summaryview.c
16671                 call compose new mail with current folderitem
16672
16673 2001-07-24 [alfons]
16674
16675         Release Sylpheed 0.5.1claws
16676
16677         * configure.in
16678                 change to release version 0.5.1claws
16679
16680 2001-07-24 [christoph]
16681
16682         * src/summaryview.c
16683                 fixed segfault that happend when the selected
16684                 message was removed while retrieving new messages.
16685
16686         * po/es.po
16687                 updated translation
16688                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16689
16690 2001-07-22 [alfons]
16691
16692         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16693         this is a work in progress, for more information: http://nlpagan.net/sylman 
16694         
16695         * configure.in, src/mainwindow.c, manual/Makefile.am
16696                 add support for English manual
16697
16698         * AUTHORS
16699                 add authors of user manuals
16700
16701         * manual/en/sylpheed*.html
16702                 add English documentation
16703
16704 2001-07-22 [christoph]
16705
16706         * po/POTFILES.in
16707                 added src/ssl.c
16708         * src/ssl.c
16709                 changed a wrong debug message
16710
16711 2001-07-22 [alfons]
16712
16713         * po/nl.po
16714                 update Dutch translation
16715
16716         * src/prefs_filtering.c, 
16717           src/prefs_matcher.c
16718                 add more translatable strings           
16719
16720 2001-07-21 [alfons]
16721
16722         0.5.0claws7
16723
16724         * configure.in
16725                 change version
16726
16727         * src/inc.c, src/summaryview.[ch]
16728                 prevent update of mark file when filtering has done, by
16729                 using a variable; this affects two functions:
16730                         inc.c::inc_finished()
16731                         summaryview.c::summary_show()
16732
16733 2001-07-20 [alfons]
16734
16735         * src/filtering.[ch], src/prefs_filtering.c, 
16736           src/matcher.[ch]
16737                 add filtering action for label coloring 
16738
16739         * po/POTFILES.in
16740                 add labelcolors.c
16741
16742         * added src/labelcolors.c
16743         * added src/labelcolors.h
16744         * src/Makefile.am, src/summaryview.c
16745                 rearrange label coloring code
16746
16747         * src/procmsg.h
16748                 add more parentheses so label colouring works correctly
16749
16750         * src/filtering.c
16751                 don't really delete message, but move it to Trash
16752
16753         * src/prefs_matcher.c
16754                 add quote options to info dialog
16755
16756 2001-07-20 [christoph]
16757
16758         * src/Makefile.am
16759         * src/inc.c
16760         * src/main.[ch]
16761         * src/socket.h
16762         * src/ssl.[ch] (new)
16763                 moved ssl stuff to a seperate file
16764
16765 2001-07-20 [darko]
16766
16767         * src/summaryview.c
16768                 fix show sender using address book with no e-mail
16769                 address in From: field
16770
16771 2001-07-19 [alfons]
16772
16773         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16774                 fix messy handling of escaping... now at least the
16775                 execute command is useful. escape char is '\', we
16776                 accept \n and \r too. 
16777
16778                 Real life example:
16779                 
16780                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16781                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16782
16783 2001-07-18 [alfons]
16784
16785         0.5.0claws6
16786
16787         * src/summaryview.c
16788                 clean up
16789
16790         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16791           src/procmsg.[ch]
16792                 revise filtering; currently move, copy, marking have
16793                 been tested. if you like bleeding edge stuff, you
16794                 should definitely go for this version :)
16795
16796         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16797
16798 2001-07-17 [christoph]
16799
16800         * src/utils.c
16801                 timestamp log
16802
16803 2001-07-17 [alfons]
16804
16805         0.5.0claws5
16806
16807         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16808           bits in the mark file, without affecting either branch. Lots of
16809           files changed, also in claws branch.
16810
16811           UNTESTED: use of mbox folders
16812
16813         * src/summaryview.c
16814                 added mark all read; however this was a quick hack used for
16815                 cleaning up mess after initial merge with Hiroyuki
16816
16817         * configure.in
16818                 change claws version number back to 0.5.0claws5 to clear up 
16819                 confusion & pretension (recent release was technically 
16820                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16821
16822 2001-07-16 [alfons]
16823
16824         sync with Hiroyuki's 0.5.0cvs4
16825
16826 2001-07-16 [alfons]
16827
16828         0.5.1claws3
16829
16830         * src/filtering.[ch]
16831                 remove invalid updating of mark files for 
16832                 filter actions MATCHING_ACTION_MOVE and 
16833                 MATCHING_ACTION_DELETE; this should fix the
16834                 folder update bug
16835                 
16836         * src/procmsg.c
16837                 revert Christoph's stab at fixing the folder 
16838                 update bug
16839
16840         * po/POTFILES.in
16841                 add missing files with translatable strings
16842
16843         * src/summaryview.c
16844                 remove debug print
16845
16846 2001-07-15 [alfons]
16847
16848         * src/addr_compl.[ch], src/prefs_filtering.c
16849                 make "filtering pref dialog's destination entry" an
16850                 "address completable entry", if filter destination is 
16851                 an email address
16852
16853         0.5.1claws2
16854         
16855         sync with Hiroyuki's 0.5.0cvs2-3
16856
16857 2001-07-15 [christoph]
16858
16859         * src/procmsg.c
16860                 fixed folder stats update after incorporation
16861
16862 2001-07-15 [alfons]
16863
16864         * src/summaryview.c
16865                 * finish label colouring stuff (for now)
16866                 * fix incorrect colour bug (off by one) 
16867
16868 2001-07-14 [alfons]
16869
16870         * src/mainwindow.c
16871                 change text labels for news and mail message so there's
16872                 plenty of toolbar estate left
16873
16874         * configure.in
16875                 0.5.1claws1
16876
16877         * src/folderview.c
16878           src/folder.[ch]
16879                 sync with Hiroyuki's 0.5.0cvs1
16880
16881         * src/summaryview.c
16882                 more rewrite label colouring
16883
16884 2001-07-14 [alfons]
16885
16886         * src/summaryview.[ch]
16887                 * start rewrite label colouring 
16888                 * fix proper location "Add Sender To Addressbook" menu item
16889
16890 2001-07-13
16891
16892         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16893         (actually this is 0.5.0claws4)
16894
16895 2001-07-13 [alfons]
16896
16897         * po/pt_BR.po
16898                 * fix duplicate message
16899                 * add updated Portugese / Brazilian translation
16900                   submitted by Fabio Junior Beneditto
16901
16902 2001-07-12 [alfons]
16903
16904         * AUTHORS
16905                 add Jens
16906
16907         * po/nl.po
16908                 add updated Dutch translation
16909
16910         * po/de.po
16911                 add updated German translation submitted by Jens
16912
16913 2001-07-11 [alfons]
16914
16915         Prerelease before 0.5.0claws. Please test.
16916         This version is temporarily tagged as VERSION_0_5_0_TEST
16917
16918         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16919           src/prefs_scoring.c, src/prefs_matcher.c, 
16920           src/prefs_filtering.c, src/mbox.c, 
16921           src/main.c, src/inc.c, src/filtering.[ch]
16922                 revert new Hoa's new matcher (does not work yet)
16923
16924         * src/Makefile.am
16925                 clean up
16926
16927 2001-07-10
16928
16929         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16930
16931
16932 2001-07-10 [alfons]
16933
16934         * Makefile.am
16935                 add ChangeLog.claws to EXTRA_DIST
16936         * src/Makefile.am
16937                 add matcher_parser_parse.h to EXTRA_DIST
16938
16939 2001-07-10 [christoph]
16940
16941         * src/inc.c
16942                 add destination folder to table of
16943                 folders that need to be updated after
16944                 incorporation
16945
16946 2001-07-10 [alfons]
16947
16948         * folder.[ch]
16949           folderview.c
16950                 make collapse state of folders and folder items persistent, i.e.
16951                 if you collapse a folder tree, the next time sylpheed-claws starts 
16952                 up the folder tree remains collapsed.  
16953                 
16954 2001-07-10 [christoph]
16955
16956         * acconfig.h
16957         * configure.in
16958                 added --enable-ssl
16959         * src/md5.[ch]
16960                 renamed MD5_CTX to MD5_CTX_syl
16961                 conflicts with a struct in openssl
16962         * src/inc.c
16963         * src/main.[ch]
16964         * src/prefs_account.[ch]
16965         * src/socket.[ch]
16966                 SSL support for POP
16967         * src/mainwindow.c
16968                 fixed compose with current account
16969                 broken by new compose button stuff
16970
16971 2001-07-09 [hoa]
16972
16973         * AUTHORS
16974                 changed my email address
16975
16976         * src/matcher_parser_parse.y
16977                 clean the parser to remove conflicts
16978
16979 2001-07-09 [alfons]
16980
16981         * AUTHORS
16982                 add Match Grun
16983
16984         * configure.in
16985                 fix incorrect description of --enable-ldap parameter
16986
16987         * src/prefs_common.[ch]
16988           src/compose.c
16989                 add experimental option "smart wrapping" which makes the
16990                 compose editor auto wrap.
16991                 
16992                 | TODO: the problem with the buggy cursor handling is caused |
16993                 | by the GtkText. when deleting / backspacing text its       |
16994                 | wrapping algorithm does not take in account the previous   |
16995                 | line. should find a way to hack this in.                   |
16996                 | or should perhaps combine this with the word wrapping      |
16997                 | patch i wrote in january.                                  |
16998
16999         * src/about.c
17000                 show build parameters for LDAP and JPilot
17001
17002         * src/summaryview.c
17003                 revert Christoph's bugfix for selecting next unread message, 
17004                 because folder stats aren't updated correctly
17005
17006 2001-07-08 [hoa]
17007
17008         * src/filtering.c
17009         * src/mainwindow.c
17010         * src/matcher.c
17011         * src/matcher_parser_lex.l
17012         * src/matcher_parser_parse.y
17013         * src/prefs_filtering.c
17014         * src/prefs_scoring.c
17015         * src/scoring.c
17016                 bugfix of the config file parser
17017
17018 2001-07-08 [alfons]
17019
17020         * src/Makefile.am
17021                 added generated matcher sources to BUILT_SOURCES
17022
17023 2001-07-08 [hoa]
17024
17025         * src/Makefile.am
17026         * src/.cvsignore
17027                 added new config file parser
17028
17029         * src/scoring.[ch]
17030         * src/filtering.[ch]
17031         * src/matcher.[ch]
17032         * src/prefs_filtering.c
17033         * src/prefs_matcher.c
17034         * src/prefs_scoring.c
17035         * added src/matcher_parser.h
17036         * added src/matcher_parser_lex.h
17037         * added src/matcher_parser_lex.l
17038         * added src/matcher_parser_parse.y
17039                 lex & yacc config file parser
17040
17041         * src/mbox.c
17042         * src/inc.c
17043         * src/main.c
17044                 changes prefs_filtering into global_filtering           
17045
17046         * src/summaryview.c
17047                 build threads with subjects only if "Re: " is at the
17048                 beginning of the subject
17049
17050 2001-07-07 [paul]
17051
17052         0.5.0claws
17053
17054         sync with sylpheed 0.5.0
17055                 change of version number only
17056
17057 2001-07-06 [paul]
17058
17059         0.5.0claws5
17060
17061         sync with sylpheed 0.5.0pre5
17062
17063 2001-07-05 [paul]
17064
17065         sync with sylpheed 0.5.0pre4 release
17066                 /po and /manual/ja not sync'ed
17067
17068 2001-07-04 [paul]
17069
17070         more sync with sylpheed 0.5.0pre4
17071
17072 2001-07-03 [christoph]
17073
17074         * src/addressbook.c
17075                 fixed address book broken by address book
17076                 for VCard, JPilot, LDAP
17077
17078 2001-07-03 [alfons]
17079
17080         * src/matcher.c
17081         * src/textview.c
17082                 stopped memory leaks
17083
17084 2001-07-03 [paul]
17085
17086         more sync with sylpheed 0.5.0pre4
17087
17088 2001-07-02 [match]
17089
17090         * included address book patch for VCard, JPilot, LDAP
17091         * pref_common.c - fixed Font options on Display tab (cosmetic)
17092         * alertpanel.c - fixed truncated message
17093
17094 2001-07-02 [christoph]
17095
17096         * src/mbox_folder.c
17097         * src/procmsg.[ch]
17098         * src/summaryview.c
17099                 mark threads for ignoring
17100
17101 2001-07-02 [paul]
17102
17103         0.5.0claws4
17104
17105         * sync with sylpheed 0.5.0pre4
17106                 updated gettext to 0.10.38.
17107
17108 2001-07-01 [paul]
17109
17110         * src/ mainwindow.c
17111         * src/procmsg.h
17112         * src/summaryview.[ch]
17113                 new right-click option: Label.
17114                 substitute for 'Mark-->Mark/Unmark', colours the line.
17115                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17116
17117 2001-07-01 [christoph]
17118
17119         * src/folderview.c
17120                 fixed font for trash
17121         * src/summaryview.c
17122                 move ctree to unread message
17123
17124 2001-07-01 [paul]
17125
17126         * sync with sylpheed 0.5.0pre3 release
17127
17128 2001-06-30 [alfons]
17129
17130         * src/filesel.[ch]
17131         * src/compose.c
17132                 allow inserting / attaching multiple files in
17133                 the composer window
17134
17135 2001-06-30 [paul]
17136
17137         * src/codeconv.c
17138                 small change to Alfons' previous stuff so that it
17139                 actually makes
17140
17141 2001-06-30 [alfons]
17142
17143         * lots of files changed; first attempt to merge the changes
17144           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17145
17146 2001-06-30 [paul]
17147
17148         * po/pt_BR.po
17149                 updated and completed, translations by Fabio
17150                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17151
17152 2001-06-29 [alfons]
17153
17154         * src/compose.c
17155         * src/mimeproc.[ch]
17156                 allow selecting an attached files' mime type from a 
17157                 list of types.
17158
17159 2001-06-29 [paul]
17160
17161         * more sync with sylpheed 0.5.0pre3
17162
17163 2001-06-29 [paul]
17164
17165         * po/pt_BR.po
17166                 merge with sylpheed.pot and pt_BR.po provided by
17167                 Fabio Junior Beneditto.
17168
17169 2001-06-29 [darko]
17170
17171         * src/procmime.c
17172                 make MIME types case insensitive
17173
17174 2001-06-28 [alfons]
17175
17176         * po/nl.po
17177                 merge with sylpheed.pot and old nl.po; translations added.
17178
17179 2001-06-28 [paul]
17180
17181         * more sync with sylpheed 0.5.0pre3
17182
17183 2001-06-27 [alfons]
17184
17185         * src/summaryview.c
17186                 don't crash when removing parent node of messages
17187                 attracted by subject. this was caused by not deleting
17188                 the parent node from the subject line hash table.
17189
17190 2001-06-27 [alfons]
17191
17192         * src/summaryview.c
17193         * src/compose.[ch]
17194         * src/mainwindow.c
17195                 if there are multiple messages selected, allow forwarding
17196                 them as attachments.
17197
17198 2001-06-27 [paul]
17199
17200         * more sync with sylpheed 0.5.0pre3
17201
17202 2001-06-26 [paul]
17203
17204         0.5.0claws3
17205
17206         * sync with sylpheed 0.5.0pre3
17207
17208 2001-06-25 [paul]
17209
17210         * src/mainwindow.c
17211                 fixed 'compose news article' bug
17212                 from icon-and-text toolbar
17213
17214 2001-06-25 [paul]
17215
17216         * sync with sylpheed 0.5.0pre2 release
17217
17218 2001-06-24 [christoph]
17219
17220         * src/prefs_common.c
17221                 bug fix in font selection
17222         * src/folderview.c
17223                 use sylpheed's normal font instead of
17224                 gtk default font for folders without
17225                 new messages
17226
17227 2001-06-24 [alfons]
17228
17229         * src/mainwindow.[ch]
17230                 added composite compose mail / news button (an idea by Leandro
17231                 Pereira <leandro@linuxmag.com.br>)
17232
17233 2001-06-24 [paul]
17234
17235         Added instructions for ldif-to-xml.py
17236
17237         * tools/README
17238
17239 2001-06-23 [alfons]
17240
17241         Some minor things.
17242
17243         * src/pixmaps/stock_news_compose.xpm
17244                 added pixmap by Leandro
17245         * src/prefs_common.c
17246                 tested built-in spelling checker of GCC 3.0 :)
17247         * po/nl.po
17248                 merged dutch translation of sylpheed-main with
17249                 sylpheed.pot
17250
17251 2001-06-23 [paul]
17252
17253         Added tools directory and files.
17254
17255         * tools/filter_conv.pl
17256                 converts old filter system to new filtering system
17257         * tools/ldif-to-xml.py
17258                 converts netscape addressbook to sylpheed addressbook
17259         * tools/README
17260                 descriptions/instructions for above two files
17261
17262 2001-06-23 [christoph]
17263
17264         * src/inc.c
17265         * src/manage_window.[ch]
17266         * src/prefs_common.[ch]
17267                 mail retrieval dialog can be enabled, disabled
17268                 or hidden if non of sylpheed's windows is active
17269
17270 2001-06-22 [paul]
17271
17272         0.5.0claws2
17273
17274         * sync with sylpheed 0.5.0pre2
17275
17276 2001-06-21 [christoph]
17277
17278         * src/summaryview.c
17279                 show recipient on 'from' for all accounts
17280                 
17281         * src/inc.c
17282         * src/prefs_common.[ch]
17283                 disable error popup on mail receive errors
17284
17285 2001-06-21 [alfons]
17286
17287         * src/compose.c
17288                 made the ruler correctly appear and disappear.
17289
17290         * src/Makefile.am
17291                 removed Hoa's work-in-progress-stuff (interesting!) so 
17292                 claws compiles ok.
17293
17294 2001-06-20 [christoph]
17295
17296         * src/inc.c
17297         * src/progressdialog.c
17298                 added scrolled window for list in progressdialog
17299
17300 2001-06-20 [paul]
17301
17302         sync with sylpheed 0.5.0pre1 release
17303
17304 2001-06-20 [christoph]
17305
17306         * src/summeryview.c
17307                 make building threads by subject work when
17308                 thread view is enabled
17309                 
17310         * src/compose.c
17311         * src/prefs_common.[ch]
17312                 automatically select account for mail replys
17313
17314 2001-06-19 [sergey]
17315
17316         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17317         they are filled in from the account settings.
17318
17319 2001-06-19 [paul]
17320
17321         * more sync with sylpheed 0.5.0pre1
17322
17323 2001-06-18 [alfons]
17324
17325         * src/Makefile.am,
17326           src/procmime.c
17327                 added --sysconfdir to CPPFLAGS for pointing to the correct
17328                 location of mime.types. 
17329
17330                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17331                 or ./configure!
17332
17333 2001-06-18 [hoa]
17334
17335         * src/summaryview.c
17336                 fixed some bug when building threads
17337
17338 2001-06-18 [pau]l
17339
17340         * src/prefs_account.c
17341                 UI stuff: More changes to the English
17342
17343 2001-06-18 [paul]
17344
17345         * src/pixmaps/stock_news_compose.xpm: new file
17346         * src/Makefile.am
17347         * src/mainwindow.c
17348         * src/summaryview.c
17349                 Added new icon for Hoa's 'compose a news
17350                 message', plus minor improvements to the
17351                 English
17352
17353         * po/ja.po
17354         * ChangeLog
17355         * ChangeLog.jp
17356                 more sync with sylpheed 0.5.0pre1
17357
17358 2001-06-18 [hoa]
17359
17360         * src/compose.[ch]
17361         * src/mainwindow.c
17362                 Follow-up and reply to
17363
17364         * src/summaryview.[ch]
17365                 Build threads also with subjects
17366
17367 2001-06-17 [hoa]
17368
17369         * src/compose.c
17370                 forwarding use the current account.
17371
17372         * src/mainwindow.c
17373                 the "compose message" button has been replaced with
17374                 "new mail" and "new news" buttons
17375
17376         * src/prefs_common.[ch]
17377                 added a configuration option to use the forward button
17378                 as "forward as attachment"
17379                 changed reply and forward format description
17380
17381         * src/quote_fmt_lex.l
17382         * src/quote_fmt_parse.y
17383                 added message with no signature in format for reply
17384                 and forward.
17385
17386 2001-06-17 [paul]
17387
17388         Minor UI stuff
17389
17390         * src/mainwindow.c
17391         * src/summaryview.c
17392                 Improvements to the English
17393
17394         * src/prefs_common.c
17395                 Improvements to the English and some
17396                 clarity/continuity improvements in the
17397                 description of Quote symbols.
17398
17399 2001-06-17 [paul]
17400
17401         0.5.0claws1
17402
17403         * sync with sylpheed 0.5.0pre1
17404
17405 2001-06-17 [hoa]
17406
17407         * src/compose.c
17408                 Better interface for compose, displayed fields
17409                 are updated whenever we change account.
17410                 Newsgroups field is automatically filled.
17411
17412         * src/mainwindow.c
17413                 Newsgroups field is automatically filled.
17414
17415         * src/prefs_account.c
17416                 Some interface stuff when fields appear and
17417                 disappear.
17418
17419 2001-06-16 [paul]
17420
17421         0.4.99claws
17422
17423         * sync with sylpheed 0.4.99
17424
17425 2001-06-16 [sergey]
17426
17427         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17428         base64_decoder_free, base64_decoder_decode): new object and
17429         functions for decoding base64 streams.
17430         * src/procmime.c (procmime_decode_content): modified to use the
17431         new base64 decoder.
17432
17433 2001-06-15 [paul]
17434
17435         0.4.99claws10
17436
17437         * sync with sylpheed 0.4.99cvs11
17438
17439 2001-06-13 [paul]
17440
17441         0.4.99claws9
17442
17443         * sync with sylpheed 0.4.99cvs9
17444
17445 2001-06-13 [hoa]
17446
17447         * src/compose.c
17448         * src/prefs_account.c
17449
17450                 SMTP server can be defined in the news account
17451                 mime type of attachment are kept.
17452
17453         * src/summaryview.c
17454
17455                 now choose the highest important score between default
17456                 and important score of folder.
17457
17458 2001-06-09 [alfons]
17459         
17460         * src/prefs_common.c: 
17461
17462                 (prefs_quote_description_create): corrected description of 
17463                 quote format characters
17464
17465 2001-06-09 [paul]
17466
17467         0.4.99claws8
17468
17469         * sync with sylpheed 0.4.99cvs8
17470
17471 2001-06-08 [sergey]
17472
17473         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17474         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17475
17476 2001-06-08 [paul]
17477
17478         0.4.99claws7
17479
17480         * sync with sylpheed 0.4.99cvs7
17481
17482 2001-06-06 [sergey]
17483
17484         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17485         clashes with autogenerated header).
17486         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17487         * src/Makefile.am: added quote_fmt.h.
17488         * src/.cvsignore: added lex/yacc autogenerated files
17489         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17490
17491 2001-06-06 [paul]
17492
17493         0.4.99claws6
17494
17495         * sync with sylpheed 0.4.99cvs6
17496
17497 2001-06-06 [hoa]
17498
17499         * added src/quote_fmt_parse.h
17500         * src/compose.c
17501                 removed warnings
17502
17503         * src/prefs.[ch]
17504                 don't modify readonly configuration files
17505
17506         * src/prefs_account.c
17507         * src/prefs_common.c
17508         * src/prefs_customheader.c
17509         * src/prefs_display_header.c
17510         * src/prefs_filter.c
17511         * src/prefs_filtering.c
17512         * src/prefs_scoring.c
17513                 don't open dialog box when configuration files
17514                 are readonly
17515
17516 2001-06-05 [sergey]
17517
17518         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17519
17520         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17521         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17522         BUILT_SOURCES to make all files rebuild properly.
17523
17524         * src/compose.c: removed #include "quote_fmt.tab.h".
17525
17526         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17527         CHARACTER value in yylval.
17528
17529         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17530         receive CHARACTER value by documented means (yylval).
17531
17532         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17533
17534 2001-06-05 [hoa]
17535
17536         * src/Makefile.am
17537                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17538
17539         * src/filtering.c
17540         * src/matcher.c
17541         * src/matcher.h
17542         * src/prefs_filtering.c
17543                 now keep the configuration for execute action
17544
17545         * src/mbox_folder.c
17546                 fixed a warning
17547
17548 2001-06-05 [paul]
17549
17550         * sync with sylpheed 0.4.99cvs5
17551
17552 2001-06-05 [hoa]
17553
17554         * src/Makefile.am
17555                 added quote_fmt.[ch]
17556
17557         * added src/quote_fmt.y
17558         * added src/quote_fmt.l
17559         * added src/quote_fmt.tab.h
17560         * added src/quote_fmt.tab.c
17561         * added src/lex.quote_fmt.c
17562                 parsing configuration for replying
17563                 and forwarding
17564
17565         * src/prefs_common.[ch]
17566                 added configuration UI for replying
17567                 and forwarding
17568
17569         * src/compose.c
17570                 using configuration for replying
17571                 and forwarding
17572
17573 2001-06-04 [hoa]
17574
17575         * src/filtering.c
17576         * src/matcher.c
17577         * src/matcher.h
17578         * src/prefs_filtering.c
17579         * src/prefs_matcher.c
17580         * src/prefs_matcher.h
17581                 action "run a command" for filtering
17582                 and matching with a command.
17583                 fixed the "whole message" matching
17584
17585         * src/mbox_folder.c
17586                 changed temporary filename for security
17587
17588         * src/messageview.c
17589                 queue the notification if it fails to send.
17590
17591         * src/prefs_common.c
17592         * src/prefs_folder_item.c
17593                 changed the default important score             
17594
17595         * src/prefs_scoring.c
17596         * src/scoring.c
17597                 hide kill score input when the folder is not
17598                 a newsgroup
17599
17600 2001-06-03 [alfons]
17601
17602         * src/prefs_common.c:
17603
17604                 (prefs_font_select): pass font name in font entry box to font
17605                 selection dialog.
17606
17607 2001-06-03 [sergey]
17608
17609         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17610
17611 2001-06-03 [paul]
17612
17613         * sync with sylpheed 0.4.99cvs4
17614
17615 2001-06-03 [alfons]
17616
17617         * src/headerwindow.c:
17618
17619                 (headerwindow_show_cb): use the selected summary view item, not
17620                 the displayed item.
17621
17622 2001-06-02 [alfons]
17623
17624         * src/headerwindow.c:
17625
17626                 (headerwindow_show_cb): always try to show msginfo
17627
17628 2001-06-02 [hoa]
17629
17630         * src/compose.c
17631                 keep attached parts when reediting or forwarding.
17632
17633 2001-06-01 [hoa]
17634
17635         * src/folderview.c
17636         * src/prefs_folder_item.[ch]
17637         * src/prefs_scoring.[ch]
17638         * src/scoring.[ch]
17639         * src/summaryview.[ch]
17640         * src/main.c
17641         * src/mainwindow.c
17642         * src/prefs_common.[ch]
17643                 support for folder scoring
17644                 kill score and important score for messages
17645         
17646         * src/prefs_account.c
17647                 some display bug fixed for local account
17648                 preferences
17649
17650 2001-05-31 [alfons]
17651
17652         * src/summaryview.c:
17653
17654                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17655                 sender to address book menu item is disabled.
17656
17657 2001-05-30 [hoa]
17658
17659         * src/filtering.[ch]
17660         * src/summaryview.c
17661                 handling summary menu / filter messages
17662
17663         * src/folder.[ch]
17664                 add some stuff
17665
17666         * src/foldersel.c
17667                 imap folders now appears in list
17668
17669         * src/mbox_folder.c
17670                 doesn't crash if destination mail is not writeable
17671
17672 2001-05-29 [hoa]
17673
17674         * src/compose.c
17675                 removed some warnings
17676
17677         * src/filtering.c
17678         * src/folder.[ch]
17679         * src/prefs_filtering.c
17680                 global string to identify any folders           
17681                 removed some debug info
17682                 filtering to mbox folders is now possible
17683
17684         * src/mainwindow.c
17685                 removed some warnings
17686
17687         * src/mbox_folder.c
17688                 permission on files are changed to read/write for user only,
17689                 nothing for other.
17690                 creation of subfolder is handled better.
17691
17692 2001-05-28 [alfons]
17693
17694         Verified the sync for src/prefs_common.[ch] and
17695         src/prefs_account.[ch]. I believe there were some
17696         minor indentation differences.
17697
17698 2001-05-28 [paul]
17699
17700         0.4.99claws3
17701
17702         * sync with 0.4.99cvs3
17703
17704 2001-05-28 [hoa]
17705
17706         * src/compose.c
17707                 handling flags for mbox format
17708
17709         * src/filtering.c
17710                 use of mark file only for MH format
17711                 handling flags for mbox format
17712                 filtering cannot yet move or copy mails to mbox folders.
17713
17714         * src/folder.[ch]
17715                 changed move_msg, copy_msg,
17716                 move_msgs_with_dest, copy_msgs_with_dest functions
17717                 uses only folder->copy_msg() function
17718                 uses folder->finished_copy() to handle the destination
17719                 folder at the end of the copy or move operation.
17720
17721         * src/foldersel.c
17722                 included mbox directories.
17723
17724         * src/folderview.[ch]
17725         * src/mainwindow.c
17726                 handle folders operation for mbox format
17727
17728         * src/mbox.c
17729                 disable conversion of "From " header
17730
17731         * src/mbox_folder.[ch]
17732                 completion of mbox format handling
17733
17734         * src/mh.c
17735                 changed mh_copy_msg() function and
17736                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17737                 mh_copy_msgs_with_dest()
17738
17739         * src/prefs_filtering.c
17740                 removed some warnings
17741
17742         * src/prefs_matcher.c
17743                 default boolean operation is AND
17744
17745         * src/procheader.c
17746                 handling flags for mbox format
17747                 handling of "From " header
17748
17749         * src/procmsg.[ch]
17750                 removed data field
17751                 added MSG_REALLY_DELETED flags to handle deletion of
17752                 messages in mbox format.
17753
17754         * src/summaryview.c
17755                 handling flags for mbox format
17756                 disable the MSG_DELETED flags when messages
17757                 are deleted in mbox format
17758
17759         * src/textview.c
17760                 "From " headers display fixed.
17761
17762 2001-05-27 [alfons]
17763
17764         * src/textview.c:
17765                 
17766                 (get_email_part): skip quoted email addresses, like in e.g.
17767                 "'alfons@proteus.demon.nl'".
17768
17769 2001-05-26 [alfons]
17770
17771         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17772         and fixing the persistence troubles when using separate windows.
17773
17774         * src/mainwindow.c:
17775         
17776             Added #define SEPARATE_ACTION used in the gtk item factory for 
17777             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17778                 use gtk_item_factory_get_widget_by_action() to get the items.
17779                 
17780             Removed separate_widget_cb from the gtk item factory data   
17781           
17782             (mainwindow_create): connect separate_widget_cb() to check
17783             menu item "toggled" signal. also passing a MainWindow pointer
17784                 as object data for both check menu items.
17785                 
17786             (separate_widget_cb): definition of separate_widget_cb() to match
17787             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17788                 window using gtk_object_get_data(). The type of window separation 
17789                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17790         
17791         * src/prefs_filtering.c,
17792           src/prefs_matcher.c: added horizontal scrollbars
17793
17794 2001-05-25 [darko]
17795
17796         * src/headerview.c
17797                 fix segfault with invalid bold font
17798         * src/summaryview.c
17799                 correctly display summary stats after row is marked
17800
17801 2001-05-23 [sergey]
17802
17803         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17804         encodings with libjconv.
17805
17806 2001-05-23 [hoa]
17807
17808         * src/Makefile.am
17809                 added mbox_folder.[ch]
17810         * src/defs.h
17811                 mbox temporary folder
17812         * src/folder.[ch]
17813         * added src/mbox_folder.[ch]
17814         * src/folderview.c
17815         * src/procheader.[ch]
17816                 added mbox support
17817         * src/mbox.c
17818                 bugfix for file incorporation filtering
17819         * src/imap.c
17820                 enable creation of MBOX
17821         * src/prefs_display_header.c
17822                 enable use of headers like "From "
17823                 something that should be fixed :
17824                         displaying of such headers add an extra space
17825         * src/prefs_folder_item.c
17826                 don't create folders because it is not necessary
17827         * src/procmsg.h
17828                 added data field to MsgInfo for mbox internal use
17829         * src/summaryview.c
17830                 added some support for mbox
17831         * src/utils.[ch]
17832                 added get_mbox_cache_dir() function
17833
17834 2001-05-23 [hiroyuki]
17835
17836         * src/headerwindow.c
17837           src/inc.c
17838           src/main.c
17839           src/mh.c
17840           src/nntp.c
17841           src/procmsg.h
17842           src/session.h
17843           src/socket.[ch]
17844           src/summaryview.c
17845           src/textview.c
17846           src/automaton.c
17847           src/folderview.c: more sync with 0.4.99cvs2.
17848
17849         * src/headerwindow.c: reverted.
17850
17851 2001-05-22 [paul]
17852
17853         0.4.99claws2
17854
17855         * sync with sylpheed 0.4.99cvs2
17856                 * src/news.[ch]
17857                 * src/nntp.[ch]
17858                 * INSTALL
17859                 * INSTALL.jp
17860
17861 2001-05-22 [alfons]
17862
17863         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17864
17865 2001-05-21 [alfons]
17866
17867         Minor things:
17868
17869         * configure.in: if gnome-config not found, "no" is displayed
17870         
17871         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17872
17873         * src/textview.c: now also possible to add mail addresses by right
17874           clicking in the text view
17875
17876         * src/codeconv.c: merged patch which fixes endless loop when encountering
17877           invalid wide characters; from Alte <010@imis.ru>  
17878
17879 2001-05-20 [alfons]
17880
17881         Added installation of gnome specific things:
17882
17883         * Makefile.am: gnome conditional
17884
17885         * configure.in: check for installed gnome
17886
17887         * added sylpheed.png, sylpheed.desktop
17888
17889 2001-05-20 [sergey]
17890
17891         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17892
17893         * src/mainwindow.h (main_window_toolbar_create): created a button
17894         for "Reply to all".
17895         (main_window_set_toolbar_sensitive): enable/disable the new button
17896         appropriately.
17897         (toolbar_reply_to_author_cb): handle the new button.
17898
17899         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17900         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17901         failure).
17902
17903 2001-05-19 [sergey]
17904
17905         * src/compose.h (ComposeReplyMode): new modes
17906         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17907         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17908
17909         * src/compose.c
17910         (compose_send): move some code into a new function:
17911         (compose_current_mail_account): new function.
17912         (compose_reply): new argument to_author, all callers changed; if
17913         to_author==TRUE and account->protocol==A_NNTP, find and use an
17914         appropriate mail account for replying.
17915         (compose_reply_set_entry): new argument to_author; ignore
17916         compose->replyto if to_author==TRUE.
17917
17918         * src/mainwindow.c: new command "Message/Reply to author".
17919         (main_window_set_menu_sensitive): enable/disable it.
17920         (reply_cb): handle it.
17921
17922         * src/summaryview.c: new command "Reply to author".
17923         (summary_set_menu_sensitive): enable/disable it.
17924         (summary_reply_cb): handle it.
17925
17926         * src/account.c (account_find_mail_from_address): new function.
17927
17928 2001-05-18 [paul]
17929
17930         0.4.99claws1
17931
17932         * sync with sylpheed 0.4.99cvs1
17933
17934 2001-05-18 [hoa]
17935
17936         * src/compose.[ch]
17937         * src/filtering.c
17938         * src/summaryview.c
17939                 new filtering action : forward and forward as attachment
17940
17941         * src/main.c
17942                 no need for $DISPLAY when we run sylpheed --help
17943                 call to parse_cmd_opt() is moved
17944
17945         * src/mainwindow.[ch]
17946                 execute button is hidden when immediate execute
17947                 is chosen
17948
17949         * src/mh.c
17950         * src/news.c
17951         * src/prefs_folder_item.c
17952         * src/procmsg.c
17953                 better handling of missing directories
17954
17955         * src/summaryview.c
17956                 reedit is enabled in outbox
17957                 reedit is enabled in queue
17958
17959 2001-05-17 [hoa]
17960
17961         * src/filtering.c
17962         * src/matcher.[ch]
17963         * src/prefs_filtering.c
17964                 changed attachement into attachment
17965
17966 2001-05-17 [alfons]
17967
17968         0.4.67claws4    
17969
17970         * sync with sylpheed 0.4.67cvs9
17971         * sync with sylpheed 0.4.67cvs7-8
17972
17973 2001-05-17 [hoa]
17974
17975         * src/Makefile.am
17976                 added prefs_filtering.c
17977
17978         * src/filtering.[ch]
17979         * src/matcher.[ch]
17980                 removed action : forward_news and forward_news_as_attachement
17981                 (forward and forward_as_attachement can be used instead)
17982
17983         * src/mainwindow.c
17984                 added menu option to access filtering configuration
17985
17986         * src/prefs_account.c
17987                 changed mail_command default to /usr/sbin/sendmail
17988
17989         * added src/prefs_filtering.[ch]
17990                 dialog box for filtering configuration
17991
17992         * src/prefs_matcher.c
17993                 added function prefs_matcher_get_criteria_from_matching()
17994
17995         * src/prefs_scoring.c
17996                 reset the dialog when register or substitute is clicked
17997
17998 2001-05-15 [hoa]
17999
18000         * src/Makefile.am
18001                 added filtering.[ch]
18002         * src/inc.c
18003                 using filering.[ch] instead of filter.[ch]
18004         * src/main.c
18005                 reading new filtering configuration
18006         * src/matcher.[ch]
18007                 added some filtering actions
18008                 and fixed a bug for headers and mail body matching
18009         * src/mbox.c
18010                 using filering.[ch] instead of filter.[ch]
18011         * src/mh.c
18012                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18013         * src/summaryview.c
18014                 some fixes for filtering
18015
18016 2001-05-14 [hiroyuki]
18017
18018         * src/send.c: fixed some weird indentations.
18019           send_message_with_command(): call pclose() only if p != NULL.
18020         * src/textview.c: get_email_part(): modified the code for readability.
18021
18022 2001-05-14 [hiroyuki]
18023
18024         * src/md5global.h
18025           src/md5ify.c
18026           src/md5ify.h: removed from the cvs.
18027
18028 2001-05-13 [sergey]
18029
18030         * src/main.c: include rfc2015.h to avoid compiler warnings.
18031         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18032         the panel is already on screen.
18033         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18034         closing the alert window by ESC as "No".
18035         * src/prefs_common.c (prefs_interface_create): moved return
18036         receipt check button to the correct place.
18037
18038 2001-03-13 [alfons]
18039
18040         * src/prefs_common.c: 
18041                 moved return receipt check button to the Send tab. (prefs_send_create)
18042                 removed the date format ui related globals. (prefs_display_create)
18043
18044         0.4.67claws3
18045         
18046         * sync with sylpheed 0.4.67cvs5-6
18047
18048 2001-05-13 [paul]
18049
18050         * added Alfons' font selection patch
18051
18052         * src/defs.h
18053         * src/headerwindow.c
18054         * src/prefs_common.c
18055         * src/prefs_common.h
18056
18057 2001-05-13 [hoa]
18058         * src/defs.h
18059                 changed version of cache
18060         * src/matcher.[ch]
18061         * src/prefs_matcher.c
18062                 added additionnal matching criteria
18063         * src/procheader.c
18064         * src/procmsg.[ch]
18065         * src/news.c
18066                 added references in MsgInfo
18067
18068 2001-05-12 [hoa]
18069
18070         * src/defs.h
18071                 prepared some things for new filtering
18072         * src/matcher.[ch]
18073                 added some matching properties
18074                 inreplyto need to be enhanced
18075                 prepared some things for new filtering
18076         * src/messageview.c
18077                 added Return-Receipt-To handling
18078         * src/prefs_folder_item.c
18079                 changed default value to TRUE
18080         * src/prefs_matcher.c
18081                 added some matching properties
18082         * src/prefs_scoring.[ch]
18083                 the scoring dialog is finished
18084         * src/procheader.c
18085                 added Return-Receipt-To handling
18086                 Reference need to be added
18087         * src/procmsg.[ch]
18088                 added Return-Receipt-To handling
18089                 added threadscore to get a better score sorting when
18090                 threads are enabled
18091         * src/summaryview.c
18092                 suppressed a bug when we sort the list
18093                 when no folder is opened.
18094                 better score sorting when threads are enabled
18095
18096 2001-05-12 [alfons]
18097
18098         * reverted previous patch because of potential errors 
18099
18100         0.4.67claws2
18101         
18102         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18103                 applied "toggle mail-retrieval dialog window" patch submitted 
18104                 by Eric Limpens <eric@qnt.net>
18105
18106         * sync with sylpheed 0.4.67cvs4
18107
18108 2001-05-12 [sergey]
18109
18110         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18111         some picky compilers.
18112         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18113         * src/grouplist_dialog.c: include alertpanel.h.
18114         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18115         fix compile warning.
18116         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18117         #include "defs.h" before others to prevent the warning of `MIN'
18118         and `MAX' redefinition.
18119
18120 2001-05-11 [hoa]
18121
18122         * src/main.c
18123         * src/messageview.c
18124         * src/prefs_account.c
18125         * src/prefs_display_header.c
18126                 removed warning
18127         * src/Makefile.am
18128                 added prefs_scoring.[ch]
18129         * src/grouplist_dialog.c
18130                 display an error dialog box if the group list
18131                 cannot be fetched.
18132         * src/mainwindow.[ch]
18133                 added main_window_set_thread_option() function
18134                 scoring dialog box enabled
18135         * src/matcher.[ch]
18136                 added flags matching unread /new / marked
18137                 / deleted / replied / forwarded
18138         * src/news.c
18139                 newsgroups are now finally in newscache
18140         * src/prefs_matcher.[ch]
18141                 finished preferences for matching dialog
18142         * added src/prefs_scoring.[ch]
18143                 scoring dialog box completed
18144         * src/scoring.[ch]
18145                 conversion to string : added scoringprop_to_string()
18146                 write config for preferences :
18147                 added prefs_scoring_write_config()
18148         * src/summaryview.c
18149                 threads can be enabled/disabled independently
18150                 for each folder
18151
18152 2001-05-10 [alfons]
18153
18154         0.4.67claws1
18155         
18156         * AUTHORS: 
18157                 thought it would be nice to have a list of all
18158                 contributors (used Changelog as a reference)
18159         
18160         * configure.in: 
18161                 messed up version numbering...
18162
18163         0.4.66claws1
18164
18165         * sync with sylpheed 0.4.67cvs1-3
18166
18167 2001-05-10 [darko]
18168
18169         * src/prefs_common.c:
18170                 better UI for strftime format, double clicking
18171                 on format now inserts the format in text entry
18172                 replaced close button with standard OK/Cancel
18173                 moved date format button to the right of the
18174                 text entry field
18175
18176 2001-05-09 [alfons]
18177
18178         * src/gtkstext.c:
18179                 Ctrl-Home / Ctrl-End have proper cursor navigation
18180
18181 2001-05-09 [hoa]
18182
18183         * src/prefs_matcher.c
18184                 finished UI to define matching properties
18185                 added ok and cancel button
18186         * src/prefs_filter.c
18187                 added ok and cancel button
18188         * src/news.c
18189                 fixed some bug in xhdr parsing
18190
18191 2001-05-08 [alfons]
18192
18193         * src/textview.c: 
18194                 fixed a bug in textview_show_header(), which displayed two colons (':');
18195                 cleaned up some warnings
18196
18197 2001-05-08 [hoa]
18198
18199         * src/Makefile.am
18200                 added prefs_matcher.[ch]
18201                 compilation with -W -Wall
18202         * src/alertpanel.c
18203                 ungrab the mouse events if grabbed - does it
18204                 fix the bug for disposition notification ?
18205         * src/mainwindow.c
18206                 added a menu option to open the matching dialog.
18207         * src/matcher.[ch]
18208                 added matcherprop_to_string() and matcherlist_to_string()
18209                 fixed some bugs, changed the name of some options
18210                 age_sup and age_inf becomes age_greater and age_lower,
18211                 body and messageheaders becomes body_part and headers_part,
18212                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18213         * src/prefs_display_header.c
18214         * src/prefs_headers.c
18215                 fixed a bug that accidentally destroyed dialogs
18216                 when closed them with delete_event
18217                 Added *_deleted() which handle delete_event signal correctly.
18218         * src/prefs_folder_item.[ch]
18219                 added "enable_thread" field for future customization
18220         * added src/prefs_matcher.[ch]
18221                 sample of the UI to define matching properties
18222         * src/procheader.c
18223                 using procheader_headername_equal instead of str*cmp functions
18224                 using procheader_parse_header() function
18225         * src/scoring.c
18226                 using MATCHING_XXX instead of SCORING_XXX
18227         * src/summaryview.c
18228                 display the sender of the news even if this is ourself
18229                 when this is a news message.
18230         * src/textview.c
18231                 using headername_equal() instead of str*cmp functions
18232
18233 2001-05-08 [alfons]
18234
18235         0.4.66claws
18236
18237         * sync with sylpheed 0.4.66
18238         * src/gtkstext.c: trace logs added 
18239
18240 2001-05-08 [sergey]
18241
18242         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18243         signature check popup.
18244         * src/rfc2015.c (check_signature): show signature check popup only
18245         if it is enabled in preferences.
18246
18247 2001-05-07 [alfons]
18248
18249         0.4.66claws4
18250         
18251         * sync with sylpheed 0.4.66cvs6
18252
18253 2001-05-07 [darko]
18254
18255         * src/prefs_common.[ch]: added option to enable/disable
18256           looking up sender name in address book for summary pane
18257         * src/summaryview.c: look up sender in the address book
18258           by using Alfons' address completion code
18259
18260 2001-05-07 [hiroyuki]
18261
18262         * src/inc.h
18263           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18264           member of Pop3State.
18265         * src/news.c: brought #include "defs.h" before #include <glib.h>
18266           to prevent the warning of `MIN' and `MAX' redefinition.
18267
18268 2001-05-06 [hoa]
18269
18270         * removed src/headers_display.[ch]
18271         * removed src/prefs_display_headers.[ch]
18272         * src/inc.c
18273                 use a temporary file in the user directory for mbox import
18274         * src/news.c
18275                 added XHDR support to get "To" and "Cc" headers
18276                 (in order to match news with to or cc field for
18277                 scoring)
18278                 added function news_parse_xhdr() to get XHDR response
18279         * src/nntp.[ch]
18280                 added function nntp_xhdr()
18281         * src/matcher.c
18282                 fetch the message if necessary
18283
18284 2001-05-06 [alfons]
18285
18286         0.4.66claws3
18287
18288         * sync with sylpheed 0.4.66cvs3-5
18289
18290 2001-05-06 [hoa]
18291
18292         * src/utils.[ch]
18293                 added function itos_buf() to enable use of several buffers
18294         * src/summaryview.c
18295                 use of itos_buf() instead of itos() in summary list
18296                 to fix the broken display of message number.
18297
18298 2001-05-06 [alfons]
18299
18300         * src/gtkstext.c: bug in cursor up navigation fixed,
18301                 fixed another unsigned / signed comparison (we're getting there :-)
18302
18303 2001-05-06 [hoa]
18304
18305         * src/Makefile.am
18306                 added scoring.c scoring.h
18307                 prefs_folder_item.c prefs_folder_item.h
18308                 matcher.c matcher.h
18309         * src/defs.h
18310                 added FOLDERITEM_RC SCORING_RC
18311         * src/folder.[ch]
18312                 added prefs field in FolderItem :
18313                 properties for each folder (PrefsFolderItem),
18314                 sorting type and mode were added as the first properties.
18315         * src/main.c
18316                 read config for scoring
18317         * added src/matcher.[ch]
18318                 gives functions to parse configuration file to do
18319                 matching on mails with a list of conditions.
18320         * src/mainwindow.c
18321                 add option to sort by score
18322         * src/prefs_common.[ch]
18323                 added preference option to show score and for
18324                 the score column size
18325         * added src/prefs_folder_item.[ch]
18326                 properties for each folder (PrefsFolderItem),
18327                 sorting type and mode were added as the first properties.
18328         * src/procheader.[ch]
18329                 added procheader_parse_header()
18330                 added procheader_header_free()
18331                 added procheader_headername_equal()
18332                 and made modification to use them.
18333         * src/procmsg.[ch]
18334                 added score field to MsgInfo structure
18335         * added src/scoring.[ch]
18336                 gives functions to parse configuration file to do
18337                 scoring on mails with a list of conditions.
18338         * src/summaryview.[ch]
18339                 save the sorting type and mode for the folder
18340                 added column to display the score of the mail
18341                 added function summary_score_clicked()
18342                 sorting type and mode are restored to the folder
18343                 when it is reopen
18344         * src/textview.c
18345                 use procheader_parse_header(), procheader_headername_equal()
18346                 removed memory leak in text_scan_header when freeing headers
18347         * src/filter.c
18348                 changed the function to match names of headers
18349                 using procheader_headername_equal()
18350
18351         Scoring functions are implemented, an interface is needed
18352         to configure that.
18353
18354 2001-05-04 [alfons]
18355
18356         * src/gtkstext.c: 
18357                 hopefully fixed the row up navigation bug,
18358                 removed adding back / forward lines to cache
18359
18360 2001-05-04 [sergey]
18361
18362         * src/prefs_display_headers.c: user interface changes:
18363         (prefs_display_headers_create): remove unused "Show" check button;
18364         allow reordering of headers by dragging.
18365         (prefs_display_headers_write_config): remove unused variables.
18366         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18367         of lists (not needed with the new UI).
18368         (prefs_display_headers_set_list): scan lists starting from row 0,
18369         not 1 (do not skip "(New)").
18370         (prefs_display_headers_find_header): new function.
18371         (prefs_display_headers_clist_set_row): do not allow duplicates.
18372         (prefs_display_headers_delete_cb): do not skip row 0; treat
18373         closing the alert window by ESC as "No".
18374         (prefs_display_headers_up): do not protect row 0.
18375         (prefs_display_headers_down): do not protect row 0.
18376
18377 2001-05-04 [sergey]
18378
18379         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18380         functions.
18381
18382         * src/summaryview.c
18383         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18384         summary_select_next_marked, summary_select_prev_marked): new
18385         functions.
18386
18387 2001-05-03 [sergey]
18388
18389         * src/news.c: fixed a bug when no article can be fetched after
18390         server timeout if the connection was restored by news_post():
18391         (news_select_group): new function.
18392         (news_fetch_msg): call news_select_group() before fetching
18393         article.
18394         (news_get_uncached_articles): set session->group after successful
18395         GROUP command.
18396
18397 2001-05-03 [hoa]
18398
18399         * src/defs.h
18400         * src/procmsg.[ch]
18401         * src/procheader.c
18402                  changed version of cache, added cc field
18403
18404         * src/prefs_display_headers.c
18405                 the interface was changed
18406
18407         * src/prefs_headers.c
18408                 added cancel button
18409
18410 2001-05-03 [alfons]
18411
18412         * completed sync of sylpheed cvs2
18413         * src/gtkstext.c: updated row up / down cursor navigation
18414         * src/textview.c: re-edited, prepared for fixing the email address
18415                 scanner.
18416
18417 2001-05-03 [darko]
18418
18419         * src/prefs_common.c: use alfons' strftime ui code
18420         entry_datefmt and datefmt_sample widgets have to be
18421         global in this module because of this change
18422
18423 2001-05-03 [hoa]
18424
18425         * src/messageview.c
18426         * src/prefs_common.[ch] added option to activate the return receipt
18427                 feature.
18428
18429 2001-05-02 [alfons]
18430
18431         * src/gtkstext.c: fix for row up/down cursor navigation. 
18432
18433         0.4.66claws2
18434         
18435         * sync with 0.4.66cvs2
18436
18437 2001-05-02 [paul]
18438
18439         added add-sender-to-addressbook patch
18440
18441         * src/addressbook.c
18442         * src/addressbook.h
18443         * src/summaryview.c
18444
18445 2001-05-02 [sergey]
18446
18447         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18448         G_ALERTDISABLE.
18449
18450         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18451         all existing callers changed to pass FALSE; create a check button
18452         to disable the message.
18453         (alertpanel_message_with_disable): new function.
18454         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18455         (alertpanel_button_toggled): new function.
18456         (alertpanel_button_clicked, alertpanel_close): set value using
18457         G_ALERT_VALUE_MASK.
18458
18459         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18460
18461         * src/prefs_common.c (prefs_privacy_create): new check button
18462         checkbtn_gpgme_warning.
18463
18464         * src/main.c (main): moved preferences reading before gpgme
18465         initialization; check prefs_common.gpgme_warning before giving the
18466         GnuPG warning and set it to FALSE if the user wants to disable the
18467         warning.
18468
18469 2001-05-02 [hiroyuki]
18470
18471         * src/prefs_display_headers.c: modified the layout and some labels.
18472
18473 2001-05-02 [sergey]
18474
18475         * src/prefs_account.c (prefs_account_fix_size): new function.
18476         (prefs_account_create): call prefs_account_fix_size(); use
18477         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18478         size when the window is shown for the first time).
18479         (prefs_account_basic_create): changed layout of serv_table; moved
18480         localmbox_entry above smtpserv_entry (logically it replaces
18481         POP3/IMAP server).
18482         (prefs_account_protocol_activated): set sensitivity of
18483         nntpauth_chkbtn according to the protocol (in addition to
18484         hide/show); commented out gtk_table_set_row_spacing() calls.
18485         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18486         not sensitive (fixes a bug with disabled username/password boxes
18487         when editing POP3 account after NNTP with authentication).
18488
18489 2001-05-02 [hoa]
18490
18491         * src/account.c
18492         * src/inc.c
18493         * src/prefs_account.[ch]
18494         * src/send.c
18495                 removed local account without SMTP server
18496                 added option to use mail command instead of a connexion
18497                 to SMTP server when a local account is used
18498         * src/prefs_headers.c
18499                 fixed a bug
18500         * src/news.c
18501                 fixed a bug when connexion immediately closed
18502
18503 2001-05-01 [alfons]
18504
18505         0.4.66claws1
18506         
18507         * sync with 0.4.65
18508
18509 2001-05-01 [sergey]
18510
18511         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18512         widget nntpauth_chkbtn.
18513         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18514         visibility.
18515         (prefs_account_nntpauth_toggled): new function.
18516
18517         * src/news.c (news_session_new_for_folder): use NNTP
18518         authentication only if ac->use_nntp_auth is set.
18519
18520 2001-05-01 [hoa]
18521
18522         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18523         * src/prefs_display_headers.c changed the UI
18524         * src/prefs_headers.c changed account_name to account_id
18525         * src/compose.c using customheader.h
18526
18527 2001-05-01 [hiroyuki]
18528
18529         * src/esmtp.c
18530           src/news.c
18531           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18532           unsynched.
18533
18534 2001-05-01 [hoa]
18535
18536         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18537         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18538                 for displaying of headers
18539         * src/grouplist_dialog.[ch] minor changes to remove warnings
18540         * src/prefs_display_headers.[ch] dialog to choose the
18541         headers to display in the mail viewer.
18542         * src/headers.h correction of #define
18543         * src/headers_display.[ch] configuration for displaying of headers.
18544         * src/main.c read config of displaying of headers
18545         * src/prefs_common.c add a button to access the config dialog
18546                 for displaying of headers
18547         * src/prefs_display_headers.[ch] dialog for configuration for
18548                 displaying of the headers.
18549         * src/prefs_headers.c cleaning of code
18550         * src/procheader.c comments added to code
18551         * src/textview.c changes to reorder the headers depending
18552                 on the config for displaying of headers
18553
18554 2001-04-30 [alfons]
18555
18556         0.4.65claws7
18557
18558         * sync with 0.4.65cvs12
18559
18560         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18561
18562 2001-04-30 [sergey]
18563
18564         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18565
18566         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18567         is set to force reconnection after authentication failure.
18568         (nntp_gen_command): set sock->auth_failed on authentication
18569         failure, or if sock->userid and sock->passwd are not set.
18570
18571         * src/news.c (news_session_new_for_folder): set userid=NULL if
18572         password dialog is cancelled.
18573
18574 2001-04-30 [sergey]
18575
18576         * src/nntp.h (NNTPSockInfo): new type.
18577
18578         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18579         SockInfo.
18580         (nntp_open_auth, nntp_close): new functions.
18581         (nntp_gen_command): new function to handle authentication; all
18582         NNTP command functions updated to use it.
18583         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18584         (nntp_list): removed old useless code.
18585
18586         * src/news.h (NNTPSession): new field nntp_sock.
18587
18588         * src/news.c: all functions updated to use NNTPSockInfo instead of
18589         SockInfo.
18590         (news_session_new): new arguments (userid, passwd); made static;
18591         use nntp_open_auth() if needed.
18592         (news_session_destroy): use nntp_close() instead of sock_close().
18593         (news_query_password): changed arguments.
18594         (news_session_new_for_folder): new function.
18595         (news_session_get): use news_session_new_for_folder().
18596         (news_authenticate): deleted.
18597         (news_get_uncached_articles): removed old authentication code.
18598
18599 2001-04-30 [sergey]
18600
18601         * src/news.c: reverted my previous changes (need to do NNTP
18602         authentication in a cleaner way).
18603         
18604 2001-04-29 [sergey]
18605
18606         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18607         news_nntp_post, news_nntp_mode): new functions (wrappers with
18608         authentication support).
18609         (news_get_article_cmd, news_get_article, news_get_header): new
18610         argument "folder"; all callers changed.
18611         (news_get_article_cmd): added authentication support.
18612         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18613         (news_post): use news_nntp_post() instead of nntp_post().
18614         (news_get_uncached_articles): use news_nntp_group() instead of
18615         nntp_group() and news_nntp_xover() instead of nntp_xover();
18616         removed old authentication code.
18617         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18618
18619         * src/nntp.c (nntp_list): return real error code instead of
18620         hardcoded NN_ERROR.
18621
18622 2001-04-29 [sergey]
18623
18624         * configure.in: fixed wint_t typedef detection again
18625
18626 2001-04-28 [hoa]
18627
18628         * src/prefs_account.[ch], added A_LOCAL_CMD
18629                 (send mail with mail command)
18630         * src/send.c added function send_message_with_command()
18631         * src/inc.c made a more secure get_spool() function with
18632                 mktemp() but maybe mkstemp() or something more
18633                 secure can be used.
18634
18635 2001-04-28 [alfons]
18636
18637         * src/textview.c, colorization of email addresses in headers
18638
18639         0.4.65claws6
18640
18641         * bug sync with sylpheed
18642         * prefs_common.c: created date format ui for darko
18643         * sync with 0.4.65cvs11
18644         * configure.in: corrected to have the new gpg checks
18645
18646 2001-04-27 [alfons]
18647
18648         * completed sync with 0.4.65cvs10
18649         * minor debug things added to gtkstext.c
18650
18651 2001-04-27 [darko]
18652
18653         * configure.in: remove check for availability of
18654           strftime() as advised by Hiroyuki
18655         * src/prefs_common.[ch], src/procheader.c:
18656           synch strftime() code with Hiroyki's main branch
18657
18658 2001-04-26 [sergey]
18659
18660         * src/news.c: news_query_password(), news_authenticate(): new
18661           functions.
18662           news_get_uncached_articles(): added NNTP authentication
18663           handling.
18664         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18665           new functions.
18666         * src/prefs_account.c: prefs_account_protocol_activated():
18667           enable userid and password fields for NNTP.
18668
18669 2001-04-26
18670
18671         * configure.in: check for availability of strftime()
18672           [darko]
18673         * src/prefs_common.[ch], src/procheader.c: use
18674           strftime() for displaying date in summary pane if it
18675           is available
18676
18677 2001-04-25
18678
18679         * more .cvsignore cleanups [alfons]
18680
18681 2001-04-25
18682
18683         * ac/sv-check-type.m4: new autoconf macro.
18684         * configure.in: fixed wint_t typedef detection (did not work
18685           with gcc-2.96).
18686
18687 2001-04-25
18688
18689         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18690           [hiroyuki]
18691
18692 2001-04-24
18693         * modified gtkstext.c : buggy cursor navigation fixed, 
18694           and font descent also taken in account when drawing
18695           cursor. [alfons]
18696
18697 2001-04-24 [hoa]
18698         * added comments in src/news.c src/nntp.c
18699         * added src/prefs_headers.[ch]
18700         * added src/headers.[ch]
18701         * modified compose.c to activate custom headers
18702                 added function is_in_custom_headers
18703         * modified prefs_account.[ch]
18704                 added function prefs_account_customhdr_edit
18705         * modified src/defs.h :
18706                 added HEADERS_RC : name of the config file
18707                 for the custom headers
18708
18709 2001-04-24
18710
18711     0.4.65claws5
18712
18713         * configure.in
18714           src/gtkstext.[ch]
18715           src/compose.c
18716           src/Makefile.am
18717           
18718           added gtkstext with configure.in patch by Hiroyuki which
18719           should fix the XIM detection [alfons]
18720
18721         * more clean up of cvs [alfons]
18722
18723                  * removed all Makefile.in files to attic.
18724
18725                  * updated all .cvsignores to really ignore things that could
18726                    be unintentionally committed by a recursive commit.
18727
18728 2001-04-23 [hoa]
18729         * added src/grouplist_dialog.[ch]
18730         * changed src/folderview.c to call grouplist_dialog instead
18731                 of inputdialog
18732         * src/news.c :
18733                 added functions news_reset_group_list
18734                 and news_get_group_list
18735         * src/nntp.c :
18736                 added function nntp_list
18737         * src/defs.h :
18738                 added GROUPLIST_FILE : name of the newsgroup list cache file
18739
18740 2001-04-21
18741
18742         * added option to warn about queued messages on exit [sergey]:
18743
18744           * src/compose.c: compose_queue(): call folder_item_scan()
18745             and folderview_update_item() after queueing.
18746           * src/folderview.c: folderview_update_node(): draw the queue
18747             folder in bold font if there are queued messages.
18748           * src/mainwindow.c: queued_messages(): new function.
18749             app_exit_cb(): display warning if there are queued messages
18750             if warn_queued_on_exit is set.
18751           * prefs_common.[ch]: add warn_queued_on_exit option.
18752
18753         * enhanced GnuPG key selection support [sergey]:
18754
18755           * src/select-keys.c: updated to newer version from Win32
18756             branch with support for selecting arbitrary keys.
18757           * src/prefs_account.c: added the Privacy tab to the account
18758             options window.
18759             prefs_account_privacy_create(),
18760             prefs_account_sign_key_set_data_from_radiobtn(),
18761             prefs_account_sign_key_set_radiobtn(): new functions.
18762           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18763           * src/rfc2015.c: set_signers(): new function.
18764             pgp_sign(): add the account parameter, call set_signers().
18765             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18766           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18767           * src/compose.c: pass the current account to rfc2015_sign().
18768
18769         * tag name claws added to prevent confusion with main branch [alfons]
18770
18771         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18772
18773         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18774
18775         * sync with recent sylpheed cvs. Untested though. [alfons]
18776