0.9.6claws31
[claws.git] / ChangeLog.claws
1 2003-10-15 [christoph]  0.9.6claws31
2
3         * src/procmime.[ch]
4                 fix procmime_get_text_content() and
5                 procmime_get_first_text_content()
6
7 2003-10-15 [christoph]  0.9.6claws30
8
9         * src/plugins/spamassassin/spamassassin_gtk.c
10         * src/plugins/spamassassin/spamassassin_gtk.glade
11                 fix timeout tooltip
12
13 2003-10-15 [paul]       0.9.6claws29
14
15         * src/messageview.c
16                 workaround for buggy smtp servers. on sending a
17                 return receipt strip the name part from the address
18                 when creating headers
19                 
20 2003-10-15 [paul]       0.9.6claws28
21
22         * sync with 0.9.7 release
23                 see ChangeLog 2003-10-15
24
25 2003-10-14 [christoph]  0.9.6claws27
26
27         * src/plugins/clamav/clamav_plugin.c
28                 fix clamav plugin
29
30 2003-10-14 [christoph]  0.9.6claws26
31
32         * src/compose.c
33         * src/mimeview.c
34         * src/procmime.[ch]
35         * src/rfc2015.c
36         * src/textview.c
37         * src/plugins/clamav/clamav_plugin.c
38                 use GNode to create the mime tree (some changes to functions
39                 that traverse the tree are just quick and dirty. Maybe we
40                 can find better solutions with g_node_*-functions)
41
42 2003-10-14 [luke]       0.9.6claws25
43
44         * src/mimeview.c
45                 fix a navigation bug (stupid typo of mine)
46
47 2003-10-14 [christoph]  0.9.6claws24
48
49         * src/textview.c
50                 fix missing last line in plain/text mails
51
52 2003-10-13 [luke]       0.9.6claws23
53
54         * src/summaryview.c
55                 fix bug 334 (part 1)
56
57 2003-10-13 [kov]        0.9.6claws22
58
59         * src/mimeview.c
60                 error checking when the user enters a non-directory at
61                 the file selection dialog.
62                 work-around for users entering directory location without
63                 adding a leading G_DIR_SEPARATOR.
64
65 2003-10-13 [luke]       0.9.6claws21
66
67         * src/compose.c
68                 error reporting for inserting files, including catching
69                 invalid characters for current locale/encoding
70
71 2003-10-13 [paul]       0.9.6claws20
72
73         * src/folderview.c
74                 fix bug #347 'subscribe newsgroups crashes'
75
76 2003-10-13 [paul]       0.9.6claws19
77
78         * src/compose.c
79                 when using 'Reply to all' include the 'send replies
80                 to' folder property
81                 
82         * po/ja.po
83                 update Japanese translation. submitted by Rui Hirokawa 
84                 <rui_hirokawa@ybb.ne.jp>        
85
86 2003-10-13 [hoa]        0.9.6claws18
87
88         * src/account.c
89         * src/compose.c
90         * src/messageview.c
91         * src/procheader.c
92         * src/procheader.h
93                 rename get_header_from_msginfo() into
94                 procheader_get_header_from_msginfo() so that we have a
95                 coherent exported naming.
96                 avoid parsing of header contained in a string via
97                 a newly written temporary file.
98
99         Patch submitted by Simon 'corecode' Schubert
100                 <corecode@corecode.ath.cx>
101
102 2003-10-12 [hoa]        0.9.6claws17
103
104         * src/filtering.c
105         * src/filtering.h
106         * src/matcher.c
107         * src/matcher.h
108         * src/matcher_parser_parse.y
109         * src/prefs_filtering_action.c
110                 added "stop" action : stop applying the filtering rules.
111                 added "set score" and "increase/decrease score" actions.
112                 That two last action replace the "change_score" action
113                 introduced by alfons in 0.8.8claws85.
114                 "set score" is to set a given score to the message.
115                 "increase/decrease score" will increase or decrease the
116                 score if the given value is respectively positive or
117                 negative. If someone find a some better name for this last
118                 rule, it can be modified.
119
120 2003-10-12 [paul]       0.9.6claws16
121
122         * AUTHORS
123           po/ja.po
124                 update Japanese translation. submitted by Rui Hirokawa 
125                 <rui_hirokawa@ybb.ne.jp>
126
127 2003-10-12 [christoph]  0.9.6claws15
128
129         * src/procmime.c
130                 fix crash caused by incorrect headers
131
132 2003-10-10 [christoph]  0.9.6claws14
133
134         * src/main.c
135         * src/privacy.[ch]
136         * src/rfc2015.[ch]
137                 implement detection of signed message parts for rfc2015
138
139 2003-10-10 [thorsten]   0.9.6claws13
140
141         * src/mimeview.c
142                 fix typo
143
144 2003-10-10 [christoph]  0.9.6claws12
145
146         * src/stock_pixmap.[ch]
147         * src/pixmaps/mime_message.xpm                  ** NEW **
148                 add a new icon for mime type "message"
149
150         * src/privacy.[ch]
151         * src/procmime.[ch]
152                 add crypto api
153
154         * src/mimeview.c
155                 o use crypto api
156                 o add icons for message type mime parts
157
158 2003-10-10 [christoph]  0.9.6claws11
159
160         * src/mainwindow.c
161         * src/messageview.[ch]
162         * src/mimeview.[ch]
163         * src/procmime.[ch]
164         * src/procmsg.[ch]
165         * src/rfc2015.c
166         * src/summaryview.c
167         * src/textview.[ch]
168                 o remove switching between TextView and MimeView in MessageView
169                   (if required we can hide the icon box and the MimeView will
170                    look exaxtly like the TextView)
171                 o temporary remove signature and decrypting GPGME code
172
173 2003-10-09 [christoph]  0.9.6claws10
174
175         * src/action.c
176         * src/compose.c
177         * src/messageview.c
178         * src/mimeview.c
179         * src/procmime.[ch]
180         * src/procmsg.c
181         * src/rfc2015.c
182         * src/textview.c
183         * src/common/utils.[ch]
184         * src/plugins/clamav/clamav_plugin.c
185         * src/plugins/dillo_viewer/dillo_viewer.c
186         * src/plugins/image_viewer/viewer.c
187         * src/plugins/mathml_viewer/mathml_viewer.c
188                 new mime parser (several things need fixing)
189
190 2003-10-09 [paul]       0.9.6claws9
191
192         * src/imap.c
193                 a little more sync with 0.9.6cvs2 and a tidy up
194
195 2003-10-08 [paul]       0.9.6claws8
196
197         * sync with 0.9.6cvs2
198                 see ChangeLog 2003-10-03
199
200 2003-10-05 [christoph]  0.9.6claws7
201
202         * src/summaryview.c
203                 don't use flags to check if a message is in a news folder
204
205         (closes Bug 282 clicking on folder with copied Messages from News
206          immediately after having copied them crashes Sylpheed-Claws)
207
208 2003-10-05 [christoph]  0.9.6claws6
209
210         * src/Makefile.am
211         * src/progressdialog.[ch]               ** REMOVE **
212         * src/gtk/Makefile.am
213         * src/gtk/progressdialog.[ch]           ** NEW **
214                 move progressdialog to gtk directory
215
216 2003-10-04 [christoph]  0.9.6claws5
217
218         * src/prefs_toolbar.c
219         * src/gtk/prefswindow.c
220                 remove widget_show_all for pages root widget
221
222         * src/plugins/spamassassin/spamassassin.[ch]
223         * src/plugins/spamassassin/spamassassin_gtk.c
224         * src/plugins/spamassassin/spamassassin_gtk.glade
225                 add support for new libspamc transports
226
227 2003-10-04 [christoph]  0.9.6claws4
228
229         * src/plugins/spamassassin/libspamc.[ch]
230         * src/plugins/spamassassin/spamassassin.c
231         * src/plugins/spamassassin/utils.[ch]
232                 update libspamc to version from SpamAssassin 2.60
233
234 2003-10-03 [christoph]  0.9.6claws3
235
236         * src/send_message.c
237                 fix missing format string bug found by
238                 Georgi Guninski <guninski@guninski.com>
239
240 2003-10-03 [paul]       0.9.6claws2
241
242         * po/zh_CN.po
243                 update Simpilified Chinese translation, submitted by
244                 Hansom Young
245
246 2003-10-02 [christoph]  0.9.6claws1
247
248         * src/imap.c
249                 add UIDPLUS support for COPY and EXPUNGE
250
251 2003-10-02 [paul]       0.9.6claws
252
253         * 0.9.6claws released
254
255 2003-10-02 [paul]
256
257         * po/es.po
258           po/sk.po
259                 update Spanish and Slovak translations
260                 submitted by Ricardo Mones Lastra and Andrej Kacian
261  
262 2003-10-02 [paul]       0.9.5claws43
263
264         * po/en_GB.po
265                 update British English translation
266
267 2003-10-02 [paul]       0.9.5claws42
268
269         * po/hr.po
270                 update Croatian translation, submitted by Dragan
271
272 2003-10-01 [paul]       0.9.5claws41
273
274         * po/pl.po
275           po/sr.po
276                 update Polish and Serbian translations, submitted by
277                 Emil and Urke MMI
278
279 2003-10-01 [melvin]     0.9.5claws40
280
281         * po/fr.po
282                 Updated French translations
283
284 2003-10-01 [melvin]     0.9.5claws39
285
286         * src/prefs_fonts.c
287                 Fixed a Gtk warning
288
289         * src/plugins/dillo_prefs.c     
290                 Quasi unnoticeable UI clean-up.
291
292 2003-10-01 [paul]
293
294         * tools/README
295           tools/maildir2sylpheed.pl
296                 bug fixes, rewrites, submitted by Matthias Förste 
297                 <itsjustme@users.sourceforge.net>
298
299 2003-09-29 [paul]       0.9.5claws38
300
301         * src/inc.c
302                 fix my coding carelessness
303
304 2003-09-29 [paul]       0.9.5claws37
305
306         * po/POTFILES.in
307           src/Makefile.am
308           src/main.c
309           src/prefs_common.[ch]
310           src/prefs_fonts.[ch]  ** NEW FILES **
311                 move Font config options to Other Prefs/Display/Fonts
312                 (user's current configuration is preserved)
313
314 2003-09-29 [paul]       0.9.5claws36
315
316         * src/inc.c
317           src/prefs_account.c
318                 allow 'local_mbox' value to point to either a directory 
319                 (/var/mail -  default, new) or a file (/var/mail/username
320                 - original)
321
322 2003-09-28 [paul]       0.9.5claws35
323
324         * src/rfc2015.c
325                 on signature check, where key exists, print the
326                 Key ID
327
328 2003-09-27 [alfons]     0.9.5claws34
329
330         * src/action.c
331                 o make progress bar not fill/expand when resizing dialog
332                 o use default fixed text font for actions output
333
334 2003-09-27 [paul]       0.9.5claws33
335
336         * src/prefs_common.[ch]
337           src/procmsg.c
338           src/send_message.c
339                 remove External Program settings from Common Prefs/Send
340                 as they are now unnecessary due to Local account settings.
341                 plus a little tidying-up after 0.9.5claws31
342
343 2003-09-27 [paul]       0.9.5claws32
344
345         * src/prefs_account.c
346                 o make correction to gui text:
347                   'Local mailbox file' -> 'Local mailbox directory'
348                 o give 'local_mbox' option a reasonable default value:
349                   '/var/mail'
350                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
351                   value
352
353 2003-09-26 [paul]       0.9.5claws31
354
355         * src/inc.c
356           src/prefs_common.[ch]
357                 remove 'Incorporate from spool' common pref,
358                 force creation of a 'Local' account
359
360 2003-09-26 [christoph]  0.9.5claws30
361
362         * src/folder.c
363         * src/msgcache.c
364                 add more NULL pointer checks
365
366 2003-09-25 [christoph]  0.9.5claws29
367
368         * src/folder.c
369                 o don't fetch source message to get it's message id
370                 o immediately scan dest folder when copying a message did not
371                   return a new message number and not do it when the first message
372                   without a new message number is found
373
374 2003-09-23 [christoph]  0.9.5claws28
375
376         * src/compose.c
377                 fix generating of headers
378
379         (patch by David Relson <relson@osagesoftware.com>)
380
381 2003-09-23 [paul]       0.9.5claws27
382
383         * po/zh_CN.po
384                 update Simplified Chinese translation. submitted by
385                 Hansom Young
386
387 2003-09-23 [paul]       0.9.5claws26
388
389         * tools/Makefile.am
390           tools/README
391           tools/vcard2xml.py    ** NEW FILE **
392                 add a script that converts an evolution vcard to
393                 sylpheed's xml format
394                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
395
396 2003-09-22 [paul]       0.9.5claws25
397
398         * src/plugins/clamav/clamav_plugin.c
399                 don't skip MULTIPART parts
400
401 2003-09-21 [christoph]  0.9.5claws24
402
403         * src/alertpanel.c
404                 remove unneeded include
405
406         * src/folder.c
407                 clean up copy/move mess with duplicated code
408
409         * src/imap.c
410                 fix problem that sometimes the folder was not scanned
411                 also it was changed
412
413 2003-09-21 [christoph]  0.9.5claws23
414
415         * src/Makefile.am
416         * src/logwindow.[ch]                    ** REMOVE **
417         * src/mainwindow.c
418         * src/prefs_common.c
419         * src/gtk/Makefile.am
420         * src/gtk/logwindow.[ch]                ** ADD **
421                 make logwindow prefs_common independent and move
422                 it to gtk directory
423
424 2003-09-20 [christoph]  0.9.5claws22
425
426         * src/compose.c
427                 add extra space for address code conversion
428                 (4 * unconvered size could be too small for short headers)
429
430 2003-09-20 [christoph]  0.9.5claws21
431
432         * src/compose.c
433                 increase temp buffer size when writing headers
434
435 2003-09-19 [darko]      0.9.5claws20
436
437         * src/compose.c
438                 don't ignore value of 'Save copy of outgoing messages to
439                 this folder instead of Sent' in message redirect
440
441 2003-09-17 [christoph]  0.9.5claws19
442
443         * src/compose.c
444                 use ", " as address seperator for mail headers and pass whole
445                 header line at once to compose_convert_header to make sure
446                 it is correctly folded
447
448         (closes Bug 64 Problem when sending to many recipients)
449
450 2003-09-17 [hoa]        0.9.5claws18
451         
452         * src/matcher.[ch]
453           src/matcher_parser_parse.y
454           src/prefs_matcher.c
455                 changed the keyword used for command execution in condition
456                 keyword is changed from "execute" to "test"
457                 so that it is not the same as the one used for action.
458                 This will fix a bug when using filtering dialog.
459                 All semantic in the code is also changed to reflect
460                 the keyword change.
461
462 2003-09-17 [paul]
463         
464         * sync with 0.9.6 release
465
466 2003-09-17 [paul]       0.9.5claws17
467
468         * sync with 0.9.5cvs8
469                 see ChangeLog 2003-09-16 and 2003-09-17
470
471 2003-09-16 [paul]       0.9.5claws16
472
473         * sync with 0.9.5cvs6
474                 see ChangeLog 2003-09-16
475
476 2003-09-15 [paul]       0.9.5claws15
477
478         * sync with 0.9.5cvs5
479                 see ChangeLog 2003-09-15
480
481 2003-09-14 [alfons]     0.9.5claws14
482
483         * src/inc.c
484                 make "Go to inbox after receiving new mail" again;
485                 regression of a sync, restored to sylpheed main 
486                 behaviour. (misses still some bits)
487
488 2003-09-14 [alfons]     0.9.5claws13
489
490         * src/prefs_filtering_action.c
491                 o add proper message if empty execute command line
492                 o don't select first action item after registering a
493                   new action to prevent (what seems to be a GTK) bug
494                   #36, "filtering will only accept one action change 
495                   per invocation".
496
497 2003-09-14 [alfons]     0.9.5claws12
498
499         * src/prefs_filtering.c
500         * src/prefs_filtering_action.c
501         * src/prefs_matcher.c
502                 fix function signature for key_pressed_event signal handlers
503
504 2003-09-14 [alfons]     0.9.5claws11
505
506         * src/mainwindow.c
507                 fix regression caused by fix for invalid bug #7
508                 (should fix #246, "Multiple selections are deselected when 
509                 moving from search window to main window")
510                 
511 2003-09-14 [alfons]     0.9.5claws10
512         
513         * src/actions.[ch]
514         * src/filtering.[ch]
515         * src/prefs_actions.c
516                 allow `filtering actions` in actions; only for advanced users
517                 right now: try for example, "%as{mark color 2}" 
518         
519 2003-09-13 [paul]       0.9.5claws9
520         
521         * po/pl.po
522           po/zh_CN.po   ** NEW FILE **
523                 update Polish translation, submitted by Emil 
524                 <eminowbl@posejdon.wpk.p.lodz.pl>
525                 add new Simplified Chinese translation, submitted by
526                 Hansom Young <hansom_young@yahoo.com>
527
528 2003-09-12 [alfons]     0.9.5claws8
529
530         * src/summaryview.c
531                 don't open separate message views when View | Separate message view
532                 is active 
533                 (please look carefully for any navigation regressions)
534
535 2003-09-11 [alfons]     0.9.5claws7
536
537         * src/mainwindow.c
538                 make default message view, opened by View | Separate message 
539                 view, look like a claws message view (which includes a menu
540                 bar and a toolbar)
541                 (fixes bug #298, "message view loses tool bar") 
542
543 2003-09-11 [christoph]  0.9.5claws6
544
545         * src/folderview.c
546                 fix double deleting of newsgroup folders
547
548         (closes Bug 305 crash after deleting of a newsgroup)
549
550 2003-09-11 [paul]       0.9.5claws5
551
552         * src/rfc2015.c
553           src/common/utils.h
554                 more sync'ing from 0.9.5cvs2
555
556 2003-09-11 [christoph]  0.9.5claws4
557
558         * src/compose.c
559         * src/rfc2015.c
560         * src/common/utils.h
561                 fix sync with 0.9.5cvs2
562
563 2003-09-11 [paul]       0.9.5claws3
564
565         * sync with 0.9.5cvs4
566                 see ChangeLog 2003-09-11
567
568 2003-09-11 [paul]       0.9.5claws2
569
570         * sync with 0.9.5cvs2
571                 see ChangeLog 2003-09-05
572                 
573 2003-09-11 [paul]       0.9.5claws1
574
575         * sync with 0.9.5cvs3
576                 see ChangeLog 2003-09-10
577
578 2003-09-10 [paul]       0.9.5claws
579
580         * 0.9.5claws released
581
582 2003-09-10 [paul]       0.9.4claws78
583
584         * src/Makefile.am
585                 add missing files
586
587 2003-09-10 [melvin]     0.9.4claws77
588
589         * po/fr.po
590                 Updated French translations
591
592 2003-09-10 [paul]       0.9.4claws76
593
594         * po/es.po
595           po/sk.po
596           po/sr.po
597                 update Spanish, Slovak, and Serbian translations.
598                 submitted by Ricardo Mones Lastra, Andrej Kacian,
599                 and Urke MMI
600                 
601         * AUTHORS
602                 add translation team section
603
604 2003-09-09 [christoph]  0.9.4claws75
605
606         * src/folder.c
607                 free item->prefs in folder_item_destroy
608
609 2003-09-09 [alfons]     0.9.4claws74
610
611         * src/folderview.c
612                 o proper check for root node sorting
613                 o remove unnecessary gtk_ctree_remove_node 
614
615         (should fix bug #300, "crash while moving folder")      
616
617 2003-09-08 [christoph]  0.9.4claws73
618
619         * src/folderview.c
620                 o fix double adding of IMAP FolderItems to GtkCTree
621                 o fix crash then mbox folder is removed
622
623 2003-09-08 [christoph]  0.9.4claws72
624
625         * src/folder.c
626         * src/folderview.c
627         * src/mainwindow.c
628                 fix new folder notification
629
630         * src/mbox_folder.c
631                 fix cache path
632
633 2003-09-08 [christoph]  0.9.4claws71
634
635         * src/compose.c
636                 replace '\n' and '\r' before removing trailing spaces
637
638         * src/folder.[ch]
639         * src/folderview.c
640                 add information about new or removed items in folder tree change
641                 notification and use this in folderview to add and remove only
642                 the appected items and not refresh the whole tree
643
644 2003-09-07 [match]      0.9.4claws70
645
646         * src/Makefile.am
647         * src/addr_compl.c
648         * src/addressbook.c
649         * src/addressitem.h
650         * src/addrindex.c
651         * src/addritem.c
652         * src/addritem.h
653         * src/addrquery.c                       ** NEW **
654         * src/addrquery.h
655         * src/ldapquery.c
656         * src/ldapserver.c
657         * src/stock_pixmap.c
658         * src/stock_pixmap.h
659         * src/pixmaps/address_search.xpm        ** NEW **
660                 re-introduce Lookup button for LDAP 'static' searches.
661
662 2003-09-07 [alfons]     0.9.4claws69
663         
664         * src/summaryview.c
665                 abandon setting usize for messageview because it gives layout problems
666                 with the quick search bar and the headerview; fixes assorted UI glitches:
667                 
668                 o bug #148, "Toggling of quick-search bar reduces index view area" 
669                 o bug #280, "Window resiizes for line length but does not revert"
670
671 2003-09-07 [christoph]  0.9.4claws68
672
673         * src/compose.c
674                 o make sure we don't have any newlines in header values
675                 o check custom headers for spaces and newlines and ignore
676                   malformed header names
677
678 2003-09-06 [christoph]  0.9.4claws67
679
680         * src/folder.c
681         * src/folderview.c
682                 invoke notification hook for folder tree changes after append
683                 and remove folder
684
685         (closes Bug 294 Crash while moving folder with many subdirectories)
686
687 2003-09-06 [christoph]  0.9.4claws66
688
689         * src/folder.c
690                 destroy folder's MsgCache if FolderItem is removed to make sure
691                 it is not saved when the FolderItem is destroyed
692
693 2003-09-06 [christoph]  0.9.4claws65
694
695         * src/plugins/clamav/clamav_plugin.c
696                 fix copy & paste bug
697
698 2003-09-05 [christoph]  0.9.4claws64
699
700         * src/folder.c
701         * src/messageview.[ch]
702         * src/procmsg.[ch]
703         * src/summaryview.c
704                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
705                 by MessageView to clear it when the message is deleted. Should
706                 work even if messages are deleted in MainWindow or by
707                 processing.
708
709 2003-09-05 [alfons]     0.9.4claws63
710
711         * src/messageview.c
712                 deleting a message in a message view frees its msginfo, make 
713                 messageview_update_all() aware of that (should fix bug #293,
714                 "deleting message caused crash")
715
716 2003-09-05 [melvin]     0.9.4claws62
717
718         * src/action.c
719                 Improve synchronous action exit code (fixes 
720                 a ~5 seconds delay after action exit on RedHat 9)
721
722 2003-09-04 [christoph]  0.9.4claws61
723
724         * src/compose.c
725         * src/rfc2015.c
726         * src/common/utils.[ch]
727                 add util function to create mime boundary and use it
728                 in compose and gpg code
729
730 2003-09-04 [alfons]     0.9.4claws60
731
732         * src/folder.c
733                 source folder item's GNode should already have been freed in 
734                 a previous call to src->folder->klass->remove_folder()
735                 (should fix bug #287, "crash when moving folders")
736
737 2003-09-03 [thorsten]   0.9.4claws59
738
739         * src/plugins/spamassassin/spamassassin_gtk.c
740                 fix compile error
741
742 2003-09-03 [christoph]  0.9.4claws58
743
744         * src/plugins/spamassassin/spamassassin.[ch]
745         * src/plugins/spamassassin/spamassassin_gtk.c
746                 add timeout config option
747
748 2003-09-03 [paul]       0.9.4claws57
749
750         * po/sk.po      ** NEW FILE **
751                 add Slovak translation. Submitted by Andrej Kacian 
752                 <andrej@kacian.sk>
753
754 2003-09-03 [paul]       0.9.4claws56
755
756         * src/plugins/clamav/clamav_plugin_gtk.c
757                 gui tweaks: replace a label with a tooltip, modify the
758                 text, use gtk_check_button_new(); instead of
759                 gtk_check_button_new_with_label("");
760
761 2003-09-02 [alfons]     0.9.4claws55
762
763         * src/gtk/filesel.c
764                 remember last used dir when attaching multiple files (should fix
765                 bug #290, "Attach File does not remember directory")
766
767 2003-09-01 [paul]       0.9.4claws54
768
769         * po/es.po
770                 updated by Ricardo Mones Lastra
771
772 2003-09-01 [alfons]     0.9.4claws53
773
774         * src/gtk/gtkaspell.[ch]
775                 be pedantic and strict and use const gchar * instead of guchar *
776
777 2003-09-01 [alfons]     0.9.4claws52
778
779         * src/mainwindow.c
780         * src/summaryviewc.
781                 re-enable Save As when multiple messages are selected
782
783 2003-09-01 [paul]       0.9.4claws51
784
785         * src/textview.c
786                 g_free(trimmed_uri);
787
788 2003-09-01 [paul]       0.9.4claws50
789
790         * sync with 0.9.4cvs13
791                 see ChangeLog 2003-09-01
792
793 2003-09-01 [paul]       0.9.4claws49
794
795         * src/textview.c
796                 trim uri before sending to the statusbar
797                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
798                 in the message window causes main S-C window to enlarge 
799                 past screen edges'
800
801 2003-09-01 [paul]       0.9.4claws48
802
803         * sync with 0.9.4cvs12
804                 see ChangeLog 2003-09-01
805
806 2003-08-30 [christoph]  0.9.4claws47
807
808         * src/compose.c
809         * src/folder_item_prefs.[ch]
810         * src/prefs_folder_item.c
811         * src/gtk/gtkaspell.[ch]
812                 commit per folder dictionary patch by
813                 Paul Evans <nerd@freeuk.com>
814
815 2003-08-30 [christoph]  0.9.4claws46
816
817         * src/plugins/spamassassin/spamassassin_gtk.c
818         * src/plugins/spamassassin/spamassassin_gtk.glade
819                 reduce GUI clutter by placing hints into tooltips
820
821 2003-08-30 [paul]       0.9.4claws45
822
823         * src/compose.c
824                 add 'Content-Disposition: inline' to a text/plain
825                 part when using PGP/MIME signing
826
827 2003-08-30 [paul]       0.9.4claws44
828
829         * src/prefs_common.c
830           src/prefs_spelling.c
831           src/prefs_spelling.glade
832                 reduce GUI clutter by placing hints into tooltips
833
834 2003-08-29 [christoph]  0.9.4claws43
835
836         * configure.ac
837                 fix bug found by Ivan Rayner <ivanr@sgi.com>
838
839         * src/stock_pixmap.c
840                 change unecessary warning into a debug message
841
842         * src/plugins/clamav/Makefile.am
843                 Fix error "-I$(CLAMAV_LIBS)"
844
845 2003-08-29 [christoph]  0.9.4claws42
846
847         * intl/Makefile.in
848         * src/Makefile.am
849         * src/matcher.h
850         * src/common/Makefile.am
851         * src/common/passcrypt.c
852                 commit fixes and patches for some of the IRIX problems found by
853                 Ivan Rayner <ivanr@sgi.com>
854
855 2003-08-29 [paul]       0.9.4claws41
856
857         * src/prefs_filtering.c
858                 add 'Top' and 'Bottom' buttons, based on changes in
859                 src/prefs_filter.c in 0.9.4cvs11.
860
861 2003-08-27 [christoph]  0.9.4claws40
862
863         * src/folderview.c
864                 fix bug that the current summary settings were copied to the
865                 wrong folder item, when the folder item prefs are opened.
866                 Copying is not required because summary settings and
867                 folder_item_prefs do not contain the same settings
868
869 2003-08-27 [thorsten]   0.9.4claws39
870
871         * src/imap.c
872                 fix compile error
873
874 2003-08-26 [paul]       0.9.4claws38
875
876         * sync with 0.9.4cvs9
877                 see ChangeLog 2003-08-26
878
879 2003-08-25 [paul]       0.9.4claws37
880
881         * sync with 0.9.4cvs8
882                 see ChangeLog 2003-08-25
883
884 2003-08-24 [christoph]  0.9.4claws36
885
886         * src/prefs_filtering.c
887                 shouldn't remove items from a GSList while iterating over the
888                 list (makes cur invalid and cur->next not accessable)
889
890         (closes Bug 272 i deleted an folder and some seconds later sylpheed
891          crashed)
892
893 2003-08-23 [christoph]  0.9.4claws35
894
895         * src/news.c
896                 news folders should be scanned when opened
897
898 2003-08-22 [christoph]  0.9.4claws34
899
900         * src/prefs_folder_item.c
901                 use macro to assign strings that always frees the old string
902
903         * src/gtk/gtkaspell.[ch]
904                 add gtkaspell_set_dictionary_menu_active_item() to set active
905                 item in dictionary option menu
906
907         * src/prefs_spelling.c
908                 use gtkaspell_set_dictionary_menu_active_item() to select
909                 dictionary
910
911 2003-08-21 [christoph]  0.9.4claws33
912
913         * src/folder.[ch]
914         * src/imap.c
915         * src/mbox_folder.c
916         * src/mh.c
917         * src/news.c
918                 optimize folder system
919
920         * src/gtk/gtkstext.c
921                 fix division by zero when font has 0 width for ' '
922
923 2003-08-21 [paul]       0.9.4claws32
924
925         * sync with 0.9.4cvs7
926                 see ChangeLog 2003-08-20
927
928 2003-08-19 [paul]       0.9.4claws31
929
930         * src/common/defs.h
931                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
932                 SYLDOC_FAQ_HTML_INDEX.
933         * src/manual.c
934                 use LC_MESSAGES instead of LC_ALL to find the current
935                 language
936
937           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
938
939 2003-08-19 [paul]       0.9.4claws30
940
941         * po/bg.po
942                 updated by George Danchev
943
944 2003-08-18 [luke]       0.9.4claws29
945         * src/mimeview.[ch]
946         * src/gtk/gtkvscrollbutton.[ch]
947                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
948                   dependencies; do it the GTK way; reduce code -14/+2 lines)
949                 o removed horizontal separator between icons
950
951 2003-08-17 [christoph]  0.9.4claws28
952
953         * src/procmsg.c
954                 no subject threading when the subject has no reply prefix
955
956 2003-08-16 [christoph]  0.9.4claws27
957
958         * src/mainwindow.c
959                 remember and restore window sizes and position when the main
960                 window is hidden or shown
961
962         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
963          minimised/reopened using trayicon)
964
965 2003-08-16 [paul]       0.9.4claws26
966
967         * src/crash.c
968                 add #include "defs.h"
969
970 2003-08-16 [paul]       0.9.4claws25
971
972         * src/plugins/clamav/clamav_plugin.c
973                 reword a debug_print
974                 
975         * src/plugins/dillo_viewer/dillo_prefs.c
976                 cosmetic: change the labels' text, add tooltips, and
977                 left-align the hint
978
979 2003-08-15 [christoph]  0.9.4claws24
980
981         * src/news.c
982                 complete last change (forgot some changes)
983
984 2003-08-15 [christoph]  0.9.4claws23
985
986         * src/news.c
987                 o check number of messages and don't return a 0 message
988                   when no messages are available
989                 o don't parse xref header anymore
990
991         (closes Bug 203 I'm not getting any news)
992
993 2003-08-15 [paul]       0.9.4claws22
994
995         * src/common/defs.h
996           src/crash.c
997                 update and define claws bugzilla location
998
999 2003-08-15 [paul]       0.9.4claws21
1000
1001         * po/ru.po
1002                 update submitted by Ruslan N. Balkin
1003
1004 2003-08-14 [christoph]  0.9.4claws20
1005
1006         * src/procmsg.c
1007                 fix search for oldest node in subject threading
1008
1009 2003-08-14 [christoph]  0.9.4claws19
1010
1011         * src/procmsg.c
1012         * src/common/utils.h
1013                 add possibility to check all nodes with the same subject for
1014                 subject threading, not only the oldest node. Should not break
1015                 threads anymore if the oldest node is thread_by_subject_max_age
1016                 days older then parent, because it can now find a child of
1017                 oldest node as new parent.
1018
1019 2003-08-11 [christoph]  0.9.4claws18
1020
1021         * src/plugins/spamassassin/spamassassin.c
1022                 run spam check in background process
1023
1024 2003-08-10 [alfons]     0.9.4claws17
1025
1026         * src/summaryview.c
1027                 make `Select All' sensitive too
1028
1029 2003-08-10 [christoph]  0.9.4claws16
1030
1031         * src/imap.c
1032                 add more checks in imap_close
1033
1034 2003-08-09 [alfons]     0.9.4claws15
1035
1036         * src/prefs_spelling.c
1037                 no spell checking UI if not requested
1038
1039 2003-08-09 [alfons]     0.9.4claws14
1040
1041         * src/gtk/prefswindow.c
1042                 make it compile
1043
1044 2003-08-09 [christoph]  0.9.4claws13
1045
1046         * src/prefs_spelling.c
1047         * src/gtk/prefswindow.[ch]
1048         * src/plugins/clamav/clamav_plugin_gtk.c
1049         * src/plugins/spamassassin/spamassassin_gtk.c
1050                 sort prefs pages by heighest weight in tree
1051
1052 2003-08-09 [paul]       0.9.4claws12
1053
1054         * sync with 0.9.4cvs6
1055                 see ChangeLog 2003-08-07
1056                 
1057         * AUTHORS
1058                 add Leandro and Luke to claws-branch section
1059
1060 2003-08-09 [christoph]  0.9.4claws11
1061
1062         * src/gtk/Makefile.am
1063         * src/gtk/colorsel.[ch]                 ** NEW **
1064                 create a color selection dialog that can be used as a simple
1065                 function call with it's own gtk main loop like filesel.[ch]
1066
1067         * src/Makefile.am
1068         * src/main.c
1069         * src/prefs_common.c
1070         * src/prefs_spelling.[ch]               ** NEW **
1071         * src/prefs_spelling.glade              ** NEW **
1072         * src/gtk/gtkutils.[ch]
1073                 move "Spell Checker" prefs to new prefs dialog
1074
1075         * src/prefs_folder_item.c
1076                 use new colorsel dialog
1077
1078 2003-08-08 [paul]       0.9.4claws10
1079
1080         * src/inc.c
1081                 clear the progress bar unconditionally
1082
1083 2003-08-08 [paul]       0.9.4claws9
1084
1085         * sync with 0.9.4cvs4
1086                 see ChangeLog 2003-07-31
1087
1088 2003-08-07 [christoph]  0.9.4claws8
1089
1090         * configure.ac
1091                 fix bug in image viewer plugin part
1092
1093         * src/imap.c
1094                 don't execute close command if the folder item is not selected
1095
1096 2003-08-07 [hoa]        0.9.4claws7
1097
1098         * src/filtering.[ch]
1099         * src/matcher_parser.h
1100         * src/matcher_parser_parse.y
1101                 can define several actions for each filtering rule
1102                 can import old versions of filtering rules
1103
1104         * src/prefs_filtering.c
1105                 call to a new dialog box to define actions
1106
1107         * src/prefs_filtering_action.[ch]
1108                 dialog box to define actions for filtering rules
1109
1110 2003-08-06 [christoph]  0.9.4claws6
1111
1112         * src/imap.c
1113                 make sure source folder is selected when copying messages
1114
1115 2003-08-06 [christoph]  0.9.4claws5
1116
1117         * sync with 0.9.4cvs2
1118                 see ChangeLog 2003-07-29                
1119
1120 2003-08-05 [paul]       0.9.4claws4
1121
1122         * sync with 0.9.4cvs3
1123                 see ChangeLog 2003-07-30
1124
1125 2003-08-04 [match]      0.9.4claws3
1126
1127         * po/POTFILES.in
1128                 export of LDIF files.
1129
1130 2003-08-04 [match]      0.9.4claws2
1131
1132         * src/ldif.[ch]
1133                 support for export LDIF. documented.
1134         * src/importldif.[ch]
1135         * src/exportldif.[ch]
1136                 add tooltips. documented.
1137         * src/exphtmldlg.[ch]
1138         * src/common/xmlprops.[ch]
1139                 documented.
1140         * src/exportldif.[ch]                   ** NEW **
1141         * src/expldifdlg.[ch]                   ** NEW **
1142         * src/addressbook.[ch]
1143         * src/Makefile.am
1144                 export of LDIF files.
1145                 documented.
1146
1147 2003-08-04 [christoph]  0.9.4claws1
1148
1149         * .cvsignore
1150         * Makefile.am
1151         * configure.ac
1152         * sylpheed-claws.pc.in                  ** NEW **
1153         * src/Makefile.am
1154         * src/common/Makefile.am
1155         * src/gtk/Makefile.am
1156                 install sylpheed header files in $(pkgincludedir) and create a
1157                 pkg-config file to allow building a plugin without the source
1158                 package
1159
1160 2003-08-04 [paul]       0.9.4claws
1161
1162         * version 0.9.4claws
1163
1164 2003-08-04 [paul]       0.9.3claws97
1165
1166         * po/es.po
1167                 update Spanish translation. Submitted by Ricardo
1168                 Mones Lastra.
1169
1170 2003-08-03 [paul]       0.9.3claws96
1171
1172         * po/hr.po
1173           po/sr.po
1174                 update Croatian and Serbian translations. Submitted by
1175                 Dragan and Urke MMI respectively
1176
1177 2003-08-03 [alfons]     0.9.3claws95
1178
1179         * src/summaryview.c
1180                 mark flag has precedence over important flag - seems
1181                 to have been changed in sync of 0.9.3claws45. this fixes
1182                 a regression where messages that were scored as important
1183                 don't show their mark flags. (using the same column for
1184                 both importance as mark flags is the real problem
1185                 ofcourse)
1186
1187 2003-08-03 [melvin]     0.9.3claws94
1188
1189         * po/fr.po
1190                 Updated French translations.
1191
1192 2003-08-03 [melvin]     0.9.3claws93
1193
1194         * src/Makefile.am
1195                 Fixed typo introduced after 0.9.3claws92 
1196                 that prevented compilation
1197                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1198                 CPPFLAGS and YFLAGS to allow user setting these.
1199         * src/common/Makefile.am
1200         * src/gtk/Makefile.am
1201         * src/plugins/clamav/Makefile.am
1202         * src/plugins/demo/Makefile.am
1203         * src/plugins/dillo_viewer/Makefile.am
1204         * src/plugins/image_viewer/Makefile.am
1205         * src/plugins/mathml_viewer/Makefile.am
1206         * src/plugins/spamassassin/Makefile.am
1207         * src/plugins/trayicon/Makefile.am
1208         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1209                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1210                 CPPFLAGS and YFLAGS to allow user setting these.
1211
1212 2003-08-02 [christoph]  0.9.3claws92
1213
1214         * configure.ac
1215                 o rearrange plugin tests
1216                 o add test for clamav.h to ClamAV tests
1217
1218 2003-08-02 [luke]       0.9.3claws91
1219
1220         * src/mimeview.c
1221                 o fixed appearance of icon list when toggling back from the 
1222                   ctree
1223                 o toggling of icons using the keyboard works correctly
1224                 o fixed all other keyboard shortcuts to work when icons are
1225                   active
1226         
1227         * src/messageview.c
1228                 o fixed bug 4 - focus lost when changing messageview view type
1229
1230 2003-08-02 [christoph]  0.9.3claws90
1231
1232         * src/common/hooks.c
1233                 fix crash when pointer stored in hash table could get invalid
1234                 when a plugin is unloaded
1235
1236 2003-08-01 [christoph]  0.9.3claws89
1237
1238         * configure.ac
1239                 o try to build all plugins (except spamassassin) by default
1240                 o don't build a plugin if a dependency check fails
1241
1242         * src/common/hooks.c
1243                 fix warning
1244
1245 2003-08-01 [match]      0.9.3claws88
1246
1247         * src/importldif.c
1248                 allow single click field selection. document code.
1249
1250 2003-08-01 [christoph]  0.9.3claws87
1251
1252         * src/plugins/clamav/clamav_plugin.c
1253         * src/plugins/clamav/clamav_plugin_gtk.c
1254         * src/plugins/dillo_viewer/dillo_viewer.c
1255         * src/plugins/image_viewer/plugin.c
1256         * src/plugins/mathml_viewer/mathml_viewer.c
1257         * src/plugins/spamassassin/spamassassin.c
1258         * src/plugins/spamassassin/spamassassin_gtk.c
1259         * src/plugins/trayicon/trayicon.c
1260                 add version check to all plugins
1261
1262 2003-08-01 [hoa]        0.9.3claws86
1263
1264         * src/prefs_filtering.c
1265                 fixed a cosmetic bug, during creation of dialog box,
1266                 wrong widgets were shown after creation.
1267
1268 2003-08-01 [luke]       0.9.3claws85
1269
1270         * src/mainwindow.c
1271                 o fixed visibility of icons/mimeview after toggling separate
1272                   message/folder view (factored out some similar code too).
1273
1274
1275 2003-07-31 [alfons]     0.9.3claws84
1276
1277         * src/mimeview.c
1278                 tweak icon box UI a bit more, now allowing right-clicks actions
1279                 getting the relevant mime data too; should fix #250, "Can't save 
1280                 attachments sometimes".
1281
1282 2003-07-30 [alfons]     0.9.3claws83
1283
1284         * src/compose.c
1285                 don't do auto-save-draft inside key press handler, but rather
1286                 schedule it half of a second later; should fix #67, "autosave 
1287                 make re-rediting message crazy"
1288
1289 2003-07-30 [christoph]  0.9.3claws82
1290
1291         * src/plugins/trayicon/trayicon.c
1292                 process pending events before unloading the plugin
1293
1294         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1295
1296 2003-07-30 [alfons]     0.9.3claws81
1297
1298         * src/common/hooks.c
1299                 parameter 2 of g_hook_destroy() should really be a hook id
1300
1301 2003-07-30 [alfons]     0.9.3claws80
1302
1303         * src/common/plugin.c
1304                 fix a possibly harmful function signature mismatch 
1305                 for plugin_done
1306
1307 2003-07-30 [alfons]     0.9.3claws79
1308
1309         * src/common/hooks[.ch]
1310                 const correctness
1311
1312 2003-07-30 [darko]      0.9.3claws78
1313
1314         * src/summaryview.c
1315                 make it compile again
1316
1317 2003-07-30 [luke]       0.9.3claws77
1318
1319         * src/crash.c
1320         * src/main.c
1321                 o added/moved signal handlers for SIGTERM (normal kill command) 
1322                   and SIGINT (ctl-c) to be used even without 
1323                   --enable-crash-dialog, fixing bug 166
1324
1325         * src/summaryview.c
1326                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1327                   bug 227
1328
1329         * src/mainwindow.c
1330                 o changed sensitivity condition for 'Next new' and 'Next 
1331                   unread', fixing bug 8
1332
1333 2003-07-29 [alfons]     0.9.3claws76
1334
1335         * src/common/utils.[ch]
1336                 add generate_msgid()
1337         * src/messageview.c
1338                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1339                 sent folder".
1340
1341 2003-07-29 [alfons]     0.9.3claws75
1342
1343         * src/messageview.c
1344                 fix a memleak (claws-only)
1345
1346 2003-07-29 [alfons]     0.9.3claws74
1347
1348         * src/mimeview.[ch]
1349         * src/gtk/gtkvscrollbutton.[ch]
1350                 fix UI glitch where mime icon toolbox' scroll position is not 
1351                 reset after switching to another message
1352                 
1353
1354 2003-07-29 [paul]       0.9.3claws73
1355
1356         * src/prefs_folder_item.c
1357                 split the prefs into 2 separate pages
1358
1359 2003-07-29 [paul]       0.9.3claws72
1360
1361         * src/compose.c
1362                 prepend "\n\n" to a signature without a separator too
1363
1364 2003-07-29 [paul]       0.9.3claws71
1365
1366         * src/compose.c
1367                 fix bug where changing to an account without an auto-sig
1368                 from an initial account without an auto-sig would insert 
1369                 2 blank lines at the cursor point
1370                 fix bug where changing to an account with an auto-sig
1371                 from an initial account without an auto-sig would insert
1372                 the sig at the cursor point
1373
1374 2003-07-29 [paul]       0.9.3claws70
1375
1376         * src/folderview.c
1377                 use the colour from the folder pref unless the folder
1378                 has new messages
1379
1380 2003-07-29 [alfons]     0.9.3claws69
1381
1382         * src/procmsg.[ch]
1383         * src/messageview.c
1384         * src/procheader.c
1385                 rewrite return receipt request work a little bit (the former 
1386                 implementation presumably depended too much on the UI setting
1387                 flags). (we're losing the old pending flag.) 
1388
1389 2003-07-28 [christoph]  0.9.3claws68
1390
1391         * src/folder.c
1392         * src/imap.c
1393         * src/mh.c
1394         * src/procmsg.[ch]
1395                 fix copy to IMAP folder from other folder
1396
1397 2003-07-28 [christoph]  0.9.3claws67
1398
1399         * src/procmsg.c
1400                 fix sync of procmsg_get_message_file_list
1401
1402 2003-07-28 [christoph]  0.9.3claws66
1403
1404         * sync with 0.9.3cvs14
1405                 see ChangeLog 2003-07-18
1406         * sync with 0.9.3cvs17
1407                 see ChangeLog 2003-07-23
1408
1409         (closes Bug 234 segmentation fault after sending out mail via
1410          smtp(auth))
1411
1412 2003-07-28 [paul]       0.9.3claws65
1413
1414         * po/es.po
1415                 update Spanish translation, submitted by Ricardo Mones
1416                 Lastra
1417
1418 2003-07-28 [christoph]  0.9.3claws64
1419
1420         * src/folder.[ch]
1421         * src/imap.c
1422         * src/mh.c
1423                 return new message numbers as a GRelation instead of a GSList
1424                 that has to be in the same order as the input list. A list
1425                 would make it hard for IMAP to optimize oepration by sorting
1426                 the input list. The returned list would have to be reordered
1427                 to match the same order that input list has.
1428
1429         * src/gtk/gtkaspell.c
1430                 fix missing return value, could cause a crash when garbage is
1431                 on the stack that is used as the expected return value
1432
1433 2003-07-28 [paul]       0.9.3claws63
1434
1435         * sync with 0.9.4cvs1
1436                 see ChangeLog 2003-07-28
1437
1438 2003-07-27 [alfons]     0.9.3claws62
1439
1440         * src/mimeview.c
1441                 tweak it more to make icon list act like a check button group
1442
1443 2003-07-27 [christoph]  0.9.3claws61
1444
1445         * sync with 0.9.3cvs20
1446                 see ChangeLog 2003-07-25
1447
1448 2003-07-27 [paul]       0.9.3claws60
1449
1450         * src/procmsg.c
1451                 re-commit changes from 0.9.3claws58 -
1452                 accidently removed in 0.9.3claws59
1453
1454 2003-07-27 [paul]       0.9.3claws59
1455
1456         * src/procmsg.[ch]
1457                 a sync from 0.9.3cvs17
1458                 see ChangeLog 2003-07-23
1459
1460 2003-07-27 [alfons]     0.9.3claws58
1461
1462         * src/procmsg.c
1463                 add missing header members to MsgInfo; fixes the problem of 
1464                 not displaying X-Faces, as noticed by Ricardo Mones
1465
1466 2003-07-26 [christoph]  0.9.3claws57
1467
1468         * sync with 0.9.3cvs18
1469                 see ChangeLog 2003-07-24
1470
1471 2003-07-26 [christoph]  0.9.3claws56
1472
1473         * sync with 0.9.3cvs17
1474                 see ChangeLog 2003-07-23
1475
1476 2003-07-26 [christoph]  0.9.3claws55
1477
1478         * src/folder.[ch]
1479         * src/imap.c
1480         * src/mbox_folder.c
1481         * src/mh.c
1482         * src/news.c
1483                 add support for copy function that copy multiple messages
1484                 (not implemented yet)
1485
1486         * src/summaryview.c
1487                 add missing return value
1488
1489 2003-07-26 [paul]       0.9.3claws54
1490
1491         * tools/multiwebsearch.pl
1492                 do whitespace substitution before passing the string
1493                 to the browser. fixes bug with browsers that don't
1494                 do whitespace conversion themselves.
1495
1496 2003-07-25 [christoph]  0.9.3claws53
1497
1498         * src/folder.[ch]
1499         * src/imap.c
1500         * src/mh.c
1501                 rewrite adding of multiple messages to a folder for
1502                 claws' folder system
1503
1504 2003-07-25 [luke]       0.9.3claws52
1505
1506         * src/mimeview.c
1507                 o icon toggles set correctly on leaving ctree mimeview
1508
1509 2003-07-25 [paul]       0.9.3claws51
1510
1511         * partial sync with 0.9.3cvs21 [src/main.c]
1512                 see ChangeLog 2003-07-25
1513
1514 2003-07-24 [paul]       0.9.3claws50
1515
1516         * tools/maildir2sylpheed.pl
1517                 fix typo
1518
1519 2003-07-24 [paul]       0.9.3claws49
1520
1521         * src/mimeview.c
1522                 increase the gutter size of paned so that the panes
1523                 can be resized
1524                 
1525         * src/plugins/demo/demo.c
1526                 squeeze in another typo fix
1527
1528 2003-07-24 [paul]       0.9.3claws48
1529
1530         * src/plugins/demo/demo.c
1531           src/prefs_account.c
1532                 small changes to the English
1533                 
1534         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1535           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1536           src/Makefile.am
1537           src/stock_pixmap.c
1538                 rename the misspelled icon
1539
1540 2003-07-23 [alfons]     0.9.3claws47
1541
1542         * src/mimeview.c
1543                 make icon list look like a list of toggles
1544
1545 2003-07-23 [luke]       0.9.3claws46
1546
1547         * src/pixmaps/mimeview_gpg_expired.xpm
1548         * src/pixmaps/mimeview_gpg_failed.xpm
1549         * src/pixmaps/mimeview_gpg_passed.xpm
1550         * src/pixmaps/mimeview_text_html.xpm
1551         * src/pixmaps/mimeview_image.xpm
1552                 o all icons the same size
1553
1554         * src/mimeview.[ch]
1555                 o mimeview ctree arranged vertically above the viewer
1556                 o icons changed to buttons
1557                 o can use keyboard to select an icon (Enter)
1558                 o resize icon list to width of icons
1559
1560         *  src/gtk/gtkvscrollbutton.c
1561                 o sensitivity of buttons reacts to position
1562
1563 2003-07-23 [christoph]  0.9.3claws45
1564
1565         * sync with 0.9.3cvs14 (incomplete)
1566                 see ChangeLog 2003-07-17
1567
1568 2003-07-23 [alfons]     0.9.3claws44
1569
1570         * src/folder.c
1571         * src/procmsg.h
1572                 sync with my local tree to restore some claws-only things
1573
1574 2003-07-23 [paul]       0.9.3claws43
1575
1576         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1577           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1578           src/Makefile.am
1579           src/mimeview.c
1580           src/procmime.h
1581           src/rfc2015.c
1582           src/stock_pixmap.[ch]
1583                 indicate missing keys and expired sigs/keys
1584                 in mime view column
1585
1586 2003-07-23 [paul]       0.9.3claws42
1587
1588         * src/compose.c
1589                 Redirect fixes: enable automatic account selection and
1590                 do not append signature to message on changing account
1591                 fixes Bug[s] #248
1592
1593 2003-07-23 [paul]       0.9.3claws41
1594
1595         * sync with 0.9.3cvs16
1596                 see ChangeLog 2003-07-23
1597
1598 2003-07-23 [alfons]     0.9.3claws40
1599
1600         * src/inc.c
1601                 give progress dialog a main window, and give it the first 
1602                 one (presumably the only one). fixes bug #247, "segfault on 
1603                 pop-before-smtp" 
1604
1605 2003-07-22 [alfons]     0.9.3claws39
1606
1607         * src/summaryview.c
1608                 shift-space scrolls up
1609
1610 2003-07-22 [paul]       0.9.3claws38
1611
1612         * sync with 0.9.3cvs15
1613                 see ChangeLog 2003-07-22
1614
1615 2003-07-20 [alfons]     0.9.3claws37
1616
1617         * src/compose.c
1618                 put menu inside #ifdef USE_ASPELL..#endif
1619
1620 2003-07-20 [christoph]  0.9.3claws36
1621
1622         * src/procmsg.c
1623                 fix wrong flags in MsgInfo returned by
1624                 procmsg_msginfo_get_full_info()
1625
1626         (closes Bug 221 Deleting messages from the Message View gives incorrect
1627          new/unread message counts in the folder view)
1628
1629         * src/plugins/spamassassin/spamassassin_gtk.c
1630                 add gettext macro for prefs page title
1631
1632 2003-07-20 [paul]       0.9.3claws35
1633
1634         * src/mimeview.c
1635                 redraw icon list on signature check
1636
1637 2003-07-20 [christoph]  0.9.3claws34
1638
1639         * src/Makefile.am
1640         * src/account.c
1641         * src/folder.[ch]
1642         * src/folder_item_prefs.[ch]            ** NEW **
1643         * src/folderview.c
1644         * src/mainwindow.c
1645         * src/mh.c
1646         * src/prefs_gtk.c
1647         * src/prefs_scoring.c
1648         * src/summaryview.c
1649         * src/prefs_folder_item.[ch]
1650                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1651                   Properties dialog
1652                 o use prefswindow for folder properties
1653
1654         * src/gtk/prefswindow.[ch]
1655                 change implementation to use an invisible notebook instead
1656                 of unparenting widgets
1657
1658 2003-07-20 [christoph]  0.9.3claws33
1659
1660         * src/compose.h
1661         * src/folder.c
1662         * src/folderview.h
1663         * src/headerview.h
1664         * src/prefs_filtering.h
1665         * src/prefs_folder_item.[ch]
1666         * src/procmime.h
1667         * src/procmsg.h
1668         * src/summaryview.h
1669                 clean up header mess
1670                 (always use 1. typedefs, 2. #includes, 3. structures)
1671
1672         * src/common/version.h.in
1673                 add casts for constants
1674
1675         * src/plugins/demo/demo.c
1676                 fix typo
1677
1678         * src/plugins/spamassassin/spamassassin.c
1679                 remove unused variable
1680
1681 2003-07-20 [alfons]     0.9.3claws32
1682
1683         * src/mimeview.c
1684                 o make icon buttons respond on left click
1685                 o minor cosmetic change
1686
1687 2003-07-19 [luke]       0.9.3claws31
1688
1689         * src/mimeview.[ch]
1690         * src/gtk/gtkvscrollbutton.c
1691         * src/messageview.c
1692                 o improved mimeview behaviour when selecting a new message
1693                 o plus code cleanups to remove compile warnings
1694
1695
1696 2003-07-19 [alfons]     0.9.3claws30
1697
1698         * src/procmsg.c
1699         * src/compose.c
1700         * src/common/utils.[ch]
1701                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1702
1703 2003-07-19 [alfons]     0.9.3claws29
1704
1705         * src/prefs_folder_item.c
1706                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1707                 string pointers
1708
1709 2003-07-19 [luke]       0.9.3claws28
1710
1711         * src/messageview.c
1712         * src/mimeview.[ch]
1713         * src/procmime.h
1714         * src/rfc2015.c
1715         * src/stock_pixmap.[ch]
1716         * src/gtk/Makefile.am
1717         * src/Makefile.am
1718         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1719         * src/pixmaps/mime_*.xpm                ** NEW **
1720                 o mimeview rearrangement with a new icon shortcut bar
1721
1722 2003-07-19 [alfons]     0.9.3claws27
1723
1724         * src/folderview.c
1725                 o plug leaking nodes_to_recollapse
1726                 o add folderview_recollapse_all_nodes() (not used yet)
1727
1728 2003-07-19 [alfons]     0.9.3claws26
1729
1730         * src/compose.c
1731         * src/common/utils.c
1732                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1733                 for both forwarding as replying
1734
1735 2003-07-18 [christoph]  0.9.3claws25
1736
1737         * configure.ac
1738         * src/common/sylpheed.[ch]
1739         * src/common/version.h.in
1740                 add version in numeric form to allow easy comparison
1741
1742         * src/plugins/demo/demo.c
1743                 add version check
1744                 - sylpheed version > plugin version => never allowed, sylpheed
1745                   could contain unknown API changes
1746                 - sylpheed version < minimum version required => don't load,
1747                   API required not available (if linking does not fail)
1748
1749 2003-07-18 [alfons]     0.9.3claws24
1750         
1751         * src/common/plugin.[ch]
1752                 const correctness
1753
1754 2003-07-18 [christoph]  0.9.3claws23
1755
1756         * src/common/hooks.c
1757                 fix crash when hooks where unregisted
1758
1759         * src/plugins/trayicon/trayicon.c
1760                 unregister detroy signal before destroying the widget
1761                 (still crashes when the plugin is unloaded)
1762
1763 2003-07-18 [alfons]     0.9.3claws22
1764         
1765         * src/folderview.c
1766                 delay expanding folder tree during drags until timeout triggered
1767                 (needs perhaps some tweaking, so testing is welcome)
1768
1769 2003-07-17 [alfons]     0.9.3claws21
1770
1771         * src/folderview.c
1772                 clean up cruft
1773
1774 2003-07-17 [christoph]  0.9.3claws20
1775
1776         * src/common/session.c
1777                 fix opening of SSL connections
1778
1779         * src/plugins/image_viewer/Makefile.am
1780                 add OPENSSL_CFLAGS (we should find a better solution to remove
1781                 this dependencies if they are not required)
1782
1783         * src/plugins/spamassassin/spamassassin.c
1784                 remove setlocale workaround (fixed in libspamc)
1785
1786         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1787          if spell checking enabled)
1788
1789 2003-07-17 [alfons]     0.9.3claws19
1790
1791         * src/common/hooks.[ch]
1792         * src/plugins/clamav/clamav_plugin.c
1793         * src/plugins/spamassassin/spamassassin.c
1794         * src/plugins/trayicon/trayicon.c
1795                 fix signedness muck 
1796
1797 2003-07-17 [alfons]     0.9.3claws18
1798
1799         * src/procmime.c
1800                 plug memleak
1801
1802 2003-07-17 [alfons]     0.9.3claws17
1803
1804         * src/inc.c
1805                 plug memleak
1806
1807 2003-07-17 [paul]       0.9.3claws16
1808
1809         * src/common/defs.h
1810           src/mainwindow.c
1811           src/manual.[ch]
1812                 add link to the Claws site's FAQ page, after the suggestion
1813                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1814                 Move url strings to defs.h
1815                 
1816         * src/mainwindow.c
1817                 fix typo to prevent "unknown menu entry" warnings
1818
1819 2003-07-17 [alfons]     0.9.3claws15
1820
1821         * src/folderview.[ch]
1822         * src/summaryview.[ch]
1823         * src/mimeview.[ch]
1824                 plug DnD leaks 
1825
1826 2003-07-17 [paul]       0.9.3claws14
1827
1828         * src/inc.c
1829                 remove two instances of 'GTK_EVENTS_FLUSH' because
1830                 they are unnecessary and probably cause a stack overflow
1831
1832 2003-07-16 [christoph]  0.9.3claws13
1833
1834         * src/mimeview.[ch]
1835                 use an invisible GTK notebook to switch between viewers
1836                 instead of reparenting widgets
1837
1838 2003-07-16 [christoph]  0.9.3claws12
1839
1840         * src/folder.c
1841                 move folder_item_update_freeze() to correct place in
1842                 folder_item_scan_full()
1843
1844 2003-07-16 [paul]       0.9.3claws11
1845
1846         * sync with 0.9.3cvs12
1847                 see ChangeLog 2003-07-14 and 2003-07-15
1848
1849 2003-07-16 [christoph]  0.9.3claws10
1850
1851         * src/imap.[ch]
1852         * src/prefs_account.[ch]
1853                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1854
1855 2003-07-15 [alfons]     0.9.3claws9
1856
1857         * src/main.c
1858                 make --config-dir do something useful
1859
1860 2003-07-15 [alfons]     0.9.3claws8
1861
1862         * src/procmsg.c
1863                 o fix a bug where 'last' didn't really point to the last message
1864                   in the top level list of children, but to the last threaded
1865                   message. 
1866                 
1867                 o clean up and make it easier to sync
1868
1869 2003-07-15 [alfons]     0.9.3claws7
1870
1871         * src/mainwindow.c
1872                 make correct menu items sensitive       
1873
1874 2003-07-14 [alfons]     0.9.3claws6
1875
1876         * src/procmsg.c
1877                 tune the threader so it will not subject-thread any message
1878                 without a subject prefix (this will not thread correctly if 
1879                 a parent is delivered after their childs, but it looks 
1880                 better right now)
1881
1882 2003-07-13 [christoph]  0.9.3claws5
1883
1884         * src/mainwindow.c
1885                 group "Add mailbox *..." menu items in submenu
1886
1887 2003-07-13 [alfons]     0.9.3claws4
1888
1889         * src/summaryview.c
1890                 correct summary_toggle_pressed() signature and make sure
1891                 signal is not passed on
1892
1893 2003-07-13 [alfons]     0.9.3claws3
1894
1895         * src/summaryview.c
1896                 o for now don't pass on keys when they we're handled by 
1897                   ctree::key_press_event
1898                 o clean up
1899
1900 2003-07-13 [alfons]     0.9.3claws2
1901         
1902         * src/main.c
1903                 add command line option "--config-dir" to get the current 
1904                 configuration dir
1905
1906 2003-07-12 [alfons]     0.9.3claws1
1907
1908         * src/matcher.[ch]
1909         * src/matcher_parser_parse.y
1910         * src/prefs_filtering.c
1911         * src/filtering.c
1912                 add "Lock" filter action to lock messages;
1913
1914         * src/filtering.c       
1915                 remove debug_print()    
1916         * src/prefs_filtering.c
1917                 re-organize matcher part 9: 
1918                 make action text entries easily extendible;
1919                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1920                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1921
1922 2003-07-12 [paul]
1923
1924         * tools/README
1925                 update old information and add missing
1926                 information
1927
1928 2003-07-12 [paul]       0.9.3claws
1929
1930         * 0.9.3claws released
1931         
1932 2003-07-12 [paul]       0.9.0claws103
1933
1934         * src/Makefile.am
1935                 add addrquery.h
1936
1937 2003-07-12 [melvin]     0.9.0claws102
1938
1939         * src/messageview.c
1940                 Fixed bug #215: Show MIME tab for single text/html messages. 
1941                 
1942 2003-07-12 [paul]       0.9.0claws101
1943
1944         * man/sylpheed.1
1945                 updated
1946
1947 2003-07-12 [paul]       0.9.0claws100
1948
1949         * po/es.po
1950           po/hr.po
1951           po/pl.po
1952           po/sr.po
1953                 update Spanish, Croatian, Polish, Serbian translations.
1954                 submitted by Ricardo Mones Lastra, Dragan, Witold
1955                 Wladyslaw Wojciech Wilk, Urke MMI
1956
1957 2003-07-12 [melvin]     0.9.0claws99
1958
1959         * po/fr.po
1960                 Updated French translations.
1961
1962 2003-07-12 [paul]       0.9.0claws98
1963
1964         * src/addressbook.c
1965                 disable 'Lookup' button as it has no effect
1966
1967 2003-07-11 [alfons]     0.9.0claws97
1968         
1969         * src/summaryview.c
1970                 summary_searchbar_pressed() should return TRUE to signal that
1971                 event was handled. when returning void, the return value passed
1972                 to GTK is actually random, but maybe FALSE, in which case the
1973                 event is handled by parent
1974                 
1975 2003-07-10 [paul]       0.9.0claws96
1976
1977         * ac/missing/gettext.m4
1978                 update to version 0.12
1979
1980 2003-07-10 [paul]       0.9.0claws95
1981
1982         * src/plugins/clamav/clamav_plugin.c
1983                 fix bug where multipart/alternative messages
1984                 would slip through without being scanned
1985
1986 2003-07-10 [christoph]  0.9.0claws94
1987
1988         * src/folder.c
1989                 correct check if folder supports removing when a message is
1990                 moved. if not the message is only copied.
1991
1992         (closes Bug 132 crash on startup in newsgroups folders)
1993
1994 2003-07-09 [alfons]     0.9.0claws93
1995
1996         * configure.ac
1997         * src/common/defs.h
1998                 --with-config-dir (default .sylpheed)
1999
2000 2003-07-09 [christoph]  0.9.0claws92
2001
2002         * configure.ac
2003                 use PKG_CHECK_MODULES to check for gtkmathview
2004                 (version 0.4.2 now required)
2005
2006 2003-07-08 [melvin]     0.9.0claws91
2007
2008         * src/action.c
2009                 Implemented a progress bar that counts the number of completed
2010                 tasks when the action runs more than one command.
2011
2012 2003-07-08 [alfons]     0.9.0claws90
2013
2014         * src/procmsg.c
2015                 if queued message has an invalid Message-Id, don't try to
2016                 find message it refers to (fixes #209 "crash when processing 
2017                 in folder")
2018
2019 2003-07-08 [paul]       0.9.0claws89
2020
2021         * sync with 0.9.3cvs2
2022                 see ChangeLog 2003-07-08
2023
2024 2003-07-08 [match]      0.9.0claws88
2025
2026         * src/ldapctrl.c
2027                 extend LDAP search for first/last name by parsing search term.
2028
2029 2003-07-08 [alfons]     0.9.0claws87
2030
2031         * src/send_message.c
2032                 fix bug #208 "Status message stuck when sending on POP3 account"
2033
2034 2003-07-07 [paul]       0.9.0claws86
2035
2036         * po/hr.po
2037                 new Croatian translation, submitted by
2038                 Dragan <drleskov@inet.hr>
2039
2040 2003-07-07 [paul]       0.9.0claws85
2041
2042         * sync with 0.9.3cvs1
2043                 see ChangeLog 2003-07-07
2044
2045 2003-07-05 [christoph]  0.9.0claws84
2046
2047         * src/Makefile.am
2048         * src/messageview.c
2049         * src/mimeview.[ch]
2050         * src/stock_pixmap.[ch]
2051         * src/pixmaps/messageview_text.xpm              ** NEW **
2052                 move mimeview tabs to the right side and use icons
2053                 instead of text to save some space
2054
2055         (patch by Luke Plant <lukeplant@softhome.net>)
2056
2057 2003-07-05 [christoph]  0.9.0claws83
2058
2059         * src/inc.c
2060                 add NULL pointer checks
2061
2062         (patch by Luke Plant <lukeplant@softhome.net>)
2063         (closes Bug 204 0.9.0 quits on authentication error?!)
2064
2065 2003-07-05 [alfons]     0.9.0claws82
2066
2067         * configure.ac
2068                 take the clue in bug #202 "./configure script - 
2069                 'if test' comparison failure" reported by John Kristoff. 
2070
2071 2003-07-04 [christoph]  0.9.0claws81
2072
2073         * src/plugins/spamassassin/spamassassin.c
2074                 set timeout for spam check
2075
2076 2003-07-04 [christoph]  0.9.0claws80
2077
2078         * src/main.c
2079                 destroy all FolderItems when shutting down to
2080                 allow folders to clean up
2081
2082 2003-07-04 [melvin]     0.9.0claws79
2083
2084         * src/gtk/gtkaspell.c
2085                 Fixed bug #184 "Entering non-ascii character deletes
2086                 previous char if spell checking enabled": this makes
2087                 the spell checking in multibytes (e.g. UTF-8)locales work.
2088                 (Patch by Luke Plant).
2089                 
2090 2003-07-04 [christoph]  0.9.0claws78
2091
2092         * sync with 0.9.2cvs1
2093                 see ChangeLog 2003-06-10
2094
2095 2003-07-04 [paul]       0.9.0claws77
2096
2097         * sync with 0.9.3 release
2098                 see ChangeLog 2003-07-04
2099
2100 2003-07-03 [christoph]  0.9.0claws76
2101
2102         * src/folder.[ch]
2103         * src/imap.c
2104         * src/mbox_folder.c
2105         * src/mh.c
2106         * src/news.c
2107                 move folder_item_get_path() stuff into a folder virtual function
2108
2109         * src/procmsg.c
2110                 use folder_item_fetch_msg() to get message and do not contruct
2111                 the filename from path and number
2112
2113 2003-07-03 [paul]       0.9.0claws75
2114
2115         * sync with 0.9.2cvs12
2116                 see ChangeLog 2003-07-03
2117
2118 2003-07-02 [paul]       0.9.0claws74
2119
2120         * src/messageview.c
2121                 fix text-selection for replying
2122
2123 2003-07-02 [paul]       0.9.0claws73
2124
2125         * sync with 0.9.2cvs11
2126                 see ChangeLog 2003-07-02
2127
2128 2003-07-02 [paul]       0.9.0claws72
2129
2130         * src/procmsg.c
2131                 revert last commit because it breaks more
2132                 than it fixes
2133
2134 2003-07-02 [paul]       0.9.0claws71
2135
2136         * src/procmsg.c
2137                 fix thread by subject/sort by date
2138
2139 2003-07-01 [paul]       0.9.0claws70
2140
2141         * sync with 0.9.2cvs10
2142                 see ChangeLog 2003-07-01
2143
2144 2003-06-30 [paul]       0.9.0claws69
2145
2146         * sync with 0.9.2cvs9
2147                 see ChangeLog 2003-06-30
2148
2149 2003-06-28 [match]      0.9.0claws68
2150
2151         * src/addressbook.c
2152                 fix null ptr.
2153
2154 2003-06-27 [paul]       0.9.0claws67
2155
2156         * sync with 0.9.2cvs7
2157                 see ChangeLog 2003-06-27
2158
2159 2003-06-26 [christoph]  0.9.0claws66
2160
2161         * src/folder.c
2162                 freeze folder updates while a folder is scanned
2163
2164         (closes Bug 185 New message counter)
2165
2166 2003-06-26 [darko]      0.9.0claws65
2167
2168         * src/ldapserver.c
2169                 fix infinite loop when adding a new LDAP server
2170
2171 2003-06-26 [paul]       0.9.0claws64
2172
2173         * sync with 0.9.2cvs6
2174                 see ChangeLog 2003-06-26
2175
2176 2003-06-26 [paul]       0.9.0claws63
2177
2178         * sync with 0.9.2cvs5
2179                 see ChangeLog 2003-06-25 and 2003-06-26
2180
2181 2003-06-25 [match]      0.9.0claws62
2182
2183         * src/addr_compl.c
2184                 Fixed tab/backtab for dropped-down completion list to
2185                 move next/previous field. (close bug 147)
2186
2187 2003-06-25 [christoph]  0.9.0claws61
2188
2189         * src/addr_compl.[ch]
2190         * src/addrindex.[ch]
2191         * src/folderview.c
2192         * src/inc.c
2193         * src/news.c
2194         * src/summaryview.c
2195         * src/toolbar.c
2196                 fix warnings
2197
2198 2003-06-25 [leandro]    0.9.0claws60
2199
2200         * src/compose.c
2201                 o cleanups
2202                 o gray out "Message/Remove references" menu item if not
2203                   replying to a message
2204
2205 2003-06-24 [leandro]    0.9.0claws59
2206
2207         * src/compose.[ch]
2208                 o removed "Message/Create new thread" menu item
2209                 o added "Message/Remove references" menu item
2210                   (it's off by default and will not check anymore
2211                    if the subject changed)
2212
2213 2003-06-23 [alfons]     0.9.0claws58
2214
2215         * src/procmsg.c
2216                 try better grouping messages threaded by subject based on their age.
2217                 still not perfect - because the message tree is not sorted by date.  
2218
2219 2003-06-23 [thorsten]   0.9.0claws57
2220
2221         * src/pop.[ch]
2222                 added mail_receive_hook to allow modifications
2223                 directly after retrieval (e.g. adding headers).
2224
2225 2003-06-23 [paul]       0.9.0claws56
2226
2227         * src/sourcewindow.c
2228                  enable the use of Ctrl+A to select all text in
2229                  the sourcewindow
2230                  Patch submitted by Ivan Francolin Martinez
2231                  <ivanfm@users.sourceforge.net>
2232
2233 2003-06-22 [christoph]  0.9.0claws55
2234
2235         * src/folder.[ch]
2236                 o add notification hook for folder tree changes
2237                 o invoke hooks after folder tree scanning
2238
2239         * src/folderview.[ch]
2240                 register hook for folder tree changes that
2241                 updates the ctree
2242
2243         (there are more places that should be updated, like add, remove 
2244          or move folder)
2245
2246         (closes Bug 164 Crash on rebuild folder tree)
2247         (closes Bug 190 Crash on 'rebuilding folder tree')
2248
2249 2003-06-21 [leandro]    0.9.0claws54
2250
2251         * src/compose.[ch]
2252                 create a new thread if subject changes
2253                 (it's on by default, can be disabled in Message menu)
2254
2255 2003-06-21 [alfons]     0.9.0claws53
2256
2257         * src/summaryview.c
2258                 quiet little compiler
2259
2260 2003-06-21 [christoph]  0.9.0claws52
2261
2262         update gettext stuff to version 0.12
2263
2264 2003-06-19 [alfons]     0.9.0claws51
2265
2266         * src/common/log.c
2267         * src/common/plugin.c
2268                 move defs.h before glib.h to prevent MIN/MAX redefs
2269
2270 2003-06-19 [alfons]
2271
2272         * src/addressbook.c
2273                 translatable
2274
2275 2003-06-19 [match]      0.9.0claws50
2276
2277         * src/addressbook.[ch]
2278         * src/addrindex.[ch]
2279         * src/addr_compl.[ch]
2280         * src/editldap.[ch]
2281         * src/editldap_basedn.[ch]
2282         * src/addritem.[ch]
2283         * src/ldapquery.h
2284                 re-implemented dynamic LDAP search. works without
2285                 slowdown on display sender with addressbook
2286                 option.
2287         * src/addrbook.c
2288                 documented code.
2289
2290 2003-06-19 [paul]       0.9.0claws49
2291
2292         * src/compose.c
2293                 fix Bug #136 'Nonprovided quotation marks crash claws'
2294                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2295
2296 2003-06-19 [alfons]     0.9.0claws48
2297
2298         * src/prefs_common.[ch]
2299         * src/procmsg.c
2300                 restrict threading by subject by checking thread for
2301                 age (prefs_common.thread_by_subject_max_age)
2302
2303 2003-06-18 [christoph]  0.9.0claws47
2304
2305         * src/imap.c
2306                 fix memory leak in imap_cmd_fetch()
2307
2308 2003-06-18 [christoph]  0.9.0claws46
2309
2310         * src/prefs_gtk.c
2311                 fix memory leak in prefs_set_default() when used multiple
2312                 times or after prefs have been read
2313
2314 2003-06-18 [christoph]  0.9.0claws45
2315
2316         * src/common/plugin.c
2317                 fix memory leak in plugin_unload()
2318
2319 2003-06-18 [christoph]  0.9.0claws44
2320
2321         * src/imap.c
2322                 fix memory leak in imap_cmd_ok()
2323
2324 2003-06-18 [christoph]  0.9.0claws43
2325
2326         * src/folder.c
2327                 stop messages that are downloaded from POP3 and added to
2328                 an IMAP inbox from being filtered twice (first by POP3
2329                 and again when IMAP folder is scaned to get the UID of
2330                 the APPEND operation when no UIDPLUS is available)
2331
2332 2003-06-18 [alfons]
2333
2334         * tools/Makefile.am
2335                 phoenix <- firebird     
2336
2337 2003-06-18 [paul]
2338
2339         * tools/launch_phoenix          ** REMOVED **
2340           tools/launch_firebird         ** NEW **
2341                 renamed and edited to reflect the browser's name change from
2342                 'phoenix' to 'firebird'
2343
2344 2003-06-18 [paul]       0.9.0claws42
2345
2346         * sync with 0.9.2cvs2
2347                 see ChangeLog 2003-06-16
2348
2349 2003-06-17 [alfons]     0.9.0claws41
2350
2351         * src/procmsg.c
2352                 prevent threading problems when a node is an ancestor (parent / great parent),
2353                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2354                 for finding an sample set of messages)
2355
2356 2003-06-16 [christoph]  0.9.0claws40
2357
2358         * src/main.c
2359                 don't popup main window on --receive or --receive-all
2360
2361         * src/mainwindow.[ch]
2362         * src/plugins/trayicon/trayicon.c
2363                 allow hiding of main window by clicking on the trayicon
2364                 (doesn't work correctly in seperate window mode and may
2365                  cause unexpected GTK problems I couldn't find yet)
2366
2367         * src/common/ssl.c
2368                 remove incorrect warning
2369
2370 2003-06-15 [alfons]     0.9.0claws39
2371
2372         * src/gtk/gtkstext.c
2373                 don't output debug text;
2374                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2375                 for pointing this out);
2376
2377 2003-06-14 [alfons]     0.9.0claws38
2378         
2379         * src/messageview.c
2380                 remove printf() and make one if..else comply with coding style
2381
2382 2003-06-14 [alfons]     0.9.0claws37
2383
2384         * AUTHORS
2385                 add Martin Wicke
2386         * src/action.c
2387         * src/messageview.[ch]
2388         * src/summaryview.c
2389                 apply patch #754162 "Quoting messages filtered by actions" submitted
2390                 by Martin Wicke, which allows quoting message body changed by an
2391                 action (Thanks!).
2392
2393 2003-06-13 [alfons]     0.9.0claws36
2394
2395         * src/utils.c
2396                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2397                 use case insensitive regexp (suggested by Ivan Martinez)
2398
2399 2003-06-13 [christoph]  0.9.0claws35
2400
2401         * configure.ac
2402         * src/plugins/trayicon/Makefile.am
2403         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2404         * src/plugins/trayicon/trayicon.c
2405         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2406         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2407         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2408         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2409         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2410         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2411                 replace my own EggTrayIcon backport with the backport
2412                 used by (l|x)mule and gabber.
2413
2414 2003-06-13 [alfons]     0.9.0claws34
2415
2416         * AUTHORS
2417         * src/common/utils.c
2418                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2419
2420 2003-06-13 [alfons]     0.9.0claws33
2421
2422         * src/compose.c
2423                 clean up a little bit
2424
2425 2003-06-12 [alfons]     0.9.0claws32
2426
2427         * src/compose.c
2428                 const correctness fix
2429
2430         * src/common/sylpheed.[ch]
2431                 () -> (void)
2432                 prevent redef MIN/MAX
2433                 
2434         * src/common/utils.[ch]
2435                 () -> (void)
2436
2437 2003-06-12 [melvin]     0.9.0claws31
2438
2439         * src/compose.c
2440                 Updated to take into accounts changes in GtkAspell.
2441
2442 2003-06-12 [alfons]     0.9.0claws30
2443
2444         * src/compose.c
2445         * src/procmsg.c
2446         * src/common/utils.[ch]
2447                 handle reply subject prefixes better (initial 
2448                 suggestion by Robert Story adapted and enhanced 
2449                 using regexps)
2450
2451 2003-06-12 [melvin]     0.9.0claws29
2452
2453         * src/compose.c
2454                 Use new gtkaspell_checkers_strerror() to get the speller's
2455                 error message instead of accessing the (now private)
2456                 checkers structure.
2457                 Minor code clean up
2458
2459         * src/main.c
2460                 Use #ifdef instead of #if for USE_ASPELL
2461                 Use the new spell checkers init/quit functions 
2462
2463         * src/gtk/gtkaspell.c
2464                 Use #ifdef instead of #if for USE_ASPELL
2465                 Moved in the majority of GtkAspell structures that were
2466                 exported before by gtkaspell.h
2467         
2468         * src/gtk/gktaspell.h
2469                 Made gtkaspell.h contain only the necessary data to be
2470                 publicized by moving many structures to gtkaspell.c.
2471                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2472                 gtkaspell_checkers_new(): replaced by...
2473                 gtkaspell_checkers_init(): new function for initialization
2474                 gtkaspell_checkers_delete(): replaced by...
2475                 gtkaspell_checkers_quit(): new function
2476                 gtkaspell_checkers_strerror(): new function that returns
2477                 the checker's last error message.
2478                 
2479 2003-06-11 [melvin]     0.9.0claws28
2480
2481         * po/POTFILES.in
2482                 Updated to take into account gtkaspell.c migration to
2483                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2484
2485 2003-06-10 [alfons]     0.9.0claws27
2486
2487         * src/filtering.[ch]
2488         * src/folder.c
2489         * src/matcher.c
2490         * src/scoring.[ch]
2491                 - try fixing bug #18 (any brave testers?)
2492                 - add more robustness by refusing previously 
2493                   unchecked NULL pointers 
2494
2495 2003-06-10 [alfons]     0.9.0claws26
2496
2497         * src/procmsg.c
2498                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2499
2500 2003-06-09 [alfons]     0.9.0claws25
2501
2502         * src/prefs_common.c
2503                 fix bug #163 "Icon switching doesnt work properly" by 
2504                 preventing early freeing of prefs_common.pixmap_theme_path.
2505
2506 2003-06-09 [christoph]  0.9.0claws24
2507
2508         * src/gtk/gtkaspell.c
2509                 revert Thorsten's fix and add forgotten g_strdup for
2510                 aspell path (it should not be possible to alter the path a
2511                 GtkASpell uses from outside)
2512
2513 2003-06-09 [thorsten]   0.9.0claws23
2514
2515         * src/gtk/gtkaspell.c
2516                 dont free prefs_common.aspell_path when closing compose
2517
2518 2003-06-08 [colin]      0.9.0claws22
2519
2520         * src/plugins/spamassassin/spamassassin.c
2521                 fix prefs types
2522
2523 2003-06-07 [christoph]  0.9.0claws21
2524
2525         * src/Makefile.am
2526         * src/compose.c
2527         * src/gtkaspell.[ch]            ** REMOVE **
2528         * src/gtk/Makefile.am
2529         * src/gtk/gtkaspell.[ch]        ** NEW **
2530                 o make gtkaspell independent from sylpheed's prefs
2531                 o move gtkaspell.[ch] to gtk directory
2532
2533 2003-06-07 [christoph]  0.9.0claws20
2534
2535         * src/Makefile.am
2536         * src/crash.c
2537         * src/export.c
2538         * src/filesel.[ch]              ** REMOVE **
2539         * src/folder.c
2540         * src/main.[ch]
2541         * src/common/sylpheed.[ch]
2542         * src/gtk/Makefile.am
2543         * src/gtk/filesel.[ch]          ** NEW **
2544         * src/gtk/pluginwindow.c
2545         * src/gtk/sslcertwindow.c
2546                 move filesel.[ch] to gtk directory
2547
2548 2003-06-07 [alfons]     0.9.0claws19
2549
2550         * src/filesel.c
2551                 make (multi) file selection dialog work again (Claws-only)
2552
2553 2003-06-07 [thorsten]   0.9.0claws18
2554
2555         * po/de.po
2556                 fix typos
2557
2558 2003-06-07 [alfons]     0.9.0claws17
2559
2560         * configure.ac
2561         * src/mimeview.c
2562                 detect apache mishap in which case don't include fnmatch.h
2563                 if regex.h is already included
2564
2565 2003-06-06 [christoph]  0.9.0claws16
2566
2567         * configure.ac
2568         * src/mimeview.h
2569                 add check for fnmatch.h and include it when available
2570
2571         * src/mimeview.[ch]
2572                 fix wrong case sensitivity of Content-Types
2573
2574         * src/gtk/Makefile.am
2575                 need the same include paths in gtk directory as in
2576                 common directory because .h files in common can
2577                 include files from these directories, when included
2578                 in gtk's .h or .c files
2579
2580 2003-06-06 [alfons]     0.9.0claws15
2581
2582         * src/mimeview.c
2583         * src/summaryview.c
2584                 make it compile again because of regex.h / fnmatch.h 
2585                 include problems (related to recent mime stuff, can
2586                 someone check this?)
2587
2588 2003-06-06 [thorsten]   0.9.0claws14
2589
2590         * src/folderview.c
2591                 possible use of uninitialized pointer while dragging
2592
2593 2003-06-06 [paul]       0.9.0claws13
2594
2595         * src/compose.c
2596                 fix bug where the insert sig button would be effective
2597                 only when auto_sig was set
2598
2599 2003-06-06 [paul]       0.9.0claws12
2600
2601         * sync with 0.9.2 release
2602
2603 2003-06-02 [paul]       0.9.0claws11
2604
2605         * sync with 0.9.1cvs1
2606                 see ChangeLog 2003-06-02
2607                 
2608         * po/de.po
2609                 update by Jens
2610
2611 2003-06-01 [christoph]  0.9.0claws10
2612
2613         * src/account.c
2614                 don't use substring search to find accounts by email address
2615
2616         (closes Bug 169 Overly loose matching of "From" address)
2617
2618 2003-05-31 [christoph]  0.9.0claws9
2619
2620         * doc-src/rfc2683.txt
2621         * src/imap.c
2622                 limit IMAP command length as recommended in RFC2683
2623                 (message number lists will be split into multiple imap
2624                 sets, the limit of 1000 octets is not a hard limit)
2625
2626         (closes Bug 161 sylpheed-claws exits with segfault when logging
2627          in to certain imap-servers)
2628
2629 2003-05-29 [alfons]     0.9.0claws8
2630
2631         * src/toolbar.[ch]
2632                 add print button (calling summary_print());
2633                 fine tune setting tooltip text;
2634                 (if someone needs other buttons, please take these 
2635                 commits as a guide, instead of bothering us - also
2636                 see 0.8.11claws150) 
2637
2638 2003-05-29 [darko]      0.9.0claws7
2639
2640         * src/compose.c
2641                 fix crash when word wrapping kicks in due to
2642                 changed text by spell checker
2643
2644 2003-05-29 [paul]       0.9.0claws6
2645
2646         * src/compose.c
2647                 fix bug where changing account would insert
2648                 sig even if auto_sig was FALSE
2649                 
2650         * ChangeLog
2651           ChangeLog.jp
2652           INSTALL
2653                 sync with 0.9.1 release
2654
2655 2003-05-28 [christoph]  0.9.0claws5
2656
2657         * src/imap.c
2658                 fix truncation of too long commands
2659
2660         (closes Bug 167 IMAP hangs trying to get envelope
2661          information in imap_get_uncached_messages)
2662
2663 2003-05-27 [paul]       0.9.0claws4
2664
2665         * tools/Makefile.am
2666           tools/maildir2sylpheed.pl     ** NEW FILE **
2667                 add kmail to sylpheed mailbox conversion script
2668
2669 2003-05-27 [paul]       0.9.0claws3
2670
2671         * sync with 0.9.0cvs10
2672                 see ChangeLog 2003-05-26
2673
2674 2003-05-26 [paul]       0.9.0claws2
2675
2676         * sync with 0.9.0cvs9
2677                 see ChangeLog 2003-05-26
2678
2679 2003-05-24 [paul]       0.9.0claws1
2680
2681         * sync with 0.9.0cvs8
2682                 see ChangeLog 2003-05-23
2683
2684 2003-05-24 [paul]       0.9.0claws
2685
2686         * version 0.9.0claws released
2687
2688 2003-05-24 [paul]       0.8.11claws177
2689
2690         * src/plugins/dillo-viewer/Makefile.am
2691           src/plugins/traycon/Makefile.am
2692                 add missing files
2693                 
2694         * po/bg.po
2695           po/en_GB.po
2696           po/es.po
2697           po/it.po
2698           po/pt_BR.po
2699           po/ru.po
2700           po/sr.po
2701                 update Bulgarian, British English, Spanish, Italian, 
2702                 Brazilian Portuguese, Russian, and Serbian translations, 
2703                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2704                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2705                 Ruslan N. Balkin, and Urke MMI
2706
2707 2003-05-23 [melvin]     0.8.11claws176
2708
2709         * po/fr.po
2710                 Updated French translations
2711
2712 2003-05-22 [paul]       0.8.11claws175
2713
2714         * src/Makefile.am
2715           src/addrbook.[ch]
2716           src/addrcache.[ch]
2717           src/addr_compl.[ch]
2718           src/adressbook.[ch]
2719           src/addrindex.[ch]
2720           src/addritem.[ch]
2721           src/editaddress.c
2722           src/editgroup.c
2723           src/editldap_basedn.c
2724           src/editldap.c
2725           src/jpilot.c
2726           src/vcard.c
2727                 revert to get ldap into it previous working state
2728                 
2729         * po/zh_TW.Big5.po
2730                 new Taiwanese translation,
2731                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2732
2733 2003-05-22 [christoph]  0.8.11claws174
2734
2735         * src/plugins/spamassassin/libspamc.[ch]
2736                 sync libspamc with SpamAssaain release 2.55
2737
2738 2003-05-22 [paul]       0.8.11claws173
2739
2740         * sync with 0.9.0cvs7
2741                 see ChangeLog 2003-05-22
2742                 
2743         * src/summaryview.c
2744                 revert change in 0.8.11claws172: follow
2745                 Hiroyuki's decision and that's the end of it.
2746
2747 2003-05-21 [paul]       0.8.11claws172
2748
2749         * src/summaryview.c
2750                 fix discrepency between open_unread_on_enter
2751                 and always_show_msg
2752
2753 2003-05-21 [paul]       0.8.11claws171
2754
2755         * sync with 0.9.0cvs6
2756                 see ChangeLog 2003-05-21
2757
2758 2003-05-21 [paul]       0.8.11claws170
2759
2760         * sync with 0.9.0cvs5
2761                 see ChangeLog 2003-05-21
2762
2763 2003-05-20 [paul]       0.8.11claws169
2764
2765         * sync with 0.9.0cvs4
2766                 see ChangeLog 2003-05-20
2767                 fixes bug #152, 'encoding of IMAP folders names'
2768
2769 2003-05-20 [paul]       0.8.11claws168
2770
2771         * sync with 0.9.0cvs3
2772                 see ChangeLog 2003-05-20
2773                 
2774         * src/tools/convert_mbox.pl
2775                 minor change in the comments, submitted by Fred Marton
2776
2777 2003-05-19 [paul]       0.8.11claws167
2778
2779         * src/plugins/clamav/Makefile.am
2780           configure.ac
2781                 link clamav_lib to the plugin and not to the main program
2782
2783 2003-05-19 [christoph]
2784
2785         * src/Makefile.am
2786                 add -export-dynamic for linking
2787
2788 2003-05-19 [paul]       0.8.11claws166
2789
2790         * sync with 0.9.0cvs1
2791                 see ChangeLog 2003-05-19
2792
2793 2003-05-19 [paul]       0.8.11claws165
2794
2795         * src/inc.c
2796                 fix 'pop before smtp' timeout
2797
2798 2003-05-18 [alfons]     0.8.11claws164
2799
2800         * src/prefs_matcher.c
2801                 put "execute" action command line ("expression") in edit box
2802
2803 2003-05-18 [christoph]  0.8.11claws163
2804
2805         * src/mimeview.[ch]
2806         * src/plugins/dillo_viewer/dillo_viewer.c
2807         * src/plugins/image_viewer/viewer.c
2808         * src/plugins/mathml_viewer/mathml_viewer.c
2809                 let a viewer have a list of Content-Types
2810
2811 2003-05-18 [paul]       0.8.11claws162
2812
2813         * src/prefs_filtering.c
2814                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2815                 and REDIRECT actions
2816
2817 2003-05-17 [christoph]
2818
2819         * README.claws
2820                 o remove dynamic signatures that was syned with main
2821                 o add infos about no longer "build in" image viewer
2822                 o update bugtracker URL
2823
2824 2003-05-17 [christoph]  0.8.11claws161
2825
2826         * src/folder.c
2827         * src/folderview.c
2828         * src/imap.c
2829                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2830                 for every folder after rebuilding the folder tree.
2831
2832         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2833          messages)
2834
2835 2003-05-17 [christoph]  0.8.11claws160
2836
2837         * src/imap.c
2838                 don't use STATUS command on current folder to check for
2839                 content changes. imap_cmd_ok() now tracks changes to
2840                 folder and number of existing messages.
2841
2842 2003-05-17 [paul]       0.8.11claws159
2843
2844         * src/plugins/clamav/clamav_plugin.c
2845                 remove unnecessary debug_print
2846
2847 2003-05-16 [thorsten]   0.8.11claws158
2848
2849         * src/plugins/demo.c
2850                 included missing intl.h
2851
2852 2003-05-16 [paul]       0.8.11claws157
2853
2854         * po/POTFILES.in
2855                 remove non-existant entries
2856         
2857         * src/plugins/clamav/clamav_plugin.c
2858           src/plugins/clamav/clamav_plugin_gtk.c
2859           src/plugins/dillo_viewer/dillo_prefs.c
2860           src/plugins/dillo_viewer/dillo_viewer.c
2861                 gettextise
2862
2863 2003-05-16 [christoph]  0.8.11claws156
2864
2865         * po/POTFILES.in
2866                 include plugin .c files for translation until I
2867                 find a better solution to have plugins have their
2868                 own textdomain
2869         * src/plugins/demo/demo.c
2870         * src/plugins/image_viewer/plugin.c
2871         * src/plugins/mathml_viewer/mathml_viewer.c
2872         * src/plugins/spamassassin/spamassassin.c
2873         * src/plugins/spamassassin/spamassassin_gtk.c
2874         * src/plugins/trayicon/trayicon.c
2875                 add gettext macros for plugin name and description
2876
2877 2003-05-16 [paul]
2878
2879         * sync with 0.9.0
2880
2881 2003-05-16 [paul]       0.8.11claws155
2882
2883         * sync with lastest 0.9.0pre1
2884                 see ChangeLog 2003-05-16
2885
2886 2003-05-15 [paul]       0.8.11claws154
2887
2888         * sync with latest 0.9.0pre1
2889                 see ChangeLog 2003-05-14 and 2003-05-15
2890
2891 2003-05-14 [christoph]  0.8.11claws153
2892
2893         * src/plugins/image_viewer/viewer.c
2894         * src/plugins/image_viewer/viewer.glade         ** NEW **
2895         * src/plugins/image_viewer/viewerprefs.c
2896                 make it possible to disable the autoload function in the
2897                 imageviewer again
2898
2899 2003-05-14 [christoph]  0.8.11claws152
2900
2901         * src/folder.c
2902                 fix folder update after adding a message
2903
2904 2003-05-13 [alfons]     0.8.11claws151
2905
2906         * src/common/session.c
2907                 remove debug traces
2908                 
2909         * src/addrcache.[ch]
2910         * src/filtering.[ch]
2911         * src/folder.[c]
2912         * src/gtkaspell.[ch]
2913         * src/imap.[ch]
2914         * src/mbox_folder.[ch]
2915         * src/mh.[ch]
2916         * src/mimeview.h
2917         * src/msgcache.[ch]
2918         * src/news.[ch]
2919         * src/passphrase.[ch]
2920         * src/prefs_common.[ch]
2921         * src/prefs_gtk.[ch]
2922         * src/procmsg.c
2923         * src/scoring.[ch]
2924                 be pedantic; (in prototypes () implies (int))
2925
2926 2003-05-13 [alfons]     0.8.11claws150
2927
2928         * src/prefs_toolbar.[ch]
2929         * src/summaryview.[ch]
2930         * src/toolbar.[ch]
2931                 change misleading text in toolbar prefs;
2932                 add toolbar action for ignore thread (toggles ignore thread flag);
2933                 clean up a little bit;
2934
2935 2003-05-12 [paul]
2936
2937         * tools/convert_mbox.pl
2938                 bug fixed by Fred Marton
2939
2940 2003-05-12 [paul]
2941
2942         * sync with 0.9.0pre1
2943
2944 2003-05-09 [paul]       0.8.11claws149
2945
2946         * sync with 0.8.11cvs43
2947                 see ChangeLog 2003-05-09
2948
2949 2003-05-08 [christoph]  0.8.11claws148
2950
2951         * src/imap.[ch]
2952                 o use CAPABILIY as first command and check for PREAUTH
2953                   information in the response to it
2954                 o rewrite all imap_cmd_* functions to use an IMAPSession
2955                   instead of a SockInfo as parameter
2956                 o do STARTTLS after fetching and checking the server
2957                   capabilities
2958
2959 2003-05-08 [paul]       0.8.11claws147
2960
2961         * tools/Makefile.am
2962           tools/README
2963           tools/convert_mbox.pl         ** NEW FILE **
2964                 add mbox conversion script. Submitted by 
2965                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2966
2967 2003-05-07 [christoph]
2968
2969         * doc-src/glade.txt
2970         * src/gtk/pluginwindow.glade
2971         * src/plugins/image_viewer/viewerprefs.glade
2972         * src/plugins/spamassassin/spamassassin_gtk.glade
2973                 add glade files for user interfaces and a description how
2974                 to use glade to create the sylpheed code
2975
2976 2003-05-07 [paul]       0.8.11claws146
2977
2978         * sync with 0.8.11cvs41
2979                 see ChangeLog 2003-05-07
2980
2981 2003-05-06 [christoph]  0.8.11claws145
2982
2983         * src/main.c
2984         * src/plugins/image_viewer/viewer.c
2985                 fix usage of imlib in imageviewer plugin
2986
2987         * src/gtk/prefswindow.c
2988                 handle window close event correctly
2989
2990 2003-05-06 [paul]       0.8.11claws144
2991
2992         * src/common/ssl.c
2993                 fix typo introduced in sync
2994
2995 2003-05-06 [paul]       0.8.11claws143
2996
2997         * sync with 0.8.11cvs39
2998                 see ChangeLog 2003-05-06
2999
3000 2003-05-06 [paul]       0.8.11claws142
3001
3002         * AUTHORS
3003           po/cs.po
3004                 updated Czech translation, submitted by 
3005                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3006                 
3007         * src/plugins/clamav/clamav_plugin_gtk.c
3008                 clean up
3009
3010 2003-05-03 [alfons]     0.8.11claws141
3011
3012         * src/compose.[ch]
3013                 make paste as quotation work even when the call to 
3014                 text_inserted() was deferred (fixes bug #140 "Paste 
3015                 as quotation does not work when using "external" 
3016                 clipboard")
3017
3018 2003-05-03 [thorsten]   0.8.11claws140
3019
3020         * src/addrquery.h
3021           src/ldapquery.h
3022           src/mainwindow.c
3023                 removed C++ comments
3024         * src/addr_compl.c
3025                 function with non-int retval/param used before
3026                 implementation/declaration
3027
3028 2003-05-02 [paul]       0.8.11claws139
3029
3030         * src/addr_compl.[ch]
3031           src/addressbook.[ch]
3032           src/addrindex.c
3033           src/summaryview.c
3034                 revert match's changes to (finally) remove the bug where
3035                 opening a folder causes massive slowdown when using the 
3036                 'Display sender using address book' option
3037
3038 2003-05-01 [melvin]     0.8.11claws138
3039
3040         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3041         * src/plugins/dillo_viewer/dillo_viewer.c
3042                 Fixed bug where "Cancel" button from prefs issued
3043                 warnings.
3044                 Comply a little more to coding style
3045
3046 2003-05-01 [paul]       0.8.11claws137
3047
3048         * sync with 0.8.11cvs38
3049                 see ChangeLog 2003-05-01
3050
3051 2003-05-01 [paul]       0.8.11claws136
3052
3053         * po/bg.po
3054                 updated by George Danchev
3055
3056 2003-04-30 [christoph]  0.8.11claws135
3057
3058         * src/plugins/dillo_viewer/dillo_prefs.c
3059         * src/plugins/image_viewer/viewerprefs.c
3060         * src/plugins/spamassassin/spamassassin_gtk.c
3061                 remove gtk_widget_ref() calls for widgets in
3062                 glade code
3063
3064 2003-04-30 [paul]       0.8.11claws134
3065
3066         * src/addrindex.c
3067                 ok, this time a better fix for the bug where opening folder
3068                 has massive slowdown when using the 'Display sender using 
3069                 address book' option
3070
3071 2003-04-30 [paul]       0.8.11claws133
3072
3073         * src/addrindex.c
3074                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3075         
3076 2003-04-30 [melvin]     0.8.11claws132
3077
3078         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3079
3080         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3081                 Preferences for the dillo plugin
3082         * src/plugins/dillo_viewer/dillo_viewer.c
3083                 Support for preferences
3084         * src/plugins/dillo_viewer/Makefile.am
3085                 Added dillo_prefs.[ch]
3086
3087 2003-04-30 [alfons]     0.8.11claws131
3088
3089         * src/common/plugin.[ch]
3090                 see? this ANSI C'fication immediately gives us type
3091                 checking for free.
3092
3093 2003-04-30 [alfons]     0.8.11claws130
3094
3095         * src/common/plugin.[ch]
3096         * src/plugins/clamav/clamav_plugin.[ch]
3097         * src/plugins/clamav/clamav_plugin_gtk.c
3098         * src/plugins/demo/demo.c
3099         * src/plugins/dillo_viewer/dillo_viewer.c
3100         * src/plugins/image_viewer/plugin.c
3101         * src/plugins/image_viewer/viewer.[ch]
3102         * src/plugins/image_viewer/viewerprefs.[ch]
3103         * src/plugins/mathml_viewer/mathml_viewer.c
3104         * src/plugins/spamassassin/spamassassin.[ch]
3105         * src/plugins/spamassassin/spamassassin_gtk.c
3106         * src/plugins/trayicon/trayicon.c
3107                 clean up
3108
3109 2003-04-30 [alfons]     0.8.11claws129
3110
3111         * src/common/utils.c
3112                 make is_ascii_str() fail gracefully when NULL pointer
3113                 is passed
3114
3115 2003-04-30 [paul]       0.8.11claws128
3116
3117         * src/addrindex.c
3118                 fix bug where opening folder has massive slowdown when
3119                 using the 'Display sender using address book' option
3120
3121 2003-04-30 [paul]       0.8.11claws127
3122
3123         * src/plugins/clamav/clamav_plugin.c
3124           src/plugins/clamav/clamav_plugin_gtk.c
3125           src/plugins/demo/demo.c
3126           src/plugins/dillo_viewer/dillo_viewer.c
3127           src/plugins/image_viewer/plugin.c
3128           src/plugins/mathml_viewer/mathml_viewer.c
3129           src/plugins/spamassassin/spamassassin.c
3130           src/plugins/spamassassin/spamassassin_gtk.c
3131           src/plugins/trayicon/trayicon.c
3132                 get rid of eye-hurting function signatures
3133
3134 2003-04-30 [paul]       0.8.11claws126
3135
3136         * src/plugins/trayicon/trayicon.c
3137                 add description
3138                 
3139         * src/mimeview.c
3140                 be more descriptive
3141
3142 2003-04-30 [paul]       0.8.11claws125
3143
3144         * configure.ac
3145                 arrange the plugins in reverse alphabetical order
3146                 
3147         * src/plugins/clamav/clamav_plugin.[ch]
3148           src/plugins/clamav/clamav_plugin_gtk.c
3149                 rename some params
3150                 resize max_size window
3151                 re-arrange the order of some gui elements
3152                 improve descriptions
3153         
3154         * src/plugins/image_viewer/plugin.c
3155           src/plugins/mathml_viewer/mathml_viewer.c
3156                 add descriptions
3157                 
3158         * src/plugins/spamassassin/spamassassin_gtk.c
3159                 resize max_size window
3160                 re-arrange the order of some gui elements
3161                 
3162         * src/messageview.c
3163           src/mimeview.c
3164                 correct typos
3165
3166 2003-04-30 [alfons]     0.8.11claws124
3167
3168         * src/imap.c
3169                 fix a leak found while browsing Martin Kluge's 
3170                 valgrind log (Claws only)
3171
3172 2003-04-29 [darko]      0.8.11claws123
3173
3174         * src/gtk/gtkstext.h
3175                 include wchar.h if it is available, fixes compilation
3176                 on HP-UX systems
3177
3178 2003-04-29 [melvin]     0.8.11claws122
3179
3180         * src/prefs_actions.c
3181                 Improved help text of Actions' syntax
3182
3183 2003-04-28 [paul]       0.8.11claws121
3184
3185         * src/action.c
3186                 a better fix for the crash when performing an action
3187                 on a mime part
3188
3189 2003-04-28 [paul]       0.8.11claws120
3190
3191         * src/action.c
3192                 fix crash when performing an action on a
3193                 mime part
3194
3195 2003-04-28 [paul]       0.8.11claws119
3196
3197         * sync with 0.8.11cvs36
3198                 see ChangeLog 2003-04-28
3199
3200 2003-04-27 [paul]       0.8.11claws118
3201
3202         * more sync with 0.8.11cvs35
3203                 see ChangeLog 2003-04-25
3204
3205 2003-04-26 [christoph]  0.8.11claws117
3206
3207         * src/folder.c
3208                 fix remove virtual check
3209
3210 2003-04-26 [paul]       0.8.11claws116
3211
3212         * src/messageview.c
3213                 fix return-receipt, make it work again
3214
3215 2003-04-26 [paul]       0.8.11claws115
3216
3217         * src/mimeview.c
3218                 restore double-clicking of the [application/pgp-signature 
3219                 (Select "Check signature" to check)] line in the message view,
3220                 broken in recent sync
3221
3222 2003-04-26 [christoph]  0.8.11claws114
3223
3224         * src/folder.c
3225                 check if remove virtual really exists before
3226                 calling the function
3227
3228 2003-04-25 [match]      0.8.11claws113
3229
3230         * src/addrindex.c
3231         * src/addrbook.c
3232         * src/ldapquery.[ch]
3233         * src/ldapctrl.[ch]
3234                 fix memleak.
3235         * src/ldapserver.[ch]
3236                 fix memleak. fix segfault.
3237                 plug a Claws memleak
3238
3239 2003-04-25 [alfons]     0.8.11claws112
3240
3241         * src/folder.c
3242                 plug a Claws memleak
3243
3244 2003-04-25 [alfons]     0.8.11claws111
3245
3246         * src/common/session.c
3247                 plug a memleak
3248
3249 2003-04-25 [paul]       0.8.11claws110
3250
3251         * sync with 0.8.11cvs35
3252                 see ChangeLog 2003-04-24 and 2003-04-25
3253                 
3254         * src/gtk/pluginwindow.c
3255                 correct another strange float value
3256
3257 2003-04-24 [christoph]  0.8.11claws109
3258
3259         * src/folder.c
3260                 freeze folder item updates when unsetting new flags
3261
3262         * src/gtk/pluginwindow.c
3263                 correct strange float value
3264
3265 2003-04-23 [paul]       0.8.11claws108
3266
3267         * sync with 0.8.11cvs33
3268                 see ChangeLog 2003-04-23
3269
3270 2003-04-22 [paul]       0.8.11claws107
3271
3272         * src/Makefile.am
3273           src/messageview.c
3274           src/mimeview.c
3275           src/pgptext.[ch]      ** REMOVED **
3276                 remove pgptext.[ch] as its not used any more
3277
3278 2003-04-22 [paul]       0.8.11claws106
3279
3280         * sync with 0.8.11cvs31
3281                 see ChangeLog 2003-04-21 and 2003-04-22
3282
3283 2003-04-21 [alfons]     0.8.11claws105
3284
3285         * src/main.c
3286                 No access to GTK structures if we're a spawned child
3287                 (and clean up code a little bit...) Should fix #126.
3288
3289 2003-04-21 [melvin]     0.8.11claws104
3290
3291         * src/plugins/dillo_viewer/README
3292                 Improved slightly the text.
3293
3294 2003-04-21 [melvin]     0.8.11claws103
3295
3296         * src/plugins/dillo_viewer/README *** NEW ***
3297                 Added a README file for the Dillo plugin
3298
3299 2003-04-20 [paul]
3300
3301         * tools/README
3302           tools/outlook2sylpheed.pl
3303                 updated and improved by Ricardo Mones Lastra
3304
3305 2003-04-18 [oliver]     0.8.11claws102
3306
3307         * src/inc.c 
3308         * src/prefs_account.h
3309                 remove Pop3SessionType (used by selective download)
3310         * src/prefs_toolbar.c
3311                 enable set Default Toolbar button
3312
3313 2003-04-18 [paul]       0.8.11claws101
3314
3315         * sync with 0.8.11cvs29
3316                 see ChangeLog 2003-04-18
3317
3318 2003-04-17 [paul]       0.8.11claws100
3319
3320         * src/prefs_common.[ch]
3321           src/summaryview.c
3322                 remove 'Open next message on deletion' option,
3323                 as the same effect can now be achieved via the
3324                 'Always open messages in summary when selected'
3325                 option.
3326
3327 2003-04-17 [paul]       0.8.11claws99
3328
3329         * sync with 0.8.11cvs28
3330                 see ChangeLog 2003-04-17
3331
3332 2003-04-17 [christoph]  0.8.11claws98
3333
3334         * ac/spamassassin.m4
3335         * src/plugins/spamassassin/libspamc.[ch]
3336         * src/plugins/spamassassin/utils.[ch]
3337                 sync libspamc with SpamAssassin project
3338
3339 2003-04-17 [christoph]  0.8.11claws97
3340
3341         * src/common/socket.h
3342         * src/gtk/sslcertwindow.h
3343                 rename old USE_SSL to USE_OPENSSL
3344
3345 2003-04-17 [paul]       0.8.11claws96
3346
3347         * src/prefs_common.h
3348                 use gulong for P_COLOR so that it compiles/runs on
3349                 64-bit systems. Patch submitted by James Noyes
3350                 <jnoyes-claws@retrogeeks.com>
3351                 
3352         * po/de.po
3353                 updated by Jens
3354
3355 2003-04-17 [paul]       0.8.11claws95
3356
3357         * sync with 0.8.11cvs27
3358                 see ChangeLog 2003-04-16
3359
3360 2003-04-15 [paul]       0.8.11claws94
3361
3362         * src/prefs_common.[ch]
3363                 rearrange to stop the window getting too long:
3364                         move Receive dialog stuff to Receive tab
3365                         move Send dialog to Send tab
3366                         remove Dialogs frame
3367                 rename 'Open messages in summary with cursor keys' to
3368                 'Always open messages in summary when selected', as its
3369                 more appropriate
3370
3371 2003-04-15 [paul]       0.8.11claws93
3372
3373         * src/prefs_common.[ch]
3374           src/summaryview.c
3375                 add new option '/Interface/Open next message on deletion'
3376
3377 2003-04-15 [paul]       0.8.11claws92
3378
3379         * src/summaryview.[ch]
3380                 add /Mark/Lock and /Mark/Unlock to the pop-up
3381                 menu. Patch submitted by Ivan Francolin Martinez
3382                 <ivanfm@users.sourceforge.net>
3383
3384 2003-04-15 [paul]       0.8.11claws91
3385
3386         * sync with 0.8.11cvs24
3387                 see ChangeLog 2003-04-15
3388
3389 2003-04-14 [jens]       0.8.11claws90
3390
3391         * updated German translation and some corrections from
3392                 Roland Bless <bless@tm.uka.de>
3393
3394 2003-04-14 [paul]       0.8.11claws89
3395
3396         * sync with 0.8.11cvs22
3397                 see ChangeLog 2003-04-14
3398
3399 2003-04-13 [paul]       0.8.11claws88
3400
3401         * src/plugins/clamav/clamav_plugin.c
3402                 fix memory leaks
3403                 clean up
3404
3405 2003-04-12 [paul]       0.8.11claws87
3406
3407         * src/plugins/clamav/clamav_plugin.c
3408                 activate enable/disable archive scanning option
3409                 
3410         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3411
3412 2003-04-12 [paul]       0.8.11claws86
3413
3414         * src/plugins/Makefile.am
3415           src/plugins/clamav/Makefile.am                ** NEW FILE **
3416           src/plugins/clamav/README                     ** NEW FILE ** 
3417           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3418           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3419                 add Clam AntiVirus plugin
3420
3421 2003-04-12 [paul]       0.8.11claws85
3422
3423         * sync with 0.8.11cvs21
3424                 see ChangeLog 2003-04-11
3425
3426 2003-04-11 [paul]       0.8.11claws84
3427
3428         * po/es.po
3429                 update Spanish translation. Submitted by Ricardo
3430                 Mones Lastra.
3431
3432 2003-04-10 [christoph]  0.8.11claws83
3433
3434         * src/mbox.c
3435                 fix typo that did not move unfiltered mails to destination
3436                 folder
3437
3438         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3439          when filtering from spool)
3440
3441 2003-04-10 [christoph]  0.8.11claws82
3442
3443         * src/imap.c
3444                 use BODY.PEEK instead of BODY in in message fetch operation
3445                 to make sure the IMAP server does not set the \Seen flag for
3446                 messages. Sylpheed does that later itself, when the message
3447                 is opened in sylpheed
3448
3449         (closes Bug 111 Claws destroys unread marks)
3450
3451 2003-04-09 [oliver]     0.8.11claws81
3452         
3453         * src/folder.c
3454                 fix crash in folder_destroy
3455         * README.claws
3456                 remove selective download
3457
3458 2003-04-09 [christoph]  0.8.11claws80
3459
3460         * src/imap.c
3461                 fix crash in imap_get_msginfo() when then fetched message
3462                 is not found
3463
3464         (closes Bug 110 Crash during mail composition)
3465
3466 2003-04-08 [christoph]  0.8.11claws79
3467
3468         * src/folder.c
3469         * src/prefs_account.c
3470                 Filter new messages that are found in an INBOX folder
3471                 when 'Filter messages on receiving' is enabled in the
3472                 Folder's AccountPrefs. This allows to use Sylpheed's
3473                 filtering engine for IMAP folders where messages are
3474                 added to the INBOX by a MTA
3475
3476 2003-04-08 [paul]       0.8.11claws78
3477
3478         * src/procmsg.h
3479                 clean up after last commit
3480
3481 2003-04-08 [paul]       0.8.11claws77
3482
3483         * sync with 0.8.11cvs20
3484                 see ChangeLog 2003-04-07 and 2003-04-08
3485
3486 2003-04-07 [christoph]  0.8.11claws76
3487
3488         * src/filtering.[ch]
3489         * src/inc.[ch]
3490         * src/mbox.c
3491         * src/procmsg.[ch]
3492                 add procmsg_msginfo_filter() to execute filtering actions
3493
3494 2003-04-06 [christoph]  0.8.11claws75
3495
3496         * src/imap.c
3497                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3498
3499 2003-04-06 [christoph]  0.8.11claws74
3500
3501         * src/common/utils.[ch]
3502                 add g_int_compare() function for slist sorting
3503
3504         * src/imap.c
3505                 fetch all MsgInfos with one command in imap_get_msginfos()
3506                 using an imap set with a list of ranges
3507
3508         * src/news.c
3509                 use new g_int_compare() function
3510
3511 2003-04-06 [thorsten]   0.8.11claws73
3512
3513         * src/mh.c
3514                 corrected implementation of mh_folder_destroy()
3515
3516 2003-04-05 [christoph]  0.8.11claws72
3517
3518         * src/account.c
3519         * src/folder.[ch]
3520         * src/folderview.c
3521         * src/imap.c
3522         * src/inc.c
3523         * src/main.c
3524         * src/mainwindow.c
3525         * src/mbox_folder.c
3526         * src/mh.c
3527         * src/mimeview.h
3528         * src/msgcache.[ch]
3529         * src/news.c
3530         * src/procmime.h
3531         * src/procmsg.[ch]
3532         * src/setup.c
3533         * src/gtk/gtkutils.c
3534                 o rename structure field names class and new to klass and
3535                   new_msgs, to allow including files in C++
3536                 o add 'extern "C"' block to some header files
3537                 o add MsgInfoList and MsgNumberList as alias for GSList for
3538                   developers to know what type of list is expected
3539
3540         * src/plugins/image_viewer/plugin.c
3541         * src/plugins/image_viewer/viewer.[ch]
3542         * src/plugins/image_viewer/viewerprefs.[ch]
3543                 rename function names to prevent conflicts
3544
3545 2003-04-05 [paul]       0.8.11claws71
3546
3547         * sync with 0.8.11cvs18
3548                 see ChangeLog 2003-04-03 and 2003-04-04
3549
3550 2003-04-02 [christoph]  0.8.11claws70
3551
3552         * src/folder.[ch]
3553         * src/imap.[ch]
3554         * src/mbox_folder.[ch]
3555         * src/mh.[ch]
3556         * src/news.[ch]
3557                 o Make all virtual folder functions private
3558                 o remove unused folder code
3559
3560         * src/common/socket.[ch]
3561         * src/summaryview.c
3562                 fix warnings
3563
3564 2003-03-30 [alfons]     0.8.11claws69
3565
3566         * src/send_message.c
3567                 remove two debug traces and see if people still report
3568                 errors
3569
3570 2003-03-30 [alfons]     0.8.11claws68
3571
3572         * src/send_message.c
3573         * src/commons/session.c
3574                 add more debug traces
3575
3576 2003-03-30 [christoph]  0.8.11claws67
3577
3578         * src/folder.c
3579                 change processing folder name from .processing to processing
3580
3581         * src/common/ssl.c
3582                 disable SSL certificate check because it causes Xlib error
3583                 when the child process want's to open an GTK window
3584
3585 2003-03-30 [christoph]  0.8.11claws66
3586
3587         * src/folder.c
3588                 don't use default folder for processing folder item because
3589                 it can be a non local folder
3590
3591         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3592
3593 2003-03-30 [alfons]     0.8.11claws65
3594
3595         * src/send_message.c
3596                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3597                 to generate bad code for 'send_send_data_progressive': When
3598                 called from 'send_send_data_finished', the 'data' pointer is
3599                 cleared just before the assignment to the dialog pointer
3600
3601 2003-03-29 [christoph]  0.8.11claws64
3602
3603         * src/common/prefs.h
3604         * src/plugins/image_viewer/Makefile.am
3605         * src/plugins/image_viewer/plugin.c
3606         * src/plugins/image_viewer/viewer.[ch]
3607         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3608                 add PrefsPage for ImageViewer
3609
3610 2003-03-28 [thorsten]   0.8.11claws63
3611
3612         * src/common/session.c
3613                 added some comments
3614
3615 2003-03-28 [paul]       0.8.11claws62
3616
3617         * sync with 0.8.11cvs16
3618                 see ChangeLog 2003-03-28
3619
3620 2003-03-28 [paul]       0.8.11claws61
3621
3622         * sync with 0.8.11cvs15
3623                 see ChangeLog 2003-03-28
3624
3625 2003-03-27 [christoph]  0.8.11claws60
3626
3627         * src/folder.c
3628         * src/imap.c
3629         * src/common/socket.[ch]
3630                 set socket state to DISCONNECTED when any operation
3631                 fails to allow reconnecting in IMAP code without
3632                 checking the return code of all calls to the command
3633                 functions
3634
3635         * src/folderview.c
3636         * src/summaryview.c
3637                 remove some more stuff that depends on specific
3638                 folder types
3639
3640 2003-03-27 [paul]       0.8.11claws59
3641
3642         * sync with 0.8.11cvs14
3643                 see ChangeLog 2003-03-27
3644                 
3645         * src/selective_download.[ch]   ** REMOVED **
3646                 really removed
3647
3648 2003-03-27 [christoph]  0.8.11claws58
3649
3650         * src/folder.c
3651                 fix handling of tmp_flags in flag copy function
3652
3653 2003-03-27 [paul]       0.8.11claws57
3654
3655         * sync with 0.8.11cvs13
3656                 see ChangeLog 2003-03-27
3657
3658 2003-03-27 [oliver]     0.8.11claws56
3659
3660         * src/maiwindow.c
3661                 remove sel_download_cb
3662
3663 2003-03-27 [oliver]     0.8.11claws55
3664         
3665         * src/inc.c
3666                 remove POP3_TOP
3667         
3668 2003-03-26 [oliver]     0.8.11claws54
3669
3670         *src/pop.h
3671                 remove POP3_TOP*
3672         * README.claws
3673                 remove selective donwload readme
3674
3675 2003-03-26 [oliver]     0.8.11claws53
3676         * src/matcher.[ch]
3677         * src/matcher_parser_parse.y 
3678         * src/pop.c 
3679         * src/prefs_account.[ch]
3680         * src/prefs_filtering.c
3681                 remove selective donwload
3682
3683 2003-03-26 [oliver]     0.8.11claws52
3684
3685         * src/inc.[ch] 
3686         * src/filtering.c 
3687         * src/mainwindow.c 
3688                 remove selective donwload
3689
3690 2003-03-26 [oliver]     0.8.11claws51
3691         
3692         * src/Makefile.am
3693         * src/selective_download.[ch]   ** REMOVE **    
3694
3695 2003-03-26 [christoph]  0.8.11claws50
3696
3697         * src/news.c
3698                 fix NEWS that got broken by a sync with sylpheed-main
3699
3700 2003-03-26 [christoph]  0.8.11claws49
3701
3702         * src/mimeview.c
3703                 fix mime type guessing when no mime type is found for a file
3704
3705 2003-03-25 [christoph]  0.8.11claws48
3706
3707         * src/mimeview.c
3708         * src/procmime.c
3709                 remove mime type guessing from mime parser and use
3710                 name based mime types in viewer lookup for mime type
3711                 application/octet-stream
3712
3713 2003-03-25 [christoph]  0.8.11claws47
3714
3715         * doc-src/readme.txt
3716         * doc-src/rfc2554.txt
3717                 add RFC about SMTP AUTH
3718
3719         * src/send_message.c
3720         * src/common/smtp.[ch]
3721                 add extra error code for authentication errors and
3722                 clear temporary password when this error occurs
3723
3724         (closes Bug 84 authentication failure while sending should
3725          prompt for password again)
3726
3727 2003-03-25 [christoph]  0.8.11claws46
3728
3729         * configure.ac
3730         * src/Makefile.am
3731         * src/imageview.[ch]                            ** REMOVE **
3732         * src/messageview.[ch]
3733         * src/mimeview.[ch]
3734         * src/prefs_common.[ch]
3735         * src/textview.c
3736         * src/plugins/Makefile.am
3737         * src/plugins/image_viewer/.cvsignore           ** NEW **
3738         * src/plugins/image_viewer/Makefile.am          ** NEW **
3739         * src/plugins/image_viewer/plugin.c             ** NEW **
3740         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3741                 move image viewer into a plugin (building is enabled by default)
3742                 [ToDo: Prefs for resize and autoview]
3743
3744 2003-03-25 [paul]       0.8.11claws45
3745
3746         * sync with 0.8.11cvs12
3747                 see ChangeLog 2003-03-26
3748
3749 2003-03-25 [paul]       0.8.11claws44
3750
3751         * sync with 0.8.11cvs11
3752                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3753                 
3754         Note: Selective Download is broken.
3755                 
3756 2003-03-22 [christoph]  0.8.11claws43
3757
3758         * src/folder.c
3759                 code cleanup for flags copying
3760
3761 2003-03-22 [christoph]  0.8.11claws42
3762
3763         * src/plugins/trayicon/trayicon.c
3764                 fix setting the transparent area when the window size
3765                 is forced by the system tray
3766
3767 2003-03-22 [christoph]  0.8.11claws41
3768
3769         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3770         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3771         * src/plugins/trayicon/newmail.xpm              ** NEW **
3772         * src/plugins/trayicon/nomail.xpm               ** NEW **
3773         * src/plugins/trayicon/trayicon.c
3774         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3775                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3776                 o add icon for unread mails
3777                 o set transparency for window
3778
3779 2003-03-22 [christoph]  0.8.11claws40
3780
3781         * src/news.c
3782                 init news session to prevent crash when session is closed
3783
3784 2003-03-22 [christoph]  0.8.11claws39
3785
3786         * src/imap.c
3787         * src/common/session.[ch]
3788                 Init session data to make sure we don't have invalid pointers
3789                 for read_ch and write_ch when new multi process sessions are
3790                 not used
3791
3792         * src/main.c
3793         * src/common/plugin.c
3794         * src/common/sylpheed.c
3795         * src/plugins/demo/demo.c
3796         * src/plugins/dillo_viewer/dillo_viewer.c
3797         * src/plugins/mathml_viewer/mathml_viewer.c
3798         * src/plugins/spamassassin/spamassassin.c
3799         * src/plugins/spamassassin/spamassassin_gtk.c
3800                 add plugin types to allow loading plugins at different times
3801                 (and maybe for different frontends), because it's not good to
3802                 load GTK-Plugins gefore gtk_init was called
3803
3804         * configure.ac
3805         * src/plugins/Makefile.am
3806         * src/plugins/trayicon/.cvsignore               ** NEW **
3807         * src/plugins/trayicon/Makefile.am              ** NEW **
3808         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3809         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3810         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3811         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3812         * src/plugins/trayicon/trayicon.c               ** NEW **
3813                 New Trayicon plugin that shows an icon in a systray that uses
3814                 XEMBED protocol like Gnome's systray. Icon shows if there
3815                 are new mails and a tooltip shows information about new,
3816                 unread and total messages.
3817
3818 2003-03-22 [paul]       0.8.11claws38
3819
3820         * src/common/smtp.c
3821                 fix ESMTP AUTH CRAM-MD5
3822                 [sync with main (still version 0.8.11cvs6), see
3823                  ChangeLog 2003-03-22]
3824
3825 2003-03-21 [colin]      0.8.11claws37
3826
3827         * src/send_message.c
3828                 Fix USE_SSL => USE_OPENSSL
3829
3830 2003-03-21 [colin]      0.8.11claws36
3831
3832         * src/folderview.c
3833                 Fix counts in drag and dropped subfolders
3834
3835 2003-03-21 [colin]      0.8.11claws35
3836
3837         * src/folder.c 
3838         * src/folderview.c
3839                 speed up a bit folder dnd
3840
3841 2003-03-20 [alfons]     0.8.11claws34
3842
3843         * src/main.c
3844         * src/toolbar.c
3845         * src/procmsg.c
3846                 don't send locked queue messages
3847                 (feature request "[ 705245 ] Locking message in outbox 
3848                  should prevent sending")
3849
3850 2003-03-20 [christoph]  0.8.11claws33
3851
3852         * src/folder.c
3853                 remove NEW and UNREAD flag in special folders when scanning
3854                 
3855         * src/common/smtp.c
3856                 fix ESMTP AUTH CRAM-MD5
3857
3858 2003-03-20 [paul]       0.8.11claws32
3859
3860         * src/prefs_account.c
3861                 Re-write 'Tunnel command to open connection' as
3862                 'Use command to communicate with server', and disable
3863                 it for all except IMAP accounts
3864
3865 2003-03-20 [paul]       0.8.11claws31
3866
3867         * sync with 0.8.11cvs6
3868                 see ChangeLog 2003-03-20
3869
3870 2003-03-19 [match]      0.8.11claws30
3871
3872         * src/addritem.[ch]
3873                 include documentation. minor refactoring.
3874         * src/addr_compl.[ch]
3875         * src/addrindex.[ch]
3876         * src/addresbook.[ch]
3877         * src/summaryview.c
3878                 re-enable address lookup (was disabled in
3879                 0.8.11claws20).
3880
3881 2003-03-19 [christoph]  0.8.11claws29
3882
3883         * src/procmsg.c
3884                 add temp flag handling, will make moving and copying
3885                 messages possible again
3886
3887         * src/folder.c
3888                 correct calulation of folder stats
3889
3890 2003-03-18 [match]      0.8.11claws28
3891
3892         * src/editgroup.h
3893                 remove case sensitive comparison (closes bug 80).
3894
3895 2003-03-18 [christoph]  0.8.11claws27
3896
3897         * src/imap.c
3898                 fix imap using a tunnel command
3899
3900         (closes bug 87)
3901
3902 2003-03-18 [christoph]  0.8.11claws26
3903
3904         * src/folder.[ch]
3905         * src/imap.c
3906         * src/procmsg.[ch]
3907                 rewrite flag handling for folders
3908
3909 2003-03-18 [christoph]  0.8.11claws25
3910
3911         * src/folder.c
3912         * src/procmsg.c
3913         * src/summaryview.c
3914                 unset NEW and UNREAD flags when message is ignored, to make
3915                 sure messages don't show up as unread on other IMAP clients,
3916                 because the IGNORE_THREAD flag can not be syncronized through
3917                 the IMAP folder
3918
3919 2003-03-17 [christoph]  0.8.11claws24
3920
3921         * src/imap.c
3922                 don't use recursion to fetch uids when the number of messages
3923                 does not match. Moved code into subfunction that is used
3924                 again when needed, to prevent an endless loop.
3925
3926 2003-03-17 [thorsten]   0.8.11claws23
3927
3928         * src/imageview.[ch]
3929                 export imageview_get_resized_size() (for plugins)
3930         * src/prefs_common.[ch]
3931                 added prefs_common_get() (for plugins)
3932
3933 2003-03-17 [christoph]  0.8.11claws22
3934
3935         * src/imap.c
3936                 o remove UID guessing from copy code
3937                 o support UIDPLUS extension for APPEND command
3938
3939 2003-03-17 [paul]       0.8.11claws21
3940
3941         * src/gtk/about.c
3942                 remove 'Compiled-plugins' section.
3943                 
3944         * src/plugins/dillo_viewer/dillo_viewer.c
3945                 slight change to description text
3946
3947 2003-03-16 [match]      0.8.11claws20
3948         * src/ldapserver.[ch]           ** NEW **
3949         * src/ldapctrl.[ch]             ** NEW **
3950         * src/ldapquery.[ch]            ** NEW **
3951         * src/ldaputil.[ch]             ** NEW **
3952         * src/addrcindex.[ch]           ** NEW **
3953         * src/addrquery.h               ** NEW **
3954         * src/addritem.[ch]
3955         * src/addrcache.[ch]
3956         * src/addrindex.[ch]
3957         * src/addr_compl.[ch]
3958         * src/addressbook.[ch]
3959         * src/addrbook.[ch]
3960         * src/editgroup.c
3961         * src/editaddress.c
3962         * src/editldap.c
3963         * src/editldap_basedn.c
3964         * src/vcard.c
3965         * src/jpilot.c
3966         * src/Makefile.am
3967                 included dynamic LDAP queries. improved address
3968                 completion.
3969
3970 2003-03-16 [paul]       0.8.11claws19
3971
3972         * tools/multiwebsearch.pl
3973                 fix a fatal typo
3974
3975 2003-03-16 [christoph]  0.8.11claws18
3976
3977         * src/mimeview.c
3978         * src/plugins/dillo_viewer/dillo_viewer.c
3979         * src/plugins/mathml_viewer/mathml_viewer.c
3980                 make unregistering of MimeViewerFactorys possible
3981
3982 2003-03-16 [alfons]     0.8.11claws17
3983
3984         * configure.ac
3985                 correct typo
3986
3987 2003-03-16 [melvin]     0.8.11claws16
3988
3989         * src/plugins/dillo_viewer.c
3990                 Fixed bug where it was not possible to view more than
3991                 one text/html attachment per message (bug discovered
3992                 by Christoph Hohmann).
3993
3994 2003-03-15 [melvin]     0.8.11claws15
3995
3996         * src/prefs_actions.c
3997                 Fixed compilation warnings.
3998
3999 2003-03-15 [melvin]     0.8.11claws14
4000
4001         * src/plugins/Makefile.am
4002         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4003         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4004         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4005                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4006                 newer (http://dillo.auriga.wearlab.de/).
4007
4008 2003-03-15 [christoph]  0.8.11claws13
4009
4010         * src/imap.c
4011                 don't query imap folder for attributes because we already
4012                 for them from imap_status
4013
4014         * src/mimeview.[ch]
4015                 add support for plugable MimeViewers (unloading Viewers
4016                 not yet complete)
4017
4018         * src/plugins/Makefile.am
4019         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4020         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4021         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4022                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4023                 widget from http://helm.cs.unibo.it/mml-widget/
4024
4025 2003-03-14 [christoph]  0.8.11claws12
4026
4027         * src/folder.[ch]
4028                 o error return code's should better be negative
4029                 o replace printf with debug_print
4030
4031         * src/imap.c
4032                 improve IMAP folder scan by checking UID-NEXT
4033
4034         * src/summaryview.c
4035                 remove check that are unnecessary in my opinion
4036
4037 2003-03-13 [christoph]  0.8.11claws11
4038
4039         * src/folder.[ch]
4040         * src/foldersel.c
4041         * src/folderview.c
4042         * src/imap.c
4043         * src/mbox_folder.c
4044         * src/mh.c
4045         * src/news.c
4046         * src/prefs_scoring.c
4047         * src/summaryview.c
4048                 use a common function to get a displayable name
4049                 for a FolderItem
4050
4051 2003-03-13 [paul]       0.8.11claws10
4052
4053         * tools/Makefile.am
4054           tools/README
4055           tools/multiwebsearch.conf     ** NEW FILE **
4056           tools/multiwebsearch.pl       ** NEW FILE **
4057                 add multiwebsearch Actions script
4058
4059 2003-03-13 [colin]      0.8.11claws9
4060
4061         * src/compose.c
4062                 Remove leading emtpy lines from quoted text
4063                 before quoting it
4064
4065 2003-03-13 [melvin]     0.8.11claws8
4066
4067         * src/prefs_actions.c
4068                 Fixed a memory leak
4069                 Code clean ups
4070                 Added Cancel and OK buttons
4071                 Corrected help text
4072
4073 2003-03-13 [christoph]  0.8.11claws7
4074
4075         * src/account.c
4076         * src/folder.[ch]
4077         * src/imap.c
4078         * src/mainwindow.c
4079         * src/mbox_folder.c
4080         * src/mh.c
4081         * src/news.c
4082         * src/setup.c
4083                 replace more folder type stuff with folder class stuff
4084
4085 2003-03-13 [melvin]     0.8.11claws6
4086
4087         * src/prefs_actions.c
4088                 Added new tokens:
4089                 %u: user provided argument
4090                 %h: user provided argument (hidden on input)
4091                 %s: current text selection in the message view 
4092
4093 2003-03-13 [paul]       0.8.11claws5
4094
4095         * sync with 0.8.11cvs5
4096                 see ChangeLog 2003-03-11, 2003-03-12
4097
4098 2003-03-12 [christoph]  0.8.11claws4
4099
4100         * src/folder.c
4101                 use folder class idstr when writing folderlist.xml
4102
4103         * src/folder.h
4104         * src/imap.c
4105         * src/news.c
4106                 replace folder type checks with folder class checks
4107
4108 2003-03-12 [christoph]  0.8.11claws3
4109
4110         * src/folder.[ch]
4111         * src/imap.[ch]
4112         * src/main.c
4113         * src/mbox_folder.[ch]
4114         * src/mh.[ch]
4115         * src/news.[ch]
4116                 o create a list of known folder classes in the folder system
4117                 o use folder class id strings for folder item identifiers
4118
4119 2003-03-12 [christoph]  0.8.11claws2
4120
4121         * src/imap.c
4122                 fix imap uid validity check
4123
4124 2003-03-12 [christoph]  0.8.11claws1
4125
4126         * src/account.c
4127         * src/folder.[ch]
4128         * src/foldersel.c
4129         * src/folderview.c
4130         * src/imap.c
4131         * src/mainwindow.c
4132         * src/mbox_folder.c
4133         * src/mh.c
4134         * src/news.c
4135         * src/prefs_scoring.c
4136         * src/procmsg.c
4137         * src/setup.c
4138         * src/summaryview.c
4139                 initial restructuring of folder system, seperating
4140                 folders and folder classes
4141
4142 2003-03-12 [paul]       0.8.11claws
4143
4144         0.8.11claws release
4145
4146 2003-03-12 [christoph]
4147
4148         * src/gtk/prefswindow.c
4149                 fix translation of "Page Index"
4150
4151 2003-03-12 [paul]       0.8.10claws110
4152
4153         a sync from 0.8.11cvs4 before the release
4154
4155         * src/common/utils.c
4156                 subject_compare_for_sort(): allow null strings (fixes
4157                 summary sorting).
4158
4159 2003-03-11 [paul]       0.8.10claws109
4160
4161         * po/es.po
4162                 update Spanish translation, submitted by
4163                 Ricardo Mones Lastra
4164
4165 2003-03-11 [melvin]     0.8.10claws108
4166
4167         * po/fr.po
4168                 Updated French translations
4169
4170 2003-03-11 [paul]       0.8.10claws107
4171
4172         * manual/en/Makefile.am
4173           manual/en/*.html
4174                 update English manual, add a new page
4175                 updated by Francois Barriere <fbarriere@atmel.fr>
4176                 
4177         * po/bg.po
4178           po/it.po
4179           po/sr.po
4180                 update Bulgarian, Italian, and Serbian translations
4181                 submitted by George Danchev, Alessandro Maestri, and
4182                 Urke MMI
4183
4184 2003-03-10 [paul]       0.8.10claws106
4185
4186         * src/gtk/about.c
4187           src/gtk/prefswindow.c
4188                 make some strings translatable
4189
4190 2003-03-10 [darko]      0.8.10claws105
4191
4192         * src/compose.c
4193                 code cleanup to make Hiro happy
4194
4195 2003-03-10 [paul]       0.8.10claws104
4196
4197         * sync with 0.8.11cvs2
4198                 see ChangeLog 2003-03-10
4199
4200 2003-03-09 [melvin]     0.8.10claws103
4201
4202         * src/textview.c
4203                 textview_set_font(): fix for message display in
4204                 UTF-8 locales (thanks to Sergey Vlasov).
4205                 (was unintentionnaly reverted in 0.8.6claws6)   
4206
4207 2003-03-08 [darko]      0.8.10claws102
4208
4209         * src/compose.c
4210                 fix infinite loop in wrapping as reported
4211                 by happycactus
4212                 obsoletes patch #696482
4213
4214 2003-03-08 [christoph]  0.8.10claws101
4215
4216         * src/imap.c
4217                 add workaround for IMAP servers that do not
4218                 support the "UID SEARCH UID" command
4219
4220 2003-03-07 [christoph]  0.8.10claws100
4221
4222         * src/plugins/spamassassin/spamassassin.[ch]
4223         * src/plugins/spamassassin/spamassassin_gtk.c
4224                 code cleanup
4225
4226 2003-03-07 [paul]       0.8.10claws99
4227
4228         * po/es.po
4229                 updated Spanish translation, submitted by
4230                 Ricardo Mones Lastra
4231
4232 2003-03-07 [christoph]  0.8.10claws98
4233
4234         * src/send.c
4235                 fix in 0.8.10claws94 was wrong
4236                 local delivery does not require escaping, remove escaping
4237                 code to make signatures of mails with "." lines valid
4238                 
4239                 NOTE: requires that sendmail is executed with "-i" option,
4240                       what is the default now, but has to be changed in all
4241                       exsiting accounts)
4242
4243 2003-03-07 [paul]       0.8.10claws97
4244
4245         * sync with 0.8.11 release
4246                 see ChangeLog 2003-03-07
4247
4248 2003-03-06 [paul]       0.8.10claws96
4249
4250         * src/compose.c
4251                 revert commit 0.8.10claws92
4252
4253 2003-03-06 [paul]       0.8.10claws95
4254
4255         * src/folderview.c
4256                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4257
4258         * src/gtkaspell.c
4259                 fix bug 74, 'Crash opening editor window with pseudo-color
4260                 display'
4261                 
4262         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4263
4264 2003-03-06 [christoph]  0.8.10claws94
4265
4266         * src/send.c
4267                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4268                 all lines starting with a period get an extra period
4269                 inserted
4270                 (found by Simon 'corecode' Schubert)
4271
4272 2003-03-06 [paul]       0.8.10claws93
4273
4274         * src/folderview.c
4275                 if configured font can't be loaded fall back to gtk
4276                 default. (with thanks to Christoph)
4277                 
4278                 closes long-standing bug 15 'Crashes on startup'
4279
4280 2003-03-06 [paul]       0.8.10claws92
4281
4282         * src/compose.c
4283                 freeze text before autosave and thaw afterwards
4284                 fixes bug 67 'autosave make re-rediting message crazy'
4285
4286 2003-03-06 [christoph]  0.8.10claws91
4287
4288         * src/compose.c
4289                 ignore address comment in dupe check for Cc-list
4290
4291         (closes reopened bug 47 Replying to message strips name part of
4292          e-mail addresses of Cc: lines)
4293
4294 2003-03-06 [paul]       0.8.10claws90
4295
4296         * src/Makefile.am
4297                 remove reference to gtkxtext.h as its no longer in
4298                 the repository
4299
4300 2003-03-06 [paul]       0.8.10claws89
4301
4302         * sync with 0.8.10cvs25
4303                 see ChangeLog 2003-03-06
4304
4305 2003-03-06 [oliver]     0.8.10claws88
4306         
4307         * src/messageview.c
4308                 remove include
4309
4310 2003-03-06 [oliver]     0.8.10claws87
4311         
4312         * src/folderview.c 
4313                 remove changes introduced inclaws74
4314         * src/messageview.c
4315                 another attempt to sanely delete and update
4316                 messages deleted in separate messageview
4317
4318 2003-03-05 [christoph]  0.8.10claws86
4319
4320         * src/summaryview.c
4321                 check if "From" matches any account's address if
4322                 addressbook completion of addresses is disabled too
4323
4324         (closes Bug 70 "Display recipient in from" doesn't check
4325          folder's default account)
4326
4327 2003-03-05 [christoph]  0.8.10claws85
4328
4329         * src/compose.c
4330         * src/common/utils.[ch]
4331                 don't strip address comments when building Cc lists
4332
4333         (closes Bug 47 Replying to message strips name part of e-mail addresses
4334          of Cc: lines)
4335
4336         * src/folder.c
4337                 fix return value of copy function
4338
4339 2003-03-05 [christoph]  0.8.10claws84
4340
4341         * src/imap.c
4342                 don't ask imap server for non rfc822 headers
4343
4344         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4345
4346         * src/imap.c
4347                 destroy session on socket error to allow reconnecting
4348
4349 2003-03-05 [christoph]  0.8.10claws83
4350
4351         * configure.ac
4352                 fix building with gnome when no prefix is set
4353
4354         (closes bug 66 Gnome directory is set to NONE)
4355
4356 2003-03-05 [paul]       0.8.10claws82
4357
4358         * sync with 0.8.10cvs23
4359                 see ChangeLog 2003-03-05
4360
4361 2003-03-04 [christoph]  0.8.10claws81
4362
4363         * src/folder.c
4364                 o fix moving and copying when folder returns 0 for new
4365                   message number
4366                 o remove some code for single message copy and move
4367                   operations and use functions for multiple messages
4368
4369         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4370
4371         * src/news.c
4372                 remove unused include
4373
4374 2003-03-04 [paul]       0.8.10claws80
4375
4376         * src/gtk/about.c
4377                 list 'Compiled plugins'
4378
4379 2003-03-03 [christoph]  0.8.10claws79
4380
4381         * src/news.[ch]
4382                 have to multiply the percentage of the current fetch with
4383                 the percentage that it has of the total fetch operation
4384                 for correct values
4385
4386 2003-03-03 [christoph]  0.8.10claws78
4387
4388         * src/news.c
4389                 fix calculation of expected lines for progress indicator
4390
4391 2003-03-03 [christoph]  0.8.10claws77
4392
4393         * src/summaryview.c
4394         * src/common/utils.c
4395                 fix segfault when opening the root news folder
4396
4397 2003-03-03 [christoph]  0.8.10claws76
4398
4399         * src/mainwindow.[ch]
4400         * src/common/Makefile.am
4401         * src/common/progressindicator.[ch]
4402                 add UI independent progress indicator handling
4403
4404         * src/news.[ch]
4405                 use new progress indicator for message info fetching
4406
4407         * src/common/hooks.h
4408                 code cleanup
4409
4410 2003-03-03 [oliver]     0.8.10claws75
4411
4412         * src/toolbar.c
4413         * src/compose.c
4414                 removed commented code
4415
4416 2003-03-03 [oliver]     0.8.10claws74
4417
4418         * src/toolbar.[ch]
4419                 cleanups and refactoring
4420         * src/compose.[ch]
4421                 compose_reply_mode reply & forwarding interface for
4422                 toolbar buttons
4423         * src/folderview.c
4424                 act on messages marked for deletion in folderview_selected
4425                 based on prefs_common.immediate_exec since a message might 
4426                 have been deleted by messageview in a folder we are changing 
4427                 to (does anybody understand what I'm on about ?)
4428
4429 2003-03-03 [oliver]     0.8.10claws73
4430         
4431         * src/messageview.[ch]
4432                 new functions
4433                 - messageview_delete: delete message shown in messagview
4434                 - messageview_update_view: update messageview to currently 
4435                   selected summaryview message
4436                 - add separate messageview to msgview_list in order to update 
4437                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4438         * src/summaryview.[ch]
4439                 summary_get_selection returns a list of selected msgs
4440                 in summaryview
4441         * src/mainwindow.c
4442                 toolbar reply refactoring
4443
4444 2003-03-03 [paul]       0.8.10claws72
4445
4446         * sync with 0.8.10cvs21
4447                 see ChangeLog 2003-03-03
4448
4449 2003-03-02 [christoph]  0.8.10claws71
4450
4451         * src/common/passcrypt.c
4452                 use POSIX includes
4453
4454 2003-03-02 [christoph]  0.8.10claws70
4455
4456         * configure.ac
4457         * src/prefs_account.c
4458         * src/prefs_gtk.[ch]
4459         * src/common/.cvsignore
4460         * src/common/Makefile.am
4461         * src/common/passcrypt.c                ** NEW **
4462         * src/common/passcrypt.h.in             ** NEW **
4463                 Implement password encryption in config files
4464                 using unix encrypt and setkey functions. The crypt
4465                 key can be set as a configure parameter. Old
4466                 passwords will be converted if they do not begin
4467                 with '!'
4468
4469 2003-03-02 [paul]       0.8.10claws69
4470
4471         * src/prefs_account.c
4472                 fix compile error
4473
4474 2003-03-01 [thorsten]   0.8.10claws68
4475
4476         * po/el.po
4477           po/hr.po
4478           po/it.po
4479           po/nl.po
4480           po/sr.po
4481           po/sv.po
4482                 corrected format strings
4483         * po/en_GB.po
4484                 corrected headers
4485                 (fix compile errors with GNU gettext-0.11.5)
4486
4487 2003-03-01 [oliver]     0.8.10claws67
4488
4489         * src/summaryview.c
4490                 menu callbacks call toolbar_menu_reply
4491
4492 2003-03-01 [oliver]     0.8.10claws66
4493
4494         * src/mainwindow.c
4495         * src/messageview.c
4496                 menu callbacks call toolbar_menu_reply
4497         * src/toolbar.[ch]
4498                 callbacks from menu handled by toolbar_menu_reply
4499
4500 2003-03-01 [paul]       0.8.10claws65
4501
4502         * src/addressbook.c
4503                 revert commit 0.8.10claws54 - breaks editing of
4504                 addressbook.
4505                 
4506         * po/bg.po
4507                 update Bulgarian translation, submitted by
4508                 George Danchev
4509
4510 2003-02-28 [christoph]  0.8.10claws64
4511
4512         * src/account.c
4513         * src/addressadd.c
4514         * src/compose.c
4515         * src/gtkaspell.c
4516         * src/gtkxtext.h                ** REMOVE **
4517         * src/imap.c
4518         * src/matcher.[ch]
4519         * src/mh.c
4520         * src/news.c
4521         * src/pine.c
4522         * src/prefs_common.c
4523         * src/prefs_matcher.c
4524         * src/procheader.[ch]
4525         * src/procmsg.[ch]
4526         * src/toolbar.c
4527         * src/common/ssl_certificate.c
4528         * src/gtk/colorlabel.c
4529         * src/gtk/menu.c
4530                 o fix warnings
4531                 o remove code obsoleted by new cache and folder system rework
4532
4533 2003-02-28 [oliver]     0.8.10claws63
4534         
4535         * src/toolbar.[ch]
4536                 * fix bug where reply in Messageview replied to 
4537                 Message displayed in summaryview
4538                 (reportedd via ML by chinatinte at gmx dot ch)
4539                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4540                 didn't work in separate MessageView Toolbar
4541                 (wondering if anybody uses this at all ?)
4542         * src/summaryview.[ch]
4543                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4544                 (generalize reply and forward code);
4545         * src/messageview.c 
4546                 remove focus_in event which updated summaryview to messageview
4547
4548 2003-02-28 [paul]       0.8.10claws62
4549
4550         * po/Makefile.in.in
4551                 add the --check option
4552                 Patch submitted by Ricardo Mones Lastra
4553
4554 2003-02-28 [paul]       0.8.10claws61
4555
4556         * src/prefs_account.c
4557                 re-order 'Signature' items
4558
4559 2003-02-28 [paul]       0.8.10claws60
4560
4561         * sync with 0.8.10cvs20
4562                 see ChangeLog 2003-02-28
4563
4564 2003-02-28 [paul]       0.8.10claws59
4565
4566         * po/POTFILES.in
4567                 update to reflect recent movement of files
4568
4569 2003-02-28 [paul]       0.8.10claws58
4570
4571         * sync with 0.8.10cvs19
4572                 see ChangeLog 2003-02-28
4573
4574 2003-02-27 [martin]     0.8.10claws57
4575
4576         * src/prefs_matcher.c 
4577                 fix segfault in prefs_matcher_ok() when the
4578                 last entry is deleted and prevents that the
4579                 message "entry not saved" comes up after deleting
4580                 an entry
4581
4582 2003-02-27 [martin]     0.8.10claws56
4583
4584         * src/prefs_filtering.c 
4585                 fix segfault in prefs_filtering_ok() when the
4586                 last entry is deleted and prevents that the
4587                 message "entry not saved" comes up after deleting
4588                 an entry
4589
4590 2003-02-27 [paul]       0.8.10claws55
4591
4592         * sync with 0.8.10cvs18
4593                 see ChangeLog 2003-02-27
4594
4595 2003-02-27 [paul]       0.8.10claws54
4596
4597         * src/addressbook.c
4598                 fix bug where the address book crashes with 
4599                 multiple lookups.
4600                 Patch [687729] submitted by David Frager 
4601                 <dbfrager@users.sourceforge.net>
4602
4603 2003-02-25 [christoph]  0.8.10claws53
4604
4605         * src/Makefile.am
4606         * src/colorlabel.[ch]           ** REMOVE **
4607         * src/gtk/Makefile.am
4608         * src/gtk/colorlabel.[ch]       ** NEW **
4609                 move colorlabel files to gtk directory
4610
4611         * src/esmtp.[ch]                ** REMOVE **
4612                 has been merged into smtp.[ch] in 0.7.5
4613
4614 2003-02-25 [christoph]  0.8.10claws52
4615
4616         * src/Makefile.am
4617         * src/about.[ch]                ** REMOVE **
4618         * src/gtk/Makefile.am
4619         * src/gtk/about.[ch]            ** NEW **
4620                 move about files to gtk directory
4621
4622 2003-02-25 [christoph]  0.8.10claws51
4623
4624         * src/folder.c
4625                 some code optimization of folder scanning code
4626
4627         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4628
4629 2003-02-25 [christoph]  0.8.10claws50
4630
4631         * src/main.c
4632         * src/common/sylpheed.c
4633                 add command line parameter parsing to common code
4634
4635 2003-02-24 [christoph]
4636
4637         * Makefile.am
4638         * configure.ac
4639                 fix gnome prefix problems, the configure script now removed
4640                 `gnome-config --prefix` from `gnome-config --datadir`
4641                 and adds $(prefix} instead
4642
4643         (closes Bug 24 Makefile does not respect prefix when installing
4644          GNOME data)
4645
4646 2003-02-24 [christoph]  0.8.10claws49
4647
4648         * src/news.c
4649                 check for valid session before trying to authenticate
4650
4651         (closes Bug 60 crash if "authenticate on logon" is activated
4652          and newsserver-hostname is not valid)
4653
4654 2003-02-24 [melvin]     0.8.10claws48
4655
4656         * src/prefs_actions.c
4657                 Make sure all user's input is sent to the action and then
4658                 close the socket..
4659
4660 2003-02-23 [alfons]     0.8.10claws46
4661
4662         * src/summaryview.c
4663                 also wait cursor when deleting files
4664
4665 2003-02-23 [paul]
4666
4667         * tools/freshmeat_search.pl
4668           tools/google_search.pl
4669                 scripts should now work for any browser/browser command line
4670
4671 2003-02-22 [christoph]  0.8.10claws45
4672
4673         * src/procmsg.c
4674                 fix IMAP flag setting, IMAP flag is not handled correctly
4675                 anymore by the folder system and information about the
4676                 folder should not be saved in the MsgInfo (in my opinion)
4677
4678         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4679
4680 2003-02-22 [christoph]  0.8.10claws44
4681
4682         * src/summaryview.c
4683                 fix spelling of "label" ;-)
4684
4685 2003-02-22 [thorsten]   0.8.10claws43
4686
4687         * src/mimeview.c
4688           src/prefs_common.[ch]
4689           src/procmime.[ch]
4690                 do not use description as attachment name
4691
4692 2003-02-22 [alfons]     0.8.10claws42
4693
4694         * src/summaryview.c
4695                 freeze/thaw folder item updates when changing color labels,
4696                 and put a wait cursors on
4697
4698 2003-02-22 [thorsten]   0.8.10claws41
4699
4700         * src/mimeview.c
4701                 save-all fixes: crash if invoked on multipart container,
4702                 mimeinfo access, pathseparators, error dialog
4703
4704 2003-02-21 [alfons]     0.8.10claws40
4705
4706         * src/prefs_gtk.c
4707                 remove unused var
4708
4709 2003-02-21 [colin]      0.8.10claws39
4710
4711         * src/send.c
4712                 Fix smtp logging
4713
4714 2003-02-21 [colin]      0.8.10claws38
4715
4716         * src/summaryview.c
4717                 Freeze/thaw folderItem updates when filtering messages 
4718                 via Tools/Filter messages
4719
4720 2003-02-21 [paul]       0.8.10claws37
4721
4722         * src/compose.c
4723                 revert commit 0.8.10claws26, there are ulterior motives
4724                 for users to set a Reply-To header when posting to
4725                 newsgroups
4726
4727 2003-02-21 [paul]       0.8.10claws36
4728
4729         * sync with 0.8.10cvs17
4730                 see ChangeLog 2003-02-21
4731
4732 2003-02-20 [christoph]  0.8.10claws35
4733
4734         * src/imap.c
4735                 IMAP UID fetch speedup using SEARCH
4736
4737         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4738
4739         * src/imap.c
4740                 fix problem with UIDs in IMAP UID cache that no longer existed
4741
4742 2003-02-20 [christoph]  0.8.10claws34
4743
4744         * src/imap.c
4745         * src/procheader.c
4746         * src/procheader.h
4747                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4748
4749         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4750
4751         * src/imap.c
4752                 Rewrite imap_cmd_gen_recv use sock_getline instead
4753                 of sock_gets to avoid problems with too long reply
4754                 lines
4755     
4756 2003-02-20 [colin]      0.8.10claws33
4757         
4758         * src/prefs_account.c
4759                 Better wording
4760
4761 2003-02-20 [colin]      0.8.10claws32
4762
4763         * src/compose.c
4764                 Remove useless '&& !to_sender' 
4765
4766 2003-02-20 [darko]
4767
4768         * AUTHORS
4769                 change my e-mail address
4770
4771 2003-02-19 [colin]      0.8.10claws31
4772
4773         * src/prefs_common.c
4774                 X11 style colors for every configurable color
4775
4776 2003-02-19 [alfons]     0.8.10claws30
4777
4778         * src/prefs_gtk.[ch]
4779         * src/prefs_common.c
4780                 for color_new accept both plain integers and X11 style color
4781                 names (as found in /usr/lib/X11/rgb.txt)
4782
4783 2003-02-19 [paul]       0.8.10claws29
4784
4785         * src/mainwindow.c
4786                 add tooltips to online/offline button and account selector
4787                 button
4788
4789 2003-02-19 [paul]       0.8.10claws28
4790
4791         * src/folder.c
4792           src/news.c
4793           src/prefs_account.[ch]
4794           src/prefs_common.[ch]
4795                 move 'Maximum number of articles to download' to
4796                 account prefs.
4797                 clean up account prefs gui a little by hiding entries
4798                 rather then greying out entries
4799
4800 2003-02-19 [hiro]       0.8.10claws27
4801
4802         * src/common/utils.c
4803                 fix bug #54 'yesterdays date is displayed in the message 
4804                 summary window'
4805
4806 2003-02-19 [paul]       0.8.10claws26
4807
4808         * src/compose.c
4809                 fix bug reported in Feature Request [688596] 
4810                 'Reply-to header in news'
4811
4812 2003-02-18 [paul]       0.8.10claws25
4813
4814         * src/select-keys.c
4815                 add a 'List all keys' button to key selection dialog
4816
4817 2003-02-18 [colin]      0.8.10claws24
4818         
4819         * src/stock_pixmap.c
4820                 fix compile error
4821
4822 2003-02-18 [colin]      0.8.10claws23
4823
4824         * src/common/smtp.[ch]
4825           src/prefs_account.c
4826                 Try to starttls if it seems to be the only
4827                 way to authenticate a user
4828
4829 2003-02-18 [paul]       0.8.10claws22
4830
4831         * src/Makefile.am
4832           src/folderview.c
4833           src/stock_pixmap.[ch]
4834           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4835           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4836                 as a Drafts folder is a special folder allow it to have
4837                 its own unique icons
4838
4839 2003-02-18 [colin]      0.8.10claws21
4840
4841         * src/imap.c
4842                 Fix port selection when using starttls
4843
4844 2003-02-18 [paul]       0.8.10claws20
4845
4846         * src/mainwindow.c
4847           src/prefs_common.[ch]
4848                 make blue the default new mail colour
4849
4850 2003-02-18 [paul]       0.8.10claws19
4851
4852         * sync with 0.8.10cvs14
4853                 see ChangeLog 2003-02-18
4854
4855 2003-02-17 [jens]       0.8.10claws18
4856
4857         * src/common/md5.c
4858                 fixed a compile problem with gcc 3.3
4859                 works on 2.95.3 too (testet on PPC as it is big endian)
4860
4861 2003-02-17 [paul]       0.8.10claws17
4862
4863         * sync with 0.8.10cvs13
4864                 see ChangeLog 2003-02-17
4865
4866 2003-02-17 [paul]       0.8.10claws16
4867
4868         * sync with 0.8.10cvs12
4869                 see ChangeLog 2003-02-17
4870
4871 2003-02-16 [match]      0.8.10claws15
4872
4873         * src/addressbook.c
4874                 Eliminates reloading of address data when items
4875                 deleted or added. Applied submitted by
4876                 Luke Plant <lukeplant@softhome.net>
4877
4878 2003-02-16 [paul]       0.8.10claws14
4879
4880         * src/news.c
4881                 when a 'protocol error' is encountered disconnect from
4882                 the server. This means that the user can carry on viewing
4883                 other articles and doesn't have to either wait until the
4884                 server timesout or quit sylpheed.
4885                 Fixes bug #53 'Unable to read messages in newsgroups, 
4886                 displayed message doesn't change'
4887
4888 2003-02-15 [christoph]  0.8.10claws13
4889
4890         * src/imap.c
4891                 fix bug that stopped scanning of folders when an
4892                 IMAP folder was empty
4893
4894         (closes bug 46 stop scan messages in folders after empty folder)
4895
4896 2003-02-15 [paul]
4897
4898         * tools/Makefile.am
4899           tools/README
4900           tools/freshmeat_search.pl     ** NEW FILE **
4901           tools/google_search.pl        ** NEW FILE **
4902                 Add 2 Actions scripts which search freshmeat/google
4903                 for the selected text using the browser configured
4904                 in sylpheedrc.
4905                 
4906         Note: These scripts are very dependent on the format of the
4907         browser command and may not work on every occasion. Testing
4908         is welcome. 
4909
4910 2003-02-14 [alfons]     0.8.10claws12
4911
4912         * src/compose.c
4913                 fix breakage because of uninitialized account pointer.
4914                 please verify.
4915
4916 2003-02-14 [paul]       0.8.10claws11
4917
4918         * src/compose.c
4919           src/prefs_account.[ch]
4920           src/prefs_common.[ch]
4921                 move signature settings to Account Prefs
4922
4923 2003-02-14 [paul]       0.8.10claws10
4924
4925         * sync with 0.8.10cvs11
4926                 see ChangeLog 2003-02-14
4927
4928 2003-02-13 [thorsten]   0.8.10claws9
4929
4930         * src/news.c
4931                 revert news progressbar (GUI separation)
4932
4933 2003-02-13 [paul]       0.8.10claws8
4934
4935         * src/compose.c
4936                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4937                 paragraph 1
4938
4939 2003-02-13 [paul]       0.8.10claws7
4940
4941         * src/compose.[ch]
4942           src/summaryview.c
4943                 fix 'Follow-up and Reply-to' so that it creates a reply to
4944                 the newsgroup and the sender. If the message has the keyword
4945                 'poster' in the Followup-To header, all replies go to the
4946                 sender, re: RFC 1036, Section 2.2.3
4947                 rename all instances of 'ignore_replyto' to 'to_sender', both
4948                 were previously used, now we use just one.
4949
4950 2003-02-13 [paul]       0.8.10claws6
4951
4952         * sync with 0.8.10cvs9
4953                 see ChangeLog 2003-02-13
4954
4955 2003-02-13 [paul]       0.8.10claws5
4956
4957         * configure.ac
4958                 show which plugins are configured in the configure
4959                 output.
4960
4961 2003-02-12 [thorsten]   0.8.10claws4
4962
4963         * src/news.c
4964                 show progress while fetching news headers
4965
4966 2003-02-12 [christoph]  0.8.10claws3
4967
4968         * configure.ac
4969         * src/plugins/Makefile.am
4970                 use AM_CONDITIONAL to enable plugins, automake correctly
4971                 manages this when creating distdir
4972
4973 2003-02-12 [christoph]  0.8.10claws2
4974
4975         * ac/spamassassin.m4
4976         * src/plugins/spamassassin/Makefile.am
4977                 fix building SpamAssassin plugin without OpenSSL
4978
4979 2003-02-12 [paul]       0.8.10claws1
4980
4981         * ac/Makefile.am
4982           src/Makefile.am
4983           src/plugins/Makefile.am
4984                 fix failure of 'make release'
4985
4986 2003-02-12 [paul]       0.8.10claws
4987
4988         * 0.8.10claws released
4989
4990 2003-02-12 [paul]       0.8.9claws56
4991
4992         * po/bg.po
4993           po/es.po
4994           po/it.po
4995           po/ru.po
4996           po/sr.po
4997                 updated translations by George Danchev, Ricardo Mones Lastra,
4998                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4999                 
5000         * sylpheed.spec.in
5001                 Allow the building of RPMs by a regular user. Submitted
5002                 by Sergei Astanin
5003
5004 2003-02-11 [alfons]     0.8.9claws55
5005
5006         * src/colorlabel.c
5007                 don't use pixmaps for label color rect but draw rectangles
5008                 so we can respect the color map of palette based visuals
5009                 (fixes the long time crashes on Suns - thanks to Andreas
5010                 Engel and Steve O'Hara-Smith for testing)
5011
5012 2003-02-11 [christoph]  0.8.9claws54
5013
5014         * src/matcher_parser_parse.y
5015                 correct bug where filering rules of not existing folders in
5016                 matcherrc were added to global filtering
5017                 
5018         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5019          main filter-rules after removing directory, http://bugs.debian.org/180253)
5020         
5021 2003-02-11 [paul]       0.8.9claws53
5022
5023         * sync with 0.8.10cvs7
5024                 see ChangeLog 2003-02-09
5025
5026 2003-02-11 [melvin]     0.8.9claws52
5027
5028         * po/fr.po
5029                 Updated French tranlsations
5030
5031 2003-02-10 [paul]       0.8.9claws51
5032
5033         * sylpheed.spec.in
5034                 correct --enable-openssl
5035                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5036
5037 2003-02-09 [martin]     0.8.9claws50
5038
5039         * src/prefs_matcher.c
5040                 fix segfault in prefs_matcher_substitute_cb() when
5041                 no row is selected
5042
5043 2003-02-09 [paul]       0.8.9claws49
5044
5045         * src/folderview.c
5046                 fix bug where a newsgroup folder's processing rules were
5047                 merged with the global filtering rules when the newsgroup
5048                 folder was deleted, causing some seriously bad results,
5049                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5050
5051 2003-02-08 [melvin]     0.8.9claws48
5052
5053         * src/compose.c
5054                 Corrected and modified an alert message.
5055
5056 2003-02-07 [paul]       0.8.9claws47
5057
5058         * src/folderview.c
5059                 fix bug where both an 'Account properties' window and a
5060                 'Folder properties' window were opened when clicking on
5061                 'Properties' in an NNTP or IMAP folder's popup menu.
5062
5063 2003-02-07 [paul]       0.8.9claws46
5064
5065         * sync with 0.8.10cvs6
5066                 see ChangeLog 2003-02-06
5067
5068 2003-02-06 [christoph]  0.8.9claws45
5069
5070         * src/mbox.c
5071                 freeze folder updates while importing mbox files
5072                 (closes bug 43 importing mbox took hours)
5073                 
5074         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5075
5076 2003-02-06 [thorsten]   0.8.9claws44
5077
5078         * po/de.po
5079                 Updated german translations
5080
5081 2003-02-06 [thorsten]   0.8.9claws43
5082
5083         * src/news.h
5084                 use guint for message numbers (fix count in grouplist dialog)
5085
5086 2003-02-05 [paul]       0.8.9claws42
5087
5088         * sync with 0.8.10cvs2
5089                 see ChangeLog 2003-02-05
5090
5091 2003-02-04 [colin]      0.8.9claws41
5092
5093         * src/prefs_common.[ch]
5094           src/procmsg.c
5095           src/summaryview.c
5096                 Add an option to disable threading by subject
5097
5098 2003-02-04 [christoph]  0.8.9claws40
5099
5100         * src/inc.c
5101                 only abort fetching mails from multiple accounts when the
5102                 error is fatal and does not allow to check any more accounts
5103                 (currently only disk full error)
5104
5105         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5106          receive mails for other accouts)
5107
5108 2003-02-04 [christoph]  0.8.9claws39
5109
5110         * src/folder.c
5111                 first add the new message to the cache, then
5112                 send the update notification
5113
5114         (closes bug 39 after sending message folderview doesnt get updated)
5115
5116 2003-02-04 [colin]      0.8.9claws38
5117
5118         * src/inc.c
5119                 _really_ fix this Connecting... status
5120
5121 2003-02-04 [paul]       0.8.9claws37
5122
5123         * sync with 0.8.10
5124                 see ChangeLog 2003-02-04
5125
5126 2003-02-04 [paul]       0.8.9claws36
5127
5128         * sync with 0.8.9cvs6
5129                 see ChangeLog 2003-02-03
5130
5131 2003-02-04 [paul]       0.8.9claws35
5132
5133         * po/pt_BR.po
5134                 updated by André Filipe de Assunção e Brito 
5135                 <bedecko@netsite.com.br>
5136
5137 2003-02-03 [thorsten]   0.8.9claws34
5138
5139         * po/de.po
5140                 Updated german translations
5141
5142 2003-02-02 [paul]       0.8.9claws33
5143
5144         * po/es.po
5145                 updated by Ricardo Mones Lastra
5146
5147 2003-02-02 [thorsten]   0.8.9claws32
5148
5149         * src/mh.c
5150                 Fix mh_get_msginfo() segfault if file is inaccessible
5151
5152 2003-01-31 [colin]      0.8.9claws31
5153
5154         * src/procheader.c
5155                 Fix last commit's bug
5156
5157 2003-01-31 [colin]      0.8.9claws30
5158
5159         * src/procheader.c
5160                 Missing a change for gpg-signed messages
5161
5162 2003-01-31 [paul]       0.8.9claws29
5163
5164         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5165           src/procheader.c
5166           src/stock_pixmap.[ch]
5167           src/summaryview.c
5168                 indicate GnuPG signed messages by displaying an icon
5169                 in the Attachment column.
5170
5171 2003-01-31 [paul]       0.8.9claws28
5172
5173         * sync with 0.8.9cvs4
5174                 see ChangeLog 2003-01-31
5175
5176 2003-01-31 [alfons]     0.8.9claws27
5177
5178         * src/textview.c
5179                 tune URI parser to accept mailto URLs with a '?'
5180                 (patch from Ruslan Balkin)
5181
5182 2003-01-31 [colin]      0.8.9claws26
5183
5184         * src/summaryview.c
5185                 Fix a leak introduced in claws24
5186
5187 2003-01-31 [colin]      0.8.9claws25
5188
5189         * src/summaryview.c
5190                 Freeze/Thaw folder updates when deleting dups
5191
5192 2003-01-31 [colin]      0.8.9claws24
5193         
5194         * src/addr_compl.c
5195           src/summaryview.c
5196           src/msgcache.c
5197                 little speed improvements
5198
5199 2003-01-31 [colin]      0.8.9claws23
5200
5201         * src/summaryview.c
5202                 Fix segfault when forwarding nothing
5203                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5204                 
5205 2003-01-30 [paul]       0.8.9claws22
5206
5207         * sync with 0.8.9cvs3
5208                 see ChangeLog 2003-01-30
5209
5210 2003-01-30 [paul]       0.8.9claws21
5211
5212         * sync with 0.8.9cvs2
5213                 see ChangeLog 2003-01-30
5214
5215 2003-01-29 [paul]       0.8.9claws20
5216
5217         * sync with 0.8.9cvs1
5218                 see ChangeLog 2003-01-29
5219
5220 2003-01-28 [paul]       0.8.9claws19
5221
5222         * po/POTFILES.in
5223                 update to reflect changes. 
5224                 thanks to Ricardo Mones Lastra
5225
5226 2003-01-27 [christoph]  0.8.9claws18
5227
5228         * ac/openssl.m4
5229         * ac/spamassassin.m4
5230         * src/plugins/spamassassin/README
5231         * src/plugins/spamassassin/libspamc.[ch]
5232         * src/plugins/spamassassin/utils.[ch]
5233                 updated to latest libspamc
5234
5235 2003-01-27 [christoph]  0.8.9claws17
5236
5237         * src/folder.c
5238                 fix wrong use of procheader_get_header_fields
5239
5240 2003-01-27 [christoph]  0.8.9claws16
5241
5242         * src/news.c
5243         * src/prefs_account.[ch]
5244         * src/common/nntp.[ch]
5245                 allow to force authentication for NNTP servers
5246
5247         Patch submitted by Florian Mickler <dmk@d-labs.de>
5248
5249 2003-01-26 [paul]       0.8.9claws15
5250
5251         * src/summaryview.c
5252                 speed up of marking messages as read
5253                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5254
5255 2003-01-26 [christoph]  0.8.9claws14
5256
5257         * src/Makefile.am
5258         * src/mgutils.[ch]              ** REMOVE **
5259         * src/xml.[ch]                  ** REMOVE **
5260         * src/xmlprops.[ch]             ** REMOVE **
5261         * src/common/Makefile.am
5262         * src/common/mgutils.[ch]       ** NEW **
5263         * src/common/xml.[ch]           ** NEW **
5264         * src/common/xmlprops.[ch]      ** NEW **
5265                 move xml files to common directory
5266
5267 2003-01-26 [christoph]  0.8.9claws13
5268
5269         * src/plugins/spamassassin/spamassassin_gtk.c
5270                 only set gtk entry text if string is available
5271
5272 2003-01-26 [melvin]     0.8.9claws12
5273
5274         * src/description_window.c
5275                 Allow resizing of the window
5276                 Allow automatic horizontal scroll bar
5277                 Do not vertically expand and fill
5278
5279 2003-01-26 [christoph]  0.8.9claws11
5280
5281         * src/Makefile.am
5282         * src/gtkutils.[ch]             ** REMOVE **
5283         * src/common/sylpheed.c
5284         * src/gtk/Makefile.am
5285         * src/gtk/description_window.c
5286         * src/gtk/gtkutils.[ch]         ** NEW **
5287         * src/gtk/prefswindow.c
5288                 move gtkutils to gtk directory
5289
5290 2003-01-26 [paul]       0.8.9claws10
5291
5292         * src/summaryview.c
5293                 rename summary_unread_clicked() to summary_status_clicked()
5294
5295 2003-01-26 [melvin]     0.8.9claws9
5296
5297         * src/prefs_actions.c
5298                 Cosmetical changes to the help text
5299
5300 2003-01-26 [paul]       0.8.9claws8
5301
5302         * src/folder.[ch]
5303           src/mainwindow.c
5304           src/prefs_common.c
5305           src/prefs_sumamry_column.c
5306           summaryview.[ch]
5307                 rename the 'Unread' column to 'Status'
5308
5309 2003-01-25 [match]      0.8.9claws7
5310
5311         * src/mgutils.[ch]
5312                 removed reference to LDAP constants. removed error2string.
5313                 included functions to support LDAP dynamic queries.
5314         * src/syldap.h
5315                 moved LDAP constants here.
5316         * src/addressbook.c
5317         * src/addrindex.c
5318         * src/importldif.c
5319                 removed references to LDAP constants and references to
5320                 error2string.
5321
5322 2003-01-25 [paul]       0.8.9claws6
5323
5324         * src/summaryview.c
5325                 summary_thread_build(), summary_thread_init(): remove 
5326                 unneeded reference to summaryview->folder_item
5327
5328 2003-01-25 [christoph]  0.8.9claws5
5329
5330         * src/gtk/description_window.c
5331                 o allow description texts to expand over multiple columns
5332                 o translate all columns
5333         * src/prefs_actions.c
5334                 change syntax description to use new multi column feature
5335
5336         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5337
5338 2003-01-25 [match]      0.8.9claws4
5339
5340         * src/vcard.c
5341                 fixed bug with Quoted-Printable
5342
5343 2003-01-25 [paul]       0.8.9claws3
5344
5345         * src/folder.[ch]
5346           src/summaryview.[ch]
5347                 implement per-folder collapsed/expanded threads setting
5348                 
5349         * src/prefs_common.c
5350                 remove global collapsed/expanded threads option
5351
5352 2003-01-25 [christoph]  0.8.9claws2
5353
5354         * po/POTFILES.in
5355                 add pluginwindow and prefswindow
5356         * src/compose.c
5357                 make send respond correctly to messages that could be added
5358                 to the queue folder, but the UID of the message is unknown
5359         * src/folder.c
5360         * src/imap.c
5361                 don't return guessed UIDs in imap_add_msg anymore. We return
5362                 0 to tell the folder system it was appened but the UID is
5363                 unknown. Folder system now get's the UID by scaning the folder
5364                 and searching the cache for the Message-ID
5365                 (closes bug #29 Messages queued, but not sent)
5366
5367 2003-01-25 [paul]       0.8.9claws1
5368
5369         * src/codeconv.c
5370                 conv_encode_header():  fix bug when long headers with 8-bit
5371                 characters are used, so that the encoded words are wrapped.
5372                 If the space in the original text falls on the wrap boundary,
5373                 it can be lost.
5374                 Patch by Sergey Vlasov.
5375                 
5376         * src/folderview.c
5377                  fix bug where a change to the sorting method or thread view
5378                  of a folder's messages is lost if simpify-subject is set and
5379                  toggled on or off.
5380                  Patch by Luke Plant.
5381
5382 2003-01-24 [paul]       0.8.9claws
5383
5384         * sylpheed-0.8.9claws released
5385         
5386         * Makefile.am
5387           sylpheed.spec.in
5388                 remove reference to 'INSTALL.jp'
5389
5390 2003-01-23 [paul]       0.8.8claws128
5391
5392         * po/es.po
5393           po/it.po
5394           po/ru.po
5395           po/sr.po
5396                 updated translations. submitted by Ricardo Mones Lastra,
5397                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5398
5399 2003-01-23 [colin]      0.8.8claws127
5400
5401         * src/compose.c
5402                 Fix drafted and queued news articles re-edition
5403
5404 2003-01-23 [melvin]     0.8.8claws126
5405
5406         * po/fr.po
5407                 Updated French translations
5408
5409 2003-01-23 [colin]      0.8.8claws125
5410
5411         * src/inc.c
5412                 Fix "Connecting to..." status message
5413
5414 2003-01-22 [paul]       0.8.8claws124
5415
5416         * po/bg.po
5417                 updated by George Danchev
5418                 
5419         * src/folder.c
5420                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5421                 and folder deletion
5422
5423 2003-01-21 [paul]       0.8.8claws123
5424
5425         * po/bg.po
5426                 updated by George Danchev
5427                 
5428         * src/about.c
5429                 its now 2003
5430                 
5431         * src/toolbar.c
5432                 don't translate 'Separator'
5433                 
5434         * src/plugins/spamassassin/Makefile.am
5435                 add aspell to CPPFLAGS
5436                 
5437         * src/plugins/spamassassin/spamassassin.c
5438           src/plugins/spamassassin/spamassassin_gtk.c
5439                 set correct default for spamassassin_receive_spam
5440                 slightly re-word descriptions and some
5441                 other minor changes
5442
5443 2003-01-19 [alfons]     0.8.8claws122
5444                 
5445         * src/mimeview.c
5446                 mimeview_save_as(): we might as well show the file name for
5447                 the single case "Save As" too
5448
5449 2003-01-19 [alfons]     0.8.8claws121
5450
5451         * src/crash.c
5452                 change bug tracker URL to bugzilla URL
5453
5454 2003-01-19 [alfons]     0.8.8claws120
5455
5456         * src/mimeview.c
5457                 mimeview_save_all(): display name of file before overwriting;
5458                 continue saving all, even when one overwrite was cancelled
5459
5460 2003-01-19 [christoph]  0.8.8claws119
5461
5462         * src/summaryview.c
5463         * src/procmsg.[ch]
5464                 fix wrong usage of procmsg_find_children in summaryview
5465                 by using procmsg_update_unread_children instead of
5466                 summaryview_update_unread_children
5467
5468 2003-01-19 [christoph]  0.8.8claws118
5469
5470         * src/procmsg.c
5471                 fix infinite loop in procmsg_find_children
5472                  (closes bug #25 sylpheed crashes on delete.)
5473
5474         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5475
5476 2003-01-19 [paul]       0.8.8claws117
5477
5478         * po/pt_BR.po
5479                 updated by Ivan Francolin Martinez
5480
5481 2003-01-18 [melvin]     0.8.8claws116
5482
5483         * src/prefs_actions.c
5484                 Removed syntax limitation of only one '&' at the end of command.
5485                         Now actions that contain '>/dev/null 2>&1' are possible.
5486
5487 2003-01-18 [melvin]     0.8.8claws115
5488
5489         * src/prefs_actions.c
5490                 Actions IO dialog: when the action ends
5491                 the "Close" button now has focus and [Escape] closes the
5492                 window.
5493
5494 2003-01-18 [christoph]  0.8.8claws114
5495
5496         * src/procmsg.c
5497                 o add debug output when MsgInfos are really freed
5498                 o free GSLists in procmsg_find_children and
5499                   procmsg_update_unread_children
5500
5501 2003-01-18 [christoph]  0.8.8claws113
5502
5503         * src/mainwindow.c
5504                 reorder Configuration menu
5505
5506 2003-01-18 [christoph]  0.8.8claws112
5507
5508         * src/compose.c
5509                 fix applying templates to forwarded messages
5510
5511         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5512
5513 2003-01-17 [christoph]  0.8.8claws111
5514
5515         * src/folder.c
5516                 destroy folder items, when a folder item is removed
5517
5518 2003-01-17 [christoph]  0.8.8claws110
5519
5520         * src/folder.c
5521                 fix wrong folder stats update when ignored message is
5522                 deleted
5523
5524 2003-01-17 [colin]      0.8.8claws109
5525         
5526         * src/mainwindow.c
5527         * src/summaryview.c
5528                 Quicksearch bugfixes: 
5529                 - hide help button at startup if not extended
5530                 - switch to extended when looking for replies
5531
5532 2003-01-17 [paul]
5533
5534         * sync with 0.8.9 release
5535
5536 2003-01-17 [paul]       0.8.8claws108
5537
5538         * sync with 0.8.8cvs11
5539                 see ChangeLog 2003-01-17
5540
5541 2003-01-16 [colin]      0.8.8claws107
5542
5543         * src/procmsg.c
5544                 Changed encryption test to re-ask passphrase
5545                 if an encrypted message hasn't been decrypted
5546                 Fixes bug #5
5547
5548 2003-01-16 [christoph]  0.8.8claws106
5549
5550         * src/prefs_gtk.c
5551         * src/prefs_toolbar.c
5552         * src/gtk/prefswindow.h
5553         * src/plugins/spamassassin/spamassassin_gtk.c
5554                 remove page destroy function that is not used anymore
5555
5556 2003-01-16 [paul]       0.8.8claws105
5557
5558         * sync with 0.8.8cvs9
5559                 see ChangeLog 2002-01-16
5560
5561 2003-01-16 [colin]      0.8.8claws104
5562
5563         * src/compose.[ch]
5564                 Fix bug with autosaved drafts for IMAP, when draft
5565                 folder is specified - fixes bugzilla bug #20
5566
5567 2003-01-15 [paul]       0.8.8claws103
5568
5569         * src/compose.[ch]
5570           src/procmsg.c
5571                 store folder and message-id of message forwarding
5572                 in queue header and set forward flag after sending
5573
5574 2003-01-15 [paul]       0.8.8claws102
5575
5576         * sync with 0.8.8cvs8
5577                 see ChangeLog 2002-01-15
5578
5579 2003-01-15 [colin]      0.8.8claws101
5580
5581         * src/Makefile.am
5582                 Fix linking with GNU libiconv
5583
5584 2003-01-15 [darko]      0.8.8claws100
5585
5586         * src/pine.c
5587                 fix crash when importing pine address book
5588                 entry with an empty name (reported by DY
5589                 <dybulk at tri8.net>)
5590
5591 2003-01-14 [paul]       0.8.8claws99
5592
5593         * configure.in  ** REMOVED **
5594           configure.ac  ** NEW FILE **
5595                 rename configure.in to configure.ac, as it is now
5596                 preferred
5597
5598 2003-01-14 [melvin]     0.8.8claws98
5599
5600         * src/folderview.c
5601                 folderview_check_new(): More precise function description
5602
5603 2003-01-14 [melvin]     0.8.8claws97
5604
5605         * src/folderview.c
5606                 folderview_check_new(): return the number of new messages 
5607                         since last check.
5608         * src/inc.c
5609                 inc_account_mail(): Disable counting of new messages for IMAP
5610                         and NNTP until bug [19] and [14] are fixed.
5611
5612 2003-01-14 [paul]       0.8.8claws96
5613
5614         * sync with 0.8.8cvs6
5615                 see ChangeLog 2003-01-14
5616
5617 2003-01-13 [alfons]     0.8.8claws95
5618
5619         * src/textview.c
5620                 tune email address validation (c. 0.8.8claws89): if . is 
5621                 just one char away from @, the address is invalid too 
5622                 (correctly rejects addresses like foo@.com)
5623
5624 2003-01-13 [paul]       0.8.8claws94
5625
5626         * src/messageview.c
5627           src/toolbar.c
5628                 fixes to the Message View toolbar and menu:
5629                 fix non-functioning Forward button
5630                 make Reply button consider default_reply_list
5631                 remove 'Follow-up...' menu entry
5632                 add 'Forward' and 'Redirect' menu entries
5633
5634 2003-01-13 [melvin]     0.8.8claws93
5635
5636         * src/inc.c
5637                 Fixed typo that could make new messages count incorrect.
5638
5639 2003-01-13 [melvin]     0.8.8claws92
5640
5641         * src/folderview.[ch]
5642                 folderview_check_new(): return the number of new messages.
5643         * src/inc.c
5644                 Should fix bug [14] where new mail notification worked 
5645                         incorrectly with IMAP accounts.
5646                 inc_spool_account(): return number of new msgs, or -1 on error
5647                 inc_all_spool(): return number of new msgs
5648                 
5649 2003-01-13 [melvin]     0.8.8claws91
5650
5651         * src/prefs_actions.c
5652                 Justify help text.
5653
5654 2003-01-12 [thorsten]   0.8.8claws90
5655
5656         * src/common/prefs.c
5657                 close file before rename
5658
5659 2003-01-12 [alfons]     0.8.8claws89
5660
5661         * AUTHORS
5662                 add Christian Mertes
5663         * src/common/utils.[ch]
5664                 g_stricase_hash(), g_stricase_equal(): functions for 
5665                 case insensitive hash tables
5666         * src/textview.c
5667                 use top level domain names to validate email address, based
5668                 on a patch by Christian Mertes (thanks!), but changed 
5669                 implementation to use a hash table 
5670
5671 2003-01-12 [paul]       0.8.8claws88
5672
5673         * po/bg.po
5674                 updated by George Danchev
5675
5676 2003-01-12 [alfons]     0.8.8claws87
5677
5678         * src/summaryview.c
5679                 delete / execute performance: use new style folder update
5680
5681 2003-01-12 [paul]       0.8.8claws86
5682
5683         * sync with 0.8.8cvs5
5684                 see ChangeLog 2003-01-13 (!)
5685
5686 2003-01-12 [alfons]     0.8.8claws85
5687
5688         * src/filtering.c
5689         * src/matcher_parser_parse.y
5690                 prepare change_score filtering action
5691         * src/matcher.[ch]
5692                 give up const-correctness on functions that call non-const-correct functions;
5693                 several casts to gpointer in g_free();
5694                 add change_score;
5695
5696 2003-01-12 [christoph]  0.8.8claws84
5697
5698         * src/compose.c
5699                 fix 2 warnings
5700
5701         * src/gtk/prefswindow.[ch]
5702         * src/plugins/spamassassin/spamassassin_gtk.c
5703                 changed the call of the widget create function
5704                 for PrefsPages, because sometimes the widget
5705                 create function needs a widget that already has
5706                 been attached to a window (to create GDK pixmaps
5707                 for exmaple). So we simply pass the GtkWindow as
5708                 the second parameter now.
5709
5710         * src/main.c
5711         * src/mainwindow.c
5712         * src/prefs_toolbar.[ch]
5713                 rewrite Toolbar Preferences using the new
5714                 prefs window
5715
5716 2003-01-11 [alfons]     0.8.8claws83
5717
5718         * src/addressadd.c
5719                 fix crash when adding sender to addressbook because status bar
5720                 isn't there (the status bar doesn't seem to be used though,
5721                 but I'll let Match decide what to do with it)
5722
5723 2003-01-11 [colin]      0.8.8claws82
5724
5725         * src/main.c
5726           src/toolbar.c
5727                 Two useless changes reversed
5728
5729 2003-01-11 [colin]      0.8.8claws81
5730
5731         * src/mainwindow.c
5732           src/mainwindow.h
5733                 Add mainwindow_get_mainwindow()
5734         * src/alertpanel.c
5735           src/alertpanel.h
5736                 Add alertpanel_error_log() 
5737         * src/compose.c
5738           src/inc.c
5739           src/messageview.c
5740           src/toolbar.c
5741           src/main.c
5742           src/procmsg.c
5743                 Network errors get a View Log button
5744
5745 2003-01-10 [alfons]     0.8.8claws80
5746
5747         * src/prefs_toolbar.c
5748         * src/toolbar.c
5749                 use the translatable string for "Separator" as file name for
5750                 separator toolbar items (probably make this uppercase?)
5751
5752 2003-01-10 [alfons]     0.8.8claws79
5753
5754         * src/prefs_toolbar.c
5755                 put right A_SEPARATOR description string in "displayed
5756                 toolbar items list" so manually added separators are
5757                 saved correctly (bug #10, "Adding a separator to the main 
5758                 toolbar fails, entry in xml file is wrong")
5759
5760 2003-01-10 [christoph]  0.8.8claws78
5761
5762         * src/imap.c
5763                 o fix warnings
5764                 o use CAPABILITY to check if NAMESPACE is available
5765
5766 2003-01-10 [christoph]  0.8.8claws77
5767
5768         * src/imap.[ch]
5769                 apply UIDPLUS IMAP extension support patch
5770
5771         Patch submitted by Simon 'corecode' Schubert
5772
5773 2003-01-10 [paul]       0.8.8claws76
5774
5775         * src/folderview.c
5776                 a sync from main which fixes the news account folders'
5777                 Properties bug
5778
5779 2003-01-10 [christoph]  0.8.8claws75
5780
5781         * src/folder.c
5782                 don't accept 0 as a valid uid returned by copy and move
5783                 functions. 0 means the message was copied or moved but the
5784                 new uid could not be fetched. It is not an error condition
5785                 for the copy or move operation.
5786
5787 2003-01-10 [paul]       0.8.8claws74
5788
5789         * src/prefs_filtering.c
5790                 change English used in Alert when entry is not
5791                 saved.
5792                 
5793         * sync with 0.8.8cvs4
5794                 see ChangeLog 2003-01-10
5795
5796 2003-01-10 [darko]      0.8.8claws73
5797
5798         * src/pine.c
5799                 fix crash when importing address book entry
5800                 without a valid address
5801
5802 2003-01-09 [alfons]     0.8.8claws72
5803
5804         * src/inc.c
5805                 filtering performance: use new style folder update
5806
5807 2003-01-09 [christoph]  0.8.8claws71
5808
5809         * src/compose.c
5810         * src/gtk/menu.[ch]
5811                 fix wrong selecting of mime encoding type, when
5812                 opening property dialog of attachments in the
5813                 compose window. 7bit was always selected and that
5814                 destoryed files with 8bit data.
5815                 (closes bug #9 Sylpheed-claws destroys attachments when
5816                  changing MIME-types)
5817
5818 2003-01-09 [paul]       0.8.8claws70
5819
5820         * sync with 0.8.8cvs3
5821                 see ChangeLog 2003-01-09
5822
5823 2003-01-08 [alfons]     0.8.8claws69
5824         
5825         * src/addressadd.c
5826                 apply patch by Kim Schulz to fix build breakage
5827                 because of missing variable
5828
5829 2003-01-08 [paul]       0.8.8claws68
5830
5831         * sync with 0.8.8cvs2
5832                 see ChangeLog 2002-01-08
5833
5834 2003-01-08 [paul]       0.8.8claws67
5835
5836         * po/it.po
5837                 updated by Alessandro Maestri
5838                 
5839         * src/addressadd.c
5840                 when using 'Add sender to addressbook' allow
5841                 name to be edited and remarks to be entered
5842                 Patch submitted by Luke Plant
5843
5844 2003-01-08 [darko]      0.8.8claws66
5845
5846         * README.claws, src/summaryview.c
5847                 fix description for marked messages
5848
5849 2003-01-08 [paul]
5850
5851         * tools/Makefile.am
5852           tools/launch_phoenix  ** NEW FILE **
5853                 add script that enables using Phoenix as the default
5854                 web browser. 
5855                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5856                 
5857         * tools/OOo2sylpheed.pl
5858                 remove full path to sylpheed executable, just 'sylpheed'
5859                 will do
5860                 
5861         * tools/README
5862                 add launch_phoenix informtion and re-arrange and compress
5863                 the data a little
5864
5865 2003-01-07 [christoph]  0.8.8claws65
5866
5867         * src/folder.c
5868                 fix update for source folder when moving messages
5869         * src/procmsg.[ch]
5870         * src/summaryview.c
5871                 use function to set to_folder for message infos and
5872                 automatically update the op_count for old and new
5873                 folder
5874
5875 2003-01-07 [melvin]     0.8.8claws64
5876
5877         * src/prefs_actions.c
5878                 Fixed bug where an '%p' Action on a displayed image crashed 
5879                         Sylpheed
5880                 Code clean up (get rid of duplicated code and removed unnecessary 
5881                                 structure member)
5882
5883 2003-01-07 [christoph]  0.8.8claws63
5884
5885         * src/compose.c
5886         * src/folder.[ch]
5887         * src/folderview.c
5888         * src/import.c
5889         * src/inc.c
5890         * src/main.c
5891         * src/mainwindow.c
5892         * src/messageview.c
5893         * src/prefs_folder_item.c
5894         * src/procmsg.c
5895         * src/summaryview.c
5896         * src/toolbar.c
5897                 o remove all folder update triggering from the UI code. The folder
5898                   system should know much better when a folder needs an update.
5899                 o to prevent multiple updates in a row the folder updates can be
5900                   frozen for some time.
5901
5902                 Note: - Please verify that no updates are missing
5903                       - Check where freeze/thaws should be added
5904
5905 2003-01-07 [christoph]  0.8.8claws62
5906
5907         * src/prefs_actions.c
5908                 don't translate empty strings
5909
5910         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5911
5912 2003-01-06 [christoph]  0.8.8claws61
5913
5914         * src/prefs_actions.c
5915                 mark strings for gettext
5916         * src/prefs_matcher.c
5917                 use new description window for Execute action and
5918                 match condition in Filtering
5919
5920         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5921
5922 2003-01-06 [alfons]     0.8.8claws60
5923
5924         keep myself inspired to re-organize matcher part 8; 
5925         yes, more to come (I need to move out the descriptive
5926         text for actions to matcher.c, or at least make it not
5927         depend on the wicked ordering)
5928
5929         * src/prefs_matcher.c
5930                 add documentation so others may comprehend the
5931                 UI part of the conditions
5932                 
5933 2003-01-06 [christoph]  0.8.8claws59
5934
5935         * src/prefs_actions.c
5936                 use new description window for syntax help
5937         * src/gtk/description_window.c
5938                 fix display of descriptions with column count != 2
5939
5940         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5941
5942 2003-01-06 [christoph]  0.8.8claws58
5943
5944         * src/quote_fmt.c
5945         * src/summaryview.[ch]
5946         * src/gtk/Makefile.am
5947         * src/gtk/description_window.[ch]       ** NEW **
5948                 use a generic window to display syntax descriptions
5949                 currently used in quote_fmt and summaryview (new description
5950                 for extended quick search)
5951
5952         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5953
5954 2003-01-06 [paul]       0.8.8claws57
5955
5956         * sync with 0.8.8cvs1
5957                 see ChangeLog 2003-01-06
5958
5959 2003-01-06 [christoph]  0.8.8claws56
5960
5961         * src/mainwindow.c
5962         * src/prefs_gtk.[ch]
5963         * src/gtk/prefswindow.[ch]
5964         * src/plugins/spamassassin/spamassassin_gtk.c
5965                 o remove page management from prefswindow, pages
5966                   will be an argument to prefswindow_open
5967                 o prefswindow_open gets a datapointer that is
5968                   passed to the widget_create function to allow
5969                   creation of prefswindow for specific items
5970
5971 2003-01-06 [colin]      0.8.8claws55
5972         
5973         * src/summaryview.c
5974                 We don't want regexp in the reply-finder, 
5975                 because MIDs can contain !,$,. and so on
5976
5977 2003-01-06 [jens]       0.8.8claws54
5978
5979         * src/jpilot.c
5980                 fixed a wrong free in jpilot_read_db_files
5981
5982 2003-01-06 [alfons]     0.8.8claws53
5983
5984         re-organize matcher part 8; more to come
5985        
5986         * src/matcher.c
5987                 matcherprop_to_string(): put g_free()s before the
5988                 switch-case break to fix memleaks                
5989
5990 2003-01-06 [colin]      0.8.8claws52
5991
5992         * src/summaryview.c
5993                 cleanup & reply-finder now displays the first 
5994                 matching message
5995
5996 2003-01-05 [alfons]     0.8.8claws51
5997
5998         re-organize matcher part 7; more to come
5999
6000         * src/matcher.[ch]
6001                 fixes for constant correctness;
6002                 more documentation;
6003
6004 2003-01-05 [alfons]     0.8.8claws50
6005
6006         re-organize matcher part 6; more to come
6007         
6008         * src/matcher.[ch]
6009                 fixes for constant correctness;
6010                 more documentation;
6011         * src/filtering.c
6012                 fix for constant correctness
6013
6014 2003-01-05 [colin]      0.8.8claws49
6015
6016         * src/account.[ch]
6017                 Add account_get_reply_account function
6018         * src/compose.c
6019                 Use account_get_reply_account function 
6020         * src/summaryview.c
6021                 Basic reply-finder - click on the replied
6022                 icon gets you to the outbox using quick-search
6023
6024 2003-01-05 [paul]       0.8.8claws48
6025
6026         * src/prefs_common.c
6027                 small change to English
6028                 
6029         * src/prefs_filtering.c
6030                 prefs_filtering_action_select(): improve logic and uniformity
6031                 of gui
6032
6033 2003-01-05 [alfons]     0.8.8claws47
6034
6035         fine tune solution to focus problems (bug #7)
6036
6037         * src/mainwindow.c
6038                 mainwindow_focus_in_event(): remove grab event check
6039         * src/summaryview.c
6040                 summary_button_pressed(): move selection on right-click
6041                 too. we can't possibly move the selection back after
6042                 canceling a dialog, because gtk's incomplete focus 
6043                 management. whether this is a good solution, only time
6044                 will tell.
6045
6046 2003-01-05 [christoph]  0.8.8claws46
6047
6048         * src/imap.c
6049                 fix crash when no imap connection could be established
6050
6051 2003-01-05 [paul]       0.8.8claws45
6052
6053         * src/mainwindow.c
6054           src/sumamryview.c
6055           src/gtk/menu.[ch]
6056                 fix bug 605957 'shortcuts in popup-menu'
6057                 make user-defined shortcuts work
6058                 show shortcuts that are already defined
6059                 in the main menu
6060                 Patch submitted by Luke Plant
6061
6062 2003-01-05 [alfons]     0.8.8claws44
6063
6064         * src/mainwindow.c
6065                 focus_in_event handler should not select summary view row 
6066                 when another window (menu, dialog) grabbed for events 
6067                 (bug #7, "[0.8.8claws42] Message summary focus") 
6068
6069 2003-01-04 [christoph]  0.8.8claws43
6070
6071         * src/procmsg.c
6072                 update save folder after adding the sent message
6073                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6074
6075 2003-01-02 [christoph]  0.8.8claws42
6076
6077         * src/common/plugin.c
6078                 fix unloading of all plugins and unload
6079                 plugins in reverse order
6080                 
6081         * src/gtk/pluginwindow.c
6082                 implement function of load and unload button
6083
6084         * src/gtk/prefswindow.c
6085         * src/gtk/prefswindow.h
6086                 rename register function and add new unregister
6087                 function
6088
6089         * src/plugins/spamassassin/spamassassin_gtk.c
6090                 unregister prefs page and update for changes in
6091                 src/gtk/prefswindow.c
6092
6093 2003-01-02 [paul]       0.8.8claws41
6094
6095         * po/es.po
6096                 updated by Ricardo Mones Lastra
6097
6098 2003-01-02 [paul]
6099
6100         * tools/tb2sylpheed
6101                 fixes and improvements by Urke MMI
6102
6103 2003-01-02 [thorsten]   0.8.8claws40
6104
6105         * src/procmsg.c
6106                 fixed wrong return value
6107
6108 2003-01-02 [thorsten]   0.8.8claws39
6109
6110         * src/prefs.c
6111                 fixed printing wrong variable
6112
6113 2003-01-02 [thorsten]   0.8.8claws38
6114
6115         * src/prefs.c
6116                 fixed acessing members of freed pfile struct
6117
6118 2003-01-02 [thorsten]   0.8.8claws37
6119
6120         * src/procmsg.c
6121                 detect loops across several messages
6122                 as suggested by Christoph Hohmann
6123
6124 2003-01-01 [match]      0.8.8claws36
6125
6126         * src/addrindex.c
6127                 fixed another memory leak.
6128
6129 2003-01-01 [match]      0.8.8claws35
6130
6131         * src/jpilot.[ch]
6132                 fixed memory leaks. applied Doxygen comments.
6133
6134 2003-01-01 [thorsten]   0.8.8claws34
6135
6136         * src/procmsg.c
6137                 inhibit endless loop if msg references itself
6138                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6139
6140 2003-01-01 [christoph]  0.8.8claws33
6141
6142         * src/mainwindow.c
6143         * src/gtk/Makefile.am
6144         * src/gtk/pluginwindow.c                ** NEW **
6145         * src/gtk/pluginwindow.h                ** NEW **
6146                 add plugin window
6147
6148         * src/plugins/demo/demo.c
6149         * src/plugins/spamassassin/spamassassin.c
6150         * src/plugins/spamassassin/spamassassin_gtk.c
6151                 write better plugin descriptions
6152
6153 2002-12-31 [christoph]  0.8.8claws32
6154
6155         * src/gtk/prefswindow.c
6156         * src/plugins/spamassassin/spamassassin_gtk.c
6157                 some small improvements to GTK code
6158
6159 2002-12-31 [christoph]  0.8.8claws31
6160
6161         * src/plugins/spamassassin/spamassassin_gtk.c
6162                 enable folder select button
6163
6164 2002-12-31 [christoph]  0.8.8claws30
6165
6166         * src/mainwindow.c
6167         * src/gtk/Makefile.am
6168         * src/gtk/prefswindow.c                         ** NEW **
6169         * src/gtk/prefswindow.h                         ** NEW **
6170                 add new prefs window
6171
6172         * src/common/plugin.c
6173                 don't try to load empty config lines
6174         
6175         * src/plugins/spamassassin/Makefile.am
6176         * src/plugins/spamassassin/spamassassin.c
6177         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6178         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6179                 GTK config for SpamAssassin Plugin using
6180                 the new prefs window
6181
6182 2002-12-31 [paul]       0.8.8claws29
6183
6184         * po/POTFILES.in
6185                 remove obsolete entry 'src/menu.c'
6186
6187 2002-12-31 [alfons]     0.8.8claws28
6188
6189         * src/matcher.[ch]
6190         * src/matcher_parser_parse.y
6191         * src/prefs_matcher.c
6192                 add "ignore_thread" and "~ignore_thread" condition so it's
6193                 possible to make the actions / scoring operate on the ignore
6194                 thread flag
6195
6196 2002-12-31 [christoph]  0.8.8claws27
6197
6198         * src/addrbook.c
6199         * src/addrindex.c
6200         * src/folder.c
6201         * src/matcher.c
6202         * src/prefs_account.c
6203         * src/prefs_actions.c
6204         * src/prefs_customheader.c
6205         * src/prefs_display_header.c
6206         * src/prefs_gtk.c
6207         * src/procmime.c
6208         * src/toolbar.c
6209         * src/xmlprops.c
6210         * src/common/prefs.[ch]
6211                 extend prefs file handling for reading and automatic handling
6212                 of blocks. When reading prefs_set_block_label will automatically
6213                 move on to the block. When writing it will copy all other blocks
6214                 automatically
6215
6216         * src/common/plugin.c
6217                 Now loading plugin filenames from [Plugins] block in
6218                 sylpheed rc file
6219
6220 2002-12-30 [christoph]  0.8.8claws26
6221
6222         * src/common/hooks.[ch]
6223                 return abort status to caller of hooks_invoke
6224                 
6225         * src/inc.[ch]
6226                 invoke message filtering hook and stop
6227                 default handling when filter returns abort
6228
6229         * src/common/plugin.[ch]
6230         * src/plugins/demo/demo.c
6231                 modify plugin loader, because resolving symbols for strings
6232                 does not work correctly
6233         
6234         * configure.in
6235         * ac/spamassassin.m4                            ** NEW **
6236         * src/plugins/spamassassin/.cvsignore           ** NEW **
6237         * src/plugins/spamassassin/Makefile.am          ** NEW **
6238         * src/plugins/spamassassin/README               ** NEW **
6239         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6240         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6241         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6242                 add spamassassin plugin, see src/plugins/spamassassin/README
6243                 for details
6244
6245 2002-12-29 [alfons]     0.8.8claws25
6246
6247         * src/mainwindow.c
6248                 when moving focus from a message view to the main 
6249                 window, don't forget to select the summary node
6250                 of the displayed message. should fix "[ 659103 ] 
6251                 focus-follows-mouse confuses sylpheed"
6252
6253 2002-12-29 [christoph]  0.8.8claws24
6254
6255         * src/Makefile.am
6256         * src/stringtable.[ch]          ** REMOVE **
6257         * src/common/Makefile.am
6258         * src/common/stringtable.[ch]   ** NEW **
6259                 move stringtable files to common directory
6260
6261 2002-12-29 [christoph]  0.8.8claws23
6262
6263         * src/Makefile.am
6264         * src/menu.[ch]                 ** REMOVE **
6265         * src/gtk/Makefile.am
6266         * src/gtk/menu.[ch]             ** NEW **
6267                 move menu files to gtk directory
6268
6269 2002-12-29 [match]      0.8.8claws22
6270
6271         * src/addressbook.c
6272         * src/syldap.c
6273                 moved UI specific code out of LDAP code into addressbook
6274                 UI code. fixed memory leak.
6275
6276 2002-12-29 [christoph]  0.8.8claws21
6277
6278         * src/folder.c
6279                 only check for IGNORED parent message when message is
6280                 not IGNORED itself
6281
6282 2002-12-29 [alfons]     0.8.8claws20
6283
6284         * src/summaryview.c
6285                 set gtksctree's anchor correct (immediate execute
6286                 changes the tree's layout, and anchor points at 
6287                 the incorrect row). fixes "[ 657233 ] multiple msg 
6288                 delete sometimes off by 1".
6289                 we probably have to look for more tree layout /
6290                 anchor glitches.
6291
6292 2002-12-29 [paul]       0.8.8claws19
6293
6294         * src/summaryview.c
6295                 fix bug [ 659054 ] incorrect sorting of 'From' column
6296                 when using 'display sender using address book'
6297                 thanks to Alfons and Luke Plant
6298
6299 2002-12-29 [christoph]  0.8.8claws18
6300
6301         * src/folder.c
6302         * src/procmsg.[ch]
6303                 check parent messages for IGNORE THREAD flag, when adding,
6304                 moving or copying messages to a folder
6305
6306 2002-12-27 [alfons]     0.8.8claws17
6307
6308         re-organize matcher part 5; more to come
6309
6310         * src/matcher.c
6311                 hash keywords in matchparser_tab 
6312
6313 2002-12-27 [alfons]     0.8.8claws16
6314
6315         re-organize matcher part 4; more to come
6316
6317         * src/matcher_parser.h
6318         * src/matcher_parser_lex.l
6319         * src/matcher_parser_parse.y
6320                 cleanup
6321
6322 2002-12-27 [alfons]     0.8.8claws15
6323
6324         re-organize matcher part 3; more to come
6325
6326         * src/matcher.[ch]
6327                 cleanup
6328
6329 2002-12-27 [alfons]     0.8.8claws14
6330
6331         re-organize matcher part 2; more to come but this should
6332         work. cc me if there are any regressions.
6333
6334         * src/matcher.h
6335                 add prototype for get_matchparser_tab_id()
6336         * src/matcher_parser_lex.l
6337                 look up keywords using matchparser_tab_id();
6338
6339 2002-12-27 [alfons]     0.8.8claws12
6340
6341         re-organize matcher part 1
6342
6343         * src/matcher.h
6344                 map yacc generated constants to sylpheed matcher constants
6345         * src/matcher.c
6346                 add function to find a matcher constant from a string
6347
6348 2002-12-27 [christoph]  0.8.8claws11
6349
6350         * src/compose.c
6351                 MENUITEM_ADD casts the 4th argument from integer to pointer
6352                 so it probably should not be a pointer, this means we
6353                 should use account id for it and not the account's pointer
6354
6355 2002-12-27 [paul]       0.8.8claws10
6356
6357         * src/mainwindow.c
6358                 remove unneeded 'GtkWidget *vbox'
6359                 
6360         * src/summaryview.c
6361                 further sync with 0.8.8 - make sort
6362                 by recipient work as expected
6363                 
6364         * NEWS
6365                 sync with 0.8.8
6366
6367 2002-12-27 [paul]       0.8.8claws9
6368
6369         * po/pt_BR.po
6370                 updated by Ivan F. Martinez
6371                 
6372 2002-12-27 [darko]      0.8.8claws8
6373
6374         * src/common/utils.c
6375                 added locked pattern to extended search
6376
6377 2002-12-27 [alfons]     0.8.8claws7
6378
6379         * src/prefs_matcher.[ch]
6380                 clean up
6381
6382 2002-12-26 [alfons]     0.8.8claws6
6383
6384         * src/matcher.[ch]
6385         * src/matcher_parser_lex.l
6386         * src/matcher_parser_parse.y
6387         * src/prefs_matcher.c
6388                 allow color label as a condition in the matcher
6389
6390 2002-12-26 [oliver]     0.8.8claws5
6391         
6392         * src/toolbar.c 
6393                 enable Addressbook for Main and Messageview
6394         * src/prefs_actions.c
6395                 enable actions in Messageview
6396
6397 2002-12-26 [christoph]  0.8.8claws4
6398
6399         * src/common/plugin.c
6400                 add a little debug output
6401         * configure.in
6402         * src/plugins/demo/Makefile.am
6403                 better use of automake
6404
6405 2002-12-26 [christoph]  0.8.8claws3
6406
6407         * src/Makefile.am
6408         * src/common/Makefile.am
6409                 fix "make distdir"
6410
6411 2002-12-26 [christoph]  0.8.8claws2
6412
6413         * configure.in
6414                 sort configure checks into common / gtk / plugins
6415         * po/POTFILES.in
6416                 add src/prefs_gtk.c
6417         * src/Makefile.am
6418                 add plugins SUBDIR
6419         * src/main.c
6420         * src/common/sylpheed.[ch]
6421                 added now sylpheed_done function for shutdown
6422         * src/common/Makefile.am
6423         * src/common/plugin.[ch]                ** NEW **
6424                 plugin loader and unloader
6425         * src/plugins/.cvsignore                ** NEW **
6426         * src/plugins/Makefile.am               ** NEW **
6427                 build plugins
6428         * src/plugins/demo/.cvsignore           ** NEW **
6429         * src/plugins/demo/Makefile.am          ** NEW **
6430         * src/plugins/demo/demo.c               ** NEW **
6431                 small demo plugin that installs a logtext hook and
6432                 outputs the log text to stdout
6433
6434 2002-12-26 [paul]       0.8.8claws1
6435
6436         * po/es.po
6437                 updated by Ricardo Mones Lastra
6438
6439 2002-12-26 [paul]       0.8.8claws
6440
6441         * 0.8.8claws released
6442
6443 2002-12-26 [paul]       0.8.7claws12
6444
6445         * po/bg.po
6446                 updated by George Danchev
6447
6448 2002-12-26 [paul]       0.8.7claws11
6449
6450         * po/POTFILES.in
6451                 remove unneeded 'src/prefs.c' entry 
6452
6453 2002-12-26 [paul]       0.8.7claws10
6454
6455         * src/codeconv.c
6456           src/mainwindow.c
6457                 sync with 0.8.8 release
6458         
6459         * src/folder.[ch]
6460           src/mh.c
6461           src/summaryview.c
6462                 partial sync with 0.8.8 release
6463         
6464
6465 2002-12-25 [alfons]     0.8.7claws9
6466
6467         * src/matcher.[ch]
6468         * src/matcher_parser_lex.l
6469         * src/matcher_parser_parse.y
6470         * src/prefs_matcher.c
6471                 add locked flag to possible filtering / matcher 
6472                 conditions (also a good example what should be
6473                 done to add a simple boolean condition)
6474
6475 2002-12-25 [christoph]  0.8.7claws8
6476
6477         * src/Makefile.am
6478         * src/account.[ch]
6479         * src/addrbook.c
6480         * src/addressbook.c
6481         * src/addrindex.c
6482         * src/filtering.c
6483         * src/folder.c
6484         * src/matcher.c
6485         * src/prefs.[ch]                ** REMOVE **
6486         * src/prefs_account.c
6487         * src/prefs_actions.c
6488         * src/prefs_common.c
6489         * src/prefs_customheader.c
6490         * src/prefs_display_header.c
6491         * src/prefs_filtering.c
6492         * src/prefs_folder_item.c
6493         * src/prefs_gtk.[ch]            ** NEW **
6494         * src/prefs_matcher.c
6495         * src/prefs_scoring.c
6496         * src/prefs_summary_column.c
6497         * src/procmime.c
6498         * src/selective_download.c
6499         * src/toolbar.c
6500         * src/common/Makefile.am
6501         * src/common/prefs.[ch]         ** NEW **
6502                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6503
6504 2002-12-24 [alfons]     0.8.7claws7
6505
6506         * src/summaryview.c
6507                 summary_thread_build(): fix real cause of the crash mentioned in
6508                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6509                 this way we get meaningful ctree nodes 
6510
6511 2002-12-24 [oliver]     0.8.7claws6
6512
6513         * src/mainwindow.[ch]
6514         * src/messageview.[ch]
6515         * src/compose.[ch]
6516         * src/inc.c
6517         * src/summaryview.c
6518                 changes to use updated toolbar handling
6519                 
6520 2002-12-24 [oliver]     0.8.7claws5
6521
6522         * src/toolbar.[ch]
6523                 generic toolbar handling
6524                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6525         * src/prefs_toolbar.[ch]
6526                 adjust to handling
6527         
6528 2002-12-24 [oliver]     0.8.7claws4
6529         
6530         * src/stock_pixmap.[ch]
6531                 move SYLPHEED_LOGO to end of list in order 
6532                 to remove it from Custom Toolbar`s Icon View
6533
6534 2002-12-24 [alfons]     0.8.7claws3
6535
6536         * src/summaryview.c
6537                 summary_thread_build(): fix crash because of focus != selection 
6538                 after threading. when deleting the selection, gtk tries but fails 
6539                 to find the correct focusable element. we now force the selection
6540                 to be focused. this should solve the infamous bug reported by 
6541                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6542                 a test case is available. 
6543
6544 2002-12-24 [darko]      0.8.7claws2
6545
6546         * src/summaryview.c
6547                 don't crash when unmarking message with unread children
6548
6549 2002-12-23 [christoph]  0.8.7claws1
6550
6551         * src/Makefile.am
6552         * src/common/Makefile.am
6553                 update Makefiles for moved intl.h, version.h and defs.h
6554         * src/imap.c
6555                 rewrite imap_session_get to avoid duplicate code
6556
6557 2002-12-23 [paul]       0.8.7claws
6558
6559         * Santa-Claws released
6560         
6561         * po/hu.po
6562           po/ru.po
6563                 squeeze in updated Hungarian and Russian translations.
6564                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6565
6566 2002-12-23 [paul]       0.8.6claws129
6567
6568         * po/pl.po
6569                 updated by Witold Wladyslaw Wojciech Wilk
6570
6571 2002-12-23 [paul]       0.8.6claws128
6572
6573         * src/quote_fmt_parse.y
6574                 fix typo and add licence header
6575
6576 2002-12-23 [paul]       0.8.6claws127
6577
6578         * po/en_GB.po
6579                 updated
6580
6581 2002-12-23 [paul]       0.8.6claws126
6582
6583         * po/it.po
6584                 updated translation, submitted by Alessandro Maestri
6585                 
6586 2002-12-23 [paul]       0.8.6claws125
6587
6588         * src/quote_fmt_parse.y
6589                 fix signature-stripping on replies bug. match
6590                 '-- \n' and not '-- '.
6591
6592 2002-12-22 [paul]       0.8.6claws124
6593
6594         * po/bg.po
6595           po/es.po
6596           po/sr.po
6597                 updated translations. submitted by George Danchev,
6598                 Ricardo Mones Lastra, and Urke MMI respectively
6599
6600 2002-12-21 [paul]       0.8.6claws123
6601
6602         * src/addrbook.c
6603                 fix coding style
6604
6605 2002-12-21 [paul]       0.8.6claws122
6606
6607         * src/addrbook.c
6608                 fix bug [643638] where if a person is in one or more
6609                 addressbook groups editing that person's email 
6610                 address results in removal from those groups.
6611                 Patch submitted by Luke Plant.
6612
6613 2002-12-20 [christoph]  0.8.6claws121
6614
6615         * src/common/utils.c
6616         * src/summaryview.c
6617                 reimplement expand_search_string using GString to
6618                 prevent crashs caused by miscalculated string
6619                 lengths reported by Paul
6620
6621 2002-12-20 [christoph]  0.8.6claws120
6622
6623         * src/summaryview.c
6624                 don't use "changed" to check if op_count has to be changed as it
6625                 is also set when the message has unread children
6626                 (closes bug [ 653221 ] crash while deleting duplicates)
6627
6628 2002-12-20 [paul]       0.8.6claws119
6629
6630         * sync with 0.8.6cvs27
6631                 see ChangeLog 2002-12-20
6632
6633 2002-12-20 [paul]       0.8.6claws118
6634
6635         * sync with 0.8.6cvs26
6636                 see ChangeLog 2002-12-19 and 2002-12-20
6637
6638 2002-12-19 [alfons]     0.8.6claws117
6639
6640         * src/textview.c
6641                 fix incorrect parsing of email addresses, submitted by 
6642                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6643                 name display if it contains @".
6644
6645 2002-12-18 [paul]       0.8.6claws116
6646
6647         * sync with 0.8.6cvs23
6648                 see ChangeLog 2002-12-18
6649
6650 2002-12-18 [paul]       0.8.6claws115
6651
6652         * src/Makefile.am
6653         * src/account.c
6654         * src/codeconv.c
6655         * src/gtkutils.[ch]
6656         * src/imap.c
6657                 sync with 0.8.6cvs22.
6658                 see ChangeLog 2002-12-17 and 2002-12-18
6659
6660 2002-12-17 [christoph]  0.8.6claws114
6661
6662         * src/imap.c
6663                 o don't create a session if imap greeting fails
6664                 o don't close socket when authentication fails
6665                   this is done by imap_session_destroy
6666
6667 2002-12-17 [thorsten]   0.8.6claws113
6668
6669         * tools/Makefile.am
6670           tools/README
6671           tools/google_msgid.pl ** NEW FILE **
6672                 Added "search for message-id" script and doc
6673
6674 2002-12-17 [thorsten]   0.8.6claws112
6675
6676         * po/hu.po
6677                 Updated hungarian translation
6678                 (updated by Gal Zoltan)
6679
6680 2002-12-16 [christoph]  0.8.6claws111
6681
6682         * src/addr_compl.c
6683                 remove stupid addressbook dump to debug output
6684         * src/mh.c
6685                 fix memory leak found by Hiro
6686
6687 2002-12-14 [paul]       0.8.6claws110
6688
6689         * src/compose.c
6690                 fix menubar sensitivity on send
6691                 
6692         * src/prefs_filtering.c
6693         * src/prefs_matcher.c
6694         * src/prefs_scoring.c
6695                 Fix english ;)
6696                 
6697         * src/common/quoted-printable.h
6698                 sync: fix typo
6699         
6700 2002-12-13 [christoph]  0.8.6claws109
6701
6702         * src/Makefile.am
6703         * src/manage_window.[ch]        ** REMOVE **
6704         * src/gtk/Makefile.am
6705         * src/gtk/manage_window.[ch]    ** NEW **
6706                 move manage_window files to gtk directory
6707
6708 2002-12-13 [christoph]  0.8.6claws108
6709
6710         * src/Makefile.am
6711         * src/gtkshruler.[ch]           ** REMOVE **
6712         * src/gtk/Makefile.am
6713         * src/gtk/gtkshruler.[ch]       ** NEW **
6714                 move gtkshruler files to gtk directory
6715
6716 2002-12-13 [christoph]  0.8.6claws107
6717
6718         * src/Makefile.am
6719         * src/compose.c
6720         * src/gtkstext.[ch]             ** REMOVE **
6721         * src/gtkutils.[ch]
6722         * src/textview.c
6723         * src/gtk/gtkstext.[ch]         ** NEW **
6724         * src/gtk/Makefile.am
6725                 o move stext functions to gtkstext.c to remove
6726                   dependency of gtkutils
6727                 o move gtkstext files to gtk directory
6728
6729         * src/gtk/Makefile.am
6730         * src/gtk/sslcertwindow.[ch]
6731                 UI stuff can always depend on common code so
6732                 it's ok to add ../common to include path
6733
6734 2002-12-13 [colin]      0.8.6claws106
6735
6736         * src/summaryview.c
6737                 Disconnect sighandlers for mainwindow when
6738                 quicksearch has the focus
6739                 Fix bug #653231
6740         * src/mainwindow.[ch]
6741                 Make key_pressed callback public, to be able
6742                 to disconnect it
6743
6744 2002-12-13 [christoph]  0.8.6claws105
6745
6746         * src/mh.c
6747                 create .mh_sequences file in new MH folders
6748                 (closes feature request [ 523162 ] MH folders should
6749                  get a .mh_sequences)
6750
6751 2002-12-13 [colin]      0.8.6claws104
6752
6753         * src/summaryview.c
6754                 Better handling of quicksearch show/hide
6755                 (basically the button stays under the mouse 
6756                  when toggled)
6757
6758 2002-12-13 [paul]       0.8.6claws103
6759
6760         * sync with 0.8.6cvs17
6761                 see ChangeLog 2002-12-13
6762
6763 2002-12-13 [paul]       0.8.6claws102
6764
6765         * po/es.po
6766                 updated by Ricardo Mones Lastra
6767
6768 2002-12-11 [colin]       0.8.6claws101
6769
6770         * src/folder.c
6771                 remove statusbar stuff
6772           src/folderview.c
6773                 set statusbar verbosity when moving folders
6774
6775 2002-12-11 [colin]       0.8.6claws100
6776         * src/prefs_filtering.c
6777         * src/prefs_matcher.c
6778         * src/prefs_scoring.c
6779                 Fix english ;)
6780
6781 2002-12-11 [colin]       0.8.6claws99
6782
6783         * src/prefs_common.[ch]
6784                 Add summary_quicksearch_type
6785         * src/summaryview.c
6786                 Save last used quicksearch type
6787
6788 2002-12-11 [jens]       0.8.6claws98
6789         * src/prefs_filtering.c
6790         * src/prefs_matcher.c
6791         * src/prefs_scoring.c
6792                 added dialog for incomplete rules in scoring, filtering and
6793                 matcher to ask wheather really close
6794
6795 2002-12-11 [colin]      0.8.6claws97
6796
6797         * src/folder.c
6798                 Fix folder dnd statusbar logging
6799
6800 2002-12-10 [christoph]  0.8.6claws96
6801
6802         * src/compose.c
6803         * src/folder.c
6804         * src/imap.c
6805         * src/inc.c
6806         * src/main.c
6807         * src/mainwindow.c
6808         * src/news.c
6809         * src/send.c
6810         * src/statusbar.[ch]
6811         * src/common/hooks.c
6812         * src/common/log.[ch]
6813                 o handle verbose logging in statusbar directly in statusbar code
6814                   and common code does not need any knowledge about a statusbar
6815                 o remove direct calls to statusbar_(puts|pop)_all functions
6816
6817 2002-12-10 [jens]       0.8.6claws95
6818
6819         * src/*.c
6820                 removed gettext from g_warnings
6821         * po/POTFILES.in
6822                 cleaned and updated
6823         * po/de.po
6824                 updated
6825
6826 2002-12-10 [colin]      0.8.6claws94
6827
6828         * src/main.c
6829                 finish crash dialog fix
6830
6831 2002-12-10 [colin]      0.8.6claws93
6832
6833         * src/main.c
6834                 "Fix" "sylpheed already running" instead of
6835                 crash dialog appearing after a crash
6836
6837 2002-12-10 [colin]      0.8.6claws92
6838
6839         * po/POTFILES.in
6840                 add src/gtk/sslcertwindow.c
6841
6842 2002-12-10 [paul]       0.8.6claws91
6843
6844         * po/POTFILES.in
6845                 updated to reflect recent changes
6846                 submitted by Alessandro Maestri
6847
6848 2002-12-09 [christoph]  0.8.6claws90
6849
6850         * src/Makefile.am
6851         * src/smtp.[ch]                 ** REMOVE **
6852         * src/common/Makefile.am
6853         * src/common/smtp.[ch]          ** NEW **
6854                 move smtp files to common directory
6855
6856 2002-12-09 [christoph]  0.8.6claws89
6857
6858         * src/Makefile.am
6859         * src/session.[ch]              ** REMOVE **
6860         * src/common/Makefile.am
6861         * src/common/session.[ch]       ** NEW **
6862                 move session files to common directory
6863
6864 2002-12-09 [paul]       0.8.6claws88
6865
6866         * src/account.c
6867                 fix bug [649746] edit accounts: move account reverted
6868                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6869
6870 2002-12-09 [colin]      0.8.6claws87
6871
6872         * src/ssl_certificate.c
6873                 cleanup
6874
6875 2002-12-09 [colin]      0.8.6claws86
6876
6877         * src/ssl.c
6878                 Try to open the cert.pem database and 
6879                 issue a warning if it isn't there
6880
6881 2002-12-09 [colin]      0.8.6claws85
6882
6883         * src/common/ssl_certificate.c
6884         * src/gtk/sslcertwindow.c
6885                 Warning fixes
6886
6887 2002-12-09 [colin]      0.8.6claws84
6888
6889         * src/ssl_certificate.[ch] ** REMOVED **
6890         * src/common/ssl_certificate.[ch] ** NEW **
6891         * src/Makefile.am
6892         * src/common/Makefile.am
6893                 Moved ssl_certificate.[ch] to common
6894         * src/common/ssl.c 
6895                 Put back needed include
6896         * src/gtk/sslcertwindow.[ch]
6897                 Changed ssl_certificate.h include
6898         
6899 2002-12-09 [colin]      0.8.6claws83
6900
6901         * src/gtk/sslcertwindow.[ch]
6902                 Implement hook for certificate acception
6903         * src/ssl_certificate.[ch]
6904                 Implement hook for certificate acception
6905         * src/common/ssl.c
6906                 Reenable certificate acception check
6907         * src/mainwindow.c
6908                 Register sslcertwindow's hook
6909         
6910 2002-12-08 [christoph]  0.8.6claws82
6911
6912         * src/about.c
6913         * src/addr_compl.c
6914         * src/codeconv.c
6915         * src/manual.c
6916         * src/undo.c
6917         * src/common/utils.c
6918                 o add missing includes
6919                 o fix warnings
6920         * src/.cvsignore
6921         * src/common/.cvsignore
6922         * src/common/version.h          ** REMOVE **
6923                 remove autogenerated file
6924
6925 2002-12-08 [paul]       0.8.6claws81
6926
6927         * src/stringtable.c
6928                 put back needed include
6929
6930 2002-12-08 [colin]      0.8.6claws80
6931         
6932         * src/gtk/sslcertwindow.c
6933                 Cleaner popups when asking
6934         * src/ssl_certificate.c
6935         * src/prefs_common.[ch]
6936                 remove ssl certificate pref
6937                 put back needed include
6938         * src/undo.c
6939                 put back needed include
6940
6941 2002-12-08 [christoph]  0.8.6claws79
6942
6943         * src/folderview.c
6944         * src/logwindow.c
6945         * src/statusbar.c
6946         * src/summaryview.c
6947                 only abort hook invokation if required data is missing not
6948                 if our own data pointer is NULL, update hookfunction for
6949                 log window
6950
6951 2002-12-08 [paul]       0.8.6claws78
6952
6953         * src/about.c
6954         * src/addrcache.c
6955         * src/addrclip.c
6956         * src/addr_compl.c
6957         * src/addrselect.c
6958         * src/codeconv.c
6959         * src/colorlabel.c
6960         * src/enriched.c
6961         * src/esmtp.c
6962         * src/exporthtml.c
6963         * src/headerview.c
6964         * src/imageview.c
6965         * src/manual.c
6966         * src/noticeview.c
6967         * src/pgptext.c
6968         * src/scoring.c
6969         * src/sourcewindow.c
6970         * src/stringtable.c
6971         * src/undo.c
6972                 clean up: remove unneccesary includes
6973
6974 2002-12-08 [christoph]  0.8.6claws77
6975
6976         * src/folderview.c
6977         * src/statusbar.c
6978         * src/summaryview.c
6979         * src/common/hooks.[ch]
6980                 hook functions now have a gboolean return value, if a hook
6981                 returns TRUE it will stop executing of any more hooks in
6982                 the same hooklist for this invokation
6983
6984 2002-12-08 [colin]      0.8.6claws76
6985         
6986         * src/main.c
6987                 put back argv0 for CRASH_DIALOG
6988
6989 2002-12-08 [christoph]  0.8.6claws75
6990
6991         * src/Makefile.am
6992         * src/about.c
6993         * src/account.c
6994         * src/crash.c
6995         * src/esmtp.h
6996         * src/imap.[ch]
6997         * src/inc.c
6998         * src/main.c
6999         * src/mainwindow.c
7000         * src/news.c
7001         * src/pop.[ch]
7002         * src/prefs_account.[ch]
7003         * src/prefs_common.[ch]
7004         * src/send.[ch]
7005         * src/smtp.[ch]
7006         * src/ssl_certificate.[ch]
7007         * src/ssl_manager.[ch]
7008         * src/common/Makefile.am
7009         * src/common/log.c
7010         * src/common/nntp.[ch]
7011         * src/common/socket.[ch]
7012         * src/common/ssl.[ch]
7013         * src/gtk/sslcertwindow.[ch]
7014         * ac/openssl.m4
7015                 use new autoconf script to detect OpenSSL with extra parameters
7016                 to specify the location of libs and includes, also remove USE_SSL
7017                 to USE_OPENSSL
7018
7019         * src/common/sylpheed.[ch]
7020         * src/common/version.h.in
7021                 start seperation of common code initialization seperated from gui
7022
7023         * src/summaryview.c
7024                 The function that is called when a color label changes
7025                 should not change the color lable again
7026
7027 2002-12-08 [colin]      0.8.6claws74
7028
7029         * src/gtk/sslcertwindow.c
7030                 warning fixes
7031
7032 2002-12-08 [colin]      0.8.6claws73
7033
7034         * src/statusbar.c
7035           src/common/log.h
7036                 Register a hook for statusbar_puts_all
7037         * src/common/log.c
7038                 invoke statusbar_puts_all's hook
7039         
7040 2002-12-08 [colin]      0.8.6claws72
7041
7042         * src/ssl_certificate.c
7043                 Put back a badly-removed include
7044
7045 2002-12-08 [colin]      0.8.6claws71
7046
7047         * src/gtk/sslcertwindow.[ch]    ** NEW **
7048                 new certificate presentation
7049         * src/gtk/Makefile.am
7050                 add new files
7051         * src/ssl_certificate.[ch]
7052                 gtk cleanup, made utility functions public
7053         * src/ssl_manager.c
7054                 use new cert presentation
7055
7056 2002-12-07 [christoph]  0.8.6claws70
7057
7058         * src/Makefile.am
7059         * src/nntp.[ch]                 ** REMOVE **
7060         * src/common/Makefile.am
7061         * src/common/nntp.[ch]          ** NEW **
7062                 move nntp files to common directory
7063
7064 2002-12-07 [christoph]  0.8.6claws69
7065
7066         * src/procmsg.[ch]
7067         * src/summaryview.c
7068                 implement msginfo update callback using sylpheed's new
7069                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7070
7071 2002-12-06 [christoph]  0.8.6claws68
7072
7073         * src/editgroup.c
7074                 This patch changes the 'Edit Group Details' dialog to
7075                 allow extended selections in either pane, so that
7076                 addresses can be added or removed from a group more
7077                 quickly and easily. (it actually is a net decrease in
7078                 file size, as some unnecessary functions have been
7079                 removed). 
7080                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7081
7082 2002-12-06 [christoph]  0.8.6claws67
7083
7084         * src/Makefile.am
7085         * src/template.[ch]             ** REMOVE **
7086         * src/common/Makefile.am
7087         * src/common/template.[ch]      ** NEW **
7088                 move template files to common directory
7089
7090         * src/nntp.c
7091                 add missing log.h include
7092
7093 2002-12-06 [melvin]     0.8.6claws66
7094
7095         * src/prefs_actions.c
7096                 Added the trailing ">" syntax to insert command's output
7097                 without replacing old text (in contrast to trailing "|").
7098
7099 2002-12-05 [colin]      0.8.6claws65
7100         
7101         * src/common/utils.c
7102                 Don't modify original search_string or it'll change
7103                 the next iterations in the for()
7104
7105 2002-12-05 [darko]      0.8.6claws64
7106
7107         * src/common/utils.c
7108                 proper check for filtering commands, found by Colin
7109
7110 2002-12-05 [darko]      0.8.6claws63
7111
7112         * src/common/utils.c
7113                 check proper string for NULL pointer, found by Colin
7114
7115 2002-12-05 [darko]      0.8.6claws62
7116
7117         * src/common/utils.[ch]
7118                 expand_search_string(): new function
7119                 converts Mutt-like patterns to Sylpheed's
7120                 filtering engine
7121         * src/summaryview.c
7122                 use expand_search_string() to allow Mutt-like
7123                 patterns in extended search
7124         * README.claws
7125                 document extended option in quick search
7126
7127 2002-12-05 [paul]       0.8.6claws61
7128
7129         * sync with 0.8.6cvs16
7130                 see ChangeLog 2002-12-05
7131                 
7132         * po/POTFILES.in
7133                 clean up
7134
7135 2002-12-04 [christoph]  0.8.6claws60
7136
7137         * src/imap.[ch]
7138                 put imap authentication code into a new function and
7139                 remove it from imap_session_new that will allow to
7140                 send other commands before authentication
7141
7142 2002-12-04 [christoph]  0.8.6claws59
7143
7144         * src/imap.[ch]
7145                 use already existing method to prevent unneeded IMAP
7146                 folder selects. Set imap_select parameters to NULL
7147                 in some functions if the values are not required.
7148
7149         * src/xml.h
7150                 remove no longer required include
7151
7152 2002-12-04 [paul]       0.8.6claws58
7153
7154         * po/es.po
7155                 updated by Ricardo Mones Lastra
7156                 
7157         * configure.in
7158           po/hu.po      ** NEW FILE **
7159                 initial Hungarian translation, submitted
7160                 by Gál Zoltán <galzoli@hu.inter.net>
7161
7162 2002-12-03 [christoph]  0.8.6claws57
7163
7164         * src/Makefile.am
7165         * src/gtksctree.[ch]            ** REMOVE **
7166         * src/gtk/Makefile.am
7167         * src/gtk/gtksctree.[ch]        ** NEW **
7168                 move gtksctree files to gtk directory
7169
7170 2002-12-03 [christoph]  0.8.6claws56
7171
7172         * src/Makefile.am
7173         * src/md5.[ch]                  ** REMOVE **
7174         * srm/common/Makefile.am
7175         * src/common/md5.[ch]           ** NEW **
7176                 move md5 files to common directory
7177
7178         * src/gtkstext.c
7179                 remove not required #include
7180
7181 2002-12-03 [sergey]     0.8.6claws55
7182
7183         * src/gtkutils.c
7184         * src/gtkutils.h
7185                 gtkut_window_popup(): new function.
7186         * src/mainwindow.c
7187                 main_window_popup(): use gtkut_window_popup() to raise
7188                 window without changing its position.
7189                 (see sylpheed-main ML message [sylpheed:17247])
7190
7191 2002-12-03 [sergey]     0.8.6claws54
7192
7193         * src/send.c
7194                 send_message_local(): removed first-dot escaping
7195                 (SMTP-only, not needed for sending through pipe)
7196
7197 2002-12-03 [paul]       0.8.6claws53
7198
7199         * po/POTFILES.in
7200                 update to reflect recent changes (thanks
7201                 to Ricardo Mones Lastra)
7202                 
7203         * tools/filter_conv.pl
7204                  fix problem with quoted strings. Patch submitted
7205                  by Luke Plant <lukeplant@softhome.net>
7206
7207 2002-12-03 [paul]       0.8.6claws52
7208
7209         * sync with 0.8.6cvs15
7210                 see ChangeLog 2002-12-03
7211
7212 2002-12-02 [christoph]  0.8.6claws51
7213
7214         * src/logwindow.[ch]
7215         * src/common/log.[ch]
7216                 implement logging using a hook function
7217
7218         * src/folderview.c
7219         * src/folder.[ch]
7220                 define hooklist name in header file to avoid
7221                 errors caused by wrong spelling of hooklist names
7222
7223         * src/toolbar.c
7224                 fix warnings
7225
7226 2002-12-02 [christoph]  0.8.6claws50
7227
7228         * src/common/Makefile.am
7229                 add src/common/hooks.[ch]
7230
7231         * src/common/hooks.[ch]
7232                 implement a simple hook system using glib's hook functions
7233
7234         * src/folder.[ch]
7235         * src/folderview.c
7236                 use new hook system for folder item updates
7237
7238 2002-12-02 [christoph]  0.8.6claws49
7239
7240         * doc-src/ui_seperation.txt     ** NEW **
7241                 information for ui seperation
7242
7243         * src/Makefile.am
7244                 remove files that were moved to common
7245                 include common directory by default for the header files
7246
7247         * src/inc.c
7248         * src/common/socket.c
7249         * src/automaton.[ch]
7250                 implement automaton using g_io_*-functions instead of
7251                 gdk_input_add to make it ui independent
7252
7253         * src/codeconv.c
7254         * src/compose.c
7255         * src/ldif.c
7256         * src/pgptext.c
7257         * src/procmime.c
7258         * src/rfc2015.c
7259         * src/smtp.c
7260         * src/unmime.c
7261                 remove common/ prefix because directory is now in
7262                 include path
7263
7264         * src/compose.c
7265         * src/folder.c
7266         * src/folderview.c
7267         * src/mainwindow.c
7268         * src/messageview.c
7269         * src/prefs_common.c
7270         * src/procmsg.c
7271         * src/rfc2015.c
7272                 fix warnings
7273
7274         * src/imap.c
7275         * src/inc.c
7276         * src/news.c
7277         * src/pop.c
7278         * src/send.c
7279         * src/smtp.c
7280         * src/ssl_certificate.c
7281                 add log.h header file for logging functions
7282
7283         * src/main.c
7284         * src/common/utils.c
7285         * src/summaryview.c
7286         * src/xml.c
7287                 o move debug_mode to common/utils.c
7288                 o add functions to set and get debug_mode
7289
7290         * src/defs.h                    ** REMOVE **
7291         * src/intl.h                    ** REMOVE **
7292         * src/socket.[ch]               ** REMOVE **
7293         * src/ssl.[ch]                  ** REMOVE **
7294         * src/utils.[ch]                ** REMOVE **
7295                 replaced by new files in src/common/
7296         
7297         * src/common/Makefile.am
7298                 add new files in src/common/
7299
7300         * src/common/defs.h             ** NEW **
7301         * src/common/intl.h             ** NEW **
7302         * src/common/log.[ch]           ** NEW **
7303         * src/common/socket.[ch]        ** NEW **
7304         * src/common/ssl.[ch]           ** NEW **
7305         * src/common/utils.[ch]         ** NEW **
7306                 replacement for files in src/
7307
7308 2002-12-02 [colin]      0.8.6claws48
7309
7310         * src/folderview.c
7311                 Scroll folderview if necessary during dnd
7312
7313 2002-12-02 [colin]      0.8.6claws47
7314
7315         * src/folder.[ch]
7316                 Add check to verify a move is within a single mailbox
7317         * src/folderview.c
7318                 Add specific error string for this check
7319
7320 2002-12-02 [colin]      0.8.6claws46
7321
7322         * src/folder.c
7323                 Add a test to folder moving, remove a statusbar_print
7324         * src/folderview.c
7325                 Add Move folder... context-menu item
7326                 Factorize folder moving code
7327                 Enable folder DND for mbox
7328
7329 2002-12-01 [christoph]  0.8.6claws45
7330
7331         * ac/aspell.m4
7332                 remove conf.aspelltest if the version check fails
7333
7334 2002-11-30 [christoph]  0.8.6claws44
7335
7336         * autogen.sh
7337                 run libtoolize --force in autogen to create missing
7338                 libtool scripts
7339
7340 2002-11-30 [christoph]  0.8.6claws43
7341
7342         * src/Makefile.am
7343         * src/pgptext.c
7344         * src/procmime.c
7345         * src/rfc2015.c
7346         * src/uuencode.[ch]             ** REMOVED **
7347         * src/common/Makefile.am
7348         * src/common/uuencode.[ch]      ** NEW **
7349                 move uuen/decoder to common directory
7350
7351 2002-11-30 [christoph]  0.8.6claws42
7352
7353         * src/Makefile.am
7354         * src/base64.[ch]               ** REMOVED **
7355         * src/codeconv.c
7356         * src/compose.c
7357         * src/ldif.c
7358         * src/pgptext.c
7359         * src/procmime.c
7360         * src/rfc2015.c
7361         * src/smtp.c
7362         * src/unmime.c
7363         * src/common/Makefile.am
7364         * src/common/base64.[ch]        ** NEW **
7365                 move base64 en/decoder to common directory
7366
7367 2002-11-30 [christoph]  0.8.6claws41
7368
7369         * src/common                    ** NEW **
7370                 new directory for UI independent code
7371         * src/gtk                       ** NEW **
7372                 new directory for GTK frontend
7373         * src/common/.cvsignore         ** NEW **
7374         * src/gtk/.cvsignore            ** NEW **
7375                 ignore build files
7376         * src/common/Makefile.am        ** NEW **
7377         * src/gtk/Makefile.am           ** NEW **
7378                 automake files to build new seperated stuff
7379         * src/Makefile.am
7380                 the binary will currently still be build with the
7381                 files in src, so we include the code from the
7382                 subdirs for now after building the libs there
7383
7384 2002-11-30 [paul]       0.8.6claws40
7385
7386         * src/compose.c
7387                 fix bug [642731] 'Wrong selected account with drafted mail'
7388
7389 2002-11-29 [oliver]     0.8.6claws39
7390         
7391         * src/messageview.c
7392                 o update summaryview when switching between different
7393                   messageviews          
7394         * src/toolbar.c  
7395                 o check if messageview holds already removed msg
7396                   from summaryview
7397                 
7398
7399 2002-11-29 [oliver]     0.8.6claws38
7400
7401         * src/toolbar.c 
7402                 remove not needed variables and includes
7403                 make messageview stay opened and move to next when msgs are deleted 
7404
7405 2002-11-29 [oliver]     0.8.6claws37
7406         
7407         * src/toolbar.c 
7408                 disable compose button (messageview toolbar) by default
7409                 deleted msgs are moved to trash
7410         
7411 2002-11-29 [melvin]     0.8.6claws36
7412
7413         * configure.in
7414                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7415                 and to detect signatures expirations (gpgme 0.3.6)
7416
7417         * src/main.c
7418                 Use non obsolescent function for Gpgme engine checking.
7419
7420         * src/rfc2015.c
7421                 Inform about expired signatures or signatures which key
7422                 has expired. Expiration date is displayed.
7423
7424         * src/sigstatus.c
7425                 Inform about expired signatures or signatures which key
7426                 has expired.
7427
7428 2002-11-28 [paul]       0.8.6claws35
7429
7430         * src/folderview.c
7431                 re-instate 'Check for new messages' in Newsgroup
7432                 folders right-click menu, after a suggestion from
7433                 Tim Mann <timmann@users.sourceforge.net>
7434
7435         * src/main.c
7436                 after a crash check only local folders for new
7437                 messages
7438
7439 2002-11-28 [paul]       0.8.6claws34
7440
7441         * configure.in
7442                 apply patch that fixes the checking of GTK with XIM 
7443                 support on different OSs, such as FreeBSD. Patch 
7444                 submitted by Topia <topia@users.sourceforge.net>
7445                 
7446 2002-11-28 [paul]       0.8.6claws33
7447
7448         * src/mainwindow.c
7449           src/prefs_common.c
7450           src/prefs_toolbar.c
7451                 more changes to the English
7452
7453 2002-11-28 [paul]       0.8.6claws32
7454
7455         * sync with 0.8.6cvs13
7456                 see ChangeLog 2002-11-28 (no sync needed
7457                 for src/compose.c)
7458
7459 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7460         
7461         * src/mainwindow.[ch]
7462                 add patch by Ivan F. Martinez introducing messageview Toolbar
7463                 some changes and committed by oliver    
7464
7465 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7466
7467         * src/messageview.[ch]
7468                 add patch by Ivan F. Martinez introducing messageview Toolbar
7469                 some changes and committed by oliver    
7470
7471 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7472
7473         * src/compose.[ch]
7474                 add patch by Ivan F. Martinez introducing messageview Toolbar
7475                 some changes and committed by oliver    
7476
7477 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7478         
7479         * src/toolbar.[ch]
7480                 add patch by Ivan F. Martinez introducing messageview Toolbar
7481                 some changes and committed by oliver
7482
7483 2002-11-28 [oliver]     0.8.6claws27
7484         
7485         * src/prefs_toolbar.[ch]
7486                 getting ready for messageview toolbar
7487                 free mem allocated by gettext
7488                 change prefs_toolbar to prefs_toolbar_open
7489  
7490 2002-11-28 [thorsten]   0.8.6claws26
7491
7492         * src/imageview.[ch]
7493                 cleaned up conflicting declarations of
7494                 imageview_show_image()
7495
7496 2002-11-28 [paul]       0.8.6claws25
7497
7498         * src/grouplistdialog.c
7499           src/prefs_common.c
7500           src/prefs_summary_column.c
7501                 a few more improvements to the English
7502
7503 2002-11-28 [colin]      0.8.6claws24
7504
7505         * man/sylpheed.1
7506                 A few updates to command-line parameters
7507
7508 2002-11-28 [colin]      0.8.6claws23
7509
7510         * src/prefs_filtering.c
7511                 Fix problems with prefs_filtering_delete_path:
7512                 a) if the first rule is removed, original pointers
7513                    weren't updated (leading to segfaults)
7514                 b) it was always global_processing updated in case
7515                    of removed path was parent of rule path
7516
7517 2002-11-27 [paul]       0.8.6claws22
7518
7519         * src/mainwindow.c
7520           src/prefs_account.c
7521           src/prefs_actions.c
7522           src/prefs_common.c
7523           src/prefs_customheader.c
7524           src/prefs_display_header.c
7525           src/prefs_filtering.c
7526           src/prefs_folder_item.c
7527           src/prefs_matcher.c
7528           src/prefs_scoring.c
7529           src/prefs_summary_column.c
7530           src/prefs_template.c
7531           src/prefs_toolbar.c
7532                  improve the English in the GUI
7533
7534 2002-11-27 [colin]      0.8.6claws21
7535
7536         * src/folder.c
7537                 Fix processing renaming problems happening after
7538                 last commit
7539
7540 2002-11-27 [colin]      0.8.6claws20
7541
7542         * src/folder.c
7543                 recursive move now deletes src each subfolder after 
7544                 having moved it
7545         * src/folderview.c
7546                 Use identifier instead of path during dnd (enables
7547                 IMAP folder dnd)
7548
7549 2002-11-27 [paul]       0.8.6claws19
7550
7551         * src/main.c
7552                 apply patch that does command-line processing 
7553                 BEFORE gtk_init, allowing claws to run from 
7554                 shell-scripts in non-X environment (e.g. crontab 
7555                 or ip-up, ip-down scripts). Patch submitted by
7556                 Ruslan N. Balkin <baron@dartel.ru>
7557                 
7558         * po/it.po
7559                 updated by Alessandro Maestri
7560
7561 2002-11-27 [paul]       0.8.6claws18
7562
7563         * sync with 0.8.6cvs12
7564           src/prefs_common.c
7565                 Differences are that main uses a 'Receive dialog'
7566                 frame on the Interface tab, whereas claws groups all 
7567                 the dialogs together in a 'Dialogs' frame.
7568
7569 2002-11-27 [colin]      0.8.6claws17
7570
7571         * src/prefs_matcher.c
7572                 Fix Execute criteria's NOT flag
7573
7574
7575 2002-11-26 [christoph]  0.8.6claws16
7576
7577         * src/ssl.c
7578                 rewrite the ssl code a little bit, only use one
7579                 SSL context, set default certificates' file/path
7580
7581 2002-11-26 [thorsten]   0.8.6claws15
7582
7583         * src/compose.c
7584                 default-reply-to didn't work for ml-reply
7585
7586 2002-11-26 [melvin]     0.8.6claws14
7587
7588         * src/prefs_actions.c
7589                 Made pipe-actions ignore short headers in message view
7590                 Made trailing-pipe-actions write in the message view with
7591                 the same font as the original message
7592
7593 2002-11-26 [paul]       0.8.6claws13
7594
7595         * src/compose.c
7596                 this time commit the correct file
7597
7598 2002-11-26 [paul]       0.8.6claws12
7599
7600         * sync with 0.8.6cvs11
7601           src/quote_fmt_parse.y  
7602                 no sync needed
7603           src/account.[ch]       
7604                 not sync'ed
7605           src/compose.c
7606                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7607                 on draft mode.
7608                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7609                 header
7610                 
7611         see ChangeLog 2002-11-25 and 2002-11-26
7612
7613 2002-11-26 [colin]      0.8.6claws11
7614
7615         * src/folderview.c
7616                 Fix collapsed folder not auto-expanding during
7617                 mail dnd, if it was the source folder.
7618
7619 2002-11-25 [colin]      0.8.6claws10
7620
7621         * src/folderview.[ch]
7622                 Variable renaming and cleaning (slist of nodes 
7623                 to be re-collapsed is stored in FolderView)
7624
7625 2002-11-25 [paul]       0.8.6claws9
7626
7627         * src/prefs_common.[ch]
7628                 fix breakage caused by last commit
7629
7630 2002-11-25 [paul]       0.8.6claws8
7631
7632         * sync with 0.8.6cvs4
7633                 see ChangeLog 2002-11-21
7634
7635 2002-11-25 [paul]       0.8.6claws7
7636
7637         * sync with 0.8.6cvs4
7638                 see ChangeLog 2002-11-20
7639
7640 2002-11-25 [paul]       0.8.6claws6
7641
7642         * sync with 0.8.6cvs3
7643                 see ChangeLog 2002-11-18
7644
7645 2002-11-25 [colin]      0.8.6claws5
7646
7647         * src/gtkutils.[ch]
7648                 Add gtkut_ctree_node_is_parent()
7649         * src/folderview.c
7650                 Spring-loaded folders
7651
7652 2002-11-25 [colin]      0.8.6claws4
7653
7654         * src/utils.[ch]
7655                 Add slist_concat_unique(), function to merge
7656                 two GSList filtering dups
7657         * src/folder.[ch]
7658         * src/summaryview.[ch]
7659         * src/folderview.c
7660         * src/main.c
7661                 Add detection/update/display of unread answers
7662                 to marked mails
7663         * src/procmsg.[ch]
7664                 Add procmsg_find_children()
7665                 Add procmsg_msg_has_marked_parent()
7666
7667 2002-11-25 [colin]      0.8.6claws3
7668
7669         * src/ssl_certificate.[ch]
7670                 Allow checking a certificate without a DNS
7671                 lookup
7672                 Allow to forget a cert (by deleting it)
7673                 Make ssl_certificate_destroy_public
7674         * src/ssl_manager.[ch] ** NEW FILES **
7675                 Gui to manage (display/remove) certificates
7676         * src/prefs_common.[ch]
7677                 Add a pref to allow silent acceptation of
7678                 trusted certificates or not (based on the
7679                 "I want to know what's going on" principle)
7680         * src/mainwindow.c
7681                 Add SSL manager in Tools menu
7682         * src/Makefile.am
7683                 Add the new files to the build
7684         * po/POTFILES.in
7685                 Add ssl_manager.c to translations
7686
7687 2002-11-25 [colin]      0.8.6claws2
7688
7689         * src/summaryview.[ch]
7690                 Add S_SEARCH_EXTENDED to the quick search, which 
7691                 allows to search using filtering syntax.
7692
7693 2002-11-25 [colin]      0.8.6claws1
7694
7695         * src/summaryview.c
7696                 Deletion of duplicates now prefer deleting
7697                 the unread dup (fixes feature-request 638989).
7698
7699 2002-11-24 [paul]       0.8.6claws
7700
7701         * po/es.po
7702           po/pl.po
7703           po/ru.po
7704           po/sr.po
7705                 updated by Ricardo Mones Lastra,
7706                 Witold Wladyslaw Wojciech Wilk,
7707                 Ruslan N. Balkin, and  Urke MMI 
7708                 respectively
7709
7710 2002-11-24 [paul]       0.8.5claws182
7711
7712         * po/bg.po
7713                 updated by George Danchev
7714
7715 2002-11-23 [alfons]     0.8.5claws181
7716
7717         * src/imap.c
7718                 tiny memory leak found by browsing Dimitar's 
7719                 valgrind report
7720
7721 2002-11-23 [paul]       0.8.5claws180
7722
7723         * po/it.po
7724                 updated by Alessandro Maestri
7725
7726 2002-11-22 [christoph]  0.8.5claws179
7727
7728         * src/compose.c
7729         * src/inc.c
7730         * src/prefs_filtering.c
7731         * src/summaryview.c
7732                 more warning fixes
7733
7734 2002-11-22 [alfons]     0.8.5claws178
7735
7736         * src/summaryview.c
7737                 summary_execute_delete_func(): if message is deleted, make 
7738                 sure to also remove its entry in the subject hash table. 
7739                 fixes a corner case bug.
7740
7741 2002-11-22 [paul]       0.8.5claws177
7742
7743         * .cvsignore
7744                 add 'autom4te.cache'
7745                 
7746         * ltconfig      ** REMOVED **
7747                 not needed
7748
7749 2002-11-22 [paul]       0.8.5claws176
7750
7751         * src/textview.c
7752                 textview_set_font(): fix for message display in
7753                 UTF-8 locales (thanks to Sergey Vlasov).
7754                 
7755         * AUTHORS
7756                 add new team members and contributors
7757
7758
7759 2002-11-21 [colin]      0.8.5claws175
7760
7761         * src/procmsg.[ch]
7762                 Add procmsg_remove_special_headers()
7763         * src/mh.c
7764                 Use procmsg_remove_special_headers() for 
7765                 previous fix
7766
7767 2002-11-21 [colin]      0.8.5claws174
7768
7769         * src/mh.c
7770                 Fix moving/copying from queue/draft folders
7771                 for MH folders
7772
7773 2002-11-21 [christoph]  0.8.5claws173
7774
7775         * src/crash.c
7776         * src/filtering.c
7777         * src/logwindow.c
7778         * src/main.c
7779         * src/matcher_parser_lex.[hl]
7780         * src/mbox.c
7781         * src/mbox_folder.[ch]
7782         * src/prefs_filtering.c
7783         * src/procheader.c
7784         * src/quote_fmt_lex.l
7785         * src/ssl.c
7786                 fix all warnings except the warnings in lex and yacc files
7787
7788 2002-11-20 [christoph]  0.8.5claws172
7789
7790         * src/imap.c
7791                 fix MsgInfo retrieval for IMAP draft and queue folders
7792                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7793
7794 2002-11-19 [christoph]  0.8.5claws171
7795
7796         * src/compose.c
7797                 fix segfault, when draft saving does not get
7798                 the MsgInfo of the new message
7799                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7800
7801 2002-11-19 [christoph]  0.8.5claws170
7802
7803         * src/procmsg.c
7804                 add parameter check for flag setting function
7805                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7806
7807 2002-11-18 [paul]       0.8.5claws169
7808
7809         * src/compose.c
7810                 more sensitivity fixes to redirect mode:
7811                 * disable toolbar draft button
7812                 * allow only Address book in the Tools menu
7813                 * disable editing of message by the spell
7814                   checker
7815
7816 2002-11-18 [paul]       0.8.5claws168
7817
7818         * src/compose.c
7819                 fix sensitivity of menu items in compose_redirect():
7820                 allow only the necessary items 
7821
7822 2002-11-18 [paul]       0.8.5claws167
7823
7824         * src/compose.c
7825                 fix bug [ 603259 ] 'attachment got lost on bounce'
7826
7827 2002-11-18 [paul]       0.8.5claws166
7828
7829         * po/ru.po
7830                 updated by Ruslan N. Balkin <baron@dartel.ru>
7831
7832 2002-11-18 [colin]      0.8.5claws165
7833
7834         * src/main.c
7835           src/defs.h
7836                 Remove old filtering stuff
7837
7838
7839 2002-11-17 [oliver]     0.8.5claws164
7840
7841         * src/toolbar.h
7842                 remove not needed typedef 
7843
7844 2002-11-17 [oliver]     0.8.5claws163
7845
7846         * src/toolbar.c
7847                 make toolbar's on click events translatable
7848
7849 2002-11-15 [colin]      0.8.5claws162
7850
7851         * src/summaryview.c
7852                 Revert too-soon integration of a feature
7853
7854 2002-11-15 [christoph]  0.8.5claws161
7855
7856         * src/imap.c
7857                 use main's implementation of imap_get_msginfo
7858
7859 2002-11-15 [christoph]  0.8.5claws160
7860
7861         * src/compose.c
7862         * src/folder.[ch]
7863         * src/imap.c
7864         * src/mbox_folder.c
7865         * src/mh.c
7866         * src/news.c
7867         * src/procmsg.c
7868         * src/summaryview.c
7869                 replace claws' fetch_msginfo with main's get_msginfo
7870                 (use main's implementation where possible)
7871
7872 2002-11-15 [colin]      0.8.5claws159
7873
7874         * src/ssl_certificate.c
7875                 Missed a check
7876
7877 2002-11-16 [melvin]     0.8.5claws158
7878
7879         * po/fr.po
7880                 Updated French translations.
7881
7882 2002-11-16 [colin]      0.8.5claws157
7883
7884         * src/ssl_certificate.c
7885                 Check for missing parts in the certificates
7886
7887 2002-11-15 [colin]      0.8.5claws156
7888
7889         * src/folderview.c
7890                 Preventive fix (missing check) found by
7891                 Alfons
7892
7893 2002-11-15 [paul]
7894
7895         * NEWS
7896                 sync with 0.8.6 release
7897
7898 2002-11-15 [colin]      0.8.5claws155
7899
7900         * src/folder.[ch]
7901           src/folderview.c
7902                 Fix error handling of folder_item_move_to()
7903                 (thanks to Alfons!)
7904
7905 2002-11-15 [colin]      0.8.5claws154
7906
7907         * src/folder.[ch]
7908           src/folderview.c
7909                 folder_item_move_to() sets an error message instead
7910                 of having GUI stuff in folder.c
7911
7912 2002-11-15 [colin]      0.8.5claws153
7913
7914         * src/procmsg.[ch]
7915                 Implemented a callback for MsgInfo updates, 
7916                 heavily copy/pasted from Christoph's folder 
7917                 callback system
7918         * src/summaryview.[ch]
7919                 Register summary_update_msg as callback
7920
7921 2002-11-14 [colin]      0.8.5claws152
7922         
7923         * src/procmsg.c
7924                 Update the FolderItem after sending (fixes 617593)
7925
7926 2002-11-14 [christoph]  0.8.5claws151
7927
7928         * src/folder.c
7929                 fix wrong position of NULL pointer check found
7930                 by Sergey
7931
7932 2002-11-14 [christoph]  0.8.5claws150
7933
7934         * src/folder.c
7935                 fix segfault when deleting messages from IMAP folders
7936                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7937
7938 2002-11-14 [colin]      0.8.5claws149
7939
7940         * src/compose.c
7941                 Forwarding was also ignoring the folder's default account.
7942
7943 2002-11-14 [colin]      0.8.5claws148
7944
7945         * src/compose.c
7946                 Fix sent folder not set to folder properties when 
7947                 forwarding.
7948
7949 2002-11-14 [thorsten]   0.8.5claws147
7950
7951         * src/inc.c
7952                 inc_start(): Files were not moved from .processing to inbox,
7953                 if no global processing rule existed
7954
7955 2002-11-14 [colin]      0.8.5claws146
7956
7957         * src/ssl_certificate
7958                 Fix file operations
7959
7960 2002-11-14 [paul]       0.8.5claws145
7961
7962         * po/it.po
7963                 updated by Alessandro Maestri
7964
7965 2002-11-13 [alfons]     0.8.5claws144
7966
7967         * src/folder.c
7968                 folder_item_close(): only mark messages unread
7969                 when a folder has new messages 
7970
7971 2002-11-13 [keith]      0.8.5claws143
7972
7973         * src/imap.c
7974                 Fix problem moving or copying between
7975                 IMAP folders
7976
7977 2002-11-13 [colin]      0.8.5claws142
7978
7979         * src/matcher_parser_parse.y
7980                 Fix rule problem when " don't match
7981
7982 2002-11-13 [christoph]  0.8.5claws141
7983
7984         * src/folder.c
7985         * src/folderview.c
7986                 moved cache saving to folder_item_close
7987                 the folderview should not have to deal with
7988                 this things
7989
7990 2002-11-13 [christoph]  0.8.5claws140
7991
7992         * src/summaryview.c
7993                 moved setting of important score to
7994                 summary_set_prefs_from_folderitem
7995
7996 2002-11-13 [colin]      0.8.5claws139
7997
7998         * src/matcher_parser_parse.y
7999                 Fix a segfault in the parser (happening when
8000                 a good expression had been tested and a bad 
8001                 one arrives)
8002
8003 2002-11-13 [paul]       0.8.5claws138
8004
8005         * sync with 0.8.5cvs24
8006                 see ChangeLog 2002-11-13
8007                 
8008         * po/pt_BR.po
8009                 updated by Fabio Jr. Beneditto
8010
8011 2002-11-13 [colin]      0.8.5claws137
8012         
8013         * src/msgcache.c
8014           src/defs.h
8015           src/procmsg.[ch]
8016                 Revert last commit, problem
8017
8018 2002-11-13 [colin]      0.8.5claws136
8019
8020         * src/msgcache.c
8021                 Remove duplicated code
8022         * src/defs.h
8023                 Bumped CACHE_VERSION and MARK_VERSION
8024         * src/procmsg.[ch]
8025                 Network endian for cache and mark files
8026
8027 2002-11-12 [colin]      0.8.5claws135
8028
8029         * src/inc.c
8030                 Fix the "socket error" dialog which disappeared
8031
8032 2002-11-12 [colin]      0.8.5claws134
8033
8034         * src/msgcache.c
8035                 Reverse last commit which had performance 
8036                 problems, but still reverse the list
8037
8038 2002-11-12 [colin]      0.8.5claws133
8039
8040         * src/msgcache.c
8041                 Reverse list order
8042
8043 2002-11-12 [melvin]     0.8.5claws132
8044
8045         * src/compose.c
8046                 Added a check for a NULL prefs_common.dictionary
8047
8048 2002-11-12 [colin]      0.8.5claws131
8049
8050         * src/ssl_certificate.[ch]
8051                 Use FQDN hostname
8052
8053 2002-11-12 [colin]      0.8.5claws130
8054
8055         * src/ssl_certificate.[ch]
8056                 Take connection port into account for 
8057                 checking certificates (a single hostname
8058                 could have multiple servers with multiple
8059                 certificates)
8060         * src/ssl.c
8061                 Pass the port to ssl_certificate_check
8062
8063 2002-11-12 [paul]       0.8.5claws129
8064
8065         * src/folder.c
8066                 fix a typo in last commit
8067
8068 2002-11-12 [paul]       0.8.5claws128
8069
8070         * sync with 0.8.5cvs23
8071                 see ChangeLog entry 2002-11-12
8072
8073 2002-11-11 [colin]      0.8.5claws127
8074
8075         * src/ssl_certificate.c
8076                 Cleaner messages
8077                 Don't popup, instead log error, if the 
8078                 corresponding pref is checked
8079         * src/ssl_certificate.h
8080                 include <openssl/objects/h>
8081
8082 2002-11-11 [colin]      0.8.5claws126
8083
8084         * src/ssl_certificate.h
8085                 _Really_ clean it
8086
8087 2002-11-11 [colin]      0.8.5claws125
8088         
8089         * src/ssl_certificate.c
8090                 Fixed leak
8091
8092 2002-11-11 [colin]      0.8.5claws124
8093
8094         * src/ssl.c
8095                 Cleaned a bit
8096         * src/ssl_certificate.[ch]
8097                 Cleaned a bit (better use of SSL API)
8098                 (This will cause non-recognition of saved 
8099                  certificates of claws12[23]...)
8100
8101 2002-11-11 [paul]       0.8.5claws123
8102         
8103         * po/es.po
8104                 updated by Ricardo Mones Lastra
8105
8106 2002-11-11 [colin]      0.8.5claws122
8107
8108         * src/ssl.c
8109                 Fix a typo
8110
8111 2002-11-11 [colin]      0.8.5claws121
8112
8113         * src/ssl_certificate.[ch] ** NEW FILES **
8114         * src/ssl.[ch]
8115                 Check SSL certificates presented to us
8116         * src/Makefile.am
8117                 Add ssl_certificate.[ch]
8118         * po/POTFILES.in
8119                 Add ssl_certificate.c
8120
8121 2002-11-11 [paul]       0.8.5claws120
8122
8123         * sync with 0.8.5cvs22
8124                 see ChangeLog 2002-11-11
8125
8126 2002-11-11 [paul]       0.8.5claws119
8127
8128         * sync with 0.8.5cvs21
8129                 see ChangeLog 2002-11-11
8130
8131 2002-11-10 [jens]       0.8.5claws118
8132
8133         * src/folder.c
8134         * src/folderview.c
8135                 corrected some typing
8136         * po/de.po
8137                 updated german translation
8138         * sylpheed.spec.in
8139                 cleaned up specfile and adjusted it for claws
8140
8141 2002-11-10 [colin]      0.8.5claws117
8142
8143         * src/summaryview.c
8144                 a STATUSBAR_PUSH/POP fix
8145
8146 2002-11-10 [colin]      0.8.5claws116
8147
8148         * src/prefs_folder_item.c
8149                 Fix hanging after opening folder properties
8150
8151 2002-11-10 [hoa]        0.8.5claws115
8152
8153         * src/matcher_parser_lex.l
8154         * src/matcher_parser_parse.y
8155                 config file for scoring and filtering is no more trashed
8156                 when there is a syntax error in a filtering rule when
8157                 editing it in a dialog.
8158
8159 2002-11-09 [colin]      0.8.5claws114
8160
8161         * src/mbox_folder.c
8162                 Added missing initialisation of folder->destroy()
8163
8164 2002-11-09 [colin]      0.8.5claws113
8165
8166         * src/folder.c
8167           src/folderview.c
8168                 Fix the status bar messages
8169
8170 2002-11-09 [colin]      0.8.5claws112
8171
8172         * src/folderview.c
8173                 Fix hangs after folder dnd, happening after 
8174                 claws109.
8175
8176 2002-11-09 [christoph]  0.8.5claws111
8177
8178         * src/folderview.c
8179                 just changed order of calls (reverse order of
8180                 associated calls)
8181         * src/inc.c
8182                 lock inc when checking only one account, otherwise
8183                 inc all could be executed at the same time
8184
8185 2002-11-09 [christoph]  0.8.5claws110
8186
8187         * src/folderview.c
8188                 better unlock the mouse cursor before calling
8189                 summary_show because it changes the cursor too
8190
8191 2002-11-09 [christoph]  0.8.5claws109
8192
8193         * src/folder.[ch]
8194         * src/folderview.c
8195                 add functions to open and close a folder
8196                 o opending will execute scanning for remote folders
8197                   and processing
8198                 o closing will unset new flag for messages
8199
8200 2002-11-09 [colin]      0.8.5claws108
8201
8202         * src/folder.c
8203                 Add a call to prefs_matcher_write_config to 
8204                 avoid non-leaf folders filtering settings to be
8205                 lost
8206
8207 2002-11-09 [paul]       0.8.5claws107
8208
8209         * src/prefs_account.c
8210                 re-word a label
8211
8212 2002-11-09 [colin]      0.8.5claws106
8213
8214         * src/folderview.c
8215                 Minor esthetic fix
8216
8217 2002-11-09 [colin]      0.8.5claws105
8218
8219         * src/folderview.c
8220                 Fix prefs_filtering deletion for MH folders (same
8221                 reason as below)
8222         * src/prefs_filtering.c
8223                 Fix prefs_filtering renaming and deletion for 
8224                 folder-based processing rules.  
8225
8226 2002-11-09 [christoph]  0.8.5claws104
8227
8228         * src/compose.c
8229         * src/folder.[ch]
8230         * src/folderview.[ch]
8231         * src/import.c
8232         * src/inc.c
8233         * src/main.c
8234         * src/mainwindow.c
8235         * src/messageview.c
8236         * src/prefs_folder_item.c
8237         * src/procmsg.c
8238         * src/summaryview.c
8239                 implement a callback system for folder item updates
8240
8241 2002-11-09 [colin]      0.8.5claws103
8242
8243         * src/folderview.c
8244                 Fix prefs_filtering renaming for MH folders (we
8245                 shouldn't rename by path as another folder could
8246                 have the same hierarchy).
8247
8248 2002-11-09 [colin]      0.8.5claws102
8249
8250         * src/folder.c
8251                 Fix a leak found by Christoph, use better variable
8252                 names
8253
8254 2002-11-09 [colin]      0.8.5claws101
8255
8256         * src/folder.c
8257                 One more fix for processing rules
8258
8259 2002-11-08 [colin]      0.8.5claws100
8260         
8261         * src/matcher.c
8262                 Don't copy the compiled regexp (will be reevaluated)
8263         * src/folderview.c
8264                 Lock folderview while moving
8265         * src/folder.c
8266                 Provide info on what's happening to the user
8267
8268 2002-11-08 [colin]      0.8.5claws99
8269
8270         * src/folderview.c
8271                 Fix folder reordering after a move if parent is 
8272                 root
8273         * src/scoring.[ch]
8274                 Add function to copy a ScoringProp
8275         * src/prefs_folder_item.c
8276                 Copy scoring rules when copying a folder prefs
8277
8278 2002-11-08 [colin]      0.8.5claws98
8279
8280         * src/folderview.c
8281                 Fixes in case of failure
8282         * src/filtering.[ch]    
8283                 Add function to duplicate a FilteringProp
8284         * src/matcher.[ch]
8285                 Add function to duplicate a MatcherProp
8286         * src/prefs_folder_item.c
8287                 Save folder's processing rules when copying 
8288                 its prefs
8289
8290 2002-11-08 [colin]      0.8.5claws97
8291         
8292         * src/folderview.c
8293                 Sort after move
8294         * src/folder.c 
8295                 Change a printf to debug_print
8296
8297 2002-11-08 [colin]      0.8.5claws96
8298
8299         * src/folder.c
8300           src/folderview.c
8301                 Fix segfaults, call me stupido
8302         
8303
8304 2002-11-08 [colin]      0.8.5claws95
8305
8306         *src/folder.c
8307                 Added forgotten prefs to save when moving folders
8308
8309 2002-11-08 [colin]      0.8.5claws94
8310
8311         * src/folder.c
8312                 Fixes to folder DND (prefs copy)
8313         * src/folderview.c
8314                 Optimization for folder DND (don't rescan whole tree)
8315                 Added folderview_create_folder_node() for this 
8316                 optimization, so de-duped a bit the code
8317         * src/prefs_folder_item.[ch]
8318                 Added prefs_folder_item_copy_prefs()    
8319           
8320 2002-11-08 [paul]       0.8.5claws93
8321
8322         * src/prefs_account.c
8323           tools/README
8324           tools/kmail2sylpheed_v2.pl
8325                 correct some typos
8326
8327 2002-11-08 [paul]       0.8.5claws92
8328
8329         * src/compose.c
8330           src/prefs_account.[ch]
8331                 remove account options 'clearsign' and 'ascii_armored',
8332                 replace with 'default_gnupg_mode' to prevent mixed-mode
8333                 Privacy settings
8334
8335 2002-11-08 [paul]       0.8.5claws91
8336
8337         * src/compose.[ch]
8338                 re-implement GnuPG 'on-the-fly' mode selection,
8339                 disallow mixed-mode
8340
8341 2002-11-08 [colin]      0.8.5claws90
8342
8343         * src/folderview.c
8344           src/prefs_folder_item.c
8345                 Change "Property" to "Properties"
8346
8347 2002-11-07 [colin]      0.8.5claws89
8348
8349         * src/folderview.c
8350           src/folder.c
8351                 Allow folder dropping to a root folder
8352
8353 2002-11-07 [paul]       0.8.5claws88
8354
8355         * src/compose.c
8356                 revert last commit
8357
8358 2002-11-07 [paul]       0.8.5claws87
8359
8360         * src/compose.c
8361                 fix reply-to-list bug. closes bug report
8362                 "[633382] reply-to-list broken in recent cvs"
8363
8364 2002-11-07 [paul]       0.8.5claws86
8365
8366         * src/compose.c
8367                 add a forgotten '#if USE_GPGME ... #endif'
8368
8369 2002-11-07 [paul]       0.8.5claws85
8370
8371         * sync with 0.8.5cvs20
8372                 see ChangeLog 2002-11-07
8373
8374 2002-11-07 [colin]      0.8.5claws84
8375
8376         * src/folder.[ch]
8377                 Change folder_item_move_to to return the newly 
8378                 created folderitem.
8379         * src/folderview.c
8380                 Select the new folderitem after moving.
8381
8382 2002-11-07 [colin]      0.8.5claws83
8383
8384         * src/prefs_filtering.c
8385                 Fix rule rewriting when moving a leaf folder to a 
8386                 shorter path
8387
8388 2002-11-07 [colin]      0.8.5claws82
8389
8390         * src/prefs_filtering.c
8391                 fix a leak
8392
8393 2002-11-07 [colin]      0.8.5claws81
8394
8395         * src/folder.[ch]
8396                 Add folder_item_move_to() function to move a 
8397                 folderitem into another one (updates matcher etc)
8398         * src/folderview.c
8399                 Add folder drag'n drop (context menu to come)
8400                 [Should be dataloss free, but Please backup before 
8401                  trying !]
8402
8403 2002-11-06 [colin]      0.8.5claws80
8404
8405         * src/mh.c
8406                 mh_create_folder() returns NULL if can't create
8407                 directory hierarchy
8408
8409 2002-11-06 [paul]       0.8.5claws79
8410
8411         * src/compose.[ch]
8412                 allow 'on-the-fly' changing of the type of encryption 
8413                 and/or signing used (mime/ascii) via the compose window
8414
8415 2002-11-06 [paul]       0.8.5claws78
8416
8417         * sync with 0.8.5cvs19
8418                 see ChangeLog 2002-11-06 for src/account.c: 
8419                 account_get_special_folder()
8420                 
8421 2002-11-05 [alfons]     0.8.5claws77
8422
8423         * src/crash.c
8424                 very minor cleanups: nothing to see here, move on. :-)
8425
8426 2002-11-05 [colin]      0.8.5claws76
8427
8428         * src/main.c
8429                 Changes choices if compose windows are opened to
8430                 Discard, Draft, Don't quit
8431
8432 2002-11-05 [thorsten]   0.8.5claws75
8433
8434         * src/compose.c
8435                 reenabled default_reply_to folder option
8436
8437 2002-11-05 [colin]      0.8.5claws74
8438
8439         * src/compose.[ch] 
8440                 add compose_draft()
8441         * src/crash.c
8442                 add SIGTERM handler
8443         * src/main.[ch]
8444                 add clean_quit() for the SIGTERM handler
8445
8446 2002-11-05 [paul]       0.8.5claws73
8447         
8448         * po/es.po
8449                 updated by Ricardo Mones Lastra
8450
8451 2002-11-05 [melvin]     0.8.5claws72
8452
8453         * src/logwindow.c
8454                 Fixed log-clipping bug #616795.
8455                 To stop logging in the log window use 0 length.
8456         * src/prefs_common.c
8457                 Added a label to inform about the 0 log length behaviour.
8458
8459 2002-11-05 [paul]       0.8.5claws71
8460
8461         * sync with 0.8.5cvs17
8462                 see ChangeLog 2002-11-05
8463
8464 2002-11-04 [paul]       0.8.5claws70
8465
8466         * sylpheed-128x128.png
8467           sylpheed-64x64.png
8468           sylpheed.png
8469                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8470                 <nikai@users.sourceforge.net>
8471                 
8472         * po/bg.po
8473                 updated by George Danchev
8474
8475 2002-11-03 [thorsten]   0.8.5claws69
8476
8477         * src/main.c
8478           src/mimeview.c
8479           src/rfc2015.h
8480                 add check if gpg is active
8481
8482 2002-11-03 [thorsten]   0.8.5claws68
8483
8484         * src/toolbar.h
8485                 removed GSList declaration causing trouble on MacOS-X
8486                 (submitted by alfons, reported by xfesty)
8487
8488 2002-11-01 [paul]       0.8.5claws67
8489
8490         * src/mainwindow.c
8491                 remove last remnants of main's filter code
8492
8493 2002-11-01 [paul]       0.8.5claws66
8494
8495         * tools/filter_conv.pl
8496                 fix bug where user-defined headers were ignored
8497
8498 2002-11-01 [paul]       0.8.5claws65
8499
8500         * src/logwindow.c
8501                 make a debug_print() not translatable
8502
8503 2002-10-31 [melvin]     0.8.5claws64
8504
8505         * ac/aspell.m4
8506                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8507                 not run any GNU/aspell test.  The dictionary path will
8508                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8509                 was given, in which case, it will be $prefix/lib/aspell/
8510         * configure.in
8511                 Fixed typo in commentary (Aspell code).
8512
8513 2002-10-31 [paul]       0.8.5claws63
8514
8515         * po/POTFILES.in
8516                 remove src/filter.c and src/prefs_filter.c
8517                 thanks to Ricardo for reminding me
8518
8519 2002-10-31 [colin]      0.8.5claws62
8520
8521         * src/mbox_folder.c
8522                 Plug some leaks
8523
8524 2002-10-31 [paul]       0.8.5claws61
8525
8526         * src/prefs_filter.[ch] ** REMOVED **
8527           src/filter.[ch]       ** REMOVED **
8528           
8529         * src/Makefile.am
8530           src/folderview.c
8531           src/inc.c
8532           src/main.c
8533           src/mainwindow.c
8534           src/mbox.c
8535           src/prefs_common.c
8536           src/prefs_filtering.c
8537           src/summaryview.[ch]
8538                 remove main's 'filter' code
8539                 
8540         README.claws
8541                 update to reflect removal of main's filter
8542
8543 2002-10-31 [paul]       0.8.5claws60
8544
8545         * src/summaryview.c
8546                 remove check for global_processing in summary_filter_open(). 
8547                 This fixes the bug where if the user uses the right-click 
8548                 'Create filter rule...' and doesn't have any filter rules 
8549                 already defined in claws' advanced filtering, the newly 
8550                 created filter rule goes to main's filtering which is 
8551                 inaccessible through the gui. Now the filter rule gets added
8552                 to claws' filtering by default.
8553
8554 2002-10-28 [melvin]     0.8.5claws59
8555
8556         * src/prefs_actions.c
8557                 Fixed bug #627322 where MIME parts were not always
8558                 correctly passed to a %p action
8559                 Display an error dialog when message filename is not found.
8560
8561 2002-10-28 [melvin]     0.8.5claws58
8562
8563         * src/prefs_common.c
8564                 Readded a missing function declaration lost in 0.8.3claws34
8565
8566 2002-10-28 [paul]       0.8.5claws57
8567
8568         * sync with 0.8.5cvs15
8569                 see ChangeLog 2002-10-28 and 2002-10-25
8570                 
8571         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8572
8573 2002-10-27 [oliver]     0.8.5claws56
8574
8575         * src/pop.c
8576                 plug leak in pop3_top_recv
8577
8578 2002-10-26 [christoph]  0.8.5claws55
8579
8580         * src/folder.c
8581                 set need_update folder flag when messages are added
8582                 (closes bug [ 626922 ] folder not updated after receiving)
8583
8584 2002-10-25 [melvin]     0.8.5claws54
8585
8586         * src/imageview.c
8587                 Fixed a memleak introduced in the scaling code.
8588
8589 2002-10-24 [alfons]     0.8.5claws53
8590
8591         * src/filtering.c
8592                 make filtering's forward message action forward from the 
8593                 correct account
8594                 (closes bug [628089 ] Filter -> Forward from address problem
8595                 reported by Oktay)
8596
8597 2002-10-24 [christoph]  0.8.5claws52
8598
8599         * src/mainwindow.c
8600         * src/manual.[ch]
8601                 o use manual of current locale or english if current
8602                   locale is not available (and english is available)
8603                 o also link to sylpheed doc project manuals
8604
8605 2002-10-23 [paul]       0.8.5claws51
8606
8607         * tools/README
8608           tools/kmail2sylpheed_v2.pl
8609                 add new version of kmail addressbook importer script.
8610                 works with newer versions of Kmail/KAddressBook which
8611                 have new and rearranged data.
8612
8613 2002-10-23 [martin]     0.8.5claws50
8614
8615         * src/folderview.c
8616         * src/summaryview.c
8617         * src/utils.h
8618         * src/utils.c
8619                 added length parameter to get_abbrev_newsgroup_name()
8620                 changed this function so that it abbreviates the newsgroup
8621                 names only so long it is smaller than the length parameter
8622                 (for better reading of some newsgroup names and space efficiency)
8623
8624 2002-10-22 [colin]      0.8.5claws49
8625
8626         *src/foldersel.c
8627                 Revert Alfons' last modification (after voting ;-))
8628
8629 2002-10-21 [alfons]     0.8.5claws48
8630
8631         * src/foldersel.c
8632                 folder view in folder selection dialog reflects state of
8633                 folder view in main window
8634
8635 2002-10-18 [alfons]     0.8.5claws47
8636
8637         * src/mbox.c
8638                 drop imported messages in folder selected by user,
8639                 and not in the inbox
8640                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8641
8642 2002-10-18 [alfons]     0.8.5claws46
8643
8644         * src/compose.c
8645                 make automagic reply work correctly for email accounts 
8646                 (whether it's viable to do a full sync with Hiro's 
8647                 compose.c is still under discussion)
8648
8649 2002-10-18 [melvin]     0.8.5claws45
8650
8651         * src/prefs_actions.c
8652                 Fixed bug #622275 where asynchroneous actions left 
8653                 zombies processes
8654                 Made (synchroneous) actions' input be displayed live.
8655
8656 2002-10-18 [christoph]  0.8.5claws44
8657
8658         * src/textview.c
8659                 don't add a newline in the textview in front of the
8660                 first textpart if header display is disabled
8661                 (closes bug [ 603385 ] disabled header display leaves blank
8662                  lin)
8663
8664 2002-10-18 [christoph]  0.8.5claws43
8665
8666         * src/folder.[ch]
8667         * src/imap.c
8668         * src/mbox_folder.c
8669         * src/mh.c
8670         * src/news.c
8671                 folder->get_num_list now returns an error code
8672                 (closes bug [ 609424 ] News cache cleared on failure)
8673                 
8674 2002-10-17 [colin]      0.8.5claws42
8675         
8676         * src/news.c
8677                 Changed a printf by debug_print
8678
8679 2002-10-16 [paul]       
8680
8681         * tools/OOo2sylpheed.pl
8682                 allow for spaces in the name of the
8683                 file to be attached.
8684
8685 2002-10-16 [colin]      0.8.5claws41
8686
8687         * src/main.c
8688                 Use a tristate to change online mode
8689
8690 2002-10-16 [paul]       0.8.5claws40
8691
8692         * po/es.po
8693                 updated by Ricardo Mones Lastra
8694
8695 2002-10-16 [colin]      0.8.5claws39
8696
8697         * src/main.c
8698           src/mainwindow.[ch]
8699                 Added --online and --offline command-line
8700                 switches
8701
8702 2002-10-15 [christoph]  0.8.5claws38
8703
8704         * src/procmime.c
8705                 set mimeinfo->name to NULL after g_free to
8706                 avoid double freeing with g_free
8707
8708 2002-10-14 [christoph]  0.8.5claws37
8709
8710         * src/compose.c
8711         * src/filtering.c
8712         * src/summaryview.c
8713                 remove calls to folder->change_flags that are now
8714                 done by procmsg flag functions (seems it is not
8715                 used by any foldertype anyway)
8716         * src/folder.c
8717                 init folder->change_flags with NULL
8718
8719 2002-10-14 [christoph]  0.8.5claws36
8720
8721         * src/folder.[ch]
8722         * src/imap.[ch]
8723                 use virtual functions for folder item new and destroy
8724                 functions
8725
8726 2002-10-14 [melvin]     0.8.5claws35
8727
8728         * src/compose.c
8729                 Added a test to not run the spell checker if no default
8730                 dictionary is available. No dialog is displayed though.
8731
8732 2002-10-14 [melvin]     0.8.5claws34
8733
8734         * src/gtkaspell.c
8735                 Fixed bug in dictionary list context menu where
8736                 "More..." pointed to an emtpy submenu if the
8737                 number of dictionaries is a multiple of 15
8738                 Removed unneeded code in suggestions list creation
8739
8740 2002-10-14 [paul]       0.8.5claws33
8741
8742         * po/bg.po
8743                 updated by George Danchev
8744
8745 2002-10-13 [hoa]        0.8.5claws32
8746
8747         * src/matcher.[ch]
8748           src/matcher_parser_parser.y
8749                 removed the escaped string from internal structure
8750                 of matcher.
8751
8752 2002-10-12 [colin]      0.8.5claws31
8753
8754         * src/gtksctree.[ch]
8755           src/summaryview.c
8756                 Removed useless function gtksctree_reanchor
8757
8758 2002-10-12 [alfons]     0.8.5claws30
8759         
8760         * sync with remaining main changes 2002-10-09 - 2002-10-11
8761         - drop changes to src/compose.c (requires claws specific changes)
8762         
8763 2002-10-12 [alfons]     0.8.5claws29
8764         
8765         * sync with main changes of 2002-10-08
8766         - drop changes to src/compose.c (requires claws specific changes)
8767         - drop changes to src/summaryview.c (requires changes to compose.c)     
8768
8769 2002-10-12 [alfons]     0.8.5claws28
8770         
8771         * sync with main changes of 2002-10-07
8772
8773 2002-10-12 [alfons]     0.8.5claws27
8774
8775         * sync with main changes of 2002-10-04
8776         - drop changes to src/compose.c (requires claws specific changes)
8777         - drop changes to src/prefs_folder_item.c (claws implementation
8778           seems to be working)
8779
8780 2002-10-12 [colin]      0.8.5claws26
8781
8782         * src/mainwindow.c
8783                 Fix folder-flicker when space-reading, introduced 
8784                 in claws22.
8785
8786 2002-10-12 [colin]      0.8.5claws25
8787
8788         * src/compose.c
8789                 Save account address when saving as draft.
8790                 (closes bug 621838)
8791
8792 2002-10-12 [colin]      0.8.5claws24
8793
8794         * src/summaryview.c
8795                 Fix the problem consisting of no message selected
8796                 after the last message in a folder has been moved.
8797
8798 2002-10-12 [paul]       0.8.5claws23
8799
8800         * src/compose.c
8801           src/prefs_template.c
8802           src/template.[ch]
8803                 add Cc and Bcc to templates. Patch submitted by
8804                 John L. Males.
8805
8806 2002-10-12 [colin]      0.8.5claws22
8807
8808         * src/folderview.c
8809                 Fix a bug after "Check for new messages":
8810                 If a folder was opened, it was still selected at
8811                 the end of the check, but displayed empty.
8812         * src/mainwindow.c
8813                 Remove unnecessary check
8814
8815 2002-10-12 [paul]
8816
8817         * tools/README
8818                 be more verbose in the description of
8819                 OOo2sylpheed.pl
8820                 
8821
8822 2002-10-11 [colin]      0.8.5claws21
8823
8824         * src/mainwindow.c
8825                 Make space work (better) when no mail is selected
8826
8827 2002-10-11 [colin]      0.8.5claws20
8828
8829         * src/inc.c
8830           src/news.c
8831                 fix warnings
8832
8833 2002-10-11 [colin]      0.8.5claws19
8834
8835         * src/mainwindow.c
8836                 revert 0.8.5claws6 changes as i couldn't get to
8837                 anything satisfying
8838
8839 2002-10-11 [melvin]     0.8.5claws18
8840
8841         * src/compose.c
8842                 Removed buggy and unused macro (should have been committed in
8843                 0.8.5claws17)
8844
8845 2002-10-11 [melvin]     0.8.5claws17
8846
8847         * src/compose.c
8848                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8849
8850 2002-10-11 [thorsten]   0.8.5claws16 
8851
8852         * src/folderview.c
8853                 remove rescan warning
8854
8855 2002-10-11 [colin]      0.8.5claws15 
8856
8857         * src/procheader.c
8858                 fix a segfault that happens if conv_unmime_header
8859                 fails (should be better to find out why it fails)
8860
8861 2002-10-11 [christoph]  0.8.5claws14
8862
8863         * src/summaryview.c
8864                 update folderview stats after ignore/unignore thread
8865
8866 2002-10-11 [hoa]        0.8.5claws13
8867
8868         * src/quote_fmt_parse.y
8869                 Fixed a yacc/bison syntax error
8870         * src/matcher.c
8871                 Escaping of string is fixed.
8872
8873 2002-10-11 [colin]      0.8.5claws12
8874
8875         * src/imageview.c
8876                 Resize images to fit
8877
8878 2002-10-11 [paul]       0.8.5claws11
8879
8880         * po/es.po
8881                 updated by Ricardo Mones Lastra
8882
8883 2002-10-10 [alfons]     0.8.5claws10
8884
8885         * src/compose.c
8886                 allow dropping files by "moving" files from a file manager,
8887                 not only by the more cumbersome "copying". the latter 
8888                 mostly implies holding down the Control button
8889
8890 2002-10-10 [christoph]  0.8.5claws9
8891
8892         * src/summaryview.c
8893                 update folders after thread building for ignored threads
8894
8895 2002-10-10 [christoph]  0.8.5claws8
8896
8897         * config/.cvsignore
8898                 added Makefile
8899         * src/filtering.[ch]
8900         * src/folder.[ch]
8901         * src/folderview.[ch]
8902         * src/import.c
8903         * src/inc.[ch]
8904         * src/mbox.[ch]
8905         * src/procmsg.c
8906         * src/summaryview.[ch]
8907                 o added new flag need_update to FolderItem
8908                 o removed folder_table from various functions from tracking
8909                   folder updates
8910                 o set need_update flags in folder.c's move, copy and delete
8911                   functions and procmsg's flags functions
8912                 o added function folderview_update_items_when_required that
8913                   updates all folders with need_update set
8914                 o call folderview_update_items_when_required instead of
8915                   folderview_update_item_foreach
8916
8917 2002-10-09 [sergey]     0.8.5claws7
8918
8919         * src/compose.c
8920                 Strip CRs whel loading the text into editor in reedit mode.
8921
8922 2002-10-09 [colin]      0.8.5claws6
8923
8924         * src/mainwindow.c
8925                 Make Space work when no mail is selected
8926
8927 2002-10-09 [colin]      0.8.5claws5
8928
8929         * src/gtksctree.[ch]
8930                 Fix range_select
8931                 Add gtk_sctree_reanchor() 
8932         * src/summaryview.c
8933                 Use gtk_sctree_reanchor() - better fix for 
8934                 bug 60413
8935
8936 2002-10-09 [colin]      0.8.5claws4
8937
8938         * src/summaryview.c
8939                 Fix shift-click select after delete problem
8940                 (closes bug 60413)
8941
8942 2002-10-08 [thorsten]   0.8.5claws3
8943
8944         * src/summaryview.c
8945                 exclude current msg from -hide read messages-
8946
8947 2002-10-08 [colin]      0.8.5claws2
8948
8949         * src/inc.[ch]
8950           src/pop.c
8951           src/recv.c
8952                 Differentiate socket errors from disk full
8953                 errors
8954
8955 2002-10-08 [christoph]  0.8.5claws1
8956
8957         * Makefile.am
8958         * configure.in
8959                 modifications for new config directory
8960
8961         * config.guess  ** REMOVED **
8962         * config.sub    ** REMOVED **
8963         * install-sh    ** REMOVED **
8964         * ltmain.sh     ** REMOVED **
8965         * missing       ** REMOVED **
8966         * mkinstalldirs ** REMOVED **
8967                 these files are autogenerated by automake
8968                 when you run autogen.sh
8969
8970         * config/.cvsignore     ** NEW FILE **
8971         * config/Makefile.am    ** NEW FILE **
8972                 ignore autogenerated files
8973                 create a Makefile in this directory
8974
8975 2002-10-08 [paul]       0.8.5claws
8976
8977         * 0.8.5claws release
8978         
8979         * src/compose.c
8980           src/procheader.c
8981           src/procmsg.c
8982                 fix quote reply format for newsgroups reply bug
8983                 (thanks to Hoa)
8984                 
8985         * po/en_GB.po
8986           po/pl.po
8987                 updated by me and Witold Wladyslaw Wojciech Wilk
8988                 repectively
8989
8990 2002-10-07 [paul]       0.8.3claws53
8991
8992         * po/it.po
8993           po/pt_BR.po
8994           po/sr.po
8995                 updated messages catalogs, submitted by
8996                 Alessandro Maestri, Fabio Jr.Beneditto 
8997                 and Urke MMI, respectively.
8998
8999 2002-10-07 [christoph]  0.8.3claws52
9000
9001         * src/folder.[ch]
9002         * src/folderview.c
9003         * src/mainwindow.c
9004                 fix new folder ghost message bug
9005                 (closes bug [ 619722 ] wrong count for newly created folders)
9006
9007 2002-10-07 [christoph]  0.8.3claws51
9008
9009         * src/compose.c
9010                 fix news posting problem
9011
9012 2002-10-07 [melvin]     0.8.3claws50
9013
9014         * po/fr.po
9015                 Updated French translation
9016
9017 2002-10-05 [christoph]  0.8.3claws49
9018
9019         * src/gtkstext.c
9020                 check if line_start_cache is set in gtk_stext_update_text
9021                 (closes bug [ 618119 ] crash while doing search in folder)
9022
9023 2002-10-05 [christoph]  0.8.3claws48
9024
9025         * src/imap.c
9026         * src/news.c
9027         * src/utils.c
9028         * src/utils.h
9029                 implement cache cleanups for claws' folder system
9030                 (closes bug [ 595916 ] imapcache not cleaned up)
9031
9032 2002-10-05 [melvin]     0.8.3claws47
9033
9034         * src/prefs_actions.c
9035                 Made the help text more clear for the %p token
9036
9037 2002-10-04 [paul]       0.8.3claws46
9038
9039         * sync with 0.8.5
9040                 see ChangeLog 2002-10-02 and 2002-10-03
9041
9042 2002-10-04 [christoph]  0.8.3claws45
9043
9044         * src/inc.c
9045                 fix segfault caused by pop before smtp
9046                 call to inc_account_mail with NULL
9047                 pointer for mainwin
9048
9049 2002-10-04 [paul]       0.8.3claws44
9050
9051         * configure.in
9052                 sync the LDAP detection from 0.8.5cvs1
9053
9054 2002-10-02 [christoph]  0.8.3claws43
9055
9056         * po/de.po
9057                 fix small spelling error
9058
9059 2002-10-02 [melvin]     0.8.3claws42
9060
9061         * ac/aspell.m4
9062                 Behave better and say "no" when test program cannot be run.
9063
9064 2002-10-02 [paul]       0.8.3claws41
9065
9066         * sync with 0.8.4cvs1
9067                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9068                 
9069         * src/summaryview.c
9070                 toggle the behavior of Reply menuitem between
9071                 normal reply and reply-to-list
9072
9073 2002-10-01 [sergey]     0.8.3claws40
9074
9075         * src/compose.c
9076                 Convert newlines in the message text to the canonical form
9077                 before base64 encoding (RFC2045 compliance, fixes some
9078                 interoperability issues with Evolution 1.0.3)
9079
9080 2002-09-29 [colin]      0.8.3claws39
9081
9082         * src/summaryview.c
9083                 Fix an unwanted copy/paste
9084
9085 2002-09-29 [colin]      0.8.3claws38
9086
9087         * src/mainwindow.c
9088                 Renamed "Custom toolbar" to "Customize toolbar"
9089                 Renamed "Show all header" to "Show all headers"
9090                 Renamed "Set diplay item" to "Set displayed items"
9091         * src/prefs_common.c
9092                 Renamed "Show all header" to "Show all headers"
9093         * src/prefs_summary_column.c
9094                 Renamed "diplay item" to "displayed items"
9095
9096 2002-09-29 [colin]      0.8.3claws37
9097
9098         * src/mainwindow.[ch]
9099                 online/offline status pixmaps follow theme
9100                 changes
9101         * src/summaryview.[ch]
9102                 quicksearch pixmap follows theme changes
9103
9104 2002-09-29 [thorsten]   0.8.3claws36
9105
9106         * src/compose.c
9107           src/prefs_folder_item.[ch]
9108                 add default_reply_to folder option (closes patch 581044)
9109
9110 2002-09-29 [christoph]  0.8.3claws35
9111
9112         * acconfig.h    ** REMOVED **
9113         * configure.in
9114         * ac/aspell.m4
9115         * ac/check-type.m4
9116         * ac/gnupg-check-typedef.m4
9117                 fix autoheader 2.50 warning
9118
9119 2002-09-29 [christoph]  0.8.3claws34
9120
9121         * major code cleanup (part 2)
9122         
9123                 - unused variables removed
9124                 - unused functions removed
9125                 - uninitialized variables checked
9126                 - missing return statements added
9127                 - missing function return types added
9128                 - added parentheses around assignment
9129                   when suggested by gcc
9130
9131 2002-09-29 [alfons]     0.8.3claws33
9132
9133         * src/logwindow.c
9134                 log_window_clear(): only bracket gtk_text_forward_delete() 
9135                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9136                 works around GTK text bug)
9137
9138 2002-09-29 [paul]       0.8.3claws32
9139
9140         * po/bg.po
9141           po/sr.po
9142                 updated by George Danchev and Urke MMI
9143                 respectively
9144
9145 2002-09-27 [christoph]  0.8.3claws31
9146
9147         * doc-src/readme.txt
9148         * doc-src/rfc1806.txt   ** REMOVED **
9149         * doc-src/rfc2183.txt   ** NEW FILE **
9150         * doc-src/rfc2980.txt   ** NEW FILE **
9151                 update rfcs
9152
9153 2002-09-27 [melvin]     0.8.3claws30
9154
9155         * ac/aspell.m4
9156                 Fixed typo which could break linking
9157
9158 2002-09-27 [melvin]     0.8.3claws29
9159
9160         * ac/aspell.m4
9161                 Improved GNU/aspell checking. 
9162                 Fixed bug #614490
9163
9164 2002-09-27 [paul]       0.8.3claws28
9165
9166         * sync with 0.8.3cvs8
9167                 see ChangeLog 2002-09-27
9168
9169 2002-09-26 [colin]      0.8.3claws27
9170
9171         * src/toolbar.[ch]
9172           src/mainwindow.[ch]
9173                 Add "Reply to Mailing-list" to the toolbar
9174
9175 2002-09-26 [christoph]  0.8.3claws26
9176
9177         * src/summaryview.c
9178                 Fix wrong message counts in summaryview status
9179
9180 2002-09-26 [paul]       0.8.3claws25
9181
9182         * sync with 0.8.3cvs7
9183                 see ChangeLog 2002-09-26
9184
9185 2002-09-26 [paul]       0.8.3claws24
9186
9187         * sync with 0.8.3cvs6
9188                 see ChangeLog 2002-09-25
9189
9190 2002-09-25 [christoph]  0.8.3claws23
9191
9192         * src/prefs_common.c
9193         * src/prefs_folder_item.c
9194         * src/prefs_scoring.c
9195                 Renamed "kill score" to "hide score" in GUI
9196                 and prefs files
9197
9198 2002-09-25 [paul]       0.8.3claws22
9199
9200         * sync with 0.8.3cvs5
9201                 see ChangeLog 2002-09-24
9202
9203 2002-09-24 [alfons]     0.8.3claws21
9204
9205         patch by Satoshi Nagayasu: allows appending / saving multiple 
9206         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9207         'Save as ...'")
9208
9209         * AUTHORS
9210                 add Satoshi Nagayasu
9211         * src/summaryview.c
9212                 summary_save_as(): allow saving selected files to
9213                 one file
9214                 summary_set_menu_sensitive: enable "Save As..." when
9215                 multiple files are selected
9216         * src/utils.[ch]
9217                 append_file(): new function
9218
9219 2002-09-24 [colin]      0.8.3claws20
9220
9221         * src/procmime.c
9222                 Fix segfault when mimeinfo doesn't have a 
9223                 content_type. 
9224
9225 2002-09-24 [colin]      0.8.3claws19
9226
9227         * src/prefs_common.[ch]
9228                 Add a preference to display send dialog or not
9229         * src/send.c
9230                 Display send dialog according to preference
9231
9232 2002-09-24 [colin]      0.8.3claws18
9233
9234         * src/compose.[ch]
9235                 Disable user actions when sending
9236
9237 2002-09-24 [colin]      0.8.3claws17
9238
9239         * src/procmime.c
9240                 Do not display name or filename for attachments
9241                 with an application/pgp-signature type
9242                 (security flaw, see bug 537413)
9243
9244 2002-09-23 [colin]      0.8.3claws16
9245
9246         * src/editaddress.c
9247                 Initialize entry_email, entry_alias and 
9248                 entry_remarks to first email address of the list
9249
9250 2002-09-23 [colin]      0.83claws15
9251
9252         * src/compose.c
9253                 Drop pgp-signature when reediting a signed queued
9254                 message
9255
9256 2002-09-23 [melvin]     0.8.3claws14
9257
9258         * po/fr.po
9259                 Updated French translation
9260
9261 2002-09-23 [melvin]     0.8.3claws13
9262
9263         * src/mainwindow.c
9264                 Made custom toolbar menu labels more consistent
9265         * src/prefs_toolbar.c
9266                 Made custom toolbar window title more consistent
9267
9268 2002-09-22 [colin]      0.8.3claws12
9269
9270         * src/inc.c
9271                 Initialize session type to normal before getting 
9272                 mail (fixes strange Get behaviour)
9273         * src/prefs_account.h
9274                 Move STYPE_POP_BEFORE_SMTP to last position to 
9275                 avoid other side-effects
9276
9277 2002-09-22 [colin]      0.8.3claws11
9278
9279         * src/prefs_account.c
9280                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9281                 from pop3 to apop or vice-versa
9282
9283 2002-09-22 [colin]      0.8.3claws10
9284         
9285         * src/prefs_account.[ch]
9286                 Add an option for the POP before SMTP timeout
9287         * src/inc.c
9288                 Remember time of last POP connection
9289         * src/send.c
9290                 Do POP before SMTP only if timeout reached
9291
9292 2002-09-22 [oliver]     0.8.3claws9
9293         
9294         * README.claws
9295                 explain custom toolbar
9296
9297 2002-09-22 [oliver]     0.8.3claws8
9298
9299         * src/prefs_actions.[ch]
9300         custom toolbar for compose      
9301                 actions callback from compose toolbar
9302         * src/folderview.c
9303                 remove include toolbar.h
9304
9305 2002-09-22 [oliver]     0.8.3claws7
9306         
9307         * src/prefs_toolbar.[ch]
9308                 custom toolbar for compose
9309                 - generic prefs_toolbar handles both
9310                   Mainwin's toolbar as well as Compose toolbar          
9311
9312 2002-09-22 [oliver]     0.8.3claws6
9313         
9314         * src/toolbar.[ch]
9315                 custom toolbar for compose
9316                 restructure toolbar.[ch]
9317
9318 2002-09-22 [oliver]     0.8.3claws5
9319
9320         * src/compose.[ch]
9321                 custom toolbar for compose
9322
9323 2002-09-22 [oliver]     0.8.3claws4
9324         
9325         * src/mainwindow.[ch]
9326                 custom toolbar for compose 
9327                 move mainwin toolbar back to mainwindow
9328
9329 2002-09-22 [alfons]     0.8.3claws3
9330
9331         * src/procmsg.c
9332                 :%sno/if(/if (/gc
9333                 :%sno/for(/for (/gc
9334                 (beautify)
9335
9336 2002-09-22 [alfons]     0.8.3claws2
9337         
9338         * src/procmsg.c
9339                 procmsg_save_to_outbox(): don't unlink message file from queue;
9340                 callers should do it using folder_item_remove_msg()
9341
9342 2002-09-22 [colin]      0.8.3claws1
9343
9344         * src/mimeview.[ch]
9345                 Made mimeview_check_signature() public
9346         * src/textview.c
9347                 Made GPG signatures verifiable by clicking
9348                 the [application/pgp-signature] in the Text
9349                 view
9350
9351 2002-09-22 [paul]       0.8.3claws
9352
9353         * po/bg.po
9354           po/en_GB.po
9355           po/es.po
9356           po/it.po
9357           po/pl.po
9358           po/pt_BR.po
9359           po/sr.po
9360                 updated translations, submitted by George Danchev,
9361                 me, Ricardo Mones Lastra, Alessandro Maestri,
9362                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9363                 and Urke MMI, respectively.     
9364
9365 2002-09-22 [alfons]     0.8.2claws65
9366
9367         * src/procmsg.c
9368         * src/pgptext.c
9369                 no furry valgrinds have been used to plug these memleaks
9370
9371 2002-09-20 [paul]       0.8.2claws64
9372
9373         * sync with 0.8.3cvs4
9374                 'Select thread' re-implemented 
9375                 see ChangeLog 2002-09-20
9376
9377 2002-09-21 [alfons]     0.8.2claws63
9378
9379         * src/compose.c
9380                 compose_send(): plug unnoticed memleak
9381
9382 2002-09-20 [alfons]     0.8.2claws62
9383
9384         * src/addr_compl.c
9385                 replace_address_in_edit(): strict check for NULL address to
9386                 fix "[ 607348 ] Segfault in address completion". My guess is
9387                 that this happens with an empty address book, but it's good
9388                 to have this check here anyway
9389                 
9390                 completion_window_button_press(): free string returned 
9391                 from the internal cache
9392
9393 2002-09-20 [christoph]  0.8.2claws61
9394
9395         * src/procmime.h
9396                 added ENC_BINARY to EncodingType
9397         * src/procmime.c
9398                 the string returned by procmime_get_encoding_str
9399                 should not depend on the order of values in the
9400                 EncodingType definition
9401         * doc-src/rfc1806.txt   ** NEW FILE **
9402                 Added rfc1806 about MIME Content-Disposition
9403                 Extension
9404
9405 2002-09-19 [paul]       0.8.2claws60
9406
9407         * sync with 0.8.2cvs3
9408                 see ChangeLog 2002-09-19
9409
9410 2002-09-19 [paul]       0.8.2claws59
9411
9412         * src/prefs_folder_item.c
9413                 revert to Darko's original alignment of colour
9414                 selector button
9415                 add a colon to folder_color label
9416                 
9417         * src/compose.c
9418                 add Colin's patch (with Hiro's modifications) to 
9419                 force BASE64 encoding for 8-bit text when signing
9420                 (sync with 0.8.3cvs2)
9421
9422 2002-09-18 [alfons]     0.8.2claws58
9423
9424         * src/compose.c
9425                 :%sno/if(/if (/gc
9426                 :%sno/for(/for (/gc
9427                 (beautify a little bit)
9428
9429 2002-09-18 [christoph]  0.8.2claws57
9430
9431         * src/pine.c
9432                 fix handling of fgetc return value
9433
9434 2002-09-17 [alfons]     0.8.2claws56
9435         
9436         * src/summaryview.c
9437                 summary_sort(): check non-NULL summaryview->folder_item when no 
9438                 folder is selected at all
9439                 (closes "[ 610344 ] sort label make syl Crash")
9440
9441 2002-09-17 [alfons]     0.8.2claws55
9442         
9443         * src/compose.c
9444                 beautify a little bit
9445
9446 2002-09-17 [christoph]  0.8.2claws54
9447
9448         * src/folder.c
9449                 initialize max values for cache and folder
9450                 when cache or folder is empty
9451
9452 2002-09-15 [colin]      0.8.2claws53
9453
9454         * src/compose.c
9455                 Fix a leak (thanks Alfons!) and cleaned
9456                 variables names for custom headers
9457
9458 2002-09-15 [colin]      0.8.2claws52
9459
9460         * src/compose.c
9461                 Fix custom headers recognition when
9462                 prefs_common.trans_hdr is on
9463
9464 2002-09-15 [colin]      0.8.2claws51
9465
9466         * src/compose.c
9467                 Allow dynamically-added custom headers
9468                 Yet not reparsed if reedited
9469
9470 2002-09-15 [alfons]     0.8.2claws50
9471
9472         * src/prefs_account.c
9473                 fix warnings
9474
9475 2002-09-15 [colin]      0.8.2claws49
9476         
9477         * src/prefs_account.c
9478                 fix pop_before_smtp sensitivity
9479
9480 2002-09-15 [colin]      0.8.2claws48
9481
9482         * src/inc.[ch]
9483                 add inc_pop_before_smtp()
9484                 allow MainWindow to be undefined in 
9485                 inc_account_mail() and inc_start()
9486         * src/pop.c
9487           src/prefs_account.h
9488                 add STYPE_POP_BEFORE_SMTP session type
9489         * src/prefs_account.c
9490                 activated pop before smtp option
9491         * src/send.c
9492                 do pop before smtp if the relevant option 
9493                 is set
9494
9495 2002-09-15 [paul]       0.8.2claws47
9496
9497         * sync with 0.8.3
9498                 see ChangeLog 2002-09-15
9499
9500 2002-09-14 [paul]       0.8.2claws46
9501
9502         * po/bg.po
9503                 updated Bulgarian translation, submitted by
9504                 George Danchev
9505
9506 2002-09-13 [paul]       0.8.2claws45
9507
9508         * src/compose.c
9509                 merge claws' select_account() with main's
9510                 (new) compose_select_account(). [sync with
9511                 0.8.2cvs15, see ChangeLog 2002-09-11]
9512
9513 2002-09-12 [christoph]  0.8.2claws44
9514
9515         * src/filter.c
9516                 allocate 1 elements of FolderItem not 0
9517
9518 2002-09-12 [colin]      0.8.2claws43
9519
9520         * src/compose.c
9521                 Fix bug #590825 (obey Follow-up: poster)
9522
9523 2002-09-12 [colin]      0.8.2claws42
9524
9525         * src/procmime.c
9526                 Fix bug #557009 (wrong headers for messages 
9527                 forwarded as attachments)
9528
9529 2002-09-11 [colin]      0.8.2claws41
9530         
9531         * src/compose.c
9532                 Put SCF: pseudo-header on top of message
9533                 Set draft tmp_flag when saved as draft
9534
9535         * src/procmsg.c
9536           src/procheader.c
9537                 Skip after first \n\n for beginning of real message
9538                 for drafts too
9539
9540 2002-09-11 [christoph]  0.8.2claws40
9541
9542         * src/filtering.c
9543                 use procmsg flag functions in filtering or processing
9544                 will cause incorrect folder message counts
9545
9546 2002-09-11 [colin]      0.8.2claws39
9547
9548         * src/compose.c
9549                 Fix bug #550175 - wrong save folder when reediting
9550                 drafts
9551
9552 2002-09-11 [paul]       0.8.2claws38
9553
9554         * sync with 0.8.2cvs14
9555                 see ChangeLog 2002-09-11
9556
9557 2002-09-11 [colin]      0.8.2claws37
9558
9559         * src/folder.c
9560                 Fix a typo (seeming to cause new/unread status to
9561                 be lost)
9562
9563 2002-09-10 [christoph]  0.8.2claws36
9564
9565         * src/compose.c
9566                 compose_redirect should not use compose_generic_new
9567                 because that does more stuff than expected including
9568                 opening the external editor
9569                 (closes bug "[ 526608 ] bounced messages appear blank
9570                  in editor")
9571
9572 2002-09-10 [christoph]  0.8.2claws35
9573
9574         * src/folder.c
9575                 fix problem with too large message number range
9576                 causing a crash in folder_item_scan
9577
9578 2002-09-10 [paul]       0.8.2claws34
9579
9580         * sync with 0.8.2cvs13
9581                 see ChangeLog 2002-09-10
9582
9583 2002-09-10 [christoph]  0.8.2claws33
9584
9585         * src/msgcache.c
9586                 set MsgInfo TmpFlags for queue and draft folders
9587                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9588
9589 2002-09-10 [paul]       0.8.2claws32
9590
9591         * AUTHORS
9592           po/bg.po      ** NEW FILE **
9593                 new Bulgarian translation submitted by
9594                 George Danchev <danchev@spnet.net>
9595                 
9596         * tools/Makefile.am
9597           tools/README
9598           tools/tb2sylpheed     ** NEW FILE **
9599                 add script that converts an addressbook exported
9600                 from The Bat! into a Sylpheed addressbook. Submitted
9601                 by Urke MMI <urke-kg@eunet.yu>
9602
9603 2002-09-10 [paul]       0.8.2claws31
9604
9605         * sync with 0.8.2cvs12
9606                 see ChangeLog 2002-09-10
9607
9608 2002-09-06 [paul]       0.8.2claws30
9609
9610         * src/prefs_common.c
9611                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9612                 
9613         * tools/Makefile.am
9614           tools/README
9615           tools/ldif-to-xml.py  ** REMOVED **
9616                 remove obsolete python script
9617
9618 2002-09-06 [paul]       0.8.2claws29
9619
9620         * sync with 0.8.2cvs10
9621                 see ChangeLog 2002-09-06
9622
9623 2002-09-04 [paul]       0.8.2claws28
9624
9625         * sync with 0.8.2cvs9
9626                 see ChangeLog 2002-08-04
9627
9628 2002-09-04 [colin]      0.8.2claws27 
9629
9630         * src/prefs_common.[ch]
9631                 Added signature color configuration
9632         * src/textview.c
9633                 Use user-specified signature color
9634
9635 2002-09-03 [colin]      0.8.2claws26
9636
9637         * src/prefs_common.[ch]
9638                 Added autosave and autosave_length prefs
9639         * src/compose.c
9640                 Added compose_remove_draft()
9641                 Auto-save drafts according to the prefs
9642         * src/main.c
9643                 Added a crash-indicator file, allowing to check
9644                 for new messages on startup if Sylpheed crashed
9645                 (makes saved drafts "reappear")
9646
9647 2002-09-03 [colin]      0.8.2claws25
9648
9649         * src/textview.[ch]
9650                 Grey the signature
9651
9652 2002-09-03 [paul]       0.8.2claws24
9653
9654         * sync with 0.8.2cvs8
9655                 see ChangeLog 2002-09-02 and 2002-09-03
9656
9657 2002-09-03 [darko]      0.8.2claws23
9658
9659         * src/folderview.c
9660                 use normal style when creating new folder to pick
9661                 proper font size 
9662
9663 2002-09-02 [melvin]     0.8.2claws22
9664
9665         * src/gtkaspell.m4
9666                 removed some obsolete code
9667
9668 2002-09-02 [melvin]     0.8.2claws21
9669
9670         * ac/aspell.m4
9671                 fixed test's equality sign (== to =)
9672
9673 2002-09-02 [alfons]     0.8.2claws20
9674
9675         * src/folder.c
9676         * src/mh.c
9677                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9678                 as folder->destroy virtual as suggested by Hiro
9679                 (the mh.c code seems to have been lost around mh.c.1.21)
9680
9681 2002-09-02 [paul]       0.8.2claws19
9682
9683         * po/pt_BR.po
9684                 updated by Fabio Jr. Beneditto
9685                 
9686         * src/defs.h
9687                 use 'http://claws.sylpheed.org' for homepage link. 
9688                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9689
9690 2002-09-01 [alfons]     0.8.2claws18
9691
9692         * src/mh.c
9693                 plug memleak related to one Martin Kluge found
9694
9695 2002-08-31 [paul]       0.8.2claws17
9696
9697         * sync with 0.8.2cvs6
9698                 see ChangeLog 2002-08-30
9699
9700 2002-08-31 [alfons]     0.8.2claws16
9701
9702         * src/folder.c
9703                 folder_destroy(): remove mailbox from folderlist even if it has
9704                 no destroy virtual
9705
9706 2002-08-31 [alfons]     0.8.2claws15
9707
9708         * src/folder.c
9709                 :%sno/if(/if (/gc
9710                 :%sno/for(/for (/gc
9711                 (being pedantic I know)
9712
9713 2002-08-31 [alfons]     0.8.2claws14
9714
9715         * src/folder.c
9716                 check for NULL pointers returned from folder->fetch_msginfo virtual
9717                 (should solve some reported crashes)
9718
9719 2002-08-30 [alfons]     0.8.2claws13
9720
9721         * acconfig.h
9722         * configure.in
9723         * src/crash.c
9724                 enable crash dialog on compilation time
9725                 (--enable-crash-dialog configure option)
9726
9727 2002-08-30 [alfons]     0.8.2claws12
9728
9729         * AUTHORS
9730                 add Martin Kluge
9731         * src/mh.c
9732                 apply memory leak plug patch by Martin Kluge
9733                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9734                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9735                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9736
9737 2002-08-30 [darko]      0.8.2claws11
9738
9739         * src/folderview.c
9740                 copy Gtk style from normal style to match
9741                 font size for coloured folders
9742
9743 2002-08-29 [alfons]     0.8.2claws10
9744
9745         * sylpheed.desktop
9746                 Type=Internet <- Type=Application
9747                 (reported by Michael Schwendt, see:
9748                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9749                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9750
9751 2002-08-29 [paul]       0.8.2claws9
9752
9753         * sync with 0.8.2cvs5
9754                 see ChangeLog 2002-08-29
9755
9756 2002-08-29 [colin]      0.8.2claws8
9757
9758         * src/summaryview.c
9759                 Added a sanity check in summary_select_thread
9760                 Should fix bug 601605
9761
9762 2002-08-29 [colin]      0.8.2claws7
9763
9764         * src/main.c
9765                 Revert claws6 changes regarding bug #591676
9766
9767 2002-08-28 [colin]      0.8.2claws6
9768         
9769         * src/main.c
9770                 Ignore cache for queue folderitems
9771                 Fix bug #591676
9772
9773 2002-08-28 [melvin]     0.8.2claws5
9774
9775         * README.claws
9776                 Fixed typos.
9777
9778 2002-08-28 [melvin]     0.8.2claws4
9779
9780         * README.claws
9781                 Updated a bit the text concerning the spell checker
9782
9783 2002-08-28 [melvin]     0.8.2claws3
9784
9785         Merged the GNU_aspell_branch:
9786                 Support of new GNU/aspell is now included and the old pspell
9787                 is not supported anymore.
9788                 See README.claws
9789
9790         * README.claws
9791                 Updated spell checker text to reflect the switch to GNU/aspell
9792
9793         * ac/aspell.m4          *** NEW ***
9794         * src/gtkaspell.[ch]    *** NEW *** 
9795         * ac/pspell.m4          *** DELETED *** 
9796         * src/gtkspell.[ch]     *** DELETED ***
9797
9798         * ac/Makefile.am
9799                 Updated for GNU/aspell support
9800
9801         * po/POTFILES.in
9802                 Replaced gtkspell.c by gtkaspell.c
9803
9804         * acconfig.h
9805         * src/Makefile.am
9806         * src/about.c
9807         * src/compose.[ch]
9808         * src/crash.c
9809         * src/main.c
9810         * src/prefs_common.[ch]
9811                 Updated for GNU/aspell support
9812
9813 2002-08-28 [paul]       0.8.2claws2
9814
9815         * sync with 0.8.2cvs4
9816                 see ChangeLog 2002-08-27 and 2002-08-28
9817
9818 2002-08-28 [colin]      0.8.2claws1
9819
9820         * src/summary_search.c
9821                 Added "AND search"
9822
9823 2002-08-28 [jens]       0.8.2claws
9824
9825         *po/de.po
9826                 Updated German translations
9827
9828 2002-08-27 [melvin]     0.8.2claws
9829
9830         * po/fr.po
9831                 Updated French translations
9832
9833 2002-08-27 [paul]       0.8.2claws
9834
9835         * sync with 0.8.2 main release
9836
9837         * po/en_GB.po
9838           po/es.po
9839           po/it.po
9840           po/pl.po
9841           po/pt_BR.po
9842           po/sr.po
9843                 updated message catalogs submitted by
9844                 Ricardo Mones Lastra, Alessandro Maestri,
9845                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9846                 Beneditto and Urke MMI  
9847
9848 2002-08-27 [hoa]        0.8.1claws123
9849
9850         * src/mainwindow.[ch]
9851         * src/summaryview.[ch]
9852                 removed the "filter setting" menu option.
9853                 add a "cancel a news message" menu option.
9854
9855 2002-08-26 [martin]     0.8.1claws122
9856
9857         * ChangeLog.claws
9858                 changed string under 0.8.1claws79 changed by myself
9859                 i'm sorry alfons :(
9860
9861 2002-08-26 [martin]     0.8.1claws121
9862
9863         * src/crash.c
9864                 added kill command to debuggerrc to start crash dialog
9865
9866 2002-08-26 [paul]       0.8.1claws120
9867
9868         * sync with 0.8.1cvs31
9869                 see ChangeLog 2002-08-26
9870
9871 2002-08-25 [alfons]     0.8.1claws119
9872
9873         * src/procmsg.c
9874                 fix bug that didn't send out correct headers to news server
9875                 when sending news article and email from queue (bug reported
9876                 and patch provided by Tim Mann; closes bug 
9877                 "[ 583196 ] 0.7.8claws can't post news")
9878
9879 2002-08-25 [alfons]     0.8.1claws118
9880
9881         * src/selective_download.c
9882                 mark two strings as translatable
9883                 (thanks to Urke MMI for pointing this out)
9884
9885 2002-08-25 [alfons]     0.8.1claws117
9886
9887         * src/summaryview.c
9888                 treat sent boxes as special and allow sorting them by addressee
9889                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9890                 submitted by Steve Lamb)
9891
9892 2002-08-24 [alfons]     0.8.1claws116
9893
9894         * src/matcher.c
9895                 fix memleak reported by Martin Kluge
9896                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9897
9898 2002-08-24 [oliver]     0.8.1claws115
9899
9900         * src/prefs_toolbar.c
9901                 o code cleanup as suggested by Alfons
9902                 o memleak fix
9903
9904 2002-08-24 [alfons]     0.8.1claws114
9905
9906         * src/summaryview.c
9907                 o fix another memory leak reported by Martin Kluge
9908                   (see "[ 599568 ] Small Memory Leak")
9909                 o remove 'from' variable from 'summary_set_header()'; we can
9910                   do with just 'to' 
9911
9912 2002-08-24 [paul]       0.8.1claws113
9913
9914         * sync with 0.8.1cvs30
9915                 see ChangeLog 2002-08-23
9916
9917 2002-08-24 [alfons]     0.8.1claws112
9918
9919         * src/summaryview.c
9920                 remove unnecessary allocations for search bar fixing leaks
9921                 reported by Martin Kluge
9922                 (see "[ 599451 ] Further memory leaks?")
9923
9924 2002-08-24 [alfons]     0.8.1claws111
9925
9926         * src/main.c
9927                 make get_socket_name() public for crash.c
9928         * src/crash.c
9929                 o make report bug button work (goes to claws' 
9930                   bug tracker at sf.net)
9931                 o introduce function for doing important stuff just
9932                   before claws goes down
9933                 o clean up code 
9934
9935 2002-08-24 [alfons]     0.8.1claws110
9936
9937         * src/compose.c
9938                 move cursor to "To" entry when forwarding as attachment
9939                 (reported and solved by Steve Lamb, closes bug report
9940                 "[ 592880 ] Forward as attachment; cursor not in to")
9941
9942 2002-08-24 [colin]      0.8.1claws109
9943
9944         * src/mainwindow.c
9945                 fix quick search visibility after GUI (de)separations.
9946
9947 2002-08-23 [colin]      0.8.1claws108
9948
9949         * src/mainwindow.c
9950                 fix header pane visibility after folderview or
9951                 messageview (de)separation
9952
9953 2002-08-23 [paul]       0.8.1claws107
9954
9955         * src/mainwindow.[ch]
9956           src/toolbar.c
9957                 give full control of display or non-display 
9958                 of the Execute icon to Custom toolbar settings.
9959                 add new sensitivity condition to maninwindow.h: 
9960                 M_DELAY_EXEC
9961
9962         * ChangeLog
9963           ChangeLog.jp
9964           NEWS
9965                 more sync with 0.8.1cvs29
9966
9967 2002-08-23 [melvin]     0.8.1claws106
9968
9969         * src/alertpanel.c
9970                 Readded support for custom widget in alertpanel lost in last
9971                 sync.
9972
9973 2002-08-23 [paul]       0.8.1claws105
9974
9975         * sync with 0.8.1cvs29
9976                 see ChangeLog 2002-08-23
9977
9978 2002-08-23 [colin]      0.8.1claws104
9979
9980         * src/summaryview.c
9981                 Fix folder and search pixmaps exchanging positions
9982                 after theme or toolbar changes. Thank to Oliver for 
9983                 reporting this.
9984
9985 2002-08-23 [colin]      0.8.1claws103
9986
9987         * src/mainwindow.c
9988           src/messageview.[ch]
9989           src/noticeview.[ch]
9990           src/summaryview.c
9991                 Changed messageview_create() and noticeview_create()
9992                 to avoid the last gdk_warning
9993
9994 2002-08-22 [colin]      0.8.1claws102
9995
9996         * src/summaryview.c
9997                 Fix my new `Creating pixmap from xpm' warning
9998
9999 2002-08-22 [colin]      0.8.1claws101
10000
10001         * src/mainwindow.c
10002                 Fix some of the gdk warnings
10003
10004 2002-08-22 [colin]      0.8.1claws100
10005
10006         * src/Makefile.am
10007         * src/stock_pixmap.c
10008         * src/stock_pixmap.h
10009         * src/pixmaps/quicksearch.xpm *ADDED*
10010                 Add the quicksearch pixmap
10011         * src/mainwindow.c
10012         * src/summaryview.c
10013         * src/summaryview.h
10014                 Make quicksearch bar visible/hidden via a button
10015
10016 2002-08-22 [christoph]  0.8.1claws99
10017
10018         * src/folder.c
10019                 fix folder update for newsgroups with message
10020                 numbers below minimum number of articles to fetch
10021                 (closes bug #598445)
10022
10023 2002-08-22 [paul]       0.8.1claws98
10024
10025         * sync with 0.8.1cvs28
10026                 see ChangeLog 2002-08-22
10027
10028 2002-08-21 [alfons]     0.8.1claws97
10029
10030         * src/crash.c
10031                 use bt instead of bt full which seems to work 
10032                 better, and bt full doesn't give a great deal 
10033                 of information anyway
10034
10035 2002-08-21 [colin]      0.8.1claws96
10036
10037         * src/summaryview.c
10038                 fix summaryview_searchtype_changed prototype
10039
10040 2002-08-21 [christoph]  0.8.1claws95
10041
10042         * src/mainwindow.c
10043                 o fix broken menu update for sorting type, we have to
10044                   get this info from the summaryview now
10045                 o removed setting of threaded state in menu callback
10046         * src/summaryview.[ch]
10047                 more summaryview/folderitem seperation for
10048                 threading option
10049         * configure.in
10050                 removed not required --with-compiler-flags option
10051
10052 2002-08-21 [oliver]     0.8.1claws94
10053         
10054         * src/toolbar.h 
10055                 o rename toolbar.xml to toolbar_main.xml
10056                   since toolbar_compose.xml might come up 
10057                   any time soon
10058         * README.claws
10059                 add custom toolbar              
10060
10061 2002-08-21 [darko]      0.8.1claws93
10062
10063         * src/procmsg.c
10064                 don't reset tmp flags for messages copied
10065                 to sent folder
10066
10067 2002-08-21 [colin]      0.8.1claws92
10068         
10069         * src/prefs_filtering.c
10070                 fix renaming rules on folder rename 
10071                 when folder is not a leaf folder
10072
10073 2002-08-21 [paul]       0.8.1claws91
10074
10075         * src/prefs_folder_item.c
10076                 fix alignment of colour selector
10077
10078 2002-08-21 [paul]       0.8.1claws90
10079
10080         * sync with 0.8.1cvs27
10081                 see ChangeLog 2002-08-21
10082
10083 2002-08-21 [paul]       0.8.1claws89
10084
10085         * src/summaryview.c
10086                 fix crash when changing field type in
10087                 Quick search bar
10088
10089 2002-08-21 [colin]      0.8.1claws88
10090
10091         * src/summaryview.c
10092                 Made quick search case-insensitive
10093
10094 2002-08-21 [paul]       0.8.1claws87
10095
10096         * sync with 0.8.1cvs26
10097                 see ChangeLog 2002-08-21
10098
10099 2002-08-20 [christoph]  0.8.1claws86
10100
10101         * src/folderview.c
10102         * src/main.c
10103         * src/summaryview.[ch]
10104                 more summaryview/folderitem seperation for
10105                 sort_key and sort_type
10106         * src/procmsg.c
10107                 added missing return statement
10108
10109 2002-08-20 [colin]      0.8.1claws85
10110
10111         * src/summaryview.[ch]
10112                 Added a quick search box
10113         * src/mainwindow.c
10114         * src/prefs_common.[ch]
10115                 Added a show/hide option for the quick search
10116
10117 2002-08-20 [oliver]     0.8.1claws84
10118         
10119         * src/mainwindow.c
10120                 remove toolbar_create_popups
10121         * src/toolbar.[ch]
10122                 o remove toolbar_create_popups
10123                 o fix toolbar_set_sensitive 
10124                   (Bug reports #596834 and #596832)     
10125         * src/prefs_toolbar.c
10126                 o add "Set default" button
10127                 o align label and text + combo widgets
10128
10129 2002-08-20 [hoa]        0.8.1claws83bis
10130
10131         * src/imap.c
10132                 fixed a bug in imap_fetch_msginfo() in case there is no
10133                 current folder.
10134
10135 2002-08-20 [darko]      0.8.1claws83
10136
10137         * src/folderview.c
10138                 copy the color style of folder view so it
10139                 works with GTK themes
10140
10141 2002-08-20 [darko]      0.8.1claws82
10142
10143         * src/folder.h
10144         * src/folderview.c
10145         * src/prefs_folder_item.[hc]
10146                 don't use UI stuff in folder.h
10147
10148 2002-08-20 [darko]      0.8.1claws81
10149
10150         * src/folder.h
10151         * src/prefs_folder_item.h
10152         * src/folderview.c
10153         * src/prefs_folder_item.c
10154                 ability to set folder color in folderview
10155
10156 2002-08-19 [alfons]     0.8.1claws80
10157
10158         * src/summaryview.c
10159                 fix one of the earlier memleaks reported by Martin Kluge
10160
10161 2002-08-19 [alfons]     0.8.1claws79
10162
10163         * src/mainwindow.c
10164                 hide notice view when selecting seperate folder
10165                 view (reported by Urke MMI)
10166
10167 2002-08-19 [christoph]  0.8.1claws78
10168
10169         * src/folderview.c
10170         * src/prefs_folder_item.h
10171         * src/summaryview.[ch]
10172                 o add summary_set_prefs_from_folderitem to set
10173                   summaryview prefs (first step to remove all
10174                   references to the folderitem in summaryview)
10175                 o moved compiled regex stuff from folderitem prefs
10176                   to summaryview code
10177
10178 2002-08-19 [paul]       0.8.1claws77
10179
10180         * src/compose.c
10181                 add check for '.' to QUOTE_IF_REQUIRED
10182
10183 2002-08-19 [paul]       0.8.1claws76
10184
10185         * src/inc.c
10186                 sync with 0.8.1cvs25 (plug memory leak)
10187
10188         * src/prefs_toolbar.c
10189                 re-order prefs_toolbar_cancel()
10190
10191 2002-08-18 [alfons]     0.8.1claws75
10192
10193         * src/inc.c
10194         * src/matcher.c
10195                 plug other memleaks reported by Martin Kluge
10196
10197 2002-08-18 [paul]       0.8.1claws74
10198
10199         * po/pt_BR.po
10200                 updated by Fabio Jr. Beneditto
10201
10202 2002-08-18 [paul]       0.8.1claws73
10203
10204         * src/toolbar.[ch]
10205                 fix bug where tooltips were displayed untranslated              
10206
10207         * src/prefs_toolbar.c
10208                 fix bug where clicking 'Cancel' creates an icon & text
10209                 toolbar regardless of prefs
10210         
10211
10212 2002-08-17 [oliver]     0.8.1claws72
10213
10214         * src/prefs_toolbar.c
10215                 update toolbar on CANCEL
10216                 bug reported by Martin Kluge
10217         * src/toolbar.c
10218                 toolbar_destroy memleak fixed           
10219
10220 2002-08-17 [alfons]     0.8.1claws71
10221
10222         * src/toolbar.c
10223                 plug another memleak reported by Martin Kluge
10224
10225 2002-08-16 [alfons]     0.8.1claws70
10226
10227         * src/crash.c
10228                 use execvp() correctly (suggested by wwp; thanks!)
10229
10230 2002-08-16 [alfons]     0.8.1claws69
10231
10232         * src/gtksctree.c
10233                 plug memory leak reported by Kim Schultz & Martin Kluge
10234
10235 2002-08-16 [paul]       0.8.1claws68
10236
10237         * po/es.po
10238                 updated by Ricardo Mones Lastra
10239
10240 2002-08-16 [paul]       0.8.1claws67
10241
10242         * src/toolbar.h
10243                 fix bug where 'Compose News' icon showed wrong
10244                 tooltip
10245
10246 2002-08-16 [paul]       0.8.1claws66
10247
10248         * sync with 0.8.1cvs24
10249                 see ChangeLog 2002-08-16
10250
10251         * po/it.po
10252                 updated by Alessandro Maestri
10253
10254 2002-08-15 [paul]       0.8.1claws65
10255
10256         * po/sr.po
10257                 updated by Urke MMI
10258
10259 2002-08-15 [paul]       0.8.1claws64
10260
10261         * src/*.c
10262                 don't translate debug info
10263
10264         * src/matcher.[ch]
10265                 add copyright info
10266
10267 2002-08-15 [paul]       0.8.1claws63
10268
10269         * src/prefs_toolbar.c
10270                 fix bug where clicking 'OK' creates an icon & text
10271                 toolbar regardless of prefs
10272
10273 2002-08-14 [alfons]     0.8.1claws62
10274
10275         * src/main.c
10276                 add global var that has the full argv[0]
10277         * src/crash.c
10278                 o execvp the correct sylpheed by using argv0
10279                   and setting the correct work dir
10280                 o other tweaks  
10281
10282 2002-08-14 [oliver]     0.8.1claws61
10283         
10284         * enable/disable Toolbar Action Buttons 
10285         * code cleanups
10286         * src/mainwindow.c
10287         * src/toolbar.[ch]      
10288         * src/prefs_toolbar.c   
10289
10290 2002-08-14 [melvin]     0.8.1claws60
10291
10292         * po/fr.po
10293                 Updated French translations
10294
10295 2002-08-14 [melvin]     0.8.1claws59
10296
10297         * src/crash.c
10298                 Made bug report not translatable
10299         * src/exporthtml.c
10300                 Fixed exporthtml_build_filespec() return value
10301         * src/foldersel.c
10302                 Fixed incorrect include file
10303         * src/gtkspell.c
10304         * src/prefs_actions.c
10305         * src/prefs_toolbar.c
10306                 Made debug info not translatable
10307         * src/mutt.c
10308         * src/quote_fmt.c
10309                 Added missing includes
10310         * src/prefs_common.c
10311                 Fixed typo
10312
10313 2002-08-14 [paul]       0.8.1claws58
10314
10315         * faq/es/sylpheed-faq.html
10316           faq/es/sylpheed-faq-[1-3].html
10317           faq/es/sylpheed-faq-4.html     **NEW FILE **
10318                 update Spanish FAQ
10319
10320 2002-08-13 [christoph]  0.8.1claws57
10321
10322         * src/procmsg.c
10323                 ignore thread fix that did not mark all
10324                 child nodes of a ignored thread as
10325                 ignored. Does not work perfectly yet,
10326                 but it is better now
10327
10328 2002-08-13 [alfons]     0.8.1claws56
10329
10330         * src/crash.c
10331                 o implement 'save crash log'
10332                 o some tweaks
10333
10334 2002-08-13 [melvin]     0.8.1claws55
10335
10336         * src/main.c
10337                 removed unrequired "execinfo.h" header
10338
10339 2002-08-12 [paul]       0.8.1claws54
10340
10341         * faq/en/sylpheed-faq.html
10342           faq/en/sylpheed-faq-[1-3].html
10343           faq/en/sylpheed-faq-4.html     **NEW FILE **
10344                 update English FAQ
10345
10346 2002-08-12 [alfons]     0.8.1claws53
10347
10348         * po/POTFILES.in
10349                 add crash.c to translatables
10350         * src/crash.c
10351                 bring in Leandro's crash dialog
10352
10353 2002-08-11 [alfons]     0.8.1claws52
10354
10355         * src/crash.c
10356                 clean up some warnings
10357
10358 2002-08-11 [alfons]     0.8.1claws51
10359
10360         * acconfig.h
10361         * configure.in
10362         * src/crash.[ch]        ** NEW FILES **
10363         * src/main.c            
10364                 initial gdb crash handler
10365
10366 2002-08-11 [paul]       0.8.1claws50
10367
10368         * src/prefs_toolbar.c
10369                 replace Up/Down arrow pixmaps with text to be
10370                 consistent across icon themes
10371
10372 2002-08-11 [paul]       0.8.1claws49
10373
10374         * src/prefs_common.c
10375           src/prefs_toolbar.c
10376                 rename 'Pixmap' -> 'Icon'
10377
10378         * src/toolbar.[ch]
10379                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10380
10381 2002-08-10 [paul]       0.8.1claws48
10382
10383         * src/prefs_toolbar.c
10384                 re-work the UI
10385
10386 2002-08-10 [paul]       0.8.1claws47
10387
10388         * src/main.c
10389                 don't write Processing progress to status bar
10390                 patch submitted by Alexander Evseev
10391
10392         * src/prefs_toolbar.c
10393                 re-position and resize window
10394                 make window assume correct size on first call
10395
10396 2002-08-10 [paul]       0.8.1claws46
10397
10398         * src/mainwindow.c
10399           src/prefs_toolbar.c
10400           src/toolbar.c
10401           src/toolbar.h
10402                 obey coding style
10403                 follow UI text conventions
10404
10405 2002-08-10 [alfons]     0.8.1claws45
10406
10407         * src/toolbar.c
10408                 correct pixmap for delete action
10409
10410 2002-08-10 [paul]       0.8.1claws44
10411
10412         * po/pt_BR.po
10413                 updated by Fabio Jr. Beneditto
10414
10415 2002-08-10 [paul]       0.8.1claws43
10416
10417         * po/POTFILES.in
10418                 add custom toolbar files
10419
10420 2002-08-10 [paul]       0.8.1claws42
10421
10422         * sync with 0.8.1cvs22
10423                 see ChangeLog 2002-08-09
10424
10425 2002-08-09 [paul]       0.8.1claws41
10426
10427         * tools/Makefile.am
10428           tools/README
10429           tools/outlook2sylpheed.pl     ** NEW FILE **
10430                 add script to convert exported Outlook
10431                 contacts list to a Sylpheed addressbook.
10432                 Submitted by Ricardo Mones Lastra.
10433
10434 2002-08-09 [paul]       0.8.1claws40
10435
10436         * AUTHORS
10437           configure.in
10438           po/sr.po      ** NEW FILE **
10439                 add Serbian message catalog. Submitted by
10440                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10441
10442 2002-08-09 [paul]       0.8.1claws39
10443
10444         * sync with 0.8.1cvs21
10445                 see ChangeLog 2002-08-08
10446
10447 2002-08-08 [oliver]     0.8.1claws38
10448
10449         * src/mainwindow.c
10450                 move Custom Toolbar to Configuration menu
10451
10452 2002-08-08 [oliver]     0.8.1claws37
10453
10454         * src/prefs_toolbar.c
10455                 fix substitute pixmap bug
10456
10457 2002-08-08 [paul]       0.8.1claws36
10458
10459         * sync with 0.8.1cvs19
10460                 see ChangeLog 2002-08-08
10461
10462 2002-08-07 [christoph]  0.8.1claws35
10463
10464         * src/utils.c
10465                 fixed a memory leak in new canonicalize_file_replace
10466
10467 2002-08-07 [christoph]  0.8.1claws34
10468
10469         * src/utils.[ch]
10470                 o canonicalize_file_replace should create the temporary
10471                   file in the same directory as the original file.
10472                 o added get_tmpfile_in_dir that creates a temorary file
10473                   in a specified directory.
10474
10475 2002-08-07 [melvin]     0.8.1claws33
10476
10477         * src/toolbar.c
10478                 fixed bug where 'Article' button acted as 'Email' button.
10479
10480 2002-08-07 [paul]       0.8.1claws32
10481
10482         * sync with 0.8.1.cvs17
10483                 see ChangeLog 2002-08-07
10484
10485 2002-08-07 [colin]      0.8.1claws31
10486         
10487         * src/news.c
10488                 fix mass-cancel problem
10489
10490 2002-08-07 [thorsten]   0.8.1claws30
10491
10492         * src/prefs_toolbar.c
10493                 fix: crash on replace or add new button
10494         * src/toolbar.c
10495                 fix: close xmlfile after reading
10496         * src/utils.c
10497                 fix: unlink() file before rename()
10498
10499 2002-08-06 [paul]       0.8.1claws29
10500
10501         * sync with 0.8.cvs15
10502                 see ChangeLog 2002-08-06
10503
10504 2002-08-06 [oliver]     0.8.1claws28
10505
10506         * src/toolbar.c
10507         * src/prefs_toolbar.c
10508                 fixed empty toolbar issue
10509
10510 2002-08-06 [oliver]     0.8.1claws27
10511
10512         * Custom Toolbar Final 
10513         * src/folderview.c
10514         * src/inc.c
10515         * src/summaryview.c
10516                 o toolbar stuff now lives in src/toolbar.[ch]
10517                 o main_window_toolbar_* functions are renamed to
10518                   toolbar_* reflecting their new source file
10519         * src/mainwindow.[ch]
10520                 o remove toolbar stuff  
10521
10522 2002-08-06 [oliver]     0.8.1claws26
10523         
10524         * src/Makefile.am
10525         * src/prefs_toolbar.[ch]        **New File**
10526         * src/toolbar.[ch]              **New File**
10527                 o prefs_toolbar.[ch] custom toolbar frontend
10528                 o toolbar.[ch]       backend 
10529
10530 2002-08-06 [oliver]     0.8.1claws25
10531
10532         * src/prefs_actions.[ch]
10533                 o new exported function actions_execute
10534
10535 2002-08-06 [paul]       0.8.1claws24
10536
10537         * sync with 0.8.1cvs4
10538                 see ChangeLog 2002-08-06
10539
10540 2002-08-06 [paul]       0.8.1claws23
10541
10542         * sync with 0.8.1cvs13
10543                 see ChangeLog 2002-08-06
10544
10545 2002-08-06 [paul]       0.8.1claws22
10546
10547         * sync with 0.8.1cvs12
10548                 see ChangeLog 2002-08-05 and 2002-08-06
10549
10550 2002-08-06 [match]      0.8.1claws21
10551
10552         * src/addrclip.c
10553                 improvements to cut/copy/paste address
10554
10555 2002-08-05 [match]      0.8.1claws20
10556
10557         * src/addritem.[ch]
10558         * src/addrcache.c
10559         * src/addrbook.c
10560         * src/editaddress.c
10561         * src/addressbook.c
10562                 fixes to improve cut/copy/paste
10563
10564 2002-08-06 [melvin]     0.8.1claws19
10565
10566         * src/account.[ch]
10567                 account_find_all_from_address(): new function that returns the
10568                 list of all accounts that are matched in an address.
10569         * src/alertpanel.[ch]
10570                 alertpanel() now accepts a custom widget
10571                 alertpanel_with_widget(): new function that pops up a panel with
10572                 a custom widget in it 
10573         * src/gtkutils.[ch]
10574                 gtkut_account_menu_new(): new function that allows the selection
10575                 of an account from a list of accounts.
10576         * src/messageview.c
10577                 Extended Return Receipt notification to select the correct 
10578                 account and to make a security test on the Delivery-Notification
10579                 address which should be the same as the Return-Path.
10580
10581 2002-08-06 [thorsten]   0.8.1claws18
10582
10583         * src/mimeview.c
10584                 attach_all: save unnamed as "noname.%d",
10585                 dont free static dirname
10586
10587 2002-08-05 [alfons]     0.8.1claws17
10588
10589         * configure.in
10590                 detect XIM by trying to link rather than compile a XIM program
10591
10592 2002-08-05 [oliver]     0.8.1claws16
10593                 
10594         * src/stock_pixmap.[ch]
10595                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10596                 o new func to retrieve pixmaps
10597
10598 2002-08-05 [paul]       0.8.1claws15
10599
10600         * sync with 0.8.1cvs10
10601                 see ChangeLog 2002-08-05
10602
10603 2002-08-04 [alfons]     0.8.1claws14
10604
10605         * src/textview.c
10606                 see if this plugs memleak
10607
10608 2002-08-04 [melvin]     0.8.1claws13
10609
10610         * src/gtkspell.c
10611                 fixed bug that could crash Sylpheed when highlighting
10612                 all misspelled words.
10613
10614 2002-08-03 [melvin]     0.8.1claws12
10615
10616         * src/prefs_actions.c
10617                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10618         * src/messageview.c
10619                 fixed bug where the Return Receipt was sent to
10620                 Delivery-Notification-To address even if it was not present
10621
10622 2002-08-02 [alfons]     0.8.1claws11
10623
10624         * src/prefs_actions.c
10625                 o more check for NULLs
10626                 o put create_io_dialog() in right conditional block
10627
10628 2002-08-02 [paul]       0.8.1claws10
10629
10630         * po/es.po
10631                 updated by Ricardo Mones Lastra
10632
10633 2002-08-01 [christoph]  0.8.1claws9
10634
10635         * src/folder.c
10636                 don't free the cache of the opened
10637                 folder in the summaryview
10638         * src/summaryview.c
10639                 don't unset flags, if it is not required
10640
10641 2002-08-01 [paul]       0.8.1claws8
10642
10643         * sync with 0.8.1cvs8
10644                 see ChangeLog entry 2002-08-01
10645
10646 2002-08-01 [paul]       0.8.1claws7
10647
10648         * sync with 0.8.1cvs7
10649                 see ChangeLog 2002-07-31 and 2002-08-01
10650
10651 2002-07-31 [christoph]  0.8.1claws6
10652
10653         * src/mainwindow.c
10654                 forgot to update menu sensitivity
10655                 function for new menu entry
10656
10657 2002-07-31 [alfons]     0.8.1claws5
10658
10659         * src/main.c
10660                 check folder item and its path for NULL on
10661                 initial processing
10662
10663 2002-07-31 [christoph]  0.8.1claws4
10664
10665         * src/folder.c
10666                 check if folder_item_get_msginfo in
10667                 folder_item_remove_msg returned NULL
10668         * src/imap.c
10669                 better clear the uid cache in the
10670                 uid validity check function and delete
10671                 cached messages
10672
10673 2002-07-31 [paul]       0.8.1claws3
10674
10675         * man/sylpheed.1
10676                 add the '--attach' option and a few other
10677                 minor changes
10678
10679 2002-07-31 [paul]       0.8.1claws2
10680
10681         * sync with 0.8.1cvs5
10682                 see ChangeLog 2002-07-31
10683
10684 2002-07-31 [christoph]  0.8.1claws1
10685
10686         * src/folderview.[ch]
10687         * src/mainwindow.c
10688                 replace "Rescan all folders..." with
10689                 "Check all folders for new messages..."
10690
10691 2002-07-30 [paul]       0.8.1claws
10692
10693         * version 0.8.1claws released
10694
10695 2002-07-30 [paul]       0.8.0claws29
10696
10697         * tools/OOo2sylpheed.pl ** NEW FILE **
10698           tools/README
10699                 add script to enable sending documents as
10700                 attachments from OpenOffice.org
10701
10702 2002-07-30 [melvin]     0.8.0claws28
10703
10704         * src/prefs_actions.c
10705                 Made the actions' input/output dialog display
10706                 without delay.
10707
10708 2002-07-30 [christoph]  0.8.0claws27
10709
10710         * src/procmsg.c
10711                 check if folder_item_get_msginfo in
10712                 procmsg_save_to_outbox returned NULL
10713
10714 2002-07-30 [paul]       0.8.0claws26
10715
10716         * sync with 0.8.1cvs4
10717                 see ChangeLog 2002-07-29
10718
10719 2002-07-29 [thorsten]   0.8.0claws25
10720
10721         * README.claws
10722                 added selective download, delete on server
10723
10724 2002-07-29 [paul]       0.8.0claws24
10725
10726         * sync with 0.8.1cvs3
10727                 see ChangeLog 2002-07-29
10728
10729 2002-07-27 [christoph]  0.8.0claws23
10730
10731         * src/folder.c
10732                 add extra check if fetching the msginfo
10733                 returned NULL
10734
10735 2002-07-27 [paul]       0.8.0claws22
10736
10737         * sync with 0.8.1cvs2
10738                 see ChangeLog 2002-07-26
10739
10740 2002-07-27 [christoph]  0.8.0claws21
10741
10742         * src/imap.c
10743                 add another check if a valid msginfo
10744                 was returned
10745
10746 2002-07-26 [hoa]        0.8.0claws20
10747
10748         * src/folder.c
10749                 Fixed a condition in folder_item_destroy()
10750
10751         * src/imap.c
10752                 Fixed an error in IMAP protocol
10753
10754 2002-07-26 [alfons]     0.8.0claws19
10755
10756         * src/folder.c
10757                 ofcourse compare with identifier, not the path
10758
10759 2002-07-26 [alfons]     0.8.0claws18
10760
10761         * src/folder.c
10762                 use folder item identifier for saving / restoring
10763                 preferences because folder->path might not be unique
10764
10765 2002-07-26 [melvin]     0.8.0claws17
10766
10767         * src/logwindow.c
10768                 Fixed a crash introduced in 0.8.0claws5 when log is 
10769                 cut under 80 characters.
10770
10771 2002-07-26 [paul]       0.8.0claws16
10772
10773         * sync with 0.8.1cvs1
10774                 see ChangeLog 2002-07-26
10775
10776 2002-07-26 [christoph]  0.8.0claws15
10777
10778         * src/imap.[ch]
10779                 imap folder now remembers the last selected
10780                 folder and imap_fetch_msginfo skips selecting
10781                 the folder if it is already selected
10782
10783 2002-07-26 [christoph]  0.8.0claws14
10784
10785         * src/folder.c
10786         * src/folderview.c
10787         * src/imap.c
10788                 fix imap folder rescanning
10789
10790 2002-07-25 [christoph]  0.8.0claws13
10791
10792         * src/filter.c
10793         * src/folder.[ch]
10794         * src/folderview.c
10795         * src/imap.[ch]
10796         * src/mainwindow.c
10797         * src/mbox_folder.c
10798         * src/mh.c
10799         * src/news.c
10800                 implement imap uid cache and uid validity check
10801
10802 2002-07-25 [alfons]     0.8.0claws12
10803
10804         * src/summaryview.c
10805                 fix a brown paper bag bug, and also add some more
10806                 checks
10807
10808 2002-07-25 [christoph]  0.8.0claws11
10809
10810         * src/folder.c
10811                 don't mix copy, fetch_msginfo and remove
10812                 operations in folder item copy and move
10813                 operations
10814
10815 2002-07-25 [christoph]  0.8.0claws10
10816
10817         * src/folderview.c
10818         * src/mainwindow.c
10819         * src/prefs_folder_item.c
10820         * src/summaryview.[ch]
10821                 remove no longer required parameter update_cache from
10822                 summary_show
10823
10824 2002-07-25 [paul]       0.8.0claws9
10825
10826         * sync with 0.8.1
10827         
10828         * AUTHORS
10829                 a few corrections
10830
10831 2002-07-24 [alfons]     0.8.0claws8
10832
10833         * src/summaryview.c
10834                 sort correctly when using simplified subject line
10835                 (closes feature request "[ 585141 ] applying regexp to subject 
10836                 before sort" submitted by Alexandra Walford)
10837
10838 2002-07-24 [paul]       0.8.0claws7
10839
10840         * sync with 0.8.0cvs3
10841                 see ChangeLog 2002-07-24
10842
10843 2002-07-23 [christoph]  0.8.0claws6
10844
10845         * src/folder.c
10846         * src/folder.h
10847         * src/summaryview.c
10848         * src/summaryview.h
10849         * src/main.c
10850                 o separate processing and summaryview
10851                 o removed summary_write_cache from summaryview
10852                 o removed summaryview->killed_messages, because we don't have
10853                   to keep a list of killed messages anymore. New cache will
10854                   keep the hidden messages in cache anyway
10855         * src/folderview.c
10856         * src/inc.c
10857         * src/selective_download.c
10858                 o removed unnecessary summary_write_cache calls
10859         * src/procmsg.c
10860                 o don't set ignore thread flag in procmsg_get_thread_tree
10861                   if it is already set
10862         * src/mainwindow.c
10863         * src/statusbar.h
10864                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10865                   they are used in different files
10866
10867 2002-07-23 [melvin]     0.8.0claws5
10868
10869         * src/addressbook.c
10870         * src/addrgather.c
10871         * src/editaddress.c
10872         * src/editgroup.c
10873         * src/editldap_basedn.c
10874         * src/importldif.c
10875         * src/prefs_common.c
10876                 Fixed few memory leak (gtk_editable_get_chars returns
10877                 an allocated string)
10878         * src/logwindow.c
10879                 Fixed few memory leak (gtk_editable_get_chars returns
10880                 an allocated string) and modified a little the log cutting
10881                 loop.
10882         * src/compose.c
10883                 Replaced a call to an obsolete function gtk_entry_get_text()
10884                 by gtk_editable_get_chars()
10885         * src/send.c
10886                 Removed a debug printf
10887
10888 2002-07-23 [christoph]  0.8.0claws4
10889
10890         * src/filesel.c
10891                 fix another g_dirname memory leak
10892
10893 2002-07-23 [christoph]  0.8.0claws3
10894
10895         * src/mh.c
10896                 fixed a memory leak in mh_fetch_msginfo
10897                 fixed crash when message header could not be
10898                 parsed
10899
10900 2002-07-23 [paul]       0.8.0claws2
10901
10902         * sync with 0.8.0cvs2
10903                 see ChangeLog 2002-07-23
10904
10905 2002-07-23 [paul]       0.8.0claws1
10906
10907         * sync with 0.8.0cvs1
10908                 see ChangeLog 2002-07-23
10909
10910 2002-07-23 [paul]       0.8.0claws
10911
10912         * release of 0.8.0claws
10913
10914 2002-07-23 [paul]       0.7.8claws99
10915
10916         * po/ru.po
10917                 new Russian translation, submitted by
10918                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10919
10920 2002-07-22 [jens]       0.7.8claws98
10921
10922         * po/de.po
10923                 Updated German translations.
10924
10925 2002-07-22 [paul]       0.7.8claws97
10926
10927         * po/es.po
10928           po/it.po
10929           po/nl.po
10930           po/pt_BR.po
10931                 updated translations by Ricardo Mones Lastra,
10932                 Alessandro Maestri, Wilbert Berendsen and 
10933                 Fabio Jr. Beneditto respectively
10934
10935 2002-07-22 [christoph]  0.7.8claws96
10936
10937         * src/mimeview.c
10938                 fix memory leak caused by wrong g_dirname usage
10939
10940 2002-07-22 [christoph]  0.7.8claws95
10941
10942         * src/summaryview.c
10943                 update new and unread message counts for summaryview
10944                 summaryview does not get it from the folder anymore
10945                 and has to update the values itself
10946
10947 2002-07-22 [melvin]     0.7.8claws94
10948
10949         * po/fr.po
10950                 Updated French translations.
10951
10952 2002-07-22 [christoph]  0.7.8claws93
10953
10954         * src/matcher.c
10955                 set prop->preg pointer to NULL or following check
10956                 will not fail and regexec will be called with
10957                 invalid pointer
10958
10959 2002-07-21 [alfons]     0.7.8claws92
10960         
10961         * src/prefs_common.[ch]
10962                 remove option "Send return receipt on request"
10963
10964 2002-07-21 [thorsten]   0.7.8claws91
10965
10966         * src/mimeview.c
10967                 fixed memleaks, coding style as pointed out by alfons
10968
10969 2002-07-21 [alfons]     0.7.8claws90
10970
10971         * src/messageview.c
10972         * src/noticeview.[ch]
10973                 o fix bug notice view being displayed when going to empty folder 
10974                   (noticed by Christoph)
10975                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10976                   (noticed by Thorsten)
10977
10978 2002-07-21 [thorsten]   0.7.8claws89
10979
10980         * src/mimeview.c
10981                 Included save_all patch from Xaview FACQ
10982                 added support for pathnames
10983
10984 2002-07-21 [alfons]     0.7.8claws88
10985
10986         * po/POTFILES.in
10987         * src/Makefile.am
10988         * src/mainwindow.c
10989         * src/messageview.[ch]
10990         * src/noticeview.c      ** NEW FILE **
10991         * src/noticeview.h      ** NEW FILE **
10992                 make return receipts work again
10993                 (UI idea by Leandro Pereira)
10994
10995 2002-07-21 [paul]       0.7.8claws87
10996
10997         * src/summaryview.c
10998                 fix sensitivity of 'Select thread'
10999
11000 2002-07-21 [paul]       0.7.8claws86
11001
11002         * src/prefs_common.c
11003                 add browser command line for Galeon
11004
11005 2002-07-21 [paul]       0.7.8claws85
11006
11007         * Makefile.am
11008                 fix 'EXTRA_DIST': remove README.README, add TODO
11009                 and TODO.claws
11010
11011 2002-07-21 [alfons]     0.7.8claws84
11012
11013         * src/gtkstext.c
11014                 make enter clear selection
11015                 (closes "[ 579888 ] Editor selection/entry error"
11016                 reported by Steve Lamb)
11017
11018 2002-07-21 [alfons]     0.7.8claws83
11019         
11020         * src/summaryview.c
11021                 sort message list when selecting unthread messages
11022                 (closes "[ 501593 ] switching threaded view doesn't sort"
11023                 reported by Simon Schubert)
11024
11025 2002-07-20 [alfons]     0.7.8claws82
11026         
11027         * src/matcher.c
11028                 const-correctness
11029
11030 2002-07-20 [thorsten]   0.7.8claws81
11031
11032         * src/matcher.c
11033                 Fixed expansion of empty fields in matchactions
11034
11035 2002-07-19 [melvin]     0.7.8claws80
11036
11037         * src/gtkspell.c
11038                 Removed a duplicate menu entry (fast mode) introduced during
11039                 the new cache merge
11040                 Added a menu separator between 'Use alternate' and 'Fast mode'
11041
11042 2002-07-19 [paul]       0.7.8claws79
11043
11044         * tools/Makefile.am
11045           tools/README
11046                 correct typos
11047
11048 2002-07-19 [thorsten]   0.7.8claws78
11049
11050         * tools/calypso_convert.pl      ** NEW FILE **
11051           tools/README
11052           tools/Makefile.am
11053                 script to import mbox files exported
11054                 by calypso
11055                 o generates folder structure
11056                 o includes attachments
11057
11058 2002-07-19 [melvin]     0.7.8claws77
11059
11060         * src/selective_download.[ch]
11061                 Fixed bug where closing the dialog with the window manager's
11062                 close button will not unlock the summary
11063                 Corrected some function declarations that missed a return value
11064                 Made the source code comply better with coding style.
11065         * src/prefs_common.c
11066                 Added new browser command line for Mozilla.
11067
11068 2002-07-18 [paul]       0.7.8claws76
11069
11070         * src/mainwindow.c
11071           src/selective_download.[ch]
11072                 reflect theme changes, fix Gdk Warning when creating 
11073                 pixmap from NULL window, and minor clean up.
11074                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11075
11076         * po/en_GB.po
11077                 updated
11078
11079 2002-07-17 [paul]       0.7.8claws75
11080
11081         * INSTALL[.jp]
11082                 sync with 0.8.0
11083         
11084         * po/en_GB.po
11085                 updated
11086
11087 2002-07-16 [paul]       0.7.8claws74
11088
11089         * tools/filter_conv.pl
11090           tools/README
11091                 replace conversion script with reimplemented version, 
11092                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11093
11094 2002-07-16 [colin]      0.7.8claws73
11095
11096         * src/summaryview.c
11097                 remove forgotten debug messages - sorry ;-)
11098
11099 2002-07-16 [colin]      0.7.8claws72
11100
11101         * src/mimeview.c
11102           src/summaryview.c
11103           src/textview.c
11104           src/textview.h
11105                 add the ability to select part of a text mime-part 
11106                 to reply.
11107
11108 2002-07-15 [christoph]  0.7.8claws71
11109
11110         * src/folder.c
11111                 fix folder message count for folders without
11112                 msg_is_changed (includes news folders)
11113
11114 2002-07-15 [martin]     0.7.8claws70
11115
11116         * src/summaryview.c
11117                 option "display recipient on 'From'..." now works
11118                 without the need of enabling the option
11119                 "display  sender  using  address  book".
11120
11121 2002-07-15 [christoph]  0.7.8claws69
11122
11123         * src/summaryview.c
11124                 removed setting folder status from summaryview.
11125                 folder.c should update all message counts correctly.
11126
11127 2002-07-15 [paul]       0.7.8claws68
11128
11129         * po/pt_BR.po
11130                 updated by Fabio Junior Beneditto
11131
11132 2002-07-15 [darko]      0.7.8claws67
11133
11134         * src/mh.c
11135                 Fixed target folder colorization, don't decrease op
11136                 number twice
11137
11138 2002-07-14 [paul]       0.7.8claws66
11139
11140         * sync with main 0.8.0
11141                 see ChangeLog 2002-07-14
11142
11143 2002-07-13 [melvin]     0.7.8claws65
11144         
11145         * src/addrbook.c
11146         * src/addressbook.c
11147         * src/addrindex.c
11148                 Replaced sprintf by g_snprintf to prevent possible buffer
11149                 overflow.
11150         * src/news.c
11151                 Corrected a log message output format.
11152                 Added a missing "done" debug output.
11153         * src/compose.c
11154                 Added keyboard accelerator for Priority menu items
11155                 Added missing \n in debug output
11156         * src/logwindow.c
11157         * src/gtkspell.c
11158         * src/rfc2015.c
11159                 Added missing \n in debug output
11160
11161 2002-07-13 [paul]       0.7.8claws64
11162
11163         * man/sylpheed.1
11164                 change Sergey's email address to the sf address
11165
11166         * src/textview.c
11167                 increase show_url_timeout (more useful for long
11168                 urls)
11169
11170 2002-07-12 [sergey]     0.7.8claws63
11171
11172         * src/rfc2015.c
11173                 applied (with some modifications) patch to set the
11174                 micalg parameter for signatures
11175                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11176
11177 2002-07-12 [sergey]     0.7.8claws62
11178
11179         * man/Makefile.am
11180         * configure.in
11181                 fixed man page installation
11182
11183 2002-07-12 [paul]       0.7.8claws61
11184
11185         * sync with 0.7.8cvs26
11186                 see ChangeLog 2002-07-11 and 2002-07-12
11187
11188 2002-07-11 [christoph]  0.7.8claws60
11189
11190         * src/compose.c
11191         * src/procmsg.c
11192                 first use the message number to find the message
11193                 to mark with a reply flag but check the
11194                 message-id if we got the correct message, if not
11195                 try to find it by message-id.
11196                 use new string seperator that is not allowed
11197                 in message-ids.
11198
11199 2002-07-11 [paul]       0.7.8claws59
11200
11201         * sync with 0.7.8cvs23
11202                 see ChangeLog 2002-07-10
11203
11204 2002-07-10 [christoph]  0.7.8claws58
11205
11206         * src/folder.[ch]
11207         * src/msgcache.[ch]
11208                 Added message-id table to the cache in memory
11209                 and functions to msgcache.c and folder.c to
11210                 fetch MsgInfos by message id
11211         * src/compose.c
11212         * src/procmsg.c
11213                 store folder and message-id of message replying
11214                 to in queue header and set reply flag after sending
11215                 (Closes bug #469498)
11216
11217 2002-07-10 [paul]       0.7.8claws57
11218
11219         * AUTHORS
11220           man/sylpheed.1.gz
11221                 add Martin to the list of authors
11222
11223 2002-07-09 [martin]     0.7.8claws56
11224         * src/gtksctree.c
11225                 Added gtk_ctree_last_visible(), tree_update_level(),
11226                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11227                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11228                 from gtk+ to gtksctree.c for the new sorting code
11229                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11230                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11231         * src/gtksctree.h
11232                 Added declaration for gtk_sctree_sort_recursive() and
11233                 gtk_sctree_sort_node
11234         * src/addressbook.c
11235         * src/foldersel.c
11236         * src/folderview.c
11237         * src/summaryview.c
11238                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11239                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11240
11241 2002-07-08 [paul]       0.7.8claws55
11242
11243         * more sync with 0.7.8cvs21
11244                 see ChangeLog 2002-07-08
11245
11246 2002-07-08 [paul]       0.7.8claws54
11247
11248         * sync with 0.7.8cvs21
11249                 see ChangeLog 2002-07-08
11250
11251 2002-07-07 [alfons]     0.7.8claws53
11252
11253         * src/Makefile.am
11254         * src/stock_pixmap.[ch]
11255         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11256         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11257         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11258                 add new pixmaps for upcoming notice pane
11259
11260 2002-07-06 [melvin]     0.7.8claws52
11261
11262         * src/gtkspell.[ch]
11263                 Made them a bit closer to Sylpheed's coding style.
11264                 Removed old code.
11265                 Removed possible memory leaks when some errors occurs.
11266
11267 2002-07-06 [melvin]     0.7.8claws51
11268
11269         * po/Makefile.in.in
11270                 Removed --no-location in xgettext command line to help
11271                 translators that use Emacs' po-mode
11272         * src/quote_fmt.c
11273                 Removed unnecessary comments that messed up sylpheed.pot
11274
11275 2002-07-06 [paul]       0.7.8claws50
11276
11277         * sync with 0.7.8cvs19
11278                 see ChangeLog 2002-07-05
11279
11280 2002-07-06 [christoph]  0.7.8claws49
11281
11282         * src/folder.c
11283         * src/mainwindow.c
11284                 fix folder_item_remove_all_msg and folderview
11285                 status for trash folders after emptying trash
11286
11287 2002-07-05 [paul]       0.7.8claws48
11288
11289         * sync with 0.7.8cvs16
11290                 see ChangeLog 2002-07-04 and 2002-07-05
11291
11292 2002-07-04 [paul]       0.7.8claws47
11293
11294         * sync with 0.7.8cvs14
11295                 see  ChangeLog 2002-07-04
11296
11297 2002-07-03 [alfons]     0.7.8claws46
11298
11299         * src/folder.c
11300                 dupe folder item's path because it's being reallocated
11301                 by new folder scanning code
11302
11303 2002-07-03 [christoph]  0.7.8claws45
11304
11305         * src/imap.c
11306                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11307         * src/msgcache.c
11308                 add missing return in msgcache_write
11309
11310 2002-07-02 [thorsten]   0.7.8claws44
11311
11312         * src/jpilot.c
11313         * src/msgcache.c
11314         * src/rfc2015.c
11315                 use binary mode for file access
11316
11317 2002-07-02 [christoph]  0.7.8claws43
11318
11319         * major code cleanup (part 1)
11320         
11321                 - unused variables removed
11322                 - unused functions removed
11323                 - uninitialized variables checked
11324                 - missing return statements added
11325                 - missing function return types added
11326                 - added parentheses around assignment and
11327                   && in || when suggested by gcc
11328               
11329         * src/mh.c
11330         * src/folder.c
11331                 replaced direct calls to folder->scan_tree
11332                 with folder_scan_tree and restore folder
11333                 prefs in this function. The folder should
11334                 not have to deal with them.
11335                 ( Should now work for all folder types )
11336
11337 2002-07-02 [paul]       0.7.8claws42
11338
11339         * sync with 0.7.8cvs13
11340                 see ChangeLog 2002-07-01 and 2002-07-02
11341
11342 2002-07-01 [christoph]  0.7.8claws41
11343
11344         * src/summaryview.c
11345                 fix "goto next/prev unread message" with
11346                 ignored threads
11347
11348 2002-07-01 [paul]       0.7.8claws40
11349
11350         * po/es.po
11351                 updated by Ricardo Mones Lastra
11352
11353 2002-06-30 [match]      0.7.8claws39
11354
11355         * src/jpilot.c
11356                 applied variation of leonerd's patch (566661) to
11357                 allow multiple email addresses per JPilot entry.
11358                 addresses may be separated by space, comma, pipe,
11359                 semi-colon, new-line.
11360
11361 2002-06-30 [alfons]     0.7.8claws38
11362
11363         * src/procmsg.c
11364                 simple fix for putting older nodes before
11365                 newer nodes when threading by subject
11366
11367 2002-06-30 [christoph]  0.7.8claws37
11368
11369         * src/folder.c
11370         * src/folderview.c
11371         * src/mh.c
11372         * src/news.c
11373         * src/procmsg.c
11374                 fix broken folder tree rescaning
11375                 and don't use procmsg_get_mark_sum
11376                 anymore
11377
11378 2002-06-30 [christoph]  0.7.8claws36
11379
11380         * merge new cache branch
11381         * src/imap.c
11382                 fix new cache imap copy bug
11383         * src/folder.c
11384                 improved folder_item_scan
11385                 it should now always set the correct
11386                 new, unread and total message counts
11387
11388 2002-06-29 [paul]       0.7.8claws35
11389
11390         * configure.in
11391                 correct syntax error
11392
11393 2002-06-29 [paul]       0.7.8claws34
11394
11395         * configure.in
11396           Makefile.am
11397           man/Makefile.am       ** NEW FILE **
11398           man/sylpheed.1.gz     ** NEW FILE **
11399                 add Sylpheed man page
11400
11401 2002-06-29 [paul]       0.7.8claws33
11402
11403         * po/pt_BR.po
11404                 updated by Fabio Junior Beneditto
11405
11406 2002-06-28 [jens]       0.7.8claws32
11407
11408         * po/de.po
11409                 translation updated
11410
11411         * src/selective_download.c
11412                 removed gettext for space " "
11413
11414         * src/imap.c
11415                 removed wrong space
11416
11417 2002-06-28 [paul]       0.7.8claws31
11418
11419         * sync with 0.7.8cvs11
11420                 see ChangeLog 2002-06-28
11421
11422 2002-06-28 [paul]       0.7.8claws30
11423
11424         * sync with 0.7.8cvs10
11425                 see ChangeLog 2002-06-27 and 2002-06-28
11426
11427 2002-06-26 [paul]       0.7.8claws29
11428
11429         * src/addrgather.c
11430           src/selective_download.c
11431                 don't gettextise empty strings.
11432                 reserved by gettext. gettext("") returns 
11433                 the header entry with meta information, 
11434                 not the empty string
11435
11436         * po/en_GB.po
11437                 updated
11438
11439 2002-06-26 [paul]       0.7.8claws28
11440
11441         * sync with 0.7.8cvs7
11442                 see ChangeLog 2002-06-25
11443
11444         * src/prefs_common.c
11445                 ...and in the process, tweak the gui a little
11446
11447 2002-06-25 [alfons]     0.7.8claws27
11448         
11449         * configure.in
11450         * src/Makefile.am
11451                 fine tune ldap library detection
11452
11453 2002-06-25 [alfons]     0.7.8claws26
11454
11455         * src/compose.c
11456                 don't allow return receipts when composing a news article
11457
11458 2002-06-25 [paul]       0.7.8claws25
11459
11460         * Makefile.am
11461                 add '$(AMTAR)' to 'release' section to allow for
11462                 new and older autotools
11463
11464 2002-06-25 [paul]       0.7.8claws24
11465
11466         * src/summaryview.c
11467                 fix "No more unread messages" persistant pop-up
11468                 window bug
11469
11470 2002-06-25 [paul]       0.7.8claws23
11471
11472         * po/it.po
11473                 updated by Alessandro Maestri
11474
11475 2002-06-25 [paul]       0.7.8claws22
11476
11477         * sync with 0.7.8cvs6
11478                 see ChangeLog 2002-06-25
11479
11480 2002-06-24 [paul]       0.7.8claws21
11481
11482         * tools/update-po
11483                 add GPL copyright information
11484
11485 2002-06-24 [paul]       0.7.8claws20
11486
11487         * tools/Makefile.am
11488           tools/README
11489           tools/update-po       ** NEW FILE **
11490                 add script that eases the creation of *.po files
11491                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11492
11493 2002-06-23 [alfons]     0.7.8claws19
11494
11495         * src/messageview.c
11496                 make notification_convert_header obey const correctness
11497                 (next step will be fixing the broken return receipt)
11498
11499 2002-06-23 [paul]       0.7.8claws18
11500
11501         * src/messageview.c
11502                 fix bug introduced in last commit:
11503                 removed too much code in last commit - put back what's
11504                 needed
11505
11506 2002-06-23 [paul]       0.7.8claws17
11507
11508         * src/messageview.[ch]
11509                 remove code committed in error from locally patched
11510                 source
11511
11512 2002-06-23 [colin]      0.7.8claws16
11513
11514         * src/compose.[ch]
11515                 add compose_entry_select(), used to select the default_to
11516                 email address - hopefully avoiding people sending mails to
11517                 wrong recipients.
11518
11519 2002-06-22 [alfons]     0.7.8claws15
11520
11521         * AUTHORS
11522                 add Bram Metsch & Stanislav Karchebny
11523         * src/smtp.[ch]
11524         * src/prefs_account.[ch]
11525         * src/send.c
11526                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11527                   options.  (see <http://sourceforge.net/tracker/index.php
11528                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11529
11530                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11531                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11532
11533 2002-06-22 [paul]       0.7.8claws14
11534
11535         * sync with 0.7.8cvs5
11536                 see ChangeLog 2002-06-19 and 2002-06-20
11537
11538 2002-06-22 [alfons]     0.7.8claws13
11539
11540         * src/selective_download.c
11541                 fix a stupid mistake I made
11542
11543 2002-06-22 [alfons]     0.7.8claws12
11544
11545         * src/selective_download.[ch]
11546                 fix another unnoticed leak; cleanup code
11547
11548 2002-06-21 [alfons]
11549
11550         * tools/Makefile.am
11551                 gpg-sign <-- gpg-sign-syl
11552
11553 2002-06-21 [alfons]     0.7.8claws11
11554
11555         * src/selective_download.c
11556         * src/selective_download.h
11557                 fix assorted mix of allocation errors (should solve
11558                 problem reported by Philippe Gramoullé, see:
11559                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11560
11561 2002-06-20 [melvin]     0.7.8claws10
11562
11563         * tools/gpg-sign *REMOVED*
11564           tools/gpg-sign-syl *ADDED*
11565                 Replaced the gpg clearsigning script with the version using
11566                 xterm instead of ssh-askpass and changed its name.
11567
11568         * README.claws
11569                 Updated actions example to reflect the renaming of the
11570                 gpg clearsigning script.
11571
11572 2002-06-19 [paul]       0.7.8claws9
11573
11574         * sync with 0.7.8claws9
11575                 see ChangeLog 2002-06-18 and 2002-06-19
11576
11577 2002-06-19 [paul]       0.7.8claws8
11578
11579         * sync with 0.7.8cvs1
11580                 see ChangeLog 2002-06-18
11581
11582 2002-06-18 [alfons]     0.7.8claws7
11583
11584         * src/mainwindow.h
11585                 add omitted prototype
11586
11587 2002-06-17 [paul]       0.7.8claws6
11588
11589         * src/mainwindow.c
11590                 fix hiding of exec_btn
11591
11592 2002-06-17 [paul]       0.7.8claws5
11593
11594         * src/pop.c
11595                 remove unneeded code: should_delete() 
11596                 and Pop3State::uidl_todelete_list
11597
11598 2002-06-17 [paul]       0.7.8claws4
11599
11600         * sync with 0.7.8
11601                 see ChangeLog 2002-06-11 and 2002-06-13
11602
11603 2002-06-16 [alfons]     0.7.8claws3
11604         
11605         * src/folder.c
11606                 make sure lock sort mode (claws specific) is
11607                 also persists after a tree rescan
11608
11609 2002-06-16 [alfons]     0.7.8claws2
11610
11611         * src/prefs_folder_item.c
11612         * src/folder.[ch]
11613                 fix persistence of folder sort mode (broken
11614                 by adapting Hiro's new folder persistence code)
11615
11616 2002-06-16 [alfons]     0.7.8claws1
11617
11618         * AUTHORS
11619         * src/logwindow.c
11620         * src/prefscommon.[ch]
11621                 control size of log text in log window; 
11622                 closes patch #569155 submitted by Mitko Haralanov.
11623
11624 2002-06-15 [paul]       0.7.8claws
11625
11626         * release of 0.7.8claws
11627
11628 2002-06-15 [paul]       0.7.7claws
11629
11630         * po/pt_BR.po
11631                 updated by Fabio Junior Beneditto
11632
11633 2002-06-14 [paul]       0.7.6claws49
11634
11635         * po/es.po
11636                 updated by Ricardo Mones Lastra
11637
11638 2002-06-14 [paul]       0.7.6claws48
11639
11640         * po/nl.po
11641                 updated translation by Wilbert Berendsen
11642
11643 2002-06-14 [melvin]     0.7.6claws47
11644
11645         * po/fr.po
11646                 Updated French translation
11647
11648 2002-06-13 [paul]       0.7.6claws46
11649
11650         * src/filesel.c
11651                 allow filename to be typed in, rather than just
11652                 selected by the mouse. Patch by Gustavo Noronha Silva.
11653
11654 2002-06-13 [alfons]     0.7.6claws45
11655
11656         * src/mainwindow.[ch]
11657                 more cleanups (removing unnecessary menu items Expand 
11658                 summary / message view)
11659
11660 2002-06-13 [melvin]     0.7.6claws44
11661
11662         * po/POTFILES.in
11663                 Added src/string_match.c
11664         * src/string_match.c
11665                 Fixed possible buffer overflow.
11666                 Corrected typo.
11667                 Added missing config.h header.
11668         * src/prefs_common.c
11669           src/prefs_matcher.c
11670           src/prefs_scoring.c
11671                 Made some strings translatable (missing _(..)).
11672
11673 2002-06-13 [melvin]     0.7.6claws43
11674
11675         * README.claws
11676                 Corrected action example (verifying clearsigned mail).
11677         * src/prefs_account.c
11678                 Corrected typo.
11679         * src/prefs_common.c
11680                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11681
11682 2002-06-12 [alfons]     0.7.6claws42
11683
11684         * src/summaryview.c
11685                 add init of score column lost in 0.7.6claws42
11686
11687 2002-06-12 [paul]       0.7.6claws41
11688
11689         * src/prefs_account.c
11690                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11691                 behavior of the radio buttons, (from 0.7.7cvs2)
11692
11693 2002-06-11 [alfons]     0.7.6claws40
11694
11695         * src/messageview.[ch]
11696         * src/summaryview.[ch]
11697         * src/summary_search.c
11698         * src/mainwindow.c
11699                 perform a sync to bring in Hiro's separate view implementation 
11700
11701                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11702
11703 2002-06-11 [paul]       0.7.6claws39
11704         
11705         * src/prefs_account.c
11706                 correct a typo on the Receive tab
11707
11708 2002-06-10 [match]      0.7.6claws38
11709
11710         * src/addressbook.c
11711                 Included address completion patch from Gustavo Noronha.
11712
11713 2002-06-10 [paul]       0.7.6claws37
11714
11715         * src/inc.[ch]
11716           src/pop.c
11717           src/prefs_account.[ch]
11718           src/selective_download.[ch]
11719                 apply PATCH #561712
11720                  NEW:
11721                 - check if POP Account
11722                 - Receive Button renamed to Preview
11723                 - Preview Button Popup: preview new/all messages
11724                 - Download Button
11725                 - Account Preferences-->Receive tab checkbutton if you
11726                   want to remove Mail after Download
11727                 -: default YES
11728                 - Account Preferences-->Receive tab checkbutton use
11729                   filtering rules on preview
11730                   (think of delete_on_server)
11731                 -: default YES
11732                 - Account selectable from SD dialog
11733                 - checkbutton to show already downloaded messages if
11734                   all messages are previewed
11735                 - new clist column showing Date
11736                 - ESC KEY close
11737                 FIXES:
11738                 - play ball with UIDL
11739                 - fault tolerant (?) 
11740                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11741
11742 2002-06-10 [melvin]     0.7.6claws36
11743
11744         * README.claws
11745                 Added a hint to ac/README in cvs instructions.
11746
11747         * src/prefs_actions.c
11748                 Made it possible to use a more elaborate command line
11749                 for asynchronous actions, too.
11750
11751 2002-06-10 [melvin]     0.7.6claws35
11752         
11753         * src/prefs_actions.c
11754                 Make it possible to use a more elaborate command line
11755                 (e.g. |foo|bar|cat>there;echo Done|)
11756                 Corrected error message when calling %f, %F and %p commands
11757                 from the compose window.
11758
11759 2002-06-09 [colin]      0.7.6claws34
11760
11761         * src/summaryview.c
11762                 Automatically find unread messages in current folder
11763                 before annoying the user.
11764
11765 2002-06-08 [alfons]     0.7.6claws33
11766
11767         * po/it.po
11768                 remove bad formatting string in it.po translation
11769                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11770
11771 2002-06-08 [paul]       0.7.6claws32
11772
11773         * sync with 0.7.6cvs25
11774                 see ChangeLog 2002-06-07
11775
11776 2002-06-05 [paul]       0.7.6claws31
11777
11778         * src/mainwindow.c
11779                 add 'Sort by locked' and 'Sort by score'
11780
11781 2002-06-05 [paul]       0.7.6claws30
11782
11783         * sync with 0.7.6cvs24
11784                 see ChangeLog 2002-06-04
11785
11786 2002-06-04 [paul]       0.7.6claws29
11787
11788         * po/pt_BR.po
11789                 updated by Fabio Junior Beneditto
11790
11791 2002-06-03 [thorsten]   0.7.6claws28
11792
11793         * src/matcher.c
11794                 fclose() matcherrc after reading
11795
11796 2002-06-03 [paul]       0.7.6claws27
11797
11798         * sync with 0.7.6cvs21
11799                 see ChangeLog 2002-05-31
11800
11801 2002-05-31 [paul]       0.7.6claws26
11802
11803         * sync with 0.7.6cvs20
11804                 see ChangeLog 2002-05-29 and 2002-05-30
11805
11806 2002-05-31 [paul]       0.7.6claws25
11807
11808         * src/imap.c
11809                 hopefully fix last buggy sync
11810
11811         * README.claws
11812                 correct typo in 'Actions' examples
11813
11814 2002-05-29 [paul]       0.7.6claws24
11815
11816         * sync with 0.7.6cvs18
11817                 see ChangeLog 2002-05-28 and 2002-05-29
11818
11819         * src/news.c
11820           src/nntp.[ch]
11821                 sync with above 
11822
11823 2002-05-28 [paul]       0.7.6claws23
11824
11825         * sync with 0.7.6cvs16
11826                 see ChangeLog 2002-05-28
11827
11828 2002-05-27 [thorsten]   0.7.6claws22 
11829
11830         * faq/it/sylpheed-faq-1.html
11831           faq/it/sylpheed-faq-2.html
11832           faq/it/sylpheed-faq-3.html
11833           faq/it/sylpheed-faq.html
11834                 corrected DOS lineendings
11835         * faq/de/sylpheed-faq-1.html
11836           faq/de/sylpheed-faq-2.html
11837           faq/en/sylpheed-faq-1.html
11838           faq/en/sylpheed-faq-2.html
11839           faq/en/sylpheed-faq-3.html
11840           faq/es/sylpheed-faq-1.html
11841           faq/es/sylpheed-faq-2.html
11842           faq/es/sylpheed-faq-3.html
11843           faq/fr/sylpheed-faq-1.html
11844           faq/it/sylpheed-faq-1.html
11845           faq/it/sylpheed-faq-2.html
11846           faq/it/sylpheed-faq-3.html
11847           faq/it/sylpheed-faq.html
11848                 changed ">" to &quot;
11849
11850 2002-05-27 [paul]       0.7.6claws21
11851         
11852         * sync with 0.7.6cvs15
11853                 see ChangeLog 2002-05-27
11854
11855 2002-05-27 [paul]       0.7.6claws20
11856
11857         * src/prefs_account.c
11858                 correct a typo
11859
11860 2002-05-26 [paul]       0.7.6claws19
11861
11862         * tools/README
11863                 correct a typo
11864
11865 2002-05-25 [paul]       0.7.6claws18
11866
11867         * tools/README
11868                 add description of kmail2sylpheed.pl
11869
11870 2002-05-25 [paul]       0.7.6claws17
11871
11872         * tools/kmail2sylpheed.pl       ** NEW FILE **
11873                 perl script that converts an exported Kmail address
11874                 book, converts it to sylpheed addressbook file,
11875                 writes the file to .sylpheed, and updates
11876                 addrbook--index.xml 
11877
11878 2002-05-25 [paul]       0.7.6claws16
11879
11880         * sync with 0.7.6cvs14
11881                 see ChangeLog 2002-05-23
11882
11883 2002-05-24 [paul]       0.7.6claws15
11884
11885         * README.claws
11886                 make a correction and add some more info
11887
11888 2002-05-24 [paul]       0.7.6claws14
11889
11890         * src/compose.c
11891                 fix memory leak in 
11892                 compose_redirect_write_headers_from_headerlist()
11893                 add Subject and Resent-Message-ID to
11894                 compose_redirect_write_headers()
11895                 Received, Subject, and X-UIDL are filtered out in 
11896                 compose_redirect_write_to_file()
11897
11898 2002-05-23 [paul]       0.7.6claws13
11899
11900         * src/compose.[ch]
11901           src/filtering.c
11902           src/mainwindow.c
11903           src/matcher.[ch]
11904           src/matcher_parser_lex.l
11905           src/matcher_parser_parse.y
11906           src/prefs_common.[ch]
11907           src/prefs_filtering.c
11908           src/summaryview.c
11909                 rename 'Bounce' to 'Redirect'
11910
11911 2002-05-23 [paul]       0.7.6claws12
11912
11913         * more sync with 0.7.6cvs13
11914           src/compose.c
11915                 see ChangeLog 2002-05-22
11916
11917 2002-05-22 [paul]       0.7.6claws11
11918
11919         * sync with 0.7.6cvs13
11920           src/codeconv.c
11921                 see ChangeLog 2002-05-20
11922           src/prefs_common.c
11923                 see ChangeLog 2002-05-22
11924
11925 2002-05-21 [melvin]     0.7.6claws10
11926
11927         * src/folderview.c
11928                 Added missing filtering and scoring headers
11929                 Fixed bad function call that showed garbage 
11930                 in Folder->Processing
11931
11932 2002-05-21 [paul]       0.7.6claws9
11933
11934         * tools/Makefile.am
11935                 make all tools executable, (patch by Alfons).
11936
11937 2002-05-20 [alfons]     0.7.6claws8
11938
11939         * src/procheader.c
11940                 don't forget to call mktime() so we have a valid week 
11941                 and year day
11942                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11943
11944 2002-05-20 [paul]       0.7.6claws7
11945
11946         * src/html.c
11947                 fix broken parsing of urls
11948         * src/textview.c
11949                 fix displaying of urls
11950
11951                 both fixes from the patch [547855] by Eugene 
11952                 Brevdo (zonem)
11953
11954 2002-05-19 [alfons]     0.7.6claws6
11955
11956         * configure.in
11957                 make sylpheed configure correctly with the latest
11958                 and greatest of automake / autoconf / gettext
11959
11960 2002-05-19 [alfons]     0.7.6claws5
11961
11962         * src/procheader.c
11963         * src/procheader.h
11964                 add function for returning ime zone offset
11965         * src/quote_fmt.c
11966         * src/quote_fmt_parse.y
11967                 better quotation formatting - does not convert
11968                 to local time, but uses the original date string.
11969                 
11970                 Note: %z inserts the timezone offset (should 
11971                 work also on platforms where strftime does not
11972                 support %z).
11973
11974 2002-05-18 [christoph]  0.7.6claws4
11975
11976         * src/summaryview.c
11977                 fix indentation of some code
11978         * tools/Makefile.am
11979                 fix spaces after \
11980         * src/Makefile.am
11981                 add missing \
11982                 correct path for ignorethread.xpm
11983                 incorrect filename for sylpheed_logo.xpm
11984                 add missing include matcher_parser_parse.h
11985
11986 2002-05-18 [paul]       0.7.6claws3
11987
11988         * sync with 0.7.6cvs8
11989                 see ChangeLog 2002-05-16 and 2002-05-17
11990
11991 2002-05-18 [melvin]     0.7.6claws2
11992
11993         * README.claws
11994                 Corrected an action's definition and fixed some misspellings.
11995
11996 2002-05-18 [paul]       0.7.6claws1
11997
11998         * tools/Makefile.am
11999           tools/gpg-sign        ** new file **
12000           tools/uudec           ** new file **
12001                 add Melvin's Actions scripts
12002
12003         * README.claws
12004                 add Melvin's descriptions for Actions
12005
12006 2002-05-18 [paul]       0.7.6claws
12007
12008         * Version 0.7.6claws released
12009
12010 2002-05-17 [paul]       0.7.5claws32
12011
12012         * po/es.po
12013                 updated by Ricardo Mones Lastra
12014
12015 2002-05-17 [paul]       0.7.5claws31
12016
12017         * src/compose.c
12018                 fix Account prefs default folder for sent/draft/deleted
12019                 messages bug
12020
12021         * po/it.po
12022           po/nl.po
12023                 updated translation by Alessandro Maestri and
12024                 Wilbert Berendsen
12025
12026 2002-05-17 [melvin]     0.7.5claws30
12027
12028         * src/prefs_actions.c
12029                 Fixed bug where using %F not at the end of the command 
12030                 resulted in an additional empty argument being created.
12031                 Thanks to Darko Koruga for reporting the bug.
12032
12033 2002-05-17 [melvin]     0.7.5claws29
12034
12035         * po/fr.po
12036                 Updated French translations.
12037
12038 2002-05-15 [paul]       0.7.5claws28
12039         
12040         * po/es.po
12041                 updated by Ricardo Mones Lastra
12042
12043 2002-05-15 [paul]       0.7.5claws27
12044
12045         * sync with 0.7.6cvs4
12046                 see ChangeLog 2002-05-14 and 2002-05-15
12047
12048 2002-05-14 [paul]       0.7.5claws26
12049
12050         * sync with 0.7.6cvs1
12051                 see ChangeLog 2002-05-13
12052
12053 2002-05-13 [thorsten]   0.7.5claws25
12054
12055         * src/messageview.c
12056                 fix select_all and copy in multipart messages
12057         * src/mainwindow.c
12058                 fix select_all and copy in multipart messages
12059
12060 2002-05-12 [paul]       0.7.5claws24
12061
12062         * src/summaryview.c
12063                 reverse last commit, bug already fixed in 0.7.5claws3
12064
12065 2002-05-12 [netztorte]  0.7.5claws23
12066
12067         * src/summaryview.c
12068                 dont parse empty addressbook (checked in before claws20)
12069
12070 2002-05-12 [melvin]     0.7.5claws22
12071
12072         * src/procmsg.[ch]
12073                 Removed unneeded priority code introduced by the previous 
12074                 commit.
12075
12076 2002-05-12 [melvin]     0.7.5claws21
12077
12078         * src/compose.[ch]
12079                 Added possibility to set message's priority.
12080         * src/procmsg.[ch]
12081                 Added possibility to set message's priority.
12082                 Added missing headers
12083
12084 2002-05-12 [melvin]     0.7.5claws20
12085
12086         * src/prefs_actions.c
12087                 Removed implicitely added quotes around the name
12088                 of the temporary files of mime parts.
12089
12090 2002-05-12 [paul]       0.7.5claws19
12091
12092         * sync with 0.7.5cvs20
12093                 see ChangeLog 2002-05-11
12094
12095 2002-05-12 [alfons]     0.7.5claws18
12096
12097         * src/quote_fmt_lex.l
12098         * src/quote_fmt_parse.y
12099                 allow quote / reply date & time format to be set using
12100                 %D{format}. format is a format string you'd pass to
12101                 strftime() (see man strftime, or the Display tab |
12102                 Date format setting).
12103
12104                 Currently %D converts the date to local time. 
12105
12106 2002-05-11 [paul]       0.7.5claws17
12107
12108         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12109                 see ChangeLog 2002-05-10 and 2002-05-11
12110
12111 2002-05-10 [paul]       0.7.5claws16
12112
12113         * sync with 0.7.5cvs16
12114                 see ChangeLog entries 2002-05-09 and 
12115                 2002-05-10
12116
12117 2002-05-10 [colin]      0.7.5claws15
12118
12119         * src/textview.c
12120                 Corrected a bug that prevented sylpheed to open
12121                 double-clicked URIs.
12122
12123 2002-05-09 [paul]       0.7.5claws14
12124
12125         * sync with 0.7.5cvs14
12126                 see ChangeLog 2002-05-08 and 2002-05-09
12127
12128 2002-05-08 [paul]       0.7.5claws13
12129
12130         * sync with 0.7.5cvs11
12131                 see ChangeLog entry 2002-05-08
12132
12133 2002-05-08 [paul]       0.7.5claws12
12134
12135         * src/mainwindow.c
12136           src/textview.[ch]
12137                 fix segfault on View->Open in new window
12138                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12139
12140 2002-05-07 [paul]       0.7.5claws11
12141
12142         * sync with 0.7.5cvs9
12143                 see ChangeLog entry 2002-05-07
12144
12145 2002-05-06 [paul]       0.7.5claws10
12146
12147         * src/messageview.c
12148           src/textview.c
12149                 display url in statusbar on single-click
12150                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12151
12152 2002-05-06 [match]      0.7.5claws9
12153
12154         * src/addritem.[ch]
12155                 new functions.
12156         * src/addrcache.c
12157                 tidy up.
12158         * src/xmlprops.[ch]
12159                 XML implementation of properties file.
12160         * src/exporthtml.[ch]
12161         * src/expthtmldlg.[ch]
12162         * src/addressbook.c
12163                 export to HTML.
12164
12165 2002-05-02 [sergey]     0.7.5claws8
12166
12167         * src/mainwindow.c (mainwin_entries),
12168           src/prefs_common.c (prefs_send_create()),
12169           src/codeconv.c (locale_table):
12170                 use charset name "Windows-1251" instead of "CP1251".
12171
12172 2002-05-02 [colin]      0.7.5claws7
12173         
12174         * src/compose.c
12175           src/prefs_common.c
12176           src/prefs_folder_item.c
12177                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12178
12179 2002-05-02 [hiro]       0.7.5claws6
12180
12181         * src/imap.c
12182                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12183
12184 2002-05-02 [paul]       0.7.5claws5
12185
12186         * src/compose.c
12187                 more sync with 0.7.5cvs7, see ChangeLog entry
12188                 2002-05-02
12189
12190 2002-05-02 [hiro]       0.7.5claws4
12191
12192         * src/compose.c
12193                 compose_queue_sub():
12194                 check if queue folder exists (closes #550397).
12195                 removed directory creation since it should be handled
12196                 transparently.
12197         * src/imap.c
12198                 imap_add_msg(): return UID for appended message
12199                 (closes #548842).
12200
12201 2002-04-30 [paul]       0.7.5claws3
12202
12203         * src/summaryview.c
12204                 fix account_find_from_address() bug
12205
12206 2002-04-28 [colin]      0.7.5claws2
12207
12208         * src/compose.c
12209           src/textview.c
12210           src/prefs_common.[ch]
12211           src/utils.[ch]
12212                 Added user-definable quotation characters recognition.
12213
12214 2002-04-28 [paul]       0.7.5claws1
12215
12216         * sync with 0.7.5cvs4
12217                 see ChangeLog entry  2002-04-25
12218
12219 2002-04-28 [paul]       0.7.5claws
12220
12221         * po/es.po
12222           po/nl.po
12223           po/pt_BR.po
12224                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12225                 Fabio Junior Beneditto
12226
12227 2002-04-27 [jens]       0.7.4claws103
12228
12229         * po/de.po
12230                 updated German translation.
12231
12232 2002-04-27 [hiro]       0.7.4claws102
12233
12234         * src/summaryview.c
12235                 summary_write_cache(): fixed the mark loss of hidden messages.
12236
12237 2002-04-26 [melvin]     0.7.4claws101
12238
12239         * src/procmsg.c
12240                 fixed a second typo (same one)
12241         * po/fr.po
12242           po/it.po
12243           po/pt_BR.po
12244                 fixed the type again...
12245
12246 2002-04-26 [melvin]     0.7.4claws100
12247
12248         * src/procmsg.c
12249                 fixed a typo in an alert message ("temorary").
12250         * po/it.po
12251         * po/pt_BR.po
12252                 corrected the typo  described above.
12253         * po/fr.po
12254                 updated French translation.
12255
12256 2002-04-26 [darko]      0.7.4claws99
12257
12258         * src/summaryview.c
12259                 fix target folder colorization
12260
12261 2002-04-25 [paul]       0.7.4claws98
12262
12263         * po/it.po
12264                 updated by Alessandro Maestri
12265
12266 2002-04-24 [colin]      0.7.4claws97
12267         
12268         * src/compose.c
12269                 Fixed double "subject is empty" question.
12270
12271 2002-04-23 [colin]      0.7.4claws96
12272         
12273         * src/mimeview.c
12274                 Corrected issue when "automatically display images" was
12275                 not set : first image remained after selecting second.
12276
12277 2002-04-23 [melvin]     0.7.4claws95
12278
12279         * src/prefs_actions.c
12280                 Don't display in/out dialog if there is nothing to show.
12281
12282 2002-04-23 [paul]       0.7.4claws94
12283
12284         * sync with 0.7.5cvs3
12285                 bug fixes: see ChangeLog entry 2002-04-23
12286
12287 2002-04-22 [darko]      0.7.4claws93
12288
12289         * src/compose.c
12290                 fix previous check-in which changed code after
12291                 merge from main
12292
12293 2002-04-22 [paul]       0.7.4claws92
12294
12295         * faq/de/*
12296                 add German FAQ
12297         * faq/en/*
12298           faq/es/*
12299           faq/fr/*
12300                 update English, Spanish and French FAQs
12301         * manual/de/*
12302           manual/es/*
12303                 add German and Spanish manuals
12304         * manual/en/*
12305           manual/fr/*
12306                 update English and French manuals
12307
12308         * src/Makefile.am
12309                 add to and re-arrange the pixmap entries
12310
12311 2002-04-22 [darko]      0.7.4claws91
12312
12313         * src/compose.c
12314                 fix sender initials recognition to only allow
12315                 '>' after the initials
12316
12317 2002-04-21 [paul]       0.7.4claws90
12318
12319         * sync with 0.7.5 release
12320                 see ChangeLog entry 2002-04-21
12321
12322 2002-04-21 [alfons]
12323
12324         * src/Makefile.am
12325                 add colin's new pixmaps to EXTRA_DIST
12326
12327 2002-04-21 [colin]      0.7.4claws89
12328         * src/compose.c
12329         * src/inc.c
12330         * src/mainwindow.[ch]
12331         * src/prefs_common.[ch]
12332         * src/stock_pixmap.[ch]
12333                 Added "Work offline" ability.
12334
12335 2002-04-21 [colin]      0.7.4claws88
12336         
12337         * src/mimeview.c
12338         * src/prefs_common.c
12339         * src/prefs_common.h
12340         * src/textview.c : Added an option to common preferences -> display
12341           to allow user not to automatically display images.
12342
12343 2002-04-21 [paul]       0.7.4claws87
12344
12345         * sync with 0.7.4cvs52
12346                 see ChangeLog entry 2002-04-21 (src/imap.c)
12347
12348 2002-04-21 [paul]       0.7.4claws86
12349
12350         * sync with 0.7.4cvs51
12351                 see ChangeLog entry 2002-04-21
12352
12353 2002-04-21 [paul]       0.7.4claws85
12354
12355         * sync with 0.7.4cvs49
12356                 see ChangeLog entries 2002-04-20 and 2002-04-21
12357
12358         * src/Makefile.am
12359                 clean up: remove old 'stock_' element from xpm 
12360                 filenames.
12361
12362 2002-04-21 [alfons]     0.7.4claws84
12363
12364         apply sync patch from Paul
12365
12366         * src/folderview.c
12367                 use old claws prefs_folder_item_create() for now
12368
12369 2002-04-19 [match]      0.7.4claws83
12370
12371         * src/addressbook.[ch]
12372         * src/addrharvest.[ch]
12373         * src/addrgather.[ch]
12374                 recurse folders.
12375         * src/mainwindow.c
12376         * src/summaryview.[ch]
12377                 change menu option.
12378
12379 2002-04-19 [paul]       0.7.4claws82
12380
12381         * po/pt_BR.po
12382                 updated by Fabio Junior Beneditto
12383
12384 2002-04-14 [alfons]     0.7.4claws81
12385
12386         * src/passphrase.c
12387                 add #include <sys/types.h> for mode_t and off_t 
12388
12389 2002-04-13 [paul]       0.7.4claws80
12390         
12391         * src/main.c
12392           src/passphrase.[ch]
12393           src/pgptext.c
12394           src/prefs_common.[ch]
12395           src/rfc2015.c
12396                 enable storing of GnuPG passphrase for the whole 
12397                 session or a user-defined number of minutes. patch 
12398                 submitted by Ravemax <ravemax@dextrose.com>
12399
12400 2002-04-13 [alfons]     0.7.4claws79
12401
12402         * src/textview.c
12403                 make email parser also stop scanning when encountering separators
12404                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12405
12406 2002-04-13 [paul]       0.7.4claws78
12407
12408         * sync with 0.7.4cvs39
12409                 see ChangeLog entry 2002-04-12
12410
12411 2002-04-11 [paul]       0.7.4claws77
12412
12413         * sync with 0.7.4cvs37
12414                 see ChangeLog entry 2002-04-11
12415
12416 2002-04-11 [paul]       0.7.4claws76
12417
12418         * COPYING 
12419                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12420                 the clause for OpenSSL). sync with sylpheed main
12421
12422 2002-04-09 [melvin]     0.7.4claws75
12423
12424         * src/compose.c
12425                 Made 'Ctrl-Enter' on send ignore some modifiers 
12426                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12427                 to bind other *-Enter (but not Alt-Enter).
12428
12429 2002-04-09 [paul]       0.7.4claws74
12430
12431         * sync with 0.7.4cvs35
12432                 see ChangeLog entries 2002-04-09
12433
12434 2002-04-08 [paul]       0.7.4claws73
12435
12436         * sync with 0.7.4cvs33
12437                 see ChangeLog entry 200-04-08
12438
12439 2002-04-07 [match]      0.7.4claws72
12440
12441         * src/addrharvest.[ch]
12442                 fixed to read all addresses in header, regardless
12443                 of header size. improved name parsing. accommodate
12444                 harvest from folders and selected message.
12445         * src/addritem.[ch]
12446                 included new address parsing function.
12447         * src/addrgather.[ch]
12448         * src/addressbook.[ch]
12449         * src/summaryview.[ch]
12450         * src/mainwindow.c
12451                 allow address harvest of folder as well as selected
12452                 messages.
12453
12454 2002-04-07 [paul]       0.7.4claws71
12455
12456         * src/esmtp.[ch]
12457           src/smtp.c
12458                 don't try to authenticate with CRAM-MD5 in SMTP when 
12459                 SMTP-AUTH enabled if MTA doesn't issue this 
12460                 auth-method in it's ehlo-response. bug item #531364,
12461                 patch item #938910. patch submitted by Colin Leroy 
12462                 <colin@colino.net>
12463
12464 2002-04-07 [paul]       0.7.4claws70
12465
12466         * src/nntp.c
12467                 fix missing MODE_READER bug. patch submitted by
12468                 Colin Leroy <colin@colino.net>
12469
12470 2002-04-07 [alfons]     0.7.4claws69
12471
12472         * src/matcher.[ch]
12473         * src/prefs_filtering.c
12474         * src/summaryview.c
12475                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12476                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12477
12478 2002-04-07 [paul]       0.7.4claws68
12479
12480         * sync with 0.7.4cvs32
12481                 see ChangeLog entry 2002-04-06
12482
12483         * tools/filter_conv.pl
12484                 more bug fixes
12485
12486 2002-04-06 [paul]       0.7.4claws67
12487
12488         * tools/filter_conv.pl
12489                 modify to be able to find the name of the first
12490                 mailbox and use that. main's filter does not
12491                 record the full path to the mailbox and therefore
12492                 can only filter to the first mailbox.
12493
12494 2002-04-05 [paul]       0.7.4claws66
12495
12496         * tools/filter_conv.pl
12497                 attempt to make the script all-encompassing and
12498                 be able to convert any main 'filter' rule thrown
12499                 at it
12500
12501 2002-04-05 [paul]       0.7.4claws65
12502
12503         * tools/filter_conv.pl
12504                 allow for collapsed folder trees
12505
12506 2002-04-05 [paul]       0.7.4claws64
12507
12508         * sync with 0.7.4cvs31
12509                 see ChangeLog entries 2002-04-05
12510
12511 2002-04-03 [paul]       0.7.4claws63
12512
12513         * sync with 0.7.4cvs29
12514                 see ChangeLog entries 2002-04-02 and 2002-04-03
12515
12516 2002-04-02 [paul]       0.7.4claws62
12517
12518         * sync with 0.7.4cvs26
12519                 see ChangeLog entry 2002-04-01
12520
12521 2002-04-02 [match]      0.7.4claws61
12522
12523         * src/pine.[ch]
12524         * src/importpine.[ch]
12525         * src/addressbook.c
12526                 import Pine address book.
12527
12528 2002-04-02 [match]      0.7.4claws60
12529
12530         * src/addrharvest.[ch]
12531                 improve address parsing of funky addresses.
12532
12533 2002-04-02 [darko]      0.7.4claws59
12534
12535         * src/compose.c
12536                 wrap on send improvements, it now recognizes quoted
12537                 initials as part of the quotation string, and it
12538                 does not join lines separated by CR
12539
12540 2002-04-01 [match]      0.7.4claws58
12541
12542         * src/mgutils.[ch]
12543                 added new functions.
12544         * src/mutt.[ch]
12545                 remove excessive duplicate address generation
12546                 on import.
12547
12548 2002-04-01 [alfons]     0.7.4claws57
12549         
12550         * src/summaryview.c
12551                 put back g_free() 
12552
12553 2002-04-01 [paul]       0.7.4claws56
12554
12555         * sync with 0.7.4cvs25
12556                 see ChangeLog entry 2002-04-01
12557
12558 2002-04-01 [alfons]     0.7.4aprilfool55
12559
12560         * src/summaryview.c
12561                 honour feature request item #537427 to allow for
12562                 displaying names from address book for sent mail also
12563
12564 2002-03-29 [paul]       0.7.4claws54
12565
12566         * src/mainwindow.c
12567           src/prefs_filtering.[ch]
12568           src/prefs_matcher.c
12569           src/summaryview.c
12570                 add 'fast filter' for claws' filtering,
12571                 /Tools/Create filter rule/... patch submitted
12572                 by Neill Miller <neillm@thecodefactory.org>
12573
12574 2002-03-29 [paul]       0.7.4claws53
12575
12576         * sync with 0.7.4cvs24
12577                 see ChangeLog entry 2002-03-29
12578
12579 2002-03-28 [paul]       0.7.4claws52
12580
12581         * sync with 0.7.4cvs23
12582                 see ChangeLog entry 2002-03-28
12583
12584 2002-03-27 [melvin]     0.7.4claws51
12585
12586         * src/prefs_actions.c
12587                 Added support to pass only one message part (as a
12588                 file) to the command using '%p'. No quotes are needed
12589                 because doubles quotes are automatically added.
12590                 Fixed bug where Sylpheed could block when waiting for
12591                 a child process to finish.
12592                 Changed the help menu to remove quotes around symbols to 
12593                 avoid misinterpretation (they must not be used).
12594
12595 2002-03-27 [melvin]     0.7.4claws50
12596
12597         * src/inc.c
12598                 Made the new mail notification command always 
12599                 execute asynchronously.
12600
12601 2002-03-27 [paul]       0.7.4claws49
12602
12603         * src/compose.c
12604                 fix bug introduced in last commit
12605
12606 2002-03-27 [paul]       0.7.4claws48
12607
12608         * sync with 0.7.4cvs21
12609                 see ChangeLog 2002-03-26 and 2002-03-27
12610
12611 2002-03-26 [hoa]        0.7.4claws47
12612
12613         * src/prefs_folder_item.c
12614                 really fixed the bug #516442 with folder rescan.
12615
12616 2002-03-26 [paul]       0.7.4claws46
12617
12618         * sync with 0.7.4cvs19
12619                 see ChangeLog entries 2002-03-25 and 2002-03-26
12620
12621 2002-03-25 [hoa]        0.7.4claws45
12622
12623         * src/matcher.c
12624         * src/mh.c
12625                 fix the bug #516442 with folder rescan.
12626
12627         * src/prefs_common.[ch]
12628         * src/compose.c
12629                 added an option to enable two different behaviours
12630                 for bounce.
12631
12632
12633 2002-03-25 [paul]       0.7.4claws44
12634
12635         * src/mainwindow.c
12636           src/selective_download.c
12637                 correct a few menuitem labels
12638
12639 2002-03-25 [christoph]  0.7.4claws43
12640
12641         * src/procmsg.c
12642                 fix non deleted tmp message in
12643                 procmsg_save_to_outbox
12644                 fix problems caused by sync with
12645                 main branch's procmsg_send_queue
12646
12647 2002-03-25 [paul]       0.7.4claws42
12648
12649         * src/quote_fmt.c
12650           src/quote_fmt_lex.l
12651           src/quote_fmt_parse.y
12652                 add Last name (%L) placeholder for quoting. 
12653                 patch submitted by Thorsten Thielen 
12654                 <thth@users.sourceforge.net>
12655
12656 2002-03-25 [paul]       0.7.4claws41
12657
12658         * src/utils.c
12659                 get full hostname. patch submitted by
12660                 Bob Woodside <rwoodside1@comcast.net>
12661
12662 2002-03-25 [paul]       0.7.4claws40
12663
12664         * src/account.c
12665           src/news.c
12666           src/nntp.[ch]
12667           src/prefs_account.[ch]
12668                 enable NNTP over SSL. patch submitted by
12669                 Pascal Jermini <pascal@infinity.hn.org>
12670
12671 2002-03-24 [paul]       0.7.4claws39
12672
12673         * src/prefs_common.c
12674                 make the arrangement of the Compose tab more
12675                 coherent
12676
12677         * src/mainwindow.c
12678                 fix some irregularities of style
12679
12680         * po/de.po
12681                 updated by Kilian Krause
12682
12683 2002-03-23 [paul]       0.7.4claws38
12684
12685         * po/pt_BR.po
12686                 updated by Fabio Junior Beneditto
12687
12688 2002-03-23 [paul]       0.7.4claws37
12689
12690         * src/mainwindow.c
12691                 move 'Gather addresses' to 'Tools' menu
12692                 make 'Selective download' sensitive
12693
12694 2002-03-23 [paul]       0.7.4claws36
12695
12696         * sync with 0.7.4cvs16
12697                 see ChangeLog entries 2002-03-23
12698
12699 2002-03-22 [christoph]  0.7.4claws35
12700
12701         * src/quote_fmt_parse.y
12702                 fix include program output
12703
12704 2002-03-22 [alfons]     0.7.4claws34
12705
12706         * src/pop.c
12707                 initialize GDate stack variable correctly (sorry!)
12708
12709 2002-03-22 [paul]       0.7.4claws33
12710
12711         * src/compose.c
12712           src/mainwindow.c
12713           src/prefs_actions.c
12714           src/prefs_common.c
12715                 rename 'Tool' to 'Tools'
12716
12717         * src/mainwindow.c
12718                 move 'Delete duplicated messages' from
12719                 'Message/' to 'Tools/'
12720                 re-arrange the order of 'Tools/' items
12721
12722 2002-03-22 [paul]       0.7.4claws32
12723
12724         * src/addr_compl.c
12725           src/addressbook.[ch]
12726                 auto-address completion now also matches on
12727                 Nickname. patch submitted by Bob Forsman 
12728                 <hammor@users.sourceforge.net>
12729
12730         * src/editaddress.c
12731                 correct a spelling mistake
12732
12733 2002-03-22 [alfons]     0.7.4claws31
12734
12735         * src/pop.c
12736                 fix getting uidl from incorrect string 
12737                 (spotted by Colin)
12738
12739 2002-03-21 [alfons]     0.7.4claws30
12740
12741         * src/pop.c
12742                 more code refactoring
12743                 plug mem leak introduced by delete on server
12744
12745 2002-03-21 [paul]       0.7.4claws29
12746
12747         * sync with 0.7.4cvs11
12748                 see ChangeLog entries 2002-03-20
12749
12750 2002-03-20 [alfons]     0.7.4claws28
12751
12752         * src/inc.c
12753                 apply Colin's patch and refactor
12754
12755 2002-03-20 [paul]       0.7.4claws27
12756
12757         * sync with sylpheed 0.7.4cvs9
12758                 see ChangeLog entry 2002-03-20
12759
12760 2002-03-19 [christoph]  0.7.4claws26
12761
12762         * src/mh.c
12763         * src/procmsg.[ch]
12764         * src/summaryview.c
12765                 revert changes for flag updates
12766                 (does not work correctly and no time to debug)
12767
12768 2002-03-20 [alfons]     0.7.4claws25
12769
12770         * src/pop.c
12771                 refactor should_delete() a little bit 
12772
12773 2002-03-19 [paul]       0.7.4claws24
12774
12775         * src/inc.[ch]
12776           src/pop.c
12777           src/prefs_account.[ch]
12778                 allow the user to leave downloaded mail on the 
12779                 server for n days. Patch submitted by Colin Leroy 
12780                 <colin@colino.net>
12781
12782 2002-02-19 [paul]       0.7.4claws23
12783
12784         * sync with sylpheed 0.7.4cvs8
12785                 see ChangeLog entries 2002-03-19
12786
12787 2002-03-18 [paul]       0.7.4claws22
12788
12789         * sync with sylpheed 0.7.4cvs6
12790                 see ChangeLog entry 2002-03-18
12791
12792 2002-03-18 [paul]       0.7.4claws21
12793
12794         * po/en_GB.po
12795                 add en_GB message catalogue
12796
12797         * src/mbox_folder.c
12798           src/prefs_account.c
12799           src/prefs_actions.c
12800                 correct a few spelling mistakes
12801
12802 2002-03-17 [alfons]     0.7.4claws20
12803
12804         * src/matcher.c
12805                 more stringent checks for NULL params when writing
12806                 filtering actions to a file
12807                 
12808 2002-03-17 [hoa]        0.7.3claws20
12809
12810         * src/news.c
12811                 fixed the count of new messages
12812
12813         * src/compose.c
12814                 fixed the "attachment properties" window
12815
12816 2002-03-17 [paul]       0.7.4claws19
12817
12818         * src/defs.h
12819           src/folder.h
12820           src/news.c
12821           src/prefs_account.[ch]
12822           src/procmsg.[ch]
12823           src/summaryview.c
12824                 automatically mark cross-posted messages as read 
12825                 and (optionally) give them a colour label
12826                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12827                 
12828
12829 2002-03-17 [paul]       0.7.4claws18
12830
12831         * sync with sylpheed 0.7.4cvs5
12832                 see ChangeLog entry 2002-03-17
12833
12834 2002-03-17 [melvin]     0.7.4claws17
12835         
12836         * src/textview.c
12837                 Worked around a gtktext 'bug': when searching for 
12838                 a text in a long message it was scrolling slowly
12839                 line by line until it hit the searched text.
12840         * po/fr.po
12841                 Updated French translation
12842
12843 2002-03-17 [melvin]     0.7.4claws16
12844
12845         * src/mainwindow.c
12846         * src/compose.c
12847         * src/prefs_actions.c
12848                 Moved "Edit/Actions" to "Tool/Actions"
12849                 Made mainwindow/compose window sensitive as soon as
12850                 no child process is running anymore even if the io dialog
12851                 is open.
12852                 Fixed a struct being initialized with a non constant char*
12853
12854 2002-03-16 [christoph]  0.7.4claws15
12855
12856         * configure.in
12857                 add --with-compiler-flags option
12858                 (only for developer hacking)
12859         * src/mh.c
12860         * src/procmsg.[ch]
12861         * src/summaryview.c
12862                 try to make folder-stats and flag handling more
12863                 independent from the summaryview. msgcounts
12864                 are only set when the folder is opened and
12865                 procmsg_msginfo_(un)set_flags will handle it
12866                 later and summaryview will get the values
12867                 from the folder.
12868
12869 2002-03-16 [paul]       0.7.4claws14
12870
12871         * src/messageview.c
12872                 fix Return-receipt. Patch submitted by Bob
12873                 Woodside <rwoodside1@comcast.net>
12874
12875 2002-03-16 [paul]       0.7.4claws13
12876
12877         * src/compose.c
12878                 fix 'dynamic' signatures, make it work again
12879                 broken during sync on 2002-03-14 (0.7.4claws2)
12880
12881 2002-03-15 [match]      0.7.4claws12
12882
12883         * src/addrharvest.[ch]
12884         * src/addrgather.[ch]
12885         * src/addressbook.[ch]
12886         * src/mainwindow.c
12887                 included address harvester feature. still some
12888                 issues with address parsing that I will fix.
12889
12890 2002-03-15 [match]      0.7.4claws11
12891
12892         * src/addrbook.[ch]
12893         * src/addrcache.[ch]
12894         * src/addressbook.[ch]
12895         * src/addrindex.c
12896         * src/editbook.c
12897         * src/importldif.c
12898         * src/importmutt.c
12899         * src/jpilot.[ch]
12900         * src/main.c
12901         * src/syldap.[ch]
12902         * src/vcard.[ch]
12903                 tidy up. fix memory leaks. moved attribs and methods
12904                 from individual interfaces to addrcache object. prep
12905                 for new stuff to come in.
12906
12907 2002-03-15 [alfons]     0.7.4claws10
12908
12909         * src/matcher.[ch]
12910         * src/matcher_parser_parse.y
12911         * src/matcher_parser_lex.l
12912         * src/prefs_matcher.c
12913                 add filtering conditions message greater than, smaller 
12914                 than, and exactly matching a size in bytes
12915                 (does not work with delete from POP3 server yet)
12916
12917                 this should also give others an idea what you should
12918                 do to add new criterions to claws filtering system
12919                 
12920
12921 2002-03-15 [paul]       0.7.4claws9
12922
12923         * tools/filter_conv.pl
12924                 exit if there are no filter rules to convert
12925                 rename filterrc to filterrc.old after completion
12926
12927 2002-03-15 [paul]       0.7.4claws8
12928
12929         * sync with sylpheed 0.7.4cvs3
12930                 see ChangeLog entry 2002-03-14
12931
12932 2002-03-14 [paul]       0.7.4claws7
12933
12934         * src/compose.c
12935                 clean up the last commit (ahem)
12936
12937 2002-03-14 [paul]       0.7.4claws6
12938
12939         * src/compose.c
12940                 fix bug #515655. honour account preferences
12941                 regarding gpg default signing/encryption when 
12942                 changing account from the compose window.
12943
12944 2002-03-14 [paul]       0.7.4claws5
12945
12946         * src/folderview.c
12947                 remove unnecessary curly brackets
12948
12949 2002-03-14 [paul]       0.7.4claws4
12950
12951         * src/folderview.c
12952           src/prefs_filtering.[ch]
12953                 add filter rename on folder rename and filter
12954                 delete on folder delete. Patch submitted by
12955                 Neill Miller <neillm@thecodefactory.org> 
12956
12957 2002-03-14 [christoph]  0.7.4claws3
12958
12959         * src/procmsg.c
12960         * src/send.c
12961                 fix local delivery
12962                 (patch submitted by "Simon 'corecode' Schubert")
12963         * src/prefs_common.c
12964         * src/procmsg.c
12965                 fix gcc 3.0 warning
12966
12967 2002-03-14 [paul]       0.7.4claws2
12968
12969         * sync with sylpheed 0.7.4cvs2
12970                 see ChangeLog entry 2002-03-13
12971
12972 2002-03-12 [darko]      0.7.4claws1
12973
12974         * src/mainwindow.c
12975                 fix what seems to be a copy and paste error
12976                 when setting color for important messages
12977                 (reported by wwp)
12978
12979 2002-03-11 [paul]       version 0.7.4claws released
12980
12981 2002-03-11 [paul]       0.7.4claws
12982
12983         * po/es.po
12984           po/it.po
12985           po/nl.po
12986           po/pt_BR.po
12987                 update message catalogs. Submitted by Ricardo Mones 
12988                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12989                 Fabio Junior Beneditto
12990
12991         * configure.in
12992           faq/Makefile.am
12993           faq/it/Makefile
12994           faq/it/sylpheed-faq*
12995           src/mainwindow.c
12996           src/manual.[ch]
12997                 add FAQ in Italian
12998         
12999
13000 2002-03-11 [jens]       0.7.3claws7
13001
13002         * po/de.po
13003                 updated German translation
13004
13005 2002-03-11 [melvin]     0.7.3claws6
13006
13007         * po/fr.po
13008                 updated and corrected French translation
13009
13010 2002-03-10 [hoa]        0.7.3claws5
13011
13012         * src/account.c
13013         * src/inc.c
13014         * src/prefs_account.c
13015         * src/procmsg.c
13016         * src/send.[ch]
13017                 fixed the local account.
13018                 you have to change the default "/usr/sbin/sendmail"
13019                 to "/usr/sbin/sendmail -t" in the preferences of
13020                 the local account.
13021
13022         * src/procmime.c
13023                 removed some debug display for renderer
13024
13025 2002-03-10 [paul]       0.7.3claws4
13026
13027         * faq/en/sylpheed-faq-1.html
13028           faq/en/sylpheed-faq-2.html
13029                 update
13030
13031 2002-03-09 [paul]       0.7.3claws3
13032
13033         * sync with sylpheed 0.7.4
13034                 see ChangeLog entry 2002-03-09
13035
13036 2002-03-08 [paul]       0.7.3claws2
13037
13038         * faq/en/sylpheed-faq*
13039           faq/es/sylpheed-faq*
13040           faq/fr/sylpheed-faq*
13041                 update the FAQs
13042
13043         * manual/fr/.cvsignore
13044           manual/fr/Makefilea.am
13045           manual/fr/sylpheed*
13046           src/mainwindow.c
13047           src/manual.[ch]
13048                 add the French manual
13049
13050 2002-03-07 [paul]       0.7.3claws1
13051
13052         * sync with sylpheed 0.7.3cvs4
13053                 see ChangeLog entries  2002-03-06 and 2002-03-07
13054         
13055         * po/nl.po
13056                 updated by Wilbert Berendsen
13057
13058 2002-03-07 [melvin]     0.7.2claws34
13059
13060         * src/selective_download.c
13061                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13062
13063 2002-03-06 [paul]       0.7.2claws33
13064
13065         * sync with sylpheed 0.7.3cvs1
13066                 bug fix, see ChangeLog entry 2002-03-05
13067
13068 2002-03-05 [paul]       0.7.2claws32
13069
13070         * src/mimeview.c
13071           src/pgptext.[ch]
13072           src/procmsg.c
13073                 reverse the pgp ascii-armored code implemented in 
13074                 0.7.2claws16. removal of this code until it matures.
13075                 this means that verifying ascii-armored pgp sigs and
13076                 automatic decryption of ascii-armored encrypted
13077                 messages no longer works.
13078
13079 2002-03-05 [paul]       0.7.2claws31
13080
13081         * configure.in
13082           Makefile.am
13083         * faq/Makefile.am
13084         * faq/en/Makefile.am
13085           faq/en/sylpheed-faq.html
13086           faq/en/sylpheed-faq-1.html
13087           faq/en/sylpheed-faq-2.html
13088           faq/en/sylpheed-faq-3.html
13089         * faq/es/Makefile.am
13090           faq/es/sylpheed-faq.html
13091           faq/es/sylpheed-faq-1.html
13092           faq/es/sylpheed-faq-2.html
13093           faq/es/sylpheed-faq-3.html
13094           faq/es/sylpheed-faq-4.html
13095         * faq/fr/Makefile.am
13096           faq/fr/sylpheed-faq.html
13097           faq/fr/sylpheed-faq-1.html
13098           faq/fr/sylpheed-faq-2.html
13099           faq/fr/sylpheed-faq-3.html
13100         * src/Makefile.am
13101           src/defs.h
13102           src/mainwindow.c
13103           src/manual.[ch]
13104                 add FAQs in English, Spanish and French
13105
13106
13107 2002-03-05 [paul]       0.7.2claws30
13108
13109         * manual/en/sylpheed.html
13110           manual/en/sylpheed-XX.html
13111                 updated the English manual
13112
13113 2002-03-05 [hoa]        
13114
13115         * src/summaryview.c
13116                 dialog box pops up if the article can't be deleted.
13117
13118 2002-03-04 [paul]       
13119         
13120         * po/pt_BR.po
13121                 updated by Fabio Junior Benedito
13122
13123 2002-03-04 [hoa]
13124
13125         * removed ac/gpgme.m4
13126                 to avoid autogen common problem
13127                 developers have to install gpgme development package now
13128
13129         * src/compose.c
13130                 encoding to 7bit or 8bit is enabled.
13131
13132 2002-03-03 [alfons]     0.7.2claws29
13133
13134         * src/pop.c
13135                 merge fix by Oliver Haertel for selective
13136                 download buglet
13137
13138 2002-03-03 [paul]       0.7.2claws28
13139         
13140         * sync with sylpheed 0.7.3
13141
13142 2002-03-03 [paul]       0.7.2claws27
13143
13144         * sync with sylpheed 0.7.2cvs24
13145                 see ChangeLog entries 2002-03-02 and 2002-03-03
13146
13147 2002-03-02 [melvin]     0.7.2claws26
13148
13149         * src/inc.[ch]
13150         * src/main.c
13151         * src/mainwindow.c
13152         * src/prefs_common.[ch]
13153                 Added user definable notification on new mail arrival.
13154                 Removed unused variables in spell checker prefs code.
13155
13156 2002-03-02 [melvin]     0.7.2claws25
13157
13158         * src/quote_fmt.c
13159                 Removed unnecessary escape sequences.
13160                 Changed 'Initial...' to 'Initials of Sender'
13161
13162 2002-03-02 [paul]       0.7.2claws24
13163
13164         * sync with sylpheed 0.7.2cvs22
13165                 see ChangeLog entry 2002-03-01
13166
13167 2002-03-01 [hoa]        0.7.2claws23
13168
13169         * src/mainwindow.c
13170                 Set sensitivity of delete actions to active
13171                 even if the folder is a newsgroup.
13172
13173         * src/summaryview.c
13174                 - Set sensitivity of delete actions
13175                 - Added function check_permission() that will check if the
13176                   user is authorized to delete a message. For news, it
13177                   will check if the author is the same.
13178                 - Enabled deletion when there is no trash folder.
13179
13180         * src/news.[ch]
13181                 - Added news_cancel_article() to cancel articles
13182                 - Implemented news_remove_message() (public function)
13183
13184 2002-03-01 [paul]       0.7.2claws22
13185
13186         * src/gtkutils.c
13187           src/textview.c
13188                 recognise urls that that don't include 'http://' and
13189                 simply begin 'www.' 
13190
13191         * AUTHORS
13192                 remove duplicated name
13193
13194 2002-02-28 [paul]       0.7.2claws21
13195
13196         * src/mainwindow.c
13197           src/summaryview.[ch]
13198                 add ability to 'Select thread'
13199                 combines Melvin's "Select thread's head" patch (#510907)
13200                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13201                 patch (#518514) 
13202
13203 2002-02-28 [paul]       0.7.2claws20
13204
13205         * src/mimeview.c
13206                 hopefully fix segfault on right-clicking a mime part
13207                 that some people have experienced.      
13208                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13209
13210 2002-02-28 [paul]       0.7.2claws19
13211
13212         * sync with sylpheed 0.7.2cvs21
13213                 see ChangeLog entries 2002-02-27 and 2002-02-28
13214
13215 2002-02-27 [paul]       0.7.2claws18
13216
13217         * sync with sylpheed 0.7.2cvs18
13218                 see ChangeLog entries 2002-02-26 and 2002-02-27
13219
13220 2002-02-26 [alfons]     0.7.2claws17
13221
13222         * src/procheader.c
13223                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13224                 (spotted by Chris Hessman <idatech@gmx.net>)
13225
13226 2002-02-26 [paul]       0.7.2claws16
13227
13228         * src/mimeview.c
13229           src/pgptext.[ch]
13230           src/procmsg.c
13231                 make decryption of ascii-armored pgp encrypted messages
13232                 and verification of ascii-armored signatures work again.
13233                 slightly altered from the patch by Jens Jahnke 
13234                 <jan0sch@gmx.net>
13235
13236                 ##FIX ME##
13237                 * the checking of plaintext signatures always comes up in 
13238                   a popup box
13239                 * it doesn't work for multipart messages 
13240                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13241                   including the msg headers and these 2 line themselves, are 
13242                   not displayed
13243
13244         * src/mainwindow.c
13245                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13246                 "View/Message View" becomes "View/Separate Message View"
13247                 because its less ambiguous.
13248
13249         * po/es.po
13250                 updated by Ricardo Mones Lastra
13251
13252 2002-02-26 [paul]       0.7.2claws15
13253
13254         * sync with sylpheed 0.7.2cvs17
13255                 see ChangeLog entries 2002-02-25 and 2002-02-26
13256
13257 2002-02-25 [christoph]  0.7.2claws14
13258
13259         * src/filtering.[ch]
13260         * src/inc.c
13261                 do filtering stuff after all messages have been received
13262                   1. drop all messages to .processing
13263                   2. scan processing folder for messages
13264                   3. filter messages or move to inbox
13265                 this will also find old messages left in processing after
13266                 a crash or something like that and we get a real msginfo
13267                 from folder->get_msg_list and do not have to create our
13268                 own in filter_message
13269         * src/matcher_parser_parse.y
13270                 remove MIX/MAX warning (reordered includes)
13271
13272 2002-02-25 [paul]       0.7.2claws13
13273
13274         * sync with sylpheed 0.7.2cvs15
13275                 see ChangeLog entry 2002-02-24
13276
13277 2002-02-24 [alfons]     0.7.2claws12
13278
13279         * src/filtering.c
13280                 clear old color flags first when applying a new color to
13281                 a message info. 
13282                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13283
13284 2002-02-24 [alfons]     0.7.2.claws11
13285         
13286         * AUTHORS
13287         * src/prefs_common.c
13288                 add presets for Opera and Konqueror, closes patch #517261,
13289                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13290
13291 2002-02-24 [alfons]     0.7.2.claws10
13292
13293         * AUTHORS
13294         * src/summaryview.c
13295                 fix threading for null message ids, closes patch #521601,
13296                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13297
13298 2002-02-24 [alfons]     0.7.2claws9
13299
13300         * src/summaryview.c
13301         * src/filtering.c
13302                 make Tool | Filter Message work with filtering system so
13303                 setting flags also works
13304
13305                 TODO:
13306
13307                 - Processing uses the same function as Tool | Filter
13308                   Message, but doesn't use the same update proc yet
13309
13310 2002-02-23 [paul]       0.7.2claws8
13311
13312         * sync with sylpheed 0.7.2cvs14
13313                 see ChangeLog entries 2002-02-22 and 2002-02-23
13314
13315 2002-02-22 [christoph]  0.7.2claws7
13316
13317         * src/quote_fmt.c
13318                 Add column space to table
13319         * src/quote_fmt_parse.y
13320                 Close files
13321
13322 2002-02-22 [paul]       0.7.2claws6
13323
13324         * src/Makefile.am
13325           src/defs.h
13326           src/filtering.c
13327           src/inc.[ch]
13328           src/mainwindow.c
13329           src/matcher.[ch]
13330           src/matcher_parser_lex.l
13331           src/matcher_parser_parse.y
13332           src/pop.[ch]
13333           src/prefs_account.h
13334           src/prefs_filtering.c
13335           src/selective_download.[ch]   *** NEW FILES ***
13336           src/utils.[ch]
13337           po/POTFILES.in
13338                 Selective Download added to 'Tool' menu. 
13339                 Retrieves email headers of the currently selected pop3 
13340                 account and allows the user to mark emails for deletion 
13341                 right on the pop3 server. Patch submitted by Oliver Haertel 
13342                 <oha@users.sourceforge.net>.
13343         
13344         * po/POTFILES.in
13345                 add 'src/quote_fmt.c'           
13346
13347 2002-02-22 [christoph]  0.7.2claws5
13348
13349         * src/Makefile.am
13350                 added quote_fmt.c
13351         * src/prefs_common.[ch]
13352         * src/prefs_template.c
13353         * src/quote_fmt.c               *** NEW FILE ***
13354         * src/quote_fmt.h
13355                 move quote format symbol description code
13356                 to it's own file because it is used from
13357                 differnent code parts
13358                 Rewrote symbol description GUI
13359                   + use table
13360                   + add separators
13361                   + get data from array (no more long constant strings)
13362         * src/quote_fmt_lex.l
13363         * src/quote_fmt_parse.y
13364                 Symbol for Literal % changed to \% instead of %%
13365                 (More logical as \ is used for quoting for other symbols)
13366                 Add |f and |p to include files and program output
13367                 Examples:
13368                     |f{/home/.../.signature}
13369                     |p{date}
13370         * po/de.po
13371                 Correct wrong spelling for "Referenzen"
13372
13373 2002-02-21 [paul]       0.7.2claws4
13374
13375         * src/procmsg.c
13376                 forgotten during sync
13377
13378 2002-02-21 [paul]       0.7.2claws3
13379
13380         * sync with sylpheed 0.7.2cvs11
13381                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13382                 2002-02-20 and 2002-02-21
13383
13384 2002-02-20 [melvin]     0.7.2claws2
13385
13386         * src/prefs_actions.c
13387                 Added error report when child cannot fork or when execvp 
13388                 returns with an error.
13389
13390 2002-02-19 [christoph]  0.7.2claws1
13391
13392         * src/codeconv.c
13393                 return unconverted text if conde conversion is not possible
13394                 when libjconv is used.
13395                 (patch submitted by "Simon 'corecode' Schubert")
13396
13397 2002-02-19 [paul]       
13398
13399         * version 0.7.2claws release
13400
13401 2002-02-19 [paul]       0.7.2claws
13402
13403         * po/nl.po
13404                 updated by Wilbert Berendsen
13405
13406
13407 2002-02-18 [alfons]     0.7.1claws13
13408
13409         * src/syldap.c
13410         * src/jpilot.c
13411                 remove references to dlfcn and explicitly loading functions
13412                 from dynalink libs, because libs linked anyway, and functions
13413                 are loaded explicitly
13414
13415 2002-02-17 [melvin]     0.7.1claws12
13416
13417         * src/prefs_actions.c
13418                 Replaced children wait loop with double fork technique.
13419                 Now, input/output window updated at each new output.
13420                 free_children(): Fixed a memory leak.
13421                 Made input/output window non closable if running children
13422                 still exist.
13423                 Added missing <unistd.h> include.
13424                 Added some --debug outputs.
13425
13426 2002-02-17 [melvin]     0.7.1claws11
13427
13428         * src/summaryview.c
13429                 Fixed bug where descending sort order did not select top
13430                 message.
13431
13432 2002-02-17 [melvin]     0.7.1claws10
13433
13434         * acconfig.h
13435                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13436         * src/prefs_common.c
13437                 Pspell data package directory no more hard coded but
13438                 set during configuration (PSPELL_PATH). (Thanks to 
13439                                 Gustavo Noronha Silva.)
13440
13441 2002-02-17 [melvin]     0.7.1claws9
13442
13443         * configure.in
13444                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13445         * src/gtkspell.c
13446                 Fixed compile-time warnings.
13447
13448 2002-02-16 [alfons]     0.7.1claws8
13449
13450         * src/filesel.c
13451                 fix inadvertent free of NULL pointer which caused
13452                 sylpheed to crash when closing the save-as dialog
13453                 using the window close button
13454
13455 2002-02-16 [carsten]    0.7.1claws7
13456         * src/mainwindow.[ch]
13457           src/summaryview.c
13458           src/prefs_common.c
13459                 fixes for pixmap theming code:
13460                         - recently changed mail attributes shouldn't get
13461                           lost any longer
13462                         - theme is only reloaded iff another theme was
13463                           selected
13464
13465 2002-02-16 [paul]       0.7.1claws6
13466
13467         * sync with sylpheed 0.7.2 release
13468                 see ChangeLog entry 2002-02-15 and 2002-02-16
13469
13470 2002-02-15 [paul]       0.7.1claws5
13471
13472         * sync with sylpheed 0.7.1cvs9
13473                 see ChangeLog entry 2002-02-15
13474
13475         * po/POTFILES.in
13476                 remove unneeded headerwindow.c entry
13477
13478 2002-02-14 [carsten]    0.7.1claws4
13479         * src/summaryview.c
13480                 fixed a bug for "Go to next unread message": there was
13481                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13482                 in the prefs, because of doing "Search again" instead
13483                 "No"
13484
13485 2002-02-14 [carsten]    0.7.1claws3
13486         * src/stock_pixmap.c
13487                 removed 2 more mem leaks; following memprof,
13488                 this code is "leak free" now :)
13489
13490 2002-02-14 [carsten]    0.7.1claws2
13491         * src/stock_pixmap.c
13492                 used opendir/readdir/closedir instead of scandir
13493                 -> code should work now on Solaris
13494
13495 2002-02-14 [paul]       0.7.1claws1
13496
13497         * sync with sylpheed 0.7.1cvs8
13498                 see ChangeLog entries 2002-02-13 and 2002-02-14
13499
13500         * README.claws
13501                 add some description of Actions and Pixmap Themes
13502
13503 2002-02-13 [paul]       
13504
13505         * version 0.7.1claws release
13506
13507 2002-02-13 [paul]       0.7.1claws
13508
13509         * po/es.po
13510           po/it.po
13511           po/pt_BR.po
13512                 updated translations, submitted by Ricardo Mones Lastra,
13513                 Alessandro Maestri and Fabio Junior Beneditto
13514
13515 2002-02-13 [melvin]     0.7.0claws75
13516
13517         * src/prefs_actions.c
13518                 Added missing "signal.h" include
13519
13520 2002-02-13 [melvin]     0.7.0claws74
13521
13522         * src/prefs_folder_item.c
13523                 Added missing "config.h" include
13524         * po/fr.po
13525                 Updated French translation for folder propriety.
13526
13527 2002-02-13 [jens]       0.7.0claws73
13528
13529         * po/POTFILES.in
13530                 Added missing src/prefs_folder_item.c [log added by melvin]
13531         * po/de.po
13532                 Updated German translation.
13533
13534 2002-02-13 [melvin]     0.7.0claws72
13535
13536         * po/fr.po
13537                 Updated French translation.
13538
13539 2002-02-13 [melvin]     0.7.0claws71
13540
13541         * src/gtkutils.c
13542                 Made gtkut_editable_get_selection return NULL if selection
13543                 is of length zero.
13544                 This fixes a bug where selecting part of message A then
13545                 switching to message B and replying to it will not
13546                 quote the message's body.
13547
13548 2002-02-12 [paul]       0.7.0claws70
13549
13550         * src/mainwindow.c
13551                 cosmetic, relating to pixmap themes: on toolbar make 
13552                 updating of 'Exec' and 'Compose news/Compose email'
13553                 icons faster.
13554
13555 2002-02-12 [carsten]    0.7.0claws69
13556         * src/folderview.c
13557           src/mainwindow.[ch]
13558           src/stock_pixmap.c
13559           src/summaryview.c
13560           src/prefs_common.c
13561                 - refreshing after changing pixmap theme better
13562                   now (thanks Paul)
13563                 - wanted to remove some mem leaks, but alfons was
13564                   faster (and had the better solution ;)
13565
13566 2002-02-12 [alfons]     0.7.0claws68
13567
13568         * src/prefs_common.c
13569         * src/stock_pixmap.[ch]
13570                 plug mem leaks, refactor code a little bit
13571
13572
13573 2002-02-12 [sergey]     0.7.0claws67
13574
13575         * src/imap.c
13576                 Fixed problem with copying messages to IMAP folders when the
13577                 server uses something other than '/' as a namespace separator
13578                 (cyrus-imapd uses '.').
13579
13580 2002-02-12 [jens]       0.7.0claws66
13581
13582         * po/de.po
13583                 Updated German Translation
13584
13585 2002-02-12 [paul]       0.7.0claws65
13586
13587         * sync with sylpheed 0.7.1cvs1
13588                 see ChangeLog entry 2002-02-12
13589
13590 2002-02-12 [melvin]     0.7.0claws64
13591
13592         * src/prefs_actions.c
13593                 Fixed "feature" where children's output was duplicated 
13594                 instead of refreshed while monitoring.
13595                 Removed some debug code.
13596
13597 2002-02-12 [christoph]  0.7.0claws63
13598
13599         * src/compose.c
13600                 always delete message from queue after sending/send error
13601                 (closes bug #509601)
13602
13603 2002-02-12 [melvin]     0.7.0claws62
13604
13605         * src/prefs_actions.c
13606                 Children wait loop is now triggered with a timeout of 1s
13607                 Added %F which is replaced with the list of filenames 
13608                 of all selected messages (as suggested by Ricardo Mones Lestra)
13609                 Pipe syntax changed. Prefix with | to send selection, postfix
13610                 with | to retrieve output. Prefix with > or * to send
13611                 user definable input to the command (*: input is hidden)
13612                 Old pipe action should now be postfixed with |, too.
13613
13614 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13615         * src/stock_pixmap.c
13616                 fixed a bug: if there's no theme directory don't
13617                 throw an error, just do "nothing" (thanks Alfons)
13618
13619 2002-02-12 [carsten]    0.7.0claws60
13620         * src/folderview.c
13621           src/summaryview.c
13622                 had to write the cache twice (nasty!); some marks would 
13623                 get lost if not
13624
13625 2002-02-11 [carsten]    0.7.0claws59
13626         * acconfig.h
13627           configure.in
13628           doc-src/maintainer_guide.txt
13629           src/compose.[ch]
13630           src/defs.h
13631           src/folderview.[ch]
13632           src/gtkutils.[ch]
13633           src/mainwindow.[ch]
13634           src/prefs_common.[ch]
13635           src/stock_pixmap.[ch]
13636           src/summaryview.[ch]
13637                 pixmap theming and related work on pixmap
13638                 handling on some other places
13639                 (e.g. hrm features for all folder)
13640           src/pixmap/stock_*.xpm -> the stock_ was removed
13641         
13642 2002-02-11 [paul]       0.7.0claws58
13643
13644         * sync with sylpheed 0.7.1 release
13645                 see ChangeLog entries 2002-02-11
13646
13647 2002-02-08 [paul]       0.7.0claws57
13648
13649         * sync with sylpheed 0.7.0cvs39
13650                 see ChangeLog entry 2002-02-07 (last entry) 
13651
13652         * src/prefs_actions.c
13653           src/prefs_filtering.c
13654           src/prefs_matcher.c
13655           src/prefs_scoring.c
13656                 sync: made it compile with C compilers other than gcc
13657
13658 2002-02-07 [paul]       0.7.0claws56
13659
13660         * sync with sylpheed 0.7.0cvs38
13661                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13662                 2002-02-07
13663
13664 2002-02-07 [darko]      0.7.0claws55
13665
13666         * src/gtkutils.[ch]
13667         * src/summaryview.c
13668                 Fix const gchar */gchar * issue (thanks Hiro)
13669
13670 2002-02-07 [darko]      0.7.0claws54
13671
13672         * src/compose.[ch]
13673         * src/filtering.c
13674         * src/gtkutils.[ch]
13675         * src/prefs_template.c
13676         * src/quote_fmt.h
13677         * src/quote_fmt_parse.y
13678         * src/summaryview.c
13679         * src/utils.[ch]
13680                 When replying or forwarding an email don't quote the entire
13681                 mail body but use the part of the message text that is selected
13682
13683 2002-02-06 [melvin]     0.7.0claws53
13684
13685         * src/prefs_common.[ch]
13686         * src/gtkspell.[ch]
13687         * src/compose.c
13688                 Made possible to switch quickly to last used dictionary
13689                 which makes checking bilingual documents easier.
13690
13691 2002-02-06 [melvin]     0.7.0claws52
13692         
13693         * po/POTFILES.in
13694                 Added forgotten new file src/prefs_actions.c
13695
13696 2002-02-06 [melvin]     0.7.0claws51
13697
13698         * src/prefs_actions.c   ** NEW FILE **
13699         * src/prefs_actions.h   ** NEW FILE **
13700                 Added actions to execute on message text view, or on the
13701                         message's file.
13702         * src/Makefile.am
13703                 Added src/prefs_actions.[ch]
13704         * src/compose.c
13705                 Added new menu "Edit/Actions"
13706         * src/defs.h
13707                 Added new actionsrc file.
13708         * src/main.c
13709                 Added actionsrc reading.
13710         * src/mainwindow.c
13711                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13712         * src/prefs_common.h
13713                 Added new element actionslst element to prefs_common.
13714
13715 2002-02-06 [paul]       0.7.0claws50
13716
13717         * sync with sylpheed 0.7.0cvs36
13718                 see ChangeLog entry 2002-02-06
13719
13720 2002-02-05 [paul]
13721
13722         * po/es.po
13723                 updated by Ricardo Mones Lastra
13724
13725 2002-02-05 [paul]       0.7.0claws49
13726
13727         * sync with sylpheed 0.7.0cvs33
13728                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13729
13730 2002-02-05 [paul]       0.7.0claws48
13731
13732         * src/compose.c
13733                 re-add 'Edit/Advanced/Delete entire line', previously named
13734                 'Delete Line+'
13735
13736 2002-02-04 [paul]       0.7.0claws47
13737
13738         * src/compose.c
13739           src/summaryview.c
13740                 fix bug #494993 (Reply All not taking Reply-To into consi)
13741                 eliminate differences in behaviour of right-click 'Reply to all' 
13742                 in summary view and 'Reply to all' on the toolbar. 
13743                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13744                 view and From gets ignored by 'Reply to all' on toolbar.
13745                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13746                 From when no Reply-To header is present.
13747
13748 2002-02-04 [paul]       0.7.0claws46
13749
13750         * sync with sylpheed 0.7.0cvs30
13751                 see ChangeLog entries 2002-02-03 and 2002-02-04
13752
13753 2002-02-03 [melvin]     0.7.0claws45
13754
13755         * src/gtkspell.[ch]
13756                 Readded function to highlight all misspelled words.
13757                 Fixed bug where user-provided-words did not replace
13758                         correctly the misspelled word when using the mouse.
13759                 Fixed bug where checking a region selected from right to left did
13760                         not check the region at all.
13761                 Fixed bug where 'Check backwards' may not check at all. 
13762                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13763                 Fixed possible buffer overflow when checking for long strings (>1k).
13764                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13765                 Accelerators code uses now gtk_widget_add_accel.
13766                 Removed and disabled obsolete and unfinished code.
13767                 Cleaning up.
13768
13769         * src/compose.c
13770                 Added menu item to Highlight all misspelled words.
13771
13772 2002-02-01 [paul]       0.7.0claws44
13773
13774         * src/mainwindow.c
13775                 fix '/View/Hide read messages' sensitivity when all
13776                 messages in a folder are hidden
13777
13778 2002-02-01 [paul]       0.7.0claws43
13779
13780         * src/main.c
13781                 add --send option to command line interface, sends all
13782                 queued mail. Patch submitted by Ricardo Mones Lastra.
13783
13784 2002-01-31 [paul]       0.7.0claws42
13785
13786         * src/mainwindow.c
13787                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13788
13789 2002-01-31 [paul]       0.7.0claws41
13790
13791         * sync with sylpheed 0.7.0cvs27
13792                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13793                 and 2002-01-31
13794
13795         * src/textview.c
13796                 comment out elements of textview_show_part() as temporary
13797                 workaround for attachment 'Display as text' bug 
13798
13799         * po/pt_BR.po
13800                 updated by Fabio Junior Beneditto
13801
13802 2002-01-30 [paul]       0.7.0claws40
13803
13804         * sync with sylpheed 0.7.0cvs24
13805                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13806                 and 2002-01-30
13807
13808         * src/compose.c
13809                 add {N_("/_Spelling"), ... "<Branch>"} to 
13810                 GtkItemFactoryEntry compose_entries[]
13811
13812         * src/prefs_common.c
13813                 add claws menu items to prefs_keybind_apply_clicked()
13814                 and remove non-claws menu items
13815
13816 2002-01-29 [paul]       0.7.0claws39
13817
13818         * sync with sylpheed 0.7.0cvs22
13819                 see ChangeLog entries 2002-01-28 and 2002-01-29
13820
13821 2002-01-28 [melvin]     0.7.0claws38
13822
13823         * src/compose.c
13824                 Added the declartion of compose_send_control_enter.
13825
13826         * src/compose.c
13827         * src/gtkspell.[ch]
13828                 Added in a 'Spelling' menu which includes the configuration menu. 
13829                 Added a real 'Check all' and got rid from the old one which only
13830                 highlited misspelled word.
13831                 Made 'Check while typing' a disableable option.
13832                 Added a dialog when there are no more misspelled word.
13833                 Added a dialog if error occurs when switching to a dictionary.
13834         
13835         * src/prefs_common.[ch]
13836                 Added option for the default 'Check while typing' option.
13837
13838
13839 2002-01-28 [alfons]     0.7.0claws37
13840
13841         * src/compose.c
13842                 fix buglet and make code comply with sylpheed code style
13843
13844 2002-01-28 [paul]       0.7.0claws36
13845
13846         * sync with sylpheed 0.7.0cvs19
13847                 see ChangeLog entries for 2002-01-28
13848
13849 2002-01-28 [hoa]        0.7.0claws35
13850
13851         * src/defs.h
13852                 added rendererrc
13853
13854         * src/main.c
13855                 read the renderer config
13856
13857         * src/procmime.[ch]
13858                 use the renderer config to convert mime attachments
13859
13860         * src/textview.c
13861                 don't use textview_show_html/ertf,
13862                 use get_text_content instead
13863
13864 2002-01-27 [alfons]     0.7.0claws34
13865         
13866         * src/news.c
13867                 make sylpheed believe it can delete a news message...
13868                 (messages are NOT deleted, maybe we should remove
13869                 processing from the folder properties after all.)
13870
13871 2002-01-27 [alfons]     0.7.0claws33
13872
13873         * src/folder.c
13874                 add extra checks
13875         * src/news.c
13876                 implement remove_msg() 
13877
13878 2002-01-27 [alfons]     0.7.0claws32
13879
13880         * src/procmsg.h
13881         * src/procheader.c
13882         * src/messageview.c
13883                 fix return receipt / disposition notification again. this
13884                 stuff seems to break on _every_ major summary UI change, so
13885                 it's now implemented using a flag which is saved in the
13886                 marks cache
13887                 
13888 2002-01-26 [alfons]     0.7.0claws31
13889
13890         * src/import.c
13891                 let import dialog show the destination folder identifier
13892
13893 2002-01-26 [melvin]     0.7.0claws30
13894
13895         * src/folderview.c
13896         * src/summaryview.c
13897                 Readded 'Mark all read' into summary view popup menu
13898                 Added 'Mark all read' in folder view popup menu for IMAP
13899                 and NNTP.
13900                 Made it insensitive if the selected folder is not the shown
13901                 one to avoid 'Mark all read' on the wrong folder.
13902                 
13903 2002-01-26 [paul]       0.7.0claws29
13904
13905         * src/folderview.c
13906           src/summaryview.c
13907                 move 'Mark all read' from summary view to folder view
13908                 menu. (adapted from) patch submitted by Jeremy Andrews,
13909                 <lists@kerneltrap.com>
13910
13911 2002-01-25 [alfons]     0.7.0claws28
13912
13913         * src/gtkstext.c
13914                 put the gtk class name back so GtkSText adapts the 
13915                 settings of GtkText
13916
13917 2002-01-25 [alfons]     0.7.0claws27
13918
13919         * src/folderview.c 
13920                 assimilate Ricardo's patch that shows pixmaps instead of
13921                 plain "new" and "unread" texts in the folder view column
13922                 headers 
13923
13924 2002-01-25 [paul]       0.7.0claws26
13925
13926         * src/Makefile.am
13927                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13928                 be found in non-standard locations. 
13929                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13930
13931 2002-01-25 [paul]       0.7.0claws25
13932
13933         * sync with sylpheed 0.7.0cvs16
13934                 see ChangeLog entry 2002-01-25
13935
13936 2002-01-24 [paul]       0.7.0claws24
13937
13938         * more sync with sylpheed 0.7.0cvs15
13939                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13940
13941 2002-01-23 [sergey]     0.7.0claws23
13942
13943         * src/importldif.c
13944                 Fixed segfault when closing LDIF import wizard with
13945                 the window manager.
13946         * src/imageview.c
13947         * src/imageview.h
13948         * src/messageview.c
13949         * src/mimeview.c
13950                 Fixed wrong scrolling position after switching between
13951                 text and image parts.
13952
13953 2002-01-23 [paul]       0.7.0claws22
13954
13955         * sync with sylpheed 0.7.0cvs15
13956                 see ChangeLog entries 2002-01-22 and 2002-01-23
13957
13958 2002-01-21 [melvin]     0.7.0claws21
13959
13960         * src/prefs_scoring.c
13961         * src/prefs_filtering.c
13962                 Fixed bug where scoring and filtering windows stopped
13963                 autochecking.
13964
13965 2002-01-21 [paul]       0.7.0claws20
13966
13967         * sync with sylpheed 0.7.0cvs12
13968                 see ChangeLog entries 2002-01-20 and 2002-01-21
13969
13970 2002-01-21 [carsten]    0.7.0claws19
13971         * src/mainwindow.c
13972         * src/menu.[ch]
13973         * src/messageview.[ch]
13974         * src/summaryview.[ch]
13975                 changes to shortcuts handling again:
13976                         + "Q" now controled by mainwin
13977                         + v/V are now customizable and have slightly
13978                           different meanings
13979                 the "button" to minimize the messageview (and maximize
13980                 the summary view) is a real button now
13981         * src/compose.c
13982                 "Delete Line+" added to Edit/Advanced (this will also
13983                 delete the '\n')
13984
13985 2002-01-20 [melvin] 0.7.0claws18
13986
13987         * src/addressbook.c
13988                 Made "Bcc" sensitive when addressbook is called from
13989                 compose window (it was a Claws only bug).
13990
13991 2002-01-19 [alfons] 0.7.0claws17
13992
13993         * src/inc.c
13994                 prevent unnecessary updates when currently selected folder has
13995                 no new messages 
13996
13997 2002-01-19 [alfons] 0.7.0claws16
13998         
13999         * src/summaryview.c
14000                 prevent writing the cache based on current message list in summary 
14001                 view when filtering also put messages in currently selected folder
14002
14003 2002-01-19 [paul]
14004
14005         * po/it.po
14006                 Italian translation submitted by Alessandro Maestri
14007                 <a.maestri@cs.tin.it>
14008
14009 2002-01-18 [melvin]     0.7.0claws15
14010
14011         * src/prefs_filters.c
14012                 fixed bug where 'cancel' from 'filters' window stops autochecking
14013                 if the timer timed out  when the window was open.
14014
14015 2002-01-18 [match]      0.7.0claws14
14016
14017         * src/addrclip.[ch]     ** NEW FILE **
14018         * src/addrselect.[ch]   ** NEW FILE **
14019         * src/adbookbase.h      ** NEW FILE **
14020                 addressbook cut, copy and paste
14021         * src/addrbook.[ch]
14022         * src/addrcache.[ch]
14023         * src/addressitem.h
14024         * src/addrindex.[ch]
14025         * src/addritem.[ch]
14026         * src/importldif.c
14027         * src/importmutt.c
14028         * src/jpilot.[ch]
14029         * src/syldap.[ch]
14030         * src/vcard.[ch]
14031         * src/jpilot.[ch]
14032         * src/editbook.c
14033         * src/editjpilot.c
14034         * src/editldap.c
14035         * src/editvcard.c
14036                 support for copy/paste
14037         * src/addressbook.c
14038                 support for copy/paste
14039                 tidy up menu option processing
14040                 correct address list function arguments
14041         * src/editaddress.c
14042                 sort user attributes
14043         * src/ldif.h
14044         * src/mutt.h
14045                 tidy up
14046
14047         * src/addrbook.[ch]
14048         * src/addrbook.[ch]
14049         * src/addrbook.[ch]
14050                 
14051
14052 2002-01-18 [paul]       0.7.0claws13
14053
14054         * sync with sylpheed 0.7.0cvs8
14055                 configure.in: support Mac OS X (Darwin)
14056
14057 2002-01-18 [carsten]    0.7.0claws12
14058         * src/html.c
14059                 small hack to fix a segfault with an empty href
14060                 (reported by Alexandra Walford <deeni@altern.org>)
14061         * src/mainwindow.c
14062         * src/summaryview.c
14063                 the shortcuts for Mark und Mark as unread are hardcoded
14064                 again
14065         * src/compose.c
14066         * src/gtkstext.[ch]
14067                 readded the shortcuts in gtkstext but made them
14068                 customizeable (simply by adding a menu plus a wrapper
14069                 to compose.c)
14070
14071 2002-01-17 [melvin]     0.7.0claws11
14072
14073         * src/gtkspell.c
14074                 fix default dictionary not being saved.
14075
14076 2002-01-16 [darko]      0.7.0claws10
14077
14078         * src/compose.c
14079                 fix wrapping crash with URL longer than wrapping margin
14080
14081 2002-12-08 [hoa]        0.7.0claws10
14082
14083         * src/matcher_parser_parse.y
14084                 fixed some bugs
14085
14086         * src/prefs_filtering.c
14087                 now, we can use bounce action in the dialog box.
14088
14089 2002-01-16 [carsten]    0.7.0claws9
14090         * src/gtkstext.c
14091                 removed the <control> and <alt> shortcuts because they're
14092                 not needed and interefered with the "normal" shortcuts
14093         * src/mainwindow.c
14094         * src/summaryview.c
14095                 removed most of the hardcoded shortcuts and assigned
14096                 them to menu entries making them easy customizable by
14097                 that
14098
14099 2002-01-16 |melvin]     0.7.0claws8
14100
14101         * src/gtkspell.c
14102                 fixed bug where using the mouse and when the compose
14103                 window is not on top may result in a crash.
14104
14105 2002-01-16 [melvin]     0.7.0claws7
14106
14107         * src/compose.c
14108                 fixed a long standingspell checker bug which could 
14109                 cause a crash after sending a message.
14110
14111 2002-01-16 [paul]       0.7.0claws6
14112
14113         * sync with sylpheed 0.7.0cvs7
14114                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14115                 2002-01-15, and 2002-01-16
14116
14117 2002-01-16 [melvin]     0.7.0claws5
14118
14119         * README.claws
14120         * src/compose.c
14121         * src/gtkspell.[ch]
14122         * src/main.c
14123                 Heavily modified spell checker code to work around
14124                 ispell bug, to add keyboard shortcuts and for future
14125                 enhancements. See README.claws for usage information.
14126
14127 2002-01-15 [alfons]     0.7.0claws4
14128         
14129         * src/summaryview.c
14130                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14131                 so sorting within threads reflects sort mode
14132
14133 2002-01-15 [christoph]  0.7.0claws3
14134
14135         * src/procmsg.c
14136                 added alertpanel if mail sending failed
14137
14138 2002-01-15 [alfons]     0.7.0claws2
14139         
14140         * src/prefs_filtering.c
14141                 don't stop timer when prefs filtering dialog is opened
14142
14143 2002-01-14 [alfons]     0.7.0claws1
14144
14145         * src/addr_compl.c
14146         * src/prefs.c
14147                 remove debug_print()s for privacy reasons
14148
14149 2002-01-14 [darko]      0.7.0claws
14150
14151         * README.claws
14152                 quotation wrapping is now also in the main branch
14153
14154 2002-01-14 [paul]
14155
14156         * tools/filter_conv.pl
14157                 allow for Boolean Op and case-sensitivity
14158                 this file is included in the release and tagged
14159                 'rel_0_7_0'
14160
14161 2002-01-13 [paul]       0.7.0claws
14162
14163         * release 0.7.0, with cvs tag 'rel_0_7_0'
14164
14165 2002-01-13 [paul]
14166
14167         * tools/filter_conv.pl
14168         * tools/README
14169                 rewritten to output to matcherrc instead of filteringrc
14170
14171         * po/es.po
14172                 updated Spanish translation by Ricardo Mones Lastra
14173
14174 2002-01-13 [alfons]
14175
14176         * po/nl.po
14177                 update dutch translation
14178
14179 2002-01-13 [paul]
14180
14181         * po/pt_BR.po
14182                 Updated by Fabio Junior Beneditto 
14183
14184 2002-01-13 [melvin]     0.6.6claws53
14185
14186         * po/fr.po
14187                 Updated french translation
14188
14189 2002-01-12 [alfons]     0.6.6claws52
14190
14191         * src/filtering.c
14192                 plug mem leak that has been sitting there for ages              
14193
14194 2002-01-12 [alfons]     0.6.6claws51
14195
14196         * src/summaryview.c
14197                 undo melvin's changes from 0.6.6claws48 because summary
14198                 view now refuses to select first unread message when
14199                 selecting a folder 
14200
14201 2002-01-11 [alfons]     0.6.6claws50
14202
14203         * src/import.c
14204                 use claws' semantics for getting folder item when
14205                 importing an mbox file into a folder 
14206                 (submitted by Dale P. Smith)
14207
14208 2002-01-11 [christoph]  0.6.6claws49
14209
14210         * src/prefs.h
14211                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14212                 toggle widget, because non static prefs can not use
14213                 prefs_set_* functions
14214         * src/prefs_account.c
14215                 toggle smtp auth password field sensitivity if
14216                 user id is empty and add descrition of usage for
14217                 these fields
14218         * src/prefs_folder_item.c
14219                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14220                 callbacks
14221
14222 2002-01-11 [melvin]     0.6.6claws48
14223
14224         * src/compose.c
14225                 fix the 'Ctrl-Enter' feature for sending and test really
14226                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14227                 editables which was not documented in Gtk)
14228
14229         * src/summaryview.c
14230                 Made summaryview refresh after sorting and not before.
14231
14232 2002-01-11 [christoph]  0.6.6claws47
14233
14234         * src/compose.c
14235                 select account from account ids if possible and
14236                 correctly set save folder for copy in reedit
14237
14238 2002-01-10 [paul]       0.6.6claws46
14239
14240         * sync with sylpheed 0.7.0 release
14241                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14242                 2002-01-09
14243
14244 2002-01-09 [alfons]
14245
14246         * src/summaryview.c
14247                 remove more dirt traces...
14248
14249 2002-01-09 [alfons]
14250         
14251         * src/summaryview.c
14252                 clean up some traces of my debugging stuff
14253
14254 2002-01-09 [alfons]     0.6.6claws45
14255
14256         * src/filtering.c
14257                 break up filteringprop_apply() in three separate pieces
14258                 so we can drop messages that failed processing in the
14259                 inbox
14260
14261         * src/summaryview.c
14262                 fix bug #469598 "no refresh of inbox after filter" which 
14263                 was introduced by the new summary view locking, and which 
14264                 prevented the summary view to update after a manual filter 
14265                 message. claw's filter message requires a summary_show().
14266                 (aargh, summary_show() again! :-)
14267                 
14268 2002-01-07 [alfons]     0.6.6claws44
14269
14270         * src/headerwindow.c
14271         * src/logwindow.c
14272         * src/messageview.c
14273         * src/sourcewindow.c
14274                 bring in Hiro's last 0.7.0 wm class fixes
14275
14276         * tools/sylprint.pl
14277                 bring in Ricardo's fix for sylprint script
14278
14279         * AUTHORS       
14280         * src/rfc2015.[ch]
14281         * src/prefs_common.[ch]
14282         * src/prefs_account.[ch]
14283         * src/compose.c
14284                 clean up account preference poison in rfc2015,
14285                 and preparation to fix double sign bug 
14286                 (patch submitted by Simon 'corecode' Schubert)
14287
14288 2002-01-07 [christoph]  0.6.6claws43
14289
14290         * src/mh.c
14291                 search for free message number, do not only rely
14292                 on last_num
14293         * src/send.c
14294                 fix smtp auth and use extra account information
14295                 if available, if not use pop3 data instead
14296                 (closes bug #500341)            
14297         * src/ssl.[ch]
14298                 match coding style
14299
14300 2002-01-06 [alfons]     0.6.6claws42
14301
14302         * src/mainwindow.c
14303                 try making the separate windows work again...
14304
14305 2002-01-06 [alfons]     0.6.6claws41
14306
14307         * src/mainwindow.c
14308                 adapt Hiro's separate window menu (to get rid of the funny
14309                 duplicate menu items), and make it work again
14310
14311 2002-01-06 [alfons]     0.6.6claws40
14312
14313         * tools/Makefile.am
14314         * tools/sylprint.rc
14315         * tools/sylprint.pl
14316         * tools/README.sylprint
14317                 add sylprint script for printing mails from Sylpheed
14318                 (contributed by Ricardo Mones Lastra)
14319
14320         * src/acount.c
14321                 clean up
14322
14323 2002-01-06 [melvin]     0.6.6claws39
14324
14325         * src/mainwindow.c
14326         * src/summaryview.c
14327                 Fixed crash introduced in 0.6.6claws38 by the menu
14328                 reorganisation (Hide read messages)
14329         
14330         * ChangeLog.claws 
14331                 Fixed typo (we are now in 2002, alfons ;) )
14332
14333 2002-01-05 [alfons]     0.6.6claws38
14334
14335         * sync with sylpheed 0.6.6cvs10-17
14336                 (last stuff marked as LAST_STABLE)
14337
14338 2002-01-04 [melvin]     0.6.6claws37
14339
14340         * src/account.c
14341                 Made account selection code use strcasestr again instead of
14342                 g_strcasecmp (fixes bug where reediting queued messages
14343                 did not select proper account reported by T. Link).
14344         
14345         * src/folderview.c
14346                 Fix bug where folder icons are not shown when 'hide read messages'
14347                 is on.
14348         
14349         * src/stock_pixmaps.[ch]
14350                 Added folder icons for 'hide read messages'.
14351         
14352         * src/compose.c
14353                 Fixed bug where 'Enter' in a header entry will send the message 
14354                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14355
14356 2002-01-03 [melvin]     0.6.6claws36
14357         
14358         * src/prefs.[ch]
14359                 Added popup menu for common preferences and
14360                 account preferences (right click on tab displays
14361                                 a menu of all tabs.)
14362
14363 2002-01-02 [melvin]     0.6.6claws35
14364
14365         * src/gtkspell.[ch]
14366                 Made spelling code compatible with undo/redo feature.
14367                 Added creation of suggestion mode menu for the general
14368                         preferences.
14369         
14370         * src/prefs_common.[ch]
14371                 Added option menu for the speller's suggestion mode.
14372                 Added missing spaces in "..." buttons and made a "..."
14373                         button non translatable!
14374         
14375         * src/compose.c
14376                 Made speller use the default suggestion mode.
14377                 Hack to make it possible to choose 'CTRL-Enter' as a
14378                         shortcut for sending (and only for sending).
14379
14380         * src/prefs_folder_item.c
14381                 Changing subject simplification does not update cache 
14382                         anymore (because it is unnecessary).
14383                 Fixed bug where changing subject simplification updated the 
14384                         summaryview even when the viewed folder is not the
14385                         folder which properties are being changed. (E.g. 
14386                                         viewing folder A and changing
14387                                         the subject simplification of 
14388                                         folder B -not being viewed- updated the 
14389                                         summaryview of folder A with data of
14390                                         folder B). (Hope this is clear... )
14391
14392 2001-12-31 [alfons]     0.6.6claws34
14393         
14394         * src/ldif.c
14395         * src/mutt.c
14396                 fgetc() returns a signed integer which doesn't
14397                 fit in a char. so c truncates this to a char
14398                 but we may lose significant bits. i.e. we may
14399                 comparing 0xFF which may not be equal to -1
14400                 unless properly casted to signed char which
14401                 we won't do because fgetc() returns a signed
14402                 integer which doesn't fit in a char. so c 
14403                 truncates this to a char but we may lose 
14404                 significat bits. (you got the idea, thanks
14405                 to Gustavo Noronha Silva <kov@debian.org>
14406                 and the Debian folks!)
14407
14408 2001-12-30 [alfons]     0.6.6claws33
14409
14410         * src/prefs_common.c
14411                 add #ifdef USE_PSPELLs that Melvin forgot               
14412
14413 2001-12-30 [melvin]     0.6.6claws32
14414         
14415         * src/prefs_common.[ch]
14416                 Added configurable color for misspelled words.
14417
14418         * src/gtkspell.[ch]
14419                 Fixed bug of foreground text color (reported by David
14420                                 Mehrmann)
14421                 Added configurable color for misspelled words.
14422
14423 2001-12-30 [alfons]     0.6.6claws31
14424
14425         * src/folder.c
14426                 remove unnecessary things someone put there
14427
14428         * src/mh.c
14429         * src/folder.[ch]
14430                 make folder properties (like threading and sorting) persistent
14431                 (closes bug #497424 "rescan folder tree resets proprieties")
14432                 currently this is only for MH folders. 
14433
14434 2001-12-29 [melvin]     0.6.6claws30
14435
14436         * src/string_match.[ch]
14437                 Optimized a bit: regexp pattern buffer compiled only once, and
14438                   one subroutine call removed. Fixed ^ regexp search: Now, 
14439                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14440         
14441         * src/summaryview.c
14442                 Subject filtering changed to filter summary columns and
14443                   not directly the messages subject cache. The loss in 
14444                   performance is balanced by the improvement of string_match.
14445                 Added an alert panel if there is an error in the regexp.
14446
14447         * src/src/prefs_folder_item.h
14448                 Added a regexp pattern buffer.
14449
14450 2001-12-28 [alfons]     0.6.6claws29
14451
14452         * src/string_match.[ch]
14453                 clean up name space
14454                 allow compilation *BSD
14455
14456 2001-12-27 [alfons]     0.6.6claws28
14457
14458         * src/filter.c
14459                 sync the Hiro's bug fix for BSD
14460
14461 2001-12-27 [melvin]     0.6.6claws27
14462         
14463         * src/compose.c
14464                 Simplify focus to subject entry code.
14465
14466 2001-12-27 [darko]      0.6.6claws26
14467
14468         * src/filtering.c
14469         * src/mbox_folder.c
14470         * src/messageview.c
14471         * src/mh.c
14472         * src/procheader.[ch]
14473         * src/procmsg.h
14474         * src/stock_pixmap.[ch]
14475         * src/summaryview.c
14476                 Show key icon for encrypted mails in summary view
14477
14478         * src/pixmaps/clip.xpm
14479         * src/pixmaps/clipkey.xpm
14480         * src/pixmaps/key.xpm
14481                 New/modified icons for the above
14482
14483 2001-12-27 [melvin]     0.6.6claws25
14484
14485         * src/prefs_common.c
14486                 Put spell checker options in a separate tab to decrease
14487                 the Common Preferences window height.
14488
14489         * README.claws  
14490                 Update spell checker usage instruction about its options
14491                 location.
14492
14493 2001-12-27 [melvin]     0.6.6claws24
14494
14495         * src/compose.c
14496                 Changed subject entry widget position. Initial focus is
14497                 on the To header instead of the subject entry.
14498                 Creating a new header scrolls the header list to make the
14499                 created one visible. Nevertheless, when automatically filling
14500                 headers, the first one is shown.
14501                 A Tab key press in the last empty header entry zips the 
14502                 focus to the subject entry.
14503                 (I did not change the combo boxes, yet)
14504
14505 2001-12-26 [alfons]     0.6.6claws23
14506
14507         * src/prefs_account.c
14508         * src/inc.c
14509                 allow default inbox to reside in another mailbox (only
14510                 works for POP3 accounts)
14511
14512 2001-12-26 [alfons]     0.6.6claws22
14513         
14514         * src/textview.c
14515                 make reply-on-click work with the account of the selected folder
14516         * src/compose.c
14517                 put a fixme here to remind me to fix finding correct default
14518                 account for nested folders
14519
14520 2001-12-25 [alfons]     0.6.6claws21
14521
14522         * src/summaryview.c
14523                 make column headers display locked and mark pixmaps (idea by Melvin) 
14524                 fix bug by adding score and locked column type to sort array
14525
14526 2001-12-25 [alfons]     0.6.6claws20
14527         
14528         * src/summaryview.c
14529                 catch a *potentially* inadvertent write back of  
14530                 the message cache(s) introduced by 0.6.5claws37
14531
14532 2001-12-25 [christoph]  0.6.6claws19
14533
14534         * src/stock_pixmap.[ch]
14535         * src/summaryview.c
14536                 add ignore thread pixmap
14537                 (can someone draw a better icon for this?)
14538
14539 2001-12-24 [alfons]     0.6.6claws18
14540
14541         * src/prefs_folder_item.c
14542                 make address completion actually work for the
14543                 Default To address in the Folder Property dialog.
14544
14545 2001-12-24 [alfons]     0.6.6claws17
14546         
14547         * src/summaryview.c
14548                 use new style regexp for subject stripping 
14549                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14550
14551 2001-12-24 [darko]      0.6.6claws16
14552
14553         * src/pgptext.c
14554         * src/rfc2015.c
14555                 move GPG related informational messages to debug mode
14556
14557 2001-12-23 [alfons]     0.6.6claws15
14558
14559         * src/stock_pixmap.[ch]
14560         * src/summaryview.c
14561                 add the forgotten Claws' locked pixmap
14562
14563 2001-12-23 [alfons]     0.6.6claws14
14564
14565         * src/filesel.c
14566                 accept file name typed in entry in multi file
14567                 selector (patch submitted by Gustavo Noronha Silva 
14568                 <kov@debian.org>)
14569
14570 2001-12-23 [alfons]     0.6.6claws13
14571
14572         * src/prefs_filter.c
14573         * src/prefs_filtering.c
14574         * src/matcher.c
14575         * src/importmutt.c
14576                 clean up a little bit
14577         
14578         * src/string_match.c
14579                 validate input strings a little bit more
14580
14581 2001-12-23 [alfons]     0.6.6claws12
14582
14583         * src/Makefile.am
14584         * src/summaryview.c
14585         * src/string_match.[ch]         ** NEW **
14586         * src/folderview.[ch]
14587         * src/headerview.h
14588         * src/folder.[ch]
14589         * src/prefs_folder_item.[ch]
14590                 add subject simplification to strip out strings from
14591                 a subject line (esp. handy for mailing lists). 
14592                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14593                 but slightly changed things for better integration.)
14594
14595 2001-12-23 [alfons]     0.6.6claws11
14596
14597         * src/mainwindow.c
14598                 fix bug introduced by submission included in 0.6.5claws52.
14599                 ideally this submission should clean the trash if any trash
14600                 folder has a message. however, the hasTrash variable was
14601                 set to false whenever a trash folder was empty (discarding
14602                 a previously found *filled* trash folder.)
14603
14604                 also edited the code a little bit and made it more safe.
14605
14606 2001-12-22 [alfons]     0.6.6claws10
14607
14608         * src/imap.c
14609                 quick fix for Martin Pool's omission of an account
14610                 specific SSL setting
14611
14612 2001-12-22 [alfons]     0.6.6claws9
14613
14614         * src/compose.c
14615         * src/messageview.c
14616         * src/mimeview.c
14617         * src/pgptext.c
14618         * src/procmime.[ch]
14619                 better support for multipart/digest (submitted
14620                 by Fredrik <e98fo@efd.lth.se>)
14621
14622 2001-12-22 [alfons]     0.6.6claws8
14623
14624         * src/addressbook.c
14625                 correct function signature
14626         * src/socket.[ch]
14627         * src/imap.[ch]
14628         * src/prefs_account.[ch]
14629                 allow IMAP over SSH tunnel (patch submitted by 
14630                 Martin Pool <mbp@samba.org>)
14631
14632 2001-12-21 [alfons]     0.6.6claws7
14633
14634         * sync with sylpheed 0.6.6cvs4-9
14635                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14636
14637 2001-12-21 [christoph]  0.6.6claws6
14638
14639         * src/compose.c
14640         * src/prefs_folder_item.[ch]
14641                 implement saving of outgoing messages to current folder.
14642                 fix segfault when no default outbox is available
14643                 (closes bug #495683)
14644
14645 2001-12-21 [carsten]    0.6.6claws5
14646         * src/folderview.c
14647         * src/summaryview.c
14648                 pressing CTRL while DND does now the expected thing and
14649                 copies the mail (moving is still the default, as this
14650                 seam more appropriate for handling mails by DND)
14651
14652 2001-12-18 [paul]       0.6.6claws4
14653
14654         * sync with sylpheed 0.6.6cvs3
14655                 see ChangeLog entries 2001-12-18
14656
14657 2001-12-18 [hiro]       0.6.6claws3
14658
14659         * src/undo.c
14660                 fix for multibyte characters (obtain the number of letters
14661                 instead of bytes).
14662
14663 2001-12-17 [paul]       0.6.6claws2
14664
14665         * sync with sylpheed 0.6.6cvs1
14666                 see ChangeLog entry 2001-12-16
14667
14668 2000-12-17 [alfons]     0.6.6claws1
14669
14670         * src/filtering.c
14671                 clean up
14672
14673 2001-12-16 [paul]       0.6.6claws
14674 2001-12-15
14675
14676         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14677
14678         * src/mimeview.c
14679                 last minute sync with main 0.6.6
14680
14681         * po/es.po
14682                 updated by Ricardo Mones Lastra
14683                 update for last minute sync
14684         * po/fr.po
14685         * po/nl.po
14686                 update for last minute sync
14687         * po/de.po
14688                 updated by Jens Oberender
14689         * po/pt_BR.po
14690                 updated by Fabio Junior Beneditto
14691
14692         * src/prefs_common.[ch]
14693         * src/undo.c
14694                 number of undo levels is user configurable
14695                 (squeeze it into the release in the dying
14696                 moments) Submitted by Jens Oberender    
14697
14698 2001-12-15 [melvin]
14699
14700         * po/fr.po
14701                 updated french translation
14702
14703 2001-12-15 [paul]       0.6.5claws92
14704
14705         * sync with sylpheed 0.6.5cvs28
14706                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14707
14708         * po/nl.po
14709                 update to allow for sync
14710
14711 2001-12-15 [alfons]
14712         
14713         * po/nl.po
14714                 update dutch translation
14715
14716 2001-12-14 [carsten]    0.6.5claws91
14717         * src/summaryview.c
14718                 fixed bug #473785; also after changing the column order
14719                 the same message will be selected and displayed as before
14720                 the reordering
14721
14722 2001-12-14 [carsten]    0.6.5claws90
14723         * src/folderview.c
14724                 probably found the bug reported by wwb opening or closing
14725                 a folder tree just before dnd (found the solution in the
14726                 balsa source -- thanks to them)
14727
14728 2001-12-14 [carsten]    0.6.5claws89
14729         * src/gtkutils.c
14730         * src/account.c
14731                 moved gtk_clist_moveto to the right place, so that
14732                 only the accounts dialog is effected on opening
14733
14734 2001-12-14 [carsten]    0.6.5claws88
14735         * src/gtkutils.c
14736                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14737                 now, so that the focused row will be seen in any case
14738                 (reported by wwp on sf-claws-user)
14739
14740 2001-12-14 [darko]      0.6.5claws87
14741
14742         * src/compose.c
14743                 remove unnecessary line
14744
14745 2001-12-14 [paul]       0.6.5claws86
14746
14747         * sync with sylpheed 0.6.5cvs27
14748                 see ChangeLog entries 2001-12-14
14749
14750 2001-12-14 [carsten]    0.6.5claws85
14751         * src/mainwindow.c
14752                 following a suggestion of Melvin the rcoabm pops up
14753                 right under the button now and the button is reliefed
14754                 while the popup is open
14755
14756 2001-12-14 [darko]      0.6.5claws84
14757
14758         * src/compose.c
14759                 fix crash when wrapping long lines if linewrap quotation
14760                 is disabled and wrapper encounters a word spanning more
14761                 than one line
14762
14763 2001-12-13 [paul]       0.6.5claws83
14764
14765         * src/compose.c
14766                 prefer 'Reply-To' header over mailing list header when
14767                 replying to a message. Finally prevent all those confirmation 
14768                 messages being sent to the list itself.
14769
14770         * src/summaryview.c
14771                 remove unused summary_set_menu_sensitive() entry
14772
14773 2001-12-13 [paul]       0.6.5claws82
14774
14775         * src/folderview.c
14776         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14777         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14778         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14779                 improvements to 'Hide read messages': Inbox, Outbox,
14780                 Trash, Queue, and Draft icons now reveal presence of hidden 
14781                 messages
14782
14783 2001-12-12 [alfons]     0.6.5claws81
14784
14785         0.6.5claws80 was tagged as LAST_STABLE
14786
14787         * src/filtering.[ch]
14788         * src/matcher.[ch]
14789         * src/matcher_parser_lex.c
14790                 fix the filtering; my last attempt to get it right, 
14791                 if it does not work, it's Hoa's turn. ;-)
14792
14793                 for my honourable peers:
14794                 
14795                 the code now makes a clear distinction between
14796                 rules as they are displayed (probably escaped),
14797                 and as they are executed (probably unescaped). the
14798                 parser does *NOT* do any unescaping, this is
14799                 the task of the matcher.c (which breaks up a
14800                 rule into condition) and the filtering.c (which
14801                 breaks up the rule's action). to make this
14802                 run happily we provide an unescaped copy of
14803                 crucial strings to the MatcherProp and 
14804                 FilteringAction structures. note that the only
14805                 exception to this is any REGEXP string. those
14806                 are directly passed to regcomp() and regexp()
14807                 (who have much more powerful unescape functions).
14808                 
14809                 for everyone else:
14810         
14811                 you can escape tab (\t), carriage return (\r),
14812                 linefeed (\n), form feed (\f), quote (\"), 
14813                 single quote (\'), bell (\b) in all the entry
14814                 lines in the scoring & filtering dialogs.
14815                 as an added bonus this should not affect
14816                 existing filtering rules.
14817
14818 2001-12-12 [carsten]    0.6.5claws80
14819
14820         * src/summaryview.c
14821         * po/de.po
14822                 "item(s) selected" is now sensitive to 1 or more
14823                 than one selected (nice for language where simple
14824                 adding of a "s" is not possible as German (Eintrag
14825                 ->Eintr"age)
14826                 
14827                 the "forward as attachment" entry from the right
14828                 click menu removed, "forward" acts following the
14829                 prefs
14830         
14831         * src/textview.c
14832                 reverted my former changes; so compiler warning again
14833                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14834                 nevertheless
14835
14836         * src/messageview.c
14837                 "search in message" does now *not* only work in MVIEW_TEXT
14838                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14839                 message
14840
14841         * src/mainwindow.c
14842                 removed "/File/_Close" as it was the same as "/File/E_xit"
14843                 and we don't need it two times
14844
14845                 the separate folder view and message view now get a distinct
14846                 WMCLASS, just in case someone is using sawfish ;-)
14847
14848                 as the menu entries "/View/Message view" and "/View/Folder tree"
14849                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14850                 make them sensitive accordingly and as these two are "shown"
14851                 after startup anytime check this menuitem at startup
14852
14853 2001-12-12 [paul]       0.6.5claws79
14854
14855         * src/folderview.c
14856                 fix sensitivity of 'Search folder...', broken in
14857                 0.6.5claws75
14858
14859         * src/mainwindow.c
14860                 fix dodgy English
14861
14862 2001-12-11 [carsten]    0.6.5claws78
14863         * src/filtering.c
14864                 fixed two typos returning a wrong FALSE/TRUE
14865         * src/mainwindow.[ch]
14866                 extra menu for email/news button removed
14867
14868 2001-12-11 [alfons]     0.6.5claws77
14869         
14870         * src/matcher.c                 (1.3)
14871         * src/matcher_parser_lex.l      (1.28)
14872                 revert for another attempt
14873                 mark 0.6.5claws77 as LAST_STABLE
14874
14875 2001-12-11 [christoph]  0.6.5claws76
14876
14877         * po/de.po
14878                 fixed wrong translation for prev. unread msg
14879
14880 2001-12-11 [paul]       0.6.5claws75
14881
14882         * src/folder.[ch]
14883         * src/folderview.c
14884         * src/mainwindow.c
14885         * src/summaryview.[ch]
14886         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14887                 enable ability to hide read messages on per folder basis via 
14888                 '/Summary/Hide read messages'; when selected, a folder will 
14889                 have a red open folder icon, instead of a blue icon, if the 
14890                 folder contains hidden messges
14891                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14892
14893         * src/mainwindow.c
14894                 remove '/Message/Forward as attachment' from 
14895                 main_window_set_menu_sensitive() to prevent debug warning
14896
14897         * src/folderview.c
14898         * src/mainwindow.c
14899                 Clean up some of the English
14900
14901         * tools/newscache_clean.pl
14902                 allow for new 'hidereadmsgs' entry in folderlist.xml
14903
14904         * po/es.po
14905                 updated translation, submitted by Ricardo Mones Lastra
14906
14907 2001-12-11 [paul]       0.6.5claws74
14908
14909         * sync with sylpheed 0.6.5cvs25
14910                 see ChangeLog entry 2001-12-11
14911
14912 2001-12-10 [alfons]     0.6.5claws73
14913
14914         * src/matcher.c
14915                 add more control characters
14916         * src/matcher_parser_lex.l
14917                 make escaping / unescaping work again
14918
14919 2001-12-10 [alfons]     0.6.5claws72
14920
14921         * src/imap.c
14922                 clean up warnings "returning value for void function" 
14923         * src/prefs_filtering.c
14924                 make info button for execute action sensitive
14925
14926 2001-12-10 [paul]       0.6.5claws71
14927
14928         * src/compose.c
14929         * src/imap.[ch]
14930         * src/summaryview.c
14931                 fix: imap server now gets informed of MARKED, UNMARKED
14932                 and REPLY events. Now people can use different IMAP-Mail
14933                 clients and have the exact same information about MARKED,
14934                 UNMARKED and REPLY status with all of them. Especially
14935                 useful for imap servers with a web-frontend.
14936                 submitted by Tobias Sandhaas <medlor@web.de>
14937
14938 2001-12-09 [melvin]     0.6.5claws70
14939         
14940         * src/textview.[ch]
14941                 fixed bug #490076 (hunted down by Alfons who implemented
14942                 a workaround in 0.6.5claws65)
14943
14944 2001-12-09 [christoph]  0.6.5claws69
14945
14946         * src/summaryview.c
14947                 set pointer to string in LOCKED column to NULL
14948                 (might fix bug #490800)
14949
14950 2001-12-09 [carsten]    0.6.5claws68
14951
14952         * po/de.po
14953                 resolved some cluttered menu shortcuts 
14954                 ('creating new email' and 'creating news message'
14955                 hade the same)
14956         * src/compose.c
14957                 wmclass now distinc from main window
14958         * src/mainwindow.c
14959           src/mainwindow.h
14960                 email/news and forward button functionality similar
14961                 to the reply buttons; removed the ugly dropdown arrows
14962                 and use instead the right mouse button
14963
14964 2001-12-09 [paul]       0.6.5claws67
14965
14966         * src/imap.c
14967         * src/utils.h
14968                 allow spaces in imap folder names
14969                 submitted by Willem van Engen <wvengen@stack.nl>
14970
14971 2001-12-09 [paul]       0.6.5claws66
14972
14973         * sync with sylpheed 0.6.5cvs24
14974                 see ChangeLog entry 2001-12-09
14975
14976 2001-12-08 [alfons]     0.6.5claws65
14977
14978         * src/textview.c
14979                 prevent secondary selection claim after "add to sender" dialog
14980                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14981                 we trick GTK by simulating a click at (0, 0) in the textview.
14982
14983 2001-12-08 [hoa]        0.6.5claws64
14984
14985         * src/folder.c
14986                 fixed a bug about the .processing folder name while filtering
14987
14988 2001-12-08 [alfons]     0.6.5claws63
14989
14990         * src/folderview.c 
14991                 work around problem of not correctly updating folder stats
14992                 when deleting messages. there's some folder scanning evil
14993                 going so the folderview_update_msg_num() does not work
14994                 correctly. need to investigate this.
14995
14996 2001-12-08 [paul]       0.6.5claws62
14997
14998         * sync with sylpheed 0.6.5cvs23
14999                 see ChangeLog entry 2001-12-08
15000
15001 2001-12-07 [christoph]  0.6.5claws61
15002
15003         * src/compose.c
15004                 fix another header translation problem
15005
15006 2001-12-07 [alfons]     0.6.5claws60
15007
15008         * src/mbox.c
15009                 make filtering also work on local spool mbox
15010
15011 2001-12-07 [carsten]    0.6.5claws59
15012         * src/addressbook.c
15013                 addressbook window gets a wmclass distinct from the main
15014                 sylpheed window
15015         * src/compose.h
15016         * src/mainwindow.[ch]
15017                   forward menu item will use mode selected in prefs, forward 
15018                 as attatchment in menu removed (will be substituted in the
15019                 toolbar similar to reply buttons)
15020                   create news message menu entry and news button is now 
15021                 sensitive to the existance of a news account
15022         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15023         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15024         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15025                 these are removed because the toolbar buttons don't show
15026                 the quoting modus any longer
15027
15028 2001-12-07 [paul]
15029
15030         * tools/newscache_clean.pl      ** NEW FILE **
15031                 perl script to do some tidying up in the newscache directory 
15032                 
15033         * tools/sylpheed-switcher       ** NEW FILE **
15034                 perl script to enable easy switching between main and claws
15035                 
15036         * tools/README
15037                 added descriptions of the two new perl scripts          
15038
15039
15040 2001-12-07 [melvin]     0.6.5claws58
15041
15042         * src/messageview.c
15043                 fixed a warning during compilation introduced in 0.6.5claws56
15044
15045 2001-12-07 [paul]       0.6.5claws57
15046
15047         * src/mainwindow.[ch]
15048         * src/menu.[ch]
15049                 further usability enhancements to replying with or without 
15050                 quoting via the toolbar, use of Ctrl key is replaced by 
15051                 drop down menu 
15052                 Submitted by Carsten Schurig            
15053
15054 2001-12-07 [melvin]     0.6.5claws56
15055
15056         * src/messageview.c
15057                 hack to fix bug that prevented to make/paste selections
15058                 after switching between MVIEW_TEXT and MVIEW_MIME views
15059                 without deselecting the selection first.
15060
15061 2001-12-06 [alfons]     0.6.5claws55
15062
15063         * src/filtering.[ch]
15064         * src/inc.c
15065                 revise filtering a little bit more, and make sure
15066                 messages are delivered to the appropriate inbox
15067                 (perhaps set per account)
15068
15069 2001-12-06 [paul]       0.6.5claws54
15070
15071         * sync with sylpheed 0.6.5cvs22
15072                 see ChangeLog entry 2001-12-06
15073
15074 2001-12-05 [alfons]     0.6.5claws53
15075
15076         * src/inc.c
15077         * src/folder.[ch]
15078         * src/procmsg.c
15079         * src/filtering.c
15080                 more revisions of filtering system
15081                 (last stable version is marked as LAST_STABLE)
15082                 
15083                 | NOTE 1): the filtering system now uses a local folder called
15084                 | .processing. if filtering fails, check this directory
15085                 | for missing messages.
15086                 |
15087                 | NOTE 2): help us find the filtering actions still missing
15088
15089 2001-12-05 [paul]       0.6.5claws52
15090
15091         * src/mainwindow.c
15092                 fix bug where 'Empty Trash?' pop-up window appears even
15093                 when Trash is empty, submitted by Jesse Skinner         
15094
15095 2001-12-05 [melvin]     0.6.5claws51
15096
15097         * src/compose.c
15098                 fixed bug #486106 to select correct account when reediting 
15099                 a queued message
15100         
15101 2001-12-04 [alfons]     0.6.5claws50
15102
15103         * src/mh.c
15104                 declare markfile in appropriate functions when
15105                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15106                 for spotting this)
15107
15108 2001-12-04 [paul]       0.6.5claws49
15109
15110         * sync with sylpheed 0.6.5cvs21
15111                 see ChangeLog entry 2001-12-04
15112
15113 2001-12-03 [christoph]  0.6.5claws48
15114
15115         * po/de.po
15116                 changed translation of undo
15117         * src/account.c
15118         * src/folder.c
15119                 don't reinvent the wheel to traverse a GNode
15120         * src/compose.[ch]
15121                 seperate code to create the compose gui into functions
15122                 add "Others" page with folder selection for saving copy
15123                 of the message.
15124                 the folder identifier is saved to queue header
15125         * src/procmsg.c
15126                 save message to folder in queue header
15127
15128 2001-12-03 [paul]       0.6.5claws47
15129
15130         * sync with sylpheed 0.6.5cvs20
15131                 see ChangeLog entry 2001-12-03
15132
15133 2001-12-01 [paul]
15134
15135         * more sync with sylpheed 0.6.5cvs19
15136                 see ChangeLog entry 2001-11-29
15137
15138 2001-11-30 [paul]       0.6.5claws46
15139         
15140         * src/compose.c
15141                 remove conflicts introduced by Hoa's last commit
15142          
15143         * src/mainwindow.c
15144                 make 'Message/Bounce' sensitive
15145
15146 2001-11-30 [hoa]        0.6.5claws45
15147
15148         * src/compose.c
15149                 slightly change bounce function to add
15150                 information about the user that bounced the mail
15151                 in the From header line.
15152
15153         * src/folderview.c
15154                 permit the use of processing in outbox folder.
15155
15156 2001-11-29 [paul]       0.6.5claws44
15157
15158         * src/mainwindow.[ch]
15159         * src/prefs_common.c
15160         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15161         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15162         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15163                 usability enhancements to the quoting, implements
15164                 use of Ctrl key to toggle quoting settings
15165                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15166
15167 2001-11-29 [paul]       0.6.5claws43
15168         
15169         * sync with sylpheed 0.6.5cvs19
15170                 see ChangeLog entry 2001-11-28
15171
15172 2001-11-29 [melvin]     0.6.5claws42
15173         * src/Makefile.am
15174                 added enriched.[ch] to the list of files
15175
15176         * src/textview.c
15177         * src/mimeview.c
15178         * src/procmime.[ch]
15179         * src/enriched.[ch]
15180                 added support to view text/enriched
15181                 added support to show headers in message view for text/enriched and text/html
15182                         in non multipart messages
15183
15184 2001-11-28 [paul]       0.6.5claws41
15185
15186         * more sync with sylpheed 0.6.5cvs18
15187                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15188
15189 2001-11-27 [paul]       0.6.5claws40
15190         
15191         * po/pt_BR.po
15192                 updated translation, submitted by Fabio Junior Beneditto
15193                 
15194         * sync with sylpheed 0.6.5cvs18
15195                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15196                 2001-11-27
15197
15198
15199 2001-11-26 [paul]
15200
15201         * po/es.po
15202                 updated translation, submitted by Ricardo Mones Lastra
15203
15204 2001-11-26 [alfons]
15205
15206         * src/matcher.c
15207                 add more translatable strings
15208
15209 2001-11-26 [christoph]  0.6.5claws39
15210
15211         * po/de.po      
15212                 fixed one more umlaut
15213         * src/compose.c
15214                 fix translated header when it should not be translated
15215
15216 2001-11-26 [paul]       0.6.5claws38
15217
15218         * src/mainwindow.c
15219                 remove '/Message/Add Sender to address book' from 
15220                 main_window_set_menu_sensitive(), prevent debug warning
15221                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15222
15223 2001-11-26 [paul]       0.6.5claws37
15224
15225         * src/summaryview.c
15226                 fix 'recurring unread state' bug 
15227
15228         * tools/README 
15229         * tools/filter_conv.pl
15230                 read name of top level mailbox from folderlist.xml
15231                 and presume nothing about its name              
15232
15233 2001-11-26 [darko]      0.6.5claws36
15234
15235         * src/gtkstext.[ch]
15236                 removed functions that are now in gtkutils.c
15237                 use gtkut_text_is_uri_string() from gtkutils.c
15238         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15239
15240 2001-11-26 [paul]       0.6.5claws35
15241
15242         * sync with sylpheed 0.6.5cvs16
15243                 see ChangeLog entries 2001-11-25 and 2001-11-26
15244
15245 2001-11-25 [alfons]     0.6.5claws34
15246
15247         EXPERIMENTAL!!! Please checkout the last stable version using: 
15248           
15249         % cvs update -r LAST_STABLE -dRAP
15250
15251         (Or help us testing this stuff.)
15252
15253         * src/filtering.c               (1.14)
15254         * src/filtering.h               (1.6)
15255         * src/inc.c                     (1.28)
15256         * src/matcher.c                 (1.20)
15257         * src/mbox.c                    (1.9)
15258         * src/procmsg.h                 (1.14)
15259         * src/summaryview.c             (1.59)
15260         * src/summaryview.h             (dunno)
15261                 revert/merge/sync to as it was before commit 
15262                 on Thu, 19 Jul 2001 10:15:51 -0700.
15263
15264 2001-11-25 [hoa]        0.6.5claws33
15265
15266         * src/main.c
15267                 processing mails at startup
15268
15269         * src/folderview.c
15270         * src/summaryview.[ch]
15271                 processing mails when entering folder
15272
15273         * src/prefs_filtering.c
15274                 fixed some UI bugs
15275
15276 2001-11-24 [alfons]     0.6.5claws32
15277
15278         * src/summaryview.[ch]
15279                 make summary sort headers work, and also make
15280                 sure the sort type is stored
15281
15282 2001-11-23 [alfons]     0.6.5claws31
15283
15284         * src/summaryview.[ch]
15285                 make lock work like mark
15286                 disallow deleting messages marked as locked
15287
15288 2001-11-23 [alfons]     0.6.5claws30
15289
15290         * src/gtkstext.c
15291         * src/compose.[ch]
15292         * src/Makefile.am
15293         * src/undo.[ch]
15294                 merge undo patch submitted by Jens
15295
15296 2001-11-23 [christoph]  0.6.5claws29
15297
15298         * src/.cvsignore
15299                 added ylwrap
15300         * src/compose.c
15301                 fixed gpg signing and encoding
15302         * src/folder.[ch]
15303         * src/main.c
15304                 added --status option to get new, unread and total
15305                 message count from a running sylpheed
15306         * src/prefs_common.c
15307                 temporary fix for reply_with_quote problem
15308                 (don't call functions for non existing widget)
15309         * src/procmsg.c
15310                 one more check for ignored threads but still not
15311                 always working correctly. probably a recursive
15312                 check for all parents is needed
15313
15314 2001-11-23 [darko]      0.6.5claws28
15315
15316         * src/compose.c
15317                 wrapping on send improvements
15318         * src/gtkutils.[ch]
15319                 fix for GtkSText after last sync with main branch
15320                 GTK_TEXT -> GTK_STEXT
15321
15322 2001-11-23 [paul]       0.6.5claws27
15323
15324         * sync with sylpheed 0.6.5cvs14
15325                 see ChangeLog entries 2001-11-22 and 2001-11-23
15326                 
15327         * po/de.po
15328                 fixed the scrambled umlauts 
15329                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15330
15331 2001-11-21 [paul]       0.6.5claws26
15332
15333         * sync with sylpheed 0.6.5cvs12
15334                 see 2nd ChangeLog entry dated 2001-11-20
15335
15336 2001-11-20 [paul]       0.6.5claws25
15337
15338         * sync with sylpheed 0.6.5cvs11
15339                 see ChangeLog entry 2001-11-19 (src/utils.c)
15340
15341 2001-11-20 [hiro]
15342
15343         * src/compose.c
15344                 GTK_TEXT -> GTK_STEXT
15345                 fix for wrong comment
15346
15347 2001-11-20 [hiro]       0.6.5claws24
15348
15349         * src/compose.[ch]
15350                 more merges from main branch
15351                 removed fatal warnings (uninitialized variables etc.)
15352                 some coding style fix
15353         * src/gtkutils.h
15354                 fixed typo.
15355         * src/addressbook.c
15356           src/addrindex.c
15357                 V-Card -> vCard
15358
15359 2001-11-19 [hoa]        0.6.5claws23
15360
15361         * src/filtering.c
15362         * src/prefs_scoring.c
15363         * src/matcher.[ch]
15364         * src/scoring.c
15365                 cleaning code
15366
15367         * src/matcher_parser_parse.y
15368         * src/prefs_filtering.c
15369                 bouncing
15370
15371 2001-11-19 [alfons]     0.6.5claws22
15372
15373         more of my old things into claws
15374
15375         * src/Makefile.am
15376         * src/prefs_common.c
15377         * src/procmsg.h
15378         * src/summaryview.[ch]
15379         * src/prefs_summary_column.c
15380         * src/pixmaps/locked.xpm
15381                 add indicators for locking of message in summary view
15382                 (does not work yet, only visual indicator)
15383
15384 2001-11-19 [paul]       0.6.5claws21
15385
15386         * sync with sylpheed 0.6.5cvs10
15387                 see ChangeLog entry 2001-11-19
15388
15389 2001-11-18 [alfons]     0.6.5claws20
15390         
15391         * src/filtering.c
15392                 remove an inadvertent free I forgot in previous clean up 
15393
15394 2001-11-18 [alfons]     0.6.5claws19
15395
15396         * src/filtering.[ch]
15397                 clean up & plug leaks
15398
15399 2001-11-18 [paul]       0.6.5claws18
15400
15401         * sync with sylpheed 0.6.5cvs9
15402                 see ChangeLog entries 2001-11-17 and 2001-11-18
15403
15404 2001-11-16 [paul]       0.6.5claws17
15405
15406         * sync with sylpheed 0.6.5cvs8
15407                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15408
15409 2001-11-16 [paul]       0.6.5claws16
15410
15411         * sync with sylpheed 0.6.5cvs7
15412                 see ChangeLog entries 2001-11-15 and 2001-11-16
15413
15414 2001-11-15 [hoa]        0.6.5claws15
15415
15416         * src/compose.c
15417                 fix bounce, mails we received couln't be bounced to ourself.
15418
15419         * src/defs.h
15420         * src/filtering.[ch]
15421         * src/matcher.[ch]
15422         * src/matcher_parser.h
15423         * src/matcher_parser_lex.l
15424         * src/matcher_parser_parse.y
15425         * src/inc.c
15426         * src/main.c
15427         * src/mbox.c
15428         * src/prefs_filtering.[ch]
15429         * src/mainwindow.c
15430         * src/prefs_matcher.c
15431         * src/prefs_scoring.c
15432         * src/scoring.[ch]
15433         * src/summaryview.c
15434                 new matcher/filter/score configuration file parser
15435                 one unique configuration file => ~/.sylpheed/matcherrc
15436                 import in currently automatic, then save are made
15437                 in this new file.
15438                 one filter per folder and one global filter
15439                 (filter of a folder will be used as folder processing)
15440
15441         * src/folder.c
15442                 fix a bug in folder_item_get_identifier
15443                 
15444         * src/messageview.c
15445                 receive receipt return are fixed.
15446
15447 2001-11-14 [alfons]     0.6.5claws14
15448
15449         * src/session.h
15450                 add things from main branch to make claws compile
15451
15452 2001-11-14 [paul]       0.6.5claws13
15453
15454         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15455                 see ChangeLog entries 2001-11-08 to 2001-11-14
15456
15457 2001-11-14 [hoa] 0.6.5claws12
15458
15459         * src/compose.[ch]
15460         * src/mainwindow.c
15461         * src/summaryview.c
15462                 add "bounce mail" option
15463
15464 2001-11-13 [christoph]  0.6.5claws11
15465
15466         * src/compose.c
15467                 Cleanup a mess i add before commiting
15468
15469 2001-11-13 [hoa]        0.6.5claws10
15470
15471         * src/compose.c
15472                 some fixes when mail are sent or
15473                 for crossposts
15474
15475 2001-11-13 [christoph]  0.6.5claws9
15476
15477         * po/de.po
15478                 Changed two string with the same translation
15479         * src/compose.c
15480         * src/procmsg.[ch]
15481         * src/send.[ch]
15482                 New mailsending process:
15483                   - Always queue message before sending
15484                     (message will be saved if sylpheed crashed or
15485                      freezes while sending)
15486                   - Allow queuing of newspostings
15487                   - No copy in outbox before sending
15488                     (closes bug #469501)
15489                   - No more redundant code for send and send_later
15490         * src/summaryview.c
15491                 Applied wwp <subscript@free.fr>'s patch that fixes
15492                 marks for multiple forwarded messages (+compose.c)
15493
15494 2001-11-12 [alfons]
15495
15496         * README.claws
15497                 remove things that are now in main branch
15498         
15499         * po/nl.po
15500                 update Dutch translation
15501
15502 2001-11-12 [mhadasht]   0.6.5.claws8
15503
15504         * src/prefs_common.c
15505                 re-enabled account autoselection feature for forward
15506                 and reedit lost during the branch point for SYNC-B4-REL
15507         * src/gtkspell.c
15508                 gtkpspell_get_dict(): more readable code (even if function is
15509                 not used yet)
15510         * ChangeLog.claws
15511                 added version number info to 2001-11-12 [hiro] comment.
15512
15513 2001-11-12 [hiro]       0.6.5.claws7
15514
15515         * src/compose.c
15516                 compose_forward(): fixed a bug that forward quote mark
15517                 wasn't used.
15518                 removed unnecessary code.
15519         * src/template_select.[ch]: removed.
15520
15521 2001-11-11 [alfons]
15522
15523         * src/compose.c
15524                 :%s/GTK_TEXT/GTK_STEXT/g
15525         
15526         * src/compose.[ch]
15527         * src/undo.[ch]
15528         * src/Makefile.am
15529                 revert the undo stuff (this is 0.6.6claws stuff)
15530
15531 2001-11-11 [hoa]        0.6.5.claws6
15532
15533         * src/compose.[ch]
15534                 Insert signature at the end of the text.
15535                 Added undo patch but currently disabled
15536
15537         * src/procmsg.c
15538                 Threading by subject improved.
15539
15540         * added src/undo.[ch]
15541                 Undo module for compose dialog box.
15542
15543 2001-11-11 [alfons]     0.6.5.claws5
15544
15545         * src/procmsg.c
15546                 prevent threading by subject on nodes that have already been
15547                 threaded by in-reply-to (as in "circular references in a tree
15548                 result in a dead branch")
15549
15550 2001-11-09 [hoa]        0.6.5.claws4
15551         
15552         * src/folderview.c
15553                 allows creation of mbox folder item from any files.
15554
15555 2001-11-09 [alfons]     0.6.5.claws3
15556         
15557         * src/utils.c
15558         * src/procmsg.c
15559                 do what I mean and correct threading by subject so it really
15560                 ignores attracting lines without "Re: "
15561
15562 2001-11-07 [alfons]     0.6.5.claws2
15563
15564         * src/procmsg.c
15565         * src/utils.[ch]
15566                 only attract by subject if a subject line starts with a "Re: "
15567         * src/syldap.c
15568                 remove warning
15569
15570 2001-11-07 [paul]       0.6.5claws1
15571
15572         * sync with sylpheed 0.6.5. release
15573                 see ChangeLog entry 2001-11-07
15574
15575 2001-11-07 [paul]       0.6.4claws31
15576
15577         * sync with sylpheed 0.6.4cvs18
15578                 see ChangeLog entries 2001-10-30 to 2001-11-07
15579                 prefs_templates.[ch] renamed prefs_template.[ch]
15580
15581 2001-11-06 [alfons]
15582         
15583         * src/utils.h
15584                 add semicolon Hoa forgot ;-)
15585                 
15586
15587 2001-11-06 [hoa]        0.6.4claws30
15588         
15589         * src/procmsg.c
15590         * src/summaryview.c
15591         * src/utils.c
15592         * src/utils.h
15593                 threading by subject - empty subject are ignored
15594
15595 2001-11-06 [christoph]  0.6.4claws29
15596
15597         * src/socket.c
15598                 use SSL_peek for sock_gets
15599         * src/utils.c
15600                 removed unneeded pointer in extracting quoted
15601                 names implementation
15602
15603 2001-11-06 [melvin]     0.6.4claws28
15604
15605         * src/gtkspell.c
15606                 fixed bug #476792 Selection overtyping with spell checker
15607                 fixed bug which could cause a buffer overflow
15608                 fixed a memory leak
15609
15610 2001-11-06 [hoa]        0.6.4claws27
15611         
15612         * src/procmsg.c
15613         * src/summaryview.c
15614                 threading by subject
15615
15616 2001-11-05 [alfons]     0.6.4claws26
15617         
15618         * README.claws
15619                 Claws -> Sylpheed (vice versa)
15620
15621         * src/compose.c
15622                 :%s/gtk_text/gtk_stext/g
15623                 :%s/GTK_TEXT/GTK_STEXT/g
15624                 (thanks to Jonathan Ware for spotting this)
15625
15626 2001-11-04 [christoph]  0.6.4claws25
15627
15628         * src/summaryview.c
15629                 replace Xalloca + strdup with Xstrdup_a
15630         * src/utils.c
15631                 better implementation of extracting quoted names
15632                 from addresses (remove backlashes and ignore
15633                 quotes after them)
15634
15635 2001-11-04 [alfons]     0.6.4claws24
15636
15637         * src/utils.[ch]
15638                 edit to comply more with coding style
15639
15640         * src/textview.c
15641                 fix bug reported by Kim Schulz. introduced by the patch integrated
15642                 in 0.6.4claws15. the code did not check the return value of
15643                 the html parser.
15644
15645         * AUTHORS
15646                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15647
15648 2001-11-04 [christoph]  0.6.4claws23
15649
15650         * src/main.c
15651         * src/prefs_common.[ch]
15652                 init some pointers that possibly caused a segfault
15653                 reported in the claws-users ML
15654
15655 2001-11-04 [hoa]        0.6.4claws22
15656
15657         * src/grouplistdialog.c
15658                 change the names of the nodes in the tree
15659
15660         * src/compose.c
15661                 enhanced mailto syntax as described in
15662                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15663                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15664
15665         * src/utils.c
15666                 encode and decode URI (useful when opening URL into
15667                 netscape).
15668
15669 2001-11-03 [hoa]        0.6.4claws21
15670
15671         * src/grouplistdialog.c
15672                 a new newsgroups list selection dialog box
15673                 with a CTree instead of a CList
15674
15675 2001-11-03 [hoa]        0.6.4claws20
15676
15677         * src/folderview.c
15678                 enable property and scoring options when right
15679                 click on "inbox"
15680
15681         * src/summaryview.c
15682                 fixed bug when nickname were displayed using
15683                 the address book.
15684
15685 2001-11-02 [darko]      0.6.4claws19
15686
15687         * src/compose.c
15688                 new wrap quotation and URL/long words wrapping implementation
15689         * src/compose.c src/gtkstext.[ch]
15690                 move gtkstext_strncmp() to gtkstext.c
15691
15692 2001-11-01 [christoph]  0.6.4claws18
15693
15694         * src/prefs_account.c
15695                 fixed mess in account settings dialog
15696         * src/prefs_folder_item.c
15697                 added label with folder path to dialog
15698
15699 2001-10-31 [match]      0.6.4claws17
15700
15701         * src/vcard.c
15702                 fix memory leak.
15703         * src/addrbook.c
15704                 fix generation of spurious address book file names.
15705                 remove redundant functions.
15706         * po/POTFILES.in
15707                 added missing file names.
15708
15709 2001-10-30 [paul]       0.6.4claws16
15710
15711         * sync with sylpheed 0.6.4cvs6
15712                 see ChangeLog entries 2001-10-26 to 2001-10-30
15713
15714         * tools/filter_conv.pl
15715                 read folderlist.xml to discover whether the top-level
15716                 folder is called 'Mailbox' or 'Mail' 
15717
15718 2001-10-29 [paul]       0.6.4claws15
15719
15720         * src/html.c, src/textview.c
15721                 activate links in html mail and fix clickable parts
15722                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15723
15724 2001-10-29 [paul]
15725
15726         * po/de.po, po/es.po, po/pt_BR/po
15727                 updated translations, submitted by Jens Oberender,
15728                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15729
15730 2001-10-29 [darko]      0.6.4claws14
15731
15732         * src/compose.c
15733                 fix wrapping for good
15734
15735 2001-10-29 [darko]
15736
15737         * src/compose.c
15738                 undo previous change as it broke the smart wrapping
15739
15740 2001-10-29 [darko]      0.6.4claws13
15741
15742         * src/compose.c
15743                 fix infinite loop when long URL is quoted
15744                 (closes bug #475122.
15745
15746 2001-10-28 [match]
15747
15748         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15749                 import Mutt address book
15750         * src/ldif.[ch] src/importldif.h
15751                 modified import LDIF handle user attributes
15752
15753 2001-10-28 [christoph]  0.6.4claws12
15754
15755         * src/summaryview.c
15756                 fixed that filtering did not work if there
15757                 were no filter rules
15758                 (closes bug #472003 and better implementation
15759                  of patch #474644)
15760
15761 2001-10-27 [christoph]  0.6.4claws11
15762
15763         * src/compose.c
15764                 make the folder's default account to be used when
15765                 replying. (patch by wwp <subscript@free.fr>)
15766         * src/compose.c
15767                 code cleanup, nearly killed all of wwp's patch
15768                 for folder's default account in compose
15769         * src/folderview.c
15770                 error panel when a folder could not be created
15771                 (closes bug #471080 new folder name & already
15772                  existing file)
15773
15774 2001-10-26 [alfons]
15775
15776         * src/utils.h
15777                 change prototype of strstr2() that Christoph forgot about
15778
15779 2001-10-26 [christoph]  0.6.4claws10
15780
15781         * src/account.c
15782                 made search for accounts by email address not case
15783                 sensitive
15784         * src/folder.c
15785                 fixed memory leak in folder_item_get_identifier
15786         * src/gtkspell.c
15787         * src/utils.c
15788                 fixed wrong strstr2 (should work like strstr)
15789
15790 2001-10-26 [darko]      0.6.4claws9
15791
15792         * src/compose.c src/gtkstext.[ch]
15793         * src/gtkstext.c
15794                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15795
15796 2001-10-26 [paul]       0.6.4claws8
15797
15798         * src/html.c
15799                 ignore css and javascript tags in html mail
15800                 case-insensitive, with or without double-quoted
15801                 strings
15802
15803 2001-10-26 [paul]       0.6.4claws7
15804
15805         * sync with sylpheed 0.6.4cvs1
15806                 see ChangeLog entry 2001-10-26
15807
15808         * src/prefs_account.c, src/prefs_common.c,
15809           src/prefs_summary_column.c
15810                 minor improvements to the English
15811
15812 2001-10-25 [alfons]     0.6.4claws6
15813
15814         * src/gtkstext.c
15815         
15816                 make GtkSText follow style of GtkText (closes bug 
15817                 #469211 "text selection while writing message")
15818                 
15819                 do sync with GTK 1.2.10
15820
15821 2001-10-25 [paul]       0.6.4claws5
15822
15823         * src/html.c
15824                 ignore css tags in html mail
15825
15826 2001-10-25 [darko]      0.6.4claws4
15827
15828         * src/compose.c
15829                 don't declare is_url_string as static function since
15830                 we need it in gtkstext.c
15831         * src/gtkstext.c
15832                 remove unused variable
15833                 don't wrap long URLs while composing a message
15834
15835 2001-10-24 [christoph]  0.6.4claws3
15836
15837         * src/socket.c
15838                 fix ssl deadlock, when peer closes connection
15839
15840 2001-10-24 [paul]       0.6.4claws2
15841
15842         * src/prefs_common.c
15843                 gettextize the gpg ascii-armored warning message
15844
15845         * src/compose.c
15846                 insert a DOS/MAC file into the composed message
15847                 (improvements)
15848
15849         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15850
15851 2001-10-22 [paul]       0.6.4claws1
15852
15853         * sync with sylpheed 0.6.4 release
15854                 see ChangeLog entries 2001-10-21
15855
15856         * po/fr.po, po/pt_BR.po
15857                 updated by Melvin Hadasht and Fabio Junior Beneditto
15858
15859 2001-10-21 [paul]       0.6.3claws30
15860
15861         * src/compose.c
15862                 insert a DOS text file from the compose window
15863                 into the composed message text (removes CRs characters)
15864                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15865
15866         * tools/filter_conv.pl, tools/README
15867                 automatically use ~/.sylpheed as working directory
15868                 print out confirmation message on completion
15869
15870         * correct Hoa's last ChangeLog.claws entry
15871
15872 2001-10-20 [hoa]        0.6.3claws29
15873
15874         * src/grouplistdialog.c
15875                 bugfix (another ?) to give the right
15876                 newsgroups list for each news server.
15877
15878         * src/news.c
15879         * src/news.h
15880                 improve the newsgroups list cache
15881
15882 2001-10-20 [paul]       0.6.3claws28
15883
15884         * sync with sylpheed 0.6.3cvs9
15885                 see ChangeLog entry 2001-10-19
15886
15887         * correct Alfons' last ChangeLog.claws entry
15888
15889 2001-10-19 [alfons]
15890
15891         * src/pgptext.[ch]
15892                 fix compilation problems (part of bug #472895)
15893
15894 2001-10-18 [hoa]        0.6.3claws27
15895
15896         * src/grouplistdialog.c
15897                 bugfix when we refresh was clicked (bug 472701)
15898
15899 2001-10-19 [christoph]  0.6.3claws26
15900
15901         * src/compose.c
15902                 last header entry should default to "To:" or
15903                 "Newsgroups:" and not copy the last entry line
15904                 in a new compose window
15905                 (closes bug #472686, #470792)
15906
15907 2001-10-19 [paul]       0.6.3claws25
15908
15909         * sync with Sylpheed 0.6.3cvs8
15910                 see ChangeLog entries 2001-10-18 and 2001-10-19
15911
15912 2001-10-18 [christoph]  0.6.3claws24
15913
15914         * src/procmsg.c
15915                 reimplement ignore thread
15916         
15917 2001-10-18 [hoa]        0.6.3claws23
15918
15919         * src/folderview.c
15920         * src/grouplistdialog.[ch]
15921                 enhanced news subscription interface (feature 469113)
15922
15923         * src/news.c
15924         * src/news.h
15925                 enchanced newsgroup listing,
15926                 now, we can get groups informations
15927                 (NNTPGroupInfo)
15928
15929 2001-10-18 [paul]       0.6.3claws22
15930
15931         * src/summaryview.c
15932                 remove comment (sync with main branch)
15933         * src/mainwindow.c
15934                 fix 'Re-edit' bug in 'Message' menu
15935
15936 2001-10-17 [christoph]  0.6.3claws21
15937
15938         * src/compose.c
15939                 ignore empty or whitespace only header lines
15940
15941 2001-10-17 [paul]       0.6.3claws20
15942
15943         * sync with sylpheed 0.6.3cvs7
15944                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15945                 2001-10-17
15946
15947 2001-10-17 [darko]
15948
15949         * src/compose.c
15950                 wrap long lines without spaces
15951                 don't wrap URLs
15952
15953 2001-10-16 [paul]
15954
15955         * po/es.po, po/nl.po, po/pt_BR.po
15956                 updated by Ricardo Mones Lastra, Alfons,
15957                 and Fabio Junior Beneditto
15958
15959         * sylpheed-0.6.3claws released
15960
15961 2001-10-15 [melvin] 0.6.3claws18
15962
15963         * README.claws
15964                 added summary and detailed installation instructions
15965                 for spell checker
15966         * po/fr.po
15967                 Updated, corrected and completed french translation
15968
15969 2001-10-15 [hoa] 0.6.3claws17
15970         * src/grouplistdialog.c
15971                 we can choose the newsgroups to display with wildcards
15972
15973 2001-10-15 [christoph]  0.6.3claws16
15974
15975         * src/account.c
15976         * src/compose.c
15977         * src/prefs_folder_item.[ch]
15978                 applied wwp <subscript@free.fr>'s folder
15979                 default account patch
15980         * po/de.po
15981                 Fixed wrong translation
15982
15983 2001-10-13 [alfons, christoph, melvin]  
15984                         0.6.3claws15
15985
15986         solution #2 to solve MT-safety problems defers all GUI related calls
15987         to the main thread using a gtk_idle_add() callback. discussed on
15988         ircnet #sylpheed, with christoph spotting some issues with the
15989         original code, and melvin allowing us to lobotomize his sylpheed.
15990
15991         * src/syldap.[ch], src/main.c
15992                 fix race problem in ldap search thread by deferring GUI 
15993                 stuff to main thread using gtk_idle_add()
15994
15995 2001-10-13 [paul]       0.6.3claws14
15996
15997         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15998                 add Sergey's smtpcred.patch
15999                 adds separate username/password setting for SMTP Auth
16000                 needed by some servers
16001                 (closes feature request #471659)
16002
16003 2001-10-13 [paul]       0.6.3claws13
16004
16005         * src/pgptext.[ch] **NEW FILES**
16006         * src/Makefile.am, src/messageview.c, src/mimeview.c
16007                 decrypt ascii-armored gpg text embedded in
16008                 the message body.
16009                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16010
16011 2001-10-13 [christoph]  0.6.3claws12
16012
16013         * README.claws
16014                 some more details on default to and
16015                 feature requests
16016         * src/main.c
16017                 init glib threading when ldap is used
16018         * src/syldap.c
16019                 threading fixes
16020         * po/de.po
16021                 fixed a typo
16022
16023 2001-10-12 [paul]       0.6.3claws11
16024
16025         * src/prefs_common.[ch], src/rfc2015.c
16026                 enable ascii-armored gpg text to be embedded in the
16027                 message body, selectable through the 'Privacy'
16028                 preferences. Supports encrypting only.
16029                 Submitted by Ravemax <ravemax@dextrose.com>
16030
16031 2001-10-12 [paul]       0.6.3claws10
16032
16033         * sync with sylpheed 0.6.3cvs6
16034                 see ChangeLog entries 2001-10-11 and 2001-11-12
16035
16036         * src/folderview.c
16037                 incorporated mbox folders, scoring, and folder
16038                 properties into the sync
16039
16040 2001-10-12 [darko]      0.6.3claws9
16041
16042         * README.claws
16043                 describe quotation wrapping
16044         * src/compose.c
16045                 don't treat tab as space to calculate line length properly
16046
16047 2001-10-11 [alfons]
16048
16049         * README.claws
16050                 correct description of how to make new filtering system work,
16051                 add some other things
16052                 
16053         * src/syldap.c
16054                 remove sched_yield() (not necessary / unportable)
16055
16056 2001-10-11 [paul]       0.6.3claws8
16057
16058         * sync with sylpheed 0.6.3cvs3
16059                 see ChangeLog entry 2001-10-10
16060
16061 2001-10-10 [christoph]  0.6.3claws7
16062
16063         * .cvsignore
16064                 ignore 2 files created by newer autotools
16065         * src/prefs_folder_item.c
16066                 using table for widget alignment
16067                 fixed memory leak and broken octal display
16068         * src/filesel.c
16069                 fixed segfault caused by lost filename
16070                 workaround (closes bug #469551)
16071
16072 2001-10-10 [paul]       0.6.3claws6
16073
16074         * sync with sylpheed 0.6.3cvs2
16075                 see ChangeLog entries 2001-10-09 and 2001-10-10
16076
16077 2001-10-10 [darko]      0.6.3.claws5
16078
16079         * src/gtkstext.c
16080                 proper calculation of right margin if smart wrapping is enabled
16081         * src/compose.c
16082                 automatically wrap long lines if wrap quotation is enabled
16083
16084 2001-10-09 [alfons]     0.6.3.claws4
16085
16086         * src/summaryview.c
16087                 select correct row when deleting last row in the summary view (and
16088                 close bug "[ #469104 ] select second last in list when deleting")
16089
16090 2001-10-09 [paul]       0.6.3claws3
16091
16092         * sync with sylpheed 0.6.3cvs1
16093                 updated some autotool scripts
16094
16095 2001-10-09 [darko]      0.6.3claws2
16096
16097         * src/gtkstext.[ch]
16098                 new name and mark with Sylpheed comment
16099         * src/compose.c
16100                 smart quotation wrapping a-la VIM
16101
16102 2001-10-08 [paul]       0.6.3claws1
16103
16104         * sync with sylpheed 0.6.3 release
16105                 see ChangeLog entry 2001-10-08
16106
16107 2001-10-08 [paul]       0.6.2claws24
16108
16109         * src/summaryview.c
16110                 more sync with sylpheed 0.6.2cvs12
16111                 Fixed the bug that didn't select the last row correctly
16112
16113
16114 2001-10-07 [paul]       0.6.2claws23
16115
16116         * sync with sylpheed 0.6.2cvs12
16117                 see ChangeLog entry 2001-10-07
16118
16119 2001-10-06 [match]
16120         * src/jpilot.[ch]
16121                 enable jpilot to read unsynch'ed addresses.
16122
16123         * src/editldap_basedn.c
16124                 fix segfault when opening dialog.
16125
16126 2001-10-06 [alfons]     0.6.2.claws22
16127
16128         * src/summaryview.c
16129                 fix bug with summary view selecting last *inserted*
16130                 node instead of last *visible* node. remember we
16131                 work with a tree
16132
16133 2001-10-06 [paul]       0.6.2claws21
16134
16135         * po/pt_BR.po
16136                 updated translation, contains some fixes and new
16137                 translations, submitted by Gustavo Noronha Silva
16138                 <kov@debian.org>
16139
16140         * src/prefs_common.c
16141                 change 'each' to 'every' - fix dubious English
16142
16143         * sync with sylpheed 0.6.2cvs11
16144
16145 2001-10-05 [alfons]     0.6.2claws20
16146
16147         * src/mainwindow.[ch], src/folderview.c
16148                 make composite tool button switch between "Compose News"
16149                 and "Compose Mail" depending on selected folder
16150                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16151
16152 2001-10-05 [paul]       0.6.2claws19
16153
16154         * src/mainwindow.c, src/summaryview.c
16155                 fix 'Message/Reply to all', broken in last commit
16156
16157         * src/compose.c
16158                 fix X_BEENTHERE seg fault, thanks to Alfons
16159
16160 2001-10-04 [paul]       0.6.2claws18
16161
16162         * src/compose.[ch], src/mainwindow.c
16163                 make "Message/Reply" reply to mailing lists; matches
16164                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16165                 based on portions of the patch submitted by
16166                 Junichi Uekawa <dancer@netfort.gr.jp>
16167
16168 2001-10-04 [darko]      0.6.2claws17
16169
16170         * src/compose.c
16171                 better smart wrapping
16172         * src/gtkstext.[hc]
16173                 a function to make text buffer contiguous
16174
16175 2001-10-03 [paul]       0.6.2claws16
16176
16177         * sync with sylpheed 0.6.2cvs10
16178
16179 2001-10-02 [alfons]
16180
16181         * configure.in
16182         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16183                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16184                 references to chinese translations (hope someone picks up
16185                 this)
16186
16187 2001-10-02 [christoph]  0.6.2claws15
16188
16189         * src/compose.c
16190                 fixed non translated header bug
16191         * ChangeLog.claws
16192                 fixed wrong date in alfons last entry ;)
16193
16194 2001-10-02 [alfons]     0.6.2claws14
16195
16196         * src/compose.c, src/prefs_common.[ch]
16197                 add block cursor option
16198
16199 2001-10-02 [paul]       0.6.2claws13
16200
16201         * sync with sylpheed 0.6.2cvs9
16202
16203 2001-09-30 [paul]       0.6.2claws12
16204
16205         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16206                 updated translations
16207
16208         * po/POTFILES.in
16209                 add 'src/importldif.c'
16210
16211         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16212                 added eudora-to-vCard conversion tool
16213                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16214
16215         * sync with sylpheed 0.6.2cvs8
16216
16217 2001-09-30 [paul]
16218
16219         * sylpheed-0.6.2claws released
16220
16221 2001-09-27 [melvin]     0.6.2claws11
16222
16223         * src/gtkspell.c
16224                 fixed crash when using default path (introduced 
16225                 in 0.6.2claws10)
16226                 fixed tiny bug for initial suggestion mode
16227
16228 2001-09-27 [melvin]     0.6.2claws10
16229         
16230         * src/gtkspell.c
16231                 fixed bug where gtkpspell didn't set the path correctly
16232
16233         * README.claws
16234                 added a paragraph about spell checking
16235                 
16236
16237
16238 2001-09-27 [paul]       0.6.2claws9
16239
16240         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16241                 replace '// comments' with '/* comments */' to prevent
16242                 some compiler warnings 
16243
16244         * sync with sylpheed 0.6.2cvs6
16245
16246 2001-09-26 [alfons]     0.6.2claws8
16247
16248         * src/messageview.c
16249                 introduce return receipt request notification again,
16250                 which was lost because of other semantics in 
16251                 procheader_parse() (???)
16252
16253 2001-09-26 [christoph]  0.6.2claws7
16254
16255         * src/compose.c
16256                 replace comments for old code with #if 0
16257                 readded auto cc, bcc and reply-to
16258         * src/prefs_matcher.c
16259         * src/prefs_scoring.c
16260                 removed some definition (was moved to
16261                 prefs.h)
16262
16263 2001-09-26 [paul]       0.6.2claws6
16264
16265         * src/mainwindow.c
16266                 make 'Follow-up and reply to' sensitive
16267
16268         * more sync with sylpheed 0.6.2cvs5
16269
16270 2001-09-25 [melvin]
16271
16272         * 0.6.2claws5
16273
16274         * src/gtkspell.c
16275                 fixed bug for "US-ASCII" introduced by the encoding code
16276
16277 2001-09-25 [paul]
16278
16279         * 0.6.2claws4
16280
16281         * src/prefs_common.[ch], src/summaryview.c
16282                 'next unread msg' 'go to next folder?' dialog can be
16283                 given default behaviour, either always show dialog,
16284                 or assume 'yes', or assume 'no'
16285                 Submitted by wwp <subscript@free.fr>
16286
16287 2001-09-25 [melvin]
16288                 
16289         * src/compose.c src/gtkspell.[ch]
16290                 added support for different encodings
16291
16292 2001-09-25 [paul]
16293
16294         * more sync with sylpheed 0.6.2cvs5
16295
16296 2001-09-24 [alfons]
16297         
16298         * src/prefs_folder_item.c
16299                 add check for item->prefs->default_to string is NULL and
16300                 add another check when freeing this string
16301
16302 2001-09-24 [paul]
16303
16304         * configure.in
16305                 change to version 0.6.2claws3
16306
16307         * sync with sylpheed 0.6.2cvs5 
16308
16309 2001-09-24 [match]
16310         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16311                 import LDIF files.
16312         * src/addrcache.[ch], addrindex.[ch]
16313                 small update for future
16314         * src/addrbook.c
16315                 fix test XML file.
16316
16317 2001-09-24 [melvin]
16318         * src/gtkspell.[ch]
16319                 added 'Learn from mistakes' option
16320                 better handling of quotes in checked words
16321                 sorted dict list
16322         * po/fr.po
16323                 small update for spell checking stuff
16324
16325 2001-09-23 [alfons]
16326         
16327         * src/gtkspell.c
16328                 edit a little bit so it complies more with main coding style
16329
16330 2001-09-23 [alfons]
16331
16332         * src/folder.[ch], prefs_folder_item.c, compose.c
16333                 migrate "request return receipt" folder property
16334                 to folderlist.xml
16335
16336 2001-09-22 [alfons]
16337
16338         * README.claws **NEW**
16339                 (add things of interest for users of main branch 
16340                 and claws here)
16341
16342         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16343                 re-implement threading per folder option, but store 
16344                 the setting in folderlist.xml (where it belongs)
16345
16346 2001-09-21 [melvin]
16347
16348         * src/gtkspell.[ch]
16349                 fixed bug when compose window is under another window
16350         * src/prefs_common.[ch] src/compose.c
16351                 changed 'dictionary_path' to 'dictionary' to be consistent
16352                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16353         * ac/pspell.m4 src/Makefile.am 
16354                 dropped PSPELL_PATH macro
16355         * po/fr.po
16356                 updated translations
16357
16358 2001-09-21 [christoph]
16359
16360         * src/compose.c
16361                 added border around header fields
16362                 keep header type when new field is added
16363
16364 2001-09-20 [christoph]
16365
16366         * src/utils.[ch]
16367                 more portable debug_print with source filename
16368                 and linenumber
16369         * src/procmsg.c
16370                 more newlines after debug messages
16371
16372 2001-09-20 [paul]
16373
16374         * configure.in
16375                 change to version 0.6.2claws2
16376
16377         * sync with sylpheed 0.6.2cvs3
16378
16379 2001-09-19 [melvin]
16380
16381         * src/gtkspell.c
16382                 fixed the post-right-click focus pb
16383                 fixed crash when 'Spell check all' after dict change 
16384                         and when cursor is at the end of the text
16385                 shift-right-click pops up config menu even on misspelled words.
16386         * po/POTFILES.in
16387                 added gtkspell.c
16388
16389 2001-09-19 [melvin]
16390
16391         * src/about.c
16392                 added pspell to compiled-in features list
16393
16394 2001-09-18 [melvin]
16395
16396         * switched to pspell and dropped ispell
16397         * ac/pspell.m4
16398                 new file. autoconf macro for pspell
16399         * ac/Makefile.am 
16400         * configure.in acconfig.h
16401                 added pspell support
16402         * src/Makefile.am
16403         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16404         * src/prefs_common.[ch] 
16405                 added pspell support
16406
16407 2001-09-18 [christoph]
16408
16409         * src/addr_compl.c
16410         * src/template.[ch]
16411                 replace LOG_MESSAGE with debug_print
16412         * src/compose.[ch]
16413                 gui improvements
16414         * src/menu.c
16415                 added newline after debug message
16416         * src/utils.h
16417                 using __VA_ARGS__ for debug_print macro
16418         * tools/.cvsignore
16419                 ignore Makefile and Makefile.in
16420
16421 2001-09-18 [paul]
16422
16423         * configure.in
16424                 change to version 0.6.2claws1
16425         * sync with sylpheed 0.6.2cvs1
16426
16427         * src/matcher.c 
16428         * src/prefs_matcher.c
16429                 add 'score equal to' option, submitted by
16430                 Paul Evans <nerd@freeuk.com>
16431
16432 2001-09-15 [christoph]
16433
16434         * src/mainwindow.c
16435                 comment out menu entry not existing in claws
16436         * src/menu.c
16437                 add debug output for non existing menu entries
16438         * src/summaryview.c
16439                 fix next/prev unread message for ignored threads
16440         * src/utils.[ch]
16441                 add sourcefile and line number to debug output
16442                 otherwise it is sometimes hard to find the
16443                 source code part if debug messages are translated
16444
16445 2001-09-14 [darko]
16446         
16447         * src/folderview.c
16448                 refresh target folder style after colour is changed
16449
16450 2001-09-13 [paul]
16451
16452         * configure.in
16453                 change to version 0.6.1claws3
16454
16455         * sync with sylpheed 0.6.1cvs6
16456
16457 2001-09-13 [darko]
16458         
16459         * src/folderview.c
16460                 fix target folder colourization to use user selected colour
16461
16462 2001-09-12 [darko]
16463         
16464         * src/summaryview.c
16465                 fix crash when message that is marked for copy/move is unmarked
16466
16467 2001-09-09 [paul]
16468
16469         * configure.in
16470                 change to version 0.6.1claws2
16471
16472         * sync with sylpheed 0.6.1cvs3
16473
16474 2001-09-09 [alfons]
16475         
16476         * src/folderview.c
16477                 fix bug with default font used for trash folder text
16478
16479 2001-09-06 [paul]
16480
16481         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16482                 updated translations
16483
16484         * configure.in
16485                 change to version 0.6.1claws1
16486
16487         * sync with sylpheed 0.6.1cvs2
16488
16489 2001-09-03 [paul]
16490
16491         * po/POTFILES.in
16492                 add Match's new addressbook
16493
16494         * po/de.po
16495                 updated translation submitted by Jens Oberender
16496
16497 2001-09-02 [paul]
16498
16499         * configure.in
16500                 change to 0.6.1claws
16501         * sync with sylpheed 0.6.1 release
16502
16503 2001-09-02 [paul]
16504
16505         * configure.in
16506                 change to 0.6.0claws2
16507
16508         * sync with sylpheed 0.6.0cvs4
16509
16510         * po/pt_BR.po
16511                 updated translation submitted by Fabio Junior Beneditto
16512
16513 2001-09-01 [match]
16514         * pixmaps/
16515                 interface.xpm
16516                 book.xpm
16517                 address.xpm
16518         * src/
16519                 Makefile.am
16520                 a ton of new files
16521
16522 2001-08-31 [paul]
16523
16524         * configure.in
16525                 change to version 0.6.0claws1
16526
16527         * sync with sylpheed 0.6.0cvs1
16528
16529         * po/es.po
16530                 updated translation submitted by Ricardo Mones Lastra
16531
16532         * po/POTFILES.in
16533                 add 'src/prefs_templates.c'
16534
16535         * src/compose.c, src/summaryview.c
16536                 fix segfault on 'Re_edit'               
16537
16538 2001-08-30 [alfons]
16539
16540         * configure.in, Makefile.am
16541         * tools/Makefile.am
16542                 add tools directory to source distribution
16543
16544 2001-08-30 [paul]
16545
16546         * configure.in
16547                 change to version 0.6.0claws
16548
16549         * sync with sylpheed 0.6.0 release
16550
16551 2001-08-30 [christoph]
16552
16553         * configure.in
16554                 removed autoconf version check
16555
16556 2001-08-30 [paul]
16557
16558         * src/account.c, src/compose.c, src/prefs_common.[ch]
16559         * src/procheader.[ch] src/utils.[ch]
16560                 Enhanced automatic account selection on replies
16561                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16562
16563         * configure.in
16564                 add LDAP and JPilot to the configuration results output.
16565
16566 2001-08-29 [christoph]
16567
16568         * src/summeryview.c
16569                 no bold font for ignored threads
16570
16571 2001-08-29 [paul]
16572
16573         * configure.in
16574                 change to version 0.5.3claws6
16575
16576         * sync with sylpheed 0.5.3cvs10
16577                 src/stringtable.[ch]: New Files
16578
16579         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16580         * src/pixmaps/sylpheed.xpm
16581                 add mini-icons to windows (by Alfons)
16582
16583 2001-08-27 [paul]
16584
16585         * src/mainwindow.c
16586                 new functions: next_labeled_cb(), prev_labeled_cb()
16587
16588         * src/summaryview.c
16589                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16590                 summary_select_next_labeled(), summary_select_prev_labeled()
16591
16592         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16593                 give claws blue folders and a blue trash can
16594
16595 2001-08-27 [paul]
16596
16597         * configure.in
16598                 change to version 0.5.3claws5
16599
16600         * sync with sylpheed 0.5.3cvs9
16601                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16602
16603 2001-08-24 [christoph]
16604
16605         * src/filesel.c
16606                 keep filename when browsing directories
16607                 (not working for user entered filename, but
16608                  for default name and selected filename from
16609                  file list)
16610         * src/mainwindow.c
16611                 fixed wrong spelling "Folllow-up"
16612         * src/mbox_folder.c
16613         * src/procmsg.c
16614         * src/summaryview.c
16615                 fixed new/unread message count with ignored
16616                 threads (2 commits, first didn't notice no
16617                 longer needed decreasing)
16618         * src/inc.c
16619                 readded scrolling of progress dialog
16620                 (lost in sync)
16621
16622 2001-08-24 [paul]
16623
16624         * configure.in
16625                 change to 0.5.3claws4
16626
16627         * sync with sylpheed 0.5.3cvs7
16628
16629 2001-08-24 [christoph]
16630
16631         * src/compose.c
16632                 set request return receipt when replying
16633                 if it is set is the folder prefs of the
16634                 message
16635         * src/inc.c
16636                 disable final error popup if popups are
16637                 disabled in config (again)
16638
16639 2001-08-23 [paul]
16640
16641         * configure.in
16642                 Change version number to 0.5.3claws3
16643
16644         * sync with sylpheed 0.5.3cvs5
16645
16646         * src/mimeview.c
16647                 double quote '%s' in 'gedit %s' to fix bug when
16648                 opening attachment with spaces in the name
16649
16650 2001-08-22 [alte]
16651         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16652           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16653                 initial message templates support
16654
16655
16656 2001-08-22 [paul]
16657
16658         * configure.in
16659                 change version number to 0.5.3claws2
16660
16661         * sync with sylpheed 0.5.3cvs4
16662
16663         * src/procmsg.h src/summaryview.c
16664                 re-implement (un)ignore thread
16665
16666 2001-08-21 [paul]
16667
16668         * src/summaryview.c
16669                 remove unnecessary code
16670         * src/compose.c
16671                 enable 'dynamic' signatures (submitted by
16672                 Eric Limpens <eric@hscg-internet.nl>)
16673
16674 2001-08-21 [paul]
16675
16676         clean up after sync with sylpheed 0.5.3 release
16677
16678         * src/folderview.c
16679                 fix re-introduced font mess, see Christoph's
16680                 entry 2001-06-24
16681
16682         * src/summaryview.c
16683                 remove prev_msgnum
16684                 use sylpheed's small font instead of
16685                 gtk default font for summary view
16686
16687
16688 2001-08-17 [paul]
16689
16690         * configure.in
16691                 add pl to ALL_LINGUAS - sync with main branch
16692
16693         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16694                 Updated. Translations by Jens Oberender, Ricardo Mones
16695                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16696
16697         * po/pl.po  ** NEW FILE **
16698                 sync with the main branch
16699
16700         * src/folderview.c
16701                 fix target folder colorizing and refresh problem
16702
16703
16704 2001-08-17 [christoph]
16705
16706         * src/mainwindow.c
16707                 claws uses 4 colors for target folder coloring.
16708                 arrays were not long enough and destroyed the
16709                 stack causing a segfault.
16710                 target folder colorizing does not work anymore
16711                 for me
16712
16713 2001-08-16 [paul]
16714
16715         * configure.in
16716                 change to version 0.5.3claws1
16717
16718         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16719           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16720           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16721
16722                 sync with sylpheed 0.5.3 release, but keep claws method of
16723                 configuring/saving fonts
16724
16725         * src/addressbook.[ch]
16726                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16727                 in line with a similar change in Hiroyuki's branch
16728
16729         * src/mainwindow.[ch]
16730                 disable main_window_set_thread_option()
16731         * src/prefs_folder_item.c
16732                 comment out &tmps_prefs.enable_thread,
16733         * src/mbox_folder.c, src/procmsg.[ch]
16734                 comment out MSG_IS_IGNORE_THREAD
16735         * src/summaryview.c
16736                 comment out summary_ignore_thread() and summary_unignore_thread()
16737                 comment out MSG_IS_IGNORE_THREAD
16738
16739                 use Hiroyuki's threading instead.
16740
16741
16742
16743 2001-08-15 [paul]
16744
16745         * src/account.c
16746                 use Hiroyuki's 0.5.3 column scheme but also
16747                 include the enable/disable button.
16748         * src/pixmaps/mark.xpm
16749                 add Hiroyuki's amended pixmap
16750
16751 2001-08-13 [christoph]
16752
16753         * src/account.c
16754                 receive at get all column showed wrong state for APOP
16755                 button should only work for POP3 and APOP accounts
16756         * src/prefs_account.c
16757                 added missing preprocessor statement for SSL
16758
16759 2001-08-12 [paul]
16760
16761         * src/account.[ch]
16762                 add 'receive at get all' column and enable/disable
16763                 button.
16764
16765 2001-08-06 [christoph]
16766
16767         * src/account.c
16768                 show usage of SSL in protocol column
16769
16770         * src/imap.c
16771         * src/inc.c
16772                 renamed ssl options
16773
16774         * src/prefs_account.[ch]
16775                 moved ssl options to a new page
16776
16777         * src/send.c
16778         * src/smtp.c
16779         * src/ssl.[ch]
16780                 renamed ssl options
16781                 added support for SMTP STARTTLS command
16782
16783 2001-08-05 [christoph]
16784
16785         * configure.in
16786                 debian autoconf needs version check to find
16787                 correct autoconf version. if the file is
16788                 named configure.in 2.13 is used, which does
16789                 not work with this configure.in script.
16790                 other solution would be to rename the script
16791                 to configure.ac as suggested in the autoconf
16792                 manual.
16793
16794         * src/inc.c
16795                 disable final error popup if popups are
16796                 diabled in config
16797
16798         * src/socket.c
16799                 bugfix in ssl_gets
16800                 fixes IMAP over SSL problem
16801
16802 2001-08-03 [paul]
16803
16804         * configure.in
16805                 change to 0.5.2claws1
16806
16807         * sync with sylpheed 0.5.2cvs1
16808
16809 2001-08-02 [alfons]
16810
16811         * configure.in
16812                 quick fix for ispell detection...
16813
16814 2001-08-01 [paul]
16815
16816         * configure.in
16817                 change to 0.5.1claws4
16818
16819         * sync with sylpheed 0.5.1cvs7
16820
16821 2001-07-31 [alfons]
16822
16823         * src/prefs_common.c, src/prefs_common.h, 
16824           src/gtkspell.c, src/gtkspell.h
16825                 add global spelling checker settings (compose tab) +
16826                 selection of dictionary 
16827           
16828         * configure.in  
16829                 guess valid ispell location
16830
16831 2001-07-31 [paul]
16832
16833         * po/POTFILES.in
16834                 removal of 'src/quote_fmt_parse.c'
16835         * po/de.po
16836                 Updated de.po
16837                 (submitted by Jens Oberender <didge@suse.de>)
16838
16839 2001-07-31 [darko]
16840
16841         * src/folder.[ch]
16842         * src/folderview.[ch]
16843         * src/mainwindow.c
16844         * src/mh.c
16845         * src/prefs_common.[ch]
16846         * src/summaryview.c
16847                 target folder colourization
16848
16849 2001-07-30 [paul]
16850
16851         more sync with Sylpheed 0.5.1cvs6 
16852
16853 2001-07-30 [darko]
16854
16855         * src/mh.c
16856         * src/prefs_folder_item.[hc]
16857         * src/summaryview.c
16858                 shared folders support with a GUI
16859
16860 2001-07-29 [paul]
16861
16862         0.5.1claws3
16863
16864         * sync with Sylpheed 0.5.1cvs6
16865
16866 2001-07-29 [paul]
16867
16868         * po/pt_BR.po
16869                 updated
16870                 (submitted by Fabio Junior Beneditto)
16871
16872 2001-07-28 [paul]
16873
16874         * src/procmime.c
16875         * AUTHORS
16876                 patch to correct bad image mime headers
16877                 (submitted by Don Quijote <dq@searchlores.org>)
16878
16879 2001-07-28 [paul]
16880
16881         * tools/gif2xface.pl   **NEW FILE**
16882         * tools/README
16883                 script to convert file.gif to file.xface for
16884                 use in a custom header.
16885                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16886
16887 2001-07-27 [alfons]
16888         
16889         * configure.in
16890                 change macros for detecting JPilot and LDAP
16891
16892 2001-07-27 [christoph]
16893
16894         * src/filtering.c
16895                 code cleanup (MIN / MAX warning, needed casting)
16896
16897 2001-07-27 [alfons]
16898
16899         * procheader.c
16900                 disallow setting flags when detecting certain headers
16901                 (X-Status, Status, Seen, X-Seen). 
16902         
16903         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16904
16905 2001-07-27 [christoph]
16906
16907         * src/prefs_filter.c
16908         * src/prefs_filtering.c
16909         * src/prefs_matcher.c
16910         * src/prefs_scoring.c
16911                 scroll list when moving rows up or down
16912
16913         * src/imap.c
16914         * src/imap.h
16915         * src/prefs_account.c
16916         * src/prefs_account.h
16917         * src/send.c
16918                 SMTP over SSL (untested, feedback requested)
16919                 IMAP over SSL
16920
16921         * src/ssl.c
16922                 code cleanup
16923
16924 2001-07-26 [alfons]
16925         
16926         * configure.in, acconfig.h
16927                 define CLAWS (need this for main / claws detection)
16928
16929 2001-07-25 [alfons]
16930
16931         * configure.in
16932                 Sylpheed 0.5.1claws2
16933                 
16934         * sync with Sylpheed 0.5.1cvs4
16935
16936 2001-07-25 [christoph]
16937
16938         * src/scoring.c
16939                 fixed segfault
16940                 item->prefs == NULL (don't know why)
16941
16942 2001-07-25 [alfons]
16943
16944         * configure.in
16945                 Sylpheed 0.5.1claws1
16946
16947         * sync with Sylpheed 0.5.1cvs1-3
16948
16949 2001-07-24 [christoph]
16950
16951         * src/folderview.c
16952         * src/prefs_folder_item.[ch]
16953                 added folderitem preferences dialog with
16954                 default To: and auto request return receipt
16955
16956         * src/compose.[ch]
16957         * src/menu.[ch]
16958                 changes to handle new folderitem preferences
16959
16960         * src/mainwindow.c
16961         * src/summaryview.c
16962                 call compose new mail with current folderitem
16963
16964 2001-07-24 [alfons]
16965
16966         Release Sylpheed 0.5.1claws
16967
16968         * configure.in
16969                 change to release version 0.5.1claws
16970
16971 2001-07-24 [christoph]
16972
16973         * src/summaryview.c
16974                 fixed segfault that happend when the selected
16975                 message was removed while retrieving new messages.
16976
16977         * po/es.po
16978                 updated translation
16979                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16980
16981 2001-07-22 [alfons]
16982
16983         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16984         this is a work in progress, for more information: http://nlpagan.net/sylman 
16985         
16986         * configure.in, src/mainwindow.c, manual/Makefile.am
16987                 add support for English manual
16988
16989         * AUTHORS
16990                 add authors of user manuals
16991
16992         * manual/en/sylpheed*.html
16993                 add English documentation
16994
16995 2001-07-22 [christoph]
16996
16997         * po/POTFILES.in
16998                 added src/ssl.c
16999         * src/ssl.c
17000                 changed a wrong debug message
17001
17002 2001-07-22 [alfons]
17003
17004         * po/nl.po
17005                 update Dutch translation
17006
17007         * src/prefs_filtering.c, 
17008           src/prefs_matcher.c
17009                 add more translatable strings           
17010
17011 2001-07-21 [alfons]
17012
17013         0.5.0claws7
17014
17015         * configure.in
17016                 change version
17017
17018         * src/inc.c, src/summaryview.[ch]
17019                 prevent update of mark file when filtering has done, by
17020                 using a variable; this affects two functions:
17021                         inc.c::inc_finished()
17022                         summaryview.c::summary_show()
17023
17024 2001-07-20 [alfons]
17025
17026         * src/filtering.[ch], src/prefs_filtering.c, 
17027           src/matcher.[ch]
17028                 add filtering action for label coloring 
17029
17030         * po/POTFILES.in
17031                 add labelcolors.c
17032
17033         * added src/labelcolors.c
17034         * added src/labelcolors.h
17035         * src/Makefile.am, src/summaryview.c
17036                 rearrange label coloring code
17037
17038         * src/procmsg.h
17039                 add more parentheses so label colouring works correctly
17040
17041         * src/filtering.c
17042                 don't really delete message, but move it to Trash
17043
17044         * src/prefs_matcher.c
17045                 add quote options to info dialog
17046
17047 2001-07-20 [christoph]
17048
17049         * src/Makefile.am
17050         * src/inc.c
17051         * src/main.[ch]
17052         * src/socket.h
17053         * src/ssl.[ch] (new)
17054                 moved ssl stuff to a seperate file
17055
17056 2001-07-20 [darko]
17057
17058         * src/summaryview.c
17059                 fix show sender using address book with no e-mail
17060                 address in From: field
17061
17062 2001-07-19 [alfons]
17063
17064         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17065                 fix messy handling of escaping... now at least the
17066                 execute command is useful. escape char is '\', we
17067                 accept \n and \r too. 
17068
17069                 Real life example:
17070                 
17071                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17072                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17073
17074 2001-07-18 [alfons]
17075
17076         0.5.0claws6
17077
17078         * src/summaryview.c
17079                 clean up
17080
17081         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17082           src/procmsg.[ch]
17083                 revise filtering; currently move, copy, marking have
17084                 been tested. if you like bleeding edge stuff, you
17085                 should definitely go for this version :)
17086
17087         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17088
17089 2001-07-17 [christoph]
17090
17091         * src/utils.c
17092                 timestamp log
17093
17094 2001-07-17 [alfons]
17095
17096         0.5.0claws5
17097
17098         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17099           bits in the mark file, without affecting either branch. Lots of
17100           files changed, also in claws branch.
17101
17102           UNTESTED: use of mbox folders
17103
17104         * src/summaryview.c
17105                 added mark all read; however this was a quick hack used for
17106                 cleaning up mess after initial merge with Hiroyuki
17107
17108         * configure.in
17109                 change claws version number back to 0.5.0claws5 to clear up 
17110                 confusion & pretension (recent release was technically 
17111                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17112
17113 2001-07-16 [alfons]
17114
17115         sync with Hiroyuki's 0.5.0cvs4
17116
17117 2001-07-16 [alfons]
17118
17119         0.5.1claws3
17120
17121         * src/filtering.[ch]
17122                 remove invalid updating of mark files for 
17123                 filter actions MATCHING_ACTION_MOVE and 
17124                 MATCHING_ACTION_DELETE; this should fix the
17125                 folder update bug
17126                 
17127         * src/procmsg.c
17128                 revert Christoph's stab at fixing the folder 
17129                 update bug
17130
17131         * po/POTFILES.in
17132                 add missing files with translatable strings
17133
17134         * src/summaryview.c
17135                 remove debug print
17136
17137 2001-07-15 [alfons]
17138
17139         * src/addr_compl.[ch], src/prefs_filtering.c
17140                 make "filtering pref dialog's destination entry" an
17141                 "address completable entry", if filter destination is 
17142                 an email address
17143
17144         0.5.1claws2
17145         
17146         sync with Hiroyuki's 0.5.0cvs2-3
17147
17148 2001-07-15 [christoph]
17149
17150         * src/procmsg.c
17151                 fixed folder stats update after incorporation
17152
17153 2001-07-15 [alfons]
17154
17155         * src/summaryview.c
17156                 * finish label colouring stuff (for now)
17157                 * fix incorrect colour bug (off by one) 
17158
17159 2001-07-14 [alfons]
17160
17161         * src/mainwindow.c
17162                 change text labels for news and mail message so there's
17163                 plenty of toolbar estate left
17164
17165         * configure.in
17166                 0.5.1claws1
17167
17168         * src/folderview.c
17169           src/folder.[ch]
17170                 sync with Hiroyuki's 0.5.0cvs1
17171
17172         * src/summaryview.c
17173                 more rewrite label colouring
17174
17175 2001-07-14 [alfons]
17176
17177         * src/summaryview.[ch]
17178                 * start rewrite label colouring 
17179                 * fix proper location "Add Sender To Addressbook" menu item
17180
17181 2001-07-13
17182
17183         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17184         (actually this is 0.5.0claws4)
17185
17186 2001-07-13 [alfons]
17187
17188         * po/pt_BR.po
17189                 * fix duplicate message
17190                 * add updated Portugese / Brazilian translation
17191                   submitted by Fabio Junior Beneditto
17192
17193 2001-07-12 [alfons]
17194
17195         * AUTHORS
17196                 add Jens
17197
17198         * po/nl.po
17199                 add updated Dutch translation
17200
17201         * po/de.po
17202                 add updated German translation submitted by Jens
17203
17204 2001-07-11 [alfons]
17205
17206         Prerelease before 0.5.0claws. Please test.
17207         This version is temporarily tagged as VERSION_0_5_0_TEST
17208
17209         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17210           src/prefs_scoring.c, src/prefs_matcher.c, 
17211           src/prefs_filtering.c, src/mbox.c, 
17212           src/main.c, src/inc.c, src/filtering.[ch]
17213                 revert new Hoa's new matcher (does not work yet)
17214
17215         * src/Makefile.am
17216                 clean up
17217
17218 2001-07-10
17219
17220         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17221
17222
17223 2001-07-10 [alfons]
17224
17225         * Makefile.am
17226                 add ChangeLog.claws to EXTRA_DIST
17227         * src/Makefile.am
17228                 add matcher_parser_parse.h to EXTRA_DIST
17229
17230 2001-07-10 [christoph]
17231
17232         * src/inc.c
17233                 add destination folder to table of
17234                 folders that need to be updated after
17235                 incorporation
17236
17237 2001-07-10 [alfons]
17238
17239         * folder.[ch]
17240           folderview.c
17241                 make collapse state of folders and folder items persistent, i.e.
17242                 if you collapse a folder tree, the next time sylpheed-claws starts 
17243                 up the folder tree remains collapsed.  
17244                 
17245 2001-07-10 [christoph]
17246
17247         * acconfig.h
17248         * configure.in
17249                 added --enable-ssl
17250         * src/md5.[ch]
17251                 renamed MD5_CTX to MD5_CTX_syl
17252                 conflicts with a struct in openssl
17253         * src/inc.c
17254         * src/main.[ch]
17255         * src/prefs_account.[ch]
17256         * src/socket.[ch]
17257                 SSL support for POP
17258         * src/mainwindow.c
17259                 fixed compose with current account
17260                 broken by new compose button stuff
17261
17262 2001-07-09 [hoa]
17263
17264         * AUTHORS
17265                 changed my email address
17266
17267         * src/matcher_parser_parse.y
17268                 clean the parser to remove conflicts
17269
17270 2001-07-09 [alfons]
17271
17272         * AUTHORS
17273                 add Match Grun
17274
17275         * configure.in
17276                 fix incorrect description of --enable-ldap parameter
17277
17278         * src/prefs_common.[ch]
17279           src/compose.c
17280                 add experimental option "smart wrapping" which makes the
17281                 compose editor auto wrap.
17282                 
17283                 | TODO: the problem with the buggy cursor handling is caused |
17284                 | by the GtkText. when deleting / backspacing text its       |
17285                 | wrapping algorithm does not take in account the previous   |
17286                 | line. should find a way to hack this in.                   |
17287                 | or should perhaps combine this with the word wrapping      |
17288                 | patch i wrote in january.                                  |
17289
17290         * src/about.c
17291                 show build parameters for LDAP and JPilot
17292
17293         * src/summaryview.c
17294                 revert Christoph's bugfix for selecting next unread message, 
17295                 because folder stats aren't updated correctly
17296
17297 2001-07-08 [hoa]
17298
17299         * src/filtering.c
17300         * src/mainwindow.c
17301         * src/matcher.c
17302         * src/matcher_parser_lex.l
17303         * src/matcher_parser_parse.y
17304         * src/prefs_filtering.c
17305         * src/prefs_scoring.c
17306         * src/scoring.c
17307                 bugfix of the config file parser
17308
17309 2001-07-08 [alfons]
17310
17311         * src/Makefile.am
17312                 added generated matcher sources to BUILT_SOURCES
17313
17314 2001-07-08 [hoa]
17315
17316         * src/Makefile.am
17317         * src/.cvsignore
17318                 added new config file parser
17319
17320         * src/scoring.[ch]
17321         * src/filtering.[ch]
17322         * src/matcher.[ch]
17323         * src/prefs_filtering.c
17324         * src/prefs_matcher.c
17325         * src/prefs_scoring.c
17326         * added src/matcher_parser.h
17327         * added src/matcher_parser_lex.h
17328         * added src/matcher_parser_lex.l
17329         * added src/matcher_parser_parse.y
17330                 lex & yacc config file parser
17331
17332         * src/mbox.c
17333         * src/inc.c
17334         * src/main.c
17335                 changes prefs_filtering into global_filtering           
17336
17337         * src/summaryview.c
17338                 build threads with subjects only if "Re: " is at the
17339                 beginning of the subject
17340
17341 2001-07-07 [paul]
17342
17343         0.5.0claws
17344
17345         sync with sylpheed 0.5.0
17346                 change of version number only
17347
17348 2001-07-06 [paul]
17349
17350         0.5.0claws5
17351
17352         sync with sylpheed 0.5.0pre5
17353
17354 2001-07-05 [paul]
17355
17356         sync with sylpheed 0.5.0pre4 release
17357                 /po and /manual/ja not sync'ed
17358
17359 2001-07-04 [paul]
17360
17361         more sync with sylpheed 0.5.0pre4
17362
17363 2001-07-03 [christoph]
17364
17365         * src/addressbook.c
17366                 fixed address book broken by address book
17367                 for VCard, JPilot, LDAP
17368
17369 2001-07-03 [alfons]
17370
17371         * src/matcher.c
17372         * src/textview.c
17373                 stopped memory leaks
17374
17375 2001-07-03 [paul]
17376
17377         more sync with sylpheed 0.5.0pre4
17378
17379 2001-07-02 [match]
17380
17381         * included address book patch for VCard, JPilot, LDAP
17382         * pref_common.c - fixed Font options on Display tab (cosmetic)
17383         * alertpanel.c - fixed truncated message
17384
17385 2001-07-02 [christoph]
17386
17387         * src/mbox_folder.c
17388         * src/procmsg.[ch]
17389         * src/summaryview.c
17390                 mark threads for ignoring
17391
17392 2001-07-02 [paul]
17393
17394         0.5.0claws4
17395
17396         * sync with sylpheed 0.5.0pre4
17397                 updated gettext to 0.10.38.
17398
17399 2001-07-01 [paul]
17400
17401         * src/ mainwindow.c
17402         * src/procmsg.h
17403         * src/summaryview.[ch]
17404                 new right-click option: Label.
17405                 substitute for 'Mark-->Mark/Unmark', colours the line.
17406                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17407
17408 2001-07-01 [christoph]
17409
17410         * src/folderview.c
17411                 fixed font for trash
17412         * src/summaryview.c
17413                 move ctree to unread message
17414
17415 2001-07-01 [paul]
17416
17417         * sync with sylpheed 0.5.0pre3 release
17418
17419 2001-06-30 [alfons]
17420
17421         * src/filesel.[ch]
17422         * src/compose.c
17423                 allow inserting / attaching multiple files in
17424                 the composer window
17425
17426 2001-06-30 [paul]
17427
17428         * src/codeconv.c
17429                 small change to Alfons' previous stuff so that it
17430                 actually makes
17431
17432 2001-06-30 [alfons]
17433
17434         * lots of files changed; first attempt to merge the changes
17435           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17436
17437 2001-06-30 [paul]
17438
17439         * po/pt_BR.po
17440                 updated and completed, translations by Fabio
17441                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17442
17443 2001-06-29 [alfons]
17444
17445         * src/compose.c
17446         * src/mimeproc.[ch]
17447                 allow selecting an attached files' mime type from a 
17448                 list of types.
17449
17450 2001-06-29 [paul]
17451
17452         * more sync with sylpheed 0.5.0pre3
17453
17454 2001-06-29 [paul]
17455
17456         * po/pt_BR.po
17457                 merge with sylpheed.pot and pt_BR.po provided by
17458                 Fabio Junior Beneditto.
17459
17460 2001-06-29 [darko]
17461
17462         * src/procmime.c
17463                 make MIME types case insensitive
17464
17465 2001-06-28 [alfons]
17466
17467         * po/nl.po
17468                 merge with sylpheed.pot and old nl.po; translations added.
17469
17470 2001-06-28 [paul]
17471
17472         * more sync with sylpheed 0.5.0pre3
17473
17474 2001-06-27 [alfons]
17475
17476         * src/summaryview.c
17477                 don't crash when removing parent node of messages
17478                 attracted by subject. this was caused by not deleting
17479                 the parent node from the subject line hash table.
17480
17481 2001-06-27 [alfons]
17482
17483         * src/summaryview.c
17484         * src/compose.[ch]
17485         * src/mainwindow.c
17486                 if there are multiple messages selected, allow forwarding
17487                 them as attachments.
17488
17489 2001-06-27 [paul]
17490
17491         * more sync with sylpheed 0.5.0pre3
17492
17493 2001-06-26 [paul]
17494
17495         0.5.0claws3
17496
17497         * sync with sylpheed 0.5.0pre3
17498
17499 2001-06-25 [paul]
17500
17501         * src/mainwindow.c
17502                 fixed 'compose news article' bug
17503                 from icon-and-text toolbar
17504
17505 2001-06-25 [paul]
17506
17507         * sync with sylpheed 0.5.0pre2 release
17508
17509 2001-06-24 [christoph]
17510
17511         * src/prefs_common.c
17512                 bug fix in font selection
17513         * src/folderview.c
17514                 use sylpheed's normal font instead of
17515                 gtk default font for folders without
17516                 new messages
17517
17518 2001-06-24 [alfons]
17519
17520         * src/mainwindow.[ch]
17521                 added composite compose mail / news button (an idea by Leandro
17522                 Pereira <leandro@linuxmag.com.br>)
17523
17524 2001-06-24 [paul]
17525
17526         Added instructions for ldif-to-xml.py
17527
17528         * tools/README
17529
17530 2001-06-23 [alfons]
17531
17532         Some minor things.
17533
17534         * src/pixmaps/stock_news_compose.xpm
17535                 added pixmap by Leandro
17536         * src/prefs_common.c
17537                 tested built-in spelling checker of GCC 3.0 :)
17538         * po/nl.po
17539                 merged dutch translation of sylpheed-main with
17540                 sylpheed.pot
17541
17542 2001-06-23 [paul]
17543
17544         Added tools directory and files.
17545
17546         * tools/filter_conv.pl
17547                 converts old filter system to new filtering system
17548         * tools/ldif-to-xml.py
17549                 converts netscape addressbook to sylpheed addressbook
17550         * tools/README
17551                 descriptions/instructions for above two files
17552
17553 2001-06-23 [christoph]
17554
17555         * src/inc.c
17556         * src/manage_window.[ch]
17557         * src/prefs_common.[ch]
17558                 mail retrieval dialog can be enabled, disabled
17559                 or hidden if non of sylpheed's windows is active
17560
17561 2001-06-22 [paul]
17562
17563         0.5.0claws2
17564
17565         * sync with sylpheed 0.5.0pre2
17566
17567 2001-06-21 [christoph]
17568
17569         * src/summaryview.c
17570                 show recipient on 'from' for all accounts
17571                 
17572         * src/inc.c
17573         * src/prefs_common.[ch]
17574                 disable error popup on mail receive errors
17575
17576 2001-06-21 [alfons]
17577
17578         * src/compose.c
17579                 made the ruler correctly appear and disappear.
17580
17581         * src/Makefile.am
17582                 removed Hoa's work-in-progress-stuff (interesting!) so 
17583                 claws compiles ok.
17584
17585 2001-06-20 [christoph]
17586
17587         * src/inc.c
17588         * src/progressdialog.c
17589                 added scrolled window for list in progressdialog
17590
17591 2001-06-20 [paul]
17592
17593         sync with sylpheed 0.5.0pre1 release
17594
17595 2001-06-20 [christoph]
17596
17597         * src/summeryview.c
17598                 make building threads by subject work when
17599                 thread view is enabled
17600                 
17601         * src/compose.c
17602         * src/prefs_common.[ch]
17603                 automatically select account for mail replys
17604
17605 2001-06-19 [sergey]
17606
17607         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17608         they are filled in from the account settings.
17609
17610 2001-06-19 [paul]
17611
17612         * more sync with sylpheed 0.5.0pre1
17613
17614 2001-06-18 [alfons]
17615
17616         * src/Makefile.am,
17617           src/procmime.c
17618                 added --sysconfdir to CPPFLAGS for pointing to the correct
17619                 location of mime.types. 
17620
17621                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17622                 or ./configure!
17623
17624 2001-06-18 [hoa]
17625
17626         * src/summaryview.c
17627                 fixed some bug when building threads
17628
17629 2001-06-18 [pau]l
17630
17631         * src/prefs_account.c
17632                 UI stuff: More changes to the English
17633
17634 2001-06-18 [paul]
17635
17636         * src/pixmaps/stock_news_compose.xpm: new file
17637         * src/Makefile.am
17638         * src/mainwindow.c
17639         * src/summaryview.c
17640                 Added new icon for Hoa's 'compose a news
17641                 message', plus minor improvements to the
17642                 English
17643
17644         * po/ja.po
17645         * ChangeLog
17646         * ChangeLog.jp
17647                 more sync with sylpheed 0.5.0pre1
17648
17649 2001-06-18 [hoa]
17650
17651         * src/compose.[ch]
17652         * src/mainwindow.c
17653                 Follow-up and reply to
17654
17655         * src/summaryview.[ch]
17656                 Build threads also with subjects
17657
17658 2001-06-17 [hoa]
17659
17660         * src/compose.c
17661                 forwarding use the current account.
17662
17663         * src/mainwindow.c
17664                 the "compose message" button has been replaced with
17665                 "new mail" and "new news" buttons
17666
17667         * src/prefs_common.[ch]
17668                 added a configuration option to use the forward button
17669                 as "forward as attachment"
17670                 changed reply and forward format description
17671
17672         * src/quote_fmt_lex.l
17673         * src/quote_fmt_parse.y
17674                 added message with no signature in format for reply
17675                 and forward.
17676
17677 2001-06-17 [paul]
17678
17679         Minor UI stuff
17680
17681         * src/mainwindow.c
17682         * src/summaryview.c
17683                 Improvements to the English
17684
17685         * src/prefs_common.c
17686                 Improvements to the English and some
17687                 clarity/continuity improvements in the
17688                 description of Quote symbols.
17689
17690 2001-06-17 [paul]
17691
17692         0.5.0claws1
17693
17694         * sync with sylpheed 0.5.0pre1
17695
17696 2001-06-17 [hoa]
17697
17698         * src/compose.c
17699                 Better interface for compose, displayed fields
17700                 are updated whenever we change account.
17701                 Newsgroups field is automatically filled.
17702
17703         * src/mainwindow.c
17704                 Newsgroups field is automatically filled.
17705
17706         * src/prefs_account.c
17707                 Some interface stuff when fields appear and
17708                 disappear.
17709
17710 2001-06-16 [paul]
17711
17712         0.4.99claws
17713
17714         * sync with sylpheed 0.4.99
17715
17716 2001-06-16 [sergey]
17717
17718         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17719         base64_decoder_free, base64_decoder_decode): new object and
17720         functions for decoding base64 streams.
17721         * src/procmime.c (procmime_decode_content): modified to use the
17722         new base64 decoder.
17723
17724 2001-06-15 [paul]
17725
17726         0.4.99claws10
17727
17728         * sync with sylpheed 0.4.99cvs11
17729
17730 2001-06-13 [paul]
17731
17732         0.4.99claws9
17733
17734         * sync with sylpheed 0.4.99cvs9
17735
17736 2001-06-13 [hoa]
17737
17738         * src/compose.c
17739         * src/prefs_account.c
17740
17741                 SMTP server can be defined in the news account
17742                 mime type of attachment are kept.
17743
17744         * src/summaryview.c
17745
17746                 now choose the highest important score between default
17747                 and important score of folder.
17748
17749 2001-06-09 [alfons]
17750         
17751         * src/prefs_common.c: 
17752
17753                 (prefs_quote_description_create): corrected description of 
17754                 quote format characters
17755
17756 2001-06-09 [paul]
17757
17758         0.4.99claws8
17759
17760         * sync with sylpheed 0.4.99cvs8
17761
17762 2001-06-08 [sergey]
17763
17764         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17765         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17766
17767 2001-06-08 [paul]
17768
17769         0.4.99claws7
17770
17771         * sync with sylpheed 0.4.99cvs7
17772
17773 2001-06-06 [sergey]
17774
17775         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17776         clashes with autogenerated header).
17777         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17778         * src/Makefile.am: added quote_fmt.h.
17779         * src/.cvsignore: added lex/yacc autogenerated files
17780         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17781
17782 2001-06-06 [paul]
17783
17784         0.4.99claws6
17785
17786         * sync with sylpheed 0.4.99cvs6
17787
17788 2001-06-06 [hoa]
17789
17790         * added src/quote_fmt_parse.h
17791         * src/compose.c
17792                 removed warnings
17793
17794         * src/prefs.[ch]
17795                 don't modify readonly configuration files
17796
17797         * src/prefs_account.c
17798         * src/prefs_common.c
17799         * src/prefs_customheader.c
17800         * src/prefs_display_header.c
17801         * src/prefs_filter.c
17802         * src/prefs_filtering.c
17803         * src/prefs_scoring.c
17804                 don't open dialog box when configuration files
17805                 are readonly
17806
17807 2001-06-05 [sergey]
17808
17809         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17810
17811         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17812         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17813         BUILT_SOURCES to make all files rebuild properly.
17814
17815         * src/compose.c: removed #include "quote_fmt.tab.h".
17816
17817         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17818         CHARACTER value in yylval.
17819
17820         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17821         receive CHARACTER value by documented means (yylval).
17822
17823         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17824
17825 2001-06-05 [hoa]
17826
17827         * src/Makefile.am
17828                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17829
17830         * src/filtering.c
17831         * src/matcher.c
17832         * src/matcher.h
17833         * src/prefs_filtering.c
17834                 now keep the configuration for execute action
17835
17836         * src/mbox_folder.c
17837                 fixed a warning
17838
17839 2001-06-05 [paul]
17840
17841         * sync with sylpheed 0.4.99cvs5
17842
17843 2001-06-05 [hoa]
17844
17845         * src/Makefile.am
17846                 added quote_fmt.[ch]
17847
17848         * added src/quote_fmt.y
17849         * added src/quote_fmt.l
17850         * added src/quote_fmt.tab.h
17851         * added src/quote_fmt.tab.c
17852         * added src/lex.quote_fmt.c
17853                 parsing configuration for replying
17854                 and forwarding
17855
17856         * src/prefs_common.[ch]
17857                 added configuration UI for replying
17858                 and forwarding
17859
17860         * src/compose.c
17861                 using configuration for replying
17862                 and forwarding
17863
17864 2001-06-04 [hoa]
17865
17866         * src/filtering.c
17867         * src/matcher.c
17868         * src/matcher.h
17869         * src/prefs_filtering.c
17870         * src/prefs_matcher.c
17871         * src/prefs_matcher.h
17872                 action "run a command" for filtering
17873                 and matching with a command.
17874                 fixed the "whole message" matching
17875
17876         * src/mbox_folder.c
17877                 changed temporary filename for security
17878
17879         * src/messageview.c
17880                 queue the notification if it fails to send.
17881
17882         * src/prefs_common.c
17883         * src/prefs_folder_item.c
17884                 changed the default important score             
17885
17886         * src/prefs_scoring.c
17887         * src/scoring.c
17888                 hide kill score input when the folder is not
17889                 a newsgroup
17890
17891 2001-06-03 [alfons]
17892
17893         * src/prefs_common.c:
17894
17895                 (prefs_font_select): pass font name in font entry box to font
17896                 selection dialog.
17897
17898 2001-06-03 [sergey]
17899
17900         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17901
17902 2001-06-03 [paul]
17903
17904         * sync with sylpheed 0.4.99cvs4
17905
17906 2001-06-03 [alfons]
17907
17908         * src/headerwindow.c:
17909
17910                 (headerwindow_show_cb): use the selected summary view item, not
17911                 the displayed item.
17912
17913 2001-06-02 [alfons]
17914
17915         * src/headerwindow.c:
17916
17917                 (headerwindow_show_cb): always try to show msginfo
17918
17919 2001-06-02 [hoa]
17920
17921         * src/compose.c
17922                 keep attached parts when reediting or forwarding.
17923
17924 2001-06-01 [hoa]
17925
17926         * src/folderview.c
17927         * src/prefs_folder_item.[ch]
17928         * src/prefs_scoring.[ch]
17929         * src/scoring.[ch]
17930         * src/summaryview.[ch]
17931         * src/main.c
17932         * src/mainwindow.c
17933         * src/prefs_common.[ch]
17934                 support for folder scoring
17935                 kill score and important score for messages
17936         
17937         * src/prefs_account.c
17938                 some display bug fixed for local account
17939                 preferences
17940
17941 2001-05-31 [alfons]
17942
17943         * src/summaryview.c:
17944
17945                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17946                 sender to address book menu item is disabled.
17947
17948 2001-05-30 [hoa]
17949
17950         * src/filtering.[ch]
17951         * src/summaryview.c
17952                 handling summary menu / filter messages
17953
17954         * src/folder.[ch]
17955                 add some stuff
17956
17957         * src/foldersel.c
17958                 imap folders now appears in list
17959
17960         * src/mbox_folder.c
17961                 doesn't crash if destination mail is not writeable
17962
17963 2001-05-29 [hoa]
17964
17965         * src/compose.c
17966                 removed some warnings
17967
17968         * src/filtering.c
17969         * src/folder.[ch]
17970         * src/prefs_filtering.c
17971                 global string to identify any folders           
17972                 removed some debug info
17973                 filtering to mbox folders is now possible
17974
17975         * src/mainwindow.c
17976                 removed some warnings
17977
17978         * src/mbox_folder.c
17979                 permission on files are changed to read/write for user only,
17980                 nothing for other.
17981                 creation of subfolder is handled better.
17982
17983 2001-05-28 [alfons]
17984
17985         Verified the sync for src/prefs_common.[ch] and
17986         src/prefs_account.[ch]. I believe there were some
17987         minor indentation differences.
17988
17989 2001-05-28 [paul]
17990
17991         0.4.99claws3
17992
17993         * sync with 0.4.99cvs3
17994
17995 2001-05-28 [hoa]
17996
17997         * src/compose.c
17998                 handling flags for mbox format
17999
18000         * src/filtering.c
18001                 use of mark file only for MH format
18002                 handling flags for mbox format
18003                 filtering cannot yet move or copy mails to mbox folders.
18004
18005         * src/folder.[ch]
18006                 changed move_msg, copy_msg,
18007                 move_msgs_with_dest, copy_msgs_with_dest functions
18008                 uses only folder->copy_msg() function
18009                 uses folder->finished_copy() to handle the destination
18010                 folder at the end of the copy or move operation.
18011
18012         * src/foldersel.c
18013                 included mbox directories.
18014
18015         * src/folderview.[ch]
18016         * src/mainwindow.c
18017                 handle folders operation for mbox format
18018
18019         * src/mbox.c
18020                 disable conversion of "From " header
18021
18022         * src/mbox_folder.[ch]
18023                 completion of mbox format handling
18024
18025         * src/mh.c
18026                 changed mh_copy_msg() function and
18027                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18028                 mh_copy_msgs_with_dest()
18029
18030         * src/prefs_filtering.c
18031                 removed some warnings
18032
18033         * src/prefs_matcher.c
18034                 default boolean operation is AND
18035
18036         * src/procheader.c
18037                 handling flags for mbox format
18038                 handling of "From " header
18039
18040         * src/procmsg.[ch]
18041                 removed data field
18042                 added MSG_REALLY_DELETED flags to handle deletion of
18043                 messages in mbox format.
18044
18045         * src/summaryview.c
18046                 handling flags for mbox format
18047                 disable the MSG_DELETED flags when messages
18048                 are deleted in mbox format
18049
18050         * src/textview.c
18051                 "From " headers display fixed.
18052
18053 2001-05-27 [alfons]
18054
18055         * src/textview.c:
18056                 
18057                 (get_email_part): skip quoted email addresses, like in e.g.
18058                 "'alfons@proteus.demon.nl'".
18059
18060 2001-05-26 [alfons]
18061
18062         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18063         and fixing the persistence troubles when using separate windows.
18064
18065         * src/mainwindow.c:
18066         
18067             Added #define SEPARATE_ACTION used in the gtk item factory for 
18068             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18069                 use gtk_item_factory_get_widget_by_action() to get the items.
18070                 
18071             Removed separate_widget_cb from the gtk item factory data   
18072           
18073             (mainwindow_create): connect separate_widget_cb() to check
18074             menu item "toggled" signal. also passing a MainWindow pointer
18075                 as object data for both check menu items.
18076                 
18077             (separate_widget_cb): definition of separate_widget_cb() to match
18078             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18079                 window using gtk_object_get_data(). The type of window separation 
18080                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18081         
18082         * src/prefs_filtering.c,
18083           src/prefs_matcher.c: added horizontal scrollbars
18084
18085 2001-05-25 [darko]
18086
18087         * src/headerview.c
18088                 fix segfault with invalid bold font
18089         * src/summaryview.c
18090                 correctly display summary stats after row is marked
18091
18092 2001-05-23 [sergey]
18093
18094         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18095         encodings with libjconv.
18096
18097 2001-05-23 [hoa]
18098
18099         * src/Makefile.am
18100                 added mbox_folder.[ch]
18101         * src/defs.h
18102                 mbox temporary folder
18103         * src/folder.[ch]
18104         * added src/mbox_folder.[ch]
18105         * src/folderview.c
18106         * src/procheader.[ch]
18107                 added mbox support
18108         * src/mbox.c
18109                 bugfix for file incorporation filtering
18110         * src/imap.c
18111                 enable creation of MBOX
18112         * src/prefs_display_header.c
18113                 enable use of headers like "From "
18114                 something that should be fixed :
18115                         displaying of such headers add an extra space
18116         * src/prefs_folder_item.c
18117                 don't create folders because it is not necessary
18118         * src/procmsg.h
18119                 added data field to MsgInfo for mbox internal use
18120         * src/summaryview.c
18121                 added some support for mbox
18122         * src/utils.[ch]
18123                 added get_mbox_cache_dir() function
18124
18125 2001-05-23 [hiroyuki]
18126
18127         * src/headerwindow.c
18128           src/inc.c
18129           src/main.c
18130           src/mh.c
18131           src/nntp.c
18132           src/procmsg.h
18133           src/session.h
18134           src/socket.[ch]
18135           src/summaryview.c
18136           src/textview.c
18137           src/automaton.c
18138           src/folderview.c: more sync with 0.4.99cvs2.
18139
18140         * src/headerwindow.c: reverted.
18141
18142 2001-05-22 [paul]
18143
18144         0.4.99claws2
18145
18146         * sync with sylpheed 0.4.99cvs2
18147                 * src/news.[ch]
18148                 * src/nntp.[ch]
18149                 * INSTALL
18150                 * INSTALL.jp
18151
18152 2001-05-22 [alfons]
18153
18154         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18155
18156 2001-05-21 [alfons]
18157
18158         Minor things:
18159
18160         * configure.in: if gnome-config not found, "no" is displayed
18161         
18162         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18163
18164         * src/textview.c: now also possible to add mail addresses by right
18165           clicking in the text view
18166
18167         * src/codeconv.c: merged patch which fixes endless loop when encountering
18168           invalid wide characters; from Alte <010@imis.ru>  
18169
18170 2001-05-20 [alfons]
18171
18172         Added installation of gnome specific things:
18173
18174         * Makefile.am: gnome conditional
18175
18176         * configure.in: check for installed gnome
18177
18178         * added sylpheed.png, sylpheed.desktop
18179
18180 2001-05-20 [sergey]
18181
18182         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18183
18184         * src/mainwindow.h (main_window_toolbar_create): created a button
18185         for "Reply to all".
18186         (main_window_set_toolbar_sensitive): enable/disable the new button
18187         appropriately.
18188         (toolbar_reply_to_author_cb): handle the new button.
18189
18190         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18191         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18192         failure).
18193
18194 2001-05-19 [sergey]
18195
18196         * src/compose.h (ComposeReplyMode): new modes
18197         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18198         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18199
18200         * src/compose.c
18201         (compose_send): move some code into a new function:
18202         (compose_current_mail_account): new function.
18203         (compose_reply): new argument to_author, all callers changed; if
18204         to_author==TRUE and account->protocol==A_NNTP, find and use an
18205         appropriate mail account for replying.
18206         (compose_reply_set_entry): new argument to_author; ignore
18207         compose->replyto if to_author==TRUE.
18208
18209         * src/mainwindow.c: new command "Message/Reply to author".
18210         (main_window_set_menu_sensitive): enable/disable it.
18211         (reply_cb): handle it.
18212
18213         * src/summaryview.c: new command "Reply to author".
18214         (summary_set_menu_sensitive): enable/disable it.
18215         (summary_reply_cb): handle it.
18216
18217         * src/account.c (account_find_mail_from_address): new function.
18218
18219 2001-05-18 [paul]
18220
18221         0.4.99claws1
18222
18223         * sync with sylpheed 0.4.99cvs1
18224
18225 2001-05-18 [hoa]
18226
18227         * src/compose.[ch]
18228         * src/filtering.c
18229         * src/summaryview.c
18230                 new filtering action : forward and forward as attachment
18231
18232         * src/main.c
18233                 no need for $DISPLAY when we run sylpheed --help
18234                 call to parse_cmd_opt() is moved
18235
18236         * src/mainwindow.[ch]
18237                 execute button is hidden when immediate execute
18238                 is chosen
18239
18240         * src/mh.c
18241         * src/news.c
18242         * src/prefs_folder_item.c
18243         * src/procmsg.c
18244                 better handling of missing directories
18245
18246         * src/summaryview.c
18247                 reedit is enabled in outbox
18248                 reedit is enabled in queue
18249
18250 2001-05-17 [hoa]
18251
18252         * src/filtering.c
18253         * src/matcher.[ch]
18254         * src/prefs_filtering.c
18255                 changed attachement into attachment
18256
18257 2001-05-17 [alfons]
18258
18259         0.4.67claws4    
18260
18261         * sync with sylpheed 0.4.67cvs9
18262         * sync with sylpheed 0.4.67cvs7-8
18263
18264 2001-05-17 [hoa]
18265
18266         * src/Makefile.am
18267                 added prefs_filtering.c
18268
18269         * src/filtering.[ch]
18270         * src/matcher.[ch]
18271                 removed action : forward_news and forward_news_as_attachement
18272                 (forward and forward_as_attachement can be used instead)
18273
18274         * src/mainwindow.c
18275                 added menu option to access filtering configuration
18276
18277         * src/prefs_account.c
18278                 changed mail_command default to /usr/sbin/sendmail
18279
18280         * added src/prefs_filtering.[ch]
18281                 dialog box for filtering configuration
18282
18283         * src/prefs_matcher.c
18284                 added function prefs_matcher_get_criteria_from_matching()
18285
18286         * src/prefs_scoring.c
18287                 reset the dialog when register or substitute is clicked
18288
18289 2001-05-15 [hoa]
18290
18291         * src/Makefile.am
18292                 added filtering.[ch]
18293         * src/inc.c
18294                 using filering.[ch] instead of filter.[ch]
18295         * src/main.c
18296                 reading new filtering configuration
18297         * src/matcher.[ch]
18298                 added some filtering actions
18299                 and fixed a bug for headers and mail body matching
18300         * src/mbox.c
18301                 using filering.[ch] instead of filter.[ch]
18302         * src/mh.c
18303                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18304         * src/summaryview.c
18305                 some fixes for filtering
18306
18307 2001-05-14 [hiroyuki]
18308
18309         * src/send.c: fixed some weird indentations.
18310           send_message_with_command(): call pclose() only if p != NULL.
18311         * src/textview.c: get_email_part(): modified the code for readability.
18312
18313 2001-05-14 [hiroyuki]
18314
18315         * src/md5global.h
18316           src/md5ify.c
18317           src/md5ify.h: removed from the cvs.
18318
18319 2001-05-13 [sergey]
18320
18321         * src/main.c: include rfc2015.h to avoid compiler warnings.
18322         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18323         the panel is already on screen.
18324         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18325         closing the alert window by ESC as "No".
18326         * src/prefs_common.c (prefs_interface_create): moved return
18327         receipt check button to the correct place.
18328
18329 2001-03-13 [alfons]
18330
18331         * src/prefs_common.c: 
18332                 moved return receipt check button to the Send tab. (prefs_send_create)
18333                 removed the date format ui related globals. (prefs_display_create)
18334
18335         0.4.67claws3
18336         
18337         * sync with sylpheed 0.4.67cvs5-6
18338
18339 2001-05-13 [paul]
18340
18341         * added Alfons' font selection patch
18342
18343         * src/defs.h
18344         * src/headerwindow.c
18345         * src/prefs_common.c
18346         * src/prefs_common.h
18347
18348 2001-05-13 [hoa]
18349         * src/defs.h
18350                 changed version of cache
18351         * src/matcher.[ch]
18352         * src/prefs_matcher.c
18353                 added additionnal matching criteria
18354         * src/procheader.c
18355         * src/procmsg.[ch]
18356         * src/news.c
18357                 added references in MsgInfo
18358
18359 2001-05-12 [hoa]
18360
18361         * src/defs.h
18362                 prepared some things for new filtering
18363         * src/matcher.[ch]
18364                 added some matching properties
18365                 inreplyto need to be enhanced
18366                 prepared some things for new filtering
18367         * src/messageview.c
18368                 added Return-Receipt-To handling
18369         * src/prefs_folder_item.c
18370                 changed default value to TRUE
18371         * src/prefs_matcher.c
18372                 added some matching properties
18373         * src/prefs_scoring.[ch]
18374                 the scoring dialog is finished
18375         * src/procheader.c
18376                 added Return-Receipt-To handling
18377                 Reference need to be added
18378         * src/procmsg.[ch]
18379                 added Return-Receipt-To handling
18380                 added threadscore to get a better score sorting when
18381                 threads are enabled
18382         * src/summaryview.c
18383                 suppressed a bug when we sort the list
18384                 when no folder is opened.
18385                 better score sorting when threads are enabled
18386
18387 2001-05-12 [alfons]
18388
18389         * reverted previous patch because of potential errors 
18390
18391         0.4.67claws2
18392         
18393         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18394                 applied "toggle mail-retrieval dialog window" patch submitted 
18395                 by Eric Limpens <eric@qnt.net>
18396
18397         * sync with sylpheed 0.4.67cvs4
18398
18399 2001-05-12 [sergey]
18400
18401         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18402         some picky compilers.
18403         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18404         * src/grouplist_dialog.c: include alertpanel.h.
18405         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18406         fix compile warning.
18407         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18408         #include "defs.h" before others to prevent the warning of `MIN'
18409         and `MAX' redefinition.
18410
18411 2001-05-11 [hoa]
18412
18413         * src/main.c
18414         * src/messageview.c
18415         * src/prefs_account.c
18416         * src/prefs_display_header.c
18417                 removed warning
18418         * src/Makefile.am
18419                 added prefs_scoring.[ch]
18420         * src/grouplist_dialog.c
18421                 display an error dialog box if the group list
18422                 cannot be fetched.
18423         * src/mainwindow.[ch]
18424                 added main_window_set_thread_option() function
18425                 scoring dialog box enabled
18426         * src/matcher.[ch]
18427                 added flags matching unread /new / marked
18428                 / deleted / replied / forwarded
18429         * src/news.c
18430                 newsgroups are now finally in newscache
18431         * src/prefs_matcher.[ch]
18432                 finished preferences for matching dialog
18433         * added src/prefs_scoring.[ch]
18434                 scoring dialog box completed
18435         * src/scoring.[ch]
18436                 conversion to string : added scoringprop_to_string()
18437                 write config for preferences :
18438                 added prefs_scoring_write_config()
18439         * src/summaryview.c
18440                 threads can be enabled/disabled independently
18441                 for each folder
18442
18443 2001-05-10 [alfons]
18444
18445         0.4.67claws1
18446         
18447         * AUTHORS: 
18448                 thought it would be nice to have a list of all
18449                 contributors (used Changelog as a reference)
18450         
18451         * configure.in: 
18452                 messed up version numbering...
18453
18454         0.4.66claws1
18455
18456         * sync with sylpheed 0.4.67cvs1-3
18457
18458 2001-05-10 [darko]
18459
18460         * src/prefs_common.c:
18461                 better UI for strftime format, double clicking
18462                 on format now inserts the format in text entry
18463                 replaced close button with standard OK/Cancel
18464                 moved date format button to the right of the
18465                 text entry field
18466
18467 2001-05-09 [alfons]
18468
18469         * src/gtkstext.c:
18470                 Ctrl-Home / Ctrl-End have proper cursor navigation
18471
18472 2001-05-09 [hoa]
18473
18474         * src/prefs_matcher.c
18475                 finished UI to define matching properties
18476                 added ok and cancel button
18477         * src/prefs_filter.c
18478                 added ok and cancel button
18479         * src/news.c
18480                 fixed some bug in xhdr parsing
18481
18482 2001-05-08 [alfons]
18483
18484         * src/textview.c: 
18485                 fixed a bug in textview_show_header(), which displayed two colons (':');
18486                 cleaned up some warnings
18487
18488 2001-05-08 [hoa]
18489
18490         * src/Makefile.am
18491                 added prefs_matcher.[ch]
18492                 compilation with -W -Wall
18493         * src/alertpanel.c
18494                 ungrab the mouse events if grabbed - does it
18495                 fix the bug for disposition notification ?
18496         * src/mainwindow.c
18497                 added a menu option to open the matching dialog.
18498         * src/matcher.[ch]
18499                 added matcherprop_to_string() and matcherlist_to_string()
18500                 fixed some bugs, changed the name of some options
18501                 age_sup and age_inf becomes age_greater and age_lower,
18502                 body and messageheaders becomes body_part and headers_part,
18503                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18504         * src/prefs_display_header.c
18505         * src/prefs_headers.c
18506                 fixed a bug that accidentally destroyed dialogs
18507                 when closed them with delete_event
18508                 Added *_deleted() which handle delete_event signal correctly.
18509         * src/prefs_folder_item.[ch]
18510                 added "enable_thread" field for future customization
18511         * added src/prefs_matcher.[ch]
18512                 sample of the UI to define matching properties
18513         * src/procheader.c
18514                 using procheader_headername_equal instead of str*cmp functions
18515                 using procheader_parse_header() function
18516         * src/scoring.c
18517                 using MATCHING_XXX instead of SCORING_XXX
18518         * src/summaryview.c
18519                 display the sender of the news even if this is ourself
18520                 when this is a news message.
18521         * src/textview.c
18522                 using headername_equal() instead of str*cmp functions
18523
18524 2001-05-08 [alfons]
18525
18526         0.4.66claws
18527
18528         * sync with sylpheed 0.4.66
18529         * src/gtkstext.c: trace logs added 
18530
18531 2001-05-08 [sergey]
18532
18533         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18534         signature check popup.
18535         * src/rfc2015.c (check_signature): show signature check popup only
18536         if it is enabled in preferences.
18537
18538 2001-05-07 [alfons]
18539
18540         0.4.66claws4
18541         
18542         * sync with sylpheed 0.4.66cvs6
18543
18544 2001-05-07 [darko]
18545
18546         * src/prefs_common.[ch]: added option to enable/disable
18547           looking up sender name in address book for summary pane
18548         * src/summaryview.c: look up sender in the address book
18549           by using Alfons' address completion code
18550
18551 2001-05-07 [hiroyuki]
18552
18553         * src/inc.h
18554           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18555           member of Pop3State.
18556         * src/news.c: brought #include "defs.h" before #include <glib.h>
18557           to prevent the warning of `MIN' and `MAX' redefinition.
18558
18559 2001-05-06 [hoa]
18560
18561         * removed src/headers_display.[ch]
18562         * removed src/prefs_display_headers.[ch]
18563         * src/inc.c
18564                 use a temporary file in the user directory for mbox import
18565         * src/news.c
18566                 added XHDR support to get "To" and "Cc" headers
18567                 (in order to match news with to or cc field for
18568                 scoring)
18569                 added function news_parse_xhdr() to get XHDR response
18570         * src/nntp.[ch]
18571                 added function nntp_xhdr()
18572         * src/matcher.c
18573                 fetch the message if necessary
18574
18575 2001-05-06 [alfons]
18576
18577         0.4.66claws3
18578
18579         * sync with sylpheed 0.4.66cvs3-5
18580
18581 2001-05-06 [hoa]
18582
18583         * src/utils.[ch]
18584                 added function itos_buf() to enable use of several buffers
18585         * src/summaryview.c
18586                 use of itos_buf() instead of itos() in summary list
18587                 to fix the broken display of message number.
18588
18589 2001-05-06 [alfons]
18590
18591         * src/gtkstext.c: bug in cursor up navigation fixed,
18592                 fixed another unsigned / signed comparison (we're getting there :-)
18593
18594 2001-05-06 [hoa]
18595
18596         * src/Makefile.am
18597                 added scoring.c scoring.h
18598                 prefs_folder_item.c prefs_folder_item.h
18599                 matcher.c matcher.h
18600         * src/defs.h
18601                 added FOLDERITEM_RC SCORING_RC
18602         * src/folder.[ch]
18603                 added prefs field in FolderItem :
18604                 properties for each folder (PrefsFolderItem),
18605                 sorting type and mode were added as the first properties.
18606         * src/main.c
18607                 read config for scoring
18608         * added src/matcher.[ch]
18609                 gives functions to parse configuration file to do
18610                 matching on mails with a list of conditions.
18611         * src/mainwindow.c
18612                 add option to sort by score
18613         * src/prefs_common.[ch]
18614                 added preference option to show score and for
18615                 the score column size
18616         * added src/prefs_folder_item.[ch]
18617                 properties for each folder (PrefsFolderItem),
18618                 sorting type and mode were added as the first properties.
18619         * src/procheader.[ch]
18620                 added procheader_parse_header()
18621                 added procheader_header_free()
18622                 added procheader_headername_equal()
18623                 and made modification to use them.
18624         * src/procmsg.[ch]
18625                 added score field to MsgInfo structure
18626         * added src/scoring.[ch]
18627                 gives functions to parse configuration file to do
18628                 scoring on mails with a list of conditions.
18629         * src/summaryview.[ch]
18630                 save the sorting type and mode for the folder
18631                 added column to display the score of the mail
18632                 added function summary_score_clicked()
18633                 sorting type and mode are restored to the folder
18634                 when it is reopen
18635         * src/textview.c
18636                 use procheader_parse_header(), procheader_headername_equal()
18637                 removed memory leak in text_scan_header when freeing headers
18638         * src/filter.c
18639                 changed the function to match names of headers
18640                 using procheader_headername_equal()
18641
18642         Scoring functions are implemented, an interface is needed
18643         to configure that.
18644
18645 2001-05-04 [alfons]
18646
18647         * src/gtkstext.c: 
18648                 hopefully fixed the row up navigation bug,
18649                 removed adding back / forward lines to cache
18650
18651 2001-05-04 [sergey]
18652
18653         * src/prefs_display_headers.c: user interface changes:
18654         (prefs_display_headers_create): remove unused "Show" check button;
18655         allow reordering of headers by dragging.
18656         (prefs_display_headers_write_config): remove unused variables.
18657         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18658         of lists (not needed with the new UI).
18659         (prefs_display_headers_set_list): scan lists starting from row 0,
18660         not 1 (do not skip "(New)").
18661         (prefs_display_headers_find_header): new function.
18662         (prefs_display_headers_clist_set_row): do not allow duplicates.
18663         (prefs_display_headers_delete_cb): do not skip row 0; treat
18664         closing the alert window by ESC as "No".
18665         (prefs_display_headers_up): do not protect row 0.
18666         (prefs_display_headers_down): do not protect row 0.
18667
18668 2001-05-04 [sergey]
18669
18670         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18671         functions.
18672
18673         * src/summaryview.c
18674         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18675         summary_select_next_marked, summary_select_prev_marked): new
18676         functions.
18677
18678 2001-05-03 [sergey]
18679
18680         * src/news.c: fixed a bug when no article can be fetched after
18681         server timeout if the connection was restored by news_post():
18682         (news_select_group): new function.
18683         (news_fetch_msg): call news_select_group() before fetching
18684         article.
18685         (news_get_uncached_articles): set session->group after successful
18686         GROUP command.
18687
18688 2001-05-03 [hoa]
18689
18690         * src/defs.h
18691         * src/procmsg.[ch]
18692         * src/procheader.c
18693                  changed version of cache, added cc field
18694
18695         * src/prefs_display_headers.c
18696                 the interface was changed
18697
18698         * src/prefs_headers.c
18699                 added cancel button
18700
18701 2001-05-03 [alfons]
18702
18703         * completed sync of sylpheed cvs2
18704         * src/gtkstext.c: updated row up / down cursor navigation
18705         * src/textview.c: re-edited, prepared for fixing the email address
18706                 scanner.
18707
18708 2001-05-03 [darko]
18709
18710         * src/prefs_common.c: use alfons' strftime ui code
18711         entry_datefmt and datefmt_sample widgets have to be
18712         global in this module because of this change
18713
18714 2001-05-03 [hoa]
18715
18716         * src/messageview.c
18717         * src/prefs_common.[ch] added option to activate the return receipt
18718                 feature.
18719
18720 2001-05-02 [alfons]
18721
18722         * src/gtkstext.c: fix for row up/down cursor navigation. 
18723
18724         0.4.66claws2
18725         
18726         * sync with 0.4.66cvs2
18727
18728 2001-05-02 [paul]
18729
18730         added add-sender-to-addressbook patch
18731
18732         * src/addressbook.c
18733         * src/addressbook.h
18734         * src/summaryview.c
18735
18736 2001-05-02 [sergey]
18737
18738         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18739         G_ALERTDISABLE.
18740
18741         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18742         all existing callers changed to pass FALSE; create a check button
18743         to disable the message.
18744         (alertpanel_message_with_disable): new function.
18745         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18746         (alertpanel_button_toggled): new function.
18747         (alertpanel_button_clicked, alertpanel_close): set value using
18748         G_ALERT_VALUE_MASK.
18749
18750         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18751
18752         * src/prefs_common.c (prefs_privacy_create): new check button
18753         checkbtn_gpgme_warning.
18754
18755         * src/main.c (main): moved preferences reading before gpgme
18756         initialization; check prefs_common.gpgme_warning before giving the
18757         GnuPG warning and set it to FALSE if the user wants to disable the
18758         warning.
18759
18760 2001-05-02 [hiroyuki]
18761
18762         * src/prefs_display_headers.c: modified the layout and some labels.
18763
18764 2001-05-02 [sergey]
18765
18766         * src/prefs_account.c (prefs_account_fix_size): new function.
18767         (prefs_account_create): call prefs_account_fix_size(); use
18768         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18769         size when the window is shown for the first time).
18770         (prefs_account_basic_create): changed layout of serv_table; moved
18771         localmbox_entry above smtpserv_entry (logically it replaces
18772         POP3/IMAP server).
18773         (prefs_account_protocol_activated): set sensitivity of
18774         nntpauth_chkbtn according to the protocol (in addition to
18775         hide/show); commented out gtk_table_set_row_spacing() calls.
18776         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18777         not sensitive (fixes a bug with disabled username/password boxes
18778         when editing POP3 account after NNTP with authentication).
18779
18780 2001-05-02 [hoa]
18781
18782         * src/account.c
18783         * src/inc.c
18784         * src/prefs_account.[ch]
18785         * src/send.c
18786                 removed local account without SMTP server
18787                 added option to use mail command instead of a connexion
18788                 to SMTP server when a local account is used
18789         * src/prefs_headers.c
18790                 fixed a bug
18791         * src/news.c
18792                 fixed a bug when connexion immediately closed
18793
18794 2001-05-01 [alfons]
18795
18796         0.4.66claws1
18797         
18798         * sync with 0.4.65
18799
18800 2001-05-01 [sergey]
18801
18802         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18803         widget nntpauth_chkbtn.
18804         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18805         visibility.
18806         (prefs_account_nntpauth_toggled): new function.
18807
18808         * src/news.c (news_session_new_for_folder): use NNTP
18809         authentication only if ac->use_nntp_auth is set.
18810
18811 2001-05-01 [hoa]
18812
18813         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18814         * src/prefs_display_headers.c changed the UI
18815         * src/prefs_headers.c changed account_name to account_id
18816         * src/compose.c using customheader.h
18817
18818 2001-05-01 [hiroyuki]
18819
18820         * src/esmtp.c
18821           src/news.c
18822           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18823           unsynched.
18824
18825 2001-05-01 [hoa]
18826
18827         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18828         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18829                 for displaying of headers
18830         * src/grouplist_dialog.[ch] minor changes to remove warnings
18831         * src/prefs_display_headers.[ch] dialog to choose the
18832         headers to display in the mail viewer.
18833         * src/headers.h correction of #define
18834         * src/headers_display.[ch] configuration for displaying of headers.
18835         * src/main.c read config of displaying of headers
18836         * src/prefs_common.c add a button to access the config dialog
18837                 for displaying of headers
18838         * src/prefs_display_headers.[ch] dialog for configuration for
18839                 displaying of the headers.
18840         * src/prefs_headers.c cleaning of code
18841         * src/procheader.c comments added to code
18842         * src/textview.c changes to reorder the headers depending
18843                 on the config for displaying of headers
18844
18845 2001-04-30 [alfons]
18846
18847         0.4.65claws7
18848
18849         * sync with 0.4.65cvs12
18850
18851         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18852
18853 2001-04-30 [sergey]
18854
18855         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18856
18857         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18858         is set to force reconnection after authentication failure.
18859         (nntp_gen_command): set sock->auth_failed on authentication
18860         failure, or if sock->userid and sock->passwd are not set.
18861
18862         * src/news.c (news_session_new_for_folder): set userid=NULL if
18863         password dialog is cancelled.
18864
18865 2001-04-30 [sergey]
18866
18867         * src/nntp.h (NNTPSockInfo): new type.
18868
18869         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18870         SockInfo.
18871         (nntp_open_auth, nntp_close): new functions.
18872         (nntp_gen_command): new function to handle authentication; all
18873         NNTP command functions updated to use it.
18874         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18875         (nntp_list): removed old useless code.
18876
18877         * src/news.h (NNTPSession): new field nntp_sock.
18878
18879         * src/news.c: all functions updated to use NNTPSockInfo instead of
18880         SockInfo.
18881         (news_session_new): new arguments (userid, passwd); made static;
18882         use nntp_open_auth() if needed.
18883         (news_session_destroy): use nntp_close() instead of sock_close().
18884         (news_query_password): changed arguments.
18885         (news_session_new_for_folder): new function.
18886         (news_session_get): use news_session_new_for_folder().
18887         (news_authenticate): deleted.
18888         (news_get_uncached_articles): removed old authentication code.
18889
18890 2001-04-30 [sergey]
18891
18892         * src/news.c: reverted my previous changes (need to do NNTP
18893         authentication in a cleaner way).
18894         
18895 2001-04-29 [sergey]
18896
18897         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18898         news_nntp_post, news_nntp_mode): new functions (wrappers with
18899         authentication support).
18900         (news_get_article_cmd, news_get_article, news_get_header): new
18901         argument "folder"; all callers changed.
18902         (news_get_article_cmd): added authentication support.
18903         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18904         (news_post): use news_nntp_post() instead of nntp_post().
18905         (news_get_uncached_articles): use news_nntp_group() instead of
18906         nntp_group() and news_nntp_xover() instead of nntp_xover();
18907         removed old authentication code.
18908         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18909
18910         * src/nntp.c (nntp_list): return real error code instead of
18911         hardcoded NN_ERROR.
18912
18913 2001-04-29 [sergey]
18914
18915         * configure.in: fixed wint_t typedef detection again
18916
18917 2001-04-28 [hoa]
18918
18919         * src/prefs_account.[ch], added A_LOCAL_CMD
18920                 (send mail with mail command)
18921         * src/send.c added function send_message_with_command()
18922         * src/inc.c made a more secure get_spool() function with
18923                 mktemp() but maybe mkstemp() or something more
18924                 secure can be used.
18925
18926 2001-04-28 [alfons]
18927
18928         * src/textview.c, colorization of email addresses in headers
18929
18930         0.4.65claws6
18931
18932         * bug sync with sylpheed
18933         * prefs_common.c: created date format ui for darko
18934         * sync with 0.4.65cvs11
18935         * configure.in: corrected to have the new gpg checks
18936
18937 2001-04-27 [alfons]
18938
18939         * completed sync with 0.4.65cvs10
18940         * minor debug things added to gtkstext.c
18941
18942 2001-04-27 [darko]
18943
18944         * configure.in: remove check for availability of
18945           strftime() as advised by Hiroyuki
18946         * src/prefs_common.[ch], src/procheader.c:
18947           synch strftime() code with Hiroyki's main branch
18948
18949 2001-04-26 [sergey]
18950
18951         * src/news.c: news_query_password(), news_authenticate(): new
18952           functions.
18953           news_get_uncached_articles(): added NNTP authentication
18954           handling.
18955         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18956           new functions.
18957         * src/prefs_account.c: prefs_account_protocol_activated():
18958           enable userid and password fields for NNTP.
18959
18960 2001-04-26
18961
18962         * configure.in: check for availability of strftime()
18963           [darko]
18964         * src/prefs_common.[ch], src/procheader.c: use
18965           strftime() for displaying date in summary pane if it
18966           is available
18967
18968 2001-04-25
18969
18970         * more .cvsignore cleanups [alfons]
18971
18972 2001-04-25
18973
18974         * ac/sv-check-type.m4: new autoconf macro.
18975         * configure.in: fixed wint_t typedef detection (did not work
18976           with gcc-2.96).
18977
18978 2001-04-25
18979
18980         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18981           [hiroyuki]
18982
18983 2001-04-24
18984         * modified gtkstext.c : buggy cursor navigation fixed, 
18985           and font descent also taken in account when drawing
18986           cursor. [alfons]
18987
18988 2001-04-24 [hoa]
18989         * added comments in src/news.c src/nntp.c
18990         * added src/prefs_headers.[ch]
18991         * added src/headers.[ch]
18992         * modified compose.c to activate custom headers
18993                 added function is_in_custom_headers
18994         * modified prefs_account.[ch]
18995                 added function prefs_account_customhdr_edit
18996         * modified src/defs.h :
18997                 added HEADERS_RC : name of the config file
18998                 for the custom headers
18999
19000 2001-04-24
19001
19002     0.4.65claws5
19003
19004         * configure.in
19005           src/gtkstext.[ch]
19006           src/compose.c
19007           src/Makefile.am
19008           
19009           added gtkstext with configure.in patch by Hiroyuki which
19010           should fix the XIM detection [alfons]
19011
19012         * more clean up of cvs [alfons]
19013
19014                  * removed all Makefile.in files to attic.
19015
19016                  * updated all .cvsignores to really ignore things that could
19017                    be unintentionally committed by a recursive commit.
19018
19019 2001-04-23 [hoa]
19020         * added src/grouplist_dialog.[ch]
19021         * changed src/folderview.c to call grouplist_dialog instead
19022                 of inputdialog
19023         * src/news.c :
19024                 added functions news_reset_group_list
19025                 and news_get_group_list
19026         * src/nntp.c :
19027                 added function nntp_list
19028         * src/defs.h :
19029                 added GROUPLIST_FILE : name of the newsgroup list cache file
19030
19031 2001-04-21
19032
19033         * added option to warn about queued messages on exit [sergey]:
19034
19035           * src/compose.c: compose_queue(): call folder_item_scan()
19036             and folderview_update_item() after queueing.
19037           * src/folderview.c: folderview_update_node(): draw the queue
19038             folder in bold font if there are queued messages.
19039           * src/mainwindow.c: queued_messages(): new function.
19040             app_exit_cb(): display warning if there are queued messages
19041             if warn_queued_on_exit is set.
19042           * prefs_common.[ch]: add warn_queued_on_exit option.
19043
19044         * enhanced GnuPG key selection support [sergey]:
19045
19046           * src/select-keys.c: updated to newer version from Win32
19047             branch with support for selecting arbitrary keys.
19048           * src/prefs_account.c: added the Privacy tab to the account
19049             options window.
19050             prefs_account_privacy_create(),
19051             prefs_account_sign_key_set_data_from_radiobtn(),
19052             prefs_account_sign_key_set_radiobtn(): new functions.
19053           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19054           * src/rfc2015.c: set_signers(): new function.
19055             pgp_sign(): add the account parameter, call set_signers().
19056             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19057           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19058           * src/compose.c: pass the current account to rfc2015_sign().
19059
19060         * tag name claws added to prevent confusion with main branch [alfons]
19061
19062         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19063
19064         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19065
19066         * sync with recent sylpheed cvs. Untested though. [alfons]
19067