f592746fe67bf6e67559465d5da10d18c4a3406f
[claws.git] / ChangeLog.claws
1 2003-10-17 [christoph]  0.9.6claws33
2
3         * src/mimeview.c
4         * src/noticeview.[ch]
5                 change noticeview icon to indicate signature status
6
7 2003-10-17 [christoph]  0.9.6claws32
8
9         * src/Makefile.am
10         * src/main.c
11         * src/mimeview.c
12         * src/noticeview.c
13         * src/pgpmime.[ch]                              ** NEW **
14         * src/privacy.[ch]
15         * src/rfc2015.c
16         * src/sgpgme.c                                  ** NEW **
17                 reimplement PGP/Mime signature checking (unfinished)
18
19 2003-10-15 [christoph]  0.9.6claws31
20
21         * src/procmime.[ch]
22                 fix procmime_get_text_content() and
23                 procmime_get_first_text_content()
24
25 2003-10-15 [christoph]  0.9.6claws30
26
27         * src/plugins/spamassassin/spamassassin_gtk.c
28         * src/plugins/spamassassin/spamassassin_gtk.glade
29                 fix timeout tooltip
30
31 2003-10-15 [paul]       0.9.6claws29
32
33         * src/messageview.c
34                 workaround for buggy smtp servers. on sending a
35                 return receipt strip the name part from the address
36                 when creating headers
37                 
38 2003-10-15 [paul]       0.9.6claws28
39
40         * sync with 0.9.7 release
41                 see ChangeLog 2003-10-15
42
43 2003-10-14 [christoph]  0.9.6claws27
44
45         * src/plugins/clamav/clamav_plugin.c
46                 fix clamav plugin
47
48 2003-10-14 [christoph]  0.9.6claws26
49
50         * src/compose.c
51         * src/mimeview.c
52         * src/procmime.[ch]
53         * src/rfc2015.c
54         * src/textview.c
55         * src/plugins/clamav/clamav_plugin.c
56                 use GNode to create the mime tree (some changes to functions
57                 that traverse the tree are just quick and dirty. Maybe we
58                 can find better solutions with g_node_*-functions)
59
60 2003-10-14 [luke]       0.9.6claws25
61
62         * src/mimeview.c
63                 fix a navigation bug (stupid typo of mine)
64
65 2003-10-14 [christoph]  0.9.6claws24
66
67         * src/textview.c
68                 fix missing last line in plain/text mails
69
70 2003-10-13 [luke]       0.9.6claws23
71
72         * src/summaryview.c
73                 fix bug 334 (part 1)
74
75 2003-10-13 [kov]        0.9.6claws22
76
77         * src/mimeview.c
78                 error checking when the user enters a non-directory at
79                 the file selection dialog.
80                 work-around for users entering directory location without
81                 adding a leading G_DIR_SEPARATOR.
82
83 2003-10-13 [luke]       0.9.6claws21
84
85         * src/compose.c
86                 error reporting for inserting files, including catching
87                 invalid characters for current locale/encoding
88
89 2003-10-13 [paul]       0.9.6claws20
90
91         * src/folderview.c
92                 fix bug #347 'subscribe newsgroups crashes'
93
94 2003-10-13 [paul]       0.9.6claws19
95
96         * src/compose.c
97                 when using 'Reply to all' include the 'send replies
98                 to' folder property
99                 
100         * po/ja.po
101                 update Japanese translation. submitted by Rui Hirokawa 
102                 <rui_hirokawa@ybb.ne.jp>        
103
104 2003-10-13 [hoa]        0.9.6claws18
105
106         * src/account.c
107         * src/compose.c
108         * src/messageview.c
109         * src/procheader.c
110         * src/procheader.h
111                 rename get_header_from_msginfo() into
112                 procheader_get_header_from_msginfo() so that we have a
113                 coherent exported naming.
114                 avoid parsing of header contained in a string via
115                 a newly written temporary file.
116
117         Patch submitted by Simon 'corecode' Schubert
118                 <corecode@corecode.ath.cx>
119
120 2003-10-12 [hoa]        0.9.6claws17
121
122         * src/filtering.c
123         * src/filtering.h
124         * src/matcher.c
125         * src/matcher.h
126         * src/matcher_parser_parse.y
127         * src/prefs_filtering_action.c
128                 added "stop" action : stop applying the filtering rules.
129                 added "set score" and "increase/decrease score" actions.
130                 That two last action replace the "change_score" action
131                 introduced by alfons in 0.8.8claws85.
132                 "set score" is to set a given score to the message.
133                 "increase/decrease score" will increase or decrease the
134                 score if the given value is respectively positive or
135                 negative. If someone find a some better name for this last
136                 rule, it can be modified.
137
138 2003-10-12 [paul]       0.9.6claws16
139
140         * AUTHORS
141           po/ja.po
142                 update Japanese translation. submitted by Rui Hirokawa 
143                 <rui_hirokawa@ybb.ne.jp>
144
145 2003-10-12 [christoph]  0.9.6claws15
146
147         * src/procmime.c
148                 fix crash caused by incorrect headers
149
150 2003-10-10 [christoph]  0.9.6claws14
151
152         * src/main.c
153         * src/privacy.[ch]
154         * src/rfc2015.[ch]
155                 implement detection of signed message parts for rfc2015
156
157 2003-10-10 [thorsten]   0.9.6claws13
158
159         * src/mimeview.c
160                 fix typo
161
162 2003-10-10 [christoph]  0.9.6claws12
163
164         * src/stock_pixmap.[ch]
165         * src/pixmaps/mime_message.xpm                  ** NEW **
166                 add a new icon for mime type "message"
167
168         * src/privacy.[ch]
169         * src/procmime.[ch]
170                 add crypto api
171
172         * src/mimeview.c
173                 o use crypto api
174                 o add icons for message type mime parts
175
176 2003-10-10 [christoph]  0.9.6claws11
177
178         * src/mainwindow.c
179         * src/messageview.[ch]
180         * src/mimeview.[ch]
181         * src/procmime.[ch]
182         * src/procmsg.[ch]
183         * src/rfc2015.c
184         * src/summaryview.c
185         * src/textview.[ch]
186                 o remove switching between TextView and MimeView in MessageView
187                   (if required we can hide the icon box and the MimeView will
188                    look exaxtly like the TextView)
189                 o temporary remove signature and decrypting GPGME code
190
191 2003-10-09 [christoph]  0.9.6claws10
192
193         * src/action.c
194         * src/compose.c
195         * src/messageview.c
196         * src/mimeview.c
197         * src/procmime.[ch]
198         * src/procmsg.c
199         * src/rfc2015.c
200         * src/textview.c
201         * src/common/utils.[ch]
202         * src/plugins/clamav/clamav_plugin.c
203         * src/plugins/dillo_viewer/dillo_viewer.c
204         * src/plugins/image_viewer/viewer.c
205         * src/plugins/mathml_viewer/mathml_viewer.c
206                 new mime parser (several things need fixing)
207
208 2003-10-09 [paul]       0.9.6claws9
209
210         * src/imap.c
211                 a little more sync with 0.9.6cvs2 and a tidy up
212
213 2003-10-08 [paul]       0.9.6claws8
214
215         * sync with 0.9.6cvs2
216                 see ChangeLog 2003-10-03
217
218 2003-10-05 [christoph]  0.9.6claws7
219
220         * src/summaryview.c
221                 don't use flags to check if a message is in a news folder
222
223         (closes Bug 282 clicking on folder with copied Messages from News
224          immediately after having copied them crashes Sylpheed-Claws)
225
226 2003-10-05 [christoph]  0.9.6claws6
227
228         * src/Makefile.am
229         * src/progressdialog.[ch]               ** REMOVE **
230         * src/gtk/Makefile.am
231         * src/gtk/progressdialog.[ch]           ** NEW **
232                 move progressdialog to gtk directory
233
234 2003-10-04 [christoph]  0.9.6claws5
235
236         * src/prefs_toolbar.c
237         * src/gtk/prefswindow.c
238                 remove widget_show_all for pages root widget
239
240         * src/plugins/spamassassin/spamassassin.[ch]
241         * src/plugins/spamassassin/spamassassin_gtk.c
242         * src/plugins/spamassassin/spamassassin_gtk.glade
243                 add support for new libspamc transports
244
245 2003-10-04 [christoph]  0.9.6claws4
246
247         * src/plugins/spamassassin/libspamc.[ch]
248         * src/plugins/spamassassin/spamassassin.c
249         * src/plugins/spamassassin/utils.[ch]
250                 update libspamc to version from SpamAssassin 2.60
251
252 2003-10-03 [christoph]  0.9.6claws3
253
254         * src/send_message.c
255                 fix missing format string bug found by
256                 Georgi Guninski <guninski@guninski.com>
257
258 2003-10-03 [paul]       0.9.6claws2
259
260         * po/zh_CN.po
261                 update Simpilified Chinese translation, submitted by
262                 Hansom Young
263
264 2003-10-02 [christoph]  0.9.6claws1
265
266         * src/imap.c
267                 add UIDPLUS support for COPY and EXPUNGE
268
269 2003-10-02 [paul]       0.9.6claws
270
271         * 0.9.6claws released
272
273 2003-10-02 [paul]
274
275         * po/es.po
276           po/sk.po
277                 update Spanish and Slovak translations
278                 submitted by Ricardo Mones Lastra and Andrej Kacian
279  
280 2003-10-02 [paul]       0.9.5claws43
281
282         * po/en_GB.po
283                 update British English translation
284
285 2003-10-02 [paul]       0.9.5claws42
286
287         * po/hr.po
288                 update Croatian translation, submitted by Dragan
289
290 2003-10-01 [paul]       0.9.5claws41
291
292         * po/pl.po
293           po/sr.po
294                 update Polish and Serbian translations, submitted by
295                 Emil and Urke MMI
296
297 2003-10-01 [melvin]     0.9.5claws40
298
299         * po/fr.po
300                 Updated French translations
301
302 2003-10-01 [melvin]     0.9.5claws39
303
304         * src/prefs_fonts.c
305                 Fixed a Gtk warning
306
307         * src/plugins/dillo_prefs.c     
308                 Quasi unnoticeable UI clean-up.
309
310 2003-10-01 [paul]
311
312         * tools/README
313           tools/maildir2sylpheed.pl
314                 bug fixes, rewrites, submitted by Matthias Förste 
315                 <itsjustme@users.sourceforge.net>
316
317 2003-09-29 [paul]       0.9.5claws38
318
319         * src/inc.c
320                 fix my coding carelessness
321
322 2003-09-29 [paul]       0.9.5claws37
323
324         * po/POTFILES.in
325           src/Makefile.am
326           src/main.c
327           src/prefs_common.[ch]
328           src/prefs_fonts.[ch]  ** NEW FILES **
329                 move Font config options to Other Prefs/Display/Fonts
330                 (user's current configuration is preserved)
331
332 2003-09-29 [paul]       0.9.5claws36
333
334         * src/inc.c
335           src/prefs_account.c
336                 allow 'local_mbox' value to point to either a directory 
337                 (/var/mail -  default, new) or a file (/var/mail/username
338                 - original)
339
340 2003-09-28 [paul]       0.9.5claws35
341
342         * src/rfc2015.c
343                 on signature check, where key exists, print the
344                 Key ID
345
346 2003-09-27 [alfons]     0.9.5claws34
347
348         * src/action.c
349                 o make progress bar not fill/expand when resizing dialog
350                 o use default fixed text font for actions output
351
352 2003-09-27 [paul]       0.9.5claws33
353
354         * src/prefs_common.[ch]
355           src/procmsg.c
356           src/send_message.c
357                 remove External Program settings from Common Prefs/Send
358                 as they are now unnecessary due to Local account settings.
359                 plus a little tidying-up after 0.9.5claws31
360
361 2003-09-27 [paul]       0.9.5claws32
362
363         * src/prefs_account.c
364                 o make correction to gui text:
365                   'Local mailbox file' -> 'Local mailbox directory'
366                 o give 'local_mbox' option a reasonable default value:
367                   '/var/mail'
368                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
369                   value
370
371 2003-09-26 [paul]       0.9.5claws31
372
373         * src/inc.c
374           src/prefs_common.[ch]
375                 remove 'Incorporate from spool' common pref,
376                 force creation of a 'Local' account
377
378 2003-09-26 [christoph]  0.9.5claws30
379
380         * src/folder.c
381         * src/msgcache.c
382                 add more NULL pointer checks
383
384 2003-09-25 [christoph]  0.9.5claws29
385
386         * src/folder.c
387                 o don't fetch source message to get it's message id
388                 o immediately scan dest folder when copying a message did not
389                   return a new message number and not do it when the first message
390                   without a new message number is found
391
392 2003-09-23 [christoph]  0.9.5claws28
393
394         * src/compose.c
395                 fix generating of headers
396
397         (patch by David Relson <relson@osagesoftware.com>)
398
399 2003-09-23 [paul]       0.9.5claws27
400
401         * po/zh_CN.po
402                 update Simplified Chinese translation. submitted by
403                 Hansom Young
404
405 2003-09-23 [paul]       0.9.5claws26
406
407         * tools/Makefile.am
408           tools/README
409           tools/vcard2xml.py    ** NEW FILE **
410                 add a script that converts an evolution vcard to
411                 sylpheed's xml format
412                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
413
414 2003-09-22 [paul]       0.9.5claws25
415
416         * src/plugins/clamav/clamav_plugin.c
417                 don't skip MULTIPART parts
418
419 2003-09-21 [christoph]  0.9.5claws24
420
421         * src/alertpanel.c
422                 remove unneeded include
423
424         * src/folder.c
425                 clean up copy/move mess with duplicated code
426
427         * src/imap.c
428                 fix problem that sometimes the folder was not scanned
429                 also it was changed
430
431 2003-09-21 [christoph]  0.9.5claws23
432
433         * src/Makefile.am
434         * src/logwindow.[ch]                    ** REMOVE **
435         * src/mainwindow.c
436         * src/prefs_common.c
437         * src/gtk/Makefile.am
438         * src/gtk/logwindow.[ch]                ** ADD **
439                 make logwindow prefs_common independent and move
440                 it to gtk directory
441
442 2003-09-20 [christoph]  0.9.5claws22
443
444         * src/compose.c
445                 add extra space for address code conversion
446                 (4 * unconvered size could be too small for short headers)
447
448 2003-09-20 [christoph]  0.9.5claws21
449
450         * src/compose.c
451                 increase temp buffer size when writing headers
452
453 2003-09-19 [darko]      0.9.5claws20
454
455         * src/compose.c
456                 don't ignore value of 'Save copy of outgoing messages to
457                 this folder instead of Sent' in message redirect
458
459 2003-09-17 [christoph]  0.9.5claws19
460
461         * src/compose.c
462                 use ", " as address seperator for mail headers and pass whole
463                 header line at once to compose_convert_header to make sure
464                 it is correctly folded
465
466         (closes Bug 64 Problem when sending to many recipients)
467
468 2003-09-17 [hoa]        0.9.5claws18
469         
470         * src/matcher.[ch]
471           src/matcher_parser_parse.y
472           src/prefs_matcher.c
473                 changed the keyword used for command execution in condition
474                 keyword is changed from "execute" to "test"
475                 so that it is not the same as the one used for action.
476                 This will fix a bug when using filtering dialog.
477                 All semantic in the code is also changed to reflect
478                 the keyword change.
479
480 2003-09-17 [paul]
481         
482         * sync with 0.9.6 release
483
484 2003-09-17 [paul]       0.9.5claws17
485
486         * sync with 0.9.5cvs8
487                 see ChangeLog 2003-09-16 and 2003-09-17
488
489 2003-09-16 [paul]       0.9.5claws16
490
491         * sync with 0.9.5cvs6
492                 see ChangeLog 2003-09-16
493
494 2003-09-15 [paul]       0.9.5claws15
495
496         * sync with 0.9.5cvs5
497                 see ChangeLog 2003-09-15
498
499 2003-09-14 [alfons]     0.9.5claws14
500
501         * src/inc.c
502                 make "Go to inbox after receiving new mail" again;
503                 regression of a sync, restored to sylpheed main 
504                 behaviour. (misses still some bits)
505
506 2003-09-14 [alfons]     0.9.5claws13
507
508         * src/prefs_filtering_action.c
509                 o add proper message if empty execute command line
510                 o don't select first action item after registering a
511                   new action to prevent (what seems to be a GTK) bug
512                   #36, "filtering will only accept one action change 
513                   per invocation".
514
515 2003-09-14 [alfons]     0.9.5claws12
516
517         * src/prefs_filtering.c
518         * src/prefs_filtering_action.c
519         * src/prefs_matcher.c
520                 fix function signature for key_pressed_event signal handlers
521
522 2003-09-14 [alfons]     0.9.5claws11
523
524         * src/mainwindow.c
525                 fix regression caused by fix for invalid bug #7
526                 (should fix #246, "Multiple selections are deselected when 
527                 moving from search window to main window")
528                 
529 2003-09-14 [alfons]     0.9.5claws10
530         
531         * src/actions.[ch]
532         * src/filtering.[ch]
533         * src/prefs_actions.c
534                 allow `filtering actions` in actions; only for advanced users
535                 right now: try for example, "%as{mark color 2}" 
536         
537 2003-09-13 [paul]       0.9.5claws9
538         
539         * po/pl.po
540           po/zh_CN.po   ** NEW FILE **
541                 update Polish translation, submitted by Emil 
542                 <eminowbl@posejdon.wpk.p.lodz.pl>
543                 add new Simplified Chinese translation, submitted by
544                 Hansom Young <hansom_young@yahoo.com>
545
546 2003-09-12 [alfons]     0.9.5claws8
547
548         * src/summaryview.c
549                 don't open separate message views when View | Separate message view
550                 is active 
551                 (please look carefully for any navigation regressions)
552
553 2003-09-11 [alfons]     0.9.5claws7
554
555         * src/mainwindow.c
556                 make default message view, opened by View | Separate message 
557                 view, look like a claws message view (which includes a menu
558                 bar and a toolbar)
559                 (fixes bug #298, "message view loses tool bar") 
560
561 2003-09-11 [christoph]  0.9.5claws6
562
563         * src/folderview.c
564                 fix double deleting of newsgroup folders
565
566         (closes Bug 305 crash after deleting of a newsgroup)
567
568 2003-09-11 [paul]       0.9.5claws5
569
570         * src/rfc2015.c
571           src/common/utils.h
572                 more sync'ing from 0.9.5cvs2
573
574 2003-09-11 [christoph]  0.9.5claws4
575
576         * src/compose.c
577         * src/rfc2015.c
578         * src/common/utils.h
579                 fix sync with 0.9.5cvs2
580
581 2003-09-11 [paul]       0.9.5claws3
582
583         * sync with 0.9.5cvs4
584                 see ChangeLog 2003-09-11
585
586 2003-09-11 [paul]       0.9.5claws2
587
588         * sync with 0.9.5cvs2
589                 see ChangeLog 2003-09-05
590                 
591 2003-09-11 [paul]       0.9.5claws1
592
593         * sync with 0.9.5cvs3
594                 see ChangeLog 2003-09-10
595
596 2003-09-10 [paul]       0.9.5claws
597
598         * 0.9.5claws released
599
600 2003-09-10 [paul]       0.9.4claws78
601
602         * src/Makefile.am
603                 add missing files
604
605 2003-09-10 [melvin]     0.9.4claws77
606
607         * po/fr.po
608                 Updated French translations
609
610 2003-09-10 [paul]       0.9.4claws76
611
612         * po/es.po
613           po/sk.po
614           po/sr.po
615                 update Spanish, Slovak, and Serbian translations.
616                 submitted by Ricardo Mones Lastra, Andrej Kacian,
617                 and Urke MMI
618                 
619         * AUTHORS
620                 add translation team section
621
622 2003-09-09 [christoph]  0.9.4claws75
623
624         * src/folder.c
625                 free item->prefs in folder_item_destroy
626
627 2003-09-09 [alfons]     0.9.4claws74
628
629         * src/folderview.c
630                 o proper check for root node sorting
631                 o remove unnecessary gtk_ctree_remove_node 
632
633         (should fix bug #300, "crash while moving folder")      
634
635 2003-09-08 [christoph]  0.9.4claws73
636
637         * src/folderview.c
638                 o fix double adding of IMAP FolderItems to GtkCTree
639                 o fix crash then mbox folder is removed
640
641 2003-09-08 [christoph]  0.9.4claws72
642
643         * src/folder.c
644         * src/folderview.c
645         * src/mainwindow.c
646                 fix new folder notification
647
648         * src/mbox_folder.c
649                 fix cache path
650
651 2003-09-08 [christoph]  0.9.4claws71
652
653         * src/compose.c
654                 replace '\n' and '\r' before removing trailing spaces
655
656         * src/folder.[ch]
657         * src/folderview.c
658                 add information about new or removed items in folder tree change
659                 notification and use this in folderview to add and remove only
660                 the appected items and not refresh the whole tree
661
662 2003-09-07 [match]      0.9.4claws70
663
664         * src/Makefile.am
665         * src/addr_compl.c
666         * src/addressbook.c
667         * src/addressitem.h
668         * src/addrindex.c
669         * src/addritem.c
670         * src/addritem.h
671         * src/addrquery.c                       ** NEW **
672         * src/addrquery.h
673         * src/ldapquery.c
674         * src/ldapserver.c
675         * src/stock_pixmap.c
676         * src/stock_pixmap.h
677         * src/pixmaps/address_search.xpm        ** NEW **
678                 re-introduce Lookup button for LDAP 'static' searches.
679
680 2003-09-07 [alfons]     0.9.4claws69
681         
682         * src/summaryview.c
683                 abandon setting usize for messageview because it gives layout problems
684                 with the quick search bar and the headerview; fixes assorted UI glitches:
685                 
686                 o bug #148, "Toggling of quick-search bar reduces index view area" 
687                 o bug #280, "Window resiizes for line length but does not revert"
688
689 2003-09-07 [christoph]  0.9.4claws68
690
691         * src/compose.c
692                 o make sure we don't have any newlines in header values
693                 o check custom headers for spaces and newlines and ignore
694                   malformed header names
695
696 2003-09-06 [christoph]  0.9.4claws67
697
698         * src/folder.c
699         * src/folderview.c
700                 invoke notification hook for folder tree changes after append
701                 and remove folder
702
703         (closes Bug 294 Crash while moving folder with many subdirectories)
704
705 2003-09-06 [christoph]  0.9.4claws66
706
707         * src/folder.c
708                 destroy folder's MsgCache if FolderItem is removed to make sure
709                 it is not saved when the FolderItem is destroyed
710
711 2003-09-06 [christoph]  0.9.4claws65
712
713         * src/plugins/clamav/clamav_plugin.c
714                 fix copy & paste bug
715
716 2003-09-05 [christoph]  0.9.4claws64
717
718         * src/folder.c
719         * src/messageview.[ch]
720         * src/procmsg.[ch]
721         * src/summaryview.c
722                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
723                 by MessageView to clear it when the message is deleted. Should
724                 work even if messages are deleted in MainWindow or by
725                 processing.
726
727 2003-09-05 [alfons]     0.9.4claws63
728
729         * src/messageview.c
730                 deleting a message in a message view frees its msginfo, make 
731                 messageview_update_all() aware of that (should fix bug #293,
732                 "deleting message caused crash")
733
734 2003-09-05 [melvin]     0.9.4claws62
735
736         * src/action.c
737                 Improve synchronous action exit code (fixes 
738                 a ~5 seconds delay after action exit on RedHat 9)
739
740 2003-09-04 [christoph]  0.9.4claws61
741
742         * src/compose.c
743         * src/rfc2015.c
744         * src/common/utils.[ch]
745                 add util function to create mime boundary and use it
746                 in compose and gpg code
747
748 2003-09-04 [alfons]     0.9.4claws60
749
750         * src/folder.c
751                 source folder item's GNode should already have been freed in 
752                 a previous call to src->folder->klass->remove_folder()
753                 (should fix bug #287, "crash when moving folders")
754
755 2003-09-03 [thorsten]   0.9.4claws59
756
757         * src/plugins/spamassassin/spamassassin_gtk.c
758                 fix compile error
759
760 2003-09-03 [christoph]  0.9.4claws58
761
762         * src/plugins/spamassassin/spamassassin.[ch]
763         * src/plugins/spamassassin/spamassassin_gtk.c
764                 add timeout config option
765
766 2003-09-03 [paul]       0.9.4claws57
767
768         * po/sk.po      ** NEW FILE **
769                 add Slovak translation. Submitted by Andrej Kacian 
770                 <andrej@kacian.sk>
771
772 2003-09-03 [paul]       0.9.4claws56
773
774         * src/plugins/clamav/clamav_plugin_gtk.c
775                 gui tweaks: replace a label with a tooltip, modify the
776                 text, use gtk_check_button_new(); instead of
777                 gtk_check_button_new_with_label("");
778
779 2003-09-02 [alfons]     0.9.4claws55
780
781         * src/gtk/filesel.c
782                 remember last used dir when attaching multiple files (should fix
783                 bug #290, "Attach File does not remember directory")
784
785 2003-09-01 [paul]       0.9.4claws54
786
787         * po/es.po
788                 updated by Ricardo Mones Lastra
789
790 2003-09-01 [alfons]     0.9.4claws53
791
792         * src/gtk/gtkaspell.[ch]
793                 be pedantic and strict and use const gchar * instead of guchar *
794
795 2003-09-01 [alfons]     0.9.4claws52
796
797         * src/mainwindow.c
798         * src/summaryviewc.
799                 re-enable Save As when multiple messages are selected
800
801 2003-09-01 [paul]       0.9.4claws51
802
803         * src/textview.c
804                 g_free(trimmed_uri);
805
806 2003-09-01 [paul]       0.9.4claws50
807
808         * sync with 0.9.4cvs13
809                 see ChangeLog 2003-09-01
810
811 2003-09-01 [paul]       0.9.4claws49
812
813         * src/textview.c
814                 trim uri before sending to the statusbar
815                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
816                 in the message window causes main S-C window to enlarge 
817                 past screen edges'
818
819 2003-09-01 [paul]       0.9.4claws48
820
821         * sync with 0.9.4cvs12
822                 see ChangeLog 2003-09-01
823
824 2003-08-30 [christoph]  0.9.4claws47
825
826         * src/compose.c
827         * src/folder_item_prefs.[ch]
828         * src/prefs_folder_item.c
829         * src/gtk/gtkaspell.[ch]
830                 commit per folder dictionary patch by
831                 Paul Evans <nerd@freeuk.com>
832
833 2003-08-30 [christoph]  0.9.4claws46
834
835         * src/plugins/spamassassin/spamassassin_gtk.c
836         * src/plugins/spamassassin/spamassassin_gtk.glade
837                 reduce GUI clutter by placing hints into tooltips
838
839 2003-08-30 [paul]       0.9.4claws45
840
841         * src/compose.c
842                 add 'Content-Disposition: inline' to a text/plain
843                 part when using PGP/MIME signing
844
845 2003-08-30 [paul]       0.9.4claws44
846
847         * src/prefs_common.c
848           src/prefs_spelling.c
849           src/prefs_spelling.glade
850                 reduce GUI clutter by placing hints into tooltips
851
852 2003-08-29 [christoph]  0.9.4claws43
853
854         * configure.ac
855                 fix bug found by Ivan Rayner <ivanr@sgi.com>
856
857         * src/stock_pixmap.c
858                 change unecessary warning into a debug message
859
860         * src/plugins/clamav/Makefile.am
861                 Fix error "-I$(CLAMAV_LIBS)"
862
863 2003-08-29 [christoph]  0.9.4claws42
864
865         * intl/Makefile.in
866         * src/Makefile.am
867         * src/matcher.h
868         * src/common/Makefile.am
869         * src/common/passcrypt.c
870                 commit fixes and patches for some of the IRIX problems found by
871                 Ivan Rayner <ivanr@sgi.com>
872
873 2003-08-29 [paul]       0.9.4claws41
874
875         * src/prefs_filtering.c
876                 add 'Top' and 'Bottom' buttons, based on changes in
877                 src/prefs_filter.c in 0.9.4cvs11.
878
879 2003-08-27 [christoph]  0.9.4claws40
880
881         * src/folderview.c
882                 fix bug that the current summary settings were copied to the
883                 wrong folder item, when the folder item prefs are opened.
884                 Copying is not required because summary settings and
885                 folder_item_prefs do not contain the same settings
886
887 2003-08-27 [thorsten]   0.9.4claws39
888
889         * src/imap.c
890                 fix compile error
891
892 2003-08-26 [paul]       0.9.4claws38
893
894         * sync with 0.9.4cvs9
895                 see ChangeLog 2003-08-26
896
897 2003-08-25 [paul]       0.9.4claws37
898
899         * sync with 0.9.4cvs8
900                 see ChangeLog 2003-08-25
901
902 2003-08-24 [christoph]  0.9.4claws36
903
904         * src/prefs_filtering.c
905                 shouldn't remove items from a GSList while iterating over the
906                 list (makes cur invalid and cur->next not accessable)
907
908         (closes Bug 272 i deleted an folder and some seconds later sylpheed
909          crashed)
910
911 2003-08-23 [christoph]  0.9.4claws35
912
913         * src/news.c
914                 news folders should be scanned when opened
915
916 2003-08-22 [christoph]  0.9.4claws34
917
918         * src/prefs_folder_item.c
919                 use macro to assign strings that always frees the old string
920
921         * src/gtk/gtkaspell.[ch]
922                 add gtkaspell_set_dictionary_menu_active_item() to set active
923                 item in dictionary option menu
924
925         * src/prefs_spelling.c
926                 use gtkaspell_set_dictionary_menu_active_item() to select
927                 dictionary
928
929 2003-08-21 [christoph]  0.9.4claws33
930
931         * src/folder.[ch]
932         * src/imap.c
933         * src/mbox_folder.c
934         * src/mh.c
935         * src/news.c
936                 optimize folder system
937
938         * src/gtk/gtkstext.c
939                 fix division by zero when font has 0 width for ' '
940
941 2003-08-21 [paul]       0.9.4claws32
942
943         * sync with 0.9.4cvs7
944                 see ChangeLog 2003-08-20
945
946 2003-08-19 [paul]       0.9.4claws31
947
948         * src/common/defs.h
949                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
950                 SYLDOC_FAQ_HTML_INDEX.
951         * src/manual.c
952                 use LC_MESSAGES instead of LC_ALL to find the current
953                 language
954
955           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
956
957 2003-08-19 [paul]       0.9.4claws30
958
959         * po/bg.po
960                 updated by George Danchev
961
962 2003-08-18 [luke]       0.9.4claws29
963         * src/mimeview.[ch]
964         * src/gtk/gtkvscrollbutton.[ch]
965                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
966                   dependencies; do it the GTK way; reduce code -14/+2 lines)
967                 o removed horizontal separator between icons
968
969 2003-08-17 [christoph]  0.9.4claws28
970
971         * src/procmsg.c
972                 no subject threading when the subject has no reply prefix
973
974 2003-08-16 [christoph]  0.9.4claws27
975
976         * src/mainwindow.c
977                 remember and restore window sizes and position when the main
978                 window is hidden or shown
979
980         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
981          minimised/reopened using trayicon)
982
983 2003-08-16 [paul]       0.9.4claws26
984
985         * src/crash.c
986                 add #include "defs.h"
987
988 2003-08-16 [paul]       0.9.4claws25
989
990         * src/plugins/clamav/clamav_plugin.c
991                 reword a debug_print
992                 
993         * src/plugins/dillo_viewer/dillo_prefs.c
994                 cosmetic: change the labels' text, add tooltips, and
995                 left-align the hint
996
997 2003-08-15 [christoph]  0.9.4claws24
998
999         * src/news.c
1000                 complete last change (forgot some changes)
1001
1002 2003-08-15 [christoph]  0.9.4claws23
1003
1004         * src/news.c
1005                 o check number of messages and don't return a 0 message
1006                   when no messages are available
1007                 o don't parse xref header anymore
1008
1009         (closes Bug 203 I'm not getting any news)
1010
1011 2003-08-15 [paul]       0.9.4claws22
1012
1013         * src/common/defs.h
1014           src/crash.c
1015                 update and define claws bugzilla location
1016
1017 2003-08-15 [paul]       0.9.4claws21
1018
1019         * po/ru.po
1020                 update submitted by Ruslan N. Balkin
1021
1022 2003-08-14 [christoph]  0.9.4claws20
1023
1024         * src/procmsg.c
1025                 fix search for oldest node in subject threading
1026
1027 2003-08-14 [christoph]  0.9.4claws19
1028
1029         * src/procmsg.c
1030         * src/common/utils.h
1031                 add possibility to check all nodes with the same subject for
1032                 subject threading, not only the oldest node. Should not break
1033                 threads anymore if the oldest node is thread_by_subject_max_age
1034                 days older then parent, because it can now find a child of
1035                 oldest node as new parent.
1036
1037 2003-08-11 [christoph]  0.9.4claws18
1038
1039         * src/plugins/spamassassin/spamassassin.c
1040                 run spam check in background process
1041
1042 2003-08-10 [alfons]     0.9.4claws17
1043
1044         * src/summaryview.c
1045                 make `Select All' sensitive too
1046
1047 2003-08-10 [christoph]  0.9.4claws16
1048
1049         * src/imap.c
1050                 add more checks in imap_close
1051
1052 2003-08-09 [alfons]     0.9.4claws15
1053
1054         * src/prefs_spelling.c
1055                 no spell checking UI if not requested
1056
1057 2003-08-09 [alfons]     0.9.4claws14
1058
1059         * src/gtk/prefswindow.c
1060                 make it compile
1061
1062 2003-08-09 [christoph]  0.9.4claws13
1063
1064         * src/prefs_spelling.c
1065         * src/gtk/prefswindow.[ch]
1066         * src/plugins/clamav/clamav_plugin_gtk.c
1067         * src/plugins/spamassassin/spamassassin_gtk.c
1068                 sort prefs pages by heighest weight in tree
1069
1070 2003-08-09 [paul]       0.9.4claws12
1071
1072         * sync with 0.9.4cvs6
1073                 see ChangeLog 2003-08-07
1074                 
1075         * AUTHORS
1076                 add Leandro and Luke to claws-branch section
1077
1078 2003-08-09 [christoph]  0.9.4claws11
1079
1080         * src/gtk/Makefile.am
1081         * src/gtk/colorsel.[ch]                 ** NEW **
1082                 create a color selection dialog that can be used as a simple
1083                 function call with it's own gtk main loop like filesel.[ch]
1084
1085         * src/Makefile.am
1086         * src/main.c
1087         * src/prefs_common.c
1088         * src/prefs_spelling.[ch]               ** NEW **
1089         * src/prefs_spelling.glade              ** NEW **
1090         * src/gtk/gtkutils.[ch]
1091                 move "Spell Checker" prefs to new prefs dialog
1092
1093         * src/prefs_folder_item.c
1094                 use new colorsel dialog
1095
1096 2003-08-08 [paul]       0.9.4claws10
1097
1098         * src/inc.c
1099                 clear the progress bar unconditionally
1100
1101 2003-08-08 [paul]       0.9.4claws9
1102
1103         * sync with 0.9.4cvs4
1104                 see ChangeLog 2003-07-31
1105
1106 2003-08-07 [christoph]  0.9.4claws8
1107
1108         * configure.ac
1109                 fix bug in image viewer plugin part
1110
1111         * src/imap.c
1112                 don't execute close command if the folder item is not selected
1113
1114 2003-08-07 [hoa]        0.9.4claws7
1115
1116         * src/filtering.[ch]
1117         * src/matcher_parser.h
1118         * src/matcher_parser_parse.y
1119                 can define several actions for each filtering rule
1120                 can import old versions of filtering rules
1121
1122         * src/prefs_filtering.c
1123                 call to a new dialog box to define actions
1124
1125         * src/prefs_filtering_action.[ch]
1126                 dialog box to define actions for filtering rules
1127
1128 2003-08-06 [christoph]  0.9.4claws6
1129
1130         * src/imap.c
1131                 make sure source folder is selected when copying messages
1132
1133 2003-08-06 [christoph]  0.9.4claws5
1134
1135         * sync with 0.9.4cvs2
1136                 see ChangeLog 2003-07-29                
1137
1138 2003-08-05 [paul]       0.9.4claws4
1139
1140         * sync with 0.9.4cvs3
1141                 see ChangeLog 2003-07-30
1142
1143 2003-08-04 [match]      0.9.4claws3
1144
1145         * po/POTFILES.in
1146                 export of LDIF files.
1147
1148 2003-08-04 [match]      0.9.4claws2
1149
1150         * src/ldif.[ch]
1151                 support for export LDIF. documented.
1152         * src/importldif.[ch]
1153         * src/exportldif.[ch]
1154                 add tooltips. documented.
1155         * src/exphtmldlg.[ch]
1156         * src/common/xmlprops.[ch]
1157                 documented.
1158         * src/exportldif.[ch]                   ** NEW **
1159         * src/expldifdlg.[ch]                   ** NEW **
1160         * src/addressbook.[ch]
1161         * src/Makefile.am
1162                 export of LDIF files.
1163                 documented.
1164
1165 2003-08-04 [christoph]  0.9.4claws1
1166
1167         * .cvsignore
1168         * Makefile.am
1169         * configure.ac
1170         * sylpheed-claws.pc.in                  ** NEW **
1171         * src/Makefile.am
1172         * src/common/Makefile.am
1173         * src/gtk/Makefile.am
1174                 install sylpheed header files in $(pkgincludedir) and create a
1175                 pkg-config file to allow building a plugin without the source
1176                 package
1177
1178 2003-08-04 [paul]       0.9.4claws
1179
1180         * version 0.9.4claws
1181
1182 2003-08-04 [paul]       0.9.3claws97
1183
1184         * po/es.po
1185                 update Spanish translation. Submitted by Ricardo
1186                 Mones Lastra.
1187
1188 2003-08-03 [paul]       0.9.3claws96
1189
1190         * po/hr.po
1191           po/sr.po
1192                 update Croatian and Serbian translations. Submitted by
1193                 Dragan and Urke MMI respectively
1194
1195 2003-08-03 [alfons]     0.9.3claws95
1196
1197         * src/summaryview.c
1198                 mark flag has precedence over important flag - seems
1199                 to have been changed in sync of 0.9.3claws45. this fixes
1200                 a regression where messages that were scored as important
1201                 don't show their mark flags. (using the same column for
1202                 both importance as mark flags is the real problem
1203                 ofcourse)
1204
1205 2003-08-03 [melvin]     0.9.3claws94
1206
1207         * po/fr.po
1208                 Updated French translations.
1209
1210 2003-08-03 [melvin]     0.9.3claws93
1211
1212         * src/Makefile.am
1213                 Fixed typo introduced after 0.9.3claws92 
1214                 that prevented compilation
1215                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1216                 CPPFLAGS and YFLAGS to allow user setting these.
1217         * src/common/Makefile.am
1218         * src/gtk/Makefile.am
1219         * src/plugins/clamav/Makefile.am
1220         * src/plugins/demo/Makefile.am
1221         * src/plugins/dillo_viewer/Makefile.am
1222         * src/plugins/image_viewer/Makefile.am
1223         * src/plugins/mathml_viewer/Makefile.am
1224         * src/plugins/spamassassin/Makefile.am
1225         * src/plugins/trayicon/Makefile.am
1226         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1227                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1228                 CPPFLAGS and YFLAGS to allow user setting these.
1229
1230 2003-08-02 [christoph]  0.9.3claws92
1231
1232         * configure.ac
1233                 o rearrange plugin tests
1234                 o add test for clamav.h to ClamAV tests
1235
1236 2003-08-02 [luke]       0.9.3claws91
1237
1238         * src/mimeview.c
1239                 o fixed appearance of icon list when toggling back from the 
1240                   ctree
1241                 o toggling of icons using the keyboard works correctly
1242                 o fixed all other keyboard shortcuts to work when icons are
1243                   active
1244         
1245         * src/messageview.c
1246                 o fixed bug 4 - focus lost when changing messageview view type
1247
1248 2003-08-02 [christoph]  0.9.3claws90
1249
1250         * src/common/hooks.c
1251                 fix crash when pointer stored in hash table could get invalid
1252                 when a plugin is unloaded
1253
1254 2003-08-01 [christoph]  0.9.3claws89
1255
1256         * configure.ac
1257                 o try to build all plugins (except spamassassin) by default
1258                 o don't build a plugin if a dependency check fails
1259
1260         * src/common/hooks.c
1261                 fix warning
1262
1263 2003-08-01 [match]      0.9.3claws88
1264
1265         * src/importldif.c
1266                 allow single click field selection. document code.
1267
1268 2003-08-01 [christoph]  0.9.3claws87
1269
1270         * src/plugins/clamav/clamav_plugin.c
1271         * src/plugins/clamav/clamav_plugin_gtk.c
1272         * src/plugins/dillo_viewer/dillo_viewer.c
1273         * src/plugins/image_viewer/plugin.c
1274         * src/plugins/mathml_viewer/mathml_viewer.c
1275         * src/plugins/spamassassin/spamassassin.c
1276         * src/plugins/spamassassin/spamassassin_gtk.c
1277         * src/plugins/trayicon/trayicon.c
1278                 add version check to all plugins
1279
1280 2003-08-01 [hoa]        0.9.3claws86
1281
1282         * src/prefs_filtering.c
1283                 fixed a cosmetic bug, during creation of dialog box,
1284                 wrong widgets were shown after creation.
1285
1286 2003-08-01 [luke]       0.9.3claws85
1287
1288         * src/mainwindow.c
1289                 o fixed visibility of icons/mimeview after toggling separate
1290                   message/folder view (factored out some similar code too).
1291
1292
1293 2003-07-31 [alfons]     0.9.3claws84
1294
1295         * src/mimeview.c
1296                 tweak icon box UI a bit more, now allowing right-clicks actions
1297                 getting the relevant mime data too; should fix #250, "Can't save 
1298                 attachments sometimes".
1299
1300 2003-07-30 [alfons]     0.9.3claws83
1301
1302         * src/compose.c
1303                 don't do auto-save-draft inside key press handler, but rather
1304                 schedule it half of a second later; should fix #67, "autosave 
1305                 make re-rediting message crazy"
1306
1307 2003-07-30 [christoph]  0.9.3claws82
1308
1309         * src/plugins/trayicon/trayicon.c
1310                 process pending events before unloading the plugin
1311
1312         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1313
1314 2003-07-30 [alfons]     0.9.3claws81
1315
1316         * src/common/hooks.c
1317                 parameter 2 of g_hook_destroy() should really be a hook id
1318
1319 2003-07-30 [alfons]     0.9.3claws80
1320
1321         * src/common/plugin.c
1322                 fix a possibly harmful function signature mismatch 
1323                 for plugin_done
1324
1325 2003-07-30 [alfons]     0.9.3claws79
1326
1327         * src/common/hooks[.ch]
1328                 const correctness
1329
1330 2003-07-30 [darko]      0.9.3claws78
1331
1332         * src/summaryview.c
1333                 make it compile again
1334
1335 2003-07-30 [luke]       0.9.3claws77
1336
1337         * src/crash.c
1338         * src/main.c
1339                 o added/moved signal handlers for SIGTERM (normal kill command) 
1340                   and SIGINT (ctl-c) to be used even without 
1341                   --enable-crash-dialog, fixing bug 166
1342
1343         * src/summaryview.c
1344                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1345                   bug 227
1346
1347         * src/mainwindow.c
1348                 o changed sensitivity condition for 'Next new' and 'Next 
1349                   unread', fixing bug 8
1350
1351 2003-07-29 [alfons]     0.9.3claws76
1352
1353         * src/common/utils.[ch]
1354                 add generate_msgid()
1355         * src/messageview.c
1356                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1357                 sent folder".
1358
1359 2003-07-29 [alfons]     0.9.3claws75
1360
1361         * src/messageview.c
1362                 fix a memleak (claws-only)
1363
1364 2003-07-29 [alfons]     0.9.3claws74
1365
1366         * src/mimeview.[ch]
1367         * src/gtk/gtkvscrollbutton.[ch]
1368                 fix UI glitch where mime icon toolbox' scroll position is not 
1369                 reset after switching to another message
1370                 
1371
1372 2003-07-29 [paul]       0.9.3claws73
1373
1374         * src/prefs_folder_item.c
1375                 split the prefs into 2 separate pages
1376
1377 2003-07-29 [paul]       0.9.3claws72
1378
1379         * src/compose.c
1380                 prepend "\n\n" to a signature without a separator too
1381
1382 2003-07-29 [paul]       0.9.3claws71
1383
1384         * src/compose.c
1385                 fix bug where changing to an account without an auto-sig
1386                 from an initial account without an auto-sig would insert 
1387                 2 blank lines at the cursor point
1388                 fix bug where changing to an account with an auto-sig
1389                 from an initial account without an auto-sig would insert
1390                 the sig at the cursor point
1391
1392 2003-07-29 [paul]       0.9.3claws70
1393
1394         * src/folderview.c
1395                 use the colour from the folder pref unless the folder
1396                 has new messages
1397
1398 2003-07-29 [alfons]     0.9.3claws69
1399
1400         * src/procmsg.[ch]
1401         * src/messageview.c
1402         * src/procheader.c
1403                 rewrite return receipt request work a little bit (the former 
1404                 implementation presumably depended too much on the UI setting
1405                 flags). (we're losing the old pending flag.) 
1406
1407 2003-07-28 [christoph]  0.9.3claws68
1408
1409         * src/folder.c
1410         * src/imap.c
1411         * src/mh.c
1412         * src/procmsg.[ch]
1413                 fix copy to IMAP folder from other folder
1414
1415 2003-07-28 [christoph]  0.9.3claws67
1416
1417         * src/procmsg.c
1418                 fix sync of procmsg_get_message_file_list
1419
1420 2003-07-28 [christoph]  0.9.3claws66
1421
1422         * sync with 0.9.3cvs14
1423                 see ChangeLog 2003-07-18
1424         * sync with 0.9.3cvs17
1425                 see ChangeLog 2003-07-23
1426
1427         (closes Bug 234 segmentation fault after sending out mail via
1428          smtp(auth))
1429
1430 2003-07-28 [paul]       0.9.3claws65
1431
1432         * po/es.po
1433                 update Spanish translation, submitted by Ricardo Mones
1434                 Lastra
1435
1436 2003-07-28 [christoph]  0.9.3claws64
1437
1438         * src/folder.[ch]
1439         * src/imap.c
1440         * src/mh.c
1441                 return new message numbers as a GRelation instead of a GSList
1442                 that has to be in the same order as the input list. A list
1443                 would make it hard for IMAP to optimize oepration by sorting
1444                 the input list. The returned list would have to be reordered
1445                 to match the same order that input list has.
1446
1447         * src/gtk/gtkaspell.c
1448                 fix missing return value, could cause a crash when garbage is
1449                 on the stack that is used as the expected return value
1450
1451 2003-07-28 [paul]       0.9.3claws63
1452
1453         * sync with 0.9.4cvs1
1454                 see ChangeLog 2003-07-28
1455
1456 2003-07-27 [alfons]     0.9.3claws62
1457
1458         * src/mimeview.c
1459                 tweak it more to make icon list act like a check button group
1460
1461 2003-07-27 [christoph]  0.9.3claws61
1462
1463         * sync with 0.9.3cvs20
1464                 see ChangeLog 2003-07-25
1465
1466 2003-07-27 [paul]       0.9.3claws60
1467
1468         * src/procmsg.c
1469                 re-commit changes from 0.9.3claws58 -
1470                 accidently removed in 0.9.3claws59
1471
1472 2003-07-27 [paul]       0.9.3claws59
1473
1474         * src/procmsg.[ch]
1475                 a sync from 0.9.3cvs17
1476                 see ChangeLog 2003-07-23
1477
1478 2003-07-27 [alfons]     0.9.3claws58
1479
1480         * src/procmsg.c
1481                 add missing header members to MsgInfo; fixes the problem of 
1482                 not displaying X-Faces, as noticed by Ricardo Mones
1483
1484 2003-07-26 [christoph]  0.9.3claws57
1485
1486         * sync with 0.9.3cvs18
1487                 see ChangeLog 2003-07-24
1488
1489 2003-07-26 [christoph]  0.9.3claws56
1490
1491         * sync with 0.9.3cvs17
1492                 see ChangeLog 2003-07-23
1493
1494 2003-07-26 [christoph]  0.9.3claws55
1495
1496         * src/folder.[ch]
1497         * src/imap.c
1498         * src/mbox_folder.c
1499         * src/mh.c
1500         * src/news.c
1501                 add support for copy function that copy multiple messages
1502                 (not implemented yet)
1503
1504         * src/summaryview.c
1505                 add missing return value
1506
1507 2003-07-26 [paul]       0.9.3claws54
1508
1509         * tools/multiwebsearch.pl
1510                 do whitespace substitution before passing the string
1511                 to the browser. fixes bug with browsers that don't
1512                 do whitespace conversion themselves.
1513
1514 2003-07-25 [christoph]  0.9.3claws53
1515
1516         * src/folder.[ch]
1517         * src/imap.c
1518         * src/mh.c
1519                 rewrite adding of multiple messages to a folder for
1520                 claws' folder system
1521
1522 2003-07-25 [luke]       0.9.3claws52
1523
1524         * src/mimeview.c
1525                 o icon toggles set correctly on leaving ctree mimeview
1526
1527 2003-07-25 [paul]       0.9.3claws51
1528
1529         * partial sync with 0.9.3cvs21 [src/main.c]
1530                 see ChangeLog 2003-07-25
1531
1532 2003-07-24 [paul]       0.9.3claws50
1533
1534         * tools/maildir2sylpheed.pl
1535                 fix typo
1536
1537 2003-07-24 [paul]       0.9.3claws49
1538
1539         * src/mimeview.c
1540                 increase the gutter size of paned so that the panes
1541                 can be resized
1542                 
1543         * src/plugins/demo/demo.c
1544                 squeeze in another typo fix
1545
1546 2003-07-24 [paul]       0.9.3claws48
1547
1548         * src/plugins/demo/demo.c
1549           src/prefs_account.c
1550                 small changes to the English
1551                 
1552         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1553           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1554           src/Makefile.am
1555           src/stock_pixmap.c
1556                 rename the misspelled icon
1557
1558 2003-07-23 [alfons]     0.9.3claws47
1559
1560         * src/mimeview.c
1561                 make icon list look like a list of toggles
1562
1563 2003-07-23 [luke]       0.9.3claws46
1564
1565         * src/pixmaps/mimeview_gpg_expired.xpm
1566         * src/pixmaps/mimeview_gpg_failed.xpm
1567         * src/pixmaps/mimeview_gpg_passed.xpm
1568         * src/pixmaps/mimeview_text_html.xpm
1569         * src/pixmaps/mimeview_image.xpm
1570                 o all icons the same size
1571
1572         * src/mimeview.[ch]
1573                 o mimeview ctree arranged vertically above the viewer
1574                 o icons changed to buttons
1575                 o can use keyboard to select an icon (Enter)
1576                 o resize icon list to width of icons
1577
1578         *  src/gtk/gtkvscrollbutton.c
1579                 o sensitivity of buttons reacts to position
1580
1581 2003-07-23 [christoph]  0.9.3claws45
1582
1583         * sync with 0.9.3cvs14 (incomplete)
1584                 see ChangeLog 2003-07-17
1585
1586 2003-07-23 [alfons]     0.9.3claws44
1587
1588         * src/folder.c
1589         * src/procmsg.h
1590                 sync with my local tree to restore some claws-only things
1591
1592 2003-07-23 [paul]       0.9.3claws43
1593
1594         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1595           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1596           src/Makefile.am
1597           src/mimeview.c
1598           src/procmime.h
1599           src/rfc2015.c
1600           src/stock_pixmap.[ch]
1601                 indicate missing keys and expired sigs/keys
1602                 in mime view column
1603
1604 2003-07-23 [paul]       0.9.3claws42
1605
1606         * src/compose.c
1607                 Redirect fixes: enable automatic account selection and
1608                 do not append signature to message on changing account
1609                 fixes Bug[s] #248
1610
1611 2003-07-23 [paul]       0.9.3claws41
1612
1613         * sync with 0.9.3cvs16
1614                 see ChangeLog 2003-07-23
1615
1616 2003-07-23 [alfons]     0.9.3claws40
1617
1618         * src/inc.c
1619                 give progress dialog a main window, and give it the first 
1620                 one (presumably the only one). fixes bug #247, "segfault on 
1621                 pop-before-smtp" 
1622
1623 2003-07-22 [alfons]     0.9.3claws39
1624
1625         * src/summaryview.c
1626                 shift-space scrolls up
1627
1628 2003-07-22 [paul]       0.9.3claws38
1629
1630         * sync with 0.9.3cvs15
1631                 see ChangeLog 2003-07-22
1632
1633 2003-07-20 [alfons]     0.9.3claws37
1634
1635         * src/compose.c
1636                 put menu inside #ifdef USE_ASPELL..#endif
1637
1638 2003-07-20 [christoph]  0.9.3claws36
1639
1640         * src/procmsg.c
1641                 fix wrong flags in MsgInfo returned by
1642                 procmsg_msginfo_get_full_info()
1643
1644         (closes Bug 221 Deleting messages from the Message View gives incorrect
1645          new/unread message counts in the folder view)
1646
1647         * src/plugins/spamassassin/spamassassin_gtk.c
1648                 add gettext macro for prefs page title
1649
1650 2003-07-20 [paul]       0.9.3claws35
1651
1652         * src/mimeview.c
1653                 redraw icon list on signature check
1654
1655 2003-07-20 [christoph]  0.9.3claws34
1656
1657         * src/Makefile.am
1658         * src/account.c
1659         * src/folder.[ch]
1660         * src/folder_item_prefs.[ch]            ** NEW **
1661         * src/folderview.c
1662         * src/mainwindow.c
1663         * src/mh.c
1664         * src/prefs_gtk.c
1665         * src/prefs_scoring.c
1666         * src/summaryview.c
1667         * src/prefs_folder_item.[ch]
1668                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1669                   Properties dialog
1670                 o use prefswindow for folder properties
1671
1672         * src/gtk/prefswindow.[ch]
1673                 change implementation to use an invisible notebook instead
1674                 of unparenting widgets
1675
1676 2003-07-20 [christoph]  0.9.3claws33
1677
1678         * src/compose.h
1679         * src/folder.c
1680         * src/folderview.h
1681         * src/headerview.h
1682         * src/prefs_filtering.h
1683         * src/prefs_folder_item.[ch]
1684         * src/procmime.h
1685         * src/procmsg.h
1686         * src/summaryview.h
1687                 clean up header mess
1688                 (always use 1. typedefs, 2. #includes, 3. structures)
1689
1690         * src/common/version.h.in
1691                 add casts for constants
1692
1693         * src/plugins/demo/demo.c
1694                 fix typo
1695
1696         * src/plugins/spamassassin/spamassassin.c
1697                 remove unused variable
1698
1699 2003-07-20 [alfons]     0.9.3claws32
1700
1701         * src/mimeview.c
1702                 o make icon buttons respond on left click
1703                 o minor cosmetic change
1704
1705 2003-07-19 [luke]       0.9.3claws31
1706
1707         * src/mimeview.[ch]
1708         * src/gtk/gtkvscrollbutton.c
1709         * src/messageview.c
1710                 o improved mimeview behaviour when selecting a new message
1711                 o plus code cleanups to remove compile warnings
1712
1713
1714 2003-07-19 [alfons]     0.9.3claws30
1715
1716         * src/procmsg.c
1717         * src/compose.c
1718         * src/common/utils.[ch]
1719                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1720
1721 2003-07-19 [alfons]     0.9.3claws29
1722
1723         * src/prefs_folder_item.c
1724                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1725                 string pointers
1726
1727 2003-07-19 [luke]       0.9.3claws28
1728
1729         * src/messageview.c
1730         * src/mimeview.[ch]
1731         * src/procmime.h
1732         * src/rfc2015.c
1733         * src/stock_pixmap.[ch]
1734         * src/gtk/Makefile.am
1735         * src/Makefile.am
1736         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1737         * src/pixmaps/mime_*.xpm                ** NEW **
1738                 o mimeview rearrangement with a new icon shortcut bar
1739
1740 2003-07-19 [alfons]     0.9.3claws27
1741
1742         * src/folderview.c
1743                 o plug leaking nodes_to_recollapse
1744                 o add folderview_recollapse_all_nodes() (not used yet)
1745
1746 2003-07-19 [alfons]     0.9.3claws26
1747
1748         * src/compose.c
1749         * src/common/utils.c
1750                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1751                 for both forwarding as replying
1752
1753 2003-07-18 [christoph]  0.9.3claws25
1754
1755         * configure.ac
1756         * src/common/sylpheed.[ch]
1757         * src/common/version.h.in
1758                 add version in numeric form to allow easy comparison
1759
1760         * src/plugins/demo/demo.c
1761                 add version check
1762                 - sylpheed version > plugin version => never allowed, sylpheed
1763                   could contain unknown API changes
1764                 - sylpheed version < minimum version required => don't load,
1765                   API required not available (if linking does not fail)
1766
1767 2003-07-18 [alfons]     0.9.3claws24
1768         
1769         * src/common/plugin.[ch]
1770                 const correctness
1771
1772 2003-07-18 [christoph]  0.9.3claws23
1773
1774         * src/common/hooks.c
1775                 fix crash when hooks where unregisted
1776
1777         * src/plugins/trayicon/trayicon.c
1778                 unregister detroy signal before destroying the widget
1779                 (still crashes when the plugin is unloaded)
1780
1781 2003-07-18 [alfons]     0.9.3claws22
1782         
1783         * src/folderview.c
1784                 delay expanding folder tree during drags until timeout triggered
1785                 (needs perhaps some tweaking, so testing is welcome)
1786
1787 2003-07-17 [alfons]     0.9.3claws21
1788
1789         * src/folderview.c
1790                 clean up cruft
1791
1792 2003-07-17 [christoph]  0.9.3claws20
1793
1794         * src/common/session.c
1795                 fix opening of SSL connections
1796
1797         * src/plugins/image_viewer/Makefile.am
1798                 add OPENSSL_CFLAGS (we should find a better solution to remove
1799                 this dependencies if they are not required)
1800
1801         * src/plugins/spamassassin/spamassassin.c
1802                 remove setlocale workaround (fixed in libspamc)
1803
1804         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1805          if spell checking enabled)
1806
1807 2003-07-17 [alfons]     0.9.3claws19
1808
1809         * src/common/hooks.[ch]
1810         * src/plugins/clamav/clamav_plugin.c
1811         * src/plugins/spamassassin/spamassassin.c
1812         * src/plugins/trayicon/trayicon.c
1813                 fix signedness muck 
1814
1815 2003-07-17 [alfons]     0.9.3claws18
1816
1817         * src/procmime.c
1818                 plug memleak
1819
1820 2003-07-17 [alfons]     0.9.3claws17
1821
1822         * src/inc.c
1823                 plug memleak
1824
1825 2003-07-17 [paul]       0.9.3claws16
1826
1827         * src/common/defs.h
1828           src/mainwindow.c
1829           src/manual.[ch]
1830                 add link to the Claws site's FAQ page, after the suggestion
1831                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1832                 Move url strings to defs.h
1833                 
1834         * src/mainwindow.c
1835                 fix typo to prevent "unknown menu entry" warnings
1836
1837 2003-07-17 [alfons]     0.9.3claws15
1838
1839         * src/folderview.[ch]
1840         * src/summaryview.[ch]
1841         * src/mimeview.[ch]
1842                 plug DnD leaks 
1843
1844 2003-07-17 [paul]       0.9.3claws14
1845
1846         * src/inc.c
1847                 remove two instances of 'GTK_EVENTS_FLUSH' because
1848                 they are unnecessary and probably cause a stack overflow
1849
1850 2003-07-16 [christoph]  0.9.3claws13
1851
1852         * src/mimeview.[ch]
1853                 use an invisible GTK notebook to switch between viewers
1854                 instead of reparenting widgets
1855
1856 2003-07-16 [christoph]  0.9.3claws12
1857
1858         * src/folder.c
1859                 move folder_item_update_freeze() to correct place in
1860                 folder_item_scan_full()
1861
1862 2003-07-16 [paul]       0.9.3claws11
1863
1864         * sync with 0.9.3cvs12
1865                 see ChangeLog 2003-07-14 and 2003-07-15
1866
1867 2003-07-16 [christoph]  0.9.3claws10
1868
1869         * src/imap.[ch]
1870         * src/prefs_account.[ch]
1871                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1872
1873 2003-07-15 [alfons]     0.9.3claws9
1874
1875         * src/main.c
1876                 make --config-dir do something useful
1877
1878 2003-07-15 [alfons]     0.9.3claws8
1879
1880         * src/procmsg.c
1881                 o fix a bug where 'last' didn't really point to the last message
1882                   in the top level list of children, but to the last threaded
1883                   message. 
1884                 
1885                 o clean up and make it easier to sync
1886
1887 2003-07-15 [alfons]     0.9.3claws7
1888
1889         * src/mainwindow.c
1890                 make correct menu items sensitive       
1891
1892 2003-07-14 [alfons]     0.9.3claws6
1893
1894         * src/procmsg.c
1895                 tune the threader so it will not subject-thread any message
1896                 without a subject prefix (this will not thread correctly if 
1897                 a parent is delivered after their childs, but it looks 
1898                 better right now)
1899
1900 2003-07-13 [christoph]  0.9.3claws5
1901
1902         * src/mainwindow.c
1903                 group "Add mailbox *..." menu items in submenu
1904
1905 2003-07-13 [alfons]     0.9.3claws4
1906
1907         * src/summaryview.c
1908                 correct summary_toggle_pressed() signature and make sure
1909                 signal is not passed on
1910
1911 2003-07-13 [alfons]     0.9.3claws3
1912
1913         * src/summaryview.c
1914                 o for now don't pass on keys when they we're handled by 
1915                   ctree::key_press_event
1916                 o clean up
1917
1918 2003-07-13 [alfons]     0.9.3claws2
1919         
1920         * src/main.c
1921                 add command line option "--config-dir" to get the current 
1922                 configuration dir
1923
1924 2003-07-12 [alfons]     0.9.3claws1
1925
1926         * src/matcher.[ch]
1927         * src/matcher_parser_parse.y
1928         * src/prefs_filtering.c
1929         * src/filtering.c
1930                 add "Lock" filter action to lock messages;
1931
1932         * src/filtering.c       
1933                 remove debug_print()    
1934         * src/prefs_filtering.c
1935                 re-organize matcher part 9: 
1936                 make action text entries easily extendible;
1937                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1938                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1939
1940 2003-07-12 [paul]
1941
1942         * tools/README
1943                 update old information and add missing
1944                 information
1945
1946 2003-07-12 [paul]       0.9.3claws
1947
1948         * 0.9.3claws released
1949         
1950 2003-07-12 [paul]       0.9.0claws103
1951
1952         * src/Makefile.am
1953                 add addrquery.h
1954
1955 2003-07-12 [melvin]     0.9.0claws102
1956
1957         * src/messageview.c
1958                 Fixed bug #215: Show MIME tab for single text/html messages. 
1959                 
1960 2003-07-12 [paul]       0.9.0claws101
1961
1962         * man/sylpheed.1
1963                 updated
1964
1965 2003-07-12 [paul]       0.9.0claws100
1966
1967         * po/es.po
1968           po/hr.po
1969           po/pl.po
1970           po/sr.po
1971                 update Spanish, Croatian, Polish, Serbian translations.
1972                 submitted by Ricardo Mones Lastra, Dragan, Witold
1973                 Wladyslaw Wojciech Wilk, Urke MMI
1974
1975 2003-07-12 [melvin]     0.9.0claws99
1976
1977         * po/fr.po
1978                 Updated French translations.
1979
1980 2003-07-12 [paul]       0.9.0claws98
1981
1982         * src/addressbook.c
1983                 disable 'Lookup' button as it has no effect
1984
1985 2003-07-11 [alfons]     0.9.0claws97
1986         
1987         * src/summaryview.c
1988                 summary_searchbar_pressed() should return TRUE to signal that
1989                 event was handled. when returning void, the return value passed
1990                 to GTK is actually random, but maybe FALSE, in which case the
1991                 event is handled by parent
1992                 
1993 2003-07-10 [paul]       0.9.0claws96
1994
1995         * ac/missing/gettext.m4
1996                 update to version 0.12
1997
1998 2003-07-10 [paul]       0.9.0claws95
1999
2000         * src/plugins/clamav/clamav_plugin.c
2001                 fix bug where multipart/alternative messages
2002                 would slip through without being scanned
2003
2004 2003-07-10 [christoph]  0.9.0claws94
2005
2006         * src/folder.c
2007                 correct check if folder supports removing when a message is
2008                 moved. if not the message is only copied.
2009
2010         (closes Bug 132 crash on startup in newsgroups folders)
2011
2012 2003-07-09 [alfons]     0.9.0claws93
2013
2014         * configure.ac
2015         * src/common/defs.h
2016                 --with-config-dir (default .sylpheed)
2017
2018 2003-07-09 [christoph]  0.9.0claws92
2019
2020         * configure.ac
2021                 use PKG_CHECK_MODULES to check for gtkmathview
2022                 (version 0.4.2 now required)
2023
2024 2003-07-08 [melvin]     0.9.0claws91
2025
2026         * src/action.c
2027                 Implemented a progress bar that counts the number of completed
2028                 tasks when the action runs more than one command.
2029
2030 2003-07-08 [alfons]     0.9.0claws90
2031
2032         * src/procmsg.c
2033                 if queued message has an invalid Message-Id, don't try to
2034                 find message it refers to (fixes #209 "crash when processing 
2035                 in folder")
2036
2037 2003-07-08 [paul]       0.9.0claws89
2038
2039         * sync with 0.9.3cvs2
2040                 see ChangeLog 2003-07-08
2041
2042 2003-07-08 [match]      0.9.0claws88
2043
2044         * src/ldapctrl.c
2045                 extend LDAP search for first/last name by parsing search term.
2046
2047 2003-07-08 [alfons]     0.9.0claws87
2048
2049         * src/send_message.c
2050                 fix bug #208 "Status message stuck when sending on POP3 account"
2051
2052 2003-07-07 [paul]       0.9.0claws86
2053
2054         * po/hr.po
2055                 new Croatian translation, submitted by
2056                 Dragan <drleskov@inet.hr>
2057
2058 2003-07-07 [paul]       0.9.0claws85
2059
2060         * sync with 0.9.3cvs1
2061                 see ChangeLog 2003-07-07
2062
2063 2003-07-05 [christoph]  0.9.0claws84
2064
2065         * src/Makefile.am
2066         * src/messageview.c
2067         * src/mimeview.[ch]
2068         * src/stock_pixmap.[ch]
2069         * src/pixmaps/messageview_text.xpm              ** NEW **
2070                 move mimeview tabs to the right side and use icons
2071                 instead of text to save some space
2072
2073         (patch by Luke Plant <lukeplant@softhome.net>)
2074
2075 2003-07-05 [christoph]  0.9.0claws83
2076
2077         * src/inc.c
2078                 add NULL pointer checks
2079
2080         (patch by Luke Plant <lukeplant@softhome.net>)
2081         (closes Bug 204 0.9.0 quits on authentication error?!)
2082
2083 2003-07-05 [alfons]     0.9.0claws82
2084
2085         * configure.ac
2086                 take the clue in bug #202 "./configure script - 
2087                 'if test' comparison failure" reported by John Kristoff. 
2088
2089 2003-07-04 [christoph]  0.9.0claws81
2090
2091         * src/plugins/spamassassin/spamassassin.c
2092                 set timeout for spam check
2093
2094 2003-07-04 [christoph]  0.9.0claws80
2095
2096         * src/main.c
2097                 destroy all FolderItems when shutting down to
2098                 allow folders to clean up
2099
2100 2003-07-04 [melvin]     0.9.0claws79
2101
2102         * src/gtk/gtkaspell.c
2103                 Fixed bug #184 "Entering non-ascii character deletes
2104                 previous char if spell checking enabled": this makes
2105                 the spell checking in multibytes (e.g. UTF-8)locales work.
2106                 (Patch by Luke Plant).
2107                 
2108 2003-07-04 [christoph]  0.9.0claws78
2109
2110         * sync with 0.9.2cvs1
2111                 see ChangeLog 2003-06-10
2112
2113 2003-07-04 [paul]       0.9.0claws77
2114
2115         * sync with 0.9.3 release
2116                 see ChangeLog 2003-07-04
2117
2118 2003-07-03 [christoph]  0.9.0claws76
2119
2120         * src/folder.[ch]
2121         * src/imap.c
2122         * src/mbox_folder.c
2123         * src/mh.c
2124         * src/news.c
2125                 move folder_item_get_path() stuff into a folder virtual function
2126
2127         * src/procmsg.c
2128                 use folder_item_fetch_msg() to get message and do not contruct
2129                 the filename from path and number
2130
2131 2003-07-03 [paul]       0.9.0claws75
2132
2133         * sync with 0.9.2cvs12
2134                 see ChangeLog 2003-07-03
2135
2136 2003-07-02 [paul]       0.9.0claws74
2137
2138         * src/messageview.c
2139                 fix text-selection for replying
2140
2141 2003-07-02 [paul]       0.9.0claws73
2142
2143         * sync with 0.9.2cvs11
2144                 see ChangeLog 2003-07-02
2145
2146 2003-07-02 [paul]       0.9.0claws72
2147
2148         * src/procmsg.c
2149                 revert last commit because it breaks more
2150                 than it fixes
2151
2152 2003-07-02 [paul]       0.9.0claws71
2153
2154         * src/procmsg.c
2155                 fix thread by subject/sort by date
2156
2157 2003-07-01 [paul]       0.9.0claws70
2158
2159         * sync with 0.9.2cvs10
2160                 see ChangeLog 2003-07-01
2161
2162 2003-06-30 [paul]       0.9.0claws69
2163
2164         * sync with 0.9.2cvs9
2165                 see ChangeLog 2003-06-30
2166
2167 2003-06-28 [match]      0.9.0claws68
2168
2169         * src/addressbook.c
2170                 fix null ptr.
2171
2172 2003-06-27 [paul]       0.9.0claws67
2173
2174         * sync with 0.9.2cvs7
2175                 see ChangeLog 2003-06-27
2176
2177 2003-06-26 [christoph]  0.9.0claws66
2178
2179         * src/folder.c
2180                 freeze folder updates while a folder is scanned
2181
2182         (closes Bug 185 New message counter)
2183
2184 2003-06-26 [darko]      0.9.0claws65
2185
2186         * src/ldapserver.c
2187                 fix infinite loop when adding a new LDAP server
2188
2189 2003-06-26 [paul]       0.9.0claws64
2190
2191         * sync with 0.9.2cvs6
2192                 see ChangeLog 2003-06-26
2193
2194 2003-06-26 [paul]       0.9.0claws63
2195
2196         * sync with 0.9.2cvs5
2197                 see ChangeLog 2003-06-25 and 2003-06-26
2198
2199 2003-06-25 [match]      0.9.0claws62
2200
2201         * src/addr_compl.c
2202                 Fixed tab/backtab for dropped-down completion list to
2203                 move next/previous field. (close bug 147)
2204
2205 2003-06-25 [christoph]  0.9.0claws61
2206
2207         * src/addr_compl.[ch]
2208         * src/addrindex.[ch]
2209         * src/folderview.c
2210         * src/inc.c
2211         * src/news.c
2212         * src/summaryview.c
2213         * src/toolbar.c
2214                 fix warnings
2215
2216 2003-06-25 [leandro]    0.9.0claws60
2217
2218         * src/compose.c
2219                 o cleanups
2220                 o gray out "Message/Remove references" menu item if not
2221                   replying to a message
2222
2223 2003-06-24 [leandro]    0.9.0claws59
2224
2225         * src/compose.[ch]
2226                 o removed "Message/Create new thread" menu item
2227                 o added "Message/Remove references" menu item
2228                   (it's off by default and will not check anymore
2229                    if the subject changed)
2230
2231 2003-06-23 [alfons]     0.9.0claws58
2232
2233         * src/procmsg.c
2234                 try better grouping messages threaded by subject based on their age.
2235                 still not perfect - because the message tree is not sorted by date.  
2236
2237 2003-06-23 [thorsten]   0.9.0claws57
2238
2239         * src/pop.[ch]
2240                 added mail_receive_hook to allow modifications
2241                 directly after retrieval (e.g. adding headers).
2242
2243 2003-06-23 [paul]       0.9.0claws56
2244
2245         * src/sourcewindow.c
2246                  enable the use of Ctrl+A to select all text in
2247                  the sourcewindow
2248                  Patch submitted by Ivan Francolin Martinez
2249                  <ivanfm@users.sourceforge.net>
2250
2251 2003-06-22 [christoph]  0.9.0claws55
2252
2253         * src/folder.[ch]
2254                 o add notification hook for folder tree changes
2255                 o invoke hooks after folder tree scanning
2256
2257         * src/folderview.[ch]
2258                 register hook for folder tree changes that
2259                 updates the ctree
2260
2261         (there are more places that should be updated, like add, remove 
2262          or move folder)
2263
2264         (closes Bug 164 Crash on rebuild folder tree)
2265         (closes Bug 190 Crash on 'rebuilding folder tree')
2266
2267 2003-06-21 [leandro]    0.9.0claws54
2268
2269         * src/compose.[ch]
2270                 create a new thread if subject changes
2271                 (it's on by default, can be disabled in Message menu)
2272
2273 2003-06-21 [alfons]     0.9.0claws53
2274
2275         * src/summaryview.c
2276                 quiet little compiler
2277
2278 2003-06-21 [christoph]  0.9.0claws52
2279
2280         update gettext stuff to version 0.12
2281
2282 2003-06-19 [alfons]     0.9.0claws51
2283
2284         * src/common/log.c
2285         * src/common/plugin.c
2286                 move defs.h before glib.h to prevent MIN/MAX redefs
2287
2288 2003-06-19 [alfons]
2289
2290         * src/addressbook.c
2291                 translatable
2292
2293 2003-06-19 [match]      0.9.0claws50
2294
2295         * src/addressbook.[ch]
2296         * src/addrindex.[ch]
2297         * src/addr_compl.[ch]
2298         * src/editldap.[ch]
2299         * src/editldap_basedn.[ch]
2300         * src/addritem.[ch]
2301         * src/ldapquery.h
2302                 re-implemented dynamic LDAP search. works without
2303                 slowdown on display sender with addressbook
2304                 option.
2305         * src/addrbook.c
2306                 documented code.
2307
2308 2003-06-19 [paul]       0.9.0claws49
2309
2310         * src/compose.c
2311                 fix Bug #136 'Nonprovided quotation marks crash claws'
2312                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2313
2314 2003-06-19 [alfons]     0.9.0claws48
2315
2316         * src/prefs_common.[ch]
2317         * src/procmsg.c
2318                 restrict threading by subject by checking thread for
2319                 age (prefs_common.thread_by_subject_max_age)
2320
2321 2003-06-18 [christoph]  0.9.0claws47
2322
2323         * src/imap.c
2324                 fix memory leak in imap_cmd_fetch()
2325
2326 2003-06-18 [christoph]  0.9.0claws46
2327
2328         * src/prefs_gtk.c
2329                 fix memory leak in prefs_set_default() when used multiple
2330                 times or after prefs have been read
2331
2332 2003-06-18 [christoph]  0.9.0claws45
2333
2334         * src/common/plugin.c
2335                 fix memory leak in plugin_unload()
2336
2337 2003-06-18 [christoph]  0.9.0claws44
2338
2339         * src/imap.c
2340                 fix memory leak in imap_cmd_ok()
2341
2342 2003-06-18 [christoph]  0.9.0claws43
2343
2344         * src/folder.c
2345                 stop messages that are downloaded from POP3 and added to
2346                 an IMAP inbox from being filtered twice (first by POP3
2347                 and again when IMAP folder is scaned to get the UID of
2348                 the APPEND operation when no UIDPLUS is available)
2349
2350 2003-06-18 [alfons]
2351
2352         * tools/Makefile.am
2353                 phoenix <- firebird     
2354
2355 2003-06-18 [paul]
2356
2357         * tools/launch_phoenix          ** REMOVED **
2358           tools/launch_firebird         ** NEW **
2359                 renamed and edited to reflect the browser's name change from
2360                 'phoenix' to 'firebird'
2361
2362 2003-06-18 [paul]       0.9.0claws42
2363
2364         * sync with 0.9.2cvs2
2365                 see ChangeLog 2003-06-16
2366
2367 2003-06-17 [alfons]     0.9.0claws41
2368
2369         * src/procmsg.c
2370                 prevent threading problems when a node is an ancestor (parent / great parent),
2371                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2372                 for finding an sample set of messages)
2373
2374 2003-06-16 [christoph]  0.9.0claws40
2375
2376         * src/main.c
2377                 don't popup main window on --receive or --receive-all
2378
2379         * src/mainwindow.[ch]
2380         * src/plugins/trayicon/trayicon.c
2381                 allow hiding of main window by clicking on the trayicon
2382                 (doesn't work correctly in seperate window mode and may
2383                  cause unexpected GTK problems I couldn't find yet)
2384
2385         * src/common/ssl.c
2386                 remove incorrect warning
2387
2388 2003-06-15 [alfons]     0.9.0claws39
2389
2390         * src/gtk/gtkstext.c
2391                 don't output debug text;
2392                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2393                 for pointing this out);
2394
2395 2003-06-14 [alfons]     0.9.0claws38
2396         
2397         * src/messageview.c
2398                 remove printf() and make one if..else comply with coding style
2399
2400 2003-06-14 [alfons]     0.9.0claws37
2401
2402         * AUTHORS
2403                 add Martin Wicke
2404         * src/action.c
2405         * src/messageview.[ch]
2406         * src/summaryview.c
2407                 apply patch #754162 "Quoting messages filtered by actions" submitted
2408                 by Martin Wicke, which allows quoting message body changed by an
2409                 action (Thanks!).
2410
2411 2003-06-13 [alfons]     0.9.0claws36
2412
2413         * src/utils.c
2414                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2415                 use case insensitive regexp (suggested by Ivan Martinez)
2416
2417 2003-06-13 [christoph]  0.9.0claws35
2418
2419         * configure.ac
2420         * src/plugins/trayicon/Makefile.am
2421         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2422         * src/plugins/trayicon/trayicon.c
2423         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2424         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2425         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2426         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2427         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2428         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2429                 replace my own EggTrayIcon backport with the backport
2430                 used by (l|x)mule and gabber.
2431
2432 2003-06-13 [alfons]     0.9.0claws34
2433
2434         * AUTHORS
2435         * src/common/utils.c
2436                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2437
2438 2003-06-13 [alfons]     0.9.0claws33
2439
2440         * src/compose.c
2441                 clean up a little bit
2442
2443 2003-06-12 [alfons]     0.9.0claws32
2444
2445         * src/compose.c
2446                 const correctness fix
2447
2448         * src/common/sylpheed.[ch]
2449                 () -> (void)
2450                 prevent redef MIN/MAX
2451                 
2452         * src/common/utils.[ch]
2453                 () -> (void)
2454
2455 2003-06-12 [melvin]     0.9.0claws31
2456
2457         * src/compose.c
2458                 Updated to take into accounts changes in GtkAspell.
2459
2460 2003-06-12 [alfons]     0.9.0claws30
2461
2462         * src/compose.c
2463         * src/procmsg.c
2464         * src/common/utils.[ch]
2465                 handle reply subject prefixes better (initial 
2466                 suggestion by Robert Story adapted and enhanced 
2467                 using regexps)
2468
2469 2003-06-12 [melvin]     0.9.0claws29
2470
2471         * src/compose.c
2472                 Use new gtkaspell_checkers_strerror() to get the speller's
2473                 error message instead of accessing the (now private)
2474                 checkers structure.
2475                 Minor code clean up
2476
2477         * src/main.c
2478                 Use #ifdef instead of #if for USE_ASPELL
2479                 Use the new spell checkers init/quit functions 
2480
2481         * src/gtk/gtkaspell.c
2482                 Use #ifdef instead of #if for USE_ASPELL
2483                 Moved in the majority of GtkAspell structures that were
2484                 exported before by gtkaspell.h
2485         
2486         * src/gtk/gktaspell.h
2487                 Made gtkaspell.h contain only the necessary data to be
2488                 publicized by moving many structures to gtkaspell.c.
2489                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2490                 gtkaspell_checkers_new(): replaced by...
2491                 gtkaspell_checkers_init(): new function for initialization
2492                 gtkaspell_checkers_delete(): replaced by...
2493                 gtkaspell_checkers_quit(): new function
2494                 gtkaspell_checkers_strerror(): new function that returns
2495                 the checker's last error message.
2496                 
2497 2003-06-11 [melvin]     0.9.0claws28
2498
2499         * po/POTFILES.in
2500                 Updated to take into account gtkaspell.c migration to
2501                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2502
2503 2003-06-10 [alfons]     0.9.0claws27
2504
2505         * src/filtering.[ch]
2506         * src/folder.c
2507         * src/matcher.c
2508         * src/scoring.[ch]
2509                 - try fixing bug #18 (any brave testers?)
2510                 - add more robustness by refusing previously 
2511                   unchecked NULL pointers 
2512
2513 2003-06-10 [alfons]     0.9.0claws26
2514
2515         * src/procmsg.c
2516                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2517
2518 2003-06-09 [alfons]     0.9.0claws25
2519
2520         * src/prefs_common.c
2521                 fix bug #163 "Icon switching doesnt work properly" by 
2522                 preventing early freeing of prefs_common.pixmap_theme_path.
2523
2524 2003-06-09 [christoph]  0.9.0claws24
2525
2526         * src/gtk/gtkaspell.c
2527                 revert Thorsten's fix and add forgotten g_strdup for
2528                 aspell path (it should not be possible to alter the path a
2529                 GtkASpell uses from outside)
2530
2531 2003-06-09 [thorsten]   0.9.0claws23
2532
2533         * src/gtk/gtkaspell.c
2534                 dont free prefs_common.aspell_path when closing compose
2535
2536 2003-06-08 [colin]      0.9.0claws22
2537
2538         * src/plugins/spamassassin/spamassassin.c
2539                 fix prefs types
2540
2541 2003-06-07 [christoph]  0.9.0claws21
2542
2543         * src/Makefile.am
2544         * src/compose.c
2545         * src/gtkaspell.[ch]            ** REMOVE **
2546         * src/gtk/Makefile.am
2547         * src/gtk/gtkaspell.[ch]        ** NEW **
2548                 o make gtkaspell independent from sylpheed's prefs
2549                 o move gtkaspell.[ch] to gtk directory
2550
2551 2003-06-07 [christoph]  0.9.0claws20
2552
2553         * src/Makefile.am
2554         * src/crash.c
2555         * src/export.c
2556         * src/filesel.[ch]              ** REMOVE **
2557         * src/folder.c
2558         * src/main.[ch]
2559         * src/common/sylpheed.[ch]
2560         * src/gtk/Makefile.am
2561         * src/gtk/filesel.[ch]          ** NEW **
2562         * src/gtk/pluginwindow.c
2563         * src/gtk/sslcertwindow.c
2564                 move filesel.[ch] to gtk directory
2565
2566 2003-06-07 [alfons]     0.9.0claws19
2567
2568         * src/filesel.c
2569                 make (multi) file selection dialog work again (Claws-only)
2570
2571 2003-06-07 [thorsten]   0.9.0claws18
2572
2573         * po/de.po
2574                 fix typos
2575
2576 2003-06-07 [alfons]     0.9.0claws17
2577
2578         * configure.ac
2579         * src/mimeview.c
2580                 detect apache mishap in which case don't include fnmatch.h
2581                 if regex.h is already included
2582
2583 2003-06-06 [christoph]  0.9.0claws16
2584
2585         * configure.ac
2586         * src/mimeview.h
2587                 add check for fnmatch.h and include it when available
2588
2589         * src/mimeview.[ch]
2590                 fix wrong case sensitivity of Content-Types
2591
2592         * src/gtk/Makefile.am
2593                 need the same include paths in gtk directory as in
2594                 common directory because .h files in common can
2595                 include files from these directories, when included
2596                 in gtk's .h or .c files
2597
2598 2003-06-06 [alfons]     0.9.0claws15
2599
2600         * src/mimeview.c
2601         * src/summaryview.c
2602                 make it compile again because of regex.h / fnmatch.h 
2603                 include problems (related to recent mime stuff, can
2604                 someone check this?)
2605
2606 2003-06-06 [thorsten]   0.9.0claws14
2607
2608         * src/folderview.c
2609                 possible use of uninitialized pointer while dragging
2610
2611 2003-06-06 [paul]       0.9.0claws13
2612
2613         * src/compose.c
2614                 fix bug where the insert sig button would be effective
2615                 only when auto_sig was set
2616
2617 2003-06-06 [paul]       0.9.0claws12
2618
2619         * sync with 0.9.2 release
2620
2621 2003-06-02 [paul]       0.9.0claws11
2622
2623         * sync with 0.9.1cvs1
2624                 see ChangeLog 2003-06-02
2625                 
2626         * po/de.po
2627                 update by Jens
2628
2629 2003-06-01 [christoph]  0.9.0claws10
2630
2631         * src/account.c
2632                 don't use substring search to find accounts by email address
2633
2634         (closes Bug 169 Overly loose matching of "From" address)
2635
2636 2003-05-31 [christoph]  0.9.0claws9
2637
2638         * doc-src/rfc2683.txt
2639         * src/imap.c
2640                 limit IMAP command length as recommended in RFC2683
2641                 (message number lists will be split into multiple imap
2642                 sets, the limit of 1000 octets is not a hard limit)
2643
2644         (closes Bug 161 sylpheed-claws exits with segfault when logging
2645          in to certain imap-servers)
2646
2647 2003-05-29 [alfons]     0.9.0claws8
2648
2649         * src/toolbar.[ch]
2650                 add print button (calling summary_print());
2651                 fine tune setting tooltip text;
2652                 (if someone needs other buttons, please take these 
2653                 commits as a guide, instead of bothering us - also
2654                 see 0.8.11claws150) 
2655
2656 2003-05-29 [darko]      0.9.0claws7
2657
2658         * src/compose.c
2659                 fix crash when word wrapping kicks in due to
2660                 changed text by spell checker
2661
2662 2003-05-29 [paul]       0.9.0claws6
2663
2664         * src/compose.c
2665                 fix bug where changing account would insert
2666                 sig even if auto_sig was FALSE
2667                 
2668         * ChangeLog
2669           ChangeLog.jp
2670           INSTALL
2671                 sync with 0.9.1 release
2672
2673 2003-05-28 [christoph]  0.9.0claws5
2674
2675         * src/imap.c
2676                 fix truncation of too long commands
2677
2678         (closes Bug 167 IMAP hangs trying to get envelope
2679          information in imap_get_uncached_messages)
2680
2681 2003-05-27 [paul]       0.9.0claws4
2682
2683         * tools/Makefile.am
2684           tools/maildir2sylpheed.pl     ** NEW FILE **
2685                 add kmail to sylpheed mailbox conversion script
2686
2687 2003-05-27 [paul]       0.9.0claws3
2688
2689         * sync with 0.9.0cvs10
2690                 see ChangeLog 2003-05-26
2691
2692 2003-05-26 [paul]       0.9.0claws2
2693
2694         * sync with 0.9.0cvs9
2695                 see ChangeLog 2003-05-26
2696
2697 2003-05-24 [paul]       0.9.0claws1
2698
2699         * sync with 0.9.0cvs8
2700                 see ChangeLog 2003-05-23
2701
2702 2003-05-24 [paul]       0.9.0claws
2703
2704         * version 0.9.0claws released
2705
2706 2003-05-24 [paul]       0.8.11claws177
2707
2708         * src/plugins/dillo-viewer/Makefile.am
2709           src/plugins/traycon/Makefile.am
2710                 add missing files
2711                 
2712         * po/bg.po
2713           po/en_GB.po
2714           po/es.po
2715           po/it.po
2716           po/pt_BR.po
2717           po/ru.po
2718           po/sr.po
2719                 update Bulgarian, British English, Spanish, Italian, 
2720                 Brazilian Portuguese, Russian, and Serbian translations, 
2721                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2722                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2723                 Ruslan N. Balkin, and Urke MMI
2724
2725 2003-05-23 [melvin]     0.8.11claws176
2726
2727         * po/fr.po
2728                 Updated French translations
2729
2730 2003-05-22 [paul]       0.8.11claws175
2731
2732         * src/Makefile.am
2733           src/addrbook.[ch]
2734           src/addrcache.[ch]
2735           src/addr_compl.[ch]
2736           src/adressbook.[ch]
2737           src/addrindex.[ch]
2738           src/addritem.[ch]
2739           src/editaddress.c
2740           src/editgroup.c
2741           src/editldap_basedn.c
2742           src/editldap.c
2743           src/jpilot.c
2744           src/vcard.c
2745                 revert to get ldap into it previous working state
2746                 
2747         * po/zh_TW.Big5.po
2748                 new Taiwanese translation,
2749                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2750
2751 2003-05-22 [christoph]  0.8.11claws174
2752
2753         * src/plugins/spamassassin/libspamc.[ch]
2754                 sync libspamc with SpamAssaain release 2.55
2755
2756 2003-05-22 [paul]       0.8.11claws173
2757
2758         * sync with 0.9.0cvs7
2759                 see ChangeLog 2003-05-22
2760                 
2761         * src/summaryview.c
2762                 revert change in 0.8.11claws172: follow
2763                 Hiroyuki's decision and that's the end of it.
2764
2765 2003-05-21 [paul]       0.8.11claws172
2766
2767         * src/summaryview.c
2768                 fix discrepency between open_unread_on_enter
2769                 and always_show_msg
2770
2771 2003-05-21 [paul]       0.8.11claws171
2772
2773         * sync with 0.9.0cvs6
2774                 see ChangeLog 2003-05-21
2775
2776 2003-05-21 [paul]       0.8.11claws170
2777
2778         * sync with 0.9.0cvs5
2779                 see ChangeLog 2003-05-21
2780
2781 2003-05-20 [paul]       0.8.11claws169
2782
2783         * sync with 0.9.0cvs4
2784                 see ChangeLog 2003-05-20
2785                 fixes bug #152, 'encoding of IMAP folders names'
2786
2787 2003-05-20 [paul]       0.8.11claws168
2788
2789         * sync with 0.9.0cvs3
2790                 see ChangeLog 2003-05-20
2791                 
2792         * src/tools/convert_mbox.pl
2793                 minor change in the comments, submitted by Fred Marton
2794
2795 2003-05-19 [paul]       0.8.11claws167
2796
2797         * src/plugins/clamav/Makefile.am
2798           configure.ac
2799                 link clamav_lib to the plugin and not to the main program
2800
2801 2003-05-19 [christoph]
2802
2803         * src/Makefile.am
2804                 add -export-dynamic for linking
2805
2806 2003-05-19 [paul]       0.8.11claws166
2807
2808         * sync with 0.9.0cvs1
2809                 see ChangeLog 2003-05-19
2810
2811 2003-05-19 [paul]       0.8.11claws165
2812
2813         * src/inc.c
2814                 fix 'pop before smtp' timeout
2815
2816 2003-05-18 [alfons]     0.8.11claws164
2817
2818         * src/prefs_matcher.c
2819                 put "execute" action command line ("expression") in edit box
2820
2821 2003-05-18 [christoph]  0.8.11claws163
2822
2823         * src/mimeview.[ch]
2824         * src/plugins/dillo_viewer/dillo_viewer.c
2825         * src/plugins/image_viewer/viewer.c
2826         * src/plugins/mathml_viewer/mathml_viewer.c
2827                 let a viewer have a list of Content-Types
2828
2829 2003-05-18 [paul]       0.8.11claws162
2830
2831         * src/prefs_filtering.c
2832                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2833                 and REDIRECT actions
2834
2835 2003-05-17 [christoph]
2836
2837         * README.claws
2838                 o remove dynamic signatures that was syned with main
2839                 o add infos about no longer "build in" image viewer
2840                 o update bugtracker URL
2841
2842 2003-05-17 [christoph]  0.8.11claws161
2843
2844         * src/folder.c
2845         * src/folderview.c
2846         * src/imap.c
2847                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2848                 for every folder after rebuilding the folder tree.
2849
2850         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2851          messages)
2852
2853 2003-05-17 [christoph]  0.8.11claws160
2854
2855         * src/imap.c
2856                 don't use STATUS command on current folder to check for
2857                 content changes. imap_cmd_ok() now tracks changes to
2858                 folder and number of existing messages.
2859
2860 2003-05-17 [paul]       0.8.11claws159
2861
2862         * src/plugins/clamav/clamav_plugin.c
2863                 remove unnecessary debug_print
2864
2865 2003-05-16 [thorsten]   0.8.11claws158
2866
2867         * src/plugins/demo.c
2868                 included missing intl.h
2869
2870 2003-05-16 [paul]       0.8.11claws157
2871
2872         * po/POTFILES.in
2873                 remove non-existant entries
2874         
2875         * src/plugins/clamav/clamav_plugin.c
2876           src/plugins/clamav/clamav_plugin_gtk.c
2877           src/plugins/dillo_viewer/dillo_prefs.c
2878           src/plugins/dillo_viewer/dillo_viewer.c
2879                 gettextise
2880
2881 2003-05-16 [christoph]  0.8.11claws156
2882
2883         * po/POTFILES.in
2884                 include plugin .c files for translation until I
2885                 find a better solution to have plugins have their
2886                 own textdomain
2887         * src/plugins/demo/demo.c
2888         * src/plugins/image_viewer/plugin.c
2889         * src/plugins/mathml_viewer/mathml_viewer.c
2890         * src/plugins/spamassassin/spamassassin.c
2891         * src/plugins/spamassassin/spamassassin_gtk.c
2892         * src/plugins/trayicon/trayicon.c
2893                 add gettext macros for plugin name and description
2894
2895 2003-05-16 [paul]
2896
2897         * sync with 0.9.0
2898
2899 2003-05-16 [paul]       0.8.11claws155
2900
2901         * sync with lastest 0.9.0pre1
2902                 see ChangeLog 2003-05-16
2903
2904 2003-05-15 [paul]       0.8.11claws154
2905
2906         * sync with latest 0.9.0pre1
2907                 see ChangeLog 2003-05-14 and 2003-05-15
2908
2909 2003-05-14 [christoph]  0.8.11claws153
2910
2911         * src/plugins/image_viewer/viewer.c
2912         * src/plugins/image_viewer/viewer.glade         ** NEW **
2913         * src/plugins/image_viewer/viewerprefs.c
2914                 make it possible to disable the autoload function in the
2915                 imageviewer again
2916
2917 2003-05-14 [christoph]  0.8.11claws152
2918
2919         * src/folder.c
2920                 fix folder update after adding a message
2921
2922 2003-05-13 [alfons]     0.8.11claws151
2923
2924         * src/common/session.c
2925                 remove debug traces
2926                 
2927         * src/addrcache.[ch]
2928         * src/filtering.[ch]
2929         * src/folder.[c]
2930         * src/gtkaspell.[ch]
2931         * src/imap.[ch]
2932         * src/mbox_folder.[ch]
2933         * src/mh.[ch]
2934         * src/mimeview.h
2935         * src/msgcache.[ch]
2936         * src/news.[ch]
2937         * src/passphrase.[ch]
2938         * src/prefs_common.[ch]
2939         * src/prefs_gtk.[ch]
2940         * src/procmsg.c
2941         * src/scoring.[ch]
2942                 be pedantic; (in prototypes () implies (int))
2943
2944 2003-05-13 [alfons]     0.8.11claws150
2945
2946         * src/prefs_toolbar.[ch]
2947         * src/summaryview.[ch]
2948         * src/toolbar.[ch]
2949                 change misleading text in toolbar prefs;
2950                 add toolbar action for ignore thread (toggles ignore thread flag);
2951                 clean up a little bit;
2952
2953 2003-05-12 [paul]
2954
2955         * tools/convert_mbox.pl
2956                 bug fixed by Fred Marton
2957
2958 2003-05-12 [paul]
2959
2960         * sync with 0.9.0pre1
2961
2962 2003-05-09 [paul]       0.8.11claws149
2963
2964         * sync with 0.8.11cvs43
2965                 see ChangeLog 2003-05-09
2966
2967 2003-05-08 [christoph]  0.8.11claws148
2968
2969         * src/imap.[ch]
2970                 o use CAPABILIY as first command and check for PREAUTH
2971                   information in the response to it
2972                 o rewrite all imap_cmd_* functions to use an IMAPSession
2973                   instead of a SockInfo as parameter
2974                 o do STARTTLS after fetching and checking the server
2975                   capabilities
2976
2977 2003-05-08 [paul]       0.8.11claws147
2978
2979         * tools/Makefile.am
2980           tools/README
2981           tools/convert_mbox.pl         ** NEW FILE **
2982                 add mbox conversion script. Submitted by 
2983                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2984
2985 2003-05-07 [christoph]
2986
2987         * doc-src/glade.txt
2988         * src/gtk/pluginwindow.glade
2989         * src/plugins/image_viewer/viewerprefs.glade
2990         * src/plugins/spamassassin/spamassassin_gtk.glade
2991                 add glade files for user interfaces and a description how
2992                 to use glade to create the sylpheed code
2993
2994 2003-05-07 [paul]       0.8.11claws146
2995
2996         * sync with 0.8.11cvs41
2997                 see ChangeLog 2003-05-07
2998
2999 2003-05-06 [christoph]  0.8.11claws145
3000
3001         * src/main.c
3002         * src/plugins/image_viewer/viewer.c
3003                 fix usage of imlib in imageviewer plugin
3004
3005         * src/gtk/prefswindow.c
3006                 handle window close event correctly
3007
3008 2003-05-06 [paul]       0.8.11claws144
3009
3010         * src/common/ssl.c
3011                 fix typo introduced in sync
3012
3013 2003-05-06 [paul]       0.8.11claws143
3014
3015         * sync with 0.8.11cvs39
3016                 see ChangeLog 2003-05-06
3017
3018 2003-05-06 [paul]       0.8.11claws142
3019
3020         * AUTHORS
3021           po/cs.po
3022                 updated Czech translation, submitted by 
3023                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3024                 
3025         * src/plugins/clamav/clamav_plugin_gtk.c
3026                 clean up
3027
3028 2003-05-03 [alfons]     0.8.11claws141
3029
3030         * src/compose.[ch]
3031                 make paste as quotation work even when the call to 
3032                 text_inserted() was deferred (fixes bug #140 "Paste 
3033                 as quotation does not work when using "external" 
3034                 clipboard")
3035
3036 2003-05-03 [thorsten]   0.8.11claws140
3037
3038         * src/addrquery.h
3039           src/ldapquery.h
3040           src/mainwindow.c
3041                 removed C++ comments
3042         * src/addr_compl.c
3043                 function with non-int retval/param used before
3044                 implementation/declaration
3045
3046 2003-05-02 [paul]       0.8.11claws139
3047
3048         * src/addr_compl.[ch]
3049           src/addressbook.[ch]
3050           src/addrindex.c
3051           src/summaryview.c
3052                 revert match's changes to (finally) remove the bug where
3053                 opening a folder causes massive slowdown when using the 
3054                 'Display sender using address book' option
3055
3056 2003-05-01 [melvin]     0.8.11claws138
3057
3058         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3059         * src/plugins/dillo_viewer/dillo_viewer.c
3060                 Fixed bug where "Cancel" button from prefs issued
3061                 warnings.
3062                 Comply a little more to coding style
3063
3064 2003-05-01 [paul]       0.8.11claws137
3065
3066         * sync with 0.8.11cvs38
3067                 see ChangeLog 2003-05-01
3068
3069 2003-05-01 [paul]       0.8.11claws136
3070
3071         * po/bg.po
3072                 updated by George Danchev
3073
3074 2003-04-30 [christoph]  0.8.11claws135
3075
3076         * src/plugins/dillo_viewer/dillo_prefs.c
3077         * src/plugins/image_viewer/viewerprefs.c
3078         * src/plugins/spamassassin/spamassassin_gtk.c
3079                 remove gtk_widget_ref() calls for widgets in
3080                 glade code
3081
3082 2003-04-30 [paul]       0.8.11claws134
3083
3084         * src/addrindex.c
3085                 ok, this time a better fix for the bug where opening folder
3086                 has massive slowdown when using the 'Display sender using 
3087                 address book' option
3088
3089 2003-04-30 [paul]       0.8.11claws133
3090
3091         * src/addrindex.c
3092                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3093         
3094 2003-04-30 [melvin]     0.8.11claws132
3095
3096         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3097
3098         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3099                 Preferences for the dillo plugin
3100         * src/plugins/dillo_viewer/dillo_viewer.c
3101                 Support for preferences
3102         * src/plugins/dillo_viewer/Makefile.am
3103                 Added dillo_prefs.[ch]
3104
3105 2003-04-30 [alfons]     0.8.11claws131
3106
3107         * src/common/plugin.[ch]
3108                 see? this ANSI C'fication immediately gives us type
3109                 checking for free.
3110
3111 2003-04-30 [alfons]     0.8.11claws130
3112
3113         * src/common/plugin.[ch]
3114         * src/plugins/clamav/clamav_plugin.[ch]
3115         * src/plugins/clamav/clamav_plugin_gtk.c
3116         * src/plugins/demo/demo.c
3117         * src/plugins/dillo_viewer/dillo_viewer.c
3118         * src/plugins/image_viewer/plugin.c
3119         * src/plugins/image_viewer/viewer.[ch]
3120         * src/plugins/image_viewer/viewerprefs.[ch]
3121         * src/plugins/mathml_viewer/mathml_viewer.c
3122         * src/plugins/spamassassin/spamassassin.[ch]
3123         * src/plugins/spamassassin/spamassassin_gtk.c
3124         * src/plugins/trayicon/trayicon.c
3125                 clean up
3126
3127 2003-04-30 [alfons]     0.8.11claws129
3128
3129         * src/common/utils.c
3130                 make is_ascii_str() fail gracefully when NULL pointer
3131                 is passed
3132
3133 2003-04-30 [paul]       0.8.11claws128
3134
3135         * src/addrindex.c
3136                 fix bug where opening folder has massive slowdown when
3137                 using the 'Display sender using address book' option
3138
3139 2003-04-30 [paul]       0.8.11claws127
3140
3141         * src/plugins/clamav/clamav_plugin.c
3142           src/plugins/clamav/clamav_plugin_gtk.c
3143           src/plugins/demo/demo.c
3144           src/plugins/dillo_viewer/dillo_viewer.c
3145           src/plugins/image_viewer/plugin.c
3146           src/plugins/mathml_viewer/mathml_viewer.c
3147           src/plugins/spamassassin/spamassassin.c
3148           src/plugins/spamassassin/spamassassin_gtk.c
3149           src/plugins/trayicon/trayicon.c
3150                 get rid of eye-hurting function signatures
3151
3152 2003-04-30 [paul]       0.8.11claws126
3153
3154         * src/plugins/trayicon/trayicon.c
3155                 add description
3156                 
3157         * src/mimeview.c
3158                 be more descriptive
3159
3160 2003-04-30 [paul]       0.8.11claws125
3161
3162         * configure.ac
3163                 arrange the plugins in reverse alphabetical order
3164                 
3165         * src/plugins/clamav/clamav_plugin.[ch]
3166           src/plugins/clamav/clamav_plugin_gtk.c
3167                 rename some params
3168                 resize max_size window
3169                 re-arrange the order of some gui elements
3170                 improve descriptions
3171         
3172         * src/plugins/image_viewer/plugin.c
3173           src/plugins/mathml_viewer/mathml_viewer.c
3174                 add descriptions
3175                 
3176         * src/plugins/spamassassin/spamassassin_gtk.c
3177                 resize max_size window
3178                 re-arrange the order of some gui elements
3179                 
3180         * src/messageview.c
3181           src/mimeview.c
3182                 correct typos
3183
3184 2003-04-30 [alfons]     0.8.11claws124
3185
3186         * src/imap.c
3187                 fix a leak found while browsing Martin Kluge's 
3188                 valgrind log (Claws only)
3189
3190 2003-04-29 [darko]      0.8.11claws123
3191
3192         * src/gtk/gtkstext.h
3193                 include wchar.h if it is available, fixes compilation
3194                 on HP-UX systems
3195
3196 2003-04-29 [melvin]     0.8.11claws122
3197
3198         * src/prefs_actions.c
3199                 Improved help text of Actions' syntax
3200
3201 2003-04-28 [paul]       0.8.11claws121
3202
3203         * src/action.c
3204                 a better fix for the crash when performing an action
3205                 on a mime part
3206
3207 2003-04-28 [paul]       0.8.11claws120
3208
3209         * src/action.c
3210                 fix crash when performing an action on a
3211                 mime part
3212
3213 2003-04-28 [paul]       0.8.11claws119
3214
3215         * sync with 0.8.11cvs36
3216                 see ChangeLog 2003-04-28
3217
3218 2003-04-27 [paul]       0.8.11claws118
3219
3220         * more sync with 0.8.11cvs35
3221                 see ChangeLog 2003-04-25
3222
3223 2003-04-26 [christoph]  0.8.11claws117
3224
3225         * src/folder.c
3226                 fix remove virtual check
3227
3228 2003-04-26 [paul]       0.8.11claws116
3229
3230         * src/messageview.c
3231                 fix return-receipt, make it work again
3232
3233 2003-04-26 [paul]       0.8.11claws115
3234
3235         * src/mimeview.c
3236                 restore double-clicking of the [application/pgp-signature 
3237                 (Select "Check signature" to check)] line in the message view,
3238                 broken in recent sync
3239
3240 2003-04-26 [christoph]  0.8.11claws114
3241
3242         * src/folder.c
3243                 check if remove virtual really exists before
3244                 calling the function
3245
3246 2003-04-25 [match]      0.8.11claws113
3247
3248         * src/addrindex.c
3249         * src/addrbook.c
3250         * src/ldapquery.[ch]
3251         * src/ldapctrl.[ch]
3252                 fix memleak.
3253         * src/ldapserver.[ch]
3254                 fix memleak. fix segfault.
3255                 plug a Claws memleak
3256
3257 2003-04-25 [alfons]     0.8.11claws112
3258
3259         * src/folder.c
3260                 plug a Claws memleak
3261
3262 2003-04-25 [alfons]     0.8.11claws111
3263
3264         * src/common/session.c
3265                 plug a memleak
3266
3267 2003-04-25 [paul]       0.8.11claws110
3268
3269         * sync with 0.8.11cvs35
3270                 see ChangeLog 2003-04-24 and 2003-04-25
3271                 
3272         * src/gtk/pluginwindow.c
3273                 correct another strange float value
3274
3275 2003-04-24 [christoph]  0.8.11claws109
3276
3277         * src/folder.c
3278                 freeze folder item updates when unsetting new flags
3279
3280         * src/gtk/pluginwindow.c
3281                 correct strange float value
3282
3283 2003-04-23 [paul]       0.8.11claws108
3284
3285         * sync with 0.8.11cvs33
3286                 see ChangeLog 2003-04-23
3287
3288 2003-04-22 [paul]       0.8.11claws107
3289
3290         * src/Makefile.am
3291           src/messageview.c
3292           src/mimeview.c
3293           src/pgptext.[ch]      ** REMOVED **
3294                 remove pgptext.[ch] as its not used any more
3295
3296 2003-04-22 [paul]       0.8.11claws106
3297
3298         * sync with 0.8.11cvs31
3299                 see ChangeLog 2003-04-21 and 2003-04-22
3300
3301 2003-04-21 [alfons]     0.8.11claws105
3302
3303         * src/main.c
3304                 No access to GTK structures if we're a spawned child
3305                 (and clean up code a little bit...) Should fix #126.
3306
3307 2003-04-21 [melvin]     0.8.11claws104
3308
3309         * src/plugins/dillo_viewer/README
3310                 Improved slightly the text.
3311
3312 2003-04-21 [melvin]     0.8.11claws103
3313
3314         * src/plugins/dillo_viewer/README *** NEW ***
3315                 Added a README file for the Dillo plugin
3316
3317 2003-04-20 [paul]
3318
3319         * tools/README
3320           tools/outlook2sylpheed.pl
3321                 updated and improved by Ricardo Mones Lastra
3322
3323 2003-04-18 [oliver]     0.8.11claws102
3324
3325         * src/inc.c 
3326         * src/prefs_account.h
3327                 remove Pop3SessionType (used by selective download)
3328         * src/prefs_toolbar.c
3329                 enable set Default Toolbar button
3330
3331 2003-04-18 [paul]       0.8.11claws101
3332
3333         * sync with 0.8.11cvs29
3334                 see ChangeLog 2003-04-18
3335
3336 2003-04-17 [paul]       0.8.11claws100
3337
3338         * src/prefs_common.[ch]
3339           src/summaryview.c
3340                 remove 'Open next message on deletion' option,
3341                 as the same effect can now be achieved via the
3342                 'Always open messages in summary when selected'
3343                 option.
3344
3345 2003-04-17 [paul]       0.8.11claws99
3346
3347         * sync with 0.8.11cvs28
3348                 see ChangeLog 2003-04-17
3349
3350 2003-04-17 [christoph]  0.8.11claws98
3351
3352         * ac/spamassassin.m4
3353         * src/plugins/spamassassin/libspamc.[ch]
3354         * src/plugins/spamassassin/utils.[ch]
3355                 sync libspamc with SpamAssassin project
3356
3357 2003-04-17 [christoph]  0.8.11claws97
3358
3359         * src/common/socket.h
3360         * src/gtk/sslcertwindow.h
3361                 rename old USE_SSL to USE_OPENSSL
3362
3363 2003-04-17 [paul]       0.8.11claws96
3364
3365         * src/prefs_common.h
3366                 use gulong for P_COLOR so that it compiles/runs on
3367                 64-bit systems. Patch submitted by James Noyes
3368                 <jnoyes-claws@retrogeeks.com>
3369                 
3370         * po/de.po
3371                 updated by Jens
3372
3373 2003-04-17 [paul]       0.8.11claws95
3374
3375         * sync with 0.8.11cvs27
3376                 see ChangeLog 2003-04-16
3377
3378 2003-04-15 [paul]       0.8.11claws94
3379
3380         * src/prefs_common.[ch]
3381                 rearrange to stop the window getting too long:
3382                         move Receive dialog stuff to Receive tab
3383                         move Send dialog to Send tab
3384                         remove Dialogs frame
3385                 rename 'Open messages in summary with cursor keys' to
3386                 'Always open messages in summary when selected', as its
3387                 more appropriate
3388
3389 2003-04-15 [paul]       0.8.11claws93
3390
3391         * src/prefs_common.[ch]
3392           src/summaryview.c
3393                 add new option '/Interface/Open next message on deletion'
3394
3395 2003-04-15 [paul]       0.8.11claws92
3396
3397         * src/summaryview.[ch]
3398                 add /Mark/Lock and /Mark/Unlock to the pop-up
3399                 menu. Patch submitted by Ivan Francolin Martinez
3400                 <ivanfm@users.sourceforge.net>
3401
3402 2003-04-15 [paul]       0.8.11claws91
3403
3404         * sync with 0.8.11cvs24
3405                 see ChangeLog 2003-04-15
3406
3407 2003-04-14 [jens]       0.8.11claws90
3408
3409         * updated German translation and some corrections from
3410                 Roland Bless <bless@tm.uka.de>
3411
3412 2003-04-14 [paul]       0.8.11claws89
3413
3414         * sync with 0.8.11cvs22
3415                 see ChangeLog 2003-04-14
3416
3417 2003-04-13 [paul]       0.8.11claws88
3418
3419         * src/plugins/clamav/clamav_plugin.c
3420                 fix memory leaks
3421                 clean up
3422
3423 2003-04-12 [paul]       0.8.11claws87
3424
3425         * src/plugins/clamav/clamav_plugin.c
3426                 activate enable/disable archive scanning option
3427                 
3428         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3429
3430 2003-04-12 [paul]       0.8.11claws86
3431
3432         * src/plugins/Makefile.am
3433           src/plugins/clamav/Makefile.am                ** NEW FILE **
3434           src/plugins/clamav/README                     ** NEW FILE ** 
3435           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3436           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3437                 add Clam AntiVirus plugin
3438
3439 2003-04-12 [paul]       0.8.11claws85
3440
3441         * sync with 0.8.11cvs21
3442                 see ChangeLog 2003-04-11
3443
3444 2003-04-11 [paul]       0.8.11claws84
3445
3446         * po/es.po
3447                 update Spanish translation. Submitted by Ricardo
3448                 Mones Lastra.
3449
3450 2003-04-10 [christoph]  0.8.11claws83
3451
3452         * src/mbox.c
3453                 fix typo that did not move unfiltered mails to destination
3454                 folder
3455
3456         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3457          when filtering from spool)
3458
3459 2003-04-10 [christoph]  0.8.11claws82
3460
3461         * src/imap.c
3462                 use BODY.PEEK instead of BODY in in message fetch operation
3463                 to make sure the IMAP server does not set the \Seen flag for
3464                 messages. Sylpheed does that later itself, when the message
3465                 is opened in sylpheed
3466
3467         (closes Bug 111 Claws destroys unread marks)
3468
3469 2003-04-09 [oliver]     0.8.11claws81
3470         
3471         * src/folder.c
3472                 fix crash in folder_destroy
3473         * README.claws
3474                 remove selective download
3475
3476 2003-04-09 [christoph]  0.8.11claws80
3477
3478         * src/imap.c
3479                 fix crash in imap_get_msginfo() when then fetched message
3480                 is not found
3481
3482         (closes Bug 110 Crash during mail composition)
3483
3484 2003-04-08 [christoph]  0.8.11claws79
3485
3486         * src/folder.c
3487         * src/prefs_account.c
3488                 Filter new messages that are found in an INBOX folder
3489                 when 'Filter messages on receiving' is enabled in the
3490                 Folder's AccountPrefs. This allows to use Sylpheed's
3491                 filtering engine for IMAP folders where messages are
3492                 added to the INBOX by a MTA
3493
3494 2003-04-08 [paul]       0.8.11claws78
3495
3496         * src/procmsg.h
3497                 clean up after last commit
3498
3499 2003-04-08 [paul]       0.8.11claws77
3500
3501         * sync with 0.8.11cvs20
3502                 see ChangeLog 2003-04-07 and 2003-04-08
3503
3504 2003-04-07 [christoph]  0.8.11claws76
3505
3506         * src/filtering.[ch]
3507         * src/inc.[ch]
3508         * src/mbox.c
3509         * src/procmsg.[ch]
3510                 add procmsg_msginfo_filter() to execute filtering actions
3511
3512 2003-04-06 [christoph]  0.8.11claws75
3513
3514         * src/imap.c
3515                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3516
3517 2003-04-06 [christoph]  0.8.11claws74
3518
3519         * src/common/utils.[ch]
3520                 add g_int_compare() function for slist sorting
3521
3522         * src/imap.c
3523                 fetch all MsgInfos with one command in imap_get_msginfos()
3524                 using an imap set with a list of ranges
3525
3526         * src/news.c
3527                 use new g_int_compare() function
3528
3529 2003-04-06 [thorsten]   0.8.11claws73
3530
3531         * src/mh.c
3532                 corrected implementation of mh_folder_destroy()
3533
3534 2003-04-05 [christoph]  0.8.11claws72
3535
3536         * src/account.c
3537         * src/folder.[ch]
3538         * src/folderview.c
3539         * src/imap.c
3540         * src/inc.c
3541         * src/main.c
3542         * src/mainwindow.c
3543         * src/mbox_folder.c
3544         * src/mh.c
3545         * src/mimeview.h
3546         * src/msgcache.[ch]
3547         * src/news.c
3548         * src/procmime.h
3549         * src/procmsg.[ch]
3550         * src/setup.c
3551         * src/gtk/gtkutils.c
3552                 o rename structure field names class and new to klass and
3553                   new_msgs, to allow including files in C++
3554                 o add 'extern "C"' block to some header files
3555                 o add MsgInfoList and MsgNumberList as alias for GSList for
3556                   developers to know what type of list is expected
3557
3558         * src/plugins/image_viewer/plugin.c
3559         * src/plugins/image_viewer/viewer.[ch]
3560         * src/plugins/image_viewer/viewerprefs.[ch]
3561                 rename function names to prevent conflicts
3562
3563 2003-04-05 [paul]       0.8.11claws71
3564
3565         * sync with 0.8.11cvs18
3566                 see ChangeLog 2003-04-03 and 2003-04-04
3567
3568 2003-04-02 [christoph]  0.8.11claws70
3569
3570         * src/folder.[ch]
3571         * src/imap.[ch]
3572         * src/mbox_folder.[ch]
3573         * src/mh.[ch]
3574         * src/news.[ch]
3575                 o Make all virtual folder functions private
3576                 o remove unused folder code
3577
3578         * src/common/socket.[ch]
3579         * src/summaryview.c
3580                 fix warnings
3581
3582 2003-03-30 [alfons]     0.8.11claws69
3583
3584         * src/send_message.c
3585                 remove two debug traces and see if people still report
3586                 errors
3587
3588 2003-03-30 [alfons]     0.8.11claws68
3589
3590         * src/send_message.c
3591         * src/commons/session.c
3592                 add more debug traces
3593
3594 2003-03-30 [christoph]  0.8.11claws67
3595
3596         * src/folder.c
3597                 change processing folder name from .processing to processing
3598
3599         * src/common/ssl.c
3600                 disable SSL certificate check because it causes Xlib error
3601                 when the child process want's to open an GTK window
3602
3603 2003-03-30 [christoph]  0.8.11claws66
3604
3605         * src/folder.c
3606                 don't use default folder for processing folder item because
3607                 it can be a non local folder
3608
3609         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3610
3611 2003-03-30 [alfons]     0.8.11claws65
3612
3613         * src/send_message.c
3614                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3615                 to generate bad code for 'send_send_data_progressive': When
3616                 called from 'send_send_data_finished', the 'data' pointer is
3617                 cleared just before the assignment to the dialog pointer
3618
3619 2003-03-29 [christoph]  0.8.11claws64
3620
3621         * src/common/prefs.h
3622         * src/plugins/image_viewer/Makefile.am
3623         * src/plugins/image_viewer/plugin.c
3624         * src/plugins/image_viewer/viewer.[ch]
3625         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3626                 add PrefsPage for ImageViewer
3627
3628 2003-03-28 [thorsten]   0.8.11claws63
3629
3630         * src/common/session.c
3631                 added some comments
3632
3633 2003-03-28 [paul]       0.8.11claws62
3634
3635         * sync with 0.8.11cvs16
3636                 see ChangeLog 2003-03-28
3637
3638 2003-03-28 [paul]       0.8.11claws61
3639
3640         * sync with 0.8.11cvs15
3641                 see ChangeLog 2003-03-28
3642
3643 2003-03-27 [christoph]  0.8.11claws60
3644
3645         * src/folder.c
3646         * src/imap.c
3647         * src/common/socket.[ch]
3648                 set socket state to DISCONNECTED when any operation
3649                 fails to allow reconnecting in IMAP code without
3650                 checking the return code of all calls to the command
3651                 functions
3652
3653         * src/folderview.c
3654         * src/summaryview.c
3655                 remove some more stuff that depends on specific
3656                 folder types
3657
3658 2003-03-27 [paul]       0.8.11claws59
3659
3660         * sync with 0.8.11cvs14
3661                 see ChangeLog 2003-03-27
3662                 
3663         * src/selective_download.[ch]   ** REMOVED **
3664                 really removed
3665
3666 2003-03-27 [christoph]  0.8.11claws58
3667
3668         * src/folder.c
3669                 fix handling of tmp_flags in flag copy function
3670
3671 2003-03-27 [paul]       0.8.11claws57
3672
3673         * sync with 0.8.11cvs13
3674                 see ChangeLog 2003-03-27
3675
3676 2003-03-27 [oliver]     0.8.11claws56
3677
3678         * src/maiwindow.c
3679                 remove sel_download_cb
3680
3681 2003-03-27 [oliver]     0.8.11claws55
3682         
3683         * src/inc.c
3684                 remove POP3_TOP
3685         
3686 2003-03-26 [oliver]     0.8.11claws54
3687
3688         *src/pop.h
3689                 remove POP3_TOP*
3690         * README.claws
3691                 remove selective donwload readme
3692
3693 2003-03-26 [oliver]     0.8.11claws53
3694         * src/matcher.[ch]
3695         * src/matcher_parser_parse.y 
3696         * src/pop.c 
3697         * src/prefs_account.[ch]
3698         * src/prefs_filtering.c
3699                 remove selective donwload
3700
3701 2003-03-26 [oliver]     0.8.11claws52
3702
3703         * src/inc.[ch] 
3704         * src/filtering.c 
3705         * src/mainwindow.c 
3706                 remove selective donwload
3707
3708 2003-03-26 [oliver]     0.8.11claws51
3709         
3710         * src/Makefile.am
3711         * src/selective_download.[ch]   ** REMOVE **    
3712
3713 2003-03-26 [christoph]  0.8.11claws50
3714
3715         * src/news.c
3716                 fix NEWS that got broken by a sync with sylpheed-main
3717
3718 2003-03-26 [christoph]  0.8.11claws49
3719
3720         * src/mimeview.c
3721                 fix mime type guessing when no mime type is found for a file
3722
3723 2003-03-25 [christoph]  0.8.11claws48
3724
3725         * src/mimeview.c
3726         * src/procmime.c
3727                 remove mime type guessing from mime parser and use
3728                 name based mime types in viewer lookup for mime type
3729                 application/octet-stream
3730
3731 2003-03-25 [christoph]  0.8.11claws47
3732
3733         * doc-src/readme.txt
3734         * doc-src/rfc2554.txt
3735                 add RFC about SMTP AUTH
3736
3737         * src/send_message.c
3738         * src/common/smtp.[ch]
3739                 add extra error code for authentication errors and
3740                 clear temporary password when this error occurs
3741
3742         (closes Bug 84 authentication failure while sending should
3743          prompt for password again)
3744
3745 2003-03-25 [christoph]  0.8.11claws46
3746
3747         * configure.ac
3748         * src/Makefile.am
3749         * src/imageview.[ch]                            ** REMOVE **
3750         * src/messageview.[ch]
3751         * src/mimeview.[ch]
3752         * src/prefs_common.[ch]
3753         * src/textview.c
3754         * src/plugins/Makefile.am
3755         * src/plugins/image_viewer/.cvsignore           ** NEW **
3756         * src/plugins/image_viewer/Makefile.am          ** NEW **
3757         * src/plugins/image_viewer/plugin.c             ** NEW **
3758         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3759                 move image viewer into a plugin (building is enabled by default)
3760                 [ToDo: Prefs for resize and autoview]
3761
3762 2003-03-25 [paul]       0.8.11claws45
3763
3764         * sync with 0.8.11cvs12
3765                 see ChangeLog 2003-03-26
3766
3767 2003-03-25 [paul]       0.8.11claws44
3768
3769         * sync with 0.8.11cvs11
3770                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3771                 
3772         Note: Selective Download is broken.
3773                 
3774 2003-03-22 [christoph]  0.8.11claws43
3775
3776         * src/folder.c
3777                 code cleanup for flags copying
3778
3779 2003-03-22 [christoph]  0.8.11claws42
3780
3781         * src/plugins/trayicon/trayicon.c
3782                 fix setting the transparent area when the window size
3783                 is forced by the system tray
3784
3785 2003-03-22 [christoph]  0.8.11claws41
3786
3787         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3788         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3789         * src/plugins/trayicon/newmail.xpm              ** NEW **
3790         * src/plugins/trayicon/nomail.xpm               ** NEW **
3791         * src/plugins/trayicon/trayicon.c
3792         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3793                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3794                 o add icon for unread mails
3795                 o set transparency for window
3796
3797 2003-03-22 [christoph]  0.8.11claws40
3798
3799         * src/news.c
3800                 init news session to prevent crash when session is closed
3801
3802 2003-03-22 [christoph]  0.8.11claws39
3803
3804         * src/imap.c
3805         * src/common/session.[ch]
3806                 Init session data to make sure we don't have invalid pointers
3807                 for read_ch and write_ch when new multi process sessions are
3808                 not used
3809
3810         * src/main.c
3811         * src/common/plugin.c
3812         * src/common/sylpheed.c
3813         * src/plugins/demo/demo.c
3814         * src/plugins/dillo_viewer/dillo_viewer.c
3815         * src/plugins/mathml_viewer/mathml_viewer.c
3816         * src/plugins/spamassassin/spamassassin.c
3817         * src/plugins/spamassassin/spamassassin_gtk.c
3818                 add plugin types to allow loading plugins at different times
3819                 (and maybe for different frontends), because it's not good to
3820                 load GTK-Plugins gefore gtk_init was called
3821
3822         * configure.ac
3823         * src/plugins/Makefile.am
3824         * src/plugins/trayicon/.cvsignore               ** NEW **
3825         * src/plugins/trayicon/Makefile.am              ** NEW **
3826         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3827         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3828         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3829         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3830         * src/plugins/trayicon/trayicon.c               ** NEW **
3831                 New Trayicon plugin that shows an icon in a systray that uses
3832                 XEMBED protocol like Gnome's systray. Icon shows if there
3833                 are new mails and a tooltip shows information about new,
3834                 unread and total messages.
3835
3836 2003-03-22 [paul]       0.8.11claws38
3837
3838         * src/common/smtp.c
3839                 fix ESMTP AUTH CRAM-MD5
3840                 [sync with main (still version 0.8.11cvs6), see
3841                  ChangeLog 2003-03-22]
3842
3843 2003-03-21 [colin]      0.8.11claws37
3844
3845         * src/send_message.c
3846                 Fix USE_SSL => USE_OPENSSL
3847
3848 2003-03-21 [colin]      0.8.11claws36
3849
3850         * src/folderview.c
3851                 Fix counts in drag and dropped subfolders
3852
3853 2003-03-21 [colin]      0.8.11claws35
3854
3855         * src/folder.c 
3856         * src/folderview.c
3857                 speed up a bit folder dnd
3858
3859 2003-03-20 [alfons]     0.8.11claws34
3860
3861         * src/main.c
3862         * src/toolbar.c
3863         * src/procmsg.c
3864                 don't send locked queue messages
3865                 (feature request "[ 705245 ] Locking message in outbox 
3866                  should prevent sending")
3867
3868 2003-03-20 [christoph]  0.8.11claws33
3869
3870         * src/folder.c
3871                 remove NEW and UNREAD flag in special folders when scanning
3872                 
3873         * src/common/smtp.c
3874                 fix ESMTP AUTH CRAM-MD5
3875
3876 2003-03-20 [paul]       0.8.11claws32
3877
3878         * src/prefs_account.c
3879                 Re-write 'Tunnel command to open connection' as
3880                 'Use command to communicate with server', and disable
3881                 it for all except IMAP accounts
3882
3883 2003-03-20 [paul]       0.8.11claws31
3884
3885         * sync with 0.8.11cvs6
3886                 see ChangeLog 2003-03-20
3887
3888 2003-03-19 [match]      0.8.11claws30
3889
3890         * src/addritem.[ch]
3891                 include documentation. minor refactoring.
3892         * src/addr_compl.[ch]
3893         * src/addrindex.[ch]
3894         * src/addresbook.[ch]
3895         * src/summaryview.c
3896                 re-enable address lookup (was disabled in
3897                 0.8.11claws20).
3898
3899 2003-03-19 [christoph]  0.8.11claws29
3900
3901         * src/procmsg.c
3902                 add temp flag handling, will make moving and copying
3903                 messages possible again
3904
3905         * src/folder.c
3906                 correct calulation of folder stats
3907
3908 2003-03-18 [match]      0.8.11claws28
3909
3910         * src/editgroup.h
3911                 remove case sensitive comparison (closes bug 80).
3912
3913 2003-03-18 [christoph]  0.8.11claws27
3914
3915         * src/imap.c
3916                 fix imap using a tunnel command
3917
3918         (closes bug 87)
3919
3920 2003-03-18 [christoph]  0.8.11claws26
3921
3922         * src/folder.[ch]
3923         * src/imap.c
3924         * src/procmsg.[ch]
3925                 rewrite flag handling for folders
3926
3927 2003-03-18 [christoph]  0.8.11claws25
3928
3929         * src/folder.c
3930         * src/procmsg.c
3931         * src/summaryview.c
3932                 unset NEW and UNREAD flags when message is ignored, to make
3933                 sure messages don't show up as unread on other IMAP clients,
3934                 because the IGNORE_THREAD flag can not be syncronized through
3935                 the IMAP folder
3936
3937 2003-03-17 [christoph]  0.8.11claws24
3938
3939         * src/imap.c
3940                 don't use recursion to fetch uids when the number of messages
3941                 does not match. Moved code into subfunction that is used
3942                 again when needed, to prevent an endless loop.
3943
3944 2003-03-17 [thorsten]   0.8.11claws23
3945
3946         * src/imageview.[ch]
3947                 export imageview_get_resized_size() (for plugins)
3948         * src/prefs_common.[ch]
3949                 added prefs_common_get() (for plugins)
3950
3951 2003-03-17 [christoph]  0.8.11claws22
3952
3953         * src/imap.c
3954                 o remove UID guessing from copy code
3955                 o support UIDPLUS extension for APPEND command
3956
3957 2003-03-17 [paul]       0.8.11claws21
3958
3959         * src/gtk/about.c
3960                 remove 'Compiled-plugins' section.
3961                 
3962         * src/plugins/dillo_viewer/dillo_viewer.c
3963                 slight change to description text
3964
3965 2003-03-16 [match]      0.8.11claws20
3966         * src/ldapserver.[ch]           ** NEW **
3967         * src/ldapctrl.[ch]             ** NEW **
3968         * src/ldapquery.[ch]            ** NEW **
3969         * src/ldaputil.[ch]             ** NEW **
3970         * src/addrcindex.[ch]           ** NEW **
3971         * src/addrquery.h               ** NEW **
3972         * src/addritem.[ch]
3973         * src/addrcache.[ch]
3974         * src/addrindex.[ch]
3975         * src/addr_compl.[ch]
3976         * src/addressbook.[ch]
3977         * src/addrbook.[ch]
3978         * src/editgroup.c
3979         * src/editaddress.c
3980         * src/editldap.c
3981         * src/editldap_basedn.c
3982         * src/vcard.c
3983         * src/jpilot.c
3984         * src/Makefile.am
3985                 included dynamic LDAP queries. improved address
3986                 completion.
3987
3988 2003-03-16 [paul]       0.8.11claws19
3989
3990         * tools/multiwebsearch.pl
3991                 fix a fatal typo
3992
3993 2003-03-16 [christoph]  0.8.11claws18
3994
3995         * src/mimeview.c
3996         * src/plugins/dillo_viewer/dillo_viewer.c
3997         * src/plugins/mathml_viewer/mathml_viewer.c
3998                 make unregistering of MimeViewerFactorys possible
3999
4000 2003-03-16 [alfons]     0.8.11claws17
4001
4002         * configure.ac
4003                 correct typo
4004
4005 2003-03-16 [melvin]     0.8.11claws16
4006
4007         * src/plugins/dillo_viewer.c
4008                 Fixed bug where it was not possible to view more than
4009                 one text/html attachment per message (bug discovered
4010                 by Christoph Hohmann).
4011
4012 2003-03-15 [melvin]     0.8.11claws15
4013
4014         * src/prefs_actions.c
4015                 Fixed compilation warnings.
4016
4017 2003-03-15 [melvin]     0.8.11claws14
4018
4019         * src/plugins/Makefile.am
4020         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4021         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4022         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4023                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4024                 newer (http://dillo.auriga.wearlab.de/).
4025
4026 2003-03-15 [christoph]  0.8.11claws13
4027
4028         * src/imap.c
4029                 don't query imap folder for attributes because we already
4030                 for them from imap_status
4031
4032         * src/mimeview.[ch]
4033                 add support for plugable MimeViewers (unloading Viewers
4034                 not yet complete)
4035
4036         * src/plugins/Makefile.am
4037         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4038         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4039         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4040                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4041                 widget from http://helm.cs.unibo.it/mml-widget/
4042
4043 2003-03-14 [christoph]  0.8.11claws12
4044
4045         * src/folder.[ch]
4046                 o error return code's should better be negative
4047                 o replace printf with debug_print
4048
4049         * src/imap.c
4050                 improve IMAP folder scan by checking UID-NEXT
4051
4052         * src/summaryview.c
4053                 remove check that are unnecessary in my opinion
4054
4055 2003-03-13 [christoph]  0.8.11claws11
4056
4057         * src/folder.[ch]
4058         * src/foldersel.c
4059         * src/folderview.c
4060         * src/imap.c
4061         * src/mbox_folder.c
4062         * src/mh.c
4063         * src/news.c
4064         * src/prefs_scoring.c
4065         * src/summaryview.c
4066                 use a common function to get a displayable name
4067                 for a FolderItem
4068
4069 2003-03-13 [paul]       0.8.11claws10
4070
4071         * tools/Makefile.am
4072           tools/README
4073           tools/multiwebsearch.conf     ** NEW FILE **
4074           tools/multiwebsearch.pl       ** NEW FILE **
4075                 add multiwebsearch Actions script
4076
4077 2003-03-13 [colin]      0.8.11claws9
4078
4079         * src/compose.c
4080                 Remove leading emtpy lines from quoted text
4081                 before quoting it
4082
4083 2003-03-13 [melvin]     0.8.11claws8
4084
4085         * src/prefs_actions.c
4086                 Fixed a memory leak
4087                 Code clean ups
4088                 Added Cancel and OK buttons
4089                 Corrected help text
4090
4091 2003-03-13 [christoph]  0.8.11claws7
4092
4093         * src/account.c
4094         * src/folder.[ch]
4095         * src/imap.c
4096         * src/mainwindow.c
4097         * src/mbox_folder.c
4098         * src/mh.c
4099         * src/news.c
4100         * src/setup.c
4101                 replace more folder type stuff with folder class stuff
4102
4103 2003-03-13 [melvin]     0.8.11claws6
4104
4105         * src/prefs_actions.c
4106                 Added new tokens:
4107                 %u: user provided argument
4108                 %h: user provided argument (hidden on input)
4109                 %s: current text selection in the message view 
4110
4111 2003-03-13 [paul]       0.8.11claws5
4112
4113         * sync with 0.8.11cvs5
4114                 see ChangeLog 2003-03-11, 2003-03-12
4115
4116 2003-03-12 [christoph]  0.8.11claws4
4117
4118         * src/folder.c
4119                 use folder class idstr when writing folderlist.xml
4120
4121         * src/folder.h
4122         * src/imap.c
4123         * src/news.c
4124                 replace folder type checks with folder class checks
4125
4126 2003-03-12 [christoph]  0.8.11claws3
4127
4128         * src/folder.[ch]
4129         * src/imap.[ch]
4130         * src/main.c
4131         * src/mbox_folder.[ch]
4132         * src/mh.[ch]
4133         * src/news.[ch]
4134                 o create a list of known folder classes in the folder system
4135                 o use folder class id strings for folder item identifiers
4136
4137 2003-03-12 [christoph]  0.8.11claws2
4138
4139         * src/imap.c
4140                 fix imap uid validity check
4141
4142 2003-03-12 [christoph]  0.8.11claws1
4143
4144         * src/account.c
4145         * src/folder.[ch]
4146         * src/foldersel.c
4147         * src/folderview.c
4148         * src/imap.c
4149         * src/mainwindow.c
4150         * src/mbox_folder.c
4151         * src/mh.c
4152         * src/news.c
4153         * src/prefs_scoring.c
4154         * src/procmsg.c
4155         * src/setup.c
4156         * src/summaryview.c
4157                 initial restructuring of folder system, seperating
4158                 folders and folder classes
4159
4160 2003-03-12 [paul]       0.8.11claws
4161
4162         0.8.11claws release
4163
4164 2003-03-12 [christoph]
4165
4166         * src/gtk/prefswindow.c
4167                 fix translation of "Page Index"
4168
4169 2003-03-12 [paul]       0.8.10claws110
4170
4171         a sync from 0.8.11cvs4 before the release
4172
4173         * src/common/utils.c
4174                 subject_compare_for_sort(): allow null strings (fixes
4175                 summary sorting).
4176
4177 2003-03-11 [paul]       0.8.10claws109
4178
4179         * po/es.po
4180                 update Spanish translation, submitted by
4181                 Ricardo Mones Lastra
4182
4183 2003-03-11 [melvin]     0.8.10claws108
4184
4185         * po/fr.po
4186                 Updated French translations
4187
4188 2003-03-11 [paul]       0.8.10claws107
4189
4190         * manual/en/Makefile.am
4191           manual/en/*.html
4192                 update English manual, add a new page
4193                 updated by Francois Barriere <fbarriere@atmel.fr>
4194                 
4195         * po/bg.po
4196           po/it.po
4197           po/sr.po
4198                 update Bulgarian, Italian, and Serbian translations
4199                 submitted by George Danchev, Alessandro Maestri, and
4200                 Urke MMI
4201
4202 2003-03-10 [paul]       0.8.10claws106
4203
4204         * src/gtk/about.c
4205           src/gtk/prefswindow.c
4206                 make some strings translatable
4207
4208 2003-03-10 [darko]      0.8.10claws105
4209
4210         * src/compose.c
4211                 code cleanup to make Hiro happy
4212
4213 2003-03-10 [paul]       0.8.10claws104
4214
4215         * sync with 0.8.11cvs2
4216                 see ChangeLog 2003-03-10
4217
4218 2003-03-09 [melvin]     0.8.10claws103
4219
4220         * src/textview.c
4221                 textview_set_font(): fix for message display in
4222                 UTF-8 locales (thanks to Sergey Vlasov).
4223                 (was unintentionnaly reverted in 0.8.6claws6)   
4224
4225 2003-03-08 [darko]      0.8.10claws102
4226
4227         * src/compose.c
4228                 fix infinite loop in wrapping as reported
4229                 by happycactus
4230                 obsoletes patch #696482
4231
4232 2003-03-08 [christoph]  0.8.10claws101
4233
4234         * src/imap.c
4235                 add workaround for IMAP servers that do not
4236                 support the "UID SEARCH UID" command
4237
4238 2003-03-07 [christoph]  0.8.10claws100
4239
4240         * src/plugins/spamassassin/spamassassin.[ch]
4241         * src/plugins/spamassassin/spamassassin_gtk.c
4242                 code cleanup
4243
4244 2003-03-07 [paul]       0.8.10claws99
4245
4246         * po/es.po
4247                 updated Spanish translation, submitted by
4248                 Ricardo Mones Lastra
4249
4250 2003-03-07 [christoph]  0.8.10claws98
4251
4252         * src/send.c
4253                 fix in 0.8.10claws94 was wrong
4254                 local delivery does not require escaping, remove escaping
4255                 code to make signatures of mails with "." lines valid
4256                 
4257                 NOTE: requires that sendmail is executed with "-i" option,
4258                       what is the default now, but has to be changed in all
4259                       exsiting accounts)
4260
4261 2003-03-07 [paul]       0.8.10claws97
4262
4263         * sync with 0.8.11 release
4264                 see ChangeLog 2003-03-07
4265
4266 2003-03-06 [paul]       0.8.10claws96
4267
4268         * src/compose.c
4269                 revert commit 0.8.10claws92
4270
4271 2003-03-06 [paul]       0.8.10claws95
4272
4273         * src/folderview.c
4274                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4275
4276         * src/gtkaspell.c
4277                 fix bug 74, 'Crash opening editor window with pseudo-color
4278                 display'
4279                 
4280         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4281
4282 2003-03-06 [christoph]  0.8.10claws94
4283
4284         * src/send.c
4285                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4286                 all lines starting with a period get an extra period
4287                 inserted
4288                 (found by Simon 'corecode' Schubert)
4289
4290 2003-03-06 [paul]       0.8.10claws93
4291
4292         * src/folderview.c
4293                 if configured font can't be loaded fall back to gtk
4294                 default. (with thanks to Christoph)
4295                 
4296                 closes long-standing bug 15 'Crashes on startup'
4297
4298 2003-03-06 [paul]       0.8.10claws92
4299
4300         * src/compose.c
4301                 freeze text before autosave and thaw afterwards
4302                 fixes bug 67 'autosave make re-rediting message crazy'
4303
4304 2003-03-06 [christoph]  0.8.10claws91
4305
4306         * src/compose.c
4307                 ignore address comment in dupe check for Cc-list
4308
4309         (closes reopened bug 47 Replying to message strips name part of
4310          e-mail addresses of Cc: lines)
4311
4312 2003-03-06 [paul]       0.8.10claws90
4313
4314         * src/Makefile.am
4315                 remove reference to gtkxtext.h as its no longer in
4316                 the repository
4317
4318 2003-03-06 [paul]       0.8.10claws89
4319
4320         * sync with 0.8.10cvs25
4321                 see ChangeLog 2003-03-06
4322
4323 2003-03-06 [oliver]     0.8.10claws88
4324         
4325         * src/messageview.c
4326                 remove include
4327
4328 2003-03-06 [oliver]     0.8.10claws87
4329         
4330         * src/folderview.c 
4331                 remove changes introduced inclaws74
4332         * src/messageview.c
4333                 another attempt to sanely delete and update
4334                 messages deleted in separate messageview
4335
4336 2003-03-05 [christoph]  0.8.10claws86
4337
4338         * src/summaryview.c
4339                 check if "From" matches any account's address if
4340                 addressbook completion of addresses is disabled too
4341
4342         (closes Bug 70 "Display recipient in from" doesn't check
4343          folder's default account)
4344
4345 2003-03-05 [christoph]  0.8.10claws85
4346
4347         * src/compose.c
4348         * src/common/utils.[ch]
4349                 don't strip address comments when building Cc lists
4350
4351         (closes Bug 47 Replying to message strips name part of e-mail addresses
4352          of Cc: lines)
4353
4354         * src/folder.c
4355                 fix return value of copy function
4356
4357 2003-03-05 [christoph]  0.8.10claws84
4358
4359         * src/imap.c
4360                 don't ask imap server for non rfc822 headers
4361
4362         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4363
4364         * src/imap.c
4365                 destroy session on socket error to allow reconnecting
4366
4367 2003-03-05 [christoph]  0.8.10claws83
4368
4369         * configure.ac
4370                 fix building with gnome when no prefix is set
4371
4372         (closes bug 66 Gnome directory is set to NONE)
4373
4374 2003-03-05 [paul]       0.8.10claws82
4375
4376         * sync with 0.8.10cvs23
4377                 see ChangeLog 2003-03-05
4378
4379 2003-03-04 [christoph]  0.8.10claws81
4380
4381         * src/folder.c
4382                 o fix moving and copying when folder returns 0 for new
4383                   message number
4384                 o remove some code for single message copy and move
4385                   operations and use functions for multiple messages
4386
4387         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4388
4389         * src/news.c
4390                 remove unused include
4391
4392 2003-03-04 [paul]       0.8.10claws80
4393
4394         * src/gtk/about.c
4395                 list 'Compiled plugins'
4396
4397 2003-03-03 [christoph]  0.8.10claws79
4398
4399         * src/news.[ch]
4400                 have to multiply the percentage of the current fetch with
4401                 the percentage that it has of the total fetch operation
4402                 for correct values
4403
4404 2003-03-03 [christoph]  0.8.10claws78
4405
4406         * src/news.c
4407                 fix calculation of expected lines for progress indicator
4408
4409 2003-03-03 [christoph]  0.8.10claws77
4410
4411         * src/summaryview.c
4412         * src/common/utils.c
4413                 fix segfault when opening the root news folder
4414
4415 2003-03-03 [christoph]  0.8.10claws76
4416
4417         * src/mainwindow.[ch]
4418         * src/common/Makefile.am
4419         * src/common/progressindicator.[ch]
4420                 add UI independent progress indicator handling
4421
4422         * src/news.[ch]
4423                 use new progress indicator for message info fetching
4424
4425         * src/common/hooks.h
4426                 code cleanup
4427
4428 2003-03-03 [oliver]     0.8.10claws75
4429
4430         * src/toolbar.c
4431         * src/compose.c
4432                 removed commented code
4433
4434 2003-03-03 [oliver]     0.8.10claws74
4435
4436         * src/toolbar.[ch]
4437                 cleanups and refactoring
4438         * src/compose.[ch]
4439                 compose_reply_mode reply & forwarding interface for
4440                 toolbar buttons
4441         * src/folderview.c
4442                 act on messages marked for deletion in folderview_selected
4443                 based on prefs_common.immediate_exec since a message might 
4444                 have been deleted by messageview in a folder we are changing 
4445                 to (does anybody understand what I'm on about ?)
4446
4447 2003-03-03 [oliver]     0.8.10claws73
4448         
4449         * src/messageview.[ch]
4450                 new functions
4451                 - messageview_delete: delete message shown in messagview
4452                 - messageview_update_view: update messageview to currently 
4453                   selected summaryview message
4454                 - add separate messageview to msgview_list in order to update 
4455                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4456         * src/summaryview.[ch]
4457                 summary_get_selection returns a list of selected msgs
4458                 in summaryview
4459         * src/mainwindow.c
4460                 toolbar reply refactoring
4461
4462 2003-03-03 [paul]       0.8.10claws72
4463
4464         * sync with 0.8.10cvs21
4465                 see ChangeLog 2003-03-03
4466
4467 2003-03-02 [christoph]  0.8.10claws71
4468
4469         * src/common/passcrypt.c
4470                 use POSIX includes
4471
4472 2003-03-02 [christoph]  0.8.10claws70
4473
4474         * configure.ac
4475         * src/prefs_account.c
4476         * src/prefs_gtk.[ch]
4477         * src/common/.cvsignore
4478         * src/common/Makefile.am
4479         * src/common/passcrypt.c                ** NEW **
4480         * src/common/passcrypt.h.in             ** NEW **
4481                 Implement password encryption in config files
4482                 using unix encrypt and setkey functions. The crypt
4483                 key can be set as a configure parameter. Old
4484                 passwords will be converted if they do not begin
4485                 with '!'
4486
4487 2003-03-02 [paul]       0.8.10claws69
4488
4489         * src/prefs_account.c
4490                 fix compile error
4491
4492 2003-03-01 [thorsten]   0.8.10claws68
4493
4494         * po/el.po
4495           po/hr.po
4496           po/it.po
4497           po/nl.po
4498           po/sr.po
4499           po/sv.po
4500                 corrected format strings
4501         * po/en_GB.po
4502                 corrected headers
4503                 (fix compile errors with GNU gettext-0.11.5)
4504
4505 2003-03-01 [oliver]     0.8.10claws67
4506
4507         * src/summaryview.c
4508                 menu callbacks call toolbar_menu_reply
4509
4510 2003-03-01 [oliver]     0.8.10claws66
4511
4512         * src/mainwindow.c
4513         * src/messageview.c
4514                 menu callbacks call toolbar_menu_reply
4515         * src/toolbar.[ch]
4516                 callbacks from menu handled by toolbar_menu_reply
4517
4518 2003-03-01 [paul]       0.8.10claws65
4519
4520         * src/addressbook.c
4521                 revert commit 0.8.10claws54 - breaks editing of
4522                 addressbook.
4523                 
4524         * po/bg.po
4525                 update Bulgarian translation, submitted by
4526                 George Danchev
4527
4528 2003-02-28 [christoph]  0.8.10claws64
4529
4530         * src/account.c
4531         * src/addressadd.c
4532         * src/compose.c
4533         * src/gtkaspell.c
4534         * src/gtkxtext.h                ** REMOVE **
4535         * src/imap.c
4536         * src/matcher.[ch]
4537         * src/mh.c
4538         * src/news.c
4539         * src/pine.c
4540         * src/prefs_common.c
4541         * src/prefs_matcher.c
4542         * src/procheader.[ch]
4543         * src/procmsg.[ch]
4544         * src/toolbar.c
4545         * src/common/ssl_certificate.c
4546         * src/gtk/colorlabel.c
4547         * src/gtk/menu.c
4548                 o fix warnings
4549                 o remove code obsoleted by new cache and folder system rework
4550
4551 2003-02-28 [oliver]     0.8.10claws63
4552         
4553         * src/toolbar.[ch]
4554                 * fix bug where reply in Messageview replied to 
4555                 Message displayed in summaryview
4556                 (reportedd via ML by chinatinte at gmx dot ch)
4557                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4558                 didn't work in separate MessageView Toolbar
4559                 (wondering if anybody uses this at all ?)
4560         * src/summaryview.[ch]
4561                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4562                 (generalize reply and forward code);
4563         * src/messageview.c 
4564                 remove focus_in event which updated summaryview to messageview
4565
4566 2003-02-28 [paul]       0.8.10claws62
4567
4568         * po/Makefile.in.in
4569                 add the --check option
4570                 Patch submitted by Ricardo Mones Lastra
4571
4572 2003-02-28 [paul]       0.8.10claws61
4573
4574         * src/prefs_account.c
4575                 re-order 'Signature' items
4576
4577 2003-02-28 [paul]       0.8.10claws60
4578
4579         * sync with 0.8.10cvs20
4580                 see ChangeLog 2003-02-28
4581
4582 2003-02-28 [paul]       0.8.10claws59
4583
4584         * po/POTFILES.in
4585                 update to reflect recent movement of files
4586
4587 2003-02-28 [paul]       0.8.10claws58
4588
4589         * sync with 0.8.10cvs19
4590                 see ChangeLog 2003-02-28
4591
4592 2003-02-27 [martin]     0.8.10claws57
4593
4594         * src/prefs_matcher.c 
4595                 fix segfault in prefs_matcher_ok() when the
4596                 last entry is deleted and prevents that the
4597                 message "entry not saved" comes up after deleting
4598                 an entry
4599
4600 2003-02-27 [martin]     0.8.10claws56
4601
4602         * src/prefs_filtering.c 
4603                 fix segfault in prefs_filtering_ok() when the
4604                 last entry is deleted and prevents that the
4605                 message "entry not saved" comes up after deleting
4606                 an entry
4607
4608 2003-02-27 [paul]       0.8.10claws55
4609
4610         * sync with 0.8.10cvs18
4611                 see ChangeLog 2003-02-27
4612
4613 2003-02-27 [paul]       0.8.10claws54
4614
4615         * src/addressbook.c
4616                 fix bug where the address book crashes with 
4617                 multiple lookups.
4618                 Patch [687729] submitted by David Frager 
4619                 <dbfrager@users.sourceforge.net>
4620
4621 2003-02-25 [christoph]  0.8.10claws53
4622
4623         * src/Makefile.am
4624         * src/colorlabel.[ch]           ** REMOVE **
4625         * src/gtk/Makefile.am
4626         * src/gtk/colorlabel.[ch]       ** NEW **
4627                 move colorlabel files to gtk directory
4628
4629         * src/esmtp.[ch]                ** REMOVE **
4630                 has been merged into smtp.[ch] in 0.7.5
4631
4632 2003-02-25 [christoph]  0.8.10claws52
4633
4634         * src/Makefile.am
4635         * src/about.[ch]                ** REMOVE **
4636         * src/gtk/Makefile.am
4637         * src/gtk/about.[ch]            ** NEW **
4638                 move about files to gtk directory
4639
4640 2003-02-25 [christoph]  0.8.10claws51
4641
4642         * src/folder.c
4643                 some code optimization of folder scanning code
4644
4645         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4646
4647 2003-02-25 [christoph]  0.8.10claws50
4648
4649         * src/main.c
4650         * src/common/sylpheed.c
4651                 add command line parameter parsing to common code
4652
4653 2003-02-24 [christoph]
4654
4655         * Makefile.am
4656         * configure.ac
4657                 fix gnome prefix problems, the configure script now removed
4658                 `gnome-config --prefix` from `gnome-config --datadir`
4659                 and adds $(prefix} instead
4660
4661         (closes Bug 24 Makefile does not respect prefix when installing
4662          GNOME data)
4663
4664 2003-02-24 [christoph]  0.8.10claws49
4665
4666         * src/news.c
4667                 check for valid session before trying to authenticate
4668
4669         (closes Bug 60 crash if "authenticate on logon" is activated
4670          and newsserver-hostname is not valid)
4671
4672 2003-02-24 [melvin]     0.8.10claws48
4673
4674         * src/prefs_actions.c
4675                 Make sure all user's input is sent to the action and then
4676                 close the socket..
4677
4678 2003-02-23 [alfons]     0.8.10claws46
4679
4680         * src/summaryview.c
4681                 also wait cursor when deleting files
4682
4683 2003-02-23 [paul]
4684
4685         * tools/freshmeat_search.pl
4686           tools/google_search.pl
4687                 scripts should now work for any browser/browser command line
4688
4689 2003-02-22 [christoph]  0.8.10claws45
4690
4691         * src/procmsg.c
4692                 fix IMAP flag setting, IMAP flag is not handled correctly
4693                 anymore by the folder system and information about the
4694                 folder should not be saved in the MsgInfo (in my opinion)
4695
4696         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4697
4698 2003-02-22 [christoph]  0.8.10claws44
4699
4700         * src/summaryview.c
4701                 fix spelling of "label" ;-)
4702
4703 2003-02-22 [thorsten]   0.8.10claws43
4704
4705         * src/mimeview.c
4706           src/prefs_common.[ch]
4707           src/procmime.[ch]
4708                 do not use description as attachment name
4709
4710 2003-02-22 [alfons]     0.8.10claws42
4711
4712         * src/summaryview.c
4713                 freeze/thaw folder item updates when changing color labels,
4714                 and put a wait cursors on
4715
4716 2003-02-22 [thorsten]   0.8.10claws41
4717
4718         * src/mimeview.c
4719                 save-all fixes: crash if invoked on multipart container,
4720                 mimeinfo access, pathseparators, error dialog
4721
4722 2003-02-21 [alfons]     0.8.10claws40
4723
4724         * src/prefs_gtk.c
4725                 remove unused var
4726
4727 2003-02-21 [colin]      0.8.10claws39
4728
4729         * src/send.c
4730                 Fix smtp logging
4731
4732 2003-02-21 [colin]      0.8.10claws38
4733
4734         * src/summaryview.c
4735                 Freeze/thaw folderItem updates when filtering messages 
4736                 via Tools/Filter messages
4737
4738 2003-02-21 [paul]       0.8.10claws37
4739
4740         * src/compose.c
4741                 revert commit 0.8.10claws26, there are ulterior motives
4742                 for users to set a Reply-To header when posting to
4743                 newsgroups
4744
4745 2003-02-21 [paul]       0.8.10claws36
4746
4747         * sync with 0.8.10cvs17
4748                 see ChangeLog 2003-02-21
4749
4750 2003-02-20 [christoph]  0.8.10claws35
4751
4752         * src/imap.c
4753                 IMAP UID fetch speedup using SEARCH
4754
4755         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4756
4757         * src/imap.c
4758                 fix problem with UIDs in IMAP UID cache that no longer existed
4759
4760 2003-02-20 [christoph]  0.8.10claws34
4761
4762         * src/imap.c
4763         * src/procheader.c
4764         * src/procheader.h
4765                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4766
4767         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4768
4769         * src/imap.c
4770                 Rewrite imap_cmd_gen_recv use sock_getline instead
4771                 of sock_gets to avoid problems with too long reply
4772                 lines
4773     
4774 2003-02-20 [colin]      0.8.10claws33
4775         
4776         * src/prefs_account.c
4777                 Better wording
4778
4779 2003-02-20 [colin]      0.8.10claws32
4780
4781         * src/compose.c
4782                 Remove useless '&& !to_sender' 
4783
4784 2003-02-20 [darko]
4785
4786         * AUTHORS
4787                 change my e-mail address
4788
4789 2003-02-19 [colin]      0.8.10claws31
4790
4791         * src/prefs_common.c
4792                 X11 style colors for every configurable color
4793
4794 2003-02-19 [alfons]     0.8.10claws30
4795
4796         * src/prefs_gtk.[ch]
4797         * src/prefs_common.c
4798                 for color_new accept both plain integers and X11 style color
4799                 names (as found in /usr/lib/X11/rgb.txt)
4800
4801 2003-02-19 [paul]       0.8.10claws29
4802
4803         * src/mainwindow.c
4804                 add tooltips to online/offline button and account selector
4805                 button
4806
4807 2003-02-19 [paul]       0.8.10claws28
4808
4809         * src/folder.c
4810           src/news.c
4811           src/prefs_account.[ch]
4812           src/prefs_common.[ch]
4813                 move 'Maximum number of articles to download' to
4814                 account prefs.
4815                 clean up account prefs gui a little by hiding entries
4816                 rather then greying out entries
4817
4818 2003-02-19 [hiro]       0.8.10claws27
4819
4820         * src/common/utils.c
4821                 fix bug #54 'yesterdays date is displayed in the message 
4822                 summary window'
4823
4824 2003-02-19 [paul]       0.8.10claws26
4825
4826         * src/compose.c
4827                 fix bug reported in Feature Request [688596] 
4828                 'Reply-to header in news'
4829
4830 2003-02-18 [paul]       0.8.10claws25
4831
4832         * src/select-keys.c
4833                 add a 'List all keys' button to key selection dialog
4834
4835 2003-02-18 [colin]      0.8.10claws24
4836         
4837         * src/stock_pixmap.c
4838                 fix compile error
4839
4840 2003-02-18 [colin]      0.8.10claws23
4841
4842         * src/common/smtp.[ch]
4843           src/prefs_account.c
4844                 Try to starttls if it seems to be the only
4845                 way to authenticate a user
4846
4847 2003-02-18 [paul]       0.8.10claws22
4848
4849         * src/Makefile.am
4850           src/folderview.c
4851           src/stock_pixmap.[ch]
4852           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4853           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4854                 as a Drafts folder is a special folder allow it to have
4855                 its own unique icons
4856
4857 2003-02-18 [colin]      0.8.10claws21
4858
4859         * src/imap.c
4860                 Fix port selection when using starttls
4861
4862 2003-02-18 [paul]       0.8.10claws20
4863
4864         * src/mainwindow.c
4865           src/prefs_common.[ch]
4866                 make blue the default new mail colour
4867
4868 2003-02-18 [paul]       0.8.10claws19
4869
4870         * sync with 0.8.10cvs14
4871                 see ChangeLog 2003-02-18
4872
4873 2003-02-17 [jens]       0.8.10claws18
4874
4875         * src/common/md5.c
4876                 fixed a compile problem with gcc 3.3
4877                 works on 2.95.3 too (testet on PPC as it is big endian)
4878
4879 2003-02-17 [paul]       0.8.10claws17
4880
4881         * sync with 0.8.10cvs13
4882                 see ChangeLog 2003-02-17
4883
4884 2003-02-17 [paul]       0.8.10claws16
4885
4886         * sync with 0.8.10cvs12
4887                 see ChangeLog 2003-02-17
4888
4889 2003-02-16 [match]      0.8.10claws15
4890
4891         * src/addressbook.c
4892                 Eliminates reloading of address data when items
4893                 deleted or added. Applied submitted by
4894                 Luke Plant <lukeplant@softhome.net>
4895
4896 2003-02-16 [paul]       0.8.10claws14
4897
4898         * src/news.c
4899                 when a 'protocol error' is encountered disconnect from
4900                 the server. This means that the user can carry on viewing
4901                 other articles and doesn't have to either wait until the
4902                 server timesout or quit sylpheed.
4903                 Fixes bug #53 'Unable to read messages in newsgroups, 
4904                 displayed message doesn't change'
4905
4906 2003-02-15 [christoph]  0.8.10claws13
4907
4908         * src/imap.c
4909                 fix bug that stopped scanning of folders when an
4910                 IMAP folder was empty
4911
4912         (closes bug 46 stop scan messages in folders after empty folder)
4913
4914 2003-02-15 [paul]
4915
4916         * tools/Makefile.am
4917           tools/README
4918           tools/freshmeat_search.pl     ** NEW FILE **
4919           tools/google_search.pl        ** NEW FILE **
4920                 Add 2 Actions scripts which search freshmeat/google
4921                 for the selected text using the browser configured
4922                 in sylpheedrc.
4923                 
4924         Note: These scripts are very dependent on the format of the
4925         browser command and may not work on every occasion. Testing
4926         is welcome. 
4927
4928 2003-02-14 [alfons]     0.8.10claws12
4929
4930         * src/compose.c
4931                 fix breakage because of uninitialized account pointer.
4932                 please verify.
4933
4934 2003-02-14 [paul]       0.8.10claws11
4935
4936         * src/compose.c
4937           src/prefs_account.[ch]
4938           src/prefs_common.[ch]
4939                 move signature settings to Account Prefs
4940
4941 2003-02-14 [paul]       0.8.10claws10
4942
4943         * sync with 0.8.10cvs11
4944                 see ChangeLog 2003-02-14
4945
4946 2003-02-13 [thorsten]   0.8.10claws9
4947
4948         * src/news.c
4949                 revert news progressbar (GUI separation)
4950
4951 2003-02-13 [paul]       0.8.10claws8
4952
4953         * src/compose.c
4954                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4955                 paragraph 1
4956
4957 2003-02-13 [paul]       0.8.10claws7
4958
4959         * src/compose.[ch]
4960           src/summaryview.c
4961                 fix 'Follow-up and Reply-to' so that it creates a reply to
4962                 the newsgroup and the sender. If the message has the keyword
4963                 'poster' in the Followup-To header, all replies go to the
4964                 sender, re: RFC 1036, Section 2.2.3
4965                 rename all instances of 'ignore_replyto' to 'to_sender', both
4966                 were previously used, now we use just one.
4967
4968 2003-02-13 [paul]       0.8.10claws6
4969
4970         * sync with 0.8.10cvs9
4971                 see ChangeLog 2003-02-13
4972
4973 2003-02-13 [paul]       0.8.10claws5
4974
4975         * configure.ac
4976                 show which plugins are configured in the configure
4977                 output.
4978
4979 2003-02-12 [thorsten]   0.8.10claws4
4980
4981         * src/news.c
4982                 show progress while fetching news headers
4983
4984 2003-02-12 [christoph]  0.8.10claws3
4985
4986         * configure.ac
4987         * src/plugins/Makefile.am
4988                 use AM_CONDITIONAL to enable plugins, automake correctly
4989                 manages this when creating distdir
4990
4991 2003-02-12 [christoph]  0.8.10claws2
4992
4993         * ac/spamassassin.m4
4994         * src/plugins/spamassassin/Makefile.am
4995                 fix building SpamAssassin plugin without OpenSSL
4996
4997 2003-02-12 [paul]       0.8.10claws1
4998
4999         * ac/Makefile.am
5000           src/Makefile.am
5001           src/plugins/Makefile.am
5002                 fix failure of 'make release'
5003
5004 2003-02-12 [paul]       0.8.10claws
5005
5006         * 0.8.10claws released
5007
5008 2003-02-12 [paul]       0.8.9claws56
5009
5010         * po/bg.po
5011           po/es.po
5012           po/it.po
5013           po/ru.po
5014           po/sr.po
5015                 updated translations by George Danchev, Ricardo Mones Lastra,
5016                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5017                 
5018         * sylpheed.spec.in
5019                 Allow the building of RPMs by a regular user. Submitted
5020                 by Sergei Astanin
5021
5022 2003-02-11 [alfons]     0.8.9claws55
5023
5024         * src/colorlabel.c
5025                 don't use pixmaps for label color rect but draw rectangles
5026                 so we can respect the color map of palette based visuals
5027                 (fixes the long time crashes on Suns - thanks to Andreas
5028                 Engel and Steve O'Hara-Smith for testing)
5029
5030 2003-02-11 [christoph]  0.8.9claws54
5031
5032         * src/matcher_parser_parse.y
5033                 correct bug where filering rules of not existing folders in
5034                 matcherrc were added to global filtering
5035                 
5036         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5037          main filter-rules after removing directory, http://bugs.debian.org/180253)
5038         
5039 2003-02-11 [paul]       0.8.9claws53
5040
5041         * sync with 0.8.10cvs7
5042                 see ChangeLog 2003-02-09
5043
5044 2003-02-11 [melvin]     0.8.9claws52
5045
5046         * po/fr.po
5047                 Updated French tranlsations
5048
5049 2003-02-10 [paul]       0.8.9claws51
5050
5051         * sylpheed.spec.in
5052                 correct --enable-openssl
5053                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5054
5055 2003-02-09 [martin]     0.8.9claws50
5056
5057         * src/prefs_matcher.c
5058                 fix segfault in prefs_matcher_substitute_cb() when
5059                 no row is selected
5060
5061 2003-02-09 [paul]       0.8.9claws49
5062
5063         * src/folderview.c
5064                 fix bug where a newsgroup folder's processing rules were
5065                 merged with the global filtering rules when the newsgroup
5066                 folder was deleted, causing some seriously bad results,
5067                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5068
5069 2003-02-08 [melvin]     0.8.9claws48
5070
5071         * src/compose.c
5072                 Corrected and modified an alert message.
5073
5074 2003-02-07 [paul]       0.8.9claws47
5075
5076         * src/folderview.c
5077                 fix bug where both an 'Account properties' window and a
5078                 'Folder properties' window were opened when clicking on
5079                 'Properties' in an NNTP or IMAP folder's popup menu.
5080
5081 2003-02-07 [paul]       0.8.9claws46
5082
5083         * sync with 0.8.10cvs6
5084                 see ChangeLog 2003-02-06
5085
5086 2003-02-06 [christoph]  0.8.9claws45
5087
5088         * src/mbox.c
5089                 freeze folder updates while importing mbox files
5090                 (closes bug 43 importing mbox took hours)
5091                 
5092         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5093
5094 2003-02-06 [thorsten]   0.8.9claws44
5095
5096         * po/de.po
5097                 Updated german translations
5098
5099 2003-02-06 [thorsten]   0.8.9claws43
5100
5101         * src/news.h
5102                 use guint for message numbers (fix count in grouplist dialog)
5103
5104 2003-02-05 [paul]       0.8.9claws42
5105
5106         * sync with 0.8.10cvs2
5107                 see ChangeLog 2003-02-05
5108
5109 2003-02-04 [colin]      0.8.9claws41
5110
5111         * src/prefs_common.[ch]
5112           src/procmsg.c
5113           src/summaryview.c
5114                 Add an option to disable threading by subject
5115
5116 2003-02-04 [christoph]  0.8.9claws40
5117
5118         * src/inc.c
5119                 only abort fetching mails from multiple accounts when the
5120                 error is fatal and does not allow to check any more accounts
5121                 (currently only disk full error)
5122
5123         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5124          receive mails for other accouts)
5125
5126 2003-02-04 [christoph]  0.8.9claws39
5127
5128         * src/folder.c
5129                 first add the new message to the cache, then
5130                 send the update notification
5131
5132         (closes bug 39 after sending message folderview doesnt get updated)
5133
5134 2003-02-04 [colin]      0.8.9claws38
5135
5136         * src/inc.c
5137                 _really_ fix this Connecting... status
5138
5139 2003-02-04 [paul]       0.8.9claws37
5140
5141         * sync with 0.8.10
5142                 see ChangeLog 2003-02-04
5143
5144 2003-02-04 [paul]       0.8.9claws36
5145
5146         * sync with 0.8.9cvs6
5147                 see ChangeLog 2003-02-03
5148
5149 2003-02-04 [paul]       0.8.9claws35
5150
5151         * po/pt_BR.po
5152                 updated by André Filipe de Assunção e Brito 
5153                 <bedecko@netsite.com.br>
5154
5155 2003-02-03 [thorsten]   0.8.9claws34
5156
5157         * po/de.po
5158                 Updated german translations
5159
5160 2003-02-02 [paul]       0.8.9claws33
5161
5162         * po/es.po
5163                 updated by Ricardo Mones Lastra
5164
5165 2003-02-02 [thorsten]   0.8.9claws32
5166
5167         * src/mh.c
5168                 Fix mh_get_msginfo() segfault if file is inaccessible
5169
5170 2003-01-31 [colin]      0.8.9claws31
5171
5172         * src/procheader.c
5173                 Fix last commit's bug
5174
5175 2003-01-31 [colin]      0.8.9claws30
5176
5177         * src/procheader.c
5178                 Missing a change for gpg-signed messages
5179
5180 2003-01-31 [paul]       0.8.9claws29
5181
5182         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5183           src/procheader.c
5184           src/stock_pixmap.[ch]
5185           src/summaryview.c
5186                 indicate GnuPG signed messages by displaying an icon
5187                 in the Attachment column.
5188
5189 2003-01-31 [paul]       0.8.9claws28
5190
5191         * sync with 0.8.9cvs4
5192                 see ChangeLog 2003-01-31
5193
5194 2003-01-31 [alfons]     0.8.9claws27
5195
5196         * src/textview.c
5197                 tune URI parser to accept mailto URLs with a '?'
5198                 (patch from Ruslan Balkin)
5199
5200 2003-01-31 [colin]      0.8.9claws26
5201
5202         * src/summaryview.c
5203                 Fix a leak introduced in claws24
5204
5205 2003-01-31 [colin]      0.8.9claws25
5206
5207         * src/summaryview.c
5208                 Freeze/Thaw folder updates when deleting dups
5209
5210 2003-01-31 [colin]      0.8.9claws24
5211         
5212         * src/addr_compl.c
5213           src/summaryview.c
5214           src/msgcache.c
5215                 little speed improvements
5216
5217 2003-01-31 [colin]      0.8.9claws23
5218
5219         * src/summaryview.c
5220                 Fix segfault when forwarding nothing
5221                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5222                 
5223 2003-01-30 [paul]       0.8.9claws22
5224
5225         * sync with 0.8.9cvs3
5226                 see ChangeLog 2003-01-30
5227
5228 2003-01-30 [paul]       0.8.9claws21
5229
5230         * sync with 0.8.9cvs2
5231                 see ChangeLog 2003-01-30
5232
5233 2003-01-29 [paul]       0.8.9claws20
5234
5235         * sync with 0.8.9cvs1
5236                 see ChangeLog 2003-01-29
5237
5238 2003-01-28 [paul]       0.8.9claws19
5239
5240         * po/POTFILES.in
5241                 update to reflect changes. 
5242                 thanks to Ricardo Mones Lastra
5243
5244 2003-01-27 [christoph]  0.8.9claws18
5245
5246         * ac/openssl.m4
5247         * ac/spamassassin.m4
5248         * src/plugins/spamassassin/README
5249         * src/plugins/spamassassin/libspamc.[ch]
5250         * src/plugins/spamassassin/utils.[ch]
5251                 updated to latest libspamc
5252
5253 2003-01-27 [christoph]  0.8.9claws17
5254
5255         * src/folder.c
5256                 fix wrong use of procheader_get_header_fields
5257
5258 2003-01-27 [christoph]  0.8.9claws16
5259
5260         * src/news.c
5261         * src/prefs_account.[ch]
5262         * src/common/nntp.[ch]
5263                 allow to force authentication for NNTP servers
5264
5265         Patch submitted by Florian Mickler <dmk@d-labs.de>
5266
5267 2003-01-26 [paul]       0.8.9claws15
5268
5269         * src/summaryview.c
5270                 speed up of marking messages as read
5271                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5272
5273 2003-01-26 [christoph]  0.8.9claws14
5274
5275         * src/Makefile.am
5276         * src/mgutils.[ch]              ** REMOVE **
5277         * src/xml.[ch]                  ** REMOVE **
5278         * src/xmlprops.[ch]             ** REMOVE **
5279         * src/common/Makefile.am
5280         * src/common/mgutils.[ch]       ** NEW **
5281         * src/common/xml.[ch]           ** NEW **
5282         * src/common/xmlprops.[ch]      ** NEW **
5283                 move xml files to common directory
5284
5285 2003-01-26 [christoph]  0.8.9claws13
5286
5287         * src/plugins/spamassassin/spamassassin_gtk.c
5288                 only set gtk entry text if string is available
5289
5290 2003-01-26 [melvin]     0.8.9claws12
5291
5292         * src/description_window.c
5293                 Allow resizing of the window
5294                 Allow automatic horizontal scroll bar
5295                 Do not vertically expand and fill
5296
5297 2003-01-26 [christoph]  0.8.9claws11
5298
5299         * src/Makefile.am
5300         * src/gtkutils.[ch]             ** REMOVE **
5301         * src/common/sylpheed.c
5302         * src/gtk/Makefile.am
5303         * src/gtk/description_window.c
5304         * src/gtk/gtkutils.[ch]         ** NEW **
5305         * src/gtk/prefswindow.c
5306                 move gtkutils to gtk directory
5307
5308 2003-01-26 [paul]       0.8.9claws10
5309
5310         * src/summaryview.c
5311                 rename summary_unread_clicked() to summary_status_clicked()
5312
5313 2003-01-26 [melvin]     0.8.9claws9
5314
5315         * src/prefs_actions.c
5316                 Cosmetical changes to the help text
5317
5318 2003-01-26 [paul]       0.8.9claws8
5319
5320         * src/folder.[ch]
5321           src/mainwindow.c
5322           src/prefs_common.c
5323           src/prefs_sumamry_column.c
5324           summaryview.[ch]
5325                 rename the 'Unread' column to 'Status'
5326
5327 2003-01-25 [match]      0.8.9claws7
5328
5329         * src/mgutils.[ch]
5330                 removed reference to LDAP constants. removed error2string.
5331                 included functions to support LDAP dynamic queries.
5332         * src/syldap.h
5333                 moved LDAP constants here.
5334         * src/addressbook.c
5335         * src/addrindex.c
5336         * src/importldif.c
5337                 removed references to LDAP constants and references to
5338                 error2string.
5339
5340 2003-01-25 [paul]       0.8.9claws6
5341
5342         * src/summaryview.c
5343                 summary_thread_build(), summary_thread_init(): remove 
5344                 unneeded reference to summaryview->folder_item
5345
5346 2003-01-25 [christoph]  0.8.9claws5
5347
5348         * src/gtk/description_window.c
5349                 o allow description texts to expand over multiple columns
5350                 o translate all columns
5351         * src/prefs_actions.c
5352                 change syntax description to use new multi column feature
5353
5354         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5355
5356 2003-01-25 [match]      0.8.9claws4
5357
5358         * src/vcard.c
5359                 fixed bug with Quoted-Printable
5360
5361 2003-01-25 [paul]       0.8.9claws3
5362
5363         * src/folder.[ch]
5364           src/summaryview.[ch]
5365                 implement per-folder collapsed/expanded threads setting
5366                 
5367         * src/prefs_common.c
5368                 remove global collapsed/expanded threads option
5369
5370 2003-01-25 [christoph]  0.8.9claws2
5371
5372         * po/POTFILES.in
5373                 add pluginwindow and prefswindow
5374         * src/compose.c
5375                 make send respond correctly to messages that could be added
5376                 to the queue folder, but the UID of the message is unknown
5377         * src/folder.c
5378         * src/imap.c
5379                 don't return guessed UIDs in imap_add_msg anymore. We return
5380                 0 to tell the folder system it was appened but the UID is
5381                 unknown. Folder system now get's the UID by scaning the folder
5382                 and searching the cache for the Message-ID
5383                 (closes bug #29 Messages queued, but not sent)
5384
5385 2003-01-25 [paul]       0.8.9claws1
5386
5387         * src/codeconv.c
5388                 conv_encode_header():  fix bug when long headers with 8-bit
5389                 characters are used, so that the encoded words are wrapped.
5390                 If the space in the original text falls on the wrap boundary,
5391                 it can be lost.
5392                 Patch by Sergey Vlasov.
5393                 
5394         * src/folderview.c
5395                  fix bug where a change to the sorting method or thread view
5396                  of a folder's messages is lost if simpify-subject is set and
5397                  toggled on or off.
5398                  Patch by Luke Plant.
5399
5400 2003-01-24 [paul]       0.8.9claws
5401
5402         * sylpheed-0.8.9claws released
5403         
5404         * Makefile.am
5405           sylpheed.spec.in
5406                 remove reference to 'INSTALL.jp'
5407
5408 2003-01-23 [paul]       0.8.8claws128
5409
5410         * po/es.po
5411           po/it.po
5412           po/ru.po
5413           po/sr.po
5414                 updated translations. submitted by Ricardo Mones Lastra,
5415                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5416
5417 2003-01-23 [colin]      0.8.8claws127
5418
5419         * src/compose.c
5420                 Fix drafted and queued news articles re-edition
5421
5422 2003-01-23 [melvin]     0.8.8claws126
5423
5424         * po/fr.po
5425                 Updated French translations
5426
5427 2003-01-23 [colin]      0.8.8claws125
5428
5429         * src/inc.c
5430                 Fix "Connecting to..." status message
5431
5432 2003-01-22 [paul]       0.8.8claws124
5433
5434         * po/bg.po
5435                 updated by George Danchev
5436                 
5437         * src/folder.c
5438                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5439                 and folder deletion
5440
5441 2003-01-21 [paul]       0.8.8claws123
5442
5443         * po/bg.po
5444                 updated by George Danchev
5445                 
5446         * src/about.c
5447                 its now 2003
5448                 
5449         * src/toolbar.c
5450                 don't translate 'Separator'
5451                 
5452         * src/plugins/spamassassin/Makefile.am
5453                 add aspell to CPPFLAGS
5454                 
5455         * src/plugins/spamassassin/spamassassin.c
5456           src/plugins/spamassassin/spamassassin_gtk.c
5457                 set correct default for spamassassin_receive_spam
5458                 slightly re-word descriptions and some
5459                 other minor changes
5460
5461 2003-01-19 [alfons]     0.8.8claws122
5462                 
5463         * src/mimeview.c
5464                 mimeview_save_as(): we might as well show the file name for
5465                 the single case "Save As" too
5466
5467 2003-01-19 [alfons]     0.8.8claws121
5468
5469         * src/crash.c
5470                 change bug tracker URL to bugzilla URL
5471
5472 2003-01-19 [alfons]     0.8.8claws120
5473
5474         * src/mimeview.c
5475                 mimeview_save_all(): display name of file before overwriting;
5476                 continue saving all, even when one overwrite was cancelled
5477
5478 2003-01-19 [christoph]  0.8.8claws119
5479
5480         * src/summaryview.c
5481         * src/procmsg.[ch]
5482                 fix wrong usage of procmsg_find_children in summaryview
5483                 by using procmsg_update_unread_children instead of
5484                 summaryview_update_unread_children
5485
5486 2003-01-19 [christoph]  0.8.8claws118
5487
5488         * src/procmsg.c
5489                 fix infinite loop in procmsg_find_children
5490                  (closes bug #25 sylpheed crashes on delete.)
5491
5492         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5493
5494 2003-01-19 [paul]       0.8.8claws117
5495
5496         * po/pt_BR.po
5497                 updated by Ivan Francolin Martinez
5498
5499 2003-01-18 [melvin]     0.8.8claws116
5500
5501         * src/prefs_actions.c
5502                 Removed syntax limitation of only one '&' at the end of command.
5503                         Now actions that contain '>/dev/null 2>&1' are possible.
5504
5505 2003-01-18 [melvin]     0.8.8claws115
5506
5507         * src/prefs_actions.c
5508                 Actions IO dialog: when the action ends
5509                 the "Close" button now has focus and [Escape] closes the
5510                 window.
5511
5512 2003-01-18 [christoph]  0.8.8claws114
5513
5514         * src/procmsg.c
5515                 o add debug output when MsgInfos are really freed
5516                 o free GSLists in procmsg_find_children and
5517                   procmsg_update_unread_children
5518
5519 2003-01-18 [christoph]  0.8.8claws113
5520
5521         * src/mainwindow.c
5522                 reorder Configuration menu
5523
5524 2003-01-18 [christoph]  0.8.8claws112
5525
5526         * src/compose.c
5527                 fix applying templates to forwarded messages
5528
5529         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5530
5531 2003-01-17 [christoph]  0.8.8claws111
5532
5533         * src/folder.c
5534                 destroy folder items, when a folder item is removed
5535
5536 2003-01-17 [christoph]  0.8.8claws110
5537
5538         * src/folder.c
5539                 fix wrong folder stats update when ignored message is
5540                 deleted
5541
5542 2003-01-17 [colin]      0.8.8claws109
5543         
5544         * src/mainwindow.c
5545         * src/summaryview.c
5546                 Quicksearch bugfixes: 
5547                 - hide help button at startup if not extended
5548                 - switch to extended when looking for replies
5549
5550 2003-01-17 [paul]
5551
5552         * sync with 0.8.9 release
5553
5554 2003-01-17 [paul]       0.8.8claws108
5555
5556         * sync with 0.8.8cvs11
5557                 see ChangeLog 2003-01-17
5558
5559 2003-01-16 [colin]      0.8.8claws107
5560
5561         * src/procmsg.c
5562                 Changed encryption test to re-ask passphrase
5563                 if an encrypted message hasn't been decrypted
5564                 Fixes bug #5
5565
5566 2003-01-16 [christoph]  0.8.8claws106
5567
5568         * src/prefs_gtk.c
5569         * src/prefs_toolbar.c
5570         * src/gtk/prefswindow.h
5571         * src/plugins/spamassassin/spamassassin_gtk.c
5572                 remove page destroy function that is not used anymore
5573
5574 2003-01-16 [paul]       0.8.8claws105
5575
5576         * sync with 0.8.8cvs9
5577                 see ChangeLog 2002-01-16
5578
5579 2003-01-16 [colin]      0.8.8claws104
5580
5581         * src/compose.[ch]
5582                 Fix bug with autosaved drafts for IMAP, when draft
5583                 folder is specified - fixes bugzilla bug #20
5584
5585 2003-01-15 [paul]       0.8.8claws103
5586
5587         * src/compose.[ch]
5588           src/procmsg.c
5589                 store folder and message-id of message forwarding
5590                 in queue header and set forward flag after sending
5591
5592 2003-01-15 [paul]       0.8.8claws102
5593
5594         * sync with 0.8.8cvs8
5595                 see ChangeLog 2002-01-15
5596
5597 2003-01-15 [colin]      0.8.8claws101
5598
5599         * src/Makefile.am
5600                 Fix linking with GNU libiconv
5601
5602 2003-01-15 [darko]      0.8.8claws100
5603
5604         * src/pine.c
5605                 fix crash when importing pine address book
5606                 entry with an empty name (reported by DY
5607                 <dybulk at tri8.net>)
5608
5609 2003-01-14 [paul]       0.8.8claws99
5610
5611         * configure.in  ** REMOVED **
5612           configure.ac  ** NEW FILE **
5613                 rename configure.in to configure.ac, as it is now
5614                 preferred
5615
5616 2003-01-14 [melvin]     0.8.8claws98
5617
5618         * src/folderview.c
5619                 folderview_check_new(): More precise function description
5620
5621 2003-01-14 [melvin]     0.8.8claws97
5622
5623         * src/folderview.c
5624                 folderview_check_new(): return the number of new messages 
5625                         since last check.
5626         * src/inc.c
5627                 inc_account_mail(): Disable counting of new messages for IMAP
5628                         and NNTP until bug [19] and [14] are fixed.
5629
5630 2003-01-14 [paul]       0.8.8claws96
5631
5632         * sync with 0.8.8cvs6
5633                 see ChangeLog 2003-01-14
5634
5635 2003-01-13 [alfons]     0.8.8claws95
5636
5637         * src/textview.c
5638                 tune email address validation (c. 0.8.8claws89): if . is 
5639                 just one char away from @, the address is invalid too 
5640                 (correctly rejects addresses like foo@.com)
5641
5642 2003-01-13 [paul]       0.8.8claws94
5643
5644         * src/messageview.c
5645           src/toolbar.c
5646                 fixes to the Message View toolbar and menu:
5647                 fix non-functioning Forward button
5648                 make Reply button consider default_reply_list
5649                 remove 'Follow-up...' menu entry
5650                 add 'Forward' and 'Redirect' menu entries
5651
5652 2003-01-13 [melvin]     0.8.8claws93
5653
5654         * src/inc.c
5655                 Fixed typo that could make new messages count incorrect.
5656
5657 2003-01-13 [melvin]     0.8.8claws92
5658
5659         * src/folderview.[ch]
5660                 folderview_check_new(): return the number of new messages.
5661         * src/inc.c
5662                 Should fix bug [14] where new mail notification worked 
5663                         incorrectly with IMAP accounts.
5664                 inc_spool_account(): return number of new msgs, or -1 on error
5665                 inc_all_spool(): return number of new msgs
5666                 
5667 2003-01-13 [melvin]     0.8.8claws91
5668
5669         * src/prefs_actions.c
5670                 Justify help text.
5671
5672 2003-01-12 [thorsten]   0.8.8claws90
5673
5674         * src/common/prefs.c
5675                 close file before rename
5676
5677 2003-01-12 [alfons]     0.8.8claws89
5678
5679         * AUTHORS
5680                 add Christian Mertes
5681         * src/common/utils.[ch]
5682                 g_stricase_hash(), g_stricase_equal(): functions for 
5683                 case insensitive hash tables
5684         * src/textview.c
5685                 use top level domain names to validate email address, based
5686                 on a patch by Christian Mertes (thanks!), but changed 
5687                 implementation to use a hash table 
5688
5689 2003-01-12 [paul]       0.8.8claws88
5690
5691         * po/bg.po
5692                 updated by George Danchev
5693
5694 2003-01-12 [alfons]     0.8.8claws87
5695
5696         * src/summaryview.c
5697                 delete / execute performance: use new style folder update
5698
5699 2003-01-12 [paul]       0.8.8claws86
5700
5701         * sync with 0.8.8cvs5
5702                 see ChangeLog 2003-01-13 (!)
5703
5704 2003-01-12 [alfons]     0.8.8claws85
5705
5706         * src/filtering.c
5707         * src/matcher_parser_parse.y
5708                 prepare change_score filtering action
5709         * src/matcher.[ch]
5710                 give up const-correctness on functions that call non-const-correct functions;
5711                 several casts to gpointer in g_free();
5712                 add change_score;
5713
5714 2003-01-12 [christoph]  0.8.8claws84
5715
5716         * src/compose.c
5717                 fix 2 warnings
5718
5719         * src/gtk/prefswindow.[ch]
5720         * src/plugins/spamassassin/spamassassin_gtk.c
5721                 changed the call of the widget create function
5722                 for PrefsPages, because sometimes the widget
5723                 create function needs a widget that already has
5724                 been attached to a window (to create GDK pixmaps
5725                 for exmaple). So we simply pass the GtkWindow as
5726                 the second parameter now.
5727
5728         * src/main.c
5729         * src/mainwindow.c
5730         * src/prefs_toolbar.[ch]
5731                 rewrite Toolbar Preferences using the new
5732                 prefs window
5733
5734 2003-01-11 [alfons]     0.8.8claws83
5735
5736         * src/addressadd.c
5737                 fix crash when adding sender to addressbook because status bar
5738                 isn't there (the status bar doesn't seem to be used though,
5739                 but I'll let Match decide what to do with it)
5740
5741 2003-01-11 [colin]      0.8.8claws82
5742
5743         * src/main.c
5744           src/toolbar.c
5745                 Two useless changes reversed
5746
5747 2003-01-11 [colin]      0.8.8claws81
5748
5749         * src/mainwindow.c
5750           src/mainwindow.h
5751                 Add mainwindow_get_mainwindow()
5752         * src/alertpanel.c
5753           src/alertpanel.h
5754                 Add alertpanel_error_log() 
5755         * src/compose.c
5756           src/inc.c
5757           src/messageview.c
5758           src/toolbar.c
5759           src/main.c
5760           src/procmsg.c
5761                 Network errors get a View Log button
5762
5763 2003-01-10 [alfons]     0.8.8claws80
5764
5765         * src/prefs_toolbar.c
5766         * src/toolbar.c
5767                 use the translatable string for "Separator" as file name for
5768                 separator toolbar items (probably make this uppercase?)
5769
5770 2003-01-10 [alfons]     0.8.8claws79
5771
5772         * src/prefs_toolbar.c
5773                 put right A_SEPARATOR description string in "displayed
5774                 toolbar items list" so manually added separators are
5775                 saved correctly (bug #10, "Adding a separator to the main 
5776                 toolbar fails, entry in xml file is wrong")
5777
5778 2003-01-10 [christoph]  0.8.8claws78
5779
5780         * src/imap.c
5781                 o fix warnings
5782                 o use CAPABILITY to check if NAMESPACE is available
5783
5784 2003-01-10 [christoph]  0.8.8claws77
5785
5786         * src/imap.[ch]
5787                 apply UIDPLUS IMAP extension support patch
5788
5789         Patch submitted by Simon 'corecode' Schubert
5790
5791 2003-01-10 [paul]       0.8.8claws76
5792
5793         * src/folderview.c
5794                 a sync from main which fixes the news account folders'
5795                 Properties bug
5796
5797 2003-01-10 [christoph]  0.8.8claws75
5798
5799         * src/folder.c
5800                 don't accept 0 as a valid uid returned by copy and move
5801                 functions. 0 means the message was copied or moved but the
5802                 new uid could not be fetched. It is not an error condition
5803                 for the copy or move operation.
5804
5805 2003-01-10 [paul]       0.8.8claws74
5806
5807         * src/prefs_filtering.c
5808                 change English used in Alert when entry is not
5809                 saved.
5810                 
5811         * sync with 0.8.8cvs4
5812                 see ChangeLog 2003-01-10
5813
5814 2003-01-10 [darko]      0.8.8claws73
5815
5816         * src/pine.c
5817                 fix crash when importing address book entry
5818                 without a valid address
5819
5820 2003-01-09 [alfons]     0.8.8claws72
5821
5822         * src/inc.c
5823                 filtering performance: use new style folder update
5824
5825 2003-01-09 [christoph]  0.8.8claws71
5826
5827         * src/compose.c
5828         * src/gtk/menu.[ch]
5829                 fix wrong selecting of mime encoding type, when
5830                 opening property dialog of attachments in the
5831                 compose window. 7bit was always selected and that
5832                 destoryed files with 8bit data.
5833                 (closes bug #9 Sylpheed-claws destroys attachments when
5834                  changing MIME-types)
5835
5836 2003-01-09 [paul]       0.8.8claws70
5837
5838         * sync with 0.8.8cvs3
5839                 see ChangeLog 2003-01-09
5840
5841 2003-01-08 [alfons]     0.8.8claws69
5842         
5843         * src/addressadd.c
5844                 apply patch by Kim Schulz to fix build breakage
5845                 because of missing variable
5846
5847 2003-01-08 [paul]       0.8.8claws68
5848
5849         * sync with 0.8.8cvs2
5850                 see ChangeLog 2002-01-08
5851
5852 2003-01-08 [paul]       0.8.8claws67
5853
5854         * po/it.po
5855                 updated by Alessandro Maestri
5856                 
5857         * src/addressadd.c
5858                 when using 'Add sender to addressbook' allow
5859                 name to be edited and remarks to be entered
5860                 Patch submitted by Luke Plant
5861
5862 2003-01-08 [darko]      0.8.8claws66
5863
5864         * README.claws, src/summaryview.c
5865                 fix description for marked messages
5866
5867 2003-01-08 [paul]
5868
5869         * tools/Makefile.am
5870           tools/launch_phoenix  ** NEW FILE **
5871                 add script that enables using Phoenix as the default
5872                 web browser. 
5873                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5874                 
5875         * tools/OOo2sylpheed.pl
5876                 remove full path to sylpheed executable, just 'sylpheed'
5877                 will do
5878                 
5879         * tools/README
5880                 add launch_phoenix informtion and re-arrange and compress
5881                 the data a little
5882
5883 2003-01-07 [christoph]  0.8.8claws65
5884
5885         * src/folder.c
5886                 fix update for source folder when moving messages
5887         * src/procmsg.[ch]
5888         * src/summaryview.c
5889                 use function to set to_folder for message infos and
5890                 automatically update the op_count for old and new
5891                 folder
5892
5893 2003-01-07 [melvin]     0.8.8claws64
5894
5895         * src/prefs_actions.c
5896                 Fixed bug where an '%p' Action on a displayed image crashed 
5897                         Sylpheed
5898                 Code clean up (get rid of duplicated code and removed unnecessary 
5899                                 structure member)
5900
5901 2003-01-07 [christoph]  0.8.8claws63
5902
5903         * src/compose.c
5904         * src/folder.[ch]
5905         * src/folderview.c
5906         * src/import.c
5907         * src/inc.c
5908         * src/main.c
5909         * src/mainwindow.c
5910         * src/messageview.c
5911         * src/prefs_folder_item.c
5912         * src/procmsg.c
5913         * src/summaryview.c
5914         * src/toolbar.c
5915                 o remove all folder update triggering from the UI code. The folder
5916                   system should know much better when a folder needs an update.
5917                 o to prevent multiple updates in a row the folder updates can be
5918                   frozen for some time.
5919
5920                 Note: - Please verify that no updates are missing
5921                       - Check where freeze/thaws should be added
5922
5923 2003-01-07 [christoph]  0.8.8claws62
5924
5925         * src/prefs_actions.c
5926                 don't translate empty strings
5927
5928         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5929
5930 2003-01-06 [christoph]  0.8.8claws61
5931
5932         * src/prefs_actions.c
5933                 mark strings for gettext
5934         * src/prefs_matcher.c
5935                 use new description window for Execute action and
5936                 match condition in Filtering
5937
5938         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5939
5940 2003-01-06 [alfons]     0.8.8claws60
5941
5942         keep myself inspired to re-organize matcher part 8; 
5943         yes, more to come (I need to move out the descriptive
5944         text for actions to matcher.c, or at least make it not
5945         depend on the wicked ordering)
5946
5947         * src/prefs_matcher.c
5948                 add documentation so others may comprehend the
5949                 UI part of the conditions
5950                 
5951 2003-01-06 [christoph]  0.8.8claws59
5952
5953         * src/prefs_actions.c
5954                 use new description window for syntax help
5955         * src/gtk/description_window.c
5956                 fix display of descriptions with column count != 2
5957
5958         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5959
5960 2003-01-06 [christoph]  0.8.8claws58
5961
5962         * src/quote_fmt.c
5963         * src/summaryview.[ch]
5964         * src/gtk/Makefile.am
5965         * src/gtk/description_window.[ch]       ** NEW **
5966                 use a generic window to display syntax descriptions
5967                 currently used in quote_fmt and summaryview (new description
5968                 for extended quick search)
5969
5970         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5971
5972 2003-01-06 [paul]       0.8.8claws57
5973
5974         * sync with 0.8.8cvs1
5975                 see ChangeLog 2003-01-06
5976
5977 2003-01-06 [christoph]  0.8.8claws56
5978
5979         * src/mainwindow.c
5980         * src/prefs_gtk.[ch]
5981         * src/gtk/prefswindow.[ch]
5982         * src/plugins/spamassassin/spamassassin_gtk.c
5983                 o remove page management from prefswindow, pages
5984                   will be an argument to prefswindow_open
5985                 o prefswindow_open gets a datapointer that is
5986                   passed to the widget_create function to allow
5987                   creation of prefswindow for specific items
5988
5989 2003-01-06 [colin]      0.8.8claws55
5990         
5991         * src/summaryview.c
5992                 We don't want regexp in the reply-finder, 
5993                 because MIDs can contain !,$,. and so on
5994
5995 2003-01-06 [jens]       0.8.8claws54
5996
5997         * src/jpilot.c
5998                 fixed a wrong free in jpilot_read_db_files
5999
6000 2003-01-06 [alfons]     0.8.8claws53
6001
6002         re-organize matcher part 8; more to come
6003        
6004         * src/matcher.c
6005                 matcherprop_to_string(): put g_free()s before the
6006                 switch-case break to fix memleaks                
6007
6008 2003-01-06 [colin]      0.8.8claws52
6009
6010         * src/summaryview.c
6011                 cleanup & reply-finder now displays the first 
6012                 matching message
6013
6014 2003-01-05 [alfons]     0.8.8claws51
6015
6016         re-organize matcher part 7; more to come
6017
6018         * src/matcher.[ch]
6019                 fixes for constant correctness;
6020                 more documentation;
6021
6022 2003-01-05 [alfons]     0.8.8claws50
6023
6024         re-organize matcher part 6; more to come
6025         
6026         * src/matcher.[ch]
6027                 fixes for constant correctness;
6028                 more documentation;
6029         * src/filtering.c
6030                 fix for constant correctness
6031
6032 2003-01-05 [colin]      0.8.8claws49
6033
6034         * src/account.[ch]
6035                 Add account_get_reply_account function
6036         * src/compose.c
6037                 Use account_get_reply_account function 
6038         * src/summaryview.c
6039                 Basic reply-finder - click on the replied
6040                 icon gets you to the outbox using quick-search
6041
6042 2003-01-05 [paul]       0.8.8claws48
6043
6044         * src/prefs_common.c
6045                 small change to English
6046                 
6047         * src/prefs_filtering.c
6048                 prefs_filtering_action_select(): improve logic and uniformity
6049                 of gui
6050
6051 2003-01-05 [alfons]     0.8.8claws47
6052
6053         fine tune solution to focus problems (bug #7)
6054
6055         * src/mainwindow.c
6056                 mainwindow_focus_in_event(): remove grab event check
6057         * src/summaryview.c
6058                 summary_button_pressed(): move selection on right-click
6059                 too. we can't possibly move the selection back after
6060                 canceling a dialog, because gtk's incomplete focus 
6061                 management. whether this is a good solution, only time
6062                 will tell.
6063
6064 2003-01-05 [christoph]  0.8.8claws46
6065
6066         * src/imap.c
6067                 fix crash when no imap connection could be established
6068
6069 2003-01-05 [paul]       0.8.8claws45
6070
6071         * src/mainwindow.c
6072           src/sumamryview.c
6073           src/gtk/menu.[ch]
6074                 fix bug 605957 'shortcuts in popup-menu'
6075                 make user-defined shortcuts work
6076                 show shortcuts that are already defined
6077                 in the main menu
6078                 Patch submitted by Luke Plant
6079
6080 2003-01-05 [alfons]     0.8.8claws44
6081
6082         * src/mainwindow.c
6083                 focus_in_event handler should not select summary view row 
6084                 when another window (menu, dialog) grabbed for events 
6085                 (bug #7, "[0.8.8claws42] Message summary focus") 
6086
6087 2003-01-04 [christoph]  0.8.8claws43
6088
6089         * src/procmsg.c
6090                 update save folder after adding the sent message
6091                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6092
6093 2003-01-02 [christoph]  0.8.8claws42
6094
6095         * src/common/plugin.c
6096                 fix unloading of all plugins and unload
6097                 plugins in reverse order
6098                 
6099         * src/gtk/pluginwindow.c
6100                 implement function of load and unload button
6101
6102         * src/gtk/prefswindow.c
6103         * src/gtk/prefswindow.h
6104                 rename register function and add new unregister
6105                 function
6106
6107         * src/plugins/spamassassin/spamassassin_gtk.c
6108                 unregister prefs page and update for changes in
6109                 src/gtk/prefswindow.c
6110
6111 2003-01-02 [paul]       0.8.8claws41
6112
6113         * po/es.po
6114                 updated by Ricardo Mones Lastra
6115
6116 2003-01-02 [paul]
6117
6118         * tools/tb2sylpheed
6119                 fixes and improvements by Urke MMI
6120
6121 2003-01-02 [thorsten]   0.8.8claws40
6122
6123         * src/procmsg.c
6124                 fixed wrong return value
6125
6126 2003-01-02 [thorsten]   0.8.8claws39
6127
6128         * src/prefs.c
6129                 fixed printing wrong variable
6130
6131 2003-01-02 [thorsten]   0.8.8claws38
6132
6133         * src/prefs.c
6134                 fixed acessing members of freed pfile struct
6135
6136 2003-01-02 [thorsten]   0.8.8claws37
6137
6138         * src/procmsg.c
6139                 detect loops across several messages
6140                 as suggested by Christoph Hohmann
6141
6142 2003-01-01 [match]      0.8.8claws36
6143
6144         * src/addrindex.c
6145                 fixed another memory leak.
6146
6147 2003-01-01 [match]      0.8.8claws35
6148
6149         * src/jpilot.[ch]
6150                 fixed memory leaks. applied Doxygen comments.
6151
6152 2003-01-01 [thorsten]   0.8.8claws34
6153
6154         * src/procmsg.c
6155                 inhibit endless loop if msg references itself
6156                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6157
6158 2003-01-01 [christoph]  0.8.8claws33
6159
6160         * src/mainwindow.c
6161         * src/gtk/Makefile.am
6162         * src/gtk/pluginwindow.c                ** NEW **
6163         * src/gtk/pluginwindow.h                ** NEW **
6164                 add plugin window
6165
6166         * src/plugins/demo/demo.c
6167         * src/plugins/spamassassin/spamassassin.c
6168         * src/plugins/spamassassin/spamassassin_gtk.c
6169                 write better plugin descriptions
6170
6171 2002-12-31 [christoph]  0.8.8claws32
6172
6173         * src/gtk/prefswindow.c
6174         * src/plugins/spamassassin/spamassassin_gtk.c
6175                 some small improvements to GTK code
6176
6177 2002-12-31 [christoph]  0.8.8claws31
6178
6179         * src/plugins/spamassassin/spamassassin_gtk.c
6180                 enable folder select button
6181
6182 2002-12-31 [christoph]  0.8.8claws30
6183
6184         * src/mainwindow.c
6185         * src/gtk/Makefile.am
6186         * src/gtk/prefswindow.c                         ** NEW **
6187         * src/gtk/prefswindow.h                         ** NEW **
6188                 add new prefs window
6189
6190         * src/common/plugin.c
6191                 don't try to load empty config lines
6192         
6193         * src/plugins/spamassassin/Makefile.am
6194         * src/plugins/spamassassin/spamassassin.c
6195         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6196         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6197                 GTK config for SpamAssassin Plugin using
6198                 the new prefs window
6199
6200 2002-12-31 [paul]       0.8.8claws29
6201
6202         * po/POTFILES.in
6203                 remove obsolete entry 'src/menu.c'
6204
6205 2002-12-31 [alfons]     0.8.8claws28
6206
6207         * src/matcher.[ch]
6208         * src/matcher_parser_parse.y
6209         * src/prefs_matcher.c
6210                 add "ignore_thread" and "~ignore_thread" condition so it's
6211                 possible to make the actions / scoring operate on the ignore
6212                 thread flag
6213
6214 2002-12-31 [christoph]  0.8.8claws27
6215
6216         * src/addrbook.c
6217         * src/addrindex.c
6218         * src/folder.c
6219         * src/matcher.c
6220         * src/prefs_account.c
6221         * src/prefs_actions.c
6222         * src/prefs_customheader.c
6223         * src/prefs_display_header.c
6224         * src/prefs_gtk.c
6225         * src/procmime.c
6226         * src/toolbar.c
6227         * src/xmlprops.c
6228         * src/common/prefs.[ch]
6229                 extend prefs file handling for reading and automatic handling
6230                 of blocks. When reading prefs_set_block_label will automatically
6231                 move on to the block. When writing it will copy all other blocks
6232                 automatically
6233
6234         * src/common/plugin.c
6235                 Now loading plugin filenames from [Plugins] block in
6236                 sylpheed rc file
6237
6238 2002-12-30 [christoph]  0.8.8claws26
6239
6240         * src/common/hooks.[ch]
6241                 return abort status to caller of hooks_invoke
6242                 
6243         * src/inc.[ch]
6244                 invoke message filtering hook and stop
6245                 default handling when filter returns abort
6246
6247         * src/common/plugin.[ch]
6248         * src/plugins/demo/demo.c
6249                 modify plugin loader, because resolving symbols for strings
6250                 does not work correctly
6251         
6252         * configure.in
6253         * ac/spamassassin.m4                            ** NEW **
6254         * src/plugins/spamassassin/.cvsignore           ** NEW **
6255         * src/plugins/spamassassin/Makefile.am          ** NEW **
6256         * src/plugins/spamassassin/README               ** NEW **
6257         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6258         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6259         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6260                 add spamassassin plugin, see src/plugins/spamassassin/README
6261                 for details
6262
6263 2002-12-29 [alfons]     0.8.8claws25
6264
6265         * src/mainwindow.c
6266                 when moving focus from a message view to the main 
6267                 window, don't forget to select the summary node
6268                 of the displayed message. should fix "[ 659103 ] 
6269                 focus-follows-mouse confuses sylpheed"
6270
6271 2002-12-29 [christoph]  0.8.8claws24
6272
6273         * src/Makefile.am
6274         * src/stringtable.[ch]          ** REMOVE **
6275         * src/common/Makefile.am
6276         * src/common/stringtable.[ch]   ** NEW **
6277                 move stringtable files to common directory
6278
6279 2002-12-29 [christoph]  0.8.8claws23
6280
6281         * src/Makefile.am
6282         * src/menu.[ch]                 ** REMOVE **
6283         * src/gtk/Makefile.am
6284         * src/gtk/menu.[ch]             ** NEW **
6285                 move menu files to gtk directory
6286
6287 2002-12-29 [match]      0.8.8claws22
6288
6289         * src/addressbook.c
6290         * src/syldap.c
6291                 moved UI specific code out of LDAP code into addressbook
6292                 UI code. fixed memory leak.
6293
6294 2002-12-29 [christoph]  0.8.8claws21
6295
6296         * src/folder.c
6297                 only check for IGNORED parent message when message is
6298                 not IGNORED itself
6299
6300 2002-12-29 [alfons]     0.8.8claws20
6301
6302         * src/summaryview.c
6303                 set gtksctree's anchor correct (immediate execute
6304                 changes the tree's layout, and anchor points at 
6305                 the incorrect row). fixes "[ 657233 ] multiple msg 
6306                 delete sometimes off by 1".
6307                 we probably have to look for more tree layout /
6308                 anchor glitches.
6309
6310 2002-12-29 [paul]       0.8.8claws19
6311
6312         * src/summaryview.c
6313                 fix bug [ 659054 ] incorrect sorting of 'From' column
6314                 when using 'display sender using address book'
6315                 thanks to Alfons and Luke Plant
6316
6317 2002-12-29 [christoph]  0.8.8claws18
6318
6319         * src/folder.c
6320         * src/procmsg.[ch]
6321                 check parent messages for IGNORE THREAD flag, when adding,
6322                 moving or copying messages to a folder
6323
6324 2002-12-27 [alfons]     0.8.8claws17
6325
6326         re-organize matcher part 5; more to come
6327
6328         * src/matcher.c
6329                 hash keywords in matchparser_tab 
6330
6331 2002-12-27 [alfons]     0.8.8claws16
6332
6333         re-organize matcher part 4; more to come
6334
6335         * src/matcher_parser.h
6336         * src/matcher_parser_lex.l
6337         * src/matcher_parser_parse.y
6338                 cleanup
6339
6340 2002-12-27 [alfons]     0.8.8claws15
6341
6342         re-organize matcher part 3; more to come
6343
6344         * src/matcher.[ch]
6345                 cleanup
6346
6347 2002-12-27 [alfons]     0.8.8claws14
6348
6349         re-organize matcher part 2; more to come but this should
6350         work. cc me if there are any regressions.
6351
6352         * src/matcher.h
6353                 add prototype for get_matchparser_tab_id()
6354         * src/matcher_parser_lex.l
6355                 look up keywords using matchparser_tab_id();
6356
6357 2002-12-27 [alfons]     0.8.8claws12
6358
6359         re-organize matcher part 1
6360
6361         * src/matcher.h
6362                 map yacc generated constants to sylpheed matcher constants
6363         * src/matcher.c
6364                 add function to find a matcher constant from a string
6365
6366 2002-12-27 [christoph]  0.8.8claws11
6367
6368         * src/compose.c
6369                 MENUITEM_ADD casts the 4th argument from integer to pointer
6370                 so it probably should not be a pointer, this means we
6371                 should use account id for it and not the account's pointer
6372
6373 2002-12-27 [paul]       0.8.8claws10
6374
6375         * src/mainwindow.c
6376                 remove unneeded 'GtkWidget *vbox'
6377                 
6378         * src/summaryview.c
6379                 further sync with 0.8.8 - make sort
6380                 by recipient work as expected
6381                 
6382         * NEWS
6383                 sync with 0.8.8
6384
6385 2002-12-27 [paul]       0.8.8claws9
6386
6387         * po/pt_BR.po
6388                 updated by Ivan F. Martinez
6389                 
6390 2002-12-27 [darko]      0.8.8claws8
6391
6392         * src/common/utils.c
6393                 added locked pattern to extended search
6394
6395 2002-12-27 [alfons]     0.8.8claws7
6396
6397         * src/prefs_matcher.[ch]
6398                 clean up
6399
6400 2002-12-26 [alfons]     0.8.8claws6
6401
6402         * src/matcher.[ch]
6403         * src/matcher_parser_lex.l
6404         * src/matcher_parser_parse.y
6405         * src/prefs_matcher.c
6406                 allow color label as a condition in the matcher
6407
6408 2002-12-26 [oliver]     0.8.8claws5
6409         
6410         * src/toolbar.c 
6411                 enable Addressbook for Main and Messageview
6412         * src/prefs_actions.c
6413                 enable actions in Messageview
6414
6415 2002-12-26 [christoph]  0.8.8claws4
6416
6417         * src/common/plugin.c
6418                 add a little debug output
6419         * configure.in
6420         * src/plugins/demo/Makefile.am
6421                 better use of automake
6422
6423 2002-12-26 [christoph]  0.8.8claws3
6424
6425         * src/Makefile.am
6426         * src/common/Makefile.am
6427                 fix "make distdir"
6428
6429 2002-12-26 [christoph]  0.8.8claws2
6430
6431         * configure.in
6432                 sort configure checks into common / gtk / plugins
6433         * po/POTFILES.in
6434                 add src/prefs_gtk.c
6435         * src/Makefile.am
6436                 add plugins SUBDIR
6437         * src/main.c
6438         * src/common/sylpheed.[ch]
6439                 added now sylpheed_done function for shutdown
6440         * src/common/Makefile.am
6441         * src/common/plugin.[ch]                ** NEW **
6442                 plugin loader and unloader
6443         * src/plugins/.cvsignore                ** NEW **
6444         * src/plugins/Makefile.am               ** NEW **
6445                 build plugins
6446         * src/plugins/demo/.cvsignore           ** NEW **
6447         * src/plugins/demo/Makefile.am          ** NEW **
6448         * src/plugins/demo/demo.c               ** NEW **
6449                 small demo plugin that installs a logtext hook and
6450                 outputs the log text to stdout
6451
6452 2002-12-26 [paul]       0.8.8claws1
6453
6454         * po/es.po
6455                 updated by Ricardo Mones Lastra
6456
6457 2002-12-26 [paul]       0.8.8claws
6458
6459         * 0.8.8claws released
6460
6461 2002-12-26 [paul]       0.8.7claws12
6462
6463         * po/bg.po
6464                 updated by George Danchev
6465
6466 2002-12-26 [paul]       0.8.7claws11
6467
6468         * po/POTFILES.in
6469                 remove unneeded 'src/prefs.c' entry 
6470
6471 2002-12-26 [paul]       0.8.7claws10
6472
6473         * src/codeconv.c
6474           src/mainwindow.c
6475                 sync with 0.8.8 release
6476         
6477         * src/folder.[ch]
6478           src/mh.c
6479           src/summaryview.c
6480                 partial sync with 0.8.8 release
6481         
6482
6483 2002-12-25 [alfons]     0.8.7claws9
6484
6485         * src/matcher.[ch]
6486         * src/matcher_parser_lex.l
6487         * src/matcher_parser_parse.y
6488         * src/prefs_matcher.c
6489                 add locked flag to possible filtering / matcher 
6490                 conditions (also a good example what should be
6491                 done to add a simple boolean condition)
6492
6493 2002-12-25 [christoph]  0.8.7claws8
6494
6495         * src/Makefile.am
6496         * src/account.[ch]
6497         * src/addrbook.c
6498         * src/addressbook.c
6499         * src/addrindex.c
6500         * src/filtering.c
6501         * src/folder.c
6502         * src/matcher.c
6503         * src/prefs.[ch]                ** REMOVE **
6504         * src/prefs_account.c
6505         * src/prefs_actions.c
6506         * src/prefs_common.c
6507         * src/prefs_customheader.c
6508         * src/prefs_display_header.c
6509         * src/prefs_filtering.c
6510         * src/prefs_folder_item.c
6511         * src/prefs_gtk.[ch]            ** NEW **
6512         * src/prefs_matcher.c
6513         * src/prefs_scoring.c
6514         * src/prefs_summary_column.c
6515         * src/procmime.c
6516         * src/selective_download.c
6517         * src/toolbar.c
6518         * src/common/Makefile.am
6519         * src/common/prefs.[ch]         ** NEW **
6520                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6521
6522 2002-12-24 [alfons]     0.8.7claws7
6523
6524         * src/summaryview.c
6525                 summary_thread_build(): fix real cause of the crash mentioned in
6526                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6527                 this way we get meaningful ctree nodes 
6528
6529 2002-12-24 [oliver]     0.8.7claws6
6530
6531         * src/mainwindow.[ch]
6532         * src/messageview.[ch]
6533         * src/compose.[ch]
6534         * src/inc.c
6535         * src/summaryview.c
6536                 changes to use updated toolbar handling
6537                 
6538 2002-12-24 [oliver]     0.8.7claws5
6539
6540         * src/toolbar.[ch]
6541                 generic toolbar handling
6542                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6543         * src/prefs_toolbar.[ch]
6544                 adjust to handling
6545         
6546 2002-12-24 [oliver]     0.8.7claws4
6547         
6548         * src/stock_pixmap.[ch]
6549                 move SYLPHEED_LOGO to end of list in order 
6550                 to remove it from Custom Toolbar`s Icon View
6551
6552 2002-12-24 [alfons]     0.8.7claws3
6553
6554         * src/summaryview.c
6555                 summary_thread_build(): fix crash because of focus != selection 
6556                 after threading. when deleting the selection, gtk tries but fails 
6557                 to find the correct focusable element. we now force the selection
6558                 to be focused. this should solve the infamous bug reported by 
6559                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6560                 a test case is available. 
6561
6562 2002-12-24 [darko]      0.8.7claws2
6563
6564         * src/summaryview.c
6565                 don't crash when unmarking message with unread children
6566
6567 2002-12-23 [christoph]  0.8.7claws1
6568
6569         * src/Makefile.am
6570         * src/common/Makefile.am
6571                 update Makefiles for moved intl.h, version.h and defs.h
6572         * src/imap.c
6573                 rewrite imap_session_get to avoid duplicate code
6574
6575 2002-12-23 [paul]       0.8.7claws
6576
6577         * Santa-Claws released
6578         
6579         * po/hu.po
6580           po/ru.po
6581                 squeeze in updated Hungarian and Russian translations.
6582                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6583
6584 2002-12-23 [paul]       0.8.6claws129
6585
6586         * po/pl.po
6587                 updated by Witold Wladyslaw Wojciech Wilk
6588
6589 2002-12-23 [paul]       0.8.6claws128
6590
6591         * src/quote_fmt_parse.y
6592                 fix typo and add licence header
6593
6594 2002-12-23 [paul]       0.8.6claws127
6595
6596         * po/en_GB.po
6597                 updated
6598
6599 2002-12-23 [paul]       0.8.6claws126
6600
6601         * po/it.po
6602                 updated translation, submitted by Alessandro Maestri
6603                 
6604 2002-12-23 [paul]       0.8.6claws125
6605
6606         * src/quote_fmt_parse.y
6607                 fix signature-stripping on replies bug. match
6608                 '-- \n' and not '-- '.
6609
6610 2002-12-22 [paul]       0.8.6claws124
6611
6612         * po/bg.po
6613           po/es.po
6614           po/sr.po
6615                 updated translations. submitted by George Danchev,
6616                 Ricardo Mones Lastra, and Urke MMI respectively
6617
6618 2002-12-21 [paul]       0.8.6claws123
6619
6620         * src/addrbook.c
6621                 fix coding style
6622
6623 2002-12-21 [paul]       0.8.6claws122
6624
6625         * src/addrbook.c
6626                 fix bug [643638] where if a person is in one or more
6627                 addressbook groups editing that person's email 
6628                 address results in removal from those groups.
6629                 Patch submitted by Luke Plant.
6630
6631 2002-12-20 [christoph]  0.8.6claws121
6632
6633         * src/common/utils.c
6634         * src/summaryview.c
6635                 reimplement expand_search_string using GString to
6636                 prevent crashs caused by miscalculated string
6637                 lengths reported by Paul
6638
6639 2002-12-20 [christoph]  0.8.6claws120
6640
6641         * src/summaryview.c
6642                 don't use "changed" to check if op_count has to be changed as it
6643                 is also set when the message has unread children
6644                 (closes bug [ 653221 ] crash while deleting duplicates)
6645
6646 2002-12-20 [paul]       0.8.6claws119
6647
6648         * sync with 0.8.6cvs27
6649                 see ChangeLog 2002-12-20
6650
6651 2002-12-20 [paul]       0.8.6claws118
6652
6653         * sync with 0.8.6cvs26
6654                 see ChangeLog 2002-12-19 and 2002-12-20
6655
6656 2002-12-19 [alfons]     0.8.6claws117
6657
6658         * src/textview.c
6659                 fix incorrect parsing of email addresses, submitted by 
6660                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6661                 name display if it contains @".
6662
6663 2002-12-18 [paul]       0.8.6claws116
6664
6665         * sync with 0.8.6cvs23
6666                 see ChangeLog 2002-12-18
6667
6668 2002-12-18 [paul]       0.8.6claws115
6669
6670         * src/Makefile.am
6671         * src/account.c
6672         * src/codeconv.c
6673         * src/gtkutils.[ch]
6674         * src/imap.c
6675                 sync with 0.8.6cvs22.
6676                 see ChangeLog 2002-12-17 and 2002-12-18
6677
6678 2002-12-17 [christoph]  0.8.6claws114
6679
6680         * src/imap.c
6681                 o don't create a session if imap greeting fails
6682                 o don't close socket when authentication fails
6683                   this is done by imap_session_destroy
6684
6685 2002-12-17 [thorsten]   0.8.6claws113
6686
6687         * tools/Makefile.am
6688           tools/README
6689           tools/google_msgid.pl ** NEW FILE **
6690                 Added "search for message-id" script and doc
6691
6692 2002-12-17 [thorsten]   0.8.6claws112
6693
6694         * po/hu.po
6695                 Updated hungarian translation
6696                 (updated by Gal Zoltan)
6697
6698 2002-12-16 [christoph]  0.8.6claws111
6699
6700         * src/addr_compl.c
6701                 remove stupid addressbook dump to debug output
6702         * src/mh.c
6703                 fix memory leak found by Hiro
6704
6705 2002-12-14 [paul]       0.8.6claws110
6706
6707         * src/compose.c
6708                 fix menubar sensitivity on send
6709                 
6710         * src/prefs_filtering.c
6711         * src/prefs_matcher.c
6712         * src/prefs_scoring.c
6713                 Fix english ;)
6714                 
6715         * src/common/quoted-printable.h
6716                 sync: fix typo
6717         
6718 2002-12-13 [christoph]  0.8.6claws109
6719
6720         * src/Makefile.am
6721         * src/manage_window.[ch]        ** REMOVE **
6722         * src/gtk/Makefile.am
6723         * src/gtk/manage_window.[ch]    ** NEW **
6724                 move manage_window files to gtk directory
6725
6726 2002-12-13 [christoph]  0.8.6claws108
6727
6728         * src/Makefile.am
6729         * src/gtkshruler.[ch]           ** REMOVE **
6730         * src/gtk/Makefile.am
6731         * src/gtk/gtkshruler.[ch]       ** NEW **
6732                 move gtkshruler files to gtk directory
6733
6734 2002-12-13 [christoph]  0.8.6claws107
6735
6736         * src/Makefile.am
6737         * src/compose.c
6738         * src/gtkstext.[ch]             ** REMOVE **
6739         * src/gtkutils.[ch]
6740         * src/textview.c
6741         * src/gtk/gtkstext.[ch]         ** NEW **
6742         * src/gtk/Makefile.am
6743                 o move stext functions to gtkstext.c to remove
6744                   dependency of gtkutils
6745                 o move gtkstext files to gtk directory
6746
6747         * src/gtk/Makefile.am
6748         * src/gtk/sslcertwindow.[ch]
6749                 UI stuff can always depend on common code so
6750                 it's ok to add ../common to include path
6751
6752 2002-12-13 [colin]      0.8.6claws106
6753
6754         * src/summaryview.c
6755                 Disconnect sighandlers for mainwindow when
6756                 quicksearch has the focus
6757                 Fix bug #653231
6758         * src/mainwindow.[ch]
6759                 Make key_pressed callback public, to be able
6760                 to disconnect it
6761
6762 2002-12-13 [christoph]  0.8.6claws105
6763
6764         * src/mh.c
6765                 create .mh_sequences file in new MH folders
6766                 (closes feature request [ 523162 ] MH folders should
6767                  get a .mh_sequences)
6768
6769 2002-12-13 [colin]      0.8.6claws104
6770
6771         * src/summaryview.c
6772                 Better handling of quicksearch show/hide
6773                 (basically the button stays under the mouse 
6774                  when toggled)
6775
6776 2002-12-13 [paul]       0.8.6claws103
6777
6778         * sync with 0.8.6cvs17
6779                 see ChangeLog 2002-12-13
6780
6781 2002-12-13 [paul]       0.8.6claws102
6782
6783         * po/es.po
6784                 updated by Ricardo Mones Lastra
6785
6786 2002-12-11 [colin]       0.8.6claws101
6787
6788         * src/folder.c
6789                 remove statusbar stuff
6790           src/folderview.c
6791                 set statusbar verbosity when moving folders
6792
6793 2002-12-11 [colin]       0.8.6claws100
6794         * src/prefs_filtering.c
6795         * src/prefs_matcher.c
6796         * src/prefs_scoring.c
6797                 Fix english ;)
6798
6799 2002-12-11 [colin]       0.8.6claws99
6800
6801         * src/prefs_common.[ch]
6802                 Add summary_quicksearch_type
6803         * src/summaryview.c
6804                 Save last used quicksearch type
6805
6806 2002-12-11 [jens]       0.8.6claws98
6807         * src/prefs_filtering.c
6808         * src/prefs_matcher.c
6809         * src/prefs_scoring.c
6810                 added dialog for incomplete rules in scoring, filtering and
6811                 matcher to ask wheather really close
6812
6813 2002-12-11 [colin]      0.8.6claws97
6814
6815         * src/folder.c
6816                 Fix folder dnd statusbar logging
6817
6818 2002-12-10 [christoph]  0.8.6claws96
6819
6820         * src/compose.c
6821         * src/folder.c
6822         * src/imap.c
6823         * src/inc.c
6824         * src/main.c
6825         * src/mainwindow.c
6826         * src/news.c
6827         * src/send.c
6828         * src/statusbar.[ch]
6829         * src/common/hooks.c
6830         * src/common/log.[ch]
6831                 o handle verbose logging in statusbar directly in statusbar code
6832                   and common code does not need any knowledge about a statusbar
6833                 o remove direct calls to statusbar_(puts|pop)_all functions
6834
6835 2002-12-10 [jens]       0.8.6claws95
6836
6837         * src/*.c
6838                 removed gettext from g_warnings
6839         * po/POTFILES.in
6840                 cleaned and updated
6841         * po/de.po
6842                 updated
6843
6844 2002-12-10 [colin]      0.8.6claws94
6845
6846         * src/main.c
6847                 finish crash dialog fix
6848
6849 2002-12-10 [colin]      0.8.6claws93
6850
6851         * src/main.c
6852                 "Fix" "sylpheed already running" instead of
6853                 crash dialog appearing after a crash
6854
6855 2002-12-10 [colin]      0.8.6claws92
6856
6857         * po/POTFILES.in
6858                 add src/gtk/sslcertwindow.c
6859
6860 2002-12-10 [paul]       0.8.6claws91
6861
6862         * po/POTFILES.in
6863                 updated to reflect recent changes
6864                 submitted by Alessandro Maestri
6865
6866 2002-12-09 [christoph]  0.8.6claws90
6867
6868         * src/Makefile.am
6869         * src/smtp.[ch]                 ** REMOVE **
6870         * src/common/Makefile.am
6871         * src/common/smtp.[ch]          ** NEW **
6872                 move smtp files to common directory
6873
6874 2002-12-09 [christoph]  0.8.6claws89
6875
6876         * src/Makefile.am
6877         * src/session.[ch]              ** REMOVE **
6878         * src/common/Makefile.am
6879         * src/common/session.[ch]       ** NEW **
6880                 move session files to common directory
6881
6882 2002-12-09 [paul]       0.8.6claws88
6883
6884         * src/account.c
6885                 fix bug [649746] edit accounts: move account reverted
6886                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6887
6888 2002-12-09 [colin]      0.8.6claws87
6889
6890         * src/ssl_certificate.c
6891                 cleanup
6892
6893 2002-12-09 [colin]      0.8.6claws86
6894
6895         * src/ssl.c
6896                 Try to open the cert.pem database and 
6897                 issue a warning if it isn't there
6898
6899 2002-12-09 [colin]      0.8.6claws85
6900
6901         * src/common/ssl_certificate.c
6902         * src/gtk/sslcertwindow.c
6903                 Warning fixes
6904
6905 2002-12-09 [colin]      0.8.6claws84
6906
6907         * src/ssl_certificate.[ch] ** REMOVED **
6908         * src/common/ssl_certificate.[ch] ** NEW **
6909         * src/Makefile.am
6910         * src/common/Makefile.am
6911                 Moved ssl_certificate.[ch] to common
6912         * src/common/ssl.c 
6913                 Put back needed include
6914         * src/gtk/sslcertwindow.[ch]
6915                 Changed ssl_certificate.h include
6916         
6917 2002-12-09 [colin]      0.8.6claws83
6918
6919         * src/gtk/sslcertwindow.[ch]
6920                 Implement hook for certificate acception
6921         * src/ssl_certificate.[ch]
6922                 Implement hook for certificate acception
6923         * src/common/ssl.c
6924                 Reenable certificate acception check
6925         * src/mainwindow.c
6926                 Register sslcertwindow's hook
6927         
6928 2002-12-08 [christoph]  0.8.6claws82
6929
6930         * src/about.c
6931         * src/addr_compl.c
6932         * src/codeconv.c
6933         * src/manual.c
6934         * src/undo.c
6935         * src/common/utils.c
6936                 o add missing includes
6937                 o fix warnings
6938         * src/.cvsignore
6939         * src/common/.cvsignore
6940         * src/common/version.h          ** REMOVE **
6941                 remove autogenerated file
6942
6943 2002-12-08 [paul]       0.8.6claws81
6944
6945         * src/stringtable.c
6946                 put back needed include
6947
6948 2002-12-08 [colin]      0.8.6claws80
6949         
6950         * src/gtk/sslcertwindow.c
6951                 Cleaner popups when asking
6952         * src/ssl_certificate.c
6953         * src/prefs_common.[ch]
6954                 remove ssl certificate pref
6955                 put back needed include
6956         * src/undo.c
6957                 put back needed include
6958
6959 2002-12-08 [christoph]  0.8.6claws79
6960
6961         * src/folderview.c
6962         * src/logwindow.c
6963         * src/statusbar.c
6964         * src/summaryview.c
6965                 only abort hook invokation if required data is missing not
6966                 if our own data pointer is NULL, update hookfunction for
6967                 log window
6968
6969 2002-12-08 [paul]       0.8.6claws78
6970
6971         * src/about.c
6972         * src/addrcache.c
6973         * src/addrclip.c
6974         * src/addr_compl.c
6975         * src/addrselect.c
6976         * src/codeconv.c
6977         * src/colorlabel.c
6978         * src/enriched.c
6979         * src/esmtp.c
6980         * src/exporthtml.c
6981         * src/headerview.c
6982         * src/imageview.c
6983         * src/manual.c
6984         * src/noticeview.c
6985         * src/pgptext.c
6986         * src/scoring.c
6987         * src/sourcewindow.c
6988         * src/stringtable.c
6989         * src/undo.c
6990                 clean up: remove unneccesary includes
6991
6992 2002-12-08 [christoph]  0.8.6claws77
6993
6994         * src/folderview.c
6995         * src/statusbar.c
6996         * src/summaryview.c
6997         * src/common/hooks.[ch]
6998                 hook functions now have a gboolean return value, if a hook
6999                 returns TRUE it will stop executing of any more hooks in
7000                 the same hooklist for this invokation
7001
7002 2002-12-08 [colin]      0.8.6claws76
7003         
7004         * src/main.c
7005                 put back argv0 for CRASH_DIALOG
7006
7007 2002-12-08 [christoph]  0.8.6claws75
7008
7009         * src/Makefile.am
7010         * src/about.c
7011         * src/account.c
7012         * src/crash.c
7013         * src/esmtp.h
7014         * src/imap.[ch]
7015         * src/inc.c
7016         * src/main.c
7017         * src/mainwindow.c
7018         * src/news.c
7019         * src/pop.[ch]
7020         * src/prefs_account.[ch]
7021         * src/prefs_common.[ch]
7022         * src/send.[ch]
7023         * src/smtp.[ch]
7024         * src/ssl_certificate.[ch]
7025         * src/ssl_manager.[ch]
7026         * src/common/Makefile.am
7027         * src/common/log.c
7028         * src/common/nntp.[ch]
7029         * src/common/socket.[ch]
7030         * src/common/ssl.[ch]
7031         * src/gtk/sslcertwindow.[ch]
7032         * ac/openssl.m4
7033                 use new autoconf script to detect OpenSSL with extra parameters
7034                 to specify the location of libs and includes, also remove USE_SSL
7035                 to USE_OPENSSL
7036
7037         * src/common/sylpheed.[ch]
7038         * src/common/version.h.in
7039                 start seperation of common code initialization seperated from gui
7040
7041         * src/summaryview.c
7042                 The function that is called when a color label changes
7043                 should not change the color lable again
7044
7045 2002-12-08 [colin]      0.8.6claws74
7046
7047         * src/gtk/sslcertwindow.c
7048                 warning fixes
7049
7050 2002-12-08 [colin]      0.8.6claws73
7051
7052         * src/statusbar.c
7053           src/common/log.h
7054                 Register a hook for statusbar_puts_all
7055         * src/common/log.c
7056                 invoke statusbar_puts_all's hook
7057         
7058 2002-12-08 [colin]      0.8.6claws72
7059
7060         * src/ssl_certificate.c
7061                 Put back a badly-removed include
7062
7063 2002-12-08 [colin]      0.8.6claws71
7064
7065         * src/gtk/sslcertwindow.[ch]    ** NEW **
7066                 new certificate presentation
7067         * src/gtk/Makefile.am
7068                 add new files
7069         * src/ssl_certificate.[ch]
7070                 gtk cleanup, made utility functions public
7071         * src/ssl_manager.c
7072                 use new cert presentation
7073
7074 2002-12-07 [christoph]  0.8.6claws70
7075
7076         * src/Makefile.am
7077         * src/nntp.[ch]                 ** REMOVE **
7078         * src/common/Makefile.am
7079         * src/common/nntp.[ch]          ** NEW **
7080                 move nntp files to common directory
7081
7082 2002-12-07 [christoph]  0.8.6claws69
7083
7084         * src/procmsg.[ch]
7085         * src/summaryview.c
7086                 implement msginfo update callback using sylpheed's new
7087                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7088
7089 2002-12-06 [christoph]  0.8.6claws68
7090
7091         * src/editgroup.c
7092                 This patch changes the 'Edit Group Details' dialog to
7093                 allow extended selections in either pane, so that
7094                 addresses can be added or removed from a group more
7095                 quickly and easily. (it actually is a net decrease in
7096                 file size, as some unnecessary functions have been
7097                 removed). 
7098                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7099
7100 2002-12-06 [christoph]  0.8.6claws67
7101
7102         * src/Makefile.am
7103         * src/template.[ch]             ** REMOVE **
7104         * src/common/Makefile.am
7105         * src/common/template.[ch]      ** NEW **
7106                 move template files to common directory
7107
7108         * src/nntp.c
7109                 add missing log.h include
7110
7111 2002-12-06 [melvin]     0.8.6claws66
7112
7113         * src/prefs_actions.c
7114                 Added the trailing ">" syntax to insert command's output
7115                 without replacing old text (in contrast to trailing "|").
7116
7117 2002-12-05 [colin]      0.8.6claws65
7118         
7119         * src/common/utils.c
7120                 Don't modify original search_string or it'll change
7121                 the next iterations in the for()
7122
7123 2002-12-05 [darko]      0.8.6claws64
7124
7125         * src/common/utils.c
7126                 proper check for filtering commands, found by Colin
7127
7128 2002-12-05 [darko]      0.8.6claws63
7129
7130         * src/common/utils.c
7131                 check proper string for NULL pointer, found by Colin
7132
7133 2002-12-05 [darko]      0.8.6claws62
7134
7135         * src/common/utils.[ch]
7136                 expand_search_string(): new function
7137                 converts Mutt-like patterns to Sylpheed's
7138                 filtering engine
7139         * src/summaryview.c
7140                 use expand_search_string() to allow Mutt-like
7141                 patterns in extended search
7142         * README.claws
7143                 document extended option in quick search
7144
7145 2002-12-05 [paul]       0.8.6claws61
7146
7147         * sync with 0.8.6cvs16
7148                 see ChangeLog 2002-12-05
7149                 
7150         * po/POTFILES.in
7151                 clean up
7152
7153 2002-12-04 [christoph]  0.8.6claws60
7154
7155         * src/imap.[ch]
7156                 put imap authentication code into a new function and
7157                 remove it from imap_session_new that will allow to
7158                 send other commands before authentication
7159
7160 2002-12-04 [christoph]  0.8.6claws59
7161
7162         * src/imap.[ch]
7163                 use already existing method to prevent unneeded IMAP
7164                 folder selects. Set imap_select parameters to NULL
7165                 in some functions if the values are not required.
7166
7167         * src/xml.h
7168                 remove no longer required include
7169
7170 2002-12-04 [paul]       0.8.6claws58
7171
7172         * po/es.po
7173                 updated by Ricardo Mones Lastra
7174                 
7175         * configure.in
7176           po/hu.po      ** NEW FILE **
7177                 initial Hungarian translation, submitted
7178                 by Gál Zoltán <galzoli@hu.inter.net>
7179
7180 2002-12-03 [christoph]  0.8.6claws57
7181
7182         * src/Makefile.am
7183         * src/gtksctree.[ch]            ** REMOVE **
7184         * src/gtk/Makefile.am
7185         * src/gtk/gtksctree.[ch]        ** NEW **
7186                 move gtksctree files to gtk directory
7187
7188 2002-12-03 [christoph]  0.8.6claws56
7189
7190         * src/Makefile.am
7191         * src/md5.[ch]                  ** REMOVE **
7192         * srm/common/Makefile.am
7193         * src/common/md5.[ch]           ** NEW **
7194                 move md5 files to common directory
7195
7196         * src/gtkstext.c
7197                 remove not required #include
7198
7199 2002-12-03 [sergey]     0.8.6claws55
7200
7201         * src/gtkutils.c
7202         * src/gtkutils.h
7203                 gtkut_window_popup(): new function.
7204         * src/mainwindow.c
7205                 main_window_popup(): use gtkut_window_popup() to raise
7206                 window without changing its position.
7207                 (see sylpheed-main ML message [sylpheed:17247])
7208
7209 2002-12-03 [sergey]     0.8.6claws54
7210
7211         * src/send.c
7212                 send_message_local(): removed first-dot escaping
7213                 (SMTP-only, not needed for sending through pipe)
7214
7215 2002-12-03 [paul]       0.8.6claws53
7216
7217         * po/POTFILES.in
7218                 update to reflect recent changes (thanks
7219                 to Ricardo Mones Lastra)
7220                 
7221         * tools/filter_conv.pl
7222                  fix problem with quoted strings. Patch submitted
7223                  by Luke Plant <lukeplant@softhome.net>
7224
7225 2002-12-03 [paul]       0.8.6claws52
7226
7227         * sync with 0.8.6cvs15
7228                 see ChangeLog 2002-12-03
7229
7230 2002-12-02 [christoph]  0.8.6claws51
7231
7232         * src/logwindow.[ch]
7233         * src/common/log.[ch]
7234                 implement logging using a hook function
7235
7236         * src/folderview.c
7237         * src/folder.[ch]
7238                 define hooklist name in header file to avoid
7239                 errors caused by wrong spelling of hooklist names
7240
7241         * src/toolbar.c
7242                 fix warnings
7243
7244 2002-12-02 [christoph]  0.8.6claws50
7245
7246         * src/common/Makefile.am
7247                 add src/common/hooks.[ch]
7248
7249         * src/common/hooks.[ch]
7250                 implement a simple hook system using glib's hook functions
7251
7252         * src/folder.[ch]
7253         * src/folderview.c
7254                 use new hook system for folder item updates
7255
7256 2002-12-02 [christoph]  0.8.6claws49
7257
7258         * doc-src/ui_seperation.txt     ** NEW **
7259                 information for ui seperation
7260
7261         * src/Makefile.am
7262                 remove files that were moved to common
7263                 include common directory by default for the header files
7264
7265         * src/inc.c
7266         * src/common/socket.c
7267         * src/automaton.[ch]
7268                 implement automaton using g_io_*-functions instead of
7269                 gdk_input_add to make it ui independent
7270
7271         * src/codeconv.c
7272         * src/compose.c
7273         * src/ldif.c
7274         * src/pgptext.c
7275         * src/procmime.c
7276         * src/rfc2015.c
7277         * src/smtp.c
7278         * src/unmime.c
7279                 remove common/ prefix because directory is now in
7280                 include path
7281
7282         * src/compose.c
7283         * src/folder.c
7284         * src/folderview.c
7285         * src/mainwindow.c
7286         * src/messageview.c
7287         * src/prefs_common.c
7288         * src/procmsg.c
7289         * src/rfc2015.c
7290                 fix warnings
7291
7292         * src/imap.c
7293         * src/inc.c
7294         * src/news.c
7295         * src/pop.c
7296         * src/send.c
7297         * src/smtp.c
7298         * src/ssl_certificate.c
7299                 add log.h header file for logging functions
7300
7301         * src/main.c
7302         * src/common/utils.c
7303         * src/summaryview.c
7304         * src/xml.c
7305                 o move debug_mode to common/utils.c
7306                 o add functions to set and get debug_mode
7307
7308         * src/defs.h                    ** REMOVE **
7309         * src/intl.h                    ** REMOVE **
7310         * src/socket.[ch]               ** REMOVE **
7311         * src/ssl.[ch]                  ** REMOVE **
7312         * src/utils.[ch]                ** REMOVE **
7313                 replaced by new files in src/common/
7314         
7315         * src/common/Makefile.am
7316                 add new files in src/common/
7317
7318         * src/common/defs.h             ** NEW **
7319         * src/common/intl.h             ** NEW **
7320         * src/common/log.[ch]           ** NEW **
7321         * src/common/socket.[ch]        ** NEW **
7322         * src/common/ssl.[ch]           ** NEW **
7323         * src/common/utils.[ch]         ** NEW **
7324                 replacement for files in src/
7325
7326 2002-12-02 [colin]      0.8.6claws48
7327
7328         * src/folderview.c
7329                 Scroll folderview if necessary during dnd
7330
7331 2002-12-02 [colin]      0.8.6claws47
7332
7333         * src/folder.[ch]
7334                 Add check to verify a move is within a single mailbox
7335         * src/folderview.c
7336                 Add specific error string for this check
7337
7338 2002-12-02 [colin]      0.8.6claws46
7339
7340         * src/folder.c
7341                 Add a test to folder moving, remove a statusbar_print
7342         * src/folderview.c
7343                 Add Move folder... context-menu item
7344                 Factorize folder moving code
7345                 Enable folder DND for mbox
7346
7347 2002-12-01 [christoph]  0.8.6claws45
7348
7349         * ac/aspell.m4
7350                 remove conf.aspelltest if the version check fails
7351
7352 2002-11-30 [christoph]  0.8.6claws44
7353
7354         * autogen.sh
7355                 run libtoolize --force in autogen to create missing
7356                 libtool scripts
7357
7358 2002-11-30 [christoph]  0.8.6claws43
7359
7360         * src/Makefile.am
7361         * src/pgptext.c
7362         * src/procmime.c
7363         * src/rfc2015.c
7364         * src/uuencode.[ch]             ** REMOVED **
7365         * src/common/Makefile.am
7366         * src/common/uuencode.[ch]      ** NEW **
7367                 move uuen/decoder to common directory
7368
7369 2002-11-30 [christoph]  0.8.6claws42
7370
7371         * src/Makefile.am
7372         * src/base64.[ch]               ** REMOVED **
7373         * src/codeconv.c
7374         * src/compose.c
7375         * src/ldif.c
7376         * src/pgptext.c
7377         * src/procmime.c
7378         * src/rfc2015.c
7379         * src/smtp.c
7380         * src/unmime.c
7381         * src/common/Makefile.am
7382         * src/common/base64.[ch]        ** NEW **
7383                 move base64 en/decoder to common directory
7384
7385 2002-11-30 [christoph]  0.8.6claws41
7386
7387         * src/common                    ** NEW **
7388                 new directory for UI independent code
7389         * src/gtk                       ** NEW **
7390                 new directory for GTK frontend
7391         * src/common/.cvsignore         ** NEW **
7392         * src/gtk/.cvsignore            ** NEW **
7393                 ignore build files
7394         * src/common/Makefile.am        ** NEW **
7395         * src/gtk/Makefile.am           ** NEW **
7396                 automake files to build new seperated stuff
7397         * src/Makefile.am
7398                 the binary will currently still be build with the
7399                 files in src, so we include the code from the
7400                 subdirs for now after building the libs there
7401
7402 2002-11-30 [paul]       0.8.6claws40
7403
7404         * src/compose.c
7405                 fix bug [642731] 'Wrong selected account with drafted mail'
7406
7407 2002-11-29 [oliver]     0.8.6claws39
7408         
7409         * src/messageview.c
7410                 o update summaryview when switching between different
7411                   messageviews          
7412         * src/toolbar.c  
7413                 o check if messageview holds already removed msg
7414                   from summaryview
7415                 
7416
7417 2002-11-29 [oliver]     0.8.6claws38
7418
7419         * src/toolbar.c 
7420                 remove not needed variables and includes
7421                 make messageview stay opened and move to next when msgs are deleted 
7422
7423 2002-11-29 [oliver]     0.8.6claws37
7424         
7425         * src/toolbar.c 
7426                 disable compose button (messageview toolbar) by default
7427                 deleted msgs are moved to trash
7428         
7429 2002-11-29 [melvin]     0.8.6claws36
7430
7431         * configure.in
7432                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7433                 and to detect signatures expirations (gpgme 0.3.6)
7434
7435         * src/main.c
7436                 Use non obsolescent function for Gpgme engine checking.
7437
7438         * src/rfc2015.c
7439                 Inform about expired signatures or signatures which key
7440                 has expired. Expiration date is displayed.
7441
7442         * src/sigstatus.c
7443                 Inform about expired signatures or signatures which key
7444                 has expired.
7445
7446 2002-11-28 [paul]       0.8.6claws35
7447
7448         * src/folderview.c
7449                 re-instate 'Check for new messages' in Newsgroup
7450                 folders right-click menu, after a suggestion from
7451                 Tim Mann <timmann@users.sourceforge.net>
7452
7453         * src/main.c
7454                 after a crash check only local folders for new
7455                 messages
7456
7457 2002-11-28 [paul]       0.8.6claws34
7458
7459         * configure.in
7460                 apply patch that fixes the checking of GTK with XIM 
7461                 support on different OSs, such as FreeBSD. Patch 
7462                 submitted by Topia <topia@users.sourceforge.net>
7463                 
7464 2002-11-28 [paul]       0.8.6claws33
7465
7466         * src/mainwindow.c
7467           src/prefs_common.c
7468           src/prefs_toolbar.c
7469                 more changes to the English
7470
7471 2002-11-28 [paul]       0.8.6claws32
7472
7473         * sync with 0.8.6cvs13
7474                 see ChangeLog 2002-11-28 (no sync needed
7475                 for src/compose.c)
7476
7477 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7478         
7479         * src/mainwindow.[ch]
7480                 add patch by Ivan F. Martinez introducing messageview Toolbar
7481                 some changes and committed by oliver    
7482
7483 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7484
7485         * src/messageview.[ch]
7486                 add patch by Ivan F. Martinez introducing messageview Toolbar
7487                 some changes and committed by oliver    
7488
7489 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7490
7491         * src/compose.[ch]
7492                 add patch by Ivan F. Martinez introducing messageview Toolbar
7493                 some changes and committed by oliver    
7494
7495 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7496         
7497         * src/toolbar.[ch]
7498                 add patch by Ivan F. Martinez introducing messageview Toolbar
7499                 some changes and committed by oliver
7500
7501 2002-11-28 [oliver]     0.8.6claws27
7502         
7503         * src/prefs_toolbar.[ch]
7504                 getting ready for messageview toolbar
7505                 free mem allocated by gettext
7506                 change prefs_toolbar to prefs_toolbar_open
7507  
7508 2002-11-28 [thorsten]   0.8.6claws26
7509
7510         * src/imageview.[ch]
7511                 cleaned up conflicting declarations of
7512                 imageview_show_image()
7513
7514 2002-11-28 [paul]       0.8.6claws25
7515
7516         * src/grouplistdialog.c
7517           src/prefs_common.c
7518           src/prefs_summary_column.c
7519                 a few more improvements to the English
7520
7521 2002-11-28 [colin]      0.8.6claws24
7522
7523         * man/sylpheed.1
7524                 A few updates to command-line parameters
7525
7526 2002-11-28 [colin]      0.8.6claws23
7527
7528         * src/prefs_filtering.c
7529                 Fix problems with prefs_filtering_delete_path:
7530                 a) if the first rule is removed, original pointers
7531                    weren't updated (leading to segfaults)
7532                 b) it was always global_processing updated in case
7533                    of removed path was parent of rule path
7534
7535 2002-11-27 [paul]       0.8.6claws22
7536
7537         * src/mainwindow.c
7538           src/prefs_account.c
7539           src/prefs_actions.c
7540           src/prefs_common.c
7541           src/prefs_customheader.c
7542           src/prefs_display_header.c
7543           src/prefs_filtering.c
7544           src/prefs_folder_item.c
7545           src/prefs_matcher.c
7546           src/prefs_scoring.c
7547           src/prefs_summary_column.c
7548           src/prefs_template.c
7549           src/prefs_toolbar.c
7550                  improve the English in the GUI
7551
7552 2002-11-27 [colin]      0.8.6claws21
7553
7554         * src/folder.c
7555                 Fix processing renaming problems happening after
7556                 last commit
7557
7558 2002-11-27 [colin]      0.8.6claws20
7559
7560         * src/folder.c
7561                 recursive move now deletes src each subfolder after 
7562                 having moved it
7563         * src/folderview.c
7564                 Use identifier instead of path during dnd (enables
7565                 IMAP folder dnd)
7566
7567 2002-11-27 [paul]       0.8.6claws19
7568
7569         * src/main.c
7570                 apply patch that does command-line processing 
7571                 BEFORE gtk_init, allowing claws to run from 
7572                 shell-scripts in non-X environment (e.g. crontab 
7573                 or ip-up, ip-down scripts). Patch submitted by
7574                 Ruslan N. Balkin <baron@dartel.ru>
7575                 
7576         * po/it.po
7577                 updated by Alessandro Maestri
7578
7579 2002-11-27 [paul]       0.8.6claws18
7580
7581         * sync with 0.8.6cvs12
7582           src/prefs_common.c
7583                 Differences are that main uses a 'Receive dialog'
7584                 frame on the Interface tab, whereas claws groups all 
7585                 the dialogs together in a 'Dialogs' frame.
7586
7587 2002-11-27 [colin]      0.8.6claws17
7588
7589         * src/prefs_matcher.c
7590                 Fix Execute criteria's NOT flag
7591
7592
7593 2002-11-26 [christoph]  0.8.6claws16
7594
7595         * src/ssl.c
7596                 rewrite the ssl code a little bit, only use one
7597                 SSL context, set default certificates' file/path
7598
7599 2002-11-26 [thorsten]   0.8.6claws15
7600
7601         * src/compose.c
7602                 default-reply-to didn't work for ml-reply
7603
7604 2002-11-26 [melvin]     0.8.6claws14
7605
7606         * src/prefs_actions.c
7607                 Made pipe-actions ignore short headers in message view
7608                 Made trailing-pipe-actions write in the message view with
7609                 the same font as the original message
7610
7611 2002-11-26 [paul]       0.8.6claws13
7612
7613         * src/compose.c
7614                 this time commit the correct file
7615
7616 2002-11-26 [paul]       0.8.6claws12
7617
7618         * sync with 0.8.6cvs11
7619           src/quote_fmt_parse.y  
7620                 no sync needed
7621           src/account.[ch]       
7622                 not sync'ed
7623           src/compose.c
7624                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7625                 on draft mode.
7626                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7627                 header
7628                 
7629         see ChangeLog 2002-11-25 and 2002-11-26
7630
7631 2002-11-26 [colin]      0.8.6claws11
7632
7633         * src/folderview.c
7634                 Fix collapsed folder not auto-expanding during
7635                 mail dnd, if it was the source folder.
7636
7637 2002-11-25 [colin]      0.8.6claws10
7638
7639         * src/folderview.[ch]
7640                 Variable renaming and cleaning (slist of nodes 
7641                 to be re-collapsed is stored in FolderView)
7642
7643 2002-11-25 [paul]       0.8.6claws9
7644
7645         * src/prefs_common.[ch]
7646                 fix breakage caused by last commit
7647
7648 2002-11-25 [paul]       0.8.6claws8
7649
7650         * sync with 0.8.6cvs4
7651                 see ChangeLog 2002-11-21
7652
7653 2002-11-25 [paul]       0.8.6claws7
7654
7655         * sync with 0.8.6cvs4
7656                 see ChangeLog 2002-11-20
7657
7658 2002-11-25 [paul]       0.8.6claws6
7659
7660         * sync with 0.8.6cvs3
7661                 see ChangeLog 2002-11-18
7662
7663 2002-11-25 [colin]      0.8.6claws5
7664
7665         * src/gtkutils.[ch]
7666                 Add gtkut_ctree_node_is_parent()
7667         * src/folderview.c
7668                 Spring-loaded folders
7669
7670 2002-11-25 [colin]      0.8.6claws4
7671
7672         * src/utils.[ch]
7673                 Add slist_concat_unique(), function to merge
7674                 two GSList filtering dups
7675         * src/folder.[ch]
7676         * src/summaryview.[ch]
7677         * src/folderview.c
7678         * src/main.c
7679                 Add detection/update/display of unread answers
7680                 to marked mails
7681         * src/procmsg.[ch]
7682                 Add procmsg_find_children()
7683                 Add procmsg_msg_has_marked_parent()
7684
7685 2002-11-25 [colin]      0.8.6claws3
7686
7687         * src/ssl_certificate.[ch]
7688                 Allow checking a certificate without a DNS
7689                 lookup
7690                 Allow to forget a cert (by deleting it)
7691                 Make ssl_certificate_destroy_public
7692         * src/ssl_manager.[ch] ** NEW FILES **
7693                 Gui to manage (display/remove) certificates
7694         * src/prefs_common.[ch]
7695                 Add a pref to allow silent acceptation of
7696                 trusted certificates or not (based on the
7697                 "I want to know what's going on" principle)
7698         * src/mainwindow.c
7699                 Add SSL manager in Tools menu
7700         * src/Makefile.am
7701                 Add the new files to the build
7702         * po/POTFILES.in
7703                 Add ssl_manager.c to translations
7704
7705 2002-11-25 [colin]      0.8.6claws2
7706
7707         * src/summaryview.[ch]
7708                 Add S_SEARCH_EXTENDED to the quick search, which 
7709                 allows to search using filtering syntax.
7710
7711 2002-11-25 [colin]      0.8.6claws1
7712
7713         * src/summaryview.c
7714                 Deletion of duplicates now prefer deleting
7715                 the unread dup (fixes feature-request 638989).
7716
7717 2002-11-24 [paul]       0.8.6claws
7718
7719         * po/es.po
7720           po/pl.po
7721           po/ru.po
7722           po/sr.po
7723                 updated by Ricardo Mones Lastra,
7724                 Witold Wladyslaw Wojciech Wilk,
7725                 Ruslan N. Balkin, and  Urke MMI 
7726                 respectively
7727
7728 2002-11-24 [paul]       0.8.5claws182
7729
7730         * po/bg.po
7731                 updated by George Danchev
7732
7733 2002-11-23 [alfons]     0.8.5claws181
7734
7735         * src/imap.c
7736                 tiny memory leak found by browsing Dimitar's 
7737                 valgrind report
7738
7739 2002-11-23 [paul]       0.8.5claws180
7740
7741         * po/it.po
7742                 updated by Alessandro Maestri
7743
7744 2002-11-22 [christoph]  0.8.5claws179
7745
7746         * src/compose.c
7747         * src/inc.c
7748         * src/prefs_filtering.c
7749         * src/summaryview.c
7750                 more warning fixes
7751
7752 2002-11-22 [alfons]     0.8.5claws178
7753
7754         * src/summaryview.c
7755                 summary_execute_delete_func(): if message is deleted, make 
7756                 sure to also remove its entry in the subject hash table. 
7757                 fixes a corner case bug.
7758
7759 2002-11-22 [paul]       0.8.5claws177
7760
7761         * .cvsignore
7762                 add 'autom4te.cache'
7763                 
7764         * ltconfig      ** REMOVED **
7765                 not needed
7766
7767 2002-11-22 [paul]       0.8.5claws176
7768
7769         * src/textview.c
7770                 textview_set_font(): fix for message display in
7771                 UTF-8 locales (thanks to Sergey Vlasov).
7772                 
7773         * AUTHORS
7774                 add new team members and contributors
7775
7776
7777 2002-11-21 [colin]      0.8.5claws175
7778
7779         * src/procmsg.[ch]
7780                 Add procmsg_remove_special_headers()
7781         * src/mh.c
7782                 Use procmsg_remove_special_headers() for 
7783                 previous fix
7784
7785 2002-11-21 [colin]      0.8.5claws174
7786
7787         * src/mh.c
7788                 Fix moving/copying from queue/draft folders
7789                 for MH folders
7790
7791 2002-11-21 [christoph]  0.8.5claws173
7792
7793         * src/crash.c
7794         * src/filtering.c
7795         * src/logwindow.c
7796         * src/main.c
7797         * src/matcher_parser_lex.[hl]
7798         * src/mbox.c
7799         * src/mbox_folder.[ch]
7800         * src/prefs_filtering.c
7801         * src/procheader.c
7802         * src/quote_fmt_lex.l
7803         * src/ssl.c
7804                 fix all warnings except the warnings in lex and yacc files
7805
7806 2002-11-20 [christoph]  0.8.5claws172
7807
7808         * src/imap.c
7809                 fix MsgInfo retrieval for IMAP draft and queue folders
7810                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7811
7812 2002-11-19 [christoph]  0.8.5claws171
7813
7814         * src/compose.c
7815                 fix segfault, when draft saving does not get
7816                 the MsgInfo of the new message
7817                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7818
7819 2002-11-19 [christoph]  0.8.5claws170
7820
7821         * src/procmsg.c
7822                 add parameter check for flag setting function
7823                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7824
7825 2002-11-18 [paul]       0.8.5claws169
7826
7827         * src/compose.c
7828                 more sensitivity fixes to redirect mode:
7829                 * disable toolbar draft button
7830                 * allow only Address book in the Tools menu
7831                 * disable editing of message by the spell
7832                   checker
7833
7834 2002-11-18 [paul]       0.8.5claws168
7835
7836         * src/compose.c
7837                 fix sensitivity of menu items in compose_redirect():
7838                 allow only the necessary items 
7839
7840 2002-11-18 [paul]       0.8.5claws167
7841
7842         * src/compose.c
7843                 fix bug [ 603259 ] 'attachment got lost on bounce'
7844
7845 2002-11-18 [paul]       0.8.5claws166
7846
7847         * po/ru.po
7848                 updated by Ruslan N. Balkin <baron@dartel.ru>
7849
7850 2002-11-18 [colin]      0.8.5claws165
7851
7852         * src/main.c
7853           src/defs.h
7854                 Remove old filtering stuff
7855
7856
7857 2002-11-17 [oliver]     0.8.5claws164
7858
7859         * src/toolbar.h
7860                 remove not needed typedef 
7861
7862 2002-11-17 [oliver]     0.8.5claws163
7863
7864         * src/toolbar.c
7865                 make toolbar's on click events translatable
7866
7867 2002-11-15 [colin]      0.8.5claws162
7868
7869         * src/summaryview.c
7870                 Revert too-soon integration of a feature
7871
7872 2002-11-15 [christoph]  0.8.5claws161
7873
7874         * src/imap.c
7875                 use main's implementation of imap_get_msginfo
7876
7877 2002-11-15 [christoph]  0.8.5claws160
7878
7879         * src/compose.c
7880         * src/folder.[ch]
7881         * src/imap.c
7882         * src/mbox_folder.c
7883         * src/mh.c
7884         * src/news.c
7885         * src/procmsg.c
7886         * src/summaryview.c
7887                 replace claws' fetch_msginfo with main's get_msginfo
7888                 (use main's implementation where possible)
7889
7890 2002-11-15 [colin]      0.8.5claws159
7891
7892         * src/ssl_certificate.c
7893                 Missed a check
7894
7895 2002-11-16 [melvin]     0.8.5claws158
7896
7897         * po/fr.po
7898                 Updated French translations.
7899
7900 2002-11-16 [colin]      0.8.5claws157
7901
7902         * src/ssl_certificate.c
7903                 Check for missing parts in the certificates
7904
7905 2002-11-15 [colin]      0.8.5claws156
7906
7907         * src/folderview.c
7908                 Preventive fix (missing check) found by
7909                 Alfons
7910
7911 2002-11-15 [paul]
7912
7913         * NEWS
7914                 sync with 0.8.6 release
7915
7916 2002-11-15 [colin]      0.8.5claws155
7917
7918         * src/folder.[ch]
7919           src/folderview.c
7920                 Fix error handling of folder_item_move_to()
7921                 (thanks to Alfons!)
7922
7923 2002-11-15 [colin]      0.8.5claws154
7924
7925         * src/folder.[ch]
7926           src/folderview.c
7927                 folder_item_move_to() sets an error message instead
7928                 of having GUI stuff in folder.c
7929
7930 2002-11-15 [colin]      0.8.5claws153
7931
7932         * src/procmsg.[ch]
7933                 Implemented a callback for MsgInfo updates, 
7934                 heavily copy/pasted from Christoph's folder 
7935                 callback system
7936         * src/summaryview.[ch]
7937                 Register summary_update_msg as callback
7938
7939 2002-11-14 [colin]      0.8.5claws152
7940         
7941         * src/procmsg.c
7942                 Update the FolderItem after sending (fixes 617593)
7943
7944 2002-11-14 [christoph]  0.8.5claws151
7945
7946         * src/folder.c
7947                 fix wrong position of NULL pointer check found
7948                 by Sergey
7949
7950 2002-11-14 [christoph]  0.8.5claws150
7951
7952         * src/folder.c
7953                 fix segfault when deleting messages from IMAP folders
7954                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7955
7956 2002-11-14 [colin]      0.8.5claws149
7957
7958         * src/compose.c
7959                 Forwarding was also ignoring the folder's default account.
7960
7961 2002-11-14 [colin]      0.8.5claws148
7962
7963         * src/compose.c
7964                 Fix sent folder not set to folder properties when 
7965                 forwarding.
7966
7967 2002-11-14 [thorsten]   0.8.5claws147
7968
7969         * src/inc.c
7970                 inc_start(): Files were not moved from .processing to inbox,
7971                 if no global processing rule existed
7972
7973 2002-11-14 [colin]      0.8.5claws146
7974
7975         * src/ssl_certificate
7976                 Fix file operations
7977
7978 2002-11-14 [paul]       0.8.5claws145
7979
7980         * po/it.po
7981                 updated by Alessandro Maestri
7982
7983 2002-11-13 [alfons]     0.8.5claws144
7984
7985         * src/folder.c
7986                 folder_item_close(): only mark messages unread
7987                 when a folder has new messages 
7988
7989 2002-11-13 [keith]      0.8.5claws143
7990
7991         * src/imap.c
7992                 Fix problem moving or copying between
7993                 IMAP folders
7994
7995 2002-11-13 [colin]      0.8.5claws142
7996
7997         * src/matcher_parser_parse.y
7998                 Fix rule problem when " don't match
7999
8000 2002-11-13 [christoph]  0.8.5claws141
8001
8002         * src/folder.c
8003         * src/folderview.c
8004                 moved cache saving to folder_item_close
8005                 the folderview should not have to deal with
8006                 this things
8007
8008 2002-11-13 [christoph]  0.8.5claws140
8009
8010         * src/summaryview.c
8011                 moved setting of important score to
8012                 summary_set_prefs_from_folderitem
8013
8014 2002-11-13 [colin]      0.8.5claws139
8015
8016         * src/matcher_parser_parse.y
8017                 Fix a segfault in the parser (happening when
8018                 a good expression had been tested and a bad 
8019                 one arrives)
8020
8021 2002-11-13 [paul]       0.8.5claws138
8022
8023         * sync with 0.8.5cvs24
8024                 see ChangeLog 2002-11-13
8025                 
8026         * po/pt_BR.po
8027                 updated by Fabio Jr. Beneditto
8028
8029 2002-11-13 [colin]      0.8.5claws137
8030         
8031         * src/msgcache.c
8032           src/defs.h
8033           src/procmsg.[ch]
8034                 Revert last commit, problem
8035
8036 2002-11-13 [colin]      0.8.5claws136
8037
8038         * src/msgcache.c
8039                 Remove duplicated code
8040         * src/defs.h
8041                 Bumped CACHE_VERSION and MARK_VERSION
8042         * src/procmsg.[ch]
8043                 Network endian for cache and mark files
8044
8045 2002-11-12 [colin]      0.8.5claws135
8046
8047         * src/inc.c
8048                 Fix the "socket error" dialog which disappeared
8049
8050 2002-11-12 [colin]      0.8.5claws134
8051
8052         * src/msgcache.c
8053                 Reverse last commit which had performance 
8054                 problems, but still reverse the list
8055
8056 2002-11-12 [colin]      0.8.5claws133
8057
8058         * src/msgcache.c
8059                 Reverse list order
8060
8061 2002-11-12 [melvin]     0.8.5claws132
8062
8063         * src/compose.c
8064                 Added a check for a NULL prefs_common.dictionary
8065
8066 2002-11-12 [colin]      0.8.5claws131
8067
8068         * src/ssl_certificate.[ch]
8069                 Use FQDN hostname
8070
8071 2002-11-12 [colin]      0.8.5claws130
8072
8073         * src/ssl_certificate.[ch]
8074                 Take connection port into account for 
8075                 checking certificates (a single hostname
8076                 could have multiple servers with multiple
8077                 certificates)
8078         * src/ssl.c
8079                 Pass the port to ssl_certificate_check
8080
8081 2002-11-12 [paul]       0.8.5claws129
8082
8083         * src/folder.c
8084                 fix a typo in last commit
8085
8086 2002-11-12 [paul]       0.8.5claws128
8087
8088         * sync with 0.8.5cvs23
8089                 see ChangeLog entry 2002-11-12
8090
8091 2002-11-11 [colin]      0.8.5claws127
8092
8093         * src/ssl_certificate.c
8094                 Cleaner messages
8095                 Don't popup, instead log error, if the 
8096                 corresponding pref is checked
8097         * src/ssl_certificate.h
8098                 include <openssl/objects/h>
8099
8100 2002-11-11 [colin]      0.8.5claws126
8101
8102         * src/ssl_certificate.h
8103                 _Really_ clean it
8104
8105 2002-11-11 [colin]      0.8.5claws125
8106         
8107         * src/ssl_certificate.c
8108                 Fixed leak
8109
8110 2002-11-11 [colin]      0.8.5claws124
8111
8112         * src/ssl.c
8113                 Cleaned a bit
8114         * src/ssl_certificate.[ch]
8115                 Cleaned a bit (better use of SSL API)
8116                 (This will cause non-recognition of saved 
8117                  certificates of claws12[23]...)
8118
8119 2002-11-11 [paul]       0.8.5claws123
8120         
8121         * po/es.po
8122                 updated by Ricardo Mones Lastra
8123
8124 2002-11-11 [colin]      0.8.5claws122
8125
8126         * src/ssl.c
8127                 Fix a typo
8128
8129 2002-11-11 [colin]      0.8.5claws121
8130
8131         * src/ssl_certificate.[ch] ** NEW FILES **
8132         * src/ssl.[ch]
8133                 Check SSL certificates presented to us
8134         * src/Makefile.am
8135                 Add ssl_certificate.[ch]
8136         * po/POTFILES.in
8137                 Add ssl_certificate.c
8138
8139 2002-11-11 [paul]       0.8.5claws120
8140
8141         * sync with 0.8.5cvs22
8142                 see ChangeLog 2002-11-11
8143
8144 2002-11-11 [paul]       0.8.5claws119
8145
8146         * sync with 0.8.5cvs21
8147                 see ChangeLog 2002-11-11
8148
8149 2002-11-10 [jens]       0.8.5claws118
8150
8151         * src/folder.c
8152         * src/folderview.c
8153                 corrected some typing
8154         * po/de.po
8155                 updated german translation
8156         * sylpheed.spec.in
8157                 cleaned up specfile and adjusted it for claws
8158
8159 2002-11-10 [colin]      0.8.5claws117
8160
8161         * src/summaryview.c
8162                 a STATUSBAR_PUSH/POP fix
8163
8164 2002-11-10 [colin]      0.8.5claws116
8165
8166         * src/prefs_folder_item.c
8167                 Fix hanging after opening folder properties
8168
8169 2002-11-10 [hoa]        0.8.5claws115
8170
8171         * src/matcher_parser_lex.l
8172         * src/matcher_parser_parse.y
8173                 config file for scoring and filtering is no more trashed
8174                 when there is a syntax error in a filtering rule when
8175                 editing it in a dialog.
8176
8177 2002-11-09 [colin]      0.8.5claws114
8178
8179         * src/mbox_folder.c
8180                 Added missing initialisation of folder->destroy()
8181
8182 2002-11-09 [colin]      0.8.5claws113
8183
8184         * src/folder.c
8185           src/folderview.c
8186                 Fix the status bar messages
8187
8188 2002-11-09 [colin]      0.8.5claws112
8189
8190         * src/folderview.c
8191                 Fix hangs after folder dnd, happening after 
8192                 claws109.
8193
8194 2002-11-09 [christoph]  0.8.5claws111
8195
8196         * src/folderview.c
8197                 just changed order of calls (reverse order of
8198                 associated calls)
8199         * src/inc.c
8200                 lock inc when checking only one account, otherwise
8201                 inc all could be executed at the same time
8202
8203 2002-11-09 [christoph]  0.8.5claws110
8204
8205         * src/folderview.c
8206                 better unlock the mouse cursor before calling
8207                 summary_show because it changes the cursor too
8208
8209 2002-11-09 [christoph]  0.8.5claws109
8210
8211         * src/folder.[ch]
8212         * src/folderview.c
8213                 add functions to open and close a folder
8214                 o opending will execute scanning for remote folders
8215                   and processing
8216                 o closing will unset new flag for messages
8217
8218 2002-11-09 [colin]      0.8.5claws108
8219
8220         * src/folder.c
8221                 Add a call to prefs_matcher_write_config to 
8222                 avoid non-leaf folders filtering settings to be
8223                 lost
8224
8225 2002-11-09 [paul]       0.8.5claws107
8226
8227         * src/prefs_account.c
8228                 re-word a label
8229
8230 2002-11-09 [colin]      0.8.5claws106
8231
8232         * src/folderview.c
8233                 Minor esthetic fix
8234
8235 2002-11-09 [colin]      0.8.5claws105
8236
8237         * src/folderview.c
8238                 Fix prefs_filtering deletion for MH folders (same
8239                 reason as below)
8240         * src/prefs_filtering.c
8241                 Fix prefs_filtering renaming and deletion for 
8242                 folder-based processing rules.  
8243
8244 2002-11-09 [christoph]  0.8.5claws104
8245
8246         * src/compose.c
8247         * src/folder.[ch]
8248         * src/folderview.[ch]
8249         * src/import.c
8250         * src/inc.c
8251         * src/main.c
8252         * src/mainwindow.c
8253         * src/messageview.c
8254         * src/prefs_folder_item.c
8255         * src/procmsg.c
8256         * src/summaryview.c
8257                 implement a callback system for folder item updates
8258
8259 2002-11-09 [colin]      0.8.5claws103
8260
8261         * src/folderview.c
8262                 Fix prefs_filtering renaming for MH folders (we
8263                 shouldn't rename by path as another folder could
8264                 have the same hierarchy).
8265
8266 2002-11-09 [colin]      0.8.5claws102
8267
8268         * src/folder.c
8269                 Fix a leak found by Christoph, use better variable
8270                 names
8271
8272 2002-11-09 [colin]      0.8.5claws101
8273
8274         * src/folder.c
8275                 One more fix for processing rules
8276
8277 2002-11-08 [colin]      0.8.5claws100
8278         
8279         * src/matcher.c
8280                 Don't copy the compiled regexp (will be reevaluated)
8281         * src/folderview.c
8282                 Lock folderview while moving
8283         * src/folder.c
8284                 Provide info on what's happening to the user
8285
8286 2002-11-08 [colin]      0.8.5claws99
8287
8288         * src/folderview.c
8289                 Fix folder reordering after a move if parent is 
8290                 root
8291         * src/scoring.[ch]
8292                 Add function to copy a ScoringProp
8293         * src/prefs_folder_item.c
8294                 Copy scoring rules when copying a folder prefs
8295
8296 2002-11-08 [colin]      0.8.5claws98
8297
8298         * src/folderview.c
8299                 Fixes in case of failure
8300         * src/filtering.[ch]    
8301                 Add function to duplicate a FilteringProp
8302         * src/matcher.[ch]
8303                 Add function to duplicate a MatcherProp
8304         * src/prefs_folder_item.c
8305                 Save folder's processing rules when copying 
8306                 its prefs
8307
8308 2002-11-08 [colin]      0.8.5claws97
8309         
8310         * src/folderview.c
8311                 Sort after move
8312         * src/folder.c 
8313                 Change a printf to debug_print
8314
8315 2002-11-08 [colin]      0.8.5claws96
8316
8317         * src/folder.c
8318           src/folderview.c
8319                 Fix segfaults, call me stupido
8320         
8321
8322 2002-11-08 [colin]      0.8.5claws95
8323
8324         *src/folder.c
8325                 Added forgotten prefs to save when moving folders
8326
8327 2002-11-08 [colin]      0.8.5claws94
8328
8329         * src/folder.c
8330                 Fixes to folder DND (prefs copy)
8331         * src/folderview.c
8332                 Optimization for folder DND (don't rescan whole tree)
8333                 Added folderview_create_folder_node() for this 
8334                 optimization, so de-duped a bit the code
8335         * src/prefs_folder_item.[ch]
8336                 Added prefs_folder_item_copy_prefs()    
8337           
8338 2002-11-08 [paul]       0.8.5claws93
8339
8340         * src/prefs_account.c
8341           tools/README
8342           tools/kmail2sylpheed_v2.pl
8343                 correct some typos
8344
8345 2002-11-08 [paul]       0.8.5claws92
8346
8347         * src/compose.c
8348           src/prefs_account.[ch]
8349                 remove account options 'clearsign' and 'ascii_armored',
8350                 replace with 'default_gnupg_mode' to prevent mixed-mode
8351                 Privacy settings
8352
8353 2002-11-08 [paul]       0.8.5claws91
8354
8355         * src/compose.[ch]
8356                 re-implement GnuPG 'on-the-fly' mode selection,
8357                 disallow mixed-mode
8358
8359 2002-11-08 [colin]      0.8.5claws90
8360
8361         * src/folderview.c
8362           src/prefs_folder_item.c
8363                 Change "Property" to "Properties"
8364
8365 2002-11-07 [colin]      0.8.5claws89
8366
8367         * src/folderview.c
8368           src/folder.c
8369                 Allow folder dropping to a root folder
8370
8371 2002-11-07 [paul]       0.8.5claws88
8372
8373         * src/compose.c
8374                 revert last commit
8375
8376 2002-11-07 [paul]       0.8.5claws87
8377
8378         * src/compose.c
8379                 fix reply-to-list bug. closes bug report
8380                 "[633382] reply-to-list broken in recent cvs"
8381
8382 2002-11-07 [paul]       0.8.5claws86
8383
8384         * src/compose.c
8385                 add a forgotten '#if USE_GPGME ... #endif'
8386
8387 2002-11-07 [paul]       0.8.5claws85
8388
8389         * sync with 0.8.5cvs20
8390                 see ChangeLog 2002-11-07
8391
8392 2002-11-07 [colin]      0.8.5claws84
8393
8394         * src/folder.[ch]
8395                 Change folder_item_move_to to return the newly 
8396                 created folderitem.
8397         * src/folderview.c
8398                 Select the new folderitem after moving.
8399
8400 2002-11-07 [colin]      0.8.5claws83
8401
8402         * src/prefs_filtering.c
8403                 Fix rule rewriting when moving a leaf folder to a 
8404                 shorter path
8405
8406 2002-11-07 [colin]      0.8.5claws82
8407
8408         * src/prefs_filtering.c
8409                 fix a leak
8410
8411 2002-11-07 [colin]      0.8.5claws81
8412
8413         * src/folder.[ch]
8414                 Add folder_item_move_to() function to move a 
8415                 folderitem into another one (updates matcher etc)
8416         * src/folderview.c
8417                 Add folder drag'n drop (context menu to come)
8418                 [Should be dataloss free, but Please backup before 
8419                  trying !]
8420
8421 2002-11-06 [colin]      0.8.5claws80
8422
8423         * src/mh.c
8424                 mh_create_folder() returns NULL if can't create
8425                 directory hierarchy
8426
8427 2002-11-06 [paul]       0.8.5claws79
8428
8429         * src/compose.[ch]
8430                 allow 'on-the-fly' changing of the type of encryption 
8431                 and/or signing used (mime/ascii) via the compose window
8432
8433 2002-11-06 [paul]       0.8.5claws78
8434
8435         * sync with 0.8.5cvs19
8436                 see ChangeLog 2002-11-06 for src/account.c: 
8437                 account_get_special_folder()
8438                 
8439 2002-11-05 [alfons]     0.8.5claws77
8440
8441         * src/crash.c
8442                 very minor cleanups: nothing to see here, move on. :-)
8443
8444 2002-11-05 [colin]      0.8.5claws76
8445
8446         * src/main.c
8447                 Changes choices if compose windows are opened to
8448                 Discard, Draft, Don't quit
8449
8450 2002-11-05 [thorsten]   0.8.5claws75
8451
8452         * src/compose.c
8453                 reenabled default_reply_to folder option
8454
8455 2002-11-05 [colin]      0.8.5claws74
8456
8457         * src/compose.[ch] 
8458                 add compose_draft()
8459         * src/crash.c
8460                 add SIGTERM handler
8461         * src/main.[ch]
8462                 add clean_quit() for the SIGTERM handler
8463
8464 2002-11-05 [paul]       0.8.5claws73
8465         
8466         * po/es.po
8467                 updated by Ricardo Mones Lastra
8468
8469 2002-11-05 [melvin]     0.8.5claws72
8470
8471         * src/logwindow.c
8472                 Fixed log-clipping bug #616795.
8473                 To stop logging in the log window use 0 length.
8474         * src/prefs_common.c
8475                 Added a label to inform about the 0 log length behaviour.
8476
8477 2002-11-05 [paul]       0.8.5claws71
8478
8479         * sync with 0.8.5cvs17
8480                 see ChangeLog 2002-11-05
8481
8482 2002-11-04 [paul]       0.8.5claws70
8483
8484         * sylpheed-128x128.png
8485           sylpheed-64x64.png
8486           sylpheed.png
8487                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8488                 <nikai@users.sourceforge.net>
8489                 
8490         * po/bg.po
8491                 updated by George Danchev
8492
8493 2002-11-03 [thorsten]   0.8.5claws69
8494
8495         * src/main.c
8496           src/mimeview.c
8497           src/rfc2015.h
8498                 add check if gpg is active
8499
8500 2002-11-03 [thorsten]   0.8.5claws68
8501
8502         * src/toolbar.h
8503                 removed GSList declaration causing trouble on MacOS-X
8504                 (submitted by alfons, reported by xfesty)
8505
8506 2002-11-01 [paul]       0.8.5claws67
8507
8508         * src/mainwindow.c
8509                 remove last remnants of main's filter code
8510
8511 2002-11-01 [paul]       0.8.5claws66
8512
8513         * tools/filter_conv.pl
8514                 fix bug where user-defined headers were ignored
8515
8516 2002-11-01 [paul]       0.8.5claws65
8517
8518         * src/logwindow.c
8519                 make a debug_print() not translatable
8520
8521 2002-10-31 [melvin]     0.8.5claws64
8522
8523         * ac/aspell.m4
8524                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8525                 not run any GNU/aspell test.  The dictionary path will
8526                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8527                 was given, in which case, it will be $prefix/lib/aspell/
8528         * configure.in
8529                 Fixed typo in commentary (Aspell code).
8530
8531 2002-10-31 [paul]       0.8.5claws63
8532
8533         * po/POTFILES.in
8534                 remove src/filter.c and src/prefs_filter.c
8535                 thanks to Ricardo for reminding me
8536
8537 2002-10-31 [colin]      0.8.5claws62
8538
8539         * src/mbox_folder.c
8540                 Plug some leaks
8541
8542 2002-10-31 [paul]       0.8.5claws61
8543
8544         * src/prefs_filter.[ch] ** REMOVED **
8545           src/filter.[ch]       ** REMOVED **
8546           
8547         * src/Makefile.am
8548           src/folderview.c
8549           src/inc.c
8550           src/main.c
8551           src/mainwindow.c
8552           src/mbox.c
8553           src/prefs_common.c
8554           src/prefs_filtering.c
8555           src/summaryview.[ch]
8556                 remove main's 'filter' code
8557                 
8558         README.claws
8559                 update to reflect removal of main's filter
8560
8561 2002-10-31 [paul]       0.8.5claws60
8562
8563         * src/summaryview.c
8564                 remove check for global_processing in summary_filter_open(). 
8565                 This fixes the bug where if the user uses the right-click 
8566                 'Create filter rule...' and doesn't have any filter rules 
8567                 already defined in claws' advanced filtering, the newly 
8568                 created filter rule goes to main's filtering which is 
8569                 inaccessible through the gui. Now the filter rule gets added
8570                 to claws' filtering by default.
8571
8572 2002-10-28 [melvin]     0.8.5claws59
8573
8574         * src/prefs_actions.c
8575                 Fixed bug #627322 where MIME parts were not always
8576                 correctly passed to a %p action
8577                 Display an error dialog when message filename is not found.
8578
8579 2002-10-28 [melvin]     0.8.5claws58
8580
8581         * src/prefs_common.c
8582                 Readded a missing function declaration lost in 0.8.3claws34
8583
8584 2002-10-28 [paul]       0.8.5claws57
8585
8586         * sync with 0.8.5cvs15
8587                 see ChangeLog 2002-10-28 and 2002-10-25
8588                 
8589         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8590
8591 2002-10-27 [oliver]     0.8.5claws56
8592
8593         * src/pop.c
8594                 plug leak in pop3_top_recv
8595
8596 2002-10-26 [christoph]  0.8.5claws55
8597
8598         * src/folder.c
8599                 set need_update folder flag when messages are added
8600                 (closes bug [ 626922 ] folder not updated after receiving)
8601
8602 2002-10-25 [melvin]     0.8.5claws54
8603
8604         * src/imageview.c
8605                 Fixed a memleak introduced in the scaling code.
8606
8607 2002-10-24 [alfons]     0.8.5claws53
8608
8609         * src/filtering.c
8610                 make filtering's forward message action forward from the 
8611                 correct account
8612                 (closes bug [628089 ] Filter -> Forward from address problem
8613                 reported by Oktay)
8614
8615 2002-10-24 [christoph]  0.8.5claws52
8616
8617         * src/mainwindow.c
8618         * src/manual.[ch]
8619                 o use manual of current locale or english if current
8620                   locale is not available (and english is available)
8621                 o also link to sylpheed doc project manuals
8622
8623 2002-10-23 [paul]       0.8.5claws51
8624
8625         * tools/README
8626           tools/kmail2sylpheed_v2.pl
8627                 add new version of kmail addressbook importer script.
8628                 works with newer versions of Kmail/KAddressBook which
8629                 have new and rearranged data.
8630
8631 2002-10-23 [martin]     0.8.5claws50
8632
8633         * src/folderview.c
8634         * src/summaryview.c
8635         * src/utils.h
8636         * src/utils.c
8637                 added length parameter to get_abbrev_newsgroup_name()
8638                 changed this function so that it abbreviates the newsgroup
8639                 names only so long it is smaller than the length parameter
8640                 (for better reading of some newsgroup names and space efficiency)
8641
8642 2002-10-22 [colin]      0.8.5claws49
8643
8644         *src/foldersel.c
8645                 Revert Alfons' last modification (after voting ;-))
8646
8647 2002-10-21 [alfons]     0.8.5claws48
8648
8649         * src/foldersel.c
8650                 folder view in folder selection dialog reflects state of
8651                 folder view in main window
8652
8653 2002-10-18 [alfons]     0.8.5claws47
8654
8655         * src/mbox.c
8656                 drop imported messages in folder selected by user,
8657                 and not in the inbox
8658                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8659
8660 2002-10-18 [alfons]     0.8.5claws46
8661
8662         * src/compose.c
8663                 make automagic reply work correctly for email accounts 
8664                 (whether it's viable to do a full sync with Hiro's 
8665                 compose.c is still under discussion)
8666
8667 2002-10-18 [melvin]     0.8.5claws45
8668
8669         * src/prefs_actions.c
8670                 Fixed bug #622275 where asynchroneous actions left 
8671                 zombies processes
8672                 Made (synchroneous) actions' input be displayed live.
8673
8674 2002-10-18 [christoph]  0.8.5claws44
8675
8676         * src/textview.c
8677                 don't add a newline in the textview in front of the
8678                 first textpart if header display is disabled
8679                 (closes bug [ 603385 ] disabled header display leaves blank
8680                  lin)
8681
8682 2002-10-18 [christoph]  0.8.5claws43
8683
8684         * src/folder.[ch]
8685         * src/imap.c
8686         * src/mbox_folder.c
8687         * src/mh.c
8688         * src/news.c
8689                 folder->get_num_list now returns an error code
8690                 (closes bug [ 609424 ] News cache cleared on failure)
8691                 
8692 2002-10-17 [colin]      0.8.5claws42
8693         
8694         * src/news.c
8695                 Changed a printf by debug_print
8696
8697 2002-10-16 [paul]       
8698
8699         * tools/OOo2sylpheed.pl
8700                 allow for spaces in the name of the
8701                 file to be attached.
8702
8703 2002-10-16 [colin]      0.8.5claws41
8704
8705         * src/main.c
8706                 Use a tristate to change online mode
8707
8708 2002-10-16 [paul]       0.8.5claws40
8709
8710         * po/es.po
8711                 updated by Ricardo Mones Lastra
8712
8713 2002-10-16 [colin]      0.8.5claws39
8714
8715         * src/main.c
8716           src/mainwindow.[ch]
8717                 Added --online and --offline command-line
8718                 switches
8719
8720 2002-10-15 [christoph]  0.8.5claws38
8721
8722         * src/procmime.c
8723                 set mimeinfo->name to NULL after g_free to
8724                 avoid double freeing with g_free
8725
8726 2002-10-14 [christoph]  0.8.5claws37
8727
8728         * src/compose.c
8729         * src/filtering.c
8730         * src/summaryview.c
8731                 remove calls to folder->change_flags that are now
8732                 done by procmsg flag functions (seems it is not
8733                 used by any foldertype anyway)
8734         * src/folder.c
8735                 init folder->change_flags with NULL
8736
8737 2002-10-14 [christoph]  0.8.5claws36
8738
8739         * src/folder.[ch]
8740         * src/imap.[ch]
8741                 use virtual functions for folder item new and destroy
8742                 functions
8743
8744 2002-10-14 [melvin]     0.8.5claws35
8745
8746         * src/compose.c
8747                 Added a test to not run the spell checker if no default
8748                 dictionary is available. No dialog is displayed though.
8749
8750 2002-10-14 [melvin]     0.8.5claws34
8751
8752         * src/gtkaspell.c
8753                 Fixed bug in dictionary list context menu where
8754                 "More..." pointed to an emtpy submenu if the
8755                 number of dictionaries is a multiple of 15
8756                 Removed unneeded code in suggestions list creation
8757
8758 2002-10-14 [paul]       0.8.5claws33
8759
8760         * po/bg.po
8761                 updated by George Danchev
8762
8763 2002-10-13 [hoa]        0.8.5claws32
8764
8765         * src/matcher.[ch]
8766           src/matcher_parser_parser.y
8767                 removed the escaped string from internal structure
8768                 of matcher.
8769
8770 2002-10-12 [colin]      0.8.5claws31
8771
8772         * src/gtksctree.[ch]
8773           src/summaryview.c
8774                 Removed useless function gtksctree_reanchor
8775
8776 2002-10-12 [alfons]     0.8.5claws30
8777         
8778         * sync with remaining main changes 2002-10-09 - 2002-10-11
8779         - drop changes to src/compose.c (requires claws specific changes)
8780         
8781 2002-10-12 [alfons]     0.8.5claws29
8782         
8783         * sync with main changes of 2002-10-08
8784         - drop changes to src/compose.c (requires claws specific changes)
8785         - drop changes to src/summaryview.c (requires changes to compose.c)     
8786
8787 2002-10-12 [alfons]     0.8.5claws28
8788         
8789         * sync with main changes of 2002-10-07
8790
8791 2002-10-12 [alfons]     0.8.5claws27
8792
8793         * sync with main changes of 2002-10-04
8794         - drop changes to src/compose.c (requires claws specific changes)
8795         - drop changes to src/prefs_folder_item.c (claws implementation
8796           seems to be working)
8797
8798 2002-10-12 [colin]      0.8.5claws26
8799
8800         * src/mainwindow.c
8801                 Fix folder-flicker when space-reading, introduced 
8802                 in claws22.
8803
8804 2002-10-12 [colin]      0.8.5claws25
8805
8806         * src/compose.c
8807                 Save account address when saving as draft.
8808                 (closes bug 621838)
8809
8810 2002-10-12 [colin]      0.8.5claws24
8811
8812         * src/summaryview.c
8813                 Fix the problem consisting of no message selected
8814                 after the last message in a folder has been moved.
8815
8816 2002-10-12 [paul]       0.8.5claws23
8817
8818         * src/compose.c
8819           src/prefs_template.c
8820           src/template.[ch]
8821                 add Cc and Bcc to templates. Patch submitted by
8822                 John L. Males.
8823
8824 2002-10-12 [colin]      0.8.5claws22
8825
8826         * src/folderview.c
8827                 Fix a bug after "Check for new messages":
8828                 If a folder was opened, it was still selected at
8829                 the end of the check, but displayed empty.
8830         * src/mainwindow.c
8831                 Remove unnecessary check
8832
8833 2002-10-12 [paul]
8834
8835         * tools/README
8836                 be more verbose in the description of
8837                 OOo2sylpheed.pl
8838                 
8839
8840 2002-10-11 [colin]      0.8.5claws21
8841
8842         * src/mainwindow.c
8843                 Make space work (better) when no mail is selected
8844
8845 2002-10-11 [colin]      0.8.5claws20
8846
8847         * src/inc.c
8848           src/news.c
8849                 fix warnings
8850
8851 2002-10-11 [colin]      0.8.5claws19
8852
8853         * src/mainwindow.c
8854                 revert 0.8.5claws6 changes as i couldn't get to
8855                 anything satisfying
8856
8857 2002-10-11 [melvin]     0.8.5claws18
8858
8859         * src/compose.c
8860                 Removed buggy and unused macro (should have been committed in
8861                 0.8.5claws17)
8862
8863 2002-10-11 [melvin]     0.8.5claws17
8864
8865         * src/compose.c
8866                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8867
8868 2002-10-11 [thorsten]   0.8.5claws16 
8869
8870         * src/folderview.c
8871                 remove rescan warning
8872
8873 2002-10-11 [colin]      0.8.5claws15 
8874
8875         * src/procheader.c
8876                 fix a segfault that happens if conv_unmime_header
8877                 fails (should be better to find out why it fails)
8878
8879 2002-10-11 [christoph]  0.8.5claws14
8880
8881         * src/summaryview.c
8882                 update folderview stats after ignore/unignore thread
8883
8884 2002-10-11 [hoa]        0.8.5claws13
8885
8886         * src/quote_fmt_parse.y
8887                 Fixed a yacc/bison syntax error
8888         * src/matcher.c
8889                 Escaping of string is fixed.
8890
8891 2002-10-11 [colin]      0.8.5claws12
8892
8893         * src/imageview.c
8894                 Resize images to fit
8895
8896 2002-10-11 [paul]       0.8.5claws11
8897
8898         * po/es.po
8899                 updated by Ricardo Mones Lastra
8900
8901 2002-10-10 [alfons]     0.8.5claws10
8902
8903         * src/compose.c
8904                 allow dropping files by "moving" files from a file manager,
8905                 not only by the more cumbersome "copying". the latter 
8906                 mostly implies holding down the Control button
8907
8908 2002-10-10 [christoph]  0.8.5claws9
8909
8910         * src/summaryview.c
8911                 update folders after thread building for ignored threads
8912
8913 2002-10-10 [christoph]  0.8.5claws8
8914
8915         * config/.cvsignore
8916                 added Makefile
8917         * src/filtering.[ch]
8918         * src/folder.[ch]
8919         * src/folderview.[ch]
8920         * src/import.c
8921         * src/inc.[ch]
8922         * src/mbox.[ch]
8923         * src/procmsg.c
8924         * src/summaryview.[ch]
8925                 o added new flag need_update to FolderItem
8926                 o removed folder_table from various functions from tracking
8927                   folder updates
8928                 o set need_update flags in folder.c's move, copy and delete
8929                   functions and procmsg's flags functions
8930                 o added function folderview_update_items_when_required that
8931                   updates all folders with need_update set
8932                 o call folderview_update_items_when_required instead of
8933                   folderview_update_item_foreach
8934
8935 2002-10-09 [sergey]     0.8.5claws7
8936
8937         * src/compose.c
8938                 Strip CRs whel loading the text into editor in reedit mode.
8939
8940 2002-10-09 [colin]      0.8.5claws6
8941
8942         * src/mainwindow.c
8943                 Make Space work when no mail is selected
8944
8945 2002-10-09 [colin]      0.8.5claws5
8946
8947         * src/gtksctree.[ch]
8948                 Fix range_select
8949                 Add gtk_sctree_reanchor() 
8950         * src/summaryview.c
8951                 Use gtk_sctree_reanchor() - better fix for 
8952                 bug 60413
8953
8954 2002-10-09 [colin]      0.8.5claws4
8955
8956         * src/summaryview.c
8957                 Fix shift-click select after delete problem
8958                 (closes bug 60413)
8959
8960 2002-10-08 [thorsten]   0.8.5claws3
8961
8962         * src/summaryview.c
8963                 exclude current msg from -hide read messages-
8964
8965 2002-10-08 [colin]      0.8.5claws2
8966
8967         * src/inc.[ch]
8968           src/pop.c
8969           src/recv.c
8970                 Differentiate socket errors from disk full
8971                 errors
8972
8973 2002-10-08 [christoph]  0.8.5claws1
8974
8975         * Makefile.am
8976         * configure.in
8977                 modifications for new config directory
8978
8979         * config.guess  ** REMOVED **
8980         * config.sub    ** REMOVED **
8981         * install-sh    ** REMOVED **
8982         * ltmain.sh     ** REMOVED **
8983         * missing       ** REMOVED **
8984         * mkinstalldirs ** REMOVED **
8985                 these files are autogenerated by automake
8986                 when you run autogen.sh
8987
8988         * config/.cvsignore     ** NEW FILE **
8989         * config/Makefile.am    ** NEW FILE **
8990                 ignore autogenerated files
8991                 create a Makefile in this directory
8992
8993 2002-10-08 [paul]       0.8.5claws
8994
8995         * 0.8.5claws release
8996         
8997         * src/compose.c
8998           src/procheader.c
8999           src/procmsg.c
9000                 fix quote reply format for newsgroups reply bug
9001                 (thanks to Hoa)
9002                 
9003         * po/en_GB.po
9004           po/pl.po
9005                 updated by me and Witold Wladyslaw Wojciech Wilk
9006                 repectively
9007
9008 2002-10-07 [paul]       0.8.3claws53
9009
9010         * po/it.po
9011           po/pt_BR.po
9012           po/sr.po
9013                 updated messages catalogs, submitted by
9014                 Alessandro Maestri, Fabio Jr.Beneditto 
9015                 and Urke MMI, respectively.
9016
9017 2002-10-07 [christoph]  0.8.3claws52
9018
9019         * src/folder.[ch]
9020         * src/folderview.c
9021         * src/mainwindow.c
9022                 fix new folder ghost message bug
9023                 (closes bug [ 619722 ] wrong count for newly created folders)
9024
9025 2002-10-07 [christoph]  0.8.3claws51
9026
9027         * src/compose.c
9028                 fix news posting problem
9029
9030 2002-10-07 [melvin]     0.8.3claws50
9031
9032         * po/fr.po
9033                 Updated French translation
9034
9035 2002-10-05 [christoph]  0.8.3claws49
9036
9037         * src/gtkstext.c
9038                 check if line_start_cache is set in gtk_stext_update_text
9039                 (closes bug [ 618119 ] crash while doing search in folder)
9040
9041 2002-10-05 [christoph]  0.8.3claws48
9042
9043         * src/imap.c
9044         * src/news.c
9045         * src/utils.c
9046         * src/utils.h
9047                 implement cache cleanups for claws' folder system
9048                 (closes bug [ 595916 ] imapcache not cleaned up)
9049
9050 2002-10-05 [melvin]     0.8.3claws47
9051
9052         * src/prefs_actions.c
9053                 Made the help text more clear for the %p token
9054
9055 2002-10-04 [paul]       0.8.3claws46
9056
9057         * sync with 0.8.5
9058                 see ChangeLog 2002-10-02 and 2002-10-03
9059
9060 2002-10-04 [christoph]  0.8.3claws45
9061
9062         * src/inc.c
9063                 fix segfault caused by pop before smtp
9064                 call to inc_account_mail with NULL
9065                 pointer for mainwin
9066
9067 2002-10-04 [paul]       0.8.3claws44
9068
9069         * configure.in
9070                 sync the LDAP detection from 0.8.5cvs1
9071
9072 2002-10-02 [christoph]  0.8.3claws43
9073
9074         * po/de.po
9075                 fix small spelling error
9076
9077 2002-10-02 [melvin]     0.8.3claws42
9078
9079         * ac/aspell.m4
9080                 Behave better and say "no" when test program cannot be run.
9081
9082 2002-10-02 [paul]       0.8.3claws41
9083
9084         * sync with 0.8.4cvs1
9085                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9086                 
9087         * src/summaryview.c
9088                 toggle the behavior of Reply menuitem between
9089                 normal reply and reply-to-list
9090
9091 2002-10-01 [sergey]     0.8.3claws40
9092
9093         * src/compose.c
9094                 Convert newlines in the message text to the canonical form
9095                 before base64 encoding (RFC2045 compliance, fixes some
9096                 interoperability issues with Evolution 1.0.3)
9097
9098 2002-09-29 [colin]      0.8.3claws39
9099
9100         * src/summaryview.c
9101                 Fix an unwanted copy/paste
9102
9103 2002-09-29 [colin]      0.8.3claws38
9104
9105         * src/mainwindow.c
9106                 Renamed "Custom toolbar" to "Customize toolbar"
9107                 Renamed "Show all header" to "Show all headers"
9108                 Renamed "Set diplay item" to "Set displayed items"
9109         * src/prefs_common.c
9110                 Renamed "Show all header" to "Show all headers"
9111         * src/prefs_summary_column.c
9112                 Renamed "diplay item" to "displayed items"
9113
9114 2002-09-29 [colin]      0.8.3claws37
9115
9116         * src/mainwindow.[ch]
9117                 online/offline status pixmaps follow theme
9118                 changes
9119         * src/summaryview.[ch]
9120                 quicksearch pixmap follows theme changes
9121
9122 2002-09-29 [thorsten]   0.8.3claws36
9123
9124         * src/compose.c
9125           src/prefs_folder_item.[ch]
9126                 add default_reply_to folder option (closes patch 581044)
9127
9128 2002-09-29 [christoph]  0.8.3claws35
9129
9130         * acconfig.h    ** REMOVED **
9131         * configure.in
9132         * ac/aspell.m4
9133         * ac/check-type.m4
9134         * ac/gnupg-check-typedef.m4
9135                 fix autoheader 2.50 warning
9136
9137 2002-09-29 [christoph]  0.8.3claws34
9138
9139         * major code cleanup (part 2)
9140         
9141                 - unused variables removed
9142                 - unused functions removed
9143                 - uninitialized variables checked
9144                 - missing return statements added
9145                 - missing function return types added
9146                 - added parentheses around assignment
9147                   when suggested by gcc
9148
9149 2002-09-29 [alfons]     0.8.3claws33
9150
9151         * src/logwindow.c
9152                 log_window_clear(): only bracket gtk_text_forward_delete() 
9153                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9154                 works around GTK text bug)
9155
9156 2002-09-29 [paul]       0.8.3claws32
9157
9158         * po/bg.po
9159           po/sr.po
9160                 updated by George Danchev and Urke MMI
9161                 respectively
9162
9163 2002-09-27 [christoph]  0.8.3claws31
9164
9165         * doc-src/readme.txt
9166         * doc-src/rfc1806.txt   ** REMOVED **
9167         * doc-src/rfc2183.txt   ** NEW FILE **
9168         * doc-src/rfc2980.txt   ** NEW FILE **
9169                 update rfcs
9170
9171 2002-09-27 [melvin]     0.8.3claws30
9172
9173         * ac/aspell.m4
9174                 Fixed typo which could break linking
9175
9176 2002-09-27 [melvin]     0.8.3claws29
9177
9178         * ac/aspell.m4
9179                 Improved GNU/aspell checking. 
9180                 Fixed bug #614490
9181
9182 2002-09-27 [paul]       0.8.3claws28
9183
9184         * sync with 0.8.3cvs8
9185                 see ChangeLog 2002-09-27
9186
9187 2002-09-26 [colin]      0.8.3claws27
9188
9189         * src/toolbar.[ch]
9190           src/mainwindow.[ch]
9191                 Add "Reply to Mailing-list" to the toolbar
9192
9193 2002-09-26 [christoph]  0.8.3claws26
9194
9195         * src/summaryview.c
9196                 Fix wrong message counts in summaryview status
9197
9198 2002-09-26 [paul]       0.8.3claws25
9199
9200         * sync with 0.8.3cvs7
9201                 see ChangeLog 2002-09-26
9202
9203 2002-09-26 [paul]       0.8.3claws24
9204
9205         * sync with 0.8.3cvs6
9206                 see ChangeLog 2002-09-25
9207
9208 2002-09-25 [christoph]  0.8.3claws23
9209
9210         * src/prefs_common.c
9211         * src/prefs_folder_item.c
9212         * src/prefs_scoring.c
9213                 Renamed "kill score" to "hide score" in GUI
9214                 and prefs files
9215
9216 2002-09-25 [paul]       0.8.3claws22
9217
9218         * sync with 0.8.3cvs5
9219                 see ChangeLog 2002-09-24
9220
9221 2002-09-24 [alfons]     0.8.3claws21
9222
9223         patch by Satoshi Nagayasu: allows appending / saving multiple 
9224         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9225         'Save as ...'")
9226
9227         * AUTHORS
9228                 add Satoshi Nagayasu
9229         * src/summaryview.c
9230                 summary_save_as(): allow saving selected files to
9231                 one file
9232                 summary_set_menu_sensitive: enable "Save As..." when
9233                 multiple files are selected
9234         * src/utils.[ch]
9235                 append_file(): new function
9236
9237 2002-09-24 [colin]      0.8.3claws20
9238
9239         * src/procmime.c
9240                 Fix segfault when mimeinfo doesn't have a 
9241                 content_type. 
9242
9243 2002-09-24 [colin]      0.8.3claws19
9244
9245         * src/prefs_common.[ch]
9246                 Add a preference to display send dialog or not
9247         * src/send.c
9248                 Display send dialog according to preference
9249
9250 2002-09-24 [colin]      0.8.3claws18
9251
9252         * src/compose.[ch]
9253                 Disable user actions when sending
9254
9255 2002-09-24 [colin]      0.8.3claws17
9256
9257         * src/procmime.c
9258                 Do not display name or filename for attachments
9259                 with an application/pgp-signature type
9260                 (security flaw, see bug 537413)
9261
9262 2002-09-23 [colin]      0.8.3claws16
9263
9264         * src/editaddress.c
9265                 Initialize entry_email, entry_alias and 
9266                 entry_remarks to first email address of the list
9267
9268 2002-09-23 [colin]      0.83claws15
9269
9270         * src/compose.c
9271                 Drop pgp-signature when reediting a signed queued
9272                 message
9273
9274 2002-09-23 [melvin]     0.8.3claws14
9275
9276         * po/fr.po
9277                 Updated French translation
9278
9279 2002-09-23 [melvin]     0.8.3claws13
9280
9281         * src/mainwindow.c
9282                 Made custom toolbar menu labels more consistent
9283         * src/prefs_toolbar.c
9284                 Made custom toolbar window title more consistent
9285
9286 2002-09-22 [colin]      0.8.3claws12
9287
9288         * src/inc.c
9289                 Initialize session type to normal before getting 
9290                 mail (fixes strange Get behaviour)
9291         * src/prefs_account.h
9292                 Move STYPE_POP_BEFORE_SMTP to last position to 
9293                 avoid other side-effects
9294
9295 2002-09-22 [colin]      0.8.3claws11
9296
9297         * src/prefs_account.c
9298                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9299                 from pop3 to apop or vice-versa
9300
9301 2002-09-22 [colin]      0.8.3claws10
9302         
9303         * src/prefs_account.[ch]
9304                 Add an option for the POP before SMTP timeout
9305         * src/inc.c
9306                 Remember time of last POP connection
9307         * src/send.c
9308                 Do POP before SMTP only if timeout reached
9309
9310 2002-09-22 [oliver]     0.8.3claws9
9311         
9312         * README.claws
9313                 explain custom toolbar
9314
9315 2002-09-22 [oliver]     0.8.3claws8
9316
9317         * src/prefs_actions.[ch]
9318         custom toolbar for compose      
9319                 actions callback from compose toolbar
9320         * src/folderview.c
9321                 remove include toolbar.h
9322
9323 2002-09-22 [oliver]     0.8.3claws7
9324         
9325         * src/prefs_toolbar.[ch]
9326                 custom toolbar for compose
9327                 - generic prefs_toolbar handles both
9328                   Mainwin's toolbar as well as Compose toolbar          
9329
9330 2002-09-22 [oliver]     0.8.3claws6
9331         
9332         * src/toolbar.[ch]
9333                 custom toolbar for compose
9334                 restructure toolbar.[ch]
9335
9336 2002-09-22 [oliver]     0.8.3claws5
9337
9338         * src/compose.[ch]
9339                 custom toolbar for compose
9340
9341 2002-09-22 [oliver]     0.8.3claws4
9342         
9343         * src/mainwindow.[ch]
9344                 custom toolbar for compose 
9345                 move mainwin toolbar back to mainwindow
9346
9347 2002-09-22 [alfons]     0.8.3claws3
9348
9349         * src/procmsg.c
9350                 :%sno/if(/if (/gc
9351                 :%sno/for(/for (/gc
9352                 (beautify)
9353
9354 2002-09-22 [alfons]     0.8.3claws2
9355         
9356         * src/procmsg.c
9357                 procmsg_save_to_outbox(): don't unlink message file from queue;
9358                 callers should do it using folder_item_remove_msg()
9359
9360 2002-09-22 [colin]      0.8.3claws1
9361
9362         * src/mimeview.[ch]
9363                 Made mimeview_check_signature() public
9364         * src/textview.c
9365                 Made GPG signatures verifiable by clicking
9366                 the [application/pgp-signature] in the Text
9367                 view
9368
9369 2002-09-22 [paul]       0.8.3claws
9370
9371         * po/bg.po
9372           po/en_GB.po
9373           po/es.po
9374           po/it.po
9375           po/pl.po
9376           po/pt_BR.po
9377           po/sr.po
9378                 updated translations, submitted by George Danchev,
9379                 me, Ricardo Mones Lastra, Alessandro Maestri,
9380                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9381                 and Urke MMI, respectively.     
9382
9383 2002-09-22 [alfons]     0.8.2claws65
9384
9385         * src/procmsg.c
9386         * src/pgptext.c
9387                 no furry valgrinds have been used to plug these memleaks
9388
9389 2002-09-20 [paul]       0.8.2claws64
9390
9391         * sync with 0.8.3cvs4
9392                 'Select thread' re-implemented 
9393                 see ChangeLog 2002-09-20
9394
9395 2002-09-21 [alfons]     0.8.2claws63
9396
9397         * src/compose.c
9398                 compose_send(): plug unnoticed memleak
9399
9400 2002-09-20 [alfons]     0.8.2claws62
9401
9402         * src/addr_compl.c
9403                 replace_address_in_edit(): strict check for NULL address to
9404                 fix "[ 607348 ] Segfault in address completion". My guess is
9405                 that this happens with an empty address book, but it's good
9406                 to have this check here anyway
9407                 
9408                 completion_window_button_press(): free string returned 
9409                 from the internal cache
9410
9411 2002-09-20 [christoph]  0.8.2claws61
9412
9413         * src/procmime.h
9414                 added ENC_BINARY to EncodingType
9415         * src/procmime.c
9416                 the string returned by procmime_get_encoding_str
9417                 should not depend on the order of values in the
9418                 EncodingType definition
9419         * doc-src/rfc1806.txt   ** NEW FILE **
9420                 Added rfc1806 about MIME Content-Disposition
9421                 Extension
9422
9423 2002-09-19 [paul]       0.8.2claws60
9424
9425         * sync with 0.8.2cvs3
9426                 see ChangeLog 2002-09-19
9427
9428 2002-09-19 [paul]       0.8.2claws59
9429
9430         * src/prefs_folder_item.c
9431                 revert to Darko's original alignment of colour
9432                 selector button
9433                 add a colon to folder_color label
9434                 
9435         * src/compose.c
9436                 add Colin's patch (with Hiro's modifications) to 
9437                 force BASE64 encoding for 8-bit text when signing
9438                 (sync with 0.8.3cvs2)
9439
9440 2002-09-18 [alfons]     0.8.2claws58
9441
9442         * src/compose.c
9443                 :%sno/if(/if (/gc
9444                 :%sno/for(/for (/gc
9445                 (beautify a little bit)
9446
9447 2002-09-18 [christoph]  0.8.2claws57
9448
9449         * src/pine.c
9450                 fix handling of fgetc return value
9451
9452 2002-09-17 [alfons]     0.8.2claws56
9453         
9454         * src/summaryview.c
9455                 summary_sort(): check non-NULL summaryview->folder_item when no 
9456                 folder is selected at all
9457                 (closes "[ 610344 ] sort label make syl Crash")
9458
9459 2002-09-17 [alfons]     0.8.2claws55
9460         
9461         * src/compose.c
9462                 beautify a little bit
9463
9464 2002-09-17 [christoph]  0.8.2claws54
9465
9466         * src/folder.c
9467                 initialize max values for cache and folder
9468                 when cache or folder is empty
9469
9470 2002-09-15 [colin]      0.8.2claws53
9471
9472         * src/compose.c
9473                 Fix a leak (thanks Alfons!) and cleaned
9474                 variables names for custom headers
9475
9476 2002-09-15 [colin]      0.8.2claws52
9477
9478         * src/compose.c
9479                 Fix custom headers recognition when
9480                 prefs_common.trans_hdr is on
9481
9482 2002-09-15 [colin]      0.8.2claws51
9483
9484         * src/compose.c
9485                 Allow dynamically-added custom headers
9486                 Yet not reparsed if reedited
9487
9488 2002-09-15 [alfons]     0.8.2claws50
9489
9490         * src/prefs_account.c
9491                 fix warnings
9492
9493 2002-09-15 [colin]      0.8.2claws49
9494         
9495         * src/prefs_account.c
9496                 fix pop_before_smtp sensitivity
9497
9498 2002-09-15 [colin]      0.8.2claws48
9499
9500         * src/inc.[ch]
9501                 add inc_pop_before_smtp()
9502                 allow MainWindow to be undefined in 
9503                 inc_account_mail() and inc_start()
9504         * src/pop.c
9505           src/prefs_account.h
9506                 add STYPE_POP_BEFORE_SMTP session type
9507         * src/prefs_account.c
9508                 activated pop before smtp option
9509         * src/send.c
9510                 do pop before smtp if the relevant option 
9511                 is set
9512
9513 2002-09-15 [paul]       0.8.2claws47
9514
9515         * sync with 0.8.3
9516                 see ChangeLog 2002-09-15
9517
9518 2002-09-14 [paul]       0.8.2claws46
9519
9520         * po/bg.po
9521                 updated Bulgarian translation, submitted by
9522                 George Danchev
9523
9524 2002-09-13 [paul]       0.8.2claws45
9525
9526         * src/compose.c
9527                 merge claws' select_account() with main's
9528                 (new) compose_select_account(). [sync with
9529                 0.8.2cvs15, see ChangeLog 2002-09-11]
9530
9531 2002-09-12 [christoph]  0.8.2claws44
9532
9533         * src/filter.c
9534                 allocate 1 elements of FolderItem not 0
9535
9536 2002-09-12 [colin]      0.8.2claws43
9537
9538         * src/compose.c
9539                 Fix bug #590825 (obey Follow-up: poster)
9540
9541 2002-09-12 [colin]      0.8.2claws42
9542
9543         * src/procmime.c
9544                 Fix bug #557009 (wrong headers for messages 
9545                 forwarded as attachments)
9546
9547 2002-09-11 [colin]      0.8.2claws41
9548         
9549         * src/compose.c
9550                 Put SCF: pseudo-header on top of message
9551                 Set draft tmp_flag when saved as draft
9552
9553         * src/procmsg.c
9554           src/procheader.c
9555                 Skip after first \n\n for beginning of real message
9556                 for drafts too
9557
9558 2002-09-11 [christoph]  0.8.2claws40
9559
9560         * src/filtering.c
9561                 use procmsg flag functions in filtering or processing
9562                 will cause incorrect folder message counts
9563
9564 2002-09-11 [colin]      0.8.2claws39
9565
9566         * src/compose.c
9567                 Fix bug #550175 - wrong save folder when reediting
9568                 drafts
9569
9570 2002-09-11 [paul]       0.8.2claws38
9571
9572         * sync with 0.8.2cvs14
9573                 see ChangeLog 2002-09-11
9574
9575 2002-09-11 [colin]      0.8.2claws37
9576
9577         * src/folder.c
9578                 Fix a typo (seeming to cause new/unread status to
9579                 be lost)
9580
9581 2002-09-10 [christoph]  0.8.2claws36
9582
9583         * src/compose.c
9584                 compose_redirect should not use compose_generic_new
9585                 because that does more stuff than expected including
9586                 opening the external editor
9587                 (closes bug "[ 526608 ] bounced messages appear blank
9588                  in editor")
9589
9590 2002-09-10 [christoph]  0.8.2claws35
9591
9592         * src/folder.c
9593                 fix problem with too large message number range
9594                 causing a crash in folder_item_scan
9595
9596 2002-09-10 [paul]       0.8.2claws34
9597
9598         * sync with 0.8.2cvs13
9599                 see ChangeLog 2002-09-10
9600
9601 2002-09-10 [christoph]  0.8.2claws33
9602
9603         * src/msgcache.c
9604                 set MsgInfo TmpFlags for queue and draft folders
9605                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9606
9607 2002-09-10 [paul]       0.8.2claws32
9608
9609         * AUTHORS
9610           po/bg.po      ** NEW FILE **
9611                 new Bulgarian translation submitted by
9612                 George Danchev <danchev@spnet.net>
9613                 
9614         * tools/Makefile.am
9615           tools/README
9616           tools/tb2sylpheed     ** NEW FILE **
9617                 add script that converts an addressbook exported
9618                 from The Bat! into a Sylpheed addressbook. Submitted
9619                 by Urke MMI <urke-kg@eunet.yu>
9620
9621 2002-09-10 [paul]       0.8.2claws31
9622
9623         * sync with 0.8.2cvs12
9624                 see ChangeLog 2002-09-10
9625
9626 2002-09-06 [paul]       0.8.2claws30
9627
9628         * src/prefs_common.c
9629                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9630                 
9631         * tools/Makefile.am
9632           tools/README
9633           tools/ldif-to-xml.py  ** REMOVED **
9634                 remove obsolete python script
9635
9636 2002-09-06 [paul]       0.8.2claws29
9637
9638         * sync with 0.8.2cvs10
9639                 see ChangeLog 2002-09-06
9640
9641 2002-09-04 [paul]       0.8.2claws28
9642
9643         * sync with 0.8.2cvs9
9644                 see ChangeLog 2002-08-04
9645
9646 2002-09-04 [colin]      0.8.2claws27 
9647
9648         * src/prefs_common.[ch]
9649                 Added signature color configuration
9650         * src/textview.c
9651                 Use user-specified signature color
9652
9653 2002-09-03 [colin]      0.8.2claws26
9654
9655         * src/prefs_common.[ch]
9656                 Added autosave and autosave_length prefs
9657         * src/compose.c
9658                 Added compose_remove_draft()
9659                 Auto-save drafts according to the prefs
9660         * src/main.c
9661                 Added a crash-indicator file, allowing to check
9662                 for new messages on startup if Sylpheed crashed
9663                 (makes saved drafts "reappear")
9664
9665 2002-09-03 [colin]      0.8.2claws25
9666
9667         * src/textview.[ch]
9668                 Grey the signature
9669
9670 2002-09-03 [paul]       0.8.2claws24
9671
9672         * sync with 0.8.2cvs8
9673                 see ChangeLog 2002-09-02 and 2002-09-03
9674
9675 2002-09-03 [darko]      0.8.2claws23
9676
9677         * src/folderview.c
9678                 use normal style when creating new folder to pick
9679                 proper font size 
9680
9681 2002-09-02 [melvin]     0.8.2claws22
9682
9683         * src/gtkaspell.m4
9684                 removed some obsolete code
9685
9686 2002-09-02 [melvin]     0.8.2claws21
9687
9688         * ac/aspell.m4
9689                 fixed test's equality sign (== to =)
9690
9691 2002-09-02 [alfons]     0.8.2claws20
9692
9693         * src/folder.c
9694         * src/mh.c
9695                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9696                 as folder->destroy virtual as suggested by Hiro
9697                 (the mh.c code seems to have been lost around mh.c.1.21)
9698
9699 2002-09-02 [paul]       0.8.2claws19
9700
9701         * po/pt_BR.po
9702                 updated by Fabio Jr. Beneditto
9703                 
9704         * src/defs.h
9705                 use 'http://claws.sylpheed.org' for homepage link. 
9706                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9707
9708 2002-09-01 [alfons]     0.8.2claws18
9709
9710         * src/mh.c
9711                 plug memleak related to one Martin Kluge found
9712
9713 2002-08-31 [paul]       0.8.2claws17
9714
9715         * sync with 0.8.2cvs6
9716                 see ChangeLog 2002-08-30
9717
9718 2002-08-31 [alfons]     0.8.2claws16
9719
9720         * src/folder.c
9721                 folder_destroy(): remove mailbox from folderlist even if it has
9722                 no destroy virtual
9723
9724 2002-08-31 [alfons]     0.8.2claws15
9725
9726         * src/folder.c
9727                 :%sno/if(/if (/gc
9728                 :%sno/for(/for (/gc
9729                 (being pedantic I know)
9730
9731 2002-08-31 [alfons]     0.8.2claws14
9732
9733         * src/folder.c
9734                 check for NULL pointers returned from folder->fetch_msginfo virtual
9735                 (should solve some reported crashes)
9736
9737 2002-08-30 [alfons]     0.8.2claws13
9738
9739         * acconfig.h
9740         * configure.in
9741         * src/crash.c
9742                 enable crash dialog on compilation time
9743                 (--enable-crash-dialog configure option)
9744
9745 2002-08-30 [alfons]     0.8.2claws12
9746
9747         * AUTHORS
9748                 add Martin Kluge
9749         * src/mh.c
9750                 apply memory leak plug patch by Martin Kluge
9751                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9752                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9753                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9754
9755 2002-08-30 [darko]      0.8.2claws11
9756
9757         * src/folderview.c
9758                 copy Gtk style from normal style to match
9759                 font size for coloured folders
9760
9761 2002-08-29 [alfons]     0.8.2claws10
9762
9763         * sylpheed.desktop
9764                 Type=Internet <- Type=Application
9765                 (reported by Michael Schwendt, see:
9766                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9767                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9768
9769 2002-08-29 [paul]       0.8.2claws9
9770
9771         * sync with 0.8.2cvs5
9772                 see ChangeLog 2002-08-29
9773
9774 2002-08-29 [colin]      0.8.2claws8
9775
9776         * src/summaryview.c
9777                 Added a sanity check in summary_select_thread
9778                 Should fix bug 601605
9779
9780 2002-08-29 [colin]      0.8.2claws7
9781
9782         * src/main.c
9783                 Revert claws6 changes regarding bug #591676
9784
9785 2002-08-28 [colin]      0.8.2claws6
9786         
9787         * src/main.c
9788                 Ignore cache for queue folderitems
9789                 Fix bug #591676
9790
9791 2002-08-28 [melvin]     0.8.2claws5
9792
9793         * README.claws
9794                 Fixed typos.
9795
9796 2002-08-28 [melvin]     0.8.2claws4
9797
9798         * README.claws
9799                 Updated a bit the text concerning the spell checker
9800
9801 2002-08-28 [melvin]     0.8.2claws3
9802
9803         Merged the GNU_aspell_branch:
9804                 Support of new GNU/aspell is now included and the old pspell
9805                 is not supported anymore.
9806                 See README.claws
9807
9808         * README.claws
9809                 Updated spell checker text to reflect the switch to GNU/aspell
9810
9811         * ac/aspell.m4          *** NEW ***
9812         * src/gtkaspell.[ch]    *** NEW *** 
9813         * ac/pspell.m4          *** DELETED *** 
9814         * src/gtkspell.[ch]     *** DELETED ***
9815
9816         * ac/Makefile.am
9817                 Updated for GNU/aspell support
9818
9819         * po/POTFILES.in
9820                 Replaced gtkspell.c by gtkaspell.c
9821
9822         * acconfig.h
9823         * src/Makefile.am
9824         * src/about.c
9825         * src/compose.[ch]
9826         * src/crash.c
9827         * src/main.c
9828         * src/prefs_common.[ch]
9829                 Updated for GNU/aspell support
9830
9831 2002-08-28 [paul]       0.8.2claws2
9832
9833         * sync with 0.8.2cvs4
9834                 see ChangeLog 2002-08-27 and 2002-08-28
9835
9836 2002-08-28 [colin]      0.8.2claws1
9837
9838         * src/summary_search.c
9839                 Added "AND search"
9840
9841 2002-08-28 [jens]       0.8.2claws
9842
9843         *po/de.po
9844                 Updated German translations
9845
9846 2002-08-27 [melvin]     0.8.2claws
9847
9848         * po/fr.po
9849                 Updated French translations
9850
9851 2002-08-27 [paul]       0.8.2claws
9852
9853         * sync with 0.8.2 main release
9854
9855         * po/en_GB.po
9856           po/es.po
9857           po/it.po
9858           po/pl.po
9859           po/pt_BR.po
9860           po/sr.po
9861                 updated message catalogs submitted by
9862                 Ricardo Mones Lastra, Alessandro Maestri,
9863                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9864                 Beneditto and Urke MMI  
9865
9866 2002-08-27 [hoa]        0.8.1claws123
9867
9868         * src/mainwindow.[ch]
9869         * src/summaryview.[ch]
9870                 removed the "filter setting" menu option.
9871                 add a "cancel a news message" menu option.
9872
9873 2002-08-26 [martin]     0.8.1claws122
9874
9875         * ChangeLog.claws
9876                 changed string under 0.8.1claws79 changed by myself
9877                 i'm sorry alfons :(
9878
9879 2002-08-26 [martin]     0.8.1claws121
9880
9881         * src/crash.c
9882                 added kill command to debuggerrc to start crash dialog
9883
9884 2002-08-26 [paul]       0.8.1claws120
9885
9886         * sync with 0.8.1cvs31
9887                 see ChangeLog 2002-08-26
9888
9889 2002-08-25 [alfons]     0.8.1claws119
9890
9891         * src/procmsg.c
9892                 fix bug that didn't send out correct headers to news server
9893                 when sending news article and email from queue (bug reported
9894                 and patch provided by Tim Mann; closes bug 
9895                 "[ 583196 ] 0.7.8claws can't post news")
9896
9897 2002-08-25 [alfons]     0.8.1claws118
9898
9899         * src/selective_download.c
9900                 mark two strings as translatable
9901                 (thanks to Urke MMI for pointing this out)
9902
9903 2002-08-25 [alfons]     0.8.1claws117
9904
9905         * src/summaryview.c
9906                 treat sent boxes as special and allow sorting them by addressee
9907                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9908                 submitted by Steve Lamb)
9909
9910 2002-08-24 [alfons]     0.8.1claws116
9911
9912         * src/matcher.c
9913                 fix memleak reported by Martin Kluge
9914                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9915
9916 2002-08-24 [oliver]     0.8.1claws115
9917
9918         * src/prefs_toolbar.c
9919                 o code cleanup as suggested by Alfons
9920                 o memleak fix
9921
9922 2002-08-24 [alfons]     0.8.1claws114
9923
9924         * src/summaryview.c
9925                 o fix another memory leak reported by Martin Kluge
9926                   (see "[ 599568 ] Small Memory Leak")
9927                 o remove 'from' variable from 'summary_set_header()'; we can
9928                   do with just 'to' 
9929
9930 2002-08-24 [paul]       0.8.1claws113
9931
9932         * sync with 0.8.1cvs30
9933                 see ChangeLog 2002-08-23
9934
9935 2002-08-24 [alfons]     0.8.1claws112
9936
9937         * src/summaryview.c
9938                 remove unnecessary allocations for search bar fixing leaks
9939                 reported by Martin Kluge
9940                 (see "[ 599451 ] Further memory leaks?")
9941
9942 2002-08-24 [alfons]     0.8.1claws111
9943
9944         * src/main.c
9945                 make get_socket_name() public for crash.c
9946         * src/crash.c
9947                 o make report bug button work (goes to claws' 
9948                   bug tracker at sf.net)
9949                 o introduce function for doing important stuff just
9950                   before claws goes down
9951                 o clean up code 
9952
9953 2002-08-24 [alfons]     0.8.1claws110
9954
9955         * src/compose.c
9956                 move cursor to "To" entry when forwarding as attachment
9957                 (reported and solved by Steve Lamb, closes bug report
9958                 "[ 592880 ] Forward as attachment; cursor not in to")
9959
9960 2002-08-24 [colin]      0.8.1claws109
9961
9962         * src/mainwindow.c
9963                 fix quick search visibility after GUI (de)separations.
9964
9965 2002-08-23 [colin]      0.8.1claws108
9966
9967         * src/mainwindow.c
9968                 fix header pane visibility after folderview or
9969                 messageview (de)separation
9970
9971 2002-08-23 [paul]       0.8.1claws107
9972
9973         * src/mainwindow.[ch]
9974           src/toolbar.c
9975                 give full control of display or non-display 
9976                 of the Execute icon to Custom toolbar settings.
9977                 add new sensitivity condition to maninwindow.h: 
9978                 M_DELAY_EXEC
9979
9980         * ChangeLog
9981           ChangeLog.jp
9982           NEWS
9983                 more sync with 0.8.1cvs29
9984
9985 2002-08-23 [melvin]     0.8.1claws106
9986
9987         * src/alertpanel.c
9988                 Readded support for custom widget in alertpanel lost in last
9989                 sync.
9990
9991 2002-08-23 [paul]       0.8.1claws105
9992
9993         * sync with 0.8.1cvs29
9994                 see ChangeLog 2002-08-23
9995
9996 2002-08-23 [colin]      0.8.1claws104
9997
9998         * src/summaryview.c
9999                 Fix folder and search pixmaps exchanging positions
10000                 after theme or toolbar changes. Thank to Oliver for 
10001                 reporting this.
10002
10003 2002-08-23 [colin]      0.8.1claws103
10004
10005         * src/mainwindow.c
10006           src/messageview.[ch]
10007           src/noticeview.[ch]
10008           src/summaryview.c
10009                 Changed messageview_create() and noticeview_create()
10010                 to avoid the last gdk_warning
10011
10012 2002-08-22 [colin]      0.8.1claws102
10013
10014         * src/summaryview.c
10015                 Fix my new `Creating pixmap from xpm' warning
10016
10017 2002-08-22 [colin]      0.8.1claws101
10018
10019         * src/mainwindow.c
10020                 Fix some of the gdk warnings
10021
10022 2002-08-22 [colin]      0.8.1claws100
10023
10024         * src/Makefile.am
10025         * src/stock_pixmap.c
10026         * src/stock_pixmap.h
10027         * src/pixmaps/quicksearch.xpm *ADDED*
10028                 Add the quicksearch pixmap
10029         * src/mainwindow.c
10030         * src/summaryview.c
10031         * src/summaryview.h
10032                 Make quicksearch bar visible/hidden via a button
10033
10034 2002-08-22 [christoph]  0.8.1claws99
10035
10036         * src/folder.c
10037                 fix folder update for newsgroups with message
10038                 numbers below minimum number of articles to fetch
10039                 (closes bug #598445)
10040
10041 2002-08-22 [paul]       0.8.1claws98
10042
10043         * sync with 0.8.1cvs28
10044                 see ChangeLog 2002-08-22
10045
10046 2002-08-21 [alfons]     0.8.1claws97
10047
10048         * src/crash.c
10049                 use bt instead of bt full which seems to work 
10050                 better, and bt full doesn't give a great deal 
10051                 of information anyway
10052
10053 2002-08-21 [colin]      0.8.1claws96
10054
10055         * src/summaryview.c
10056                 fix summaryview_searchtype_changed prototype
10057
10058 2002-08-21 [christoph]  0.8.1claws95
10059
10060         * src/mainwindow.c
10061                 o fix broken menu update for sorting type, we have to
10062                   get this info from the summaryview now
10063                 o removed setting of threaded state in menu callback
10064         * src/summaryview.[ch]
10065                 more summaryview/folderitem seperation for
10066                 threading option
10067         * configure.in
10068                 removed not required --with-compiler-flags option
10069
10070 2002-08-21 [oliver]     0.8.1claws94
10071         
10072         * src/toolbar.h 
10073                 o rename toolbar.xml to toolbar_main.xml
10074                   since toolbar_compose.xml might come up 
10075                   any time soon
10076         * README.claws
10077                 add custom toolbar              
10078
10079 2002-08-21 [darko]      0.8.1claws93
10080
10081         * src/procmsg.c
10082                 don't reset tmp flags for messages copied
10083                 to sent folder
10084
10085 2002-08-21 [colin]      0.8.1claws92
10086         
10087         * src/prefs_filtering.c
10088                 fix renaming rules on folder rename 
10089                 when folder is not a leaf folder
10090
10091 2002-08-21 [paul]       0.8.1claws91
10092
10093         * src/prefs_folder_item.c
10094                 fix alignment of colour selector
10095
10096 2002-08-21 [paul]       0.8.1claws90
10097
10098         * sync with 0.8.1cvs27
10099                 see ChangeLog 2002-08-21
10100
10101 2002-08-21 [paul]       0.8.1claws89
10102
10103         * src/summaryview.c
10104                 fix crash when changing field type in
10105                 Quick search bar
10106
10107 2002-08-21 [colin]      0.8.1claws88
10108
10109         * src/summaryview.c
10110                 Made quick search case-insensitive
10111
10112 2002-08-21 [paul]       0.8.1claws87
10113
10114         * sync with 0.8.1cvs26
10115                 see ChangeLog 2002-08-21
10116
10117 2002-08-20 [christoph]  0.8.1claws86
10118
10119         * src/folderview.c
10120         * src/main.c
10121         * src/summaryview.[ch]
10122                 more summaryview/folderitem seperation for
10123                 sort_key and sort_type
10124         * src/procmsg.c
10125                 added missing return statement
10126
10127 2002-08-20 [colin]      0.8.1claws85
10128
10129         * src/summaryview.[ch]
10130                 Added a quick search box
10131         * src/mainwindow.c
10132         * src/prefs_common.[ch]
10133                 Added a show/hide option for the quick search
10134
10135 2002-08-20 [oliver]     0.8.1claws84
10136         
10137         * src/mainwindow.c
10138                 remove toolbar_create_popups
10139         * src/toolbar.[ch]
10140                 o remove toolbar_create_popups
10141                 o fix toolbar_set_sensitive 
10142                   (Bug reports #596834 and #596832)     
10143         * src/prefs_toolbar.c
10144                 o add "Set default" button
10145                 o align label and text + combo widgets
10146
10147 2002-08-20 [hoa]        0.8.1claws83bis
10148
10149         * src/imap.c
10150                 fixed a bug in imap_fetch_msginfo() in case there is no
10151                 current folder.
10152
10153 2002-08-20 [darko]      0.8.1claws83
10154
10155         * src/folderview.c
10156                 copy the color style of folder view so it
10157                 works with GTK themes
10158
10159 2002-08-20 [darko]      0.8.1claws82
10160
10161         * src/folder.h
10162         * src/folderview.c
10163         * src/prefs_folder_item.[hc]
10164                 don't use UI stuff in folder.h
10165
10166 2002-08-20 [darko]      0.8.1claws81
10167
10168         * src/folder.h
10169         * src/prefs_folder_item.h
10170         * src/folderview.c
10171         * src/prefs_folder_item.c
10172                 ability to set folder color in folderview
10173
10174 2002-08-19 [alfons]     0.8.1claws80
10175
10176         * src/summaryview.c
10177                 fix one of the earlier memleaks reported by Martin Kluge
10178
10179 2002-08-19 [alfons]     0.8.1claws79
10180
10181         * src/mainwindow.c
10182                 hide notice view when selecting seperate folder
10183                 view (reported by Urke MMI)
10184
10185 2002-08-19 [christoph]  0.8.1claws78
10186
10187         * src/folderview.c
10188         * src/prefs_folder_item.h
10189         * src/summaryview.[ch]
10190                 o add summary_set_prefs_from_folderitem to set
10191                   summaryview prefs (first step to remove all
10192                   references to the folderitem in summaryview)
10193                 o moved compiled regex stuff from folderitem prefs
10194                   to summaryview code
10195
10196 2002-08-19 [paul]       0.8.1claws77
10197
10198         * src/compose.c
10199                 add check for '.' to QUOTE_IF_REQUIRED
10200
10201 2002-08-19 [paul]       0.8.1claws76
10202
10203         * src/inc.c
10204                 sync with 0.8.1cvs25 (plug memory leak)
10205
10206         * src/prefs_toolbar.c
10207                 re-order prefs_toolbar_cancel()
10208
10209 2002-08-18 [alfons]     0.8.1claws75
10210
10211         * src/inc.c
10212         * src/matcher.c
10213                 plug other memleaks reported by Martin Kluge
10214
10215 2002-08-18 [paul]       0.8.1claws74
10216
10217         * po/pt_BR.po
10218                 updated by Fabio Jr. Beneditto
10219
10220 2002-08-18 [paul]       0.8.1claws73
10221
10222         * src/toolbar.[ch]
10223                 fix bug where tooltips were displayed untranslated              
10224
10225         * src/prefs_toolbar.c
10226                 fix bug where clicking 'Cancel' creates an icon & text
10227                 toolbar regardless of prefs
10228         
10229
10230 2002-08-17 [oliver]     0.8.1claws72
10231
10232         * src/prefs_toolbar.c
10233                 update toolbar on CANCEL
10234                 bug reported by Martin Kluge
10235         * src/toolbar.c
10236                 toolbar_destroy memleak fixed           
10237
10238 2002-08-17 [alfons]     0.8.1claws71
10239
10240         * src/toolbar.c
10241                 plug another memleak reported by Martin Kluge
10242
10243 2002-08-16 [alfons]     0.8.1claws70
10244
10245         * src/crash.c
10246                 use execvp() correctly (suggested by wwp; thanks!)
10247
10248 2002-08-16 [alfons]     0.8.1claws69
10249
10250         * src/gtksctree.c
10251                 plug memory leak reported by Kim Schultz & Martin Kluge
10252
10253 2002-08-16 [paul]       0.8.1claws68
10254
10255         * po/es.po
10256                 updated by Ricardo Mones Lastra
10257
10258 2002-08-16 [paul]       0.8.1claws67
10259
10260         * src/toolbar.h
10261                 fix bug where 'Compose News' icon showed wrong
10262                 tooltip
10263
10264 2002-08-16 [paul]       0.8.1claws66
10265
10266         * sync with 0.8.1cvs24
10267                 see ChangeLog 2002-08-16
10268
10269         * po/it.po
10270                 updated by Alessandro Maestri
10271
10272 2002-08-15 [paul]       0.8.1claws65
10273
10274         * po/sr.po
10275                 updated by Urke MMI
10276
10277 2002-08-15 [paul]       0.8.1claws64
10278
10279         * src/*.c
10280                 don't translate debug info
10281
10282         * src/matcher.[ch]
10283                 add copyright info
10284
10285 2002-08-15 [paul]       0.8.1claws63
10286
10287         * src/prefs_toolbar.c
10288                 fix bug where clicking 'OK' creates an icon & text
10289                 toolbar regardless of prefs
10290
10291 2002-08-14 [alfons]     0.8.1claws62
10292
10293         * src/main.c
10294                 add global var that has the full argv[0]
10295         * src/crash.c
10296                 o execvp the correct sylpheed by using argv0
10297                   and setting the correct work dir
10298                 o other tweaks  
10299
10300 2002-08-14 [oliver]     0.8.1claws61
10301         
10302         * enable/disable Toolbar Action Buttons 
10303         * code cleanups
10304         * src/mainwindow.c
10305         * src/toolbar.[ch]      
10306         * src/prefs_toolbar.c   
10307
10308 2002-08-14 [melvin]     0.8.1claws60
10309
10310         * po/fr.po
10311                 Updated French translations
10312
10313 2002-08-14 [melvin]     0.8.1claws59
10314
10315         * src/crash.c
10316                 Made bug report not translatable
10317         * src/exporthtml.c
10318                 Fixed exporthtml_build_filespec() return value
10319         * src/foldersel.c
10320                 Fixed incorrect include file
10321         * src/gtkspell.c
10322         * src/prefs_actions.c
10323         * src/prefs_toolbar.c
10324                 Made debug info not translatable
10325         * src/mutt.c
10326         * src/quote_fmt.c
10327                 Added missing includes
10328         * src/prefs_common.c
10329                 Fixed typo
10330
10331 2002-08-14 [paul]       0.8.1claws58
10332
10333         * faq/es/sylpheed-faq.html
10334           faq/es/sylpheed-faq-[1-3].html
10335           faq/es/sylpheed-faq-4.html     **NEW FILE **
10336                 update Spanish FAQ
10337
10338 2002-08-13 [christoph]  0.8.1claws57
10339
10340         * src/procmsg.c
10341                 ignore thread fix that did not mark all
10342                 child nodes of a ignored thread as
10343                 ignored. Does not work perfectly yet,
10344                 but it is better now
10345
10346 2002-08-13 [alfons]     0.8.1claws56
10347
10348         * src/crash.c
10349                 o implement 'save crash log'
10350                 o some tweaks
10351
10352 2002-08-13 [melvin]     0.8.1claws55
10353
10354         * src/main.c
10355                 removed unrequired "execinfo.h" header
10356
10357 2002-08-12 [paul]       0.8.1claws54
10358
10359         * faq/en/sylpheed-faq.html
10360           faq/en/sylpheed-faq-[1-3].html
10361           faq/en/sylpheed-faq-4.html     **NEW FILE **
10362                 update English FAQ
10363
10364 2002-08-12 [alfons]     0.8.1claws53
10365
10366         * po/POTFILES.in
10367                 add crash.c to translatables
10368         * src/crash.c
10369                 bring in Leandro's crash dialog
10370
10371 2002-08-11 [alfons]     0.8.1claws52
10372
10373         * src/crash.c
10374                 clean up some warnings
10375
10376 2002-08-11 [alfons]     0.8.1claws51
10377
10378         * acconfig.h
10379         * configure.in
10380         * src/crash.[ch]        ** NEW FILES **
10381         * src/main.c            
10382                 initial gdb crash handler
10383
10384 2002-08-11 [paul]       0.8.1claws50
10385
10386         * src/prefs_toolbar.c
10387                 replace Up/Down arrow pixmaps with text to be
10388                 consistent across icon themes
10389
10390 2002-08-11 [paul]       0.8.1claws49
10391
10392         * src/prefs_common.c
10393           src/prefs_toolbar.c
10394                 rename 'Pixmap' -> 'Icon'
10395
10396         * src/toolbar.[ch]
10397                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10398
10399 2002-08-10 [paul]       0.8.1claws48
10400
10401         * src/prefs_toolbar.c
10402                 re-work the UI
10403
10404 2002-08-10 [paul]       0.8.1claws47
10405
10406         * src/main.c
10407                 don't write Processing progress to status bar
10408                 patch submitted by Alexander Evseev
10409
10410         * src/prefs_toolbar.c
10411                 re-position and resize window
10412                 make window assume correct size on first call
10413
10414 2002-08-10 [paul]       0.8.1claws46
10415
10416         * src/mainwindow.c
10417           src/prefs_toolbar.c
10418           src/toolbar.c
10419           src/toolbar.h
10420                 obey coding style
10421                 follow UI text conventions
10422
10423 2002-08-10 [alfons]     0.8.1claws45
10424
10425         * src/toolbar.c
10426                 correct pixmap for delete action
10427
10428 2002-08-10 [paul]       0.8.1claws44
10429
10430         * po/pt_BR.po
10431                 updated by Fabio Jr. Beneditto
10432
10433 2002-08-10 [paul]       0.8.1claws43
10434
10435         * po/POTFILES.in
10436                 add custom toolbar files
10437
10438 2002-08-10 [paul]       0.8.1claws42
10439
10440         * sync with 0.8.1cvs22
10441                 see ChangeLog 2002-08-09
10442
10443 2002-08-09 [paul]       0.8.1claws41
10444
10445         * tools/Makefile.am
10446           tools/README
10447           tools/outlook2sylpheed.pl     ** NEW FILE **
10448                 add script to convert exported Outlook
10449                 contacts list to a Sylpheed addressbook.
10450                 Submitted by Ricardo Mones Lastra.
10451
10452 2002-08-09 [paul]       0.8.1claws40
10453
10454         * AUTHORS
10455           configure.in
10456           po/sr.po      ** NEW FILE **
10457                 add Serbian message catalog. Submitted by
10458                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10459
10460 2002-08-09 [paul]       0.8.1claws39
10461
10462         * sync with 0.8.1cvs21
10463                 see ChangeLog 2002-08-08
10464
10465 2002-08-08 [oliver]     0.8.1claws38
10466
10467         * src/mainwindow.c
10468                 move Custom Toolbar to Configuration menu
10469
10470 2002-08-08 [oliver]     0.8.1claws37
10471
10472         * src/prefs_toolbar.c
10473                 fix substitute pixmap bug
10474
10475 2002-08-08 [paul]       0.8.1claws36
10476
10477         * sync with 0.8.1cvs19
10478                 see ChangeLog 2002-08-08
10479
10480 2002-08-07 [christoph]  0.8.1claws35
10481
10482         * src/utils.c
10483                 fixed a memory leak in new canonicalize_file_replace
10484
10485 2002-08-07 [christoph]  0.8.1claws34
10486
10487         * src/utils.[ch]
10488                 o canonicalize_file_replace should create the temporary
10489                   file in the same directory as the original file.
10490                 o added get_tmpfile_in_dir that creates a temorary file
10491                   in a specified directory.
10492
10493 2002-08-07 [melvin]     0.8.1claws33
10494
10495         * src/toolbar.c
10496                 fixed bug where 'Article' button acted as 'Email' button.
10497
10498 2002-08-07 [paul]       0.8.1claws32
10499
10500         * sync with 0.8.1.cvs17
10501                 see ChangeLog 2002-08-07
10502
10503 2002-08-07 [colin]      0.8.1claws31
10504         
10505         * src/news.c
10506                 fix mass-cancel problem
10507
10508 2002-08-07 [thorsten]   0.8.1claws30
10509
10510         * src/prefs_toolbar.c
10511                 fix: crash on replace or add new button
10512         * src/toolbar.c
10513                 fix: close xmlfile after reading
10514         * src/utils.c
10515                 fix: unlink() file before rename()
10516
10517 2002-08-06 [paul]       0.8.1claws29
10518
10519         * sync with 0.8.cvs15
10520                 see ChangeLog 2002-08-06
10521
10522 2002-08-06 [oliver]     0.8.1claws28
10523
10524         * src/toolbar.c
10525         * src/prefs_toolbar.c
10526                 fixed empty toolbar issue
10527
10528 2002-08-06 [oliver]     0.8.1claws27
10529
10530         * Custom Toolbar Final 
10531         * src/folderview.c
10532         * src/inc.c
10533         * src/summaryview.c
10534                 o toolbar stuff now lives in src/toolbar.[ch]
10535                 o main_window_toolbar_* functions are renamed to
10536                   toolbar_* reflecting their new source file
10537         * src/mainwindow.[ch]
10538                 o remove toolbar stuff  
10539
10540 2002-08-06 [oliver]     0.8.1claws26
10541         
10542         * src/Makefile.am
10543         * src/prefs_toolbar.[ch]        **New File**
10544         * src/toolbar.[ch]              **New File**
10545                 o prefs_toolbar.[ch] custom toolbar frontend
10546                 o toolbar.[ch]       backend 
10547
10548 2002-08-06 [oliver]     0.8.1claws25
10549
10550         * src/prefs_actions.[ch]
10551                 o new exported function actions_execute
10552
10553 2002-08-06 [paul]       0.8.1claws24
10554
10555         * sync with 0.8.1cvs4
10556                 see ChangeLog 2002-08-06
10557
10558 2002-08-06 [paul]       0.8.1claws23
10559
10560         * sync with 0.8.1cvs13
10561                 see ChangeLog 2002-08-06
10562
10563 2002-08-06 [paul]       0.8.1claws22
10564
10565         * sync with 0.8.1cvs12
10566                 see ChangeLog 2002-08-05 and 2002-08-06
10567
10568 2002-08-06 [match]      0.8.1claws21
10569
10570         * src/addrclip.c
10571                 improvements to cut/copy/paste address
10572
10573 2002-08-05 [match]      0.8.1claws20
10574
10575         * src/addritem.[ch]
10576         * src/addrcache.c
10577         * src/addrbook.c
10578         * src/editaddress.c
10579         * src/addressbook.c
10580                 fixes to improve cut/copy/paste
10581
10582 2002-08-06 [melvin]     0.8.1claws19
10583
10584         * src/account.[ch]
10585                 account_find_all_from_address(): new function that returns the
10586                 list of all accounts that are matched in an address.
10587         * src/alertpanel.[ch]
10588                 alertpanel() now accepts a custom widget
10589                 alertpanel_with_widget(): new function that pops up a panel with
10590                 a custom widget in it 
10591         * src/gtkutils.[ch]
10592                 gtkut_account_menu_new(): new function that allows the selection
10593                 of an account from a list of accounts.
10594         * src/messageview.c
10595                 Extended Return Receipt notification to select the correct 
10596                 account and to make a security test on the Delivery-Notification
10597                 address which should be the same as the Return-Path.
10598
10599 2002-08-06 [thorsten]   0.8.1claws18
10600
10601         * src/mimeview.c
10602                 attach_all: save unnamed as "noname.%d",
10603                 dont free static dirname
10604
10605 2002-08-05 [alfons]     0.8.1claws17
10606
10607         * configure.in
10608                 detect XIM by trying to link rather than compile a XIM program
10609
10610 2002-08-05 [oliver]     0.8.1claws16
10611                 
10612         * src/stock_pixmap.[ch]
10613                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10614                 o new func to retrieve pixmaps
10615
10616 2002-08-05 [paul]       0.8.1claws15
10617
10618         * sync with 0.8.1cvs10
10619                 see ChangeLog 2002-08-05
10620
10621 2002-08-04 [alfons]     0.8.1claws14
10622
10623         * src/textview.c
10624                 see if this plugs memleak
10625
10626 2002-08-04 [melvin]     0.8.1claws13
10627
10628         * src/gtkspell.c
10629                 fixed bug that could crash Sylpheed when highlighting
10630                 all misspelled words.
10631
10632 2002-08-03 [melvin]     0.8.1claws12
10633
10634         * src/prefs_actions.c
10635                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10636         * src/messageview.c
10637                 fixed bug where the Return Receipt was sent to
10638                 Delivery-Notification-To address even if it was not present
10639
10640 2002-08-02 [alfons]     0.8.1claws11
10641
10642         * src/prefs_actions.c
10643                 o more check for NULLs
10644                 o put create_io_dialog() in right conditional block
10645
10646 2002-08-02 [paul]       0.8.1claws10
10647
10648         * po/es.po
10649                 updated by Ricardo Mones Lastra
10650
10651 2002-08-01 [christoph]  0.8.1claws9
10652
10653         * src/folder.c
10654                 don't free the cache of the opened
10655                 folder in the summaryview
10656         * src/summaryview.c
10657                 don't unset flags, if it is not required
10658
10659 2002-08-01 [paul]       0.8.1claws8
10660
10661         * sync with 0.8.1cvs8
10662                 see ChangeLog entry 2002-08-01
10663
10664 2002-08-01 [paul]       0.8.1claws7
10665
10666         * sync with 0.8.1cvs7
10667                 see ChangeLog 2002-07-31 and 2002-08-01
10668
10669 2002-07-31 [christoph]  0.8.1claws6
10670
10671         * src/mainwindow.c
10672                 forgot to update menu sensitivity
10673                 function for new menu entry
10674
10675 2002-07-31 [alfons]     0.8.1claws5
10676
10677         * src/main.c
10678                 check folder item and its path for NULL on
10679                 initial processing
10680
10681 2002-07-31 [christoph]  0.8.1claws4
10682
10683         * src/folder.c
10684                 check if folder_item_get_msginfo in
10685                 folder_item_remove_msg returned NULL
10686         * src/imap.c
10687                 better clear the uid cache in the
10688                 uid validity check function and delete
10689                 cached messages
10690
10691 2002-07-31 [paul]       0.8.1claws3
10692
10693         * man/sylpheed.1
10694                 add the '--attach' option and a few other
10695                 minor changes
10696
10697 2002-07-31 [paul]       0.8.1claws2
10698
10699         * sync with 0.8.1cvs5
10700                 see ChangeLog 2002-07-31
10701
10702 2002-07-31 [christoph]  0.8.1claws1
10703
10704         * src/folderview.[ch]
10705         * src/mainwindow.c
10706                 replace "Rescan all folders..." with
10707                 "Check all folders for new messages..."
10708
10709 2002-07-30 [paul]       0.8.1claws
10710
10711         * version 0.8.1claws released
10712
10713 2002-07-30 [paul]       0.8.0claws29
10714
10715         * tools/OOo2sylpheed.pl ** NEW FILE **
10716           tools/README
10717                 add script to enable sending documents as
10718                 attachments from OpenOffice.org
10719
10720 2002-07-30 [melvin]     0.8.0claws28
10721
10722         * src/prefs_actions.c
10723                 Made the actions' input/output dialog display
10724                 without delay.
10725
10726 2002-07-30 [christoph]  0.8.0claws27
10727
10728         * src/procmsg.c
10729                 check if folder_item_get_msginfo in
10730                 procmsg_save_to_outbox returned NULL
10731
10732 2002-07-30 [paul]       0.8.0claws26
10733
10734         * sync with 0.8.1cvs4
10735                 see ChangeLog 2002-07-29
10736
10737 2002-07-29 [thorsten]   0.8.0claws25
10738
10739         * README.claws
10740                 added selective download, delete on server
10741
10742 2002-07-29 [paul]       0.8.0claws24
10743
10744         * sync with 0.8.1cvs3
10745                 see ChangeLog 2002-07-29
10746
10747 2002-07-27 [christoph]  0.8.0claws23
10748
10749         * src/folder.c
10750                 add extra check if fetching the msginfo
10751                 returned NULL
10752
10753 2002-07-27 [paul]       0.8.0claws22
10754
10755         * sync with 0.8.1cvs2
10756                 see ChangeLog 2002-07-26
10757
10758 2002-07-27 [christoph]  0.8.0claws21
10759
10760         * src/imap.c
10761                 add another check if a valid msginfo
10762                 was returned
10763
10764 2002-07-26 [hoa]        0.8.0claws20
10765
10766         * src/folder.c
10767                 Fixed a condition in folder_item_destroy()
10768
10769         * src/imap.c
10770                 Fixed an error in IMAP protocol
10771
10772 2002-07-26 [alfons]     0.8.0claws19
10773
10774         * src/folder.c
10775                 ofcourse compare with identifier, not the path
10776
10777 2002-07-26 [alfons]     0.8.0claws18
10778
10779         * src/folder.c
10780                 use folder item identifier for saving / restoring
10781                 preferences because folder->path might not be unique
10782
10783 2002-07-26 [melvin]     0.8.0claws17
10784
10785         * src/logwindow.c
10786                 Fixed a crash introduced in 0.8.0claws5 when log is 
10787                 cut under 80 characters.
10788
10789 2002-07-26 [paul]       0.8.0claws16
10790
10791         * sync with 0.8.1cvs1
10792                 see ChangeLog 2002-07-26
10793
10794 2002-07-26 [christoph]  0.8.0claws15
10795
10796         * src/imap.[ch]
10797                 imap folder now remembers the last selected
10798                 folder and imap_fetch_msginfo skips selecting
10799                 the folder if it is already selected
10800
10801 2002-07-26 [christoph]  0.8.0claws14
10802
10803         * src/folder.c
10804         * src/folderview.c
10805         * src/imap.c
10806                 fix imap folder rescanning
10807
10808 2002-07-25 [christoph]  0.8.0claws13
10809
10810         * src/filter.c
10811         * src/folder.[ch]
10812         * src/folderview.c
10813         * src/imap.[ch]
10814         * src/mainwindow.c
10815         * src/mbox_folder.c
10816         * src/mh.c
10817         * src/news.c
10818                 implement imap uid cache and uid validity check
10819
10820 2002-07-25 [alfons]     0.8.0claws12
10821
10822         * src/summaryview.c
10823                 fix a brown paper bag bug, and also add some more
10824                 checks
10825
10826 2002-07-25 [christoph]  0.8.0claws11
10827
10828         * src/folder.c
10829                 don't mix copy, fetch_msginfo and remove
10830                 operations in folder item copy and move
10831                 operations
10832
10833 2002-07-25 [christoph]  0.8.0claws10
10834
10835         * src/folderview.c
10836         * src/mainwindow.c
10837         * src/prefs_folder_item.c
10838         * src/summaryview.[ch]
10839                 remove no longer required parameter update_cache from
10840                 summary_show
10841
10842 2002-07-25 [paul]       0.8.0claws9
10843
10844         * sync with 0.8.1
10845         
10846         * AUTHORS
10847                 a few corrections
10848
10849 2002-07-24 [alfons]     0.8.0claws8
10850
10851         * src/summaryview.c
10852                 sort correctly when using simplified subject line
10853                 (closes feature request "[ 585141 ] applying regexp to subject 
10854                 before sort" submitted by Alexandra Walford)
10855
10856 2002-07-24 [paul]       0.8.0claws7
10857
10858         * sync with 0.8.0cvs3
10859                 see ChangeLog 2002-07-24
10860
10861 2002-07-23 [christoph]  0.8.0claws6
10862
10863         * src/folder.c
10864         * src/folder.h
10865         * src/summaryview.c
10866         * src/summaryview.h
10867         * src/main.c
10868                 o separate processing and summaryview
10869                 o removed summary_write_cache from summaryview
10870                 o removed summaryview->killed_messages, because we don't have
10871                   to keep a list of killed messages anymore. New cache will
10872                   keep the hidden messages in cache anyway
10873         * src/folderview.c
10874         * src/inc.c
10875         * src/selective_download.c
10876                 o removed unnecessary summary_write_cache calls
10877         * src/procmsg.c
10878                 o don't set ignore thread flag in procmsg_get_thread_tree
10879                   if it is already set
10880         * src/mainwindow.c
10881         * src/statusbar.h
10882                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10883                   they are used in different files
10884
10885 2002-07-23 [melvin]     0.8.0claws5
10886
10887         * src/addressbook.c
10888         * src/addrgather.c
10889         * src/editaddress.c
10890         * src/editgroup.c
10891         * src/editldap_basedn.c
10892         * src/importldif.c
10893         * src/prefs_common.c
10894                 Fixed few memory leak (gtk_editable_get_chars returns
10895                 an allocated string)
10896         * src/logwindow.c
10897                 Fixed few memory leak (gtk_editable_get_chars returns
10898                 an allocated string) and modified a little the log cutting
10899                 loop.
10900         * src/compose.c
10901                 Replaced a call to an obsolete function gtk_entry_get_text()
10902                 by gtk_editable_get_chars()
10903         * src/send.c
10904                 Removed a debug printf
10905
10906 2002-07-23 [christoph]  0.8.0claws4
10907
10908         * src/filesel.c
10909                 fix another g_dirname memory leak
10910
10911 2002-07-23 [christoph]  0.8.0claws3
10912
10913         * src/mh.c
10914                 fixed a memory leak in mh_fetch_msginfo
10915                 fixed crash when message header could not be
10916                 parsed
10917
10918 2002-07-23 [paul]       0.8.0claws2
10919
10920         * sync with 0.8.0cvs2
10921                 see ChangeLog 2002-07-23
10922
10923 2002-07-23 [paul]       0.8.0claws1
10924
10925         * sync with 0.8.0cvs1
10926                 see ChangeLog 2002-07-23
10927
10928 2002-07-23 [paul]       0.8.0claws
10929
10930         * release of 0.8.0claws
10931
10932 2002-07-23 [paul]       0.7.8claws99
10933
10934         * po/ru.po
10935                 new Russian translation, submitted by
10936                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10937
10938 2002-07-22 [jens]       0.7.8claws98
10939
10940         * po/de.po
10941                 Updated German translations.
10942
10943 2002-07-22 [paul]       0.7.8claws97
10944
10945         * po/es.po
10946           po/it.po
10947           po/nl.po
10948           po/pt_BR.po
10949                 updated translations by Ricardo Mones Lastra,
10950                 Alessandro Maestri, Wilbert Berendsen and 
10951                 Fabio Jr. Beneditto respectively
10952
10953 2002-07-22 [christoph]  0.7.8claws96
10954
10955         * src/mimeview.c
10956                 fix memory leak caused by wrong g_dirname usage
10957
10958 2002-07-22 [christoph]  0.7.8claws95
10959
10960         * src/summaryview.c
10961                 update new and unread message counts for summaryview
10962                 summaryview does not get it from the folder anymore
10963                 and has to update the values itself
10964
10965 2002-07-22 [melvin]     0.7.8claws94
10966
10967         * po/fr.po
10968                 Updated French translations.
10969
10970 2002-07-22 [christoph]  0.7.8claws93
10971
10972         * src/matcher.c
10973                 set prop->preg pointer to NULL or following check
10974                 will not fail and regexec will be called with
10975                 invalid pointer
10976
10977 2002-07-21 [alfons]     0.7.8claws92
10978         
10979         * src/prefs_common.[ch]
10980                 remove option "Send return receipt on request"
10981
10982 2002-07-21 [thorsten]   0.7.8claws91
10983
10984         * src/mimeview.c
10985                 fixed memleaks, coding style as pointed out by alfons
10986
10987 2002-07-21 [alfons]     0.7.8claws90
10988
10989         * src/messageview.c
10990         * src/noticeview.[ch]
10991                 o fix bug notice view being displayed when going to empty folder 
10992                   (noticed by Christoph)
10993                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10994                   (noticed by Thorsten)
10995
10996 2002-07-21 [thorsten]   0.7.8claws89
10997
10998         * src/mimeview.c
10999                 Included save_all patch from Xaview FACQ
11000                 added support for pathnames
11001
11002 2002-07-21 [alfons]     0.7.8claws88
11003
11004         * po/POTFILES.in
11005         * src/Makefile.am
11006         * src/mainwindow.c
11007         * src/messageview.[ch]
11008         * src/noticeview.c      ** NEW FILE **
11009         * src/noticeview.h      ** NEW FILE **
11010                 make return receipts work again
11011                 (UI idea by Leandro Pereira)
11012
11013 2002-07-21 [paul]       0.7.8claws87
11014
11015         * src/summaryview.c
11016                 fix sensitivity of 'Select thread'
11017
11018 2002-07-21 [paul]       0.7.8claws86
11019
11020         * src/prefs_common.c
11021                 add browser command line for Galeon
11022
11023 2002-07-21 [paul]       0.7.8claws85
11024
11025         * Makefile.am
11026                 fix 'EXTRA_DIST': remove README.README, add TODO
11027                 and TODO.claws
11028
11029 2002-07-21 [alfons]     0.7.8claws84
11030
11031         * src/gtkstext.c
11032                 make enter clear selection
11033                 (closes "[ 579888 ] Editor selection/entry error"
11034                 reported by Steve Lamb)
11035
11036 2002-07-21 [alfons]     0.7.8claws83
11037         
11038         * src/summaryview.c
11039                 sort message list when selecting unthread messages
11040                 (closes "[ 501593 ] switching threaded view doesn't sort"
11041                 reported by Simon Schubert)
11042
11043 2002-07-20 [alfons]     0.7.8claws82
11044         
11045         * src/matcher.c
11046                 const-correctness
11047
11048 2002-07-20 [thorsten]   0.7.8claws81
11049
11050         * src/matcher.c
11051                 Fixed expansion of empty fields in matchactions
11052
11053 2002-07-19 [melvin]     0.7.8claws80
11054
11055         * src/gtkspell.c
11056                 Removed a duplicate menu entry (fast mode) introduced during
11057                 the new cache merge
11058                 Added a menu separator between 'Use alternate' and 'Fast mode'
11059
11060 2002-07-19 [paul]       0.7.8claws79
11061
11062         * tools/Makefile.am
11063           tools/README
11064                 correct typos
11065
11066 2002-07-19 [thorsten]   0.7.8claws78
11067
11068         * tools/calypso_convert.pl      ** NEW FILE **
11069           tools/README
11070           tools/Makefile.am
11071                 script to import mbox files exported
11072                 by calypso
11073                 o generates folder structure
11074                 o includes attachments
11075
11076 2002-07-19 [melvin]     0.7.8claws77
11077
11078         * src/selective_download.[ch]
11079                 Fixed bug where closing the dialog with the window manager's
11080                 close button will not unlock the summary
11081                 Corrected some function declarations that missed a return value
11082                 Made the source code comply better with coding style.
11083         * src/prefs_common.c
11084                 Added new browser command line for Mozilla.
11085
11086 2002-07-18 [paul]       0.7.8claws76
11087
11088         * src/mainwindow.c
11089           src/selective_download.[ch]
11090                 reflect theme changes, fix Gdk Warning when creating 
11091                 pixmap from NULL window, and minor clean up.
11092                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11093
11094         * po/en_GB.po
11095                 updated
11096
11097 2002-07-17 [paul]       0.7.8claws75
11098
11099         * INSTALL[.jp]
11100                 sync with 0.8.0
11101         
11102         * po/en_GB.po
11103                 updated
11104
11105 2002-07-16 [paul]       0.7.8claws74
11106
11107         * tools/filter_conv.pl
11108           tools/README
11109                 replace conversion script with reimplemented version, 
11110                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11111
11112 2002-07-16 [colin]      0.7.8claws73
11113
11114         * src/summaryview.c
11115                 remove forgotten debug messages - sorry ;-)
11116
11117 2002-07-16 [colin]      0.7.8claws72
11118
11119         * src/mimeview.c
11120           src/summaryview.c
11121           src/textview.c
11122           src/textview.h
11123                 add the ability to select part of a text mime-part 
11124                 to reply.
11125
11126 2002-07-15 [christoph]  0.7.8claws71
11127
11128         * src/folder.c
11129                 fix folder message count for folders without
11130                 msg_is_changed (includes news folders)
11131
11132 2002-07-15 [martin]     0.7.8claws70
11133
11134         * src/summaryview.c
11135                 option "display recipient on 'From'..." now works
11136                 without the need of enabling the option
11137                 "display  sender  using  address  book".
11138
11139 2002-07-15 [christoph]  0.7.8claws69
11140
11141         * src/summaryview.c
11142                 removed setting folder status from summaryview.
11143                 folder.c should update all message counts correctly.
11144
11145 2002-07-15 [paul]       0.7.8claws68
11146
11147         * po/pt_BR.po
11148                 updated by Fabio Junior Beneditto
11149
11150 2002-07-15 [darko]      0.7.8claws67
11151
11152         * src/mh.c
11153                 Fixed target folder colorization, don't decrease op
11154                 number twice
11155
11156 2002-07-14 [paul]       0.7.8claws66
11157
11158         * sync with main 0.8.0
11159                 see ChangeLog 2002-07-14
11160
11161 2002-07-13 [melvin]     0.7.8claws65
11162         
11163         * src/addrbook.c
11164         * src/addressbook.c
11165         * src/addrindex.c
11166                 Replaced sprintf by g_snprintf to prevent possible buffer
11167                 overflow.
11168         * src/news.c
11169                 Corrected a log message output format.
11170                 Added a missing "done" debug output.
11171         * src/compose.c
11172                 Added keyboard accelerator for Priority menu items
11173                 Added missing \n in debug output
11174         * src/logwindow.c
11175         * src/gtkspell.c
11176         * src/rfc2015.c
11177                 Added missing \n in debug output
11178
11179 2002-07-13 [paul]       0.7.8claws64
11180
11181         * man/sylpheed.1
11182                 change Sergey's email address to the sf address
11183
11184         * src/textview.c
11185                 increase show_url_timeout (more useful for long
11186                 urls)
11187
11188 2002-07-12 [sergey]     0.7.8claws63
11189
11190         * src/rfc2015.c
11191                 applied (with some modifications) patch to set the
11192                 micalg parameter for signatures
11193                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11194
11195 2002-07-12 [sergey]     0.7.8claws62
11196
11197         * man/Makefile.am
11198         * configure.in
11199                 fixed man page installation
11200
11201 2002-07-12 [paul]       0.7.8claws61
11202
11203         * sync with 0.7.8cvs26
11204                 see ChangeLog 2002-07-11 and 2002-07-12
11205
11206 2002-07-11 [christoph]  0.7.8claws60
11207
11208         * src/compose.c
11209         * src/procmsg.c
11210                 first use the message number to find the message
11211                 to mark with a reply flag but check the
11212                 message-id if we got the correct message, if not
11213                 try to find it by message-id.
11214                 use new string seperator that is not allowed
11215                 in message-ids.
11216
11217 2002-07-11 [paul]       0.7.8claws59
11218
11219         * sync with 0.7.8cvs23
11220                 see ChangeLog 2002-07-10
11221
11222 2002-07-10 [christoph]  0.7.8claws58
11223
11224         * src/folder.[ch]
11225         * src/msgcache.[ch]
11226                 Added message-id table to the cache in memory
11227                 and functions to msgcache.c and folder.c to
11228                 fetch MsgInfos by message id
11229         * src/compose.c
11230         * src/procmsg.c
11231                 store folder and message-id of message replying
11232                 to in queue header and set reply flag after sending
11233                 (Closes bug #469498)
11234
11235 2002-07-10 [paul]       0.7.8claws57
11236
11237         * AUTHORS
11238           man/sylpheed.1.gz
11239                 add Martin to the list of authors
11240
11241 2002-07-09 [martin]     0.7.8claws56
11242         * src/gtksctree.c
11243                 Added gtk_ctree_last_visible(), tree_update_level(),
11244                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11245                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11246                 from gtk+ to gtksctree.c for the new sorting code
11247                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11248                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11249         * src/gtksctree.h
11250                 Added declaration for gtk_sctree_sort_recursive() and
11251                 gtk_sctree_sort_node
11252         * src/addressbook.c
11253         * src/foldersel.c
11254         * src/folderview.c
11255         * src/summaryview.c
11256                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11257                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11258
11259 2002-07-08 [paul]       0.7.8claws55
11260
11261         * more sync with 0.7.8cvs21
11262                 see ChangeLog 2002-07-08
11263
11264 2002-07-08 [paul]       0.7.8claws54
11265
11266         * sync with 0.7.8cvs21
11267                 see ChangeLog 2002-07-08
11268
11269 2002-07-07 [alfons]     0.7.8claws53
11270
11271         * src/Makefile.am
11272         * src/stock_pixmap.[ch]
11273         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11274         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11275         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11276                 add new pixmaps for upcoming notice pane
11277
11278 2002-07-06 [melvin]     0.7.8claws52
11279
11280         * src/gtkspell.[ch]
11281                 Made them a bit closer to Sylpheed's coding style.
11282                 Removed old code.
11283                 Removed possible memory leaks when some errors occurs.
11284
11285 2002-07-06 [melvin]     0.7.8claws51
11286
11287         * po/Makefile.in.in
11288                 Removed --no-location in xgettext command line to help
11289                 translators that use Emacs' po-mode
11290         * src/quote_fmt.c
11291                 Removed unnecessary comments that messed up sylpheed.pot
11292
11293 2002-07-06 [paul]       0.7.8claws50
11294
11295         * sync with 0.7.8cvs19
11296                 see ChangeLog 2002-07-05
11297
11298 2002-07-06 [christoph]  0.7.8claws49
11299
11300         * src/folder.c
11301         * src/mainwindow.c
11302                 fix folder_item_remove_all_msg and folderview
11303                 status for trash folders after emptying trash
11304
11305 2002-07-05 [paul]       0.7.8claws48
11306
11307         * sync with 0.7.8cvs16
11308                 see ChangeLog 2002-07-04 and 2002-07-05
11309
11310 2002-07-04 [paul]       0.7.8claws47
11311
11312         * sync with 0.7.8cvs14
11313                 see  ChangeLog 2002-07-04
11314
11315 2002-07-03 [alfons]     0.7.8claws46
11316
11317         * src/folder.c
11318                 dupe folder item's path because it's being reallocated
11319                 by new folder scanning code
11320
11321 2002-07-03 [christoph]  0.7.8claws45
11322
11323         * src/imap.c
11324                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11325         * src/msgcache.c
11326                 add missing return in msgcache_write
11327
11328 2002-07-02 [thorsten]   0.7.8claws44
11329
11330         * src/jpilot.c
11331         * src/msgcache.c
11332         * src/rfc2015.c
11333                 use binary mode for file access
11334
11335 2002-07-02 [christoph]  0.7.8claws43
11336
11337         * major code cleanup (part 1)
11338         
11339                 - unused variables removed
11340                 - unused functions removed
11341                 - uninitialized variables checked
11342                 - missing return statements added
11343                 - missing function return types added
11344                 - added parentheses around assignment and
11345                   && in || when suggested by gcc
11346               
11347         * src/mh.c
11348         * src/folder.c
11349                 replaced direct calls to folder->scan_tree
11350                 with folder_scan_tree and restore folder
11351                 prefs in this function. The folder should
11352                 not have to deal with them.
11353                 ( Should now work for all folder types )
11354
11355 2002-07-02 [paul]       0.7.8claws42
11356
11357         * sync with 0.7.8cvs13
11358                 see ChangeLog 2002-07-01 and 2002-07-02
11359
11360 2002-07-01 [christoph]  0.7.8claws41
11361
11362         * src/summaryview.c
11363                 fix "goto next/prev unread message" with
11364                 ignored threads
11365
11366 2002-07-01 [paul]       0.7.8claws40
11367
11368         * po/es.po
11369                 updated by Ricardo Mones Lastra
11370
11371 2002-06-30 [match]      0.7.8claws39
11372
11373         * src/jpilot.c
11374                 applied variation of leonerd's patch (566661) to
11375                 allow multiple email addresses per JPilot entry.
11376                 addresses may be separated by space, comma, pipe,
11377                 semi-colon, new-line.
11378
11379 2002-06-30 [alfons]     0.7.8claws38
11380
11381         * src/procmsg.c
11382                 simple fix for putting older nodes before
11383                 newer nodes when threading by subject
11384
11385 2002-06-30 [christoph]  0.7.8claws37
11386
11387         * src/folder.c
11388         * src/folderview.c
11389         * src/mh.c
11390         * src/news.c
11391         * src/procmsg.c
11392                 fix broken folder tree rescaning
11393                 and don't use procmsg_get_mark_sum
11394                 anymore
11395
11396 2002-06-30 [christoph]  0.7.8claws36
11397
11398         * merge new cache branch
11399         * src/imap.c
11400                 fix new cache imap copy bug
11401         * src/folder.c
11402                 improved folder_item_scan
11403                 it should now always set the correct
11404                 new, unread and total message counts
11405
11406 2002-06-29 [paul]       0.7.8claws35
11407
11408         * configure.in
11409                 correct syntax error
11410
11411 2002-06-29 [paul]       0.7.8claws34
11412
11413         * configure.in
11414           Makefile.am
11415           man/Makefile.am       ** NEW FILE **
11416           man/sylpheed.1.gz     ** NEW FILE **
11417                 add Sylpheed man page
11418
11419 2002-06-29 [paul]       0.7.8claws33
11420
11421         * po/pt_BR.po
11422                 updated by Fabio Junior Beneditto
11423
11424 2002-06-28 [jens]       0.7.8claws32
11425
11426         * po/de.po
11427                 translation updated
11428
11429         * src/selective_download.c
11430                 removed gettext for space " "
11431
11432         * src/imap.c
11433                 removed wrong space
11434
11435 2002-06-28 [paul]       0.7.8claws31
11436
11437         * sync with 0.7.8cvs11
11438                 see ChangeLog 2002-06-28
11439
11440 2002-06-28 [paul]       0.7.8claws30
11441
11442         * sync with 0.7.8cvs10
11443                 see ChangeLog 2002-06-27 and 2002-06-28
11444
11445 2002-06-26 [paul]       0.7.8claws29
11446
11447         * src/addrgather.c
11448           src/selective_download.c
11449                 don't gettextise empty strings.
11450                 reserved by gettext. gettext("") returns 
11451                 the header entry with meta information, 
11452                 not the empty string
11453
11454         * po/en_GB.po
11455                 updated
11456
11457 2002-06-26 [paul]       0.7.8claws28
11458
11459         * sync with 0.7.8cvs7
11460                 see ChangeLog 2002-06-25
11461
11462         * src/prefs_common.c
11463                 ...and in the process, tweak the gui a little
11464
11465 2002-06-25 [alfons]     0.7.8claws27
11466         
11467         * configure.in
11468         * src/Makefile.am
11469                 fine tune ldap library detection
11470
11471 2002-06-25 [alfons]     0.7.8claws26
11472
11473         * src/compose.c
11474                 don't allow return receipts when composing a news article
11475
11476 2002-06-25 [paul]       0.7.8claws25
11477
11478         * Makefile.am
11479                 add '$(AMTAR)' to 'release' section to allow for
11480                 new and older autotools
11481
11482 2002-06-25 [paul]       0.7.8claws24
11483
11484         * src/summaryview.c
11485                 fix "No more unread messages" persistant pop-up
11486                 window bug
11487
11488 2002-06-25 [paul]       0.7.8claws23
11489
11490         * po/it.po
11491                 updated by Alessandro Maestri
11492
11493 2002-06-25 [paul]       0.7.8claws22
11494
11495         * sync with 0.7.8cvs6
11496                 see ChangeLog 2002-06-25
11497
11498 2002-06-24 [paul]       0.7.8claws21
11499
11500         * tools/update-po
11501                 add GPL copyright information
11502
11503 2002-06-24 [paul]       0.7.8claws20
11504
11505         * tools/Makefile.am
11506           tools/README
11507           tools/update-po       ** NEW FILE **
11508                 add script that eases the creation of *.po files
11509                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11510
11511 2002-06-23 [alfons]     0.7.8claws19
11512
11513         * src/messageview.c
11514                 make notification_convert_header obey const correctness
11515                 (next step will be fixing the broken return receipt)
11516
11517 2002-06-23 [paul]       0.7.8claws18
11518
11519         * src/messageview.c
11520                 fix bug introduced in last commit:
11521                 removed too much code in last commit - put back what's
11522                 needed
11523
11524 2002-06-23 [paul]       0.7.8claws17
11525
11526         * src/messageview.[ch]
11527                 remove code committed in error from locally patched
11528                 source
11529
11530 2002-06-23 [colin]      0.7.8claws16
11531
11532         * src/compose.[ch]
11533                 add compose_entry_select(), used to select the default_to
11534                 email address - hopefully avoiding people sending mails to
11535                 wrong recipients.
11536
11537 2002-06-22 [alfons]     0.7.8claws15
11538
11539         * AUTHORS
11540                 add Bram Metsch & Stanislav Karchebny
11541         * src/smtp.[ch]
11542         * src/prefs_account.[ch]
11543         * src/send.c
11544                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11545                   options.  (see <http://sourceforge.net/tracker/index.php
11546                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11547
11548                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11549                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11550
11551 2002-06-22 [paul]       0.7.8claws14
11552
11553         * sync with 0.7.8cvs5
11554                 see ChangeLog 2002-06-19 and 2002-06-20
11555
11556 2002-06-22 [alfons]     0.7.8claws13
11557
11558         * src/selective_download.c
11559                 fix a stupid mistake I made
11560
11561 2002-06-22 [alfons]     0.7.8claws12
11562
11563         * src/selective_download.[ch]
11564                 fix another unnoticed leak; cleanup code
11565
11566 2002-06-21 [alfons]
11567
11568         * tools/Makefile.am
11569                 gpg-sign <-- gpg-sign-syl
11570
11571 2002-06-21 [alfons]     0.7.8claws11
11572
11573         * src/selective_download.c
11574         * src/selective_download.h
11575                 fix assorted mix of allocation errors (should solve
11576                 problem reported by Philippe Gramoullé, see:
11577                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11578
11579 2002-06-20 [melvin]     0.7.8claws10
11580
11581         * tools/gpg-sign *REMOVED*
11582           tools/gpg-sign-syl *ADDED*
11583                 Replaced the gpg clearsigning script with the version using
11584                 xterm instead of ssh-askpass and changed its name.
11585
11586         * README.claws
11587                 Updated actions example to reflect the renaming of the
11588                 gpg clearsigning script.
11589
11590 2002-06-19 [paul]       0.7.8claws9
11591
11592         * sync with 0.7.8claws9
11593                 see ChangeLog 2002-06-18 and 2002-06-19
11594
11595 2002-06-19 [paul]       0.7.8claws8
11596
11597         * sync with 0.7.8cvs1
11598                 see ChangeLog 2002-06-18
11599
11600 2002-06-18 [alfons]     0.7.8claws7
11601
11602         * src/mainwindow.h
11603                 add omitted prototype
11604
11605 2002-06-17 [paul]       0.7.8claws6
11606
11607         * src/mainwindow.c
11608                 fix hiding of exec_btn
11609
11610 2002-06-17 [paul]       0.7.8claws5
11611
11612         * src/pop.c
11613                 remove unneeded code: should_delete() 
11614                 and Pop3State::uidl_todelete_list
11615
11616 2002-06-17 [paul]       0.7.8claws4
11617
11618         * sync with 0.7.8
11619                 see ChangeLog 2002-06-11 and 2002-06-13
11620
11621 2002-06-16 [alfons]     0.7.8claws3
11622         
11623         * src/folder.c
11624                 make sure lock sort mode (claws specific) is
11625                 also persists after a tree rescan
11626
11627 2002-06-16 [alfons]     0.7.8claws2
11628
11629         * src/prefs_folder_item.c
11630         * src/folder.[ch]
11631                 fix persistence of folder sort mode (broken
11632                 by adapting Hiro's new folder persistence code)
11633
11634 2002-06-16 [alfons]     0.7.8claws1
11635
11636         * AUTHORS
11637         * src/logwindow.c
11638         * src/prefscommon.[ch]
11639                 control size of log text in log window; 
11640                 closes patch #569155 submitted by Mitko Haralanov.
11641
11642 2002-06-15 [paul]       0.7.8claws
11643
11644         * release of 0.7.8claws
11645
11646 2002-06-15 [paul]       0.7.7claws
11647
11648         * po/pt_BR.po
11649                 updated by Fabio Junior Beneditto
11650
11651 2002-06-14 [paul]       0.7.6claws49
11652
11653         * po/es.po
11654                 updated by Ricardo Mones Lastra
11655
11656 2002-06-14 [paul]       0.7.6claws48
11657
11658         * po/nl.po
11659                 updated translation by Wilbert Berendsen
11660
11661 2002-06-14 [melvin]     0.7.6claws47
11662
11663         * po/fr.po
11664                 Updated French translation
11665
11666 2002-06-13 [paul]       0.7.6claws46
11667
11668         * src/filesel.c
11669                 allow filename to be typed in, rather than just
11670                 selected by the mouse. Patch by Gustavo Noronha Silva.
11671
11672 2002-06-13 [alfons]     0.7.6claws45
11673
11674         * src/mainwindow.[ch]
11675                 more cleanups (removing unnecessary menu items Expand 
11676                 summary / message view)
11677
11678 2002-06-13 [melvin]     0.7.6claws44
11679
11680         * po/POTFILES.in
11681                 Added src/string_match.c
11682         * src/string_match.c
11683                 Fixed possible buffer overflow.
11684                 Corrected typo.
11685                 Added missing config.h header.
11686         * src/prefs_common.c
11687           src/prefs_matcher.c
11688           src/prefs_scoring.c
11689                 Made some strings translatable (missing _(..)).
11690
11691 2002-06-13 [melvin]     0.7.6claws43
11692
11693         * README.claws
11694                 Corrected action example (verifying clearsigned mail).
11695         * src/prefs_account.c
11696                 Corrected typo.
11697         * src/prefs_common.c
11698                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11699
11700 2002-06-12 [alfons]     0.7.6claws42
11701
11702         * src/summaryview.c
11703                 add init of score column lost in 0.7.6claws42
11704
11705 2002-06-12 [paul]       0.7.6claws41
11706
11707         * src/prefs_account.c
11708                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11709                 behavior of the radio buttons, (from 0.7.7cvs2)
11710
11711 2002-06-11 [alfons]     0.7.6claws40
11712
11713         * src/messageview.[ch]
11714         * src/summaryview.[ch]
11715         * src/summary_search.c
11716         * src/mainwindow.c
11717                 perform a sync to bring in Hiro's separate view implementation 
11718
11719                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11720
11721 2002-06-11 [paul]       0.7.6claws39
11722         
11723         * src/prefs_account.c
11724                 correct a typo on the Receive tab
11725
11726 2002-06-10 [match]      0.7.6claws38
11727
11728         * src/addressbook.c
11729                 Included address completion patch from Gustavo Noronha.
11730
11731 2002-06-10 [paul]       0.7.6claws37
11732
11733         * src/inc.[ch]
11734           src/pop.c
11735           src/prefs_account.[ch]
11736           src/selective_download.[ch]
11737                 apply PATCH #561712
11738                  NEW:
11739                 - check if POP Account
11740                 - Receive Button renamed to Preview
11741                 - Preview Button Popup: preview new/all messages
11742                 - Download Button
11743                 - Account Preferences-->Receive tab checkbutton if you
11744                   want to remove Mail after Download
11745                 -: default YES
11746                 - Account Preferences-->Receive tab checkbutton use
11747                   filtering rules on preview
11748                   (think of delete_on_server)
11749                 -: default YES
11750                 - Account selectable from SD dialog
11751                 - checkbutton to show already downloaded messages if
11752                   all messages are previewed
11753                 - new clist column showing Date
11754                 - ESC KEY close
11755                 FIXES:
11756                 - play ball with UIDL
11757                 - fault tolerant (?) 
11758                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11759
11760 2002-06-10 [melvin]     0.7.6claws36
11761
11762         * README.claws
11763                 Added a hint to ac/README in cvs instructions.
11764
11765         * src/prefs_actions.c
11766                 Made it possible to use a more elaborate command line
11767                 for asynchronous actions, too.
11768
11769 2002-06-10 [melvin]     0.7.6claws35
11770         
11771         * src/prefs_actions.c
11772                 Make it possible to use a more elaborate command line
11773                 (e.g. |foo|bar|cat>there;echo Done|)
11774                 Corrected error message when calling %f, %F and %p commands
11775                 from the compose window.
11776
11777 2002-06-09 [colin]      0.7.6claws34
11778
11779         * src/summaryview.c
11780                 Automatically find unread messages in current folder
11781                 before annoying the user.
11782
11783 2002-06-08 [alfons]     0.7.6claws33
11784
11785         * po/it.po
11786                 remove bad formatting string in it.po translation
11787                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11788
11789 2002-06-08 [paul]       0.7.6claws32
11790
11791         * sync with 0.7.6cvs25
11792                 see ChangeLog 2002-06-07
11793
11794 2002-06-05 [paul]       0.7.6claws31
11795
11796         * src/mainwindow.c
11797                 add 'Sort by locked' and 'Sort by score'
11798
11799 2002-06-05 [paul]       0.7.6claws30
11800
11801         * sync with 0.7.6cvs24
11802                 see ChangeLog 2002-06-04
11803
11804 2002-06-04 [paul]       0.7.6claws29
11805
11806         * po/pt_BR.po
11807                 updated by Fabio Junior Beneditto
11808
11809 2002-06-03 [thorsten]   0.7.6claws28
11810
11811         * src/matcher.c
11812                 fclose() matcherrc after reading
11813
11814 2002-06-03 [paul]       0.7.6claws27
11815
11816         * sync with 0.7.6cvs21
11817                 see ChangeLog 2002-05-31
11818
11819 2002-05-31 [paul]       0.7.6claws26
11820
11821         * sync with 0.7.6cvs20
11822                 see ChangeLog 2002-05-29 and 2002-05-30
11823
11824 2002-05-31 [paul]       0.7.6claws25
11825
11826         * src/imap.c
11827                 hopefully fix last buggy sync
11828
11829         * README.claws
11830                 correct typo in 'Actions' examples
11831
11832 2002-05-29 [paul]       0.7.6claws24
11833
11834         * sync with 0.7.6cvs18
11835                 see ChangeLog 2002-05-28 and 2002-05-29
11836
11837         * src/news.c
11838           src/nntp.[ch]
11839                 sync with above 
11840
11841 2002-05-28 [paul]       0.7.6claws23
11842
11843         * sync with 0.7.6cvs16
11844                 see ChangeLog 2002-05-28
11845
11846 2002-05-27 [thorsten]   0.7.6claws22 
11847
11848         * faq/it/sylpheed-faq-1.html
11849           faq/it/sylpheed-faq-2.html
11850           faq/it/sylpheed-faq-3.html
11851           faq/it/sylpheed-faq.html
11852                 corrected DOS lineendings
11853         * faq/de/sylpheed-faq-1.html
11854           faq/de/sylpheed-faq-2.html
11855           faq/en/sylpheed-faq-1.html
11856           faq/en/sylpheed-faq-2.html
11857           faq/en/sylpheed-faq-3.html
11858           faq/es/sylpheed-faq-1.html
11859           faq/es/sylpheed-faq-2.html
11860           faq/es/sylpheed-faq-3.html
11861           faq/fr/sylpheed-faq-1.html
11862           faq/it/sylpheed-faq-1.html
11863           faq/it/sylpheed-faq-2.html
11864           faq/it/sylpheed-faq-3.html
11865           faq/it/sylpheed-faq.html
11866                 changed ">" to &quot;
11867
11868 2002-05-27 [paul]       0.7.6claws21
11869         
11870         * sync with 0.7.6cvs15
11871                 see ChangeLog 2002-05-27
11872
11873 2002-05-27 [paul]       0.7.6claws20
11874
11875         * src/prefs_account.c
11876                 correct a typo
11877
11878 2002-05-26 [paul]       0.7.6claws19
11879
11880         * tools/README
11881                 correct a typo
11882
11883 2002-05-25 [paul]       0.7.6claws18
11884
11885         * tools/README
11886                 add description of kmail2sylpheed.pl
11887
11888 2002-05-25 [paul]       0.7.6claws17
11889
11890         * tools/kmail2sylpheed.pl       ** NEW FILE **
11891                 perl script that converts an exported Kmail address
11892                 book, converts it to sylpheed addressbook file,
11893                 writes the file to .sylpheed, and updates
11894                 addrbook--index.xml 
11895
11896 2002-05-25 [paul]       0.7.6claws16
11897
11898         * sync with 0.7.6cvs14
11899                 see ChangeLog 2002-05-23
11900
11901 2002-05-24 [paul]       0.7.6claws15
11902
11903         * README.claws
11904                 make a correction and add some more info
11905
11906 2002-05-24 [paul]       0.7.6claws14
11907
11908         * src/compose.c
11909                 fix memory leak in 
11910                 compose_redirect_write_headers_from_headerlist()
11911                 add Subject and Resent-Message-ID to
11912                 compose_redirect_write_headers()
11913                 Received, Subject, and X-UIDL are filtered out in 
11914                 compose_redirect_write_to_file()
11915
11916 2002-05-23 [paul]       0.7.6claws13
11917
11918         * src/compose.[ch]
11919           src/filtering.c
11920           src/mainwindow.c
11921           src/matcher.[ch]
11922           src/matcher_parser_lex.l
11923           src/matcher_parser_parse.y
11924           src/prefs_common.[ch]
11925           src/prefs_filtering.c
11926           src/summaryview.c
11927                 rename 'Bounce' to 'Redirect'
11928
11929 2002-05-23 [paul]       0.7.6claws12
11930
11931         * more sync with 0.7.6cvs13
11932           src/compose.c
11933                 see ChangeLog 2002-05-22
11934
11935 2002-05-22 [paul]       0.7.6claws11
11936
11937         * sync with 0.7.6cvs13
11938           src/codeconv.c
11939                 see ChangeLog 2002-05-20
11940           src/prefs_common.c
11941                 see ChangeLog 2002-05-22
11942
11943 2002-05-21 [melvin]     0.7.6claws10
11944
11945         * src/folderview.c
11946                 Added missing filtering and scoring headers
11947                 Fixed bad function call that showed garbage 
11948                 in Folder->Processing
11949
11950 2002-05-21 [paul]       0.7.6claws9
11951
11952         * tools/Makefile.am
11953                 make all tools executable, (patch by Alfons).
11954
11955 2002-05-20 [alfons]     0.7.6claws8
11956
11957         * src/procheader.c
11958                 don't forget to call mktime() so we have a valid week 
11959                 and year day
11960                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11961
11962 2002-05-20 [paul]       0.7.6claws7
11963
11964         * src/html.c
11965                 fix broken parsing of urls
11966         * src/textview.c
11967                 fix displaying of urls
11968
11969                 both fixes from the patch [547855] by Eugene 
11970                 Brevdo (zonem)
11971
11972 2002-05-19 [alfons]     0.7.6claws6
11973
11974         * configure.in
11975                 make sylpheed configure correctly with the latest
11976                 and greatest of automake / autoconf / gettext
11977
11978 2002-05-19 [alfons]     0.7.6claws5
11979
11980         * src/procheader.c
11981         * src/procheader.h
11982                 add function for returning ime zone offset
11983         * src/quote_fmt.c
11984         * src/quote_fmt_parse.y
11985                 better quotation formatting - does not convert
11986                 to local time, but uses the original date string.
11987                 
11988                 Note: %z inserts the timezone offset (should 
11989                 work also on platforms where strftime does not
11990                 support %z).
11991
11992 2002-05-18 [christoph]  0.7.6claws4
11993
11994         * src/summaryview.c
11995                 fix indentation of some code
11996         * tools/Makefile.am
11997                 fix spaces after \
11998         * src/Makefile.am
11999                 add missing \
12000                 correct path for ignorethread.xpm
12001                 incorrect filename for sylpheed_logo.xpm
12002                 add missing include matcher_parser_parse.h
12003
12004 2002-05-18 [paul]       0.7.6claws3
12005
12006         * sync with 0.7.6cvs8
12007                 see ChangeLog 2002-05-16 and 2002-05-17
12008
12009 2002-05-18 [melvin]     0.7.6claws2
12010
12011         * README.claws
12012                 Corrected an action's definition and fixed some misspellings.
12013
12014 2002-05-18 [paul]       0.7.6claws1
12015
12016         * tools/Makefile.am
12017           tools/gpg-sign        ** new file **
12018           tools/uudec           ** new file **
12019                 add Melvin's Actions scripts
12020
12021         * README.claws
12022                 add Melvin's descriptions for Actions
12023
12024 2002-05-18 [paul]       0.7.6claws
12025
12026         * Version 0.7.6claws released
12027
12028 2002-05-17 [paul]       0.7.5claws32
12029
12030         * po/es.po
12031                 updated by Ricardo Mones Lastra
12032
12033 2002-05-17 [paul]       0.7.5claws31
12034
12035         * src/compose.c
12036                 fix Account prefs default folder for sent/draft/deleted
12037                 messages bug
12038
12039         * po/it.po
12040           po/nl.po
12041                 updated translation by Alessandro Maestri and
12042                 Wilbert Berendsen
12043
12044 2002-05-17 [melvin]     0.7.5claws30
12045
12046         * src/prefs_actions.c
12047                 Fixed bug where using %F not at the end of the command 
12048                 resulted in an additional empty argument being created.
12049                 Thanks to Darko Koruga for reporting the bug.
12050
12051 2002-05-17 [melvin]     0.7.5claws29
12052
12053         * po/fr.po
12054                 Updated French translations.
12055
12056 2002-05-15 [paul]       0.7.5claws28
12057         
12058         * po/es.po
12059                 updated by Ricardo Mones Lastra
12060
12061 2002-05-15 [paul]       0.7.5claws27
12062
12063         * sync with 0.7.6cvs4
12064                 see ChangeLog 2002-05-14 and 2002-05-15
12065
12066 2002-05-14 [paul]       0.7.5claws26
12067
12068         * sync with 0.7.6cvs1
12069                 see ChangeLog 2002-05-13
12070
12071 2002-05-13 [thorsten]   0.7.5claws25
12072
12073         * src/messageview.c
12074                 fix select_all and copy in multipart messages
12075         * src/mainwindow.c
12076                 fix select_all and copy in multipart messages
12077
12078 2002-05-12 [paul]       0.7.5claws24
12079
12080         * src/summaryview.c
12081                 reverse last commit, bug already fixed in 0.7.5claws3
12082
12083 2002-05-12 [netztorte]  0.7.5claws23
12084
12085         * src/summaryview.c
12086                 dont parse empty addressbook (checked in before claws20)
12087
12088 2002-05-12 [melvin]     0.7.5claws22
12089
12090         * src/procmsg.[ch]
12091                 Removed unneeded priority code introduced by the previous 
12092                 commit.
12093
12094 2002-05-12 [melvin]     0.7.5claws21
12095
12096         * src/compose.[ch]
12097                 Added possibility to set message's priority.
12098         * src/procmsg.[ch]
12099                 Added possibility to set message's priority.
12100                 Added missing headers
12101
12102 2002-05-12 [melvin]     0.7.5claws20
12103
12104         * src/prefs_actions.c
12105                 Removed implicitely added quotes around the name
12106                 of the temporary files of mime parts.
12107
12108 2002-05-12 [paul]       0.7.5claws19
12109
12110         * sync with 0.7.5cvs20
12111                 see ChangeLog 2002-05-11
12112
12113 2002-05-12 [alfons]     0.7.5claws18
12114
12115         * src/quote_fmt_lex.l
12116         * src/quote_fmt_parse.y
12117                 allow quote / reply date & time format to be set using
12118                 %D{format}. format is a format string you'd pass to
12119                 strftime() (see man strftime, or the Display tab |
12120                 Date format setting).
12121
12122                 Currently %D converts the date to local time. 
12123
12124 2002-05-11 [paul]       0.7.5claws17
12125
12126         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12127                 see ChangeLog 2002-05-10 and 2002-05-11
12128
12129 2002-05-10 [paul]       0.7.5claws16
12130
12131         * sync with 0.7.5cvs16
12132                 see ChangeLog entries 2002-05-09 and 
12133                 2002-05-10
12134
12135 2002-05-10 [colin]      0.7.5claws15
12136
12137         * src/textview.c
12138                 Corrected a bug that prevented sylpheed to open
12139                 double-clicked URIs.
12140
12141 2002-05-09 [paul]       0.7.5claws14
12142
12143         * sync with 0.7.5cvs14
12144                 see ChangeLog 2002-05-08 and 2002-05-09
12145
12146 2002-05-08 [paul]       0.7.5claws13
12147
12148         * sync with 0.7.5cvs11
12149                 see ChangeLog entry 2002-05-08
12150
12151 2002-05-08 [paul]       0.7.5claws12
12152
12153         * src/mainwindow.c
12154           src/textview.[ch]
12155                 fix segfault on View->Open in new window
12156                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12157
12158 2002-05-07 [paul]       0.7.5claws11
12159
12160         * sync with 0.7.5cvs9
12161                 see ChangeLog entry 2002-05-07
12162
12163 2002-05-06 [paul]       0.7.5claws10
12164
12165         * src/messageview.c
12166           src/textview.c
12167                 display url in statusbar on single-click
12168                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12169
12170 2002-05-06 [match]      0.7.5claws9
12171
12172         * src/addritem.[ch]
12173                 new functions.
12174         * src/addrcache.c
12175                 tidy up.
12176         * src/xmlprops.[ch]
12177                 XML implementation of properties file.
12178         * src/exporthtml.[ch]
12179         * src/expthtmldlg.[ch]
12180         * src/addressbook.c
12181                 export to HTML.
12182
12183 2002-05-02 [sergey]     0.7.5claws8
12184
12185         * src/mainwindow.c (mainwin_entries),
12186           src/prefs_common.c (prefs_send_create()),
12187           src/codeconv.c (locale_table):
12188                 use charset name "Windows-1251" instead of "CP1251".
12189
12190 2002-05-02 [colin]      0.7.5claws7
12191         
12192         * src/compose.c
12193           src/prefs_common.c
12194           src/prefs_folder_item.c
12195                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12196
12197 2002-05-02 [hiro]       0.7.5claws6
12198
12199         * src/imap.c
12200                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12201
12202 2002-05-02 [paul]       0.7.5claws5
12203
12204         * src/compose.c
12205                 more sync with 0.7.5cvs7, see ChangeLog entry
12206                 2002-05-02
12207
12208 2002-05-02 [hiro]       0.7.5claws4
12209
12210         * src/compose.c
12211                 compose_queue_sub():
12212                 check if queue folder exists (closes #550397).
12213                 removed directory creation since it should be handled
12214                 transparently.
12215         * src/imap.c
12216                 imap_add_msg(): return UID for appended message
12217                 (closes #548842).
12218
12219 2002-04-30 [paul]       0.7.5claws3
12220
12221         * src/summaryview.c
12222                 fix account_find_from_address() bug
12223
12224 2002-04-28 [colin]      0.7.5claws2
12225
12226         * src/compose.c
12227           src/textview.c
12228           src/prefs_common.[ch]
12229           src/utils.[ch]
12230                 Added user-definable quotation characters recognition.
12231
12232 2002-04-28 [paul]       0.7.5claws1
12233
12234         * sync with 0.7.5cvs4
12235                 see ChangeLog entry  2002-04-25
12236
12237 2002-04-28 [paul]       0.7.5claws
12238
12239         * po/es.po
12240           po/nl.po
12241           po/pt_BR.po
12242                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12243                 Fabio Junior Beneditto
12244
12245 2002-04-27 [jens]       0.7.4claws103
12246
12247         * po/de.po
12248                 updated German translation.
12249
12250 2002-04-27 [hiro]       0.7.4claws102
12251
12252         * src/summaryview.c
12253                 summary_write_cache(): fixed the mark loss of hidden messages.
12254
12255 2002-04-26 [melvin]     0.7.4claws101
12256
12257         * src/procmsg.c
12258                 fixed a second typo (same one)
12259         * po/fr.po
12260           po/it.po
12261           po/pt_BR.po
12262                 fixed the type again...
12263
12264 2002-04-26 [melvin]     0.7.4claws100
12265
12266         * src/procmsg.c
12267                 fixed a typo in an alert message ("temorary").
12268         * po/it.po
12269         * po/pt_BR.po
12270                 corrected the typo  described above.
12271         * po/fr.po
12272                 updated French translation.
12273
12274 2002-04-26 [darko]      0.7.4claws99
12275
12276         * src/summaryview.c
12277                 fix target folder colorization
12278
12279 2002-04-25 [paul]       0.7.4claws98
12280
12281         * po/it.po
12282                 updated by Alessandro Maestri
12283
12284 2002-04-24 [colin]      0.7.4claws97
12285         
12286         * src/compose.c
12287                 Fixed double "subject is empty" question.
12288
12289 2002-04-23 [colin]      0.7.4claws96
12290         
12291         * src/mimeview.c
12292                 Corrected issue when "automatically display images" was
12293                 not set : first image remained after selecting second.
12294
12295 2002-04-23 [melvin]     0.7.4claws95
12296
12297         * src/prefs_actions.c
12298                 Don't display in/out dialog if there is nothing to show.
12299
12300 2002-04-23 [paul]       0.7.4claws94
12301
12302         * sync with 0.7.5cvs3
12303                 bug fixes: see ChangeLog entry 2002-04-23
12304
12305 2002-04-22 [darko]      0.7.4claws93
12306
12307         * src/compose.c
12308                 fix previous check-in which changed code after
12309                 merge from main
12310
12311 2002-04-22 [paul]       0.7.4claws92
12312
12313         * faq/de/*
12314                 add German FAQ
12315         * faq/en/*
12316           faq/es/*
12317           faq/fr/*
12318                 update English, Spanish and French FAQs
12319         * manual/de/*
12320           manual/es/*
12321                 add German and Spanish manuals
12322         * manual/en/*
12323           manual/fr/*
12324                 update English and French manuals
12325
12326         * src/Makefile.am
12327                 add to and re-arrange the pixmap entries
12328
12329 2002-04-22 [darko]      0.7.4claws91
12330
12331         * src/compose.c
12332                 fix sender initials recognition to only allow
12333                 '>' after the initials
12334
12335 2002-04-21 [paul]       0.7.4claws90
12336
12337         * sync with 0.7.5 release
12338                 see ChangeLog entry 2002-04-21
12339
12340 2002-04-21 [alfons]
12341
12342         * src/Makefile.am
12343                 add colin's new pixmaps to EXTRA_DIST
12344
12345 2002-04-21 [colin]      0.7.4claws89
12346         * src/compose.c
12347         * src/inc.c
12348         * src/mainwindow.[ch]
12349         * src/prefs_common.[ch]
12350         * src/stock_pixmap.[ch]
12351                 Added "Work offline" ability.
12352
12353 2002-04-21 [colin]      0.7.4claws88
12354         
12355         * src/mimeview.c
12356         * src/prefs_common.c
12357         * src/prefs_common.h
12358         * src/textview.c : Added an option to common preferences -> display
12359           to allow user not to automatically display images.
12360
12361 2002-04-21 [paul]       0.7.4claws87
12362
12363         * sync with 0.7.4cvs52
12364                 see ChangeLog entry 2002-04-21 (src/imap.c)
12365
12366 2002-04-21 [paul]       0.7.4claws86
12367
12368         * sync with 0.7.4cvs51
12369                 see ChangeLog entry 2002-04-21
12370
12371 2002-04-21 [paul]       0.7.4claws85
12372
12373         * sync with 0.7.4cvs49
12374                 see ChangeLog entries 2002-04-20 and 2002-04-21
12375
12376         * src/Makefile.am
12377                 clean up: remove old 'stock_' element from xpm 
12378                 filenames.
12379
12380 2002-04-21 [alfons]     0.7.4claws84
12381
12382         apply sync patch from Paul
12383
12384         * src/folderview.c
12385                 use old claws prefs_folder_item_create() for now
12386
12387 2002-04-19 [match]      0.7.4claws83
12388
12389         * src/addressbook.[ch]
12390         * src/addrharvest.[ch]
12391         * src/addrgather.[ch]
12392                 recurse folders.
12393         * src/mainwindow.c
12394         * src/summaryview.[ch]
12395                 change menu option.
12396
12397 2002-04-19 [paul]       0.7.4claws82
12398
12399         * po/pt_BR.po
12400                 updated by Fabio Junior Beneditto
12401
12402 2002-04-14 [alfons]     0.7.4claws81
12403
12404         * src/passphrase.c
12405                 add #include <sys/types.h> for mode_t and off_t 
12406
12407 2002-04-13 [paul]       0.7.4claws80
12408         
12409         * src/main.c
12410           src/passphrase.[ch]
12411           src/pgptext.c
12412           src/prefs_common.[ch]
12413           src/rfc2015.c
12414                 enable storing of GnuPG passphrase for the whole 
12415                 session or a user-defined number of minutes. patch 
12416                 submitted by Ravemax <ravemax@dextrose.com>
12417
12418 2002-04-13 [alfons]     0.7.4claws79
12419
12420         * src/textview.c
12421                 make email parser also stop scanning when encountering separators
12422                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12423
12424 2002-04-13 [paul]       0.7.4claws78
12425
12426         * sync with 0.7.4cvs39
12427                 see ChangeLog entry 2002-04-12
12428
12429 2002-04-11 [paul]       0.7.4claws77
12430
12431         * sync with 0.7.4cvs37
12432                 see ChangeLog entry 2002-04-11
12433
12434 2002-04-11 [paul]       0.7.4claws76
12435
12436         * COPYING 
12437                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12438                 the clause for OpenSSL). sync with sylpheed main
12439
12440 2002-04-09 [melvin]     0.7.4claws75
12441
12442         * src/compose.c
12443                 Made 'Ctrl-Enter' on send ignore some modifiers 
12444                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12445                 to bind other *-Enter (but not Alt-Enter).
12446
12447 2002-04-09 [paul]       0.7.4claws74
12448
12449         * sync with 0.7.4cvs35
12450                 see ChangeLog entries 2002-04-09
12451
12452 2002-04-08 [paul]       0.7.4claws73
12453
12454         * sync with 0.7.4cvs33
12455                 see ChangeLog entry 200-04-08
12456
12457 2002-04-07 [match]      0.7.4claws72
12458
12459         * src/addrharvest.[ch]
12460                 fixed to read all addresses in header, regardless
12461                 of header size. improved name parsing. accommodate
12462                 harvest from folders and selected message.
12463         * src/addritem.[ch]
12464                 included new address parsing function.
12465         * src/addrgather.[ch]
12466         * src/addressbook.[ch]
12467         * src/summaryview.[ch]
12468         * src/mainwindow.c
12469                 allow address harvest of folder as well as selected
12470                 messages.
12471
12472 2002-04-07 [paul]       0.7.4claws71
12473
12474         * src/esmtp.[ch]
12475           src/smtp.c
12476                 don't try to authenticate with CRAM-MD5 in SMTP when 
12477                 SMTP-AUTH enabled if MTA doesn't issue this 
12478                 auth-method in it's ehlo-response. bug item #531364,
12479                 patch item #938910. patch submitted by Colin Leroy 
12480                 <colin@colino.net>
12481
12482 2002-04-07 [paul]       0.7.4claws70
12483
12484         * src/nntp.c
12485                 fix missing MODE_READER bug. patch submitted by
12486                 Colin Leroy <colin@colino.net>
12487
12488 2002-04-07 [alfons]     0.7.4claws69
12489
12490         * src/matcher.[ch]
12491         * src/prefs_filtering.c
12492         * src/summaryview.c
12493                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12494                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12495
12496 2002-04-07 [paul]       0.7.4claws68
12497
12498         * sync with 0.7.4cvs32
12499                 see ChangeLog entry 2002-04-06
12500
12501         * tools/filter_conv.pl
12502                 more bug fixes
12503
12504 2002-04-06 [paul]       0.7.4claws67
12505
12506         * tools/filter_conv.pl
12507                 modify to be able to find the name of the first
12508                 mailbox and use that. main's filter does not
12509                 record the full path to the mailbox and therefore
12510                 can only filter to the first mailbox.
12511
12512 2002-04-05 [paul]       0.7.4claws66
12513
12514         * tools/filter_conv.pl
12515                 attempt to make the script all-encompassing and
12516                 be able to convert any main 'filter' rule thrown
12517                 at it
12518
12519 2002-04-05 [paul]       0.7.4claws65
12520
12521         * tools/filter_conv.pl
12522                 allow for collapsed folder trees
12523
12524 2002-04-05 [paul]       0.7.4claws64
12525
12526         * sync with 0.7.4cvs31
12527                 see ChangeLog entries 2002-04-05
12528
12529 2002-04-03 [paul]       0.7.4claws63
12530
12531         * sync with 0.7.4cvs29
12532                 see ChangeLog entries 2002-04-02 and 2002-04-03
12533
12534 2002-04-02 [paul]       0.7.4claws62
12535
12536         * sync with 0.7.4cvs26
12537                 see ChangeLog entry 2002-04-01
12538
12539 2002-04-02 [match]      0.7.4claws61
12540
12541         * src/pine.[ch]
12542         * src/importpine.[ch]
12543         * src/addressbook.c
12544                 import Pine address book.
12545
12546 2002-04-02 [match]      0.7.4claws60
12547
12548         * src/addrharvest.[ch]
12549                 improve address parsing of funky addresses.
12550
12551 2002-04-02 [darko]      0.7.4claws59
12552
12553         * src/compose.c
12554                 wrap on send improvements, it now recognizes quoted
12555                 initials as part of the quotation string, and it
12556                 does not join lines separated by CR
12557
12558 2002-04-01 [match]      0.7.4claws58
12559
12560         * src/mgutils.[ch]
12561                 added new functions.
12562         * src/mutt.[ch]
12563                 remove excessive duplicate address generation
12564                 on import.
12565
12566 2002-04-01 [alfons]     0.7.4claws57
12567         
12568         * src/summaryview.c
12569                 put back g_free() 
12570
12571 2002-04-01 [paul]       0.7.4claws56
12572
12573         * sync with 0.7.4cvs25
12574                 see ChangeLog entry 2002-04-01
12575
12576 2002-04-01 [alfons]     0.7.4aprilfool55
12577
12578         * src/summaryview.c
12579                 honour feature request item #537427 to allow for
12580                 displaying names from address book for sent mail also
12581
12582 2002-03-29 [paul]       0.7.4claws54
12583
12584         * src/mainwindow.c
12585           src/prefs_filtering.[ch]
12586           src/prefs_matcher.c
12587           src/summaryview.c
12588                 add 'fast filter' for claws' filtering,
12589                 /Tools/Create filter rule/... patch submitted
12590                 by Neill Miller <neillm@thecodefactory.org>
12591
12592 2002-03-29 [paul]       0.7.4claws53
12593
12594         * sync with 0.7.4cvs24
12595                 see ChangeLog entry 2002-03-29
12596
12597 2002-03-28 [paul]       0.7.4claws52
12598
12599         * sync with 0.7.4cvs23
12600                 see ChangeLog entry 2002-03-28
12601
12602 2002-03-27 [melvin]     0.7.4claws51
12603
12604         * src/prefs_actions.c
12605                 Added support to pass only one message part (as a
12606                 file) to the command using '%p'. No quotes are needed
12607                 because doubles quotes are automatically added.
12608                 Fixed bug where Sylpheed could block when waiting for
12609                 a child process to finish.
12610                 Changed the help menu to remove quotes around symbols to 
12611                 avoid misinterpretation (they must not be used).
12612
12613 2002-03-27 [melvin]     0.7.4claws50
12614
12615         * src/inc.c
12616                 Made the new mail notification command always 
12617                 execute asynchronously.
12618
12619 2002-03-27 [paul]       0.7.4claws49
12620
12621         * src/compose.c
12622                 fix bug introduced in last commit
12623
12624 2002-03-27 [paul]       0.7.4claws48
12625
12626         * sync with 0.7.4cvs21
12627                 see ChangeLog 2002-03-26 and 2002-03-27
12628
12629 2002-03-26 [hoa]        0.7.4claws47
12630
12631         * src/prefs_folder_item.c
12632                 really fixed the bug #516442 with folder rescan.
12633
12634 2002-03-26 [paul]       0.7.4claws46
12635
12636         * sync with 0.7.4cvs19
12637                 see ChangeLog entries 2002-03-25 and 2002-03-26
12638
12639 2002-03-25 [hoa]        0.7.4claws45
12640
12641         * src/matcher.c
12642         * src/mh.c
12643                 fix the bug #516442 with folder rescan.
12644
12645         * src/prefs_common.[ch]
12646         * src/compose.c
12647                 added an option to enable two different behaviours
12648                 for bounce.
12649
12650
12651 2002-03-25 [paul]       0.7.4claws44
12652
12653         * src/mainwindow.c
12654           src/selective_download.c
12655                 correct a few menuitem labels
12656
12657 2002-03-25 [christoph]  0.7.4claws43
12658
12659         * src/procmsg.c
12660                 fix non deleted tmp message in
12661                 procmsg_save_to_outbox
12662                 fix problems caused by sync with
12663                 main branch's procmsg_send_queue
12664
12665 2002-03-25 [paul]       0.7.4claws42
12666
12667         * src/quote_fmt.c
12668           src/quote_fmt_lex.l
12669           src/quote_fmt_parse.y
12670                 add Last name (%L) placeholder for quoting. 
12671                 patch submitted by Thorsten Thielen 
12672                 <thth@users.sourceforge.net>
12673
12674 2002-03-25 [paul]       0.7.4claws41
12675
12676         * src/utils.c
12677                 get full hostname. patch submitted by
12678                 Bob Woodside <rwoodside1@comcast.net>
12679
12680 2002-03-25 [paul]       0.7.4claws40
12681
12682         * src/account.c
12683           src/news.c
12684           src/nntp.[ch]
12685           src/prefs_account.[ch]
12686                 enable NNTP over SSL. patch submitted by
12687                 Pascal Jermini <pascal@infinity.hn.org>
12688
12689 2002-03-24 [paul]       0.7.4claws39
12690
12691         * src/prefs_common.c
12692                 make the arrangement of the Compose tab more
12693                 coherent
12694
12695         * src/mainwindow.c
12696                 fix some irregularities of style
12697
12698         * po/de.po
12699                 updated by Kilian Krause
12700
12701 2002-03-23 [paul]       0.7.4claws38
12702
12703         * po/pt_BR.po
12704                 updated by Fabio Junior Beneditto
12705
12706 2002-03-23 [paul]       0.7.4claws37
12707
12708         * src/mainwindow.c
12709                 move 'Gather addresses' to 'Tools' menu
12710                 make 'Selective download' sensitive
12711
12712 2002-03-23 [paul]       0.7.4claws36
12713
12714         * sync with 0.7.4cvs16
12715                 see ChangeLog entries 2002-03-23
12716
12717 2002-03-22 [christoph]  0.7.4claws35
12718
12719         * src/quote_fmt_parse.y
12720                 fix include program output
12721
12722 2002-03-22 [alfons]     0.7.4claws34
12723
12724         * src/pop.c
12725                 initialize GDate stack variable correctly (sorry!)
12726
12727 2002-03-22 [paul]       0.7.4claws33
12728
12729         * src/compose.c
12730           src/mainwindow.c
12731           src/prefs_actions.c
12732           src/prefs_common.c
12733                 rename 'Tool' to 'Tools'
12734
12735         * src/mainwindow.c
12736                 move 'Delete duplicated messages' from
12737                 'Message/' to 'Tools/'
12738                 re-arrange the order of 'Tools/' items
12739
12740 2002-03-22 [paul]       0.7.4claws32
12741
12742         * src/addr_compl.c
12743           src/addressbook.[ch]
12744                 auto-address completion now also matches on
12745                 Nickname. patch submitted by Bob Forsman 
12746                 <hammor@users.sourceforge.net>
12747
12748         * src/editaddress.c
12749                 correct a spelling mistake
12750
12751 2002-03-22 [alfons]     0.7.4claws31
12752
12753         * src/pop.c
12754                 fix getting uidl from incorrect string 
12755                 (spotted by Colin)
12756
12757 2002-03-21 [alfons]     0.7.4claws30
12758
12759         * src/pop.c
12760                 more code refactoring
12761                 plug mem leak introduced by delete on server
12762
12763 2002-03-21 [paul]       0.7.4claws29
12764
12765         * sync with 0.7.4cvs11
12766                 see ChangeLog entries 2002-03-20
12767
12768 2002-03-20 [alfons]     0.7.4claws28
12769
12770         * src/inc.c
12771                 apply Colin's patch and refactor
12772
12773 2002-03-20 [paul]       0.7.4claws27
12774
12775         * sync with sylpheed 0.7.4cvs9
12776                 see ChangeLog entry 2002-03-20
12777
12778 2002-03-19 [christoph]  0.7.4claws26
12779
12780         * src/mh.c
12781         * src/procmsg.[ch]
12782         * src/summaryview.c
12783                 revert changes for flag updates
12784                 (does not work correctly and no time to debug)
12785
12786 2002-03-20 [alfons]     0.7.4claws25
12787
12788         * src/pop.c
12789                 refactor should_delete() a little bit 
12790
12791 2002-03-19 [paul]       0.7.4claws24
12792
12793         * src/inc.[ch]
12794           src/pop.c
12795           src/prefs_account.[ch]
12796                 allow the user to leave downloaded mail on the 
12797                 server for n days. Patch submitted by Colin Leroy 
12798                 <colin@colino.net>
12799
12800 2002-02-19 [paul]       0.7.4claws23
12801
12802         * sync with sylpheed 0.7.4cvs8
12803                 see ChangeLog entries 2002-03-19
12804
12805 2002-03-18 [paul]       0.7.4claws22
12806
12807         * sync with sylpheed 0.7.4cvs6
12808                 see ChangeLog entry 2002-03-18
12809
12810 2002-03-18 [paul]       0.7.4claws21
12811
12812         * po/en_GB.po
12813                 add en_GB message catalogue
12814
12815         * src/mbox_folder.c
12816           src/prefs_account.c
12817           src/prefs_actions.c
12818                 correct a few spelling mistakes
12819
12820 2002-03-17 [alfons]     0.7.4claws20
12821
12822         * src/matcher.c
12823                 more stringent checks for NULL params when writing
12824                 filtering actions to a file
12825                 
12826 2002-03-17 [hoa]        0.7.3claws20
12827
12828         * src/news.c
12829                 fixed the count of new messages
12830
12831         * src/compose.c
12832                 fixed the "attachment properties" window
12833
12834 2002-03-17 [paul]       0.7.4claws19
12835
12836         * src/defs.h
12837           src/folder.h
12838           src/news.c
12839           src/prefs_account.[ch]
12840           src/procmsg.[ch]
12841           src/summaryview.c
12842                 automatically mark cross-posted messages as read 
12843                 and (optionally) give them a colour label
12844                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12845                 
12846
12847 2002-03-17 [paul]       0.7.4claws18
12848
12849         * sync with sylpheed 0.7.4cvs5
12850                 see ChangeLog entry 2002-03-17
12851
12852 2002-03-17 [melvin]     0.7.4claws17
12853         
12854         * src/textview.c
12855                 Worked around a gtktext 'bug': when searching for 
12856                 a text in a long message it was scrolling slowly
12857                 line by line until it hit the searched text.
12858         * po/fr.po
12859                 Updated French translation
12860
12861 2002-03-17 [melvin]     0.7.4claws16
12862
12863         * src/mainwindow.c
12864         * src/compose.c
12865         * src/prefs_actions.c
12866                 Moved "Edit/Actions" to "Tool/Actions"
12867                 Made mainwindow/compose window sensitive as soon as
12868                 no child process is running anymore even if the io dialog
12869                 is open.
12870                 Fixed a struct being initialized with a non constant char*
12871
12872 2002-03-16 [christoph]  0.7.4claws15
12873
12874         * configure.in
12875                 add --with-compiler-flags option
12876                 (only for developer hacking)
12877         * src/mh.c
12878         * src/procmsg.[ch]
12879         * src/summaryview.c
12880                 try to make folder-stats and flag handling more
12881                 independent from the summaryview. msgcounts
12882                 are only set when the folder is opened and
12883                 procmsg_msginfo_(un)set_flags will handle it
12884                 later and summaryview will get the values
12885                 from the folder.
12886
12887 2002-03-16 [paul]       0.7.4claws14
12888
12889         * src/messageview.c
12890                 fix Return-receipt. Patch submitted by Bob
12891                 Woodside <rwoodside1@comcast.net>
12892
12893 2002-03-16 [paul]       0.7.4claws13
12894
12895         * src/compose.c
12896                 fix 'dynamic' signatures, make it work again
12897                 broken during sync on 2002-03-14 (0.7.4claws2)
12898
12899 2002-03-15 [match]      0.7.4claws12
12900
12901         * src/addrharvest.[ch]
12902         * src/addrgather.[ch]
12903         * src/addressbook.[ch]
12904         * src/mainwindow.c
12905                 included address harvester feature. still some
12906                 issues with address parsing that I will fix.
12907
12908 2002-03-15 [match]      0.7.4claws11
12909
12910         * src/addrbook.[ch]
12911         * src/addrcache.[ch]
12912         * src/addressbook.[ch]
12913         * src/addrindex.c
12914         * src/editbook.c
12915         * src/importldif.c
12916         * src/importmutt.c
12917         * src/jpilot.[ch]
12918         * src/main.c
12919         * src/syldap.[ch]
12920         * src/vcard.[ch]
12921                 tidy up. fix memory leaks. moved attribs and methods
12922                 from individual interfaces to addrcache object. prep
12923                 for new stuff to come in.
12924
12925 2002-03-15 [alfons]     0.7.4claws10
12926
12927         * src/matcher.[ch]
12928         * src/matcher_parser_parse.y
12929         * src/matcher_parser_lex.l
12930         * src/prefs_matcher.c
12931                 add filtering conditions message greater than, smaller 
12932                 than, and exactly matching a size in bytes
12933                 (does not work with delete from POP3 server yet)
12934
12935                 this should also give others an idea what you should
12936                 do to add new criterions to claws filtering system
12937                 
12938
12939 2002-03-15 [paul]       0.7.4claws9
12940
12941         * tools/filter_conv.pl
12942                 exit if there are no filter rules to convert
12943                 rename filterrc to filterrc.old after completion
12944
12945 2002-03-15 [paul]       0.7.4claws8
12946
12947         * sync with sylpheed 0.7.4cvs3
12948                 see ChangeLog entry 2002-03-14
12949
12950 2002-03-14 [paul]       0.7.4claws7
12951
12952         * src/compose.c
12953                 clean up the last commit (ahem)
12954
12955 2002-03-14 [paul]       0.7.4claws6
12956
12957         * src/compose.c
12958                 fix bug #515655. honour account preferences
12959                 regarding gpg default signing/encryption when 
12960                 changing account from the compose window.
12961
12962 2002-03-14 [paul]       0.7.4claws5
12963
12964         * src/folderview.c
12965                 remove unnecessary curly brackets
12966
12967 2002-03-14 [paul]       0.7.4claws4
12968
12969         * src/folderview.c
12970           src/prefs_filtering.[ch]
12971                 add filter rename on folder rename and filter
12972                 delete on folder delete. Patch submitted by
12973                 Neill Miller <neillm@thecodefactory.org> 
12974
12975 2002-03-14 [christoph]  0.7.4claws3
12976
12977         * src/procmsg.c
12978         * src/send.c
12979                 fix local delivery
12980                 (patch submitted by "Simon 'corecode' Schubert")
12981         * src/prefs_common.c
12982         * src/procmsg.c
12983                 fix gcc 3.0 warning
12984
12985 2002-03-14 [paul]       0.7.4claws2
12986
12987         * sync with sylpheed 0.7.4cvs2
12988                 see ChangeLog entry 2002-03-13
12989
12990 2002-03-12 [darko]      0.7.4claws1
12991
12992         * src/mainwindow.c
12993                 fix what seems to be a copy and paste error
12994                 when setting color for important messages
12995                 (reported by wwp)
12996
12997 2002-03-11 [paul]       version 0.7.4claws released
12998
12999 2002-03-11 [paul]       0.7.4claws
13000
13001         * po/es.po
13002           po/it.po
13003           po/nl.po
13004           po/pt_BR.po
13005                 update message catalogs. Submitted by Ricardo Mones 
13006                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13007                 Fabio Junior Beneditto
13008
13009         * configure.in
13010           faq/Makefile.am
13011           faq/it/Makefile
13012           faq/it/sylpheed-faq*
13013           src/mainwindow.c
13014           src/manual.[ch]
13015                 add FAQ in Italian
13016         
13017
13018 2002-03-11 [jens]       0.7.3claws7
13019
13020         * po/de.po
13021                 updated German translation
13022
13023 2002-03-11 [melvin]     0.7.3claws6
13024
13025         * po/fr.po
13026                 updated and corrected French translation
13027
13028 2002-03-10 [hoa]        0.7.3claws5
13029
13030         * src/account.c
13031         * src/inc.c
13032         * src/prefs_account.c
13033         * src/procmsg.c
13034         * src/send.[ch]
13035                 fixed the local account.
13036                 you have to change the default "/usr/sbin/sendmail"
13037                 to "/usr/sbin/sendmail -t" in the preferences of
13038                 the local account.
13039
13040         * src/procmime.c
13041                 removed some debug display for renderer
13042
13043 2002-03-10 [paul]       0.7.3claws4
13044
13045         * faq/en/sylpheed-faq-1.html
13046           faq/en/sylpheed-faq-2.html
13047                 update
13048
13049 2002-03-09 [paul]       0.7.3claws3
13050
13051         * sync with sylpheed 0.7.4
13052                 see ChangeLog entry 2002-03-09
13053
13054 2002-03-08 [paul]       0.7.3claws2
13055
13056         * faq/en/sylpheed-faq*
13057           faq/es/sylpheed-faq*
13058           faq/fr/sylpheed-faq*
13059                 update the FAQs
13060
13061         * manual/fr/.cvsignore
13062           manual/fr/Makefilea.am
13063           manual/fr/sylpheed*
13064           src/mainwindow.c
13065           src/manual.[ch]
13066                 add the French manual
13067
13068 2002-03-07 [paul]       0.7.3claws1
13069
13070         * sync with sylpheed 0.7.3cvs4
13071                 see ChangeLog entries  2002-03-06 and 2002-03-07
13072         
13073         * po/nl.po
13074                 updated by Wilbert Berendsen
13075
13076 2002-03-07 [melvin]     0.7.2claws34
13077
13078         * src/selective_download.c
13079                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13080
13081 2002-03-06 [paul]       0.7.2claws33
13082
13083         * sync with sylpheed 0.7.3cvs1
13084                 bug fix, see ChangeLog entry 2002-03-05
13085
13086 2002-03-05 [paul]       0.7.2claws32
13087
13088         * src/mimeview.c
13089           src/pgptext.[ch]
13090           src/procmsg.c
13091                 reverse the pgp ascii-armored code implemented in 
13092                 0.7.2claws16. removal of this code until it matures.
13093                 this means that verifying ascii-armored pgp sigs and
13094                 automatic decryption of ascii-armored encrypted
13095                 messages no longer works.
13096
13097 2002-03-05 [paul]       0.7.2claws31
13098
13099         * configure.in
13100           Makefile.am
13101         * faq/Makefile.am
13102         * faq/en/Makefile.am
13103           faq/en/sylpheed-faq.html
13104           faq/en/sylpheed-faq-1.html
13105           faq/en/sylpheed-faq-2.html
13106           faq/en/sylpheed-faq-3.html
13107         * faq/es/Makefile.am
13108           faq/es/sylpheed-faq.html
13109           faq/es/sylpheed-faq-1.html
13110           faq/es/sylpheed-faq-2.html
13111           faq/es/sylpheed-faq-3.html
13112           faq/es/sylpheed-faq-4.html
13113         * faq/fr/Makefile.am
13114           faq/fr/sylpheed-faq.html
13115           faq/fr/sylpheed-faq-1.html
13116           faq/fr/sylpheed-faq-2.html
13117           faq/fr/sylpheed-faq-3.html
13118         * src/Makefile.am
13119           src/defs.h
13120           src/mainwindow.c
13121           src/manual.[ch]
13122                 add FAQs in English, Spanish and French
13123
13124
13125 2002-03-05 [paul]       0.7.2claws30
13126
13127         * manual/en/sylpheed.html
13128           manual/en/sylpheed-XX.html
13129                 updated the English manual
13130
13131 2002-03-05 [hoa]        
13132
13133         * src/summaryview.c
13134                 dialog box pops up if the article can't be deleted.
13135
13136 2002-03-04 [paul]       
13137         
13138         * po/pt_BR.po
13139                 updated by Fabio Junior Benedito
13140
13141 2002-03-04 [hoa]
13142
13143         * removed ac/gpgme.m4
13144                 to avoid autogen common problem
13145                 developers have to install gpgme development package now
13146
13147         * src/compose.c
13148                 encoding to 7bit or 8bit is enabled.
13149
13150 2002-03-03 [alfons]     0.7.2claws29
13151
13152         * src/pop.c
13153                 merge fix by Oliver Haertel for selective
13154                 download buglet
13155
13156 2002-03-03 [paul]       0.7.2claws28
13157         
13158         * sync with sylpheed 0.7.3
13159
13160 2002-03-03 [paul]       0.7.2claws27
13161
13162         * sync with sylpheed 0.7.2cvs24
13163                 see ChangeLog entries 2002-03-02 and 2002-03-03
13164
13165 2002-03-02 [melvin]     0.7.2claws26
13166
13167         * src/inc.[ch]
13168         * src/main.c
13169         * src/mainwindow.c
13170         * src/prefs_common.[ch]
13171                 Added user definable notification on new mail arrival.
13172                 Removed unused variables in spell checker prefs code.
13173
13174 2002-03-02 [melvin]     0.7.2claws25
13175
13176         * src/quote_fmt.c
13177                 Removed unnecessary escape sequences.
13178                 Changed 'Initial...' to 'Initials of Sender'
13179
13180 2002-03-02 [paul]       0.7.2claws24
13181
13182         * sync with sylpheed 0.7.2cvs22
13183                 see ChangeLog entry 2002-03-01
13184
13185 2002-03-01 [hoa]        0.7.2claws23
13186
13187         * src/mainwindow.c
13188                 Set sensitivity of delete actions to active
13189                 even if the folder is a newsgroup.
13190
13191         * src/summaryview.c
13192                 - Set sensitivity of delete actions
13193                 - Added function check_permission() that will check if the
13194                   user is authorized to delete a message. For news, it
13195                   will check if the author is the same.
13196                 - Enabled deletion when there is no trash folder.
13197
13198         * src/news.[ch]
13199                 - Added news_cancel_article() to cancel articles
13200                 - Implemented news_remove_message() (public function)
13201
13202 2002-03-01 [paul]       0.7.2claws22
13203
13204         * src/gtkutils.c
13205           src/textview.c
13206                 recognise urls that that don't include 'http://' and
13207                 simply begin 'www.' 
13208
13209         * AUTHORS
13210                 remove duplicated name
13211
13212 2002-02-28 [paul]       0.7.2claws21
13213
13214         * src/mainwindow.c
13215           src/summaryview.[ch]
13216                 add ability to 'Select thread'
13217                 combines Melvin's "Select thread's head" patch (#510907)
13218                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13219                 patch (#518514) 
13220
13221 2002-02-28 [paul]       0.7.2claws20
13222
13223         * src/mimeview.c
13224                 hopefully fix segfault on right-clicking a mime part
13225                 that some people have experienced.      
13226                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13227
13228 2002-02-28 [paul]       0.7.2claws19
13229
13230         * sync with sylpheed 0.7.2cvs21
13231                 see ChangeLog entries 2002-02-27 and 2002-02-28
13232
13233 2002-02-27 [paul]       0.7.2claws18
13234
13235         * sync with sylpheed 0.7.2cvs18
13236                 see ChangeLog entries 2002-02-26 and 2002-02-27
13237
13238 2002-02-26 [alfons]     0.7.2claws17
13239
13240         * src/procheader.c
13241                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13242                 (spotted by Chris Hessman <idatech@gmx.net>)
13243
13244 2002-02-26 [paul]       0.7.2claws16
13245
13246         * src/mimeview.c
13247           src/pgptext.[ch]
13248           src/procmsg.c
13249                 make decryption of ascii-armored pgp encrypted messages
13250                 and verification of ascii-armored signatures work again.
13251                 slightly altered from the patch by Jens Jahnke 
13252                 <jan0sch@gmx.net>
13253
13254                 ##FIX ME##
13255                 * the checking of plaintext signatures always comes up in 
13256                   a popup box
13257                 * it doesn't work for multipart messages 
13258                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13259                   including the msg headers and these 2 line themselves, are 
13260                   not displayed
13261
13262         * src/mainwindow.c
13263                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13264                 "View/Message View" becomes "View/Separate Message View"
13265                 because its less ambiguous.
13266
13267         * po/es.po
13268                 updated by Ricardo Mones Lastra
13269
13270 2002-02-26 [paul]       0.7.2claws15
13271
13272         * sync with sylpheed 0.7.2cvs17
13273                 see ChangeLog entries 2002-02-25 and 2002-02-26
13274
13275 2002-02-25 [christoph]  0.7.2claws14
13276
13277         * src/filtering.[ch]
13278         * src/inc.c
13279                 do filtering stuff after all messages have been received
13280                   1. drop all messages to .processing
13281                   2. scan processing folder for messages
13282                   3. filter messages or move to inbox
13283                 this will also find old messages left in processing after
13284                 a crash or something like that and we get a real msginfo
13285                 from folder->get_msg_list and do not have to create our
13286                 own in filter_message
13287         * src/matcher_parser_parse.y
13288                 remove MIX/MAX warning (reordered includes)
13289
13290 2002-02-25 [paul]       0.7.2claws13
13291
13292         * sync with sylpheed 0.7.2cvs15
13293                 see ChangeLog entry 2002-02-24
13294
13295 2002-02-24 [alfons]     0.7.2claws12
13296
13297         * src/filtering.c
13298                 clear old color flags first when applying a new color to
13299                 a message info. 
13300                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13301
13302 2002-02-24 [alfons]     0.7.2.claws11
13303         
13304         * AUTHORS
13305         * src/prefs_common.c
13306                 add presets for Opera and Konqueror, closes patch #517261,
13307                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13308
13309 2002-02-24 [alfons]     0.7.2.claws10
13310
13311         * AUTHORS
13312         * src/summaryview.c
13313                 fix threading for null message ids, closes patch #521601,
13314                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13315
13316 2002-02-24 [alfons]     0.7.2claws9
13317
13318         * src/summaryview.c
13319         * src/filtering.c
13320                 make Tool | Filter Message work with filtering system so
13321                 setting flags also works
13322
13323                 TODO:
13324
13325                 - Processing uses the same function as Tool | Filter
13326                   Message, but doesn't use the same update proc yet
13327
13328 2002-02-23 [paul]       0.7.2claws8
13329
13330         * sync with sylpheed 0.7.2cvs14
13331                 see ChangeLog entries 2002-02-22 and 2002-02-23
13332
13333 2002-02-22 [christoph]  0.7.2claws7
13334
13335         * src/quote_fmt.c
13336                 Add column space to table
13337         * src/quote_fmt_parse.y
13338                 Close files
13339
13340 2002-02-22 [paul]       0.7.2claws6
13341
13342         * src/Makefile.am
13343           src/defs.h
13344           src/filtering.c
13345           src/inc.[ch]
13346           src/mainwindow.c
13347           src/matcher.[ch]
13348           src/matcher_parser_lex.l
13349           src/matcher_parser_parse.y
13350           src/pop.[ch]
13351           src/prefs_account.h
13352           src/prefs_filtering.c
13353           src/selective_download.[ch]   *** NEW FILES ***
13354           src/utils.[ch]
13355           po/POTFILES.in
13356                 Selective Download added to 'Tool' menu. 
13357                 Retrieves email headers of the currently selected pop3 
13358                 account and allows the user to mark emails for deletion 
13359                 right on the pop3 server. Patch submitted by Oliver Haertel 
13360                 <oha@users.sourceforge.net>.
13361         
13362         * po/POTFILES.in
13363                 add 'src/quote_fmt.c'           
13364
13365 2002-02-22 [christoph]  0.7.2claws5
13366
13367         * src/Makefile.am
13368                 added quote_fmt.c
13369         * src/prefs_common.[ch]
13370         * src/prefs_template.c
13371         * src/quote_fmt.c               *** NEW FILE ***
13372         * src/quote_fmt.h
13373                 move quote format symbol description code
13374                 to it's own file because it is used from
13375                 differnent code parts
13376                 Rewrote symbol description GUI
13377                   + use table
13378                   + add separators
13379                   + get data from array (no more long constant strings)
13380         * src/quote_fmt_lex.l
13381         * src/quote_fmt_parse.y
13382                 Symbol for Literal % changed to \% instead of %%
13383                 (More logical as \ is used for quoting for other symbols)
13384                 Add |f and |p to include files and program output
13385                 Examples:
13386                     |f{/home/.../.signature}
13387                     |p{date}
13388         * po/de.po
13389                 Correct wrong spelling for "Referenzen"
13390
13391 2002-02-21 [paul]       0.7.2claws4
13392
13393         * src/procmsg.c
13394                 forgotten during sync
13395
13396 2002-02-21 [paul]       0.7.2claws3
13397
13398         * sync with sylpheed 0.7.2cvs11
13399                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13400                 2002-02-20 and 2002-02-21
13401
13402 2002-02-20 [melvin]     0.7.2claws2
13403
13404         * src/prefs_actions.c
13405                 Added error report when child cannot fork or when execvp 
13406                 returns with an error.
13407
13408 2002-02-19 [christoph]  0.7.2claws1
13409
13410         * src/codeconv.c
13411                 return unconverted text if conde conversion is not possible
13412                 when libjconv is used.
13413                 (patch submitted by "Simon 'corecode' Schubert")
13414
13415 2002-02-19 [paul]       
13416
13417         * version 0.7.2claws release
13418
13419 2002-02-19 [paul]       0.7.2claws
13420
13421         * po/nl.po
13422                 updated by Wilbert Berendsen
13423
13424
13425 2002-02-18 [alfons]     0.7.1claws13
13426
13427         * src/syldap.c
13428         * src/jpilot.c
13429                 remove references to dlfcn and explicitly loading functions
13430                 from dynalink libs, because libs linked anyway, and functions
13431                 are loaded explicitly
13432
13433 2002-02-17 [melvin]     0.7.1claws12
13434
13435         * src/prefs_actions.c
13436                 Replaced children wait loop with double fork technique.
13437                 Now, input/output window updated at each new output.
13438                 free_children(): Fixed a memory leak.
13439                 Made input/output window non closable if running children
13440                 still exist.
13441                 Added missing <unistd.h> include.
13442                 Added some --debug outputs.
13443
13444 2002-02-17 [melvin]     0.7.1claws11
13445
13446         * src/summaryview.c
13447                 Fixed bug where descending sort order did not select top
13448                 message.
13449
13450 2002-02-17 [melvin]     0.7.1claws10
13451
13452         * acconfig.h
13453                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13454         * src/prefs_common.c
13455                 Pspell data package directory no more hard coded but
13456                 set during configuration (PSPELL_PATH). (Thanks to 
13457                                 Gustavo Noronha Silva.)
13458
13459 2002-02-17 [melvin]     0.7.1claws9
13460
13461         * configure.in
13462                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13463         * src/gtkspell.c
13464                 Fixed compile-time warnings.
13465
13466 2002-02-16 [alfons]     0.7.1claws8
13467
13468         * src/filesel.c
13469                 fix inadvertent free of NULL pointer which caused
13470                 sylpheed to crash when closing the save-as dialog
13471                 using the window close button
13472
13473 2002-02-16 [carsten]    0.7.1claws7
13474         * src/mainwindow.[ch]
13475           src/summaryview.c
13476           src/prefs_common.c
13477                 fixes for pixmap theming code:
13478                         - recently changed mail attributes shouldn't get
13479                           lost any longer
13480                         - theme is only reloaded iff another theme was
13481                           selected
13482
13483 2002-02-16 [paul]       0.7.1claws6
13484
13485         * sync with sylpheed 0.7.2 release
13486                 see ChangeLog entry 2002-02-15 and 2002-02-16
13487
13488 2002-02-15 [paul]       0.7.1claws5
13489
13490         * sync with sylpheed 0.7.1cvs9
13491                 see ChangeLog entry 2002-02-15
13492
13493         * po/POTFILES.in
13494                 remove unneeded headerwindow.c entry
13495
13496 2002-02-14 [carsten]    0.7.1claws4
13497         * src/summaryview.c
13498                 fixed a bug for "Go to next unread message": there was
13499                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13500                 in the prefs, because of doing "Search again" instead
13501                 "No"
13502
13503 2002-02-14 [carsten]    0.7.1claws3
13504         * src/stock_pixmap.c
13505                 removed 2 more mem leaks; following memprof,
13506                 this code is "leak free" now :)
13507
13508 2002-02-14 [carsten]    0.7.1claws2
13509         * src/stock_pixmap.c
13510                 used opendir/readdir/closedir instead of scandir
13511                 -> code should work now on Solaris
13512
13513 2002-02-14 [paul]       0.7.1claws1
13514
13515         * sync with sylpheed 0.7.1cvs8
13516                 see ChangeLog entries 2002-02-13 and 2002-02-14
13517
13518         * README.claws
13519                 add some description of Actions and Pixmap Themes
13520
13521 2002-02-13 [paul]       
13522
13523         * version 0.7.1claws release
13524
13525 2002-02-13 [paul]       0.7.1claws
13526
13527         * po/es.po
13528           po/it.po
13529           po/pt_BR.po
13530                 updated translations, submitted by Ricardo Mones Lastra,
13531                 Alessandro Maestri and Fabio Junior Beneditto
13532
13533 2002-02-13 [melvin]     0.7.0claws75
13534
13535         * src/prefs_actions.c
13536                 Added missing "signal.h" include
13537
13538 2002-02-13 [melvin]     0.7.0claws74
13539
13540         * src/prefs_folder_item.c
13541                 Added missing "config.h" include
13542         * po/fr.po
13543                 Updated French translation for folder propriety.
13544
13545 2002-02-13 [jens]       0.7.0claws73
13546
13547         * po/POTFILES.in
13548                 Added missing src/prefs_folder_item.c [log added by melvin]
13549         * po/de.po
13550                 Updated German translation.
13551
13552 2002-02-13 [melvin]     0.7.0claws72
13553
13554         * po/fr.po
13555                 Updated French translation.
13556
13557 2002-02-13 [melvin]     0.7.0claws71
13558
13559         * src/gtkutils.c
13560                 Made gtkut_editable_get_selection return NULL if selection
13561                 is of length zero.
13562                 This fixes a bug where selecting part of message A then
13563                 switching to message B and replying to it will not
13564                 quote the message's body.
13565
13566 2002-02-12 [paul]       0.7.0claws70
13567
13568         * src/mainwindow.c
13569                 cosmetic, relating to pixmap themes: on toolbar make 
13570                 updating of 'Exec' and 'Compose news/Compose email'
13571                 icons faster.
13572
13573 2002-02-12 [carsten]    0.7.0claws69
13574         * src/folderview.c
13575           src/mainwindow.[ch]
13576           src/stock_pixmap.c
13577           src/summaryview.c
13578           src/prefs_common.c
13579                 - refreshing after changing pixmap theme better
13580                   now (thanks Paul)
13581                 - wanted to remove some mem leaks, but alfons was
13582                   faster (and had the better solution ;)
13583
13584 2002-02-12 [alfons]     0.7.0claws68
13585
13586         * src/prefs_common.c
13587         * src/stock_pixmap.[ch]
13588                 plug mem leaks, refactor code a little bit
13589
13590
13591 2002-02-12 [sergey]     0.7.0claws67
13592
13593         * src/imap.c
13594                 Fixed problem with copying messages to IMAP folders when the
13595                 server uses something other than '/' as a namespace separator
13596                 (cyrus-imapd uses '.').
13597
13598 2002-02-12 [jens]       0.7.0claws66
13599
13600         * po/de.po
13601                 Updated German Translation
13602
13603 2002-02-12 [paul]       0.7.0claws65
13604
13605         * sync with sylpheed 0.7.1cvs1
13606                 see ChangeLog entry 2002-02-12
13607
13608 2002-02-12 [melvin]     0.7.0claws64
13609
13610         * src/prefs_actions.c
13611                 Fixed "feature" where children's output was duplicated 
13612                 instead of refreshed while monitoring.
13613                 Removed some debug code.
13614
13615 2002-02-12 [christoph]  0.7.0claws63
13616
13617         * src/compose.c
13618                 always delete message from queue after sending/send error
13619                 (closes bug #509601)
13620
13621 2002-02-12 [melvin]     0.7.0claws62
13622
13623         * src/prefs_actions.c
13624                 Children wait loop is now triggered with a timeout of 1s
13625                 Added %F which is replaced with the list of filenames 
13626                 of all selected messages (as suggested by Ricardo Mones Lestra)
13627                 Pipe syntax changed. Prefix with | to send selection, postfix
13628                 with | to retrieve output. Prefix with > or * to send
13629                 user definable input to the command (*: input is hidden)
13630                 Old pipe action should now be postfixed with |, too.
13631
13632 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13633         * src/stock_pixmap.c
13634                 fixed a bug: if there's no theme directory don't
13635                 throw an error, just do "nothing" (thanks Alfons)
13636
13637 2002-02-12 [carsten]    0.7.0claws60
13638         * src/folderview.c
13639           src/summaryview.c
13640                 had to write the cache twice (nasty!); some marks would 
13641                 get lost if not
13642
13643 2002-02-11 [carsten]    0.7.0claws59
13644         * acconfig.h
13645           configure.in
13646           doc-src/maintainer_guide.txt
13647           src/compose.[ch]
13648           src/defs.h
13649           src/folderview.[ch]
13650           src/gtkutils.[ch]
13651           src/mainwindow.[ch]
13652           src/prefs_common.[ch]
13653           src/stock_pixmap.[ch]
13654           src/summaryview.[ch]
13655                 pixmap theming and related work on pixmap
13656                 handling on some other places
13657                 (e.g. hrm features for all folder)
13658           src/pixmap/stock_*.xpm -> the stock_ was removed
13659         
13660 2002-02-11 [paul]       0.7.0claws58
13661
13662         * sync with sylpheed 0.7.1 release
13663                 see ChangeLog entries 2002-02-11
13664
13665 2002-02-08 [paul]       0.7.0claws57
13666
13667         * sync with sylpheed 0.7.0cvs39
13668                 see ChangeLog entry 2002-02-07 (last entry) 
13669
13670         * src/prefs_actions.c
13671           src/prefs_filtering.c
13672           src/prefs_matcher.c
13673           src/prefs_scoring.c
13674                 sync: made it compile with C compilers other than gcc
13675
13676 2002-02-07 [paul]       0.7.0claws56
13677
13678         * sync with sylpheed 0.7.0cvs38
13679                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13680                 2002-02-07
13681
13682 2002-02-07 [darko]      0.7.0claws55
13683
13684         * src/gtkutils.[ch]
13685         * src/summaryview.c
13686                 Fix const gchar */gchar * issue (thanks Hiro)
13687
13688 2002-02-07 [darko]      0.7.0claws54
13689
13690         * src/compose.[ch]
13691         * src/filtering.c
13692         * src/gtkutils.[ch]
13693         * src/prefs_template.c
13694         * src/quote_fmt.h
13695         * src/quote_fmt_parse.y
13696         * src/summaryview.c
13697         * src/utils.[ch]
13698                 When replying or forwarding an email don't quote the entire
13699                 mail body but use the part of the message text that is selected
13700
13701 2002-02-06 [melvin]     0.7.0claws53
13702
13703         * src/prefs_common.[ch]
13704         * src/gtkspell.[ch]
13705         * src/compose.c
13706                 Made possible to switch quickly to last used dictionary
13707                 which makes checking bilingual documents easier.
13708
13709 2002-02-06 [melvin]     0.7.0claws52
13710         
13711         * po/POTFILES.in
13712                 Added forgotten new file src/prefs_actions.c
13713
13714 2002-02-06 [melvin]     0.7.0claws51
13715
13716         * src/prefs_actions.c   ** NEW FILE **
13717         * src/prefs_actions.h   ** NEW FILE **
13718                 Added actions to execute on message text view, or on the
13719                         message's file.
13720         * src/Makefile.am
13721                 Added src/prefs_actions.[ch]
13722         * src/compose.c
13723                 Added new menu "Edit/Actions"
13724         * src/defs.h
13725                 Added new actionsrc file.
13726         * src/main.c
13727                 Added actionsrc reading.
13728         * src/mainwindow.c
13729                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13730         * src/prefs_common.h
13731                 Added new element actionslst element to prefs_common.
13732
13733 2002-02-06 [paul]       0.7.0claws50
13734
13735         * sync with sylpheed 0.7.0cvs36
13736                 see ChangeLog entry 2002-02-06
13737
13738 2002-02-05 [paul]
13739
13740         * po/es.po
13741                 updated by Ricardo Mones Lastra
13742
13743 2002-02-05 [paul]       0.7.0claws49
13744
13745         * sync with sylpheed 0.7.0cvs33
13746                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13747
13748 2002-02-05 [paul]       0.7.0claws48
13749
13750         * src/compose.c
13751                 re-add 'Edit/Advanced/Delete entire line', previously named
13752                 'Delete Line+'
13753
13754 2002-02-04 [paul]       0.7.0claws47
13755
13756         * src/compose.c
13757           src/summaryview.c
13758                 fix bug #494993 (Reply All not taking Reply-To into consi)
13759                 eliminate differences in behaviour of right-click 'Reply to all' 
13760                 in summary view and 'Reply to all' on the toolbar. 
13761                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13762                 view and From gets ignored by 'Reply to all' on toolbar.
13763                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13764                 From when no Reply-To header is present.
13765
13766 2002-02-04 [paul]       0.7.0claws46
13767
13768         * sync with sylpheed 0.7.0cvs30
13769                 see ChangeLog entries 2002-02-03 and 2002-02-04
13770
13771 2002-02-03 [melvin]     0.7.0claws45
13772
13773         * src/gtkspell.[ch]
13774                 Readded function to highlight all misspelled words.
13775                 Fixed bug where user-provided-words did not replace
13776                         correctly the misspelled word when using the mouse.
13777                 Fixed bug where checking a region selected from right to left did
13778                         not check the region at all.
13779                 Fixed bug where 'Check backwards' may not check at all. 
13780                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13781                 Fixed possible buffer overflow when checking for long strings (>1k).
13782                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13783                 Accelerators code uses now gtk_widget_add_accel.
13784                 Removed and disabled obsolete and unfinished code.
13785                 Cleaning up.
13786
13787         * src/compose.c
13788                 Added menu item to Highlight all misspelled words.
13789
13790 2002-02-01 [paul]       0.7.0claws44
13791
13792         * src/mainwindow.c
13793                 fix '/View/Hide read messages' sensitivity when all
13794                 messages in a folder are hidden
13795
13796 2002-02-01 [paul]       0.7.0claws43
13797
13798         * src/main.c
13799                 add --send option to command line interface, sends all
13800                 queued mail. Patch submitted by Ricardo Mones Lastra.
13801
13802 2002-01-31 [paul]       0.7.0claws42
13803
13804         * src/mainwindow.c
13805                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13806
13807 2002-01-31 [paul]       0.7.0claws41
13808
13809         * sync with sylpheed 0.7.0cvs27
13810                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13811                 and 2002-01-31
13812
13813         * src/textview.c
13814                 comment out elements of textview_show_part() as temporary
13815                 workaround for attachment 'Display as text' bug 
13816
13817         * po/pt_BR.po
13818                 updated by Fabio Junior Beneditto
13819
13820 2002-01-30 [paul]       0.7.0claws40
13821
13822         * sync with sylpheed 0.7.0cvs24
13823                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13824                 and 2002-01-30
13825
13826         * src/compose.c
13827                 add {N_("/_Spelling"), ... "<Branch>"} to 
13828                 GtkItemFactoryEntry compose_entries[]
13829
13830         * src/prefs_common.c
13831                 add claws menu items to prefs_keybind_apply_clicked()
13832                 and remove non-claws menu items
13833
13834 2002-01-29 [paul]       0.7.0claws39
13835
13836         * sync with sylpheed 0.7.0cvs22
13837                 see ChangeLog entries 2002-01-28 and 2002-01-29
13838
13839 2002-01-28 [melvin]     0.7.0claws38
13840
13841         * src/compose.c
13842                 Added the declartion of compose_send_control_enter.
13843
13844         * src/compose.c
13845         * src/gtkspell.[ch]
13846                 Added in a 'Spelling' menu which includes the configuration menu. 
13847                 Added a real 'Check all' and got rid from the old one which only
13848                 highlited misspelled word.
13849                 Made 'Check while typing' a disableable option.
13850                 Added a dialog when there are no more misspelled word.
13851                 Added a dialog if error occurs when switching to a dictionary.
13852         
13853         * src/prefs_common.[ch]
13854                 Added option for the default 'Check while typing' option.
13855
13856
13857 2002-01-28 [alfons]     0.7.0claws37
13858
13859         * src/compose.c
13860                 fix buglet and make code comply with sylpheed code style
13861
13862 2002-01-28 [paul]       0.7.0claws36
13863
13864         * sync with sylpheed 0.7.0cvs19
13865                 see ChangeLog entries for 2002-01-28
13866
13867 2002-01-28 [hoa]        0.7.0claws35
13868
13869         * src/defs.h
13870                 added rendererrc
13871
13872         * src/main.c
13873                 read the renderer config
13874
13875         * src/procmime.[ch]
13876                 use the renderer config to convert mime attachments
13877
13878         * src/textview.c
13879                 don't use textview_show_html/ertf,
13880                 use get_text_content instead
13881
13882 2002-01-27 [alfons]     0.7.0claws34
13883         
13884         * src/news.c
13885                 make sylpheed believe it can delete a news message...
13886                 (messages are NOT deleted, maybe we should remove
13887                 processing from the folder properties after all.)
13888
13889 2002-01-27 [alfons]     0.7.0claws33
13890
13891         * src/folder.c
13892                 add extra checks
13893         * src/news.c
13894                 implement remove_msg() 
13895
13896 2002-01-27 [alfons]     0.7.0claws32
13897
13898         * src/procmsg.h
13899         * src/procheader.c
13900         * src/messageview.c
13901                 fix return receipt / disposition notification again. this
13902                 stuff seems to break on _every_ major summary UI change, so
13903                 it's now implemented using a flag which is saved in the
13904                 marks cache
13905                 
13906 2002-01-26 [alfons]     0.7.0claws31
13907
13908         * src/import.c
13909                 let import dialog show the destination folder identifier
13910
13911 2002-01-26 [melvin]     0.7.0claws30
13912
13913         * src/folderview.c
13914         * src/summaryview.c
13915                 Readded 'Mark all read' into summary view popup menu
13916                 Added 'Mark all read' in folder view popup menu for IMAP
13917                 and NNTP.
13918                 Made it insensitive if the selected folder is not the shown
13919                 one to avoid 'Mark all read' on the wrong folder.
13920                 
13921 2002-01-26 [paul]       0.7.0claws29
13922
13923         * src/folderview.c
13924           src/summaryview.c
13925                 move 'Mark all read' from summary view to folder view
13926                 menu. (adapted from) patch submitted by Jeremy Andrews,
13927                 <lists@kerneltrap.com>
13928
13929 2002-01-25 [alfons]     0.7.0claws28
13930
13931         * src/gtkstext.c
13932                 put the gtk class name back so GtkSText adapts the 
13933                 settings of GtkText
13934
13935 2002-01-25 [alfons]     0.7.0claws27
13936
13937         * src/folderview.c 
13938                 assimilate Ricardo's patch that shows pixmaps instead of
13939                 plain "new" and "unread" texts in the folder view column
13940                 headers 
13941
13942 2002-01-25 [paul]       0.7.0claws26
13943
13944         * src/Makefile.am
13945                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13946                 be found in non-standard locations. 
13947                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13948
13949 2002-01-25 [paul]       0.7.0claws25
13950
13951         * sync with sylpheed 0.7.0cvs16
13952                 see ChangeLog entry 2002-01-25
13953
13954 2002-01-24 [paul]       0.7.0claws24
13955
13956         * more sync with sylpheed 0.7.0cvs15
13957                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13958
13959 2002-01-23 [sergey]     0.7.0claws23
13960
13961         * src/importldif.c
13962                 Fixed segfault when closing LDIF import wizard with
13963                 the window manager.
13964         * src/imageview.c
13965         * src/imageview.h
13966         * src/messageview.c
13967         * src/mimeview.c
13968                 Fixed wrong scrolling position after switching between
13969                 text and image parts.
13970
13971 2002-01-23 [paul]       0.7.0claws22
13972
13973         * sync with sylpheed 0.7.0cvs15
13974                 see ChangeLog entries 2002-01-22 and 2002-01-23
13975
13976 2002-01-21 [melvin]     0.7.0claws21
13977
13978         * src/prefs_scoring.c
13979         * src/prefs_filtering.c
13980                 Fixed bug where scoring and filtering windows stopped
13981                 autochecking.
13982
13983 2002-01-21 [paul]       0.7.0claws20
13984
13985         * sync with sylpheed 0.7.0cvs12
13986                 see ChangeLog entries 2002-01-20 and 2002-01-21
13987
13988 2002-01-21 [carsten]    0.7.0claws19
13989         * src/mainwindow.c
13990         * src/menu.[ch]
13991         * src/messageview.[ch]
13992         * src/summaryview.[ch]
13993                 changes to shortcuts handling again:
13994                         + "Q" now controled by mainwin
13995                         + v/V are now customizable and have slightly
13996                           different meanings
13997                 the "button" to minimize the messageview (and maximize
13998                 the summary view) is a real button now
13999         * src/compose.c
14000                 "Delete Line+" added to Edit/Advanced (this will also
14001                 delete the '\n')
14002
14003 2002-01-20 [melvin] 0.7.0claws18
14004
14005         * src/addressbook.c
14006                 Made "Bcc" sensitive when addressbook is called from
14007                 compose window (it was a Claws only bug).
14008
14009 2002-01-19 [alfons] 0.7.0claws17
14010
14011         * src/inc.c
14012                 prevent unnecessary updates when currently selected folder has
14013                 no new messages 
14014
14015 2002-01-19 [alfons] 0.7.0claws16
14016         
14017         * src/summaryview.c
14018                 prevent writing the cache based on current message list in summary 
14019                 view when filtering also put messages in currently selected folder
14020
14021 2002-01-19 [paul]
14022
14023         * po/it.po
14024                 Italian translation submitted by Alessandro Maestri
14025                 <a.maestri@cs.tin.it>
14026
14027 2002-01-18 [melvin]     0.7.0claws15
14028
14029         * src/prefs_filters.c
14030                 fixed bug where 'cancel' from 'filters' window stops autochecking
14031                 if the timer timed out  when the window was open.
14032
14033 2002-01-18 [match]      0.7.0claws14
14034
14035         * src/addrclip.[ch]     ** NEW FILE **
14036         * src/addrselect.[ch]   ** NEW FILE **
14037         * src/adbookbase.h      ** NEW FILE **
14038                 addressbook cut, copy and paste
14039         * src/addrbook.[ch]
14040         * src/addrcache.[ch]
14041         * src/addressitem.h
14042         * src/addrindex.[ch]
14043         * src/addritem.[ch]
14044         * src/importldif.c
14045         * src/importmutt.c
14046         * src/jpilot.[ch]
14047         * src/syldap.[ch]
14048         * src/vcard.[ch]
14049         * src/jpilot.[ch]
14050         * src/editbook.c
14051         * src/editjpilot.c
14052         * src/editldap.c
14053         * src/editvcard.c
14054                 support for copy/paste
14055         * src/addressbook.c
14056                 support for copy/paste
14057                 tidy up menu option processing
14058                 correct address list function arguments
14059         * src/editaddress.c
14060                 sort user attributes
14061         * src/ldif.h
14062         * src/mutt.h
14063                 tidy up
14064
14065         * src/addrbook.[ch]
14066         * src/addrbook.[ch]
14067         * src/addrbook.[ch]
14068                 
14069
14070 2002-01-18 [paul]       0.7.0claws13
14071
14072         * sync with sylpheed 0.7.0cvs8
14073                 configure.in: support Mac OS X (Darwin)
14074
14075 2002-01-18 [carsten]    0.7.0claws12
14076         * src/html.c
14077                 small hack to fix a segfault with an empty href
14078                 (reported by Alexandra Walford <deeni@altern.org>)
14079         * src/mainwindow.c
14080         * src/summaryview.c
14081                 the shortcuts for Mark und Mark as unread are hardcoded
14082                 again
14083         * src/compose.c
14084         * src/gtkstext.[ch]
14085                 readded the shortcuts in gtkstext but made them
14086                 customizeable (simply by adding a menu plus a wrapper
14087                 to compose.c)
14088
14089 2002-01-17 [melvin]     0.7.0claws11
14090
14091         * src/gtkspell.c
14092                 fix default dictionary not being saved.
14093
14094 2002-01-16 [darko]      0.7.0claws10
14095
14096         * src/compose.c
14097                 fix wrapping crash with URL longer than wrapping margin
14098
14099 2002-12-08 [hoa]        0.7.0claws10
14100
14101         * src/matcher_parser_parse.y
14102                 fixed some bugs
14103
14104         * src/prefs_filtering.c
14105                 now, we can use bounce action in the dialog box.
14106
14107 2002-01-16 [carsten]    0.7.0claws9
14108         * src/gtkstext.c
14109                 removed the <control> and <alt> shortcuts because they're
14110                 not needed and interefered with the "normal" shortcuts
14111         * src/mainwindow.c
14112         * src/summaryview.c
14113                 removed most of the hardcoded shortcuts and assigned
14114                 them to menu entries making them easy customizable by
14115                 that
14116
14117 2002-01-16 |melvin]     0.7.0claws8
14118
14119         * src/gtkspell.c
14120                 fixed bug where using the mouse and when the compose
14121                 window is not on top may result in a crash.
14122
14123 2002-01-16 [melvin]     0.7.0claws7
14124
14125         * src/compose.c
14126                 fixed a long standingspell checker bug which could 
14127                 cause a crash after sending a message.
14128
14129 2002-01-16 [paul]       0.7.0claws6
14130
14131         * sync with sylpheed 0.7.0cvs7
14132                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14133                 2002-01-15, and 2002-01-16
14134
14135 2002-01-16 [melvin]     0.7.0claws5
14136
14137         * README.claws
14138         * src/compose.c
14139         * src/gtkspell.[ch]
14140         * src/main.c
14141                 Heavily modified spell checker code to work around
14142                 ispell bug, to add keyboard shortcuts and for future
14143                 enhancements. See README.claws for usage information.
14144
14145 2002-01-15 [alfons]     0.7.0claws4
14146         
14147         * src/summaryview.c
14148                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14149                 so sorting within threads reflects sort mode
14150
14151 2002-01-15 [christoph]  0.7.0claws3
14152
14153         * src/procmsg.c
14154                 added alertpanel if mail sending failed
14155
14156 2002-01-15 [alfons]     0.7.0claws2
14157         
14158         * src/prefs_filtering.c
14159                 don't stop timer when prefs filtering dialog is opened
14160
14161 2002-01-14 [alfons]     0.7.0claws1
14162
14163         * src/addr_compl.c
14164         * src/prefs.c
14165                 remove debug_print()s for privacy reasons
14166
14167 2002-01-14 [darko]      0.7.0claws
14168
14169         * README.claws
14170                 quotation wrapping is now also in the main branch
14171
14172 2002-01-14 [paul]
14173
14174         * tools/filter_conv.pl
14175                 allow for Boolean Op and case-sensitivity
14176                 this file is included in the release and tagged
14177                 'rel_0_7_0'
14178
14179 2002-01-13 [paul]       0.7.0claws
14180
14181         * release 0.7.0, with cvs tag 'rel_0_7_0'
14182
14183 2002-01-13 [paul]
14184
14185         * tools/filter_conv.pl
14186         * tools/README
14187                 rewritten to output to matcherrc instead of filteringrc
14188
14189         * po/es.po
14190                 updated Spanish translation by Ricardo Mones Lastra
14191
14192 2002-01-13 [alfons]
14193
14194         * po/nl.po
14195                 update dutch translation
14196
14197 2002-01-13 [paul]
14198
14199         * po/pt_BR.po
14200                 Updated by Fabio Junior Beneditto 
14201
14202 2002-01-13 [melvin]     0.6.6claws53
14203
14204         * po/fr.po
14205                 Updated french translation
14206
14207 2002-01-12 [alfons]     0.6.6claws52
14208
14209         * src/filtering.c
14210                 plug mem leak that has been sitting there for ages              
14211
14212 2002-01-12 [alfons]     0.6.6claws51
14213
14214         * src/summaryview.c
14215                 undo melvin's changes from 0.6.6claws48 because summary
14216                 view now refuses to select first unread message when
14217                 selecting a folder 
14218
14219 2002-01-11 [alfons]     0.6.6claws50
14220
14221         * src/import.c
14222                 use claws' semantics for getting folder item when
14223                 importing an mbox file into a folder 
14224                 (submitted by Dale P. Smith)
14225
14226 2002-01-11 [christoph]  0.6.6claws49
14227
14228         * src/prefs.h
14229                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14230                 toggle widget, because non static prefs can not use
14231                 prefs_set_* functions
14232         * src/prefs_account.c
14233                 toggle smtp auth password field sensitivity if
14234                 user id is empty and add descrition of usage for
14235                 these fields
14236         * src/prefs_folder_item.c
14237                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14238                 callbacks
14239
14240 2002-01-11 [melvin]     0.6.6claws48
14241
14242         * src/compose.c
14243                 fix the 'Ctrl-Enter' feature for sending and test really
14244                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14245                 editables which was not documented in Gtk)
14246
14247         * src/summaryview.c
14248                 Made summaryview refresh after sorting and not before.
14249
14250 2002-01-11 [christoph]  0.6.6claws47
14251
14252         * src/compose.c
14253                 select account from account ids if possible and
14254                 correctly set save folder for copy in reedit
14255
14256 2002-01-10 [paul]       0.6.6claws46
14257
14258         * sync with sylpheed 0.7.0 release
14259                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14260                 2002-01-09
14261
14262 2002-01-09 [alfons]
14263
14264         * src/summaryview.c
14265                 remove more dirt traces...
14266
14267 2002-01-09 [alfons]
14268         
14269         * src/summaryview.c
14270                 clean up some traces of my debugging stuff
14271
14272 2002-01-09 [alfons]     0.6.6claws45
14273
14274         * src/filtering.c
14275                 break up filteringprop_apply() in three separate pieces
14276                 so we can drop messages that failed processing in the
14277                 inbox
14278
14279         * src/summaryview.c
14280                 fix bug #469598 "no refresh of inbox after filter" which 
14281                 was introduced by the new summary view locking, and which 
14282                 prevented the summary view to update after a manual filter 
14283                 message. claw's filter message requires a summary_show().
14284                 (aargh, summary_show() again! :-)
14285                 
14286 2002-01-07 [alfons]     0.6.6claws44
14287
14288         * src/headerwindow.c
14289         * src/logwindow.c
14290         * src/messageview.c
14291         * src/sourcewindow.c
14292                 bring in Hiro's last 0.7.0 wm class fixes
14293
14294         * tools/sylprint.pl
14295                 bring in Ricardo's fix for sylprint script
14296
14297         * AUTHORS       
14298         * src/rfc2015.[ch]
14299         * src/prefs_common.[ch]
14300         * src/prefs_account.[ch]
14301         * src/compose.c
14302                 clean up account preference poison in rfc2015,
14303                 and preparation to fix double sign bug 
14304                 (patch submitted by Simon 'corecode' Schubert)
14305
14306 2002-01-07 [christoph]  0.6.6claws43
14307
14308         * src/mh.c
14309                 search for free message number, do not only rely
14310                 on last_num
14311         * src/send.c
14312                 fix smtp auth and use extra account information
14313                 if available, if not use pop3 data instead
14314                 (closes bug #500341)            
14315         * src/ssl.[ch]
14316                 match coding style
14317
14318 2002-01-06 [alfons]     0.6.6claws42
14319
14320         * src/mainwindow.c
14321                 try making the separate windows work again...
14322
14323 2002-01-06 [alfons]     0.6.6claws41
14324
14325         * src/mainwindow.c
14326                 adapt Hiro's separate window menu (to get rid of the funny
14327                 duplicate menu items), and make it work again
14328
14329 2002-01-06 [alfons]     0.6.6claws40
14330
14331         * tools/Makefile.am
14332         * tools/sylprint.rc
14333         * tools/sylprint.pl
14334         * tools/README.sylprint
14335                 add sylprint script for printing mails from Sylpheed
14336                 (contributed by Ricardo Mones Lastra)
14337
14338         * src/acount.c
14339                 clean up
14340
14341 2002-01-06 [melvin]     0.6.6claws39
14342
14343         * src/mainwindow.c
14344         * src/summaryview.c
14345                 Fixed crash introduced in 0.6.6claws38 by the menu
14346                 reorganisation (Hide read messages)
14347         
14348         * ChangeLog.claws 
14349                 Fixed typo (we are now in 2002, alfons ;) )
14350
14351 2002-01-05 [alfons]     0.6.6claws38
14352
14353         * sync with sylpheed 0.6.6cvs10-17
14354                 (last stuff marked as LAST_STABLE)
14355
14356 2002-01-04 [melvin]     0.6.6claws37
14357
14358         * src/account.c
14359                 Made account selection code use strcasestr again instead of
14360                 g_strcasecmp (fixes bug where reediting queued messages
14361                 did not select proper account reported by T. Link).
14362         
14363         * src/folderview.c
14364                 Fix bug where folder icons are not shown when 'hide read messages'
14365                 is on.
14366         
14367         * src/stock_pixmaps.[ch]
14368                 Added folder icons for 'hide read messages'.
14369         
14370         * src/compose.c
14371                 Fixed bug where 'Enter' in a header entry will send the message 
14372                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14373
14374 2002-01-03 [melvin]     0.6.6claws36
14375         
14376         * src/prefs.[ch]
14377                 Added popup menu for common preferences and
14378                 account preferences (right click on tab displays
14379                                 a menu of all tabs.)
14380
14381 2002-01-02 [melvin]     0.6.6claws35
14382
14383         * src/gtkspell.[ch]
14384                 Made spelling code compatible with undo/redo feature.
14385                 Added creation of suggestion mode menu for the general
14386                         preferences.
14387         
14388         * src/prefs_common.[ch]
14389                 Added option menu for the speller's suggestion mode.
14390                 Added missing spaces in "..." buttons and made a "..."
14391                         button non translatable!
14392         
14393         * src/compose.c
14394                 Made speller use the default suggestion mode.
14395                 Hack to make it possible to choose 'CTRL-Enter' as a
14396                         shortcut for sending (and only for sending).
14397
14398         * src/prefs_folder_item.c
14399                 Changing subject simplification does not update cache 
14400                         anymore (because it is unnecessary).
14401                 Fixed bug where changing subject simplification updated the 
14402                         summaryview even when the viewed folder is not the
14403                         folder which properties are being changed. (E.g. 
14404                                         viewing folder A and changing
14405                                         the subject simplification of 
14406                                         folder B -not being viewed- updated the 
14407                                         summaryview of folder A with data of
14408                                         folder B). (Hope this is clear... )
14409
14410 2001-12-31 [alfons]     0.6.6claws34
14411         
14412         * src/ldif.c
14413         * src/mutt.c
14414                 fgetc() returns a signed integer which doesn't
14415                 fit in a char. so c truncates this to a char
14416                 but we may lose significant bits. i.e. we may
14417                 comparing 0xFF which may not be equal to -1
14418                 unless properly casted to signed char which
14419                 we won't do because fgetc() returns a signed
14420                 integer which doesn't fit in a char. so c 
14421                 truncates this to a char but we may lose 
14422                 significat bits. (you got the idea, thanks
14423                 to Gustavo Noronha Silva <kov@debian.org>
14424                 and the Debian folks!)
14425
14426 2001-12-30 [alfons]     0.6.6claws33
14427
14428         * src/prefs_common.c
14429                 add #ifdef USE_PSPELLs that Melvin forgot               
14430
14431 2001-12-30 [melvin]     0.6.6claws32
14432         
14433         * src/prefs_common.[ch]
14434                 Added configurable color for misspelled words.
14435
14436         * src/gtkspell.[ch]
14437                 Fixed bug of foreground text color (reported by David
14438                                 Mehrmann)
14439                 Added configurable color for misspelled words.
14440
14441 2001-12-30 [alfons]     0.6.6claws31
14442
14443         * src/folder.c
14444                 remove unnecessary things someone put there
14445
14446         * src/mh.c
14447         * src/folder.[ch]
14448                 make folder properties (like threading and sorting) persistent
14449                 (closes bug #497424 "rescan folder tree resets proprieties")
14450                 currently this is only for MH folders. 
14451
14452 2001-12-29 [melvin]     0.6.6claws30
14453
14454         * src/string_match.[ch]
14455                 Optimized a bit: regexp pattern buffer compiled only once, and
14456                   one subroutine call removed. Fixed ^ regexp search: Now, 
14457                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14458         
14459         * src/summaryview.c
14460                 Subject filtering changed to filter summary columns and
14461                   not directly the messages subject cache. The loss in 
14462                   performance is balanced by the improvement of string_match.
14463                 Added an alert panel if there is an error in the regexp.
14464
14465         * src/src/prefs_folder_item.h
14466                 Added a regexp pattern buffer.
14467
14468 2001-12-28 [alfons]     0.6.6claws29
14469
14470         * src/string_match.[ch]
14471                 clean up name space
14472                 allow compilation *BSD
14473
14474 2001-12-27 [alfons]     0.6.6claws28
14475
14476         * src/filter.c
14477                 sync the Hiro's bug fix for BSD
14478
14479 2001-12-27 [melvin]     0.6.6claws27
14480         
14481         * src/compose.c
14482                 Simplify focus to subject entry code.
14483
14484 2001-12-27 [darko]      0.6.6claws26
14485
14486         * src/filtering.c
14487         * src/mbox_folder.c
14488         * src/messageview.c
14489         * src/mh.c
14490         * src/procheader.[ch]
14491         * src/procmsg.h
14492         * src/stock_pixmap.[ch]
14493         * src/summaryview.c
14494                 Show key icon for encrypted mails in summary view
14495
14496         * src/pixmaps/clip.xpm
14497         * src/pixmaps/clipkey.xpm
14498         * src/pixmaps/key.xpm
14499                 New/modified icons for the above
14500
14501 2001-12-27 [melvin]     0.6.6claws25
14502
14503         * src/prefs_common.c
14504                 Put spell checker options in a separate tab to decrease
14505                 the Common Preferences window height.
14506
14507         * README.claws  
14508                 Update spell checker usage instruction about its options
14509                 location.
14510
14511 2001-12-27 [melvin]     0.6.6claws24
14512
14513         * src/compose.c
14514                 Changed subject entry widget position. Initial focus is
14515                 on the To header instead of the subject entry.
14516                 Creating a new header scrolls the header list to make the
14517                 created one visible. Nevertheless, when automatically filling
14518                 headers, the first one is shown.
14519                 A Tab key press in the last empty header entry zips the 
14520                 focus to the subject entry.
14521                 (I did not change the combo boxes, yet)
14522
14523 2001-12-26 [alfons]     0.6.6claws23
14524
14525         * src/prefs_account.c
14526         * src/inc.c
14527                 allow default inbox to reside in another mailbox (only
14528                 works for POP3 accounts)
14529
14530 2001-12-26 [alfons]     0.6.6claws22
14531         
14532         * src/textview.c
14533                 make reply-on-click work with the account of the selected folder
14534         * src/compose.c
14535                 put a fixme here to remind me to fix finding correct default
14536                 account for nested folders
14537
14538 2001-12-25 [alfons]     0.6.6claws21
14539
14540         * src/summaryview.c
14541                 make column headers display locked and mark pixmaps (idea by Melvin) 
14542                 fix bug by adding score and locked column type to sort array
14543
14544 2001-12-25 [alfons]     0.6.6claws20
14545         
14546         * src/summaryview.c
14547                 catch a *potentially* inadvertent write back of  
14548                 the message cache(s) introduced by 0.6.5claws37
14549
14550 2001-12-25 [christoph]  0.6.6claws19
14551
14552         * src/stock_pixmap.[ch]
14553         * src/summaryview.c
14554                 add ignore thread pixmap
14555                 (can someone draw a better icon for this?)
14556
14557 2001-12-24 [alfons]     0.6.6claws18
14558
14559         * src/prefs_folder_item.c
14560                 make address completion actually work for the
14561                 Default To address in the Folder Property dialog.
14562
14563 2001-12-24 [alfons]     0.6.6claws17
14564         
14565         * src/summaryview.c
14566                 use new style regexp for subject stripping 
14567                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14568
14569 2001-12-24 [darko]      0.6.6claws16
14570
14571         * src/pgptext.c
14572         * src/rfc2015.c
14573                 move GPG related informational messages to debug mode
14574
14575 2001-12-23 [alfons]     0.6.6claws15
14576
14577         * src/stock_pixmap.[ch]
14578         * src/summaryview.c
14579                 add the forgotten Claws' locked pixmap
14580
14581 2001-12-23 [alfons]     0.6.6claws14
14582
14583         * src/filesel.c
14584                 accept file name typed in entry in multi file
14585                 selector (patch submitted by Gustavo Noronha Silva 
14586                 <kov@debian.org>)
14587
14588 2001-12-23 [alfons]     0.6.6claws13
14589
14590         * src/prefs_filter.c
14591         * src/prefs_filtering.c
14592         * src/matcher.c
14593         * src/importmutt.c
14594                 clean up a little bit
14595         
14596         * src/string_match.c
14597                 validate input strings a little bit more
14598
14599 2001-12-23 [alfons]     0.6.6claws12
14600
14601         * src/Makefile.am
14602         * src/summaryview.c
14603         * src/string_match.[ch]         ** NEW **
14604         * src/folderview.[ch]
14605         * src/headerview.h
14606         * src/folder.[ch]
14607         * src/prefs_folder_item.[ch]
14608                 add subject simplification to strip out strings from
14609                 a subject line (esp. handy for mailing lists). 
14610                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14611                 but slightly changed things for better integration.)
14612
14613 2001-12-23 [alfons]     0.6.6claws11
14614
14615         * src/mainwindow.c
14616                 fix bug introduced by submission included in 0.6.5claws52.
14617                 ideally this submission should clean the trash if any trash
14618                 folder has a message. however, the hasTrash variable was
14619                 set to false whenever a trash folder was empty (discarding
14620                 a previously found *filled* trash folder.)
14621
14622                 also edited the code a little bit and made it more safe.
14623
14624 2001-12-22 [alfons]     0.6.6claws10
14625
14626         * src/imap.c
14627                 quick fix for Martin Pool's omission of an account
14628                 specific SSL setting
14629
14630 2001-12-22 [alfons]     0.6.6claws9
14631
14632         * src/compose.c
14633         * src/messageview.c
14634         * src/mimeview.c
14635         * src/pgptext.c
14636         * src/procmime.[ch]
14637                 better support for multipart/digest (submitted
14638                 by Fredrik <e98fo@efd.lth.se>)
14639
14640 2001-12-22 [alfons]     0.6.6claws8
14641
14642         * src/addressbook.c
14643                 correct function signature
14644         * src/socket.[ch]
14645         * src/imap.[ch]
14646         * src/prefs_account.[ch]
14647                 allow IMAP over SSH tunnel (patch submitted by 
14648                 Martin Pool <mbp@samba.org>)
14649
14650 2001-12-21 [alfons]     0.6.6claws7
14651
14652         * sync with sylpheed 0.6.6cvs4-9
14653                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14654
14655 2001-12-21 [christoph]  0.6.6claws6
14656
14657         * src/compose.c
14658         * src/prefs_folder_item.[ch]
14659                 implement saving of outgoing messages to current folder.
14660                 fix segfault when no default outbox is available
14661                 (closes bug #495683)
14662
14663 2001-12-21 [carsten]    0.6.6claws5
14664         * src/folderview.c
14665         * src/summaryview.c
14666                 pressing CTRL while DND does now the expected thing and
14667                 copies the mail (moving is still the default, as this
14668                 seam more appropriate for handling mails by DND)
14669
14670 2001-12-18 [paul]       0.6.6claws4
14671
14672         * sync with sylpheed 0.6.6cvs3
14673                 see ChangeLog entries 2001-12-18
14674
14675 2001-12-18 [hiro]       0.6.6claws3
14676
14677         * src/undo.c
14678                 fix for multibyte characters (obtain the number of letters
14679                 instead of bytes).
14680
14681 2001-12-17 [paul]       0.6.6claws2
14682
14683         * sync with sylpheed 0.6.6cvs1
14684                 see ChangeLog entry 2001-12-16
14685
14686 2000-12-17 [alfons]     0.6.6claws1
14687
14688         * src/filtering.c
14689                 clean up
14690
14691 2001-12-16 [paul]       0.6.6claws
14692 2001-12-15
14693
14694         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14695
14696         * src/mimeview.c
14697                 last minute sync with main 0.6.6
14698
14699         * po/es.po
14700                 updated by Ricardo Mones Lastra
14701                 update for last minute sync
14702         * po/fr.po
14703         * po/nl.po
14704                 update for last minute sync
14705         * po/de.po
14706                 updated by Jens Oberender
14707         * po/pt_BR.po
14708                 updated by Fabio Junior Beneditto
14709
14710         * src/prefs_common.[ch]
14711         * src/undo.c
14712                 number of undo levels is user configurable
14713                 (squeeze it into the release in the dying
14714                 moments) Submitted by Jens Oberender    
14715
14716 2001-12-15 [melvin]
14717
14718         * po/fr.po
14719                 updated french translation
14720
14721 2001-12-15 [paul]       0.6.5claws92
14722
14723         * sync with sylpheed 0.6.5cvs28
14724                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14725
14726         * po/nl.po
14727                 update to allow for sync
14728
14729 2001-12-15 [alfons]
14730         
14731         * po/nl.po
14732                 update dutch translation
14733
14734 2001-12-14 [carsten]    0.6.5claws91
14735         * src/summaryview.c
14736                 fixed bug #473785; also after changing the column order
14737                 the same message will be selected and displayed as before
14738                 the reordering
14739
14740 2001-12-14 [carsten]    0.6.5claws90
14741         * src/folderview.c
14742                 probably found the bug reported by wwb opening or closing
14743                 a folder tree just before dnd (found the solution in the
14744                 balsa source -- thanks to them)
14745
14746 2001-12-14 [carsten]    0.6.5claws89
14747         * src/gtkutils.c
14748         * src/account.c
14749                 moved gtk_clist_moveto to the right place, so that
14750                 only the accounts dialog is effected on opening
14751
14752 2001-12-14 [carsten]    0.6.5claws88
14753         * src/gtkutils.c
14754                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14755                 now, so that the focused row will be seen in any case
14756                 (reported by wwp on sf-claws-user)
14757
14758 2001-12-14 [darko]      0.6.5claws87
14759
14760         * src/compose.c
14761                 remove unnecessary line
14762
14763 2001-12-14 [paul]       0.6.5claws86
14764
14765         * sync with sylpheed 0.6.5cvs27
14766                 see ChangeLog entries 2001-12-14
14767
14768 2001-12-14 [carsten]    0.6.5claws85
14769         * src/mainwindow.c
14770                 following a suggestion of Melvin the rcoabm pops up
14771                 right under the button now and the button is reliefed
14772                 while the popup is open
14773
14774 2001-12-14 [darko]      0.6.5claws84
14775
14776         * src/compose.c
14777                 fix crash when wrapping long lines if linewrap quotation
14778                 is disabled and wrapper encounters a word spanning more
14779                 than one line
14780
14781 2001-12-13 [paul]       0.6.5claws83
14782
14783         * src/compose.c
14784                 prefer 'Reply-To' header over mailing list header when
14785                 replying to a message. Finally prevent all those confirmation 
14786                 messages being sent to the list itself.
14787
14788         * src/summaryview.c
14789                 remove unused summary_set_menu_sensitive() entry
14790
14791 2001-12-13 [paul]       0.6.5claws82
14792
14793         * src/folderview.c
14794         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14795         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14796         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14797                 improvements to 'Hide read messages': Inbox, Outbox,
14798                 Trash, Queue, and Draft icons now reveal presence of hidden 
14799                 messages
14800
14801 2001-12-12 [alfons]     0.6.5claws81
14802
14803         0.6.5claws80 was tagged as LAST_STABLE
14804
14805         * src/filtering.[ch]
14806         * src/matcher.[ch]
14807         * src/matcher_parser_lex.c
14808                 fix the filtering; my last attempt to get it right, 
14809                 if it does not work, it's Hoa's turn. ;-)
14810
14811                 for my honourable peers:
14812                 
14813                 the code now makes a clear distinction between
14814                 rules as they are displayed (probably escaped),
14815                 and as they are executed (probably unescaped). the
14816                 parser does *NOT* do any unescaping, this is
14817                 the task of the matcher.c (which breaks up a
14818                 rule into condition) and the filtering.c (which
14819                 breaks up the rule's action). to make this
14820                 run happily we provide an unescaped copy of
14821                 crucial strings to the MatcherProp and 
14822                 FilteringAction structures. note that the only
14823                 exception to this is any REGEXP string. those
14824                 are directly passed to regcomp() and regexp()
14825                 (who have much more powerful unescape functions).
14826                 
14827                 for everyone else:
14828         
14829                 you can escape tab (\t), carriage return (\r),
14830                 linefeed (\n), form feed (\f), quote (\"), 
14831                 single quote (\'), bell (\b) in all the entry
14832                 lines in the scoring & filtering dialogs.
14833                 as an added bonus this should not affect
14834                 existing filtering rules.
14835
14836 2001-12-12 [carsten]    0.6.5claws80
14837
14838         * src/summaryview.c
14839         * po/de.po
14840                 "item(s) selected" is now sensitive to 1 or more
14841                 than one selected (nice for language where simple
14842                 adding of a "s" is not possible as German (Eintrag
14843                 ->Eintr"age)
14844                 
14845                 the "forward as attachment" entry from the right
14846                 click menu removed, "forward" acts following the
14847                 prefs
14848         
14849         * src/textview.c
14850                 reverted my former changes; so compiler warning again
14851                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14852                 nevertheless
14853
14854         * src/messageview.c
14855                 "search in message" does now *not* only work in MVIEW_TEXT
14856                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14857                 message
14858
14859         * src/mainwindow.c
14860                 removed "/File/_Close" as it was the same as "/File/E_xit"
14861                 and we don't need it two times
14862
14863                 the separate folder view and message view now get a distinct
14864                 WMCLASS, just in case someone is using sawfish ;-)
14865
14866                 as the menu entries "/View/Message view" and "/View/Folder tree"
14867                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14868                 make them sensitive accordingly and as these two are "shown"
14869                 after startup anytime check this menuitem at startup
14870
14871 2001-12-12 [paul]       0.6.5claws79
14872
14873         * src/folderview.c
14874                 fix sensitivity of 'Search folder...', broken in
14875                 0.6.5claws75
14876
14877         * src/mainwindow.c
14878                 fix dodgy English
14879
14880 2001-12-11 [carsten]    0.6.5claws78
14881         * src/filtering.c
14882                 fixed two typos returning a wrong FALSE/TRUE
14883         * src/mainwindow.[ch]
14884                 extra menu for email/news button removed
14885
14886 2001-12-11 [alfons]     0.6.5claws77
14887         
14888         * src/matcher.c                 (1.3)
14889         * src/matcher_parser_lex.l      (1.28)
14890                 revert for another attempt
14891                 mark 0.6.5claws77 as LAST_STABLE
14892
14893 2001-12-11 [christoph]  0.6.5claws76
14894
14895         * po/de.po
14896                 fixed wrong translation for prev. unread msg
14897
14898 2001-12-11 [paul]       0.6.5claws75
14899
14900         * src/folder.[ch]
14901         * src/folderview.c
14902         * src/mainwindow.c
14903         * src/summaryview.[ch]
14904         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14905                 enable ability to hide read messages on per folder basis via 
14906                 '/Summary/Hide read messages'; when selected, a folder will 
14907                 have a red open folder icon, instead of a blue icon, if the 
14908                 folder contains hidden messges
14909                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14910
14911         * src/mainwindow.c
14912                 remove '/Message/Forward as attachment' from 
14913                 main_window_set_menu_sensitive() to prevent debug warning
14914
14915         * src/folderview.c
14916         * src/mainwindow.c
14917                 Clean up some of the English
14918
14919         * tools/newscache_clean.pl
14920                 allow for new 'hidereadmsgs' entry in folderlist.xml
14921
14922         * po/es.po
14923                 updated translation, submitted by Ricardo Mones Lastra
14924
14925 2001-12-11 [paul]       0.6.5claws74
14926
14927         * sync with sylpheed 0.6.5cvs25
14928                 see ChangeLog entry 2001-12-11
14929
14930 2001-12-10 [alfons]     0.6.5claws73
14931
14932         * src/matcher.c
14933                 add more control characters
14934         * src/matcher_parser_lex.l
14935                 make escaping / unescaping work again
14936
14937 2001-12-10 [alfons]     0.6.5claws72
14938
14939         * src/imap.c
14940                 clean up warnings "returning value for void function" 
14941         * src/prefs_filtering.c
14942                 make info button for execute action sensitive
14943
14944 2001-12-10 [paul]       0.6.5claws71
14945
14946         * src/compose.c
14947         * src/imap.[ch]
14948         * src/summaryview.c
14949                 fix: imap server now gets informed of MARKED, UNMARKED
14950                 and REPLY events. Now people can use different IMAP-Mail
14951                 clients and have the exact same information about MARKED,
14952                 UNMARKED and REPLY status with all of them. Especially
14953                 useful for imap servers with a web-frontend.
14954                 submitted by Tobias Sandhaas <medlor@web.de>
14955
14956 2001-12-09 [melvin]     0.6.5claws70
14957         
14958         * src/textview.[ch]
14959                 fixed bug #490076 (hunted down by Alfons who implemented
14960                 a workaround in 0.6.5claws65)
14961
14962 2001-12-09 [christoph]  0.6.5claws69
14963
14964         * src/summaryview.c
14965                 set pointer to string in LOCKED column to NULL
14966                 (might fix bug #490800)
14967
14968 2001-12-09 [carsten]    0.6.5claws68
14969
14970         * po/de.po
14971                 resolved some cluttered menu shortcuts 
14972                 ('creating new email' and 'creating news message'
14973                 hade the same)
14974         * src/compose.c
14975                 wmclass now distinc from main window
14976         * src/mainwindow.c
14977           src/mainwindow.h
14978                 email/news and forward button functionality similar
14979                 to the reply buttons; removed the ugly dropdown arrows
14980                 and use instead the right mouse button
14981
14982 2001-12-09 [paul]       0.6.5claws67
14983
14984         * src/imap.c
14985         * src/utils.h
14986                 allow spaces in imap folder names
14987                 submitted by Willem van Engen <wvengen@stack.nl>
14988
14989 2001-12-09 [paul]       0.6.5claws66
14990
14991         * sync with sylpheed 0.6.5cvs24
14992                 see ChangeLog entry 2001-12-09
14993
14994 2001-12-08 [alfons]     0.6.5claws65
14995
14996         * src/textview.c
14997                 prevent secondary selection claim after "add to sender" dialog
14998                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14999                 we trick GTK by simulating a click at (0, 0) in the textview.
15000
15001 2001-12-08 [hoa]        0.6.5claws64
15002
15003         * src/folder.c
15004                 fixed a bug about the .processing folder name while filtering
15005
15006 2001-12-08 [alfons]     0.6.5claws63
15007
15008         * src/folderview.c 
15009                 work around problem of not correctly updating folder stats
15010                 when deleting messages. there's some folder scanning evil
15011                 going so the folderview_update_msg_num() does not work
15012                 correctly. need to investigate this.
15013
15014 2001-12-08 [paul]       0.6.5claws62
15015
15016         * sync with sylpheed 0.6.5cvs23
15017                 see ChangeLog entry 2001-12-08
15018
15019 2001-12-07 [christoph]  0.6.5claws61
15020
15021         * src/compose.c
15022                 fix another header translation problem
15023
15024 2001-12-07 [alfons]     0.6.5claws60
15025
15026         * src/mbox.c
15027                 make filtering also work on local spool mbox
15028
15029 2001-12-07 [carsten]    0.6.5claws59
15030         * src/addressbook.c
15031                 addressbook window gets a wmclass distinct from the main
15032                 sylpheed window
15033         * src/compose.h
15034         * src/mainwindow.[ch]
15035                   forward menu item will use mode selected in prefs, forward 
15036                 as attatchment in menu removed (will be substituted in the
15037                 toolbar similar to reply buttons)
15038                   create news message menu entry and news button is now 
15039                 sensitive to the existance of a news account
15040         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15041         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15042         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15043                 these are removed because the toolbar buttons don't show
15044                 the quoting modus any longer
15045
15046 2001-12-07 [paul]
15047
15048         * tools/newscache_clean.pl      ** NEW FILE **
15049                 perl script to do some tidying up in the newscache directory 
15050                 
15051         * tools/sylpheed-switcher       ** NEW FILE **
15052                 perl script to enable easy switching between main and claws
15053                 
15054         * tools/README
15055                 added descriptions of the two new perl scripts          
15056
15057
15058 2001-12-07 [melvin]     0.6.5claws58
15059
15060         * src/messageview.c
15061                 fixed a warning during compilation introduced in 0.6.5claws56
15062
15063 2001-12-07 [paul]       0.6.5claws57
15064
15065         * src/mainwindow.[ch]
15066         * src/menu.[ch]
15067                 further usability enhancements to replying with or without 
15068                 quoting via the toolbar, use of Ctrl key is replaced by 
15069                 drop down menu 
15070                 Submitted by Carsten Schurig            
15071
15072 2001-12-07 [melvin]     0.6.5claws56
15073
15074         * src/messageview.c
15075                 hack to fix bug that prevented to make/paste selections
15076                 after switching between MVIEW_TEXT and MVIEW_MIME views
15077                 without deselecting the selection first.
15078
15079 2001-12-06 [alfons]     0.6.5claws55
15080
15081         * src/filtering.[ch]
15082         * src/inc.c
15083                 revise filtering a little bit more, and make sure
15084                 messages are delivered to the appropriate inbox
15085                 (perhaps set per account)
15086
15087 2001-12-06 [paul]       0.6.5claws54
15088
15089         * sync with sylpheed 0.6.5cvs22
15090                 see ChangeLog entry 2001-12-06
15091
15092 2001-12-05 [alfons]     0.6.5claws53
15093
15094         * src/inc.c
15095         * src/folder.[ch]
15096         * src/procmsg.c
15097         * src/filtering.c
15098                 more revisions of filtering system
15099                 (last stable version is marked as LAST_STABLE)
15100                 
15101                 | NOTE 1): the filtering system now uses a local folder called
15102                 | .processing. if filtering fails, check this directory
15103                 | for missing messages.
15104                 |
15105                 | NOTE 2): help us find the filtering actions still missing
15106
15107 2001-12-05 [paul]       0.6.5claws52
15108
15109         * src/mainwindow.c
15110                 fix bug where 'Empty Trash?' pop-up window appears even
15111                 when Trash is empty, submitted by Jesse Skinner         
15112
15113 2001-12-05 [melvin]     0.6.5claws51
15114
15115         * src/compose.c
15116                 fixed bug #486106 to select correct account when reediting 
15117                 a queued message
15118         
15119 2001-12-04 [alfons]     0.6.5claws50
15120
15121         * src/mh.c
15122                 declare markfile in appropriate functions when
15123                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15124                 for spotting this)
15125
15126 2001-12-04 [paul]       0.6.5claws49
15127
15128         * sync with sylpheed 0.6.5cvs21
15129                 see ChangeLog entry 2001-12-04
15130
15131 2001-12-03 [christoph]  0.6.5claws48
15132
15133         * po/de.po
15134                 changed translation of undo
15135         * src/account.c
15136         * src/folder.c
15137                 don't reinvent the wheel to traverse a GNode
15138         * src/compose.[ch]
15139                 seperate code to create the compose gui into functions
15140                 add "Others" page with folder selection for saving copy
15141                 of the message.
15142                 the folder identifier is saved to queue header
15143         * src/procmsg.c
15144                 save message to folder in queue header
15145
15146 2001-12-03 [paul]       0.6.5claws47
15147
15148         * sync with sylpheed 0.6.5cvs20
15149                 see ChangeLog entry 2001-12-03
15150
15151 2001-12-01 [paul]
15152
15153         * more sync with sylpheed 0.6.5cvs19
15154                 see ChangeLog entry 2001-11-29
15155
15156 2001-11-30 [paul]       0.6.5claws46
15157         
15158         * src/compose.c
15159                 remove conflicts introduced by Hoa's last commit
15160          
15161         * src/mainwindow.c
15162                 make 'Message/Bounce' sensitive
15163
15164 2001-11-30 [hoa]        0.6.5claws45
15165
15166         * src/compose.c
15167                 slightly change bounce function to add
15168                 information about the user that bounced the mail
15169                 in the From header line.
15170
15171         * src/folderview.c
15172                 permit the use of processing in outbox folder.
15173
15174 2001-11-29 [paul]       0.6.5claws44
15175
15176         * src/mainwindow.[ch]
15177         * src/prefs_common.c
15178         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15179         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15180         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15181                 usability enhancements to the quoting, implements
15182                 use of Ctrl key to toggle quoting settings
15183                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15184
15185 2001-11-29 [paul]       0.6.5claws43
15186         
15187         * sync with sylpheed 0.6.5cvs19
15188                 see ChangeLog entry 2001-11-28
15189
15190 2001-11-29 [melvin]     0.6.5claws42
15191         * src/Makefile.am
15192                 added enriched.[ch] to the list of files
15193
15194         * src/textview.c
15195         * src/mimeview.c
15196         * src/procmime.[ch]
15197         * src/enriched.[ch]
15198                 added support to view text/enriched
15199                 added support to show headers in message view for text/enriched and text/html
15200                         in non multipart messages
15201
15202 2001-11-28 [paul]       0.6.5claws41
15203
15204         * more sync with sylpheed 0.6.5cvs18
15205                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15206
15207 2001-11-27 [paul]       0.6.5claws40
15208         
15209         * po/pt_BR.po
15210                 updated translation, submitted by Fabio Junior Beneditto
15211                 
15212         * sync with sylpheed 0.6.5cvs18
15213                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15214                 2001-11-27
15215
15216
15217 2001-11-26 [paul]
15218
15219         * po/es.po
15220                 updated translation, submitted by Ricardo Mones Lastra
15221
15222 2001-11-26 [alfons]
15223
15224         * src/matcher.c
15225                 add more translatable strings
15226
15227 2001-11-26 [christoph]  0.6.5claws39
15228
15229         * po/de.po      
15230                 fixed one more umlaut
15231         * src/compose.c
15232                 fix translated header when it should not be translated
15233
15234 2001-11-26 [paul]       0.6.5claws38
15235
15236         * src/mainwindow.c
15237                 remove '/Message/Add Sender to address book' from 
15238                 main_window_set_menu_sensitive(), prevent debug warning
15239                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15240
15241 2001-11-26 [paul]       0.6.5claws37
15242
15243         * src/summaryview.c
15244                 fix 'recurring unread state' bug 
15245
15246         * tools/README 
15247         * tools/filter_conv.pl
15248                 read name of top level mailbox from folderlist.xml
15249                 and presume nothing about its name              
15250
15251 2001-11-26 [darko]      0.6.5claws36
15252
15253         * src/gtkstext.[ch]
15254                 removed functions that are now in gtkutils.c
15255                 use gtkut_text_is_uri_string() from gtkutils.c
15256         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15257
15258 2001-11-26 [paul]       0.6.5claws35
15259
15260         * sync with sylpheed 0.6.5cvs16
15261                 see ChangeLog entries 2001-11-25 and 2001-11-26
15262
15263 2001-11-25 [alfons]     0.6.5claws34
15264
15265         EXPERIMENTAL!!! Please checkout the last stable version using: 
15266           
15267         % cvs update -r LAST_STABLE -dRAP
15268
15269         (Or help us testing this stuff.)
15270
15271         * src/filtering.c               (1.14)
15272         * src/filtering.h               (1.6)
15273         * src/inc.c                     (1.28)
15274         * src/matcher.c                 (1.20)
15275         * src/mbox.c                    (1.9)
15276         * src/procmsg.h                 (1.14)
15277         * src/summaryview.c             (1.59)
15278         * src/summaryview.h             (dunno)
15279                 revert/merge/sync to as it was before commit 
15280                 on Thu, 19 Jul 2001 10:15:51 -0700.
15281
15282 2001-11-25 [hoa]        0.6.5claws33
15283
15284         * src/main.c
15285                 processing mails at startup
15286
15287         * src/folderview.c
15288         * src/summaryview.[ch]
15289                 processing mails when entering folder
15290
15291         * src/prefs_filtering.c
15292                 fixed some UI bugs
15293
15294 2001-11-24 [alfons]     0.6.5claws32
15295
15296         * src/summaryview.[ch]
15297                 make summary sort headers work, and also make
15298                 sure the sort type is stored
15299
15300 2001-11-23 [alfons]     0.6.5claws31
15301
15302         * src/summaryview.[ch]
15303                 make lock work like mark
15304                 disallow deleting messages marked as locked
15305
15306 2001-11-23 [alfons]     0.6.5claws30
15307
15308         * src/gtkstext.c
15309         * src/compose.[ch]
15310         * src/Makefile.am
15311         * src/undo.[ch]
15312                 merge undo patch submitted by Jens
15313
15314 2001-11-23 [christoph]  0.6.5claws29
15315
15316         * src/.cvsignore
15317                 added ylwrap
15318         * src/compose.c
15319                 fixed gpg signing and encoding
15320         * src/folder.[ch]
15321         * src/main.c
15322                 added --status option to get new, unread and total
15323                 message count from a running sylpheed
15324         * src/prefs_common.c
15325                 temporary fix for reply_with_quote problem
15326                 (don't call functions for non existing widget)
15327         * src/procmsg.c
15328                 one more check for ignored threads but still not
15329                 always working correctly. probably a recursive
15330                 check for all parents is needed
15331
15332 2001-11-23 [darko]      0.6.5claws28
15333
15334         * src/compose.c
15335                 wrapping on send improvements
15336         * src/gtkutils.[ch]
15337                 fix for GtkSText after last sync with main branch
15338                 GTK_TEXT -> GTK_STEXT
15339
15340 2001-11-23 [paul]       0.6.5claws27
15341
15342         * sync with sylpheed 0.6.5cvs14
15343                 see ChangeLog entries 2001-11-22 and 2001-11-23
15344                 
15345         * po/de.po
15346                 fixed the scrambled umlauts 
15347                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15348
15349 2001-11-21 [paul]       0.6.5claws26
15350
15351         * sync with sylpheed 0.6.5cvs12
15352                 see 2nd ChangeLog entry dated 2001-11-20
15353
15354 2001-11-20 [paul]       0.6.5claws25
15355
15356         * sync with sylpheed 0.6.5cvs11
15357                 see ChangeLog entry 2001-11-19 (src/utils.c)
15358
15359 2001-11-20 [hiro]
15360
15361         * src/compose.c
15362                 GTK_TEXT -> GTK_STEXT
15363                 fix for wrong comment
15364
15365 2001-11-20 [hiro]       0.6.5claws24
15366
15367         * src/compose.[ch]
15368                 more merges from main branch
15369                 removed fatal warnings (uninitialized variables etc.)
15370                 some coding style fix
15371         * src/gtkutils.h
15372                 fixed typo.
15373         * src/addressbook.c
15374           src/addrindex.c
15375                 V-Card -> vCard
15376
15377 2001-11-19 [hoa]        0.6.5claws23
15378
15379         * src/filtering.c
15380         * src/prefs_scoring.c
15381         * src/matcher.[ch]
15382         * src/scoring.c
15383                 cleaning code
15384
15385         * src/matcher_parser_parse.y
15386         * src/prefs_filtering.c
15387                 bouncing
15388
15389 2001-11-19 [alfons]     0.6.5claws22
15390
15391         more of my old things into claws
15392
15393         * src/Makefile.am
15394         * src/prefs_common.c
15395         * src/procmsg.h
15396         * src/summaryview.[ch]
15397         * src/prefs_summary_column.c
15398         * src/pixmaps/locked.xpm
15399                 add indicators for locking of message in summary view
15400                 (does not work yet, only visual indicator)
15401
15402 2001-11-19 [paul]       0.6.5claws21
15403
15404         * sync with sylpheed 0.6.5cvs10
15405                 see ChangeLog entry 2001-11-19
15406
15407 2001-11-18 [alfons]     0.6.5claws20
15408         
15409         * src/filtering.c
15410                 remove an inadvertent free I forgot in previous clean up 
15411
15412 2001-11-18 [alfons]     0.6.5claws19
15413
15414         * src/filtering.[ch]
15415                 clean up & plug leaks
15416
15417 2001-11-18 [paul]       0.6.5claws18
15418
15419         * sync with sylpheed 0.6.5cvs9
15420                 see ChangeLog entries 2001-11-17 and 2001-11-18
15421
15422 2001-11-16 [paul]       0.6.5claws17
15423
15424         * sync with sylpheed 0.6.5cvs8
15425                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15426
15427 2001-11-16 [paul]       0.6.5claws16
15428
15429         * sync with sylpheed 0.6.5cvs7
15430                 see ChangeLog entries 2001-11-15 and 2001-11-16
15431
15432 2001-11-15 [hoa]        0.6.5claws15
15433
15434         * src/compose.c
15435                 fix bounce, mails we received couln't be bounced to ourself.
15436
15437         * src/defs.h
15438         * src/filtering.[ch]
15439         * src/matcher.[ch]
15440         * src/matcher_parser.h
15441         * src/matcher_parser_lex.l
15442         * src/matcher_parser_parse.y
15443         * src/inc.c
15444         * src/main.c
15445         * src/mbox.c
15446         * src/prefs_filtering.[ch]
15447         * src/mainwindow.c
15448         * src/prefs_matcher.c
15449         * src/prefs_scoring.c
15450         * src/scoring.[ch]
15451         * src/summaryview.c
15452                 new matcher/filter/score configuration file parser
15453                 one unique configuration file => ~/.sylpheed/matcherrc
15454                 import in currently automatic, then save are made
15455                 in this new file.
15456                 one filter per folder and one global filter
15457                 (filter of a folder will be used as folder processing)
15458
15459         * src/folder.c
15460                 fix a bug in folder_item_get_identifier
15461                 
15462         * src/messageview.c
15463                 receive receipt return are fixed.
15464
15465 2001-11-14 [alfons]     0.6.5claws14
15466
15467         * src/session.h
15468                 add things from main branch to make claws compile
15469
15470 2001-11-14 [paul]       0.6.5claws13
15471
15472         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15473                 see ChangeLog entries 2001-11-08 to 2001-11-14
15474
15475 2001-11-14 [hoa] 0.6.5claws12
15476
15477         * src/compose.[ch]
15478         * src/mainwindow.c
15479         * src/summaryview.c
15480                 add "bounce mail" option
15481
15482 2001-11-13 [christoph]  0.6.5claws11
15483
15484         * src/compose.c
15485                 Cleanup a mess i add before commiting
15486
15487 2001-11-13 [hoa]        0.6.5claws10
15488
15489         * src/compose.c
15490                 some fixes when mail are sent or
15491                 for crossposts
15492
15493 2001-11-13 [christoph]  0.6.5claws9
15494
15495         * po/de.po
15496                 Changed two string with the same translation
15497         * src/compose.c
15498         * src/procmsg.[ch]
15499         * src/send.[ch]
15500                 New mailsending process:
15501                   - Always queue message before sending
15502                     (message will be saved if sylpheed crashed or
15503                      freezes while sending)
15504                   - Allow queuing of newspostings
15505                   - No copy in outbox before sending
15506                     (closes bug #469501)
15507                   - No more redundant code for send and send_later
15508         * src/summaryview.c
15509                 Applied wwp <subscript@free.fr>'s patch that fixes
15510                 marks for multiple forwarded messages (+compose.c)
15511
15512 2001-11-12 [alfons]
15513
15514         * README.claws
15515                 remove things that are now in main branch
15516         
15517         * po/nl.po
15518                 update Dutch translation
15519
15520 2001-11-12 [mhadasht]   0.6.5.claws8
15521
15522         * src/prefs_common.c
15523                 re-enabled account autoselection feature for forward
15524                 and reedit lost during the branch point for SYNC-B4-REL
15525         * src/gtkspell.c
15526                 gtkpspell_get_dict(): more readable code (even if function is
15527                 not used yet)
15528         * ChangeLog.claws
15529                 added version number info to 2001-11-12 [hiro] comment.
15530
15531 2001-11-12 [hiro]       0.6.5.claws7
15532
15533         * src/compose.c
15534                 compose_forward(): fixed a bug that forward quote mark
15535                 wasn't used.
15536                 removed unnecessary code.
15537         * src/template_select.[ch]: removed.
15538
15539 2001-11-11 [alfons]
15540
15541         * src/compose.c
15542                 :%s/GTK_TEXT/GTK_STEXT/g
15543         
15544         * src/compose.[ch]
15545         * src/undo.[ch]
15546         * src/Makefile.am
15547                 revert the undo stuff (this is 0.6.6claws stuff)
15548
15549 2001-11-11 [hoa]        0.6.5.claws6
15550
15551         * src/compose.[ch]
15552                 Insert signature at the end of the text.
15553                 Added undo patch but currently disabled
15554
15555         * src/procmsg.c
15556                 Threading by subject improved.
15557
15558         * added src/undo.[ch]
15559                 Undo module for compose dialog box.
15560
15561 2001-11-11 [alfons]     0.6.5.claws5
15562
15563         * src/procmsg.c
15564                 prevent threading by subject on nodes that have already been
15565                 threaded by in-reply-to (as in "circular references in a tree
15566                 result in a dead branch")
15567
15568 2001-11-09 [hoa]        0.6.5.claws4
15569         
15570         * src/folderview.c
15571                 allows creation of mbox folder item from any files.
15572
15573 2001-11-09 [alfons]     0.6.5.claws3
15574         
15575         * src/utils.c
15576         * src/procmsg.c
15577                 do what I mean and correct threading by subject so it really
15578                 ignores attracting lines without "Re: "
15579
15580 2001-11-07 [alfons]     0.6.5.claws2
15581
15582         * src/procmsg.c
15583         * src/utils.[ch]
15584                 only attract by subject if a subject line starts with a "Re: "
15585         * src/syldap.c
15586                 remove warning
15587
15588 2001-11-07 [paul]       0.6.5claws1
15589
15590         * sync with sylpheed 0.6.5. release
15591                 see ChangeLog entry 2001-11-07
15592
15593 2001-11-07 [paul]       0.6.4claws31
15594
15595         * sync with sylpheed 0.6.4cvs18
15596                 see ChangeLog entries 2001-10-30 to 2001-11-07
15597                 prefs_templates.[ch] renamed prefs_template.[ch]
15598
15599 2001-11-06 [alfons]
15600         
15601         * src/utils.h
15602                 add semicolon Hoa forgot ;-)
15603                 
15604
15605 2001-11-06 [hoa]        0.6.4claws30
15606         
15607         * src/procmsg.c
15608         * src/summaryview.c
15609         * src/utils.c
15610         * src/utils.h
15611                 threading by subject - empty subject are ignored
15612
15613 2001-11-06 [christoph]  0.6.4claws29
15614
15615         * src/socket.c
15616                 use SSL_peek for sock_gets
15617         * src/utils.c
15618                 removed unneeded pointer in extracting quoted
15619                 names implementation
15620
15621 2001-11-06 [melvin]     0.6.4claws28
15622
15623         * src/gtkspell.c
15624                 fixed bug #476792 Selection overtyping with spell checker
15625                 fixed bug which could cause a buffer overflow
15626                 fixed a memory leak
15627
15628 2001-11-06 [hoa]        0.6.4claws27
15629         
15630         * src/procmsg.c
15631         * src/summaryview.c
15632                 threading by subject
15633
15634 2001-11-05 [alfons]     0.6.4claws26
15635         
15636         * README.claws
15637                 Claws -> Sylpheed (vice versa)
15638
15639         * src/compose.c
15640                 :%s/gtk_text/gtk_stext/g
15641                 :%s/GTK_TEXT/GTK_STEXT/g
15642                 (thanks to Jonathan Ware for spotting this)
15643
15644 2001-11-04 [christoph]  0.6.4claws25
15645
15646         * src/summaryview.c
15647                 replace Xalloca + strdup with Xstrdup_a
15648         * src/utils.c
15649                 better implementation of extracting quoted names
15650                 from addresses (remove backlashes and ignore
15651                 quotes after them)
15652
15653 2001-11-04 [alfons]     0.6.4claws24
15654
15655         * src/utils.[ch]
15656                 edit to comply more with coding style
15657
15658         * src/textview.c
15659                 fix bug reported by Kim Schulz. introduced by the patch integrated
15660                 in 0.6.4claws15. the code did not check the return value of
15661                 the html parser.
15662
15663         * AUTHORS
15664                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15665
15666 2001-11-04 [christoph]  0.6.4claws23
15667
15668         * src/main.c
15669         * src/prefs_common.[ch]
15670                 init some pointers that possibly caused a segfault
15671                 reported in the claws-users ML
15672
15673 2001-11-04 [hoa]        0.6.4claws22
15674
15675         * src/grouplistdialog.c
15676                 change the names of the nodes in the tree
15677
15678         * src/compose.c
15679                 enhanced mailto syntax as described in
15680                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15681                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15682
15683         * src/utils.c
15684                 encode and decode URI (useful when opening URL into
15685                 netscape).
15686
15687 2001-11-03 [hoa]        0.6.4claws21
15688
15689         * src/grouplistdialog.c
15690                 a new newsgroups list selection dialog box
15691                 with a CTree instead of a CList
15692
15693 2001-11-03 [hoa]        0.6.4claws20
15694
15695         * src/folderview.c
15696                 enable property and scoring options when right
15697                 click on "inbox"
15698
15699         * src/summaryview.c
15700                 fixed bug when nickname were displayed using
15701                 the address book.
15702
15703 2001-11-02 [darko]      0.6.4claws19
15704
15705         * src/compose.c
15706                 new wrap quotation and URL/long words wrapping implementation
15707         * src/compose.c src/gtkstext.[ch]
15708                 move gtkstext_strncmp() to gtkstext.c
15709
15710 2001-11-01 [christoph]  0.6.4claws18
15711
15712         * src/prefs_account.c
15713                 fixed mess in account settings dialog
15714         * src/prefs_folder_item.c
15715                 added label with folder path to dialog
15716
15717 2001-10-31 [match]      0.6.4claws17
15718
15719         * src/vcard.c
15720                 fix memory leak.
15721         * src/addrbook.c
15722                 fix generation of spurious address book file names.
15723                 remove redundant functions.
15724         * po/POTFILES.in
15725                 added missing file names.
15726
15727 2001-10-30 [paul]       0.6.4claws16
15728
15729         * sync with sylpheed 0.6.4cvs6
15730                 see ChangeLog entries 2001-10-26 to 2001-10-30
15731
15732         * tools/filter_conv.pl
15733                 read folderlist.xml to discover whether the top-level
15734                 folder is called 'Mailbox' or 'Mail' 
15735
15736 2001-10-29 [paul]       0.6.4claws15
15737
15738         * src/html.c, src/textview.c
15739                 activate links in html mail and fix clickable parts
15740                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15741
15742 2001-10-29 [paul]
15743
15744         * po/de.po, po/es.po, po/pt_BR/po
15745                 updated translations, submitted by Jens Oberender,
15746                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15747
15748 2001-10-29 [darko]      0.6.4claws14
15749
15750         * src/compose.c
15751                 fix wrapping for good
15752
15753 2001-10-29 [darko]
15754
15755         * src/compose.c
15756                 undo previous change as it broke the smart wrapping
15757
15758 2001-10-29 [darko]      0.6.4claws13
15759
15760         * src/compose.c
15761                 fix infinite loop when long URL is quoted
15762                 (closes bug #475122.
15763
15764 2001-10-28 [match]
15765
15766         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15767                 import Mutt address book
15768         * src/ldif.[ch] src/importldif.h
15769                 modified import LDIF handle user attributes
15770
15771 2001-10-28 [christoph]  0.6.4claws12
15772
15773         * src/summaryview.c
15774                 fixed that filtering did not work if there
15775                 were no filter rules
15776                 (closes bug #472003 and better implementation
15777                  of patch #474644)
15778
15779 2001-10-27 [christoph]  0.6.4claws11
15780
15781         * src/compose.c
15782                 make the folder's default account to be used when
15783                 replying. (patch by wwp <subscript@free.fr>)
15784         * src/compose.c
15785                 code cleanup, nearly killed all of wwp's patch
15786                 for folder's default account in compose
15787         * src/folderview.c
15788                 error panel when a folder could not be created
15789                 (closes bug #471080 new folder name & already
15790                  existing file)
15791
15792 2001-10-26 [alfons]
15793
15794         * src/utils.h
15795                 change prototype of strstr2() that Christoph forgot about
15796
15797 2001-10-26 [christoph]  0.6.4claws10
15798
15799         * src/account.c
15800                 made search for accounts by email address not case
15801                 sensitive
15802         * src/folder.c
15803                 fixed memory leak in folder_item_get_identifier
15804         * src/gtkspell.c
15805         * src/utils.c
15806                 fixed wrong strstr2 (should work like strstr)
15807
15808 2001-10-26 [darko]      0.6.4claws9
15809
15810         * src/compose.c src/gtkstext.[ch]
15811         * src/gtkstext.c
15812                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15813
15814 2001-10-26 [paul]       0.6.4claws8
15815
15816         * src/html.c
15817                 ignore css and javascript tags in html mail
15818                 case-insensitive, with or without double-quoted
15819                 strings
15820
15821 2001-10-26 [paul]       0.6.4claws7
15822
15823         * sync with sylpheed 0.6.4cvs1
15824                 see ChangeLog entry 2001-10-26
15825
15826         * src/prefs_account.c, src/prefs_common.c,
15827           src/prefs_summary_column.c
15828                 minor improvements to the English
15829
15830 2001-10-25 [alfons]     0.6.4claws6
15831
15832         * src/gtkstext.c
15833         
15834                 make GtkSText follow style of GtkText (closes bug 
15835                 #469211 "text selection while writing message")
15836                 
15837                 do sync with GTK 1.2.10
15838
15839 2001-10-25 [paul]       0.6.4claws5
15840
15841         * src/html.c
15842                 ignore css tags in html mail
15843
15844 2001-10-25 [darko]      0.6.4claws4
15845
15846         * src/compose.c
15847                 don't declare is_url_string as static function since
15848                 we need it in gtkstext.c
15849         * src/gtkstext.c
15850                 remove unused variable
15851                 don't wrap long URLs while composing a message
15852
15853 2001-10-24 [christoph]  0.6.4claws3
15854
15855         * src/socket.c
15856                 fix ssl deadlock, when peer closes connection
15857
15858 2001-10-24 [paul]       0.6.4claws2
15859
15860         * src/prefs_common.c
15861                 gettextize the gpg ascii-armored warning message
15862
15863         * src/compose.c
15864                 insert a DOS/MAC file into the composed message
15865                 (improvements)
15866
15867         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15868
15869 2001-10-22 [paul]       0.6.4claws1
15870
15871         * sync with sylpheed 0.6.4 release
15872                 see ChangeLog entries 2001-10-21
15873
15874         * po/fr.po, po/pt_BR.po
15875                 updated by Melvin Hadasht and Fabio Junior Beneditto
15876
15877 2001-10-21 [paul]       0.6.3claws30
15878
15879         * src/compose.c
15880                 insert a DOS text file from the compose window
15881                 into the composed message text (removes CRs characters)
15882                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15883
15884         * tools/filter_conv.pl, tools/README
15885                 automatically use ~/.sylpheed as working directory
15886                 print out confirmation message on completion
15887
15888         * correct Hoa's last ChangeLog.claws entry
15889
15890 2001-10-20 [hoa]        0.6.3claws29
15891
15892         * src/grouplistdialog.c
15893                 bugfix (another ?) to give the right
15894                 newsgroups list for each news server.
15895
15896         * src/news.c
15897         * src/news.h
15898                 improve the newsgroups list cache
15899
15900 2001-10-20 [paul]       0.6.3claws28
15901
15902         * sync with sylpheed 0.6.3cvs9
15903                 see ChangeLog entry 2001-10-19
15904
15905         * correct Alfons' last ChangeLog.claws entry
15906
15907 2001-10-19 [alfons]
15908
15909         * src/pgptext.[ch]
15910                 fix compilation problems (part of bug #472895)
15911
15912 2001-10-18 [hoa]        0.6.3claws27
15913
15914         * src/grouplistdialog.c
15915                 bugfix when we refresh was clicked (bug 472701)
15916
15917 2001-10-19 [christoph]  0.6.3claws26
15918
15919         * src/compose.c
15920                 last header entry should default to "To:" or
15921                 "Newsgroups:" and not copy the last entry line
15922                 in a new compose window
15923                 (closes bug #472686, #470792)
15924
15925 2001-10-19 [paul]       0.6.3claws25
15926
15927         * sync with Sylpheed 0.6.3cvs8
15928                 see ChangeLog entries 2001-10-18 and 2001-10-19
15929
15930 2001-10-18 [christoph]  0.6.3claws24
15931
15932         * src/procmsg.c
15933                 reimplement ignore thread
15934         
15935 2001-10-18 [hoa]        0.6.3claws23
15936
15937         * src/folderview.c
15938         * src/grouplistdialog.[ch]
15939                 enhanced news subscription interface (feature 469113)
15940
15941         * src/news.c
15942         * src/news.h
15943                 enchanced newsgroup listing,
15944                 now, we can get groups informations
15945                 (NNTPGroupInfo)
15946
15947 2001-10-18 [paul]       0.6.3claws22
15948
15949         * src/summaryview.c
15950                 remove comment (sync with main branch)
15951         * src/mainwindow.c
15952                 fix 'Re-edit' bug in 'Message' menu
15953
15954 2001-10-17 [christoph]  0.6.3claws21
15955
15956         * src/compose.c
15957                 ignore empty or whitespace only header lines
15958
15959 2001-10-17 [paul]       0.6.3claws20
15960
15961         * sync with sylpheed 0.6.3cvs7
15962                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15963                 2001-10-17
15964
15965 2001-10-17 [darko]
15966
15967         * src/compose.c
15968                 wrap long lines without spaces
15969                 don't wrap URLs
15970
15971 2001-10-16 [paul]
15972
15973         * po/es.po, po/nl.po, po/pt_BR.po
15974                 updated by Ricardo Mones Lastra, Alfons,
15975                 and Fabio Junior Beneditto
15976
15977         * sylpheed-0.6.3claws released
15978
15979 2001-10-15 [melvin] 0.6.3claws18
15980
15981         * README.claws
15982                 added summary and detailed installation instructions
15983                 for spell checker
15984         * po/fr.po
15985                 Updated, corrected and completed french translation
15986
15987 2001-10-15 [hoa] 0.6.3claws17
15988         * src/grouplistdialog.c
15989                 we can choose the newsgroups to display with wildcards
15990
15991 2001-10-15 [christoph]  0.6.3claws16
15992
15993         * src/account.c
15994         * src/compose.c
15995         * src/prefs_folder_item.[ch]
15996                 applied wwp <subscript@free.fr>'s folder
15997                 default account patch
15998         * po/de.po
15999                 Fixed wrong translation
16000
16001 2001-10-13 [alfons, christoph, melvin]  
16002                         0.6.3claws15
16003
16004         solution #2 to solve MT-safety problems defers all GUI related calls
16005         to the main thread using a gtk_idle_add() callback. discussed on
16006         ircnet #sylpheed, with christoph spotting some issues with the
16007         original code, and melvin allowing us to lobotomize his sylpheed.
16008
16009         * src/syldap.[ch], src/main.c
16010                 fix race problem in ldap search thread by deferring GUI 
16011                 stuff to main thread using gtk_idle_add()
16012
16013 2001-10-13 [paul]       0.6.3claws14
16014
16015         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16016                 add Sergey's smtpcred.patch
16017                 adds separate username/password setting for SMTP Auth
16018                 needed by some servers
16019                 (closes feature request #471659)
16020
16021 2001-10-13 [paul]       0.6.3claws13
16022
16023         * src/pgptext.[ch] **NEW FILES**
16024         * src/Makefile.am, src/messageview.c, src/mimeview.c
16025                 decrypt ascii-armored gpg text embedded in
16026                 the message body.
16027                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16028
16029 2001-10-13 [christoph]  0.6.3claws12
16030
16031         * README.claws
16032                 some more details on default to and
16033                 feature requests
16034         * src/main.c
16035                 init glib threading when ldap is used
16036         * src/syldap.c
16037                 threading fixes
16038         * po/de.po
16039                 fixed a typo
16040
16041 2001-10-12 [paul]       0.6.3claws11
16042
16043         * src/prefs_common.[ch], src/rfc2015.c
16044                 enable ascii-armored gpg text to be embedded in the
16045                 message body, selectable through the 'Privacy'
16046                 preferences. Supports encrypting only.
16047                 Submitted by Ravemax <ravemax@dextrose.com>
16048
16049 2001-10-12 [paul]       0.6.3claws10
16050
16051         * sync with sylpheed 0.6.3cvs6
16052                 see ChangeLog entries 2001-10-11 and 2001-11-12
16053
16054         * src/folderview.c
16055                 incorporated mbox folders, scoring, and folder
16056                 properties into the sync
16057
16058 2001-10-12 [darko]      0.6.3claws9
16059
16060         * README.claws
16061                 describe quotation wrapping
16062         * src/compose.c
16063                 don't treat tab as space to calculate line length properly
16064
16065 2001-10-11 [alfons]
16066
16067         * README.claws
16068                 correct description of how to make new filtering system work,
16069                 add some other things
16070                 
16071         * src/syldap.c
16072                 remove sched_yield() (not necessary / unportable)
16073
16074 2001-10-11 [paul]       0.6.3claws8
16075
16076         * sync with sylpheed 0.6.3cvs3
16077                 see ChangeLog entry 2001-10-10
16078
16079 2001-10-10 [christoph]  0.6.3claws7
16080
16081         * .cvsignore
16082                 ignore 2 files created by newer autotools
16083         * src/prefs_folder_item.c
16084                 using table for widget alignment
16085                 fixed memory leak and broken octal display
16086         * src/filesel.c
16087                 fixed segfault caused by lost filename
16088                 workaround (closes bug #469551)
16089
16090 2001-10-10 [paul]       0.6.3claws6
16091
16092         * sync with sylpheed 0.6.3cvs2
16093                 see ChangeLog entries 2001-10-09 and 2001-10-10
16094
16095 2001-10-10 [darko]      0.6.3.claws5
16096
16097         * src/gtkstext.c
16098                 proper calculation of right margin if smart wrapping is enabled
16099         * src/compose.c
16100                 automatically wrap long lines if wrap quotation is enabled
16101
16102 2001-10-09 [alfons]     0.6.3.claws4
16103
16104         * src/summaryview.c
16105                 select correct row when deleting last row in the summary view (and
16106                 close bug "[ #469104 ] select second last in list when deleting")
16107
16108 2001-10-09 [paul]       0.6.3claws3
16109
16110         * sync with sylpheed 0.6.3cvs1
16111                 updated some autotool scripts
16112
16113 2001-10-09 [darko]      0.6.3claws2
16114
16115         * src/gtkstext.[ch]
16116                 new name and mark with Sylpheed comment
16117         * src/compose.c
16118                 smart quotation wrapping a-la VIM
16119
16120 2001-10-08 [paul]       0.6.3claws1
16121
16122         * sync with sylpheed 0.6.3 release
16123                 see ChangeLog entry 2001-10-08
16124
16125 2001-10-08 [paul]       0.6.2claws24
16126
16127         * src/summaryview.c
16128                 more sync with sylpheed 0.6.2cvs12
16129                 Fixed the bug that didn't select the last row correctly
16130
16131
16132 2001-10-07 [paul]       0.6.2claws23
16133
16134         * sync with sylpheed 0.6.2cvs12
16135                 see ChangeLog entry 2001-10-07
16136
16137 2001-10-06 [match]
16138         * src/jpilot.[ch]
16139                 enable jpilot to read unsynch'ed addresses.
16140
16141         * src/editldap_basedn.c
16142                 fix segfault when opening dialog.
16143
16144 2001-10-06 [alfons]     0.6.2.claws22
16145
16146         * src/summaryview.c
16147                 fix bug with summary view selecting last *inserted*
16148                 node instead of last *visible* node. remember we
16149                 work with a tree
16150
16151 2001-10-06 [paul]       0.6.2claws21
16152
16153         * po/pt_BR.po
16154                 updated translation, contains some fixes and new
16155                 translations, submitted by Gustavo Noronha Silva
16156                 <kov@debian.org>
16157
16158         * src/prefs_common.c
16159                 change 'each' to 'every' - fix dubious English
16160
16161         * sync with sylpheed 0.6.2cvs11
16162
16163 2001-10-05 [alfons]     0.6.2claws20
16164
16165         * src/mainwindow.[ch], src/folderview.c
16166                 make composite tool button switch between "Compose News"
16167                 and "Compose Mail" depending on selected folder
16168                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16169
16170 2001-10-05 [paul]       0.6.2claws19
16171
16172         * src/mainwindow.c, src/summaryview.c
16173                 fix 'Message/Reply to all', broken in last commit
16174
16175         * src/compose.c
16176                 fix X_BEENTHERE seg fault, thanks to Alfons
16177
16178 2001-10-04 [paul]       0.6.2claws18
16179
16180         * src/compose.[ch], src/mainwindow.c
16181                 make "Message/Reply" reply to mailing lists; matches
16182                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16183                 based on portions of the patch submitted by
16184                 Junichi Uekawa <dancer@netfort.gr.jp>
16185
16186 2001-10-04 [darko]      0.6.2claws17
16187
16188         * src/compose.c
16189                 better smart wrapping
16190         * src/gtkstext.[hc]
16191                 a function to make text buffer contiguous
16192
16193 2001-10-03 [paul]       0.6.2claws16
16194
16195         * sync with sylpheed 0.6.2cvs10
16196
16197 2001-10-02 [alfons]
16198
16199         * configure.in
16200         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16201                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16202                 references to chinese translations (hope someone picks up
16203                 this)
16204
16205 2001-10-02 [christoph]  0.6.2claws15
16206
16207         * src/compose.c
16208                 fixed non translated header bug
16209         * ChangeLog.claws
16210                 fixed wrong date in alfons last entry ;)
16211
16212 2001-10-02 [alfons]     0.6.2claws14
16213
16214         * src/compose.c, src/prefs_common.[ch]
16215                 add block cursor option
16216
16217 2001-10-02 [paul]       0.6.2claws13
16218
16219         * sync with sylpheed 0.6.2cvs9
16220
16221 2001-09-30 [paul]       0.6.2claws12
16222
16223         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16224                 updated translations
16225
16226         * po/POTFILES.in
16227                 add 'src/importldif.c'
16228
16229         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16230                 added eudora-to-vCard conversion tool
16231                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16232
16233         * sync with sylpheed 0.6.2cvs8
16234
16235 2001-09-30 [paul]
16236
16237         * sylpheed-0.6.2claws released
16238
16239 2001-09-27 [melvin]     0.6.2claws11
16240
16241         * src/gtkspell.c
16242                 fixed crash when using default path (introduced 
16243                 in 0.6.2claws10)
16244                 fixed tiny bug for initial suggestion mode
16245
16246 2001-09-27 [melvin]     0.6.2claws10
16247         
16248         * src/gtkspell.c
16249                 fixed bug where gtkpspell didn't set the path correctly
16250
16251         * README.claws
16252                 added a paragraph about spell checking
16253                 
16254
16255
16256 2001-09-27 [paul]       0.6.2claws9
16257
16258         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16259                 replace '// comments' with '/* comments */' to prevent
16260                 some compiler warnings 
16261
16262         * sync with sylpheed 0.6.2cvs6
16263
16264 2001-09-26 [alfons]     0.6.2claws8
16265
16266         * src/messageview.c
16267                 introduce return receipt request notification again,
16268                 which was lost because of other semantics in 
16269                 procheader_parse() (???)
16270
16271 2001-09-26 [christoph]  0.6.2claws7
16272
16273         * src/compose.c
16274                 replace comments for old code with #if 0
16275                 readded auto cc, bcc and reply-to
16276         * src/prefs_matcher.c
16277         * src/prefs_scoring.c
16278                 removed some definition (was moved to
16279                 prefs.h)
16280
16281 2001-09-26 [paul]       0.6.2claws6
16282
16283         * src/mainwindow.c
16284                 make 'Follow-up and reply to' sensitive
16285
16286         * more sync with sylpheed 0.6.2cvs5
16287
16288 2001-09-25 [melvin]
16289
16290         * 0.6.2claws5
16291
16292         * src/gtkspell.c
16293                 fixed bug for "US-ASCII" introduced by the encoding code
16294
16295 2001-09-25 [paul]
16296
16297         * 0.6.2claws4
16298
16299         * src/prefs_common.[ch], src/summaryview.c
16300                 'next unread msg' 'go to next folder?' dialog can be
16301                 given default behaviour, either always show dialog,
16302                 or assume 'yes', or assume 'no'
16303                 Submitted by wwp <subscript@free.fr>
16304
16305 2001-09-25 [melvin]
16306                 
16307         * src/compose.c src/gtkspell.[ch]
16308                 added support for different encodings
16309
16310 2001-09-25 [paul]
16311
16312         * more sync with sylpheed 0.6.2cvs5
16313
16314 2001-09-24 [alfons]
16315         
16316         * src/prefs_folder_item.c
16317                 add check for item->prefs->default_to string is NULL and
16318                 add another check when freeing this string
16319
16320 2001-09-24 [paul]
16321
16322         * configure.in
16323                 change to version 0.6.2claws3
16324
16325         * sync with sylpheed 0.6.2cvs5 
16326
16327 2001-09-24 [match]
16328         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16329                 import LDIF files.
16330         * src/addrcache.[ch], addrindex.[ch]
16331                 small update for future
16332         * src/addrbook.c
16333                 fix test XML file.
16334
16335 2001-09-24 [melvin]
16336         * src/gtkspell.[ch]
16337                 added 'Learn from mistakes' option
16338                 better handling of quotes in checked words
16339                 sorted dict list
16340         * po/fr.po
16341                 small update for spell checking stuff
16342
16343 2001-09-23 [alfons]
16344         
16345         * src/gtkspell.c
16346                 edit a little bit so it complies more with main coding style
16347
16348 2001-09-23 [alfons]
16349
16350         * src/folder.[ch], prefs_folder_item.c, compose.c
16351                 migrate "request return receipt" folder property
16352                 to folderlist.xml
16353
16354 2001-09-22 [alfons]
16355
16356         * README.claws **NEW**
16357                 (add things of interest for users of main branch 
16358                 and claws here)
16359
16360         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16361                 re-implement threading per folder option, but store 
16362                 the setting in folderlist.xml (where it belongs)
16363
16364 2001-09-21 [melvin]
16365
16366         * src/gtkspell.[ch]
16367                 fixed bug when compose window is under another window
16368         * src/prefs_common.[ch] src/compose.c
16369                 changed 'dictionary_path' to 'dictionary' to be consistent
16370                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16371         * ac/pspell.m4 src/Makefile.am 
16372                 dropped PSPELL_PATH macro
16373         * po/fr.po
16374                 updated translations
16375
16376 2001-09-21 [christoph]
16377
16378         * src/compose.c
16379                 added border around header fields
16380                 keep header type when new field is added
16381
16382 2001-09-20 [christoph]
16383
16384         * src/utils.[ch]
16385                 more portable debug_print with source filename
16386                 and linenumber
16387         * src/procmsg.c
16388                 more newlines after debug messages
16389
16390 2001-09-20 [paul]
16391
16392         * configure.in
16393                 change to version 0.6.2claws2
16394
16395         * sync with sylpheed 0.6.2cvs3
16396
16397 2001-09-19 [melvin]
16398
16399         * src/gtkspell.c
16400                 fixed the post-right-click focus pb
16401                 fixed crash when 'Spell check all' after dict change 
16402                         and when cursor is at the end of the text
16403                 shift-right-click pops up config menu even on misspelled words.
16404         * po/POTFILES.in
16405                 added gtkspell.c
16406
16407 2001-09-19 [melvin]
16408
16409         * src/about.c
16410                 added pspell to compiled-in features list
16411
16412 2001-09-18 [melvin]
16413
16414         * switched to pspell and dropped ispell
16415         * ac/pspell.m4
16416                 new file. autoconf macro for pspell
16417         * ac/Makefile.am 
16418         * configure.in acconfig.h
16419                 added pspell support
16420         * src/Makefile.am
16421         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16422         * src/prefs_common.[ch] 
16423                 added pspell support
16424
16425 2001-09-18 [christoph]
16426
16427         * src/addr_compl.c
16428         * src/template.[ch]
16429                 replace LOG_MESSAGE with debug_print
16430         * src/compose.[ch]
16431                 gui improvements
16432         * src/menu.c
16433                 added newline after debug message
16434         * src/utils.h
16435                 using __VA_ARGS__ for debug_print macro
16436         * tools/.cvsignore
16437                 ignore Makefile and Makefile.in
16438
16439 2001-09-18 [paul]
16440
16441         * configure.in
16442                 change to version 0.6.2claws1
16443         * sync with sylpheed 0.6.2cvs1
16444
16445         * src/matcher.c 
16446         * src/prefs_matcher.c
16447                 add 'score equal to' option, submitted by
16448                 Paul Evans <nerd@freeuk.com>
16449
16450 2001-09-15 [christoph]
16451
16452         * src/mainwindow.c
16453                 comment out menu entry not existing in claws
16454         * src/menu.c
16455                 add debug output for non existing menu entries
16456         * src/summaryview.c
16457                 fix next/prev unread message for ignored threads
16458         * src/utils.[ch]
16459                 add sourcefile and line number to debug output
16460                 otherwise it is sometimes hard to find the
16461                 source code part if debug messages are translated
16462
16463 2001-09-14 [darko]
16464         
16465         * src/folderview.c
16466                 refresh target folder style after colour is changed
16467
16468 2001-09-13 [paul]
16469
16470         * configure.in
16471                 change to version 0.6.1claws3
16472
16473         * sync with sylpheed 0.6.1cvs6
16474
16475 2001-09-13 [darko]
16476         
16477         * src/folderview.c
16478                 fix target folder colourization to use user selected colour
16479
16480 2001-09-12 [darko]
16481         
16482         * src/summaryview.c
16483                 fix crash when message that is marked for copy/move is unmarked
16484
16485 2001-09-09 [paul]
16486
16487         * configure.in
16488                 change to version 0.6.1claws2
16489
16490         * sync with sylpheed 0.6.1cvs3
16491
16492 2001-09-09 [alfons]
16493         
16494         * src/folderview.c
16495                 fix bug with default font used for trash folder text
16496
16497 2001-09-06 [paul]
16498
16499         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16500                 updated translations
16501
16502         * configure.in
16503                 change to version 0.6.1claws1
16504
16505         * sync with sylpheed 0.6.1cvs2
16506
16507 2001-09-03 [paul]
16508
16509         * po/POTFILES.in
16510                 add Match's new addressbook
16511
16512         * po/de.po
16513                 updated translation submitted by Jens Oberender
16514
16515 2001-09-02 [paul]
16516
16517         * configure.in
16518                 change to 0.6.1claws
16519         * sync with sylpheed 0.6.1 release
16520
16521 2001-09-02 [paul]
16522
16523         * configure.in
16524                 change to 0.6.0claws2
16525
16526         * sync with sylpheed 0.6.0cvs4
16527
16528         * po/pt_BR.po
16529                 updated translation submitted by Fabio Junior Beneditto
16530
16531 2001-09-01 [match]
16532         * pixmaps/
16533                 interface.xpm
16534                 book.xpm
16535                 address.xpm
16536         * src/
16537                 Makefile.am
16538                 a ton of new files
16539
16540 2001-08-31 [paul]
16541
16542         * configure.in
16543                 change to version 0.6.0claws1
16544
16545         * sync with sylpheed 0.6.0cvs1
16546
16547         * po/es.po
16548                 updated translation submitted by Ricardo Mones Lastra
16549
16550         * po/POTFILES.in
16551                 add 'src/prefs_templates.c'
16552
16553         * src/compose.c, src/summaryview.c
16554                 fix segfault on 'Re_edit'               
16555
16556 2001-08-30 [alfons]
16557
16558         * configure.in, Makefile.am
16559         * tools/Makefile.am
16560                 add tools directory to source distribution
16561
16562 2001-08-30 [paul]
16563
16564         * configure.in
16565                 change to version 0.6.0claws
16566
16567         * sync with sylpheed 0.6.0 release
16568
16569 2001-08-30 [christoph]
16570
16571         * configure.in
16572                 removed autoconf version check
16573
16574 2001-08-30 [paul]
16575
16576         * src/account.c, src/compose.c, src/prefs_common.[ch]
16577         * src/procheader.[ch] src/utils.[ch]
16578                 Enhanced automatic account selection on replies
16579                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16580
16581         * configure.in
16582                 add LDAP and JPilot to the configuration results output.
16583
16584 2001-08-29 [christoph]
16585
16586         * src/summeryview.c
16587                 no bold font for ignored threads
16588
16589 2001-08-29 [paul]
16590
16591         * configure.in
16592                 change to version 0.5.3claws6
16593
16594         * sync with sylpheed 0.5.3cvs10
16595                 src/stringtable.[ch]: New Files
16596
16597         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16598         * src/pixmaps/sylpheed.xpm
16599                 add mini-icons to windows (by Alfons)
16600
16601 2001-08-27 [paul]
16602
16603         * src/mainwindow.c
16604                 new functions: next_labeled_cb(), prev_labeled_cb()
16605
16606         * src/summaryview.c
16607                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16608                 summary_select_next_labeled(), summary_select_prev_labeled()
16609
16610         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16611                 give claws blue folders and a blue trash can
16612
16613 2001-08-27 [paul]
16614
16615         * configure.in
16616                 change to version 0.5.3claws5
16617
16618         * sync with sylpheed 0.5.3cvs9
16619                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16620
16621 2001-08-24 [christoph]
16622
16623         * src/filesel.c
16624                 keep filename when browsing directories
16625                 (not working for user entered filename, but
16626                  for default name and selected filename from
16627                  file list)
16628         * src/mainwindow.c
16629                 fixed wrong spelling "Folllow-up"
16630         * src/mbox_folder.c
16631         * src/procmsg.c
16632         * src/summaryview.c
16633                 fixed new/unread message count with ignored
16634                 threads (2 commits, first didn't notice no
16635                 longer needed decreasing)
16636         * src/inc.c
16637                 readded scrolling of progress dialog
16638                 (lost in sync)
16639
16640 2001-08-24 [paul]
16641
16642         * configure.in
16643                 change to 0.5.3claws4
16644
16645         * sync with sylpheed 0.5.3cvs7
16646
16647 2001-08-24 [christoph]
16648
16649         * src/compose.c
16650                 set request return receipt when replying
16651                 if it is set is the folder prefs of the
16652                 message
16653         * src/inc.c
16654                 disable final error popup if popups are
16655                 disabled in config (again)
16656
16657 2001-08-23 [paul]
16658
16659         * configure.in
16660                 Change version number to 0.5.3claws3
16661
16662         * sync with sylpheed 0.5.3cvs5
16663
16664         * src/mimeview.c
16665                 double quote '%s' in 'gedit %s' to fix bug when
16666                 opening attachment with spaces in the name
16667
16668 2001-08-22 [alte]
16669         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16670           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16671                 initial message templates support
16672
16673
16674 2001-08-22 [paul]
16675
16676         * configure.in
16677                 change version number to 0.5.3claws2
16678
16679         * sync with sylpheed 0.5.3cvs4
16680
16681         * src/procmsg.h src/summaryview.c
16682                 re-implement (un)ignore thread
16683
16684 2001-08-21 [paul]
16685
16686         * src/summaryview.c
16687                 remove unnecessary code
16688         * src/compose.c
16689                 enable 'dynamic' signatures (submitted by
16690                 Eric Limpens <eric@hscg-internet.nl>)
16691
16692 2001-08-21 [paul]
16693
16694         clean up after sync with sylpheed 0.5.3 release
16695
16696         * src/folderview.c
16697                 fix re-introduced font mess, see Christoph's
16698                 entry 2001-06-24
16699
16700         * src/summaryview.c
16701                 remove prev_msgnum
16702                 use sylpheed's small font instead of
16703                 gtk default font for summary view
16704
16705
16706 2001-08-17 [paul]
16707
16708         * configure.in
16709                 add pl to ALL_LINGUAS - sync with main branch
16710
16711         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16712                 Updated. Translations by Jens Oberender, Ricardo Mones
16713                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16714
16715         * po/pl.po  ** NEW FILE **
16716                 sync with the main branch
16717
16718         * src/folderview.c
16719                 fix target folder colorizing and refresh problem
16720
16721
16722 2001-08-17 [christoph]
16723
16724         * src/mainwindow.c
16725                 claws uses 4 colors for target folder coloring.
16726                 arrays were not long enough and destroyed the
16727                 stack causing a segfault.
16728                 target folder colorizing does not work anymore
16729                 for me
16730
16731 2001-08-16 [paul]
16732
16733         * configure.in
16734                 change to version 0.5.3claws1
16735
16736         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16737           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16738           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16739
16740                 sync with sylpheed 0.5.3 release, but keep claws method of
16741                 configuring/saving fonts
16742
16743         * src/addressbook.[ch]
16744                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16745                 in line with a similar change in Hiroyuki's branch
16746
16747         * src/mainwindow.[ch]
16748                 disable main_window_set_thread_option()
16749         * src/prefs_folder_item.c
16750                 comment out &tmps_prefs.enable_thread,
16751         * src/mbox_folder.c, src/procmsg.[ch]
16752                 comment out MSG_IS_IGNORE_THREAD
16753         * src/summaryview.c
16754                 comment out summary_ignore_thread() and summary_unignore_thread()
16755                 comment out MSG_IS_IGNORE_THREAD
16756
16757                 use Hiroyuki's threading instead.
16758
16759
16760
16761 2001-08-15 [paul]
16762
16763         * src/account.c
16764                 use Hiroyuki's 0.5.3 column scheme but also
16765                 include the enable/disable button.
16766         * src/pixmaps/mark.xpm
16767                 add Hiroyuki's amended pixmap
16768
16769 2001-08-13 [christoph]
16770
16771         * src/account.c
16772                 receive at get all column showed wrong state for APOP
16773                 button should only work for POP3 and APOP accounts
16774         * src/prefs_account.c
16775                 added missing preprocessor statement for SSL
16776
16777 2001-08-12 [paul]
16778
16779         * src/account.[ch]
16780                 add 'receive at get all' column and enable/disable
16781                 button.
16782
16783 2001-08-06 [christoph]
16784
16785         * src/account.c
16786                 show usage of SSL in protocol column
16787
16788         * src/imap.c
16789         * src/inc.c
16790                 renamed ssl options
16791
16792         * src/prefs_account.[ch]
16793                 moved ssl options to a new page
16794
16795         * src/send.c
16796         * src/smtp.c
16797         * src/ssl.[ch]
16798                 renamed ssl options
16799                 added support for SMTP STARTTLS command
16800
16801 2001-08-05 [christoph]
16802
16803         * configure.in
16804                 debian autoconf needs version check to find
16805                 correct autoconf version. if the file is
16806                 named configure.in 2.13 is used, which does
16807                 not work with this configure.in script.
16808                 other solution would be to rename the script
16809                 to configure.ac as suggested in the autoconf
16810                 manual.
16811
16812         * src/inc.c
16813                 disable final error popup if popups are
16814                 diabled in config
16815
16816         * src/socket.c
16817                 bugfix in ssl_gets
16818                 fixes IMAP over SSL problem
16819
16820 2001-08-03 [paul]
16821
16822         * configure.in
16823                 change to 0.5.2claws1
16824
16825         * sync with sylpheed 0.5.2cvs1
16826
16827 2001-08-02 [alfons]
16828
16829         * configure.in
16830                 quick fix for ispell detection...
16831
16832 2001-08-01 [paul]
16833
16834         * configure.in
16835                 change to 0.5.1claws4
16836
16837         * sync with sylpheed 0.5.1cvs7
16838
16839 2001-07-31 [alfons]
16840
16841         * src/prefs_common.c, src/prefs_common.h, 
16842           src/gtkspell.c, src/gtkspell.h
16843                 add global spelling checker settings (compose tab) +
16844                 selection of dictionary 
16845           
16846         * configure.in  
16847                 guess valid ispell location
16848
16849 2001-07-31 [paul]
16850
16851         * po/POTFILES.in
16852                 removal of 'src/quote_fmt_parse.c'
16853         * po/de.po
16854                 Updated de.po
16855                 (submitted by Jens Oberender <didge@suse.de>)
16856
16857 2001-07-31 [darko]
16858
16859         * src/folder.[ch]
16860         * src/folderview.[ch]
16861         * src/mainwindow.c
16862         * src/mh.c
16863         * src/prefs_common.[ch]
16864         * src/summaryview.c
16865                 target folder colourization
16866
16867 2001-07-30 [paul]
16868
16869         more sync with Sylpheed 0.5.1cvs6 
16870
16871 2001-07-30 [darko]
16872
16873         * src/mh.c
16874         * src/prefs_folder_item.[hc]
16875         * src/summaryview.c
16876                 shared folders support with a GUI
16877
16878 2001-07-29 [paul]
16879
16880         0.5.1claws3
16881
16882         * sync with Sylpheed 0.5.1cvs6
16883
16884 2001-07-29 [paul]
16885
16886         * po/pt_BR.po
16887                 updated
16888                 (submitted by Fabio Junior Beneditto)
16889
16890 2001-07-28 [paul]
16891
16892         * src/procmime.c
16893         * AUTHORS
16894                 patch to correct bad image mime headers
16895                 (submitted by Don Quijote <dq@searchlores.org>)
16896
16897 2001-07-28 [paul]
16898
16899         * tools/gif2xface.pl   **NEW FILE**
16900         * tools/README
16901                 script to convert file.gif to file.xface for
16902                 use in a custom header.
16903                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16904
16905 2001-07-27 [alfons]
16906         
16907         * configure.in
16908                 change macros for detecting JPilot and LDAP
16909
16910 2001-07-27 [christoph]
16911
16912         * src/filtering.c
16913                 code cleanup (MIN / MAX warning, needed casting)
16914
16915 2001-07-27 [alfons]
16916
16917         * procheader.c
16918                 disallow setting flags when detecting certain headers
16919                 (X-Status, Status, Seen, X-Seen). 
16920         
16921         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16922
16923 2001-07-27 [christoph]
16924
16925         * src/prefs_filter.c
16926         * src/prefs_filtering.c
16927         * src/prefs_matcher.c
16928         * src/prefs_scoring.c
16929                 scroll list when moving rows up or down
16930
16931         * src/imap.c
16932         * src/imap.h
16933         * src/prefs_account.c
16934         * src/prefs_account.h
16935         * src/send.c
16936                 SMTP over SSL (untested, feedback requested)
16937                 IMAP over SSL
16938
16939         * src/ssl.c
16940                 code cleanup
16941
16942 2001-07-26 [alfons]
16943         
16944         * configure.in, acconfig.h
16945                 define CLAWS (need this for main / claws detection)
16946
16947 2001-07-25 [alfons]
16948
16949         * configure.in
16950                 Sylpheed 0.5.1claws2
16951                 
16952         * sync with Sylpheed 0.5.1cvs4
16953
16954 2001-07-25 [christoph]
16955
16956         * src/scoring.c
16957                 fixed segfault
16958                 item->prefs == NULL (don't know why)
16959
16960 2001-07-25 [alfons]
16961
16962         * configure.in
16963                 Sylpheed 0.5.1claws1
16964
16965         * sync with Sylpheed 0.5.1cvs1-3
16966
16967 2001-07-24 [christoph]
16968
16969         * src/folderview.c
16970         * src/prefs_folder_item.[ch]
16971                 added folderitem preferences dialog with
16972                 default To: and auto request return receipt
16973
16974         * src/compose.[ch]
16975         * src/menu.[ch]
16976                 changes to handle new folderitem preferences
16977
16978         * src/mainwindow.c
16979         * src/summaryview.c
16980                 call compose new mail with current folderitem
16981
16982 2001-07-24 [alfons]
16983
16984         Release Sylpheed 0.5.1claws
16985
16986         * configure.in
16987                 change to release version 0.5.1claws
16988
16989 2001-07-24 [christoph]
16990
16991         * src/summaryview.c
16992                 fixed segfault that happend when the selected
16993                 message was removed while retrieving new messages.
16994
16995         * po/es.po
16996                 updated translation
16997                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16998
16999 2001-07-22 [alfons]
17000
17001         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17002         this is a work in progress, for more information: http://nlpagan.net/sylman 
17003         
17004         * configure.in, src/mainwindow.c, manual/Makefile.am
17005                 add support for English manual
17006
17007         * AUTHORS
17008                 add authors of user manuals
17009
17010         * manual/en/sylpheed*.html
17011                 add English documentation
17012
17013 2001-07-22 [christoph]
17014
17015         * po/POTFILES.in
17016                 added src/ssl.c
17017         * src/ssl.c
17018                 changed a wrong debug message
17019
17020 2001-07-22 [alfons]
17021
17022         * po/nl.po
17023                 update Dutch translation
17024
17025         * src/prefs_filtering.c, 
17026           src/prefs_matcher.c
17027                 add more translatable strings           
17028
17029 2001-07-21 [alfons]
17030
17031         0.5.0claws7
17032
17033         * configure.in
17034                 change version
17035
17036         * src/inc.c, src/summaryview.[ch]
17037                 prevent update of mark file when filtering has done, by
17038                 using a variable; this affects two functions:
17039                         inc.c::inc_finished()
17040                         summaryview.c::summary_show()
17041
17042 2001-07-20 [alfons]
17043
17044         * src/filtering.[ch], src/prefs_filtering.c, 
17045           src/matcher.[ch]
17046                 add filtering action for label coloring 
17047
17048         * po/POTFILES.in
17049                 add labelcolors.c
17050
17051         * added src/labelcolors.c
17052         * added src/labelcolors.h
17053         * src/Makefile.am, src/summaryview.c
17054                 rearrange label coloring code
17055
17056         * src/procmsg.h
17057                 add more parentheses so label colouring works correctly
17058
17059         * src/filtering.c
17060                 don't really delete message, but move it to Trash
17061
17062         * src/prefs_matcher.c
17063                 add quote options to info dialog
17064
17065 2001-07-20 [christoph]
17066
17067         * src/Makefile.am
17068         * src/inc.c
17069         * src/main.[ch]
17070         * src/socket.h
17071         * src/ssl.[ch] (new)
17072                 moved ssl stuff to a seperate file
17073
17074 2001-07-20 [darko]
17075
17076         * src/summaryview.c
17077                 fix show sender using address book with no e-mail
17078                 address in From: field
17079
17080 2001-07-19 [alfons]
17081
17082         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17083                 fix messy handling of escaping... now at least the
17084                 execute command is useful. escape char is '\', we
17085                 accept \n and \r too. 
17086
17087                 Real life example:
17088                 
17089                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17090                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17091
17092 2001-07-18 [alfons]
17093
17094         0.5.0claws6
17095
17096         * src/summaryview.c
17097                 clean up
17098
17099         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17100           src/procmsg.[ch]
17101                 revise filtering; currently move, copy, marking have
17102                 been tested. if you like bleeding edge stuff, you
17103                 should definitely go for this version :)
17104
17105         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17106
17107 2001-07-17 [christoph]
17108
17109         * src/utils.c
17110                 timestamp log
17111
17112 2001-07-17 [alfons]
17113
17114         0.5.0claws5
17115
17116         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17117           bits in the mark file, without affecting either branch. Lots of
17118           files changed, also in claws branch.
17119
17120           UNTESTED: use of mbox folders
17121
17122         * src/summaryview.c
17123                 added mark all read; however this was a quick hack used for
17124                 cleaning up mess after initial merge with Hiroyuki
17125
17126         * configure.in
17127                 change claws version number back to 0.5.0claws5 to clear up 
17128                 confusion & pretension (recent release was technically 
17129                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17130
17131 2001-07-16 [alfons]
17132
17133         sync with Hiroyuki's 0.5.0cvs4
17134
17135 2001-07-16 [alfons]
17136
17137         0.5.1claws3
17138
17139         * src/filtering.[ch]
17140                 remove invalid updating of mark files for 
17141                 filter actions MATCHING_ACTION_MOVE and 
17142                 MATCHING_ACTION_DELETE; this should fix the
17143                 folder update bug
17144                 
17145         * src/procmsg.c
17146                 revert Christoph's stab at fixing the folder 
17147                 update bug
17148
17149         * po/POTFILES.in
17150                 add missing files with translatable strings
17151
17152         * src/summaryview.c
17153                 remove debug print
17154
17155 2001-07-15 [alfons]
17156
17157         * src/addr_compl.[ch], src/prefs_filtering.c
17158                 make "filtering pref dialog's destination entry" an
17159                 "address completable entry", if filter destination is 
17160                 an email address
17161
17162         0.5.1claws2
17163         
17164         sync with Hiroyuki's 0.5.0cvs2-3
17165
17166 2001-07-15 [christoph]
17167
17168         * src/procmsg.c
17169                 fixed folder stats update after incorporation
17170
17171 2001-07-15 [alfons]
17172
17173         * src/summaryview.c
17174                 * finish label colouring stuff (for now)
17175                 * fix incorrect colour bug (off by one) 
17176
17177 2001-07-14 [alfons]
17178
17179         * src/mainwindow.c
17180                 change text labels for news and mail message so there's
17181                 plenty of toolbar estate left
17182
17183         * configure.in
17184                 0.5.1claws1
17185
17186         * src/folderview.c
17187           src/folder.[ch]
17188                 sync with Hiroyuki's 0.5.0cvs1
17189
17190         * src/summaryview.c
17191                 more rewrite label colouring
17192
17193 2001-07-14 [alfons]
17194
17195         * src/summaryview.[ch]
17196                 * start rewrite label colouring 
17197                 * fix proper location "Add Sender To Addressbook" menu item
17198
17199 2001-07-13
17200
17201         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17202         (actually this is 0.5.0claws4)
17203
17204 2001-07-13 [alfons]
17205
17206         * po/pt_BR.po
17207                 * fix duplicate message
17208                 * add updated Portugese / Brazilian translation
17209                   submitted by Fabio Junior Beneditto
17210
17211 2001-07-12 [alfons]
17212
17213         * AUTHORS
17214                 add Jens
17215
17216         * po/nl.po
17217                 add updated Dutch translation
17218
17219         * po/de.po
17220                 add updated German translation submitted by Jens
17221
17222 2001-07-11 [alfons]
17223
17224         Prerelease before 0.5.0claws. Please test.
17225         This version is temporarily tagged as VERSION_0_5_0_TEST
17226
17227         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17228           src/prefs_scoring.c, src/prefs_matcher.c, 
17229           src/prefs_filtering.c, src/mbox.c, 
17230           src/main.c, src/inc.c, src/filtering.[ch]
17231                 revert new Hoa's new matcher (does not work yet)
17232
17233         * src/Makefile.am
17234                 clean up
17235
17236 2001-07-10
17237
17238         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17239
17240
17241 2001-07-10 [alfons]
17242
17243         * Makefile.am
17244                 add ChangeLog.claws to EXTRA_DIST
17245         * src/Makefile.am
17246                 add matcher_parser_parse.h to EXTRA_DIST
17247
17248 2001-07-10 [christoph]
17249
17250         * src/inc.c
17251                 add destination folder to table of
17252                 folders that need to be updated after
17253                 incorporation
17254
17255 2001-07-10 [alfons]
17256
17257         * folder.[ch]
17258           folderview.c
17259                 make collapse state of folders and folder items persistent, i.e.
17260                 if you collapse a folder tree, the next time sylpheed-claws starts 
17261                 up the folder tree remains collapsed.  
17262                 
17263 2001-07-10 [christoph]
17264
17265         * acconfig.h
17266         * configure.in
17267                 added --enable-ssl
17268         * src/md5.[ch]
17269                 renamed MD5_CTX to MD5_CTX_syl
17270                 conflicts with a struct in openssl
17271         * src/inc.c
17272         * src/main.[ch]
17273         * src/prefs_account.[ch]
17274         * src/socket.[ch]
17275                 SSL support for POP
17276         * src/mainwindow.c
17277                 fixed compose with current account
17278                 broken by new compose button stuff
17279
17280 2001-07-09 [hoa]
17281
17282         * AUTHORS
17283                 changed my email address
17284
17285         * src/matcher_parser_parse.y
17286                 clean the parser to remove conflicts
17287
17288 2001-07-09 [alfons]
17289
17290         * AUTHORS
17291                 add Match Grun
17292
17293         * configure.in
17294                 fix incorrect description of --enable-ldap parameter
17295
17296         * src/prefs_common.[ch]
17297           src/compose.c
17298                 add experimental option "smart wrapping" which makes the
17299                 compose editor auto wrap.
17300                 
17301                 | TODO: the problem with the buggy cursor handling is caused |
17302                 | by the GtkText. when deleting / backspacing text its       |
17303                 | wrapping algorithm does not take in account the previous   |
17304                 | line. should find a way to hack this in.                   |
17305                 | or should perhaps combine this with the word wrapping      |
17306                 | patch i wrote in january.                                  |
17307
17308         * src/about.c
17309                 show build parameters for LDAP and JPilot
17310
17311         * src/summaryview.c
17312                 revert Christoph's bugfix for selecting next unread message, 
17313                 because folder stats aren't updated correctly
17314
17315 2001-07-08 [hoa]
17316
17317         * src/filtering.c
17318         * src/mainwindow.c
17319         * src/matcher.c
17320         * src/matcher_parser_lex.l
17321         * src/matcher_parser_parse.y
17322         * src/prefs_filtering.c
17323         * src/prefs_scoring.c
17324         * src/scoring.c
17325                 bugfix of the config file parser
17326
17327 2001-07-08 [alfons]
17328
17329         * src/Makefile.am
17330                 added generated matcher sources to BUILT_SOURCES
17331
17332 2001-07-08 [hoa]
17333
17334         * src/Makefile.am
17335         * src/.cvsignore
17336                 added new config file parser
17337
17338         * src/scoring.[ch]
17339         * src/filtering.[ch]
17340         * src/matcher.[ch]
17341         * src/prefs_filtering.c
17342         * src/prefs_matcher.c
17343         * src/prefs_scoring.c
17344         * added src/matcher_parser.h
17345         * added src/matcher_parser_lex.h
17346         * added src/matcher_parser_lex.l
17347         * added src/matcher_parser_parse.y
17348                 lex & yacc config file parser
17349
17350         * src/mbox.c
17351         * src/inc.c
17352         * src/main.c
17353                 changes prefs_filtering into global_filtering           
17354
17355         * src/summaryview.c
17356                 build threads with subjects only if "Re: " is at the
17357                 beginning of the subject
17358
17359 2001-07-07 [paul]
17360
17361         0.5.0claws
17362
17363         sync with sylpheed 0.5.0
17364                 change of version number only
17365
17366 2001-07-06 [paul]
17367
17368         0.5.0claws5
17369
17370         sync with sylpheed 0.5.0pre5
17371
17372 2001-07-05 [paul]
17373
17374         sync with sylpheed 0.5.0pre4 release
17375                 /po and /manual/ja not sync'ed
17376
17377 2001-07-04 [paul]
17378
17379         more sync with sylpheed 0.5.0pre4
17380
17381 2001-07-03 [christoph]
17382
17383         * src/addressbook.c
17384                 fixed address book broken by address book
17385                 for VCard, JPilot, LDAP
17386
17387 2001-07-03 [alfons]
17388
17389         * src/matcher.c
17390         * src/textview.c
17391                 stopped memory leaks
17392
17393 2001-07-03 [paul]
17394
17395         more sync with sylpheed 0.5.0pre4
17396
17397 2001-07-02 [match]
17398
17399         * included address book patch for VCard, JPilot, LDAP
17400         * pref_common.c - fixed Font options on Display tab (cosmetic)
17401         * alertpanel.c - fixed truncated message
17402
17403 2001-07-02 [christoph]
17404
17405         * src/mbox_folder.c
17406         * src/procmsg.[ch]
17407         * src/summaryview.c
17408                 mark threads for ignoring
17409
17410 2001-07-02 [paul]
17411
17412         0.5.0claws4
17413
17414         * sync with sylpheed 0.5.0pre4
17415                 updated gettext to 0.10.38.
17416
17417 2001-07-01 [paul]
17418
17419         * src/ mainwindow.c
17420         * src/procmsg.h
17421         * src/summaryview.[ch]
17422                 new right-click option: Label.
17423                 substitute for 'Mark-->Mark/Unmark', colours the line.
17424                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17425
17426 2001-07-01 [christoph]
17427
17428         * src/folderview.c
17429                 fixed font for trash
17430         * src/summaryview.c
17431                 move ctree to unread message
17432
17433 2001-07-01 [paul]
17434
17435         * sync with sylpheed 0.5.0pre3 release
17436
17437 2001-06-30 [alfons]
17438
17439         * src/filesel.[ch]
17440         * src/compose.c
17441                 allow inserting / attaching multiple files in
17442                 the composer window
17443
17444 2001-06-30 [paul]
17445
17446         * src/codeconv.c
17447                 small change to Alfons' previous stuff so that it
17448                 actually makes
17449
17450 2001-06-30 [alfons]
17451
17452         * lots of files changed; first attempt to merge the changes
17453           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17454
17455 2001-06-30 [paul]
17456
17457         * po/pt_BR.po
17458                 updated and completed, translations by Fabio
17459                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17460
17461 2001-06-29 [alfons]
17462
17463         * src/compose.c
17464         * src/mimeproc.[ch]
17465                 allow selecting an attached files' mime type from a 
17466                 list of types.
17467
17468 2001-06-29 [paul]
17469
17470         * more sync with sylpheed 0.5.0pre3
17471
17472 2001-06-29 [paul]
17473
17474         * po/pt_BR.po
17475                 merge with sylpheed.pot and pt_BR.po provided by
17476                 Fabio Junior Beneditto.
17477
17478 2001-06-29 [darko]
17479
17480         * src/procmime.c
17481                 make MIME types case insensitive
17482
17483 2001-06-28 [alfons]
17484
17485         * po/nl.po
17486                 merge with sylpheed.pot and old nl.po; translations added.
17487
17488 2001-06-28 [paul]
17489
17490         * more sync with sylpheed 0.5.0pre3
17491
17492 2001-06-27 [alfons]
17493
17494         * src/summaryview.c
17495                 don't crash when removing parent node of messages
17496                 attracted by subject. this was caused by not deleting
17497                 the parent node from the subject line hash table.
17498
17499 2001-06-27 [alfons]
17500
17501         * src/summaryview.c
17502         * src/compose.[ch]
17503         * src/mainwindow.c
17504                 if there are multiple messages selected, allow forwarding
17505                 them as attachments.
17506
17507 2001-06-27 [paul]
17508
17509         * more sync with sylpheed 0.5.0pre3
17510
17511 2001-06-26 [paul]
17512
17513         0.5.0claws3
17514
17515         * sync with sylpheed 0.5.0pre3
17516
17517 2001-06-25 [paul]
17518
17519         * src/mainwindow.c
17520                 fixed 'compose news article' bug
17521                 from icon-and-text toolbar
17522
17523 2001-06-25 [paul]
17524
17525         * sync with sylpheed 0.5.0pre2 release
17526
17527 2001-06-24 [christoph]
17528
17529         * src/prefs_common.c
17530                 bug fix in font selection
17531         * src/folderview.c
17532                 use sylpheed's normal font instead of
17533                 gtk default font for folders without
17534                 new messages
17535
17536 2001-06-24 [alfons]
17537
17538         * src/mainwindow.[ch]
17539                 added composite compose mail / news button (an idea by Leandro
17540                 Pereira <leandro@linuxmag.com.br>)
17541
17542 2001-06-24 [paul]
17543
17544         Added instructions for ldif-to-xml.py
17545
17546         * tools/README
17547
17548 2001-06-23 [alfons]
17549
17550         Some minor things.
17551
17552         * src/pixmaps/stock_news_compose.xpm
17553                 added pixmap by Leandro
17554         * src/prefs_common.c
17555                 tested built-in spelling checker of GCC 3.0 :)
17556         * po/nl.po
17557                 merged dutch translation of sylpheed-main with
17558                 sylpheed.pot
17559
17560 2001-06-23 [paul]
17561
17562         Added tools directory and files.
17563
17564         * tools/filter_conv.pl
17565                 converts old filter system to new filtering system
17566         * tools/ldif-to-xml.py
17567                 converts netscape addressbook to sylpheed addressbook
17568         * tools/README
17569                 descriptions/instructions for above two files
17570
17571 2001-06-23 [christoph]
17572
17573         * src/inc.c
17574         * src/manage_window.[ch]
17575         * src/prefs_common.[ch]
17576                 mail retrieval dialog can be enabled, disabled
17577                 or hidden if non of sylpheed's windows is active
17578
17579 2001-06-22 [paul]
17580
17581         0.5.0claws2
17582
17583         * sync with sylpheed 0.5.0pre2
17584
17585 2001-06-21 [christoph]
17586
17587         * src/summaryview.c
17588                 show recipient on 'from' for all accounts
17589                 
17590         * src/inc.c
17591         * src/prefs_common.[ch]
17592                 disable error popup on mail receive errors
17593
17594 2001-06-21 [alfons]
17595
17596         * src/compose.c
17597                 made the ruler correctly appear and disappear.
17598
17599         * src/Makefile.am
17600                 removed Hoa's work-in-progress-stuff (interesting!) so 
17601                 claws compiles ok.
17602
17603 2001-06-20 [christoph]
17604
17605         * src/inc.c
17606         * src/progressdialog.c
17607                 added scrolled window for list in progressdialog
17608
17609 2001-06-20 [paul]
17610
17611         sync with sylpheed 0.5.0pre1 release
17612
17613 2001-06-20 [christoph]
17614
17615         * src/summeryview.c
17616                 make building threads by subject work when
17617                 thread view is enabled
17618                 
17619         * src/compose.c
17620         * src/prefs_common.[ch]
17621                 automatically select account for mail replys
17622
17623 2001-06-19 [sergey]
17624
17625         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17626         they are filled in from the account settings.
17627
17628 2001-06-19 [paul]
17629
17630         * more sync with sylpheed 0.5.0pre1
17631
17632 2001-06-18 [alfons]
17633
17634         * src/Makefile.am,
17635           src/procmime.c
17636                 added --sysconfdir to CPPFLAGS for pointing to the correct
17637                 location of mime.types. 
17638
17639                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17640                 or ./configure!
17641
17642 2001-06-18 [hoa]
17643
17644         * src/summaryview.c
17645                 fixed some bug when building threads
17646
17647 2001-06-18 [pau]l
17648
17649         * src/prefs_account.c
17650                 UI stuff: More changes to the English
17651
17652 2001-06-18 [paul]
17653
17654         * src/pixmaps/stock_news_compose.xpm: new file
17655         * src/Makefile.am
17656         * src/mainwindow.c
17657         * src/summaryview.c
17658                 Added new icon for Hoa's 'compose a news
17659                 message', plus minor improvements to the
17660                 English
17661
17662         * po/ja.po
17663         * ChangeLog
17664         * ChangeLog.jp
17665                 more sync with sylpheed 0.5.0pre1
17666
17667 2001-06-18 [hoa]
17668
17669         * src/compose.[ch]
17670         * src/mainwindow.c
17671                 Follow-up and reply to
17672
17673         * src/summaryview.[ch]
17674                 Build threads also with subjects
17675
17676 2001-06-17 [hoa]
17677
17678         * src/compose.c
17679                 forwarding use the current account.
17680
17681         * src/mainwindow.c
17682                 the "compose message" button has been replaced with
17683                 "new mail" and "new news" buttons
17684
17685         * src/prefs_common.[ch]
17686                 added a configuration option to use the forward button
17687                 as "forward as attachment"
17688                 changed reply and forward format description
17689
17690         * src/quote_fmt_lex.l
17691         * src/quote_fmt_parse.y
17692                 added message with no signature in format for reply
17693                 and forward.
17694
17695 2001-06-17 [paul]
17696
17697         Minor UI stuff
17698
17699         * src/mainwindow.c
17700         * src/summaryview.c
17701                 Improvements to the English
17702
17703         * src/prefs_common.c
17704                 Improvements to the English and some
17705                 clarity/continuity improvements in the
17706                 description of Quote symbols.
17707
17708 2001-06-17 [paul]
17709
17710         0.5.0claws1
17711
17712         * sync with sylpheed 0.5.0pre1
17713
17714 2001-06-17 [hoa]
17715
17716         * src/compose.c
17717                 Better interface for compose, displayed fields
17718                 are updated whenever we change account.
17719                 Newsgroups field is automatically filled.
17720
17721         * src/mainwindow.c
17722                 Newsgroups field is automatically filled.
17723
17724         * src/prefs_account.c
17725                 Some interface stuff when fields appear and
17726                 disappear.
17727
17728 2001-06-16 [paul]
17729
17730         0.4.99claws
17731
17732         * sync with sylpheed 0.4.99
17733
17734 2001-06-16 [sergey]
17735
17736         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17737         base64_decoder_free, base64_decoder_decode): new object and
17738         functions for decoding base64 streams.
17739         * src/procmime.c (procmime_decode_content): modified to use the
17740         new base64 decoder.
17741
17742 2001-06-15 [paul]
17743
17744         0.4.99claws10
17745
17746         * sync with sylpheed 0.4.99cvs11
17747
17748 2001-06-13 [paul]
17749
17750         0.4.99claws9
17751
17752         * sync with sylpheed 0.4.99cvs9
17753
17754 2001-06-13 [hoa]
17755
17756         * src/compose.c
17757         * src/prefs_account.c
17758
17759                 SMTP server can be defined in the news account
17760                 mime type of attachment are kept.
17761
17762         * src/summaryview.c
17763
17764                 now choose the highest important score between default
17765                 and important score of folder.
17766
17767 2001-06-09 [alfons]
17768         
17769         * src/prefs_common.c: 
17770
17771                 (prefs_quote_description_create): corrected description of 
17772                 quote format characters
17773
17774 2001-06-09 [paul]
17775
17776         0.4.99claws8
17777
17778         * sync with sylpheed 0.4.99cvs8
17779
17780 2001-06-08 [sergey]
17781
17782         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17783         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17784
17785 2001-06-08 [paul]
17786
17787         0.4.99claws7
17788
17789         * sync with sylpheed 0.4.99cvs7
17790
17791 2001-06-06 [sergey]
17792
17793         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17794         clashes with autogenerated header).
17795         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17796         * src/Makefile.am: added quote_fmt.h.
17797         * src/.cvsignore: added lex/yacc autogenerated files
17798         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17799
17800 2001-06-06 [paul]
17801
17802         0.4.99claws6
17803
17804         * sync with sylpheed 0.4.99cvs6
17805
17806 2001-06-06 [hoa]
17807
17808         * added src/quote_fmt_parse.h
17809         * src/compose.c
17810                 removed warnings
17811
17812         * src/prefs.[ch]
17813                 don't modify readonly configuration files
17814
17815         * src/prefs_account.c
17816         * src/prefs_common.c
17817         * src/prefs_customheader.c
17818         * src/prefs_display_header.c
17819         * src/prefs_filter.c
17820         * src/prefs_filtering.c
17821         * src/prefs_scoring.c
17822                 don't open dialog box when configuration files
17823                 are readonly
17824
17825 2001-06-05 [sergey]
17826
17827         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17828
17829         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17830         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17831         BUILT_SOURCES to make all files rebuild properly.
17832
17833         * src/compose.c: removed #include "quote_fmt.tab.h".
17834
17835         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17836         CHARACTER value in yylval.
17837
17838         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17839         receive CHARACTER value by documented means (yylval).
17840
17841         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17842
17843 2001-06-05 [hoa]
17844
17845         * src/Makefile.am
17846                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17847
17848         * src/filtering.c
17849         * src/matcher.c
17850         * src/matcher.h
17851         * src/prefs_filtering.c
17852                 now keep the configuration for execute action
17853
17854         * src/mbox_folder.c
17855                 fixed a warning
17856
17857 2001-06-05 [paul]
17858
17859         * sync with sylpheed 0.4.99cvs5
17860
17861 2001-06-05 [hoa]
17862
17863         * src/Makefile.am
17864                 added quote_fmt.[ch]
17865
17866         * added src/quote_fmt.y
17867         * added src/quote_fmt.l
17868         * added src/quote_fmt.tab.h
17869         * added src/quote_fmt.tab.c
17870         * added src/lex.quote_fmt.c
17871                 parsing configuration for replying
17872                 and forwarding
17873
17874         * src/prefs_common.[ch]
17875                 added configuration UI for replying
17876                 and forwarding
17877
17878         * src/compose.c
17879                 using configuration for replying
17880                 and forwarding
17881
17882 2001-06-04 [hoa]
17883
17884         * src/filtering.c
17885         * src/matcher.c
17886         * src/matcher.h
17887         * src/prefs_filtering.c
17888         * src/prefs_matcher.c
17889         * src/prefs_matcher.h
17890                 action "run a command" for filtering
17891                 and matching with a command.
17892                 fixed the "whole message" matching
17893
17894         * src/mbox_folder.c
17895                 changed temporary filename for security
17896
17897         * src/messageview.c
17898                 queue the notification if it fails to send.
17899
17900         * src/prefs_common.c
17901         * src/prefs_folder_item.c
17902                 changed the default important score             
17903
17904         * src/prefs_scoring.c
17905         * src/scoring.c
17906                 hide kill score input when the folder is not
17907                 a newsgroup
17908
17909 2001-06-03 [alfons]
17910
17911         * src/prefs_common.c:
17912
17913                 (prefs_font_select): pass font name in font entry box to font
17914                 selection dialog.
17915
17916 2001-06-03 [sergey]
17917
17918         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17919
17920 2001-06-03 [paul]
17921
17922         * sync with sylpheed 0.4.99cvs4
17923
17924 2001-06-03 [alfons]
17925
17926         * src/headerwindow.c:
17927
17928                 (headerwindow_show_cb): use the selected summary view item, not
17929                 the displayed item.
17930
17931 2001-06-02 [alfons]
17932
17933         * src/headerwindow.c:
17934
17935                 (headerwindow_show_cb): always try to show msginfo
17936
17937 2001-06-02 [hoa]
17938
17939         * src/compose.c
17940                 keep attached parts when reediting or forwarding.
17941
17942 2001-06-01 [hoa]
17943
17944         * src/folderview.c
17945         * src/prefs_folder_item.[ch]
17946         * src/prefs_scoring.[ch]
17947         * src/scoring.[ch]
17948         * src/summaryview.[ch]
17949         * src/main.c
17950         * src/mainwindow.c
17951         * src/prefs_common.[ch]
17952                 support for folder scoring
17953                 kill score and important score for messages
17954         
17955         * src/prefs_account.c
17956                 some display bug fixed for local account
17957                 preferences
17958
17959 2001-05-31 [alfons]
17960
17961         * src/summaryview.c:
17962
17963                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17964                 sender to address book menu item is disabled.
17965
17966 2001-05-30 [hoa]
17967
17968         * src/filtering.[ch]
17969         * src/summaryview.c
17970                 handling summary menu / filter messages
17971
17972         * src/folder.[ch]
17973                 add some stuff
17974
17975         * src/foldersel.c
17976                 imap folders now appears in list
17977
17978         * src/mbox_folder.c
17979                 doesn't crash if destination mail is not writeable
17980
17981 2001-05-29 [hoa]
17982
17983         * src/compose.c
17984                 removed some warnings
17985
17986         * src/filtering.c
17987         * src/folder.[ch]
17988         * src/prefs_filtering.c
17989                 global string to identify any folders           
17990                 removed some debug info
17991                 filtering to mbox folders is now possible
17992
17993         * src/mainwindow.c
17994                 removed some warnings
17995
17996         * src/mbox_folder.c
17997                 permission on files are changed to read/write for user only,
17998                 nothing for other.
17999                 creation of subfolder is handled better.
18000
18001 2001-05-28 [alfons]
18002
18003         Verified the sync for src/prefs_common.[ch] and
18004         src/prefs_account.[ch]. I believe there were some
18005         minor indentation differences.
18006
18007 2001-05-28 [paul]
18008
18009         0.4.99claws3
18010
18011         * sync with 0.4.99cvs3
18012
18013 2001-05-28 [hoa]
18014
18015         * src/compose.c
18016                 handling flags for mbox format
18017
18018         * src/filtering.c
18019                 use of mark file only for MH format
18020                 handling flags for mbox format
18021                 filtering cannot yet move or copy mails to mbox folders.
18022
18023         * src/folder.[ch]
18024                 changed move_msg, copy_msg,
18025                 move_msgs_with_dest, copy_msgs_with_dest functions
18026                 uses only folder->copy_msg() function
18027                 uses folder->finished_copy() to handle the destination
18028                 folder at the end of the copy or move operation.
18029
18030         * src/foldersel.c
18031                 included mbox directories.
18032
18033         * src/folderview.[ch]
18034         * src/mainwindow.c
18035                 handle folders operation for mbox format
18036
18037         * src/mbox.c
18038                 disable conversion of "From " header
18039
18040         * src/mbox_folder.[ch]
18041                 completion of mbox format handling
18042
18043         * src/mh.c
18044                 changed mh_copy_msg() function and
18045                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18046                 mh_copy_msgs_with_dest()
18047
18048         * src/prefs_filtering.c
18049                 removed some warnings
18050
18051         * src/prefs_matcher.c
18052                 default boolean operation is AND
18053
18054         * src/procheader.c
18055                 handling flags for mbox format
18056                 handling of "From " header
18057
18058         * src/procmsg.[ch]
18059                 removed data field
18060                 added MSG_REALLY_DELETED flags to handle deletion of
18061                 messages in mbox format.
18062
18063         * src/summaryview.c
18064                 handling flags for mbox format
18065                 disable the MSG_DELETED flags when messages
18066                 are deleted in mbox format
18067
18068         * src/textview.c
18069                 "From " headers display fixed.
18070
18071 2001-05-27 [alfons]
18072
18073         * src/textview.c:
18074                 
18075                 (get_email_part): skip quoted email addresses, like in e.g.
18076                 "'alfons@proteus.demon.nl'".
18077
18078 2001-05-26 [alfons]
18079
18080         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18081         and fixing the persistence troubles when using separate windows.
18082
18083         * src/mainwindow.c:
18084         
18085             Added #define SEPARATE_ACTION used in the gtk item factory for 
18086             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18087                 use gtk_item_factory_get_widget_by_action() to get the items.
18088                 
18089             Removed separate_widget_cb from the gtk item factory data   
18090           
18091             (mainwindow_create): connect separate_widget_cb() to check
18092             menu item "toggled" signal. also passing a MainWindow pointer
18093                 as object data for both check menu items.
18094                 
18095             (separate_widget_cb): definition of separate_widget_cb() to match
18096             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18097                 window using gtk_object_get_data(). The type of window separation 
18098                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18099         
18100         * src/prefs_filtering.c,
18101           src/prefs_matcher.c: added horizontal scrollbars
18102
18103 2001-05-25 [darko]
18104
18105         * src/headerview.c
18106                 fix segfault with invalid bold font
18107         * src/summaryview.c
18108                 correctly display summary stats after row is marked
18109
18110 2001-05-23 [sergey]
18111
18112         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18113         encodings with libjconv.
18114
18115 2001-05-23 [hoa]
18116
18117         * src/Makefile.am
18118                 added mbox_folder.[ch]
18119         * src/defs.h
18120                 mbox temporary folder
18121         * src/folder.[ch]
18122         * added src/mbox_folder.[ch]
18123         * src/folderview.c
18124         * src/procheader.[ch]
18125                 added mbox support
18126         * src/mbox.c
18127                 bugfix for file incorporation filtering
18128         * src/imap.c
18129                 enable creation of MBOX
18130         * src/prefs_display_header.c
18131                 enable use of headers like "From "
18132                 something that should be fixed :
18133                         displaying of such headers add an extra space
18134         * src/prefs_folder_item.c
18135                 don't create folders because it is not necessary
18136         * src/procmsg.h
18137                 added data field to MsgInfo for mbox internal use
18138         * src/summaryview.c
18139                 added some support for mbox
18140         * src/utils.[ch]
18141                 added get_mbox_cache_dir() function
18142
18143 2001-05-23 [hiroyuki]
18144
18145         * src/headerwindow.c
18146           src/inc.c
18147           src/main.c
18148           src/mh.c
18149           src/nntp.c
18150           src/procmsg.h
18151           src/session.h
18152           src/socket.[ch]
18153           src/summaryview.c
18154           src/textview.c
18155           src/automaton.c
18156           src/folderview.c: more sync with 0.4.99cvs2.
18157
18158         * src/headerwindow.c: reverted.
18159
18160 2001-05-22 [paul]
18161
18162         0.4.99claws2
18163
18164         * sync with sylpheed 0.4.99cvs2
18165                 * src/news.[ch]
18166                 * src/nntp.[ch]
18167                 * INSTALL
18168                 * INSTALL.jp
18169
18170 2001-05-22 [alfons]
18171
18172         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18173
18174 2001-05-21 [alfons]
18175
18176         Minor things:
18177
18178         * configure.in: if gnome-config not found, "no" is displayed
18179         
18180         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18181
18182         * src/textview.c: now also possible to add mail addresses by right
18183           clicking in the text view
18184
18185         * src/codeconv.c: merged patch which fixes endless loop when encountering
18186           invalid wide characters; from Alte <010@imis.ru>  
18187
18188 2001-05-20 [alfons]
18189
18190         Added installation of gnome specific things:
18191
18192         * Makefile.am: gnome conditional
18193
18194         * configure.in: check for installed gnome
18195
18196         * added sylpheed.png, sylpheed.desktop
18197
18198 2001-05-20 [sergey]
18199
18200         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18201
18202         * src/mainwindow.h (main_window_toolbar_create): created a button
18203         for "Reply to all".
18204         (main_window_set_toolbar_sensitive): enable/disable the new button
18205         appropriately.
18206         (toolbar_reply_to_author_cb): handle the new button.
18207
18208         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18209         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18210         failure).
18211
18212 2001-05-19 [sergey]
18213
18214         * src/compose.h (ComposeReplyMode): new modes
18215         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18216         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18217
18218         * src/compose.c
18219         (compose_send): move some code into a new function:
18220         (compose_current_mail_account): new function.
18221         (compose_reply): new argument to_author, all callers changed; if
18222         to_author==TRUE and account->protocol==A_NNTP, find and use an
18223         appropriate mail account for replying.
18224         (compose_reply_set_entry): new argument to_author; ignore
18225         compose->replyto if to_author==TRUE.
18226
18227         * src/mainwindow.c: new command "Message/Reply to author".
18228         (main_window_set_menu_sensitive): enable/disable it.
18229         (reply_cb): handle it.
18230
18231         * src/summaryview.c: new command "Reply to author".
18232         (summary_set_menu_sensitive): enable/disable it.
18233         (summary_reply_cb): handle it.
18234
18235         * src/account.c (account_find_mail_from_address): new function.
18236
18237 2001-05-18 [paul]
18238
18239         0.4.99claws1
18240
18241         * sync with sylpheed 0.4.99cvs1
18242
18243 2001-05-18 [hoa]
18244
18245         * src/compose.[ch]
18246         * src/filtering.c
18247         * src/summaryview.c
18248                 new filtering action : forward and forward as attachment
18249
18250         * src/main.c
18251                 no need for $DISPLAY when we run sylpheed --help
18252                 call to parse_cmd_opt() is moved
18253
18254         * src/mainwindow.[ch]
18255                 execute button is hidden when immediate execute
18256                 is chosen
18257
18258         * src/mh.c
18259         * src/news.c
18260         * src/prefs_folder_item.c
18261         * src/procmsg.c
18262                 better handling of missing directories
18263
18264         * src/summaryview.c
18265                 reedit is enabled in outbox
18266                 reedit is enabled in queue
18267
18268 2001-05-17 [hoa]
18269
18270         * src/filtering.c
18271         * src/matcher.[ch]
18272         * src/prefs_filtering.c
18273                 changed attachement into attachment
18274
18275 2001-05-17 [alfons]
18276
18277         0.4.67claws4    
18278
18279         * sync with sylpheed 0.4.67cvs9
18280         * sync with sylpheed 0.4.67cvs7-8
18281
18282 2001-05-17 [hoa]
18283
18284         * src/Makefile.am
18285                 added prefs_filtering.c
18286
18287         * src/filtering.[ch]
18288         * src/matcher.[ch]
18289                 removed action : forward_news and forward_news_as_attachement
18290                 (forward and forward_as_attachement can be used instead)
18291
18292         * src/mainwindow.c
18293                 added menu option to access filtering configuration
18294
18295         * src/prefs_account.c
18296                 changed mail_command default to /usr/sbin/sendmail
18297
18298         * added src/prefs_filtering.[ch]
18299                 dialog box for filtering configuration
18300
18301         * src/prefs_matcher.c
18302                 added function prefs_matcher_get_criteria_from_matching()
18303
18304         * src/prefs_scoring.c
18305                 reset the dialog when register or substitute is clicked
18306
18307 2001-05-15 [hoa]
18308
18309         * src/Makefile.am
18310                 added filtering.[ch]
18311         * src/inc.c
18312                 using filering.[ch] instead of filter.[ch]
18313         * src/main.c
18314                 reading new filtering configuration
18315         * src/matcher.[ch]
18316                 added some filtering actions
18317                 and fixed a bug for headers and mail body matching
18318         * src/mbox.c
18319                 using filering.[ch] instead of filter.[ch]
18320         * src/mh.c
18321                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18322         * src/summaryview.c
18323                 some fixes for filtering
18324
18325 2001-05-14 [hiroyuki]
18326
18327         * src/send.c: fixed some weird indentations.
18328           send_message_with_command(): call pclose() only if p != NULL.
18329         * src/textview.c: get_email_part(): modified the code for readability.
18330
18331 2001-05-14 [hiroyuki]
18332
18333         * src/md5global.h
18334           src/md5ify.c
18335           src/md5ify.h: removed from the cvs.
18336
18337 2001-05-13 [sergey]
18338
18339         * src/main.c: include rfc2015.h to avoid compiler warnings.
18340         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18341         the panel is already on screen.
18342         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18343         closing the alert window by ESC as "No".
18344         * src/prefs_common.c (prefs_interface_create): moved return
18345         receipt check button to the correct place.
18346
18347 2001-03-13 [alfons]
18348
18349         * src/prefs_common.c: 
18350                 moved return receipt check button to the Send tab. (prefs_send_create)
18351                 removed the date format ui related globals. (prefs_display_create)
18352
18353         0.4.67claws3
18354         
18355         * sync with sylpheed 0.4.67cvs5-6
18356
18357 2001-05-13 [paul]
18358
18359         * added Alfons' font selection patch
18360
18361         * src/defs.h
18362         * src/headerwindow.c
18363         * src/prefs_common.c
18364         * src/prefs_common.h
18365
18366 2001-05-13 [hoa]
18367         * src/defs.h
18368                 changed version of cache
18369         * src/matcher.[ch]
18370         * src/prefs_matcher.c
18371                 added additionnal matching criteria
18372         * src/procheader.c
18373         * src/procmsg.[ch]
18374         * src/news.c
18375                 added references in MsgInfo
18376
18377 2001-05-12 [hoa]
18378
18379         * src/defs.h
18380                 prepared some things for new filtering
18381         * src/matcher.[ch]
18382                 added some matching properties
18383                 inreplyto need to be enhanced
18384                 prepared some things for new filtering
18385         * src/messageview.c
18386                 added Return-Receipt-To handling
18387         * src/prefs_folder_item.c
18388                 changed default value to TRUE
18389         * src/prefs_matcher.c
18390                 added some matching properties
18391         * src/prefs_scoring.[ch]
18392                 the scoring dialog is finished
18393         * src/procheader.c
18394                 added Return-Receipt-To handling
18395                 Reference need to be added
18396         * src/procmsg.[ch]
18397                 added Return-Receipt-To handling
18398                 added threadscore to get a better score sorting when
18399                 threads are enabled
18400         * src/summaryview.c
18401                 suppressed a bug when we sort the list
18402                 when no folder is opened.
18403                 better score sorting when threads are enabled
18404
18405 2001-05-12 [alfons]
18406
18407         * reverted previous patch because of potential errors 
18408
18409         0.4.67claws2
18410         
18411         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18412                 applied "toggle mail-retrieval dialog window" patch submitted 
18413                 by Eric Limpens <eric@qnt.net>
18414
18415         * sync with sylpheed 0.4.67cvs4
18416
18417 2001-05-12 [sergey]
18418
18419         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18420         some picky compilers.
18421         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18422         * src/grouplist_dialog.c: include alertpanel.h.
18423         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18424         fix compile warning.
18425         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18426         #include "defs.h" before others to prevent the warning of `MIN'
18427         and `MAX' redefinition.
18428
18429 2001-05-11 [hoa]
18430
18431         * src/main.c
18432         * src/messageview.c
18433         * src/prefs_account.c
18434         * src/prefs_display_header.c
18435                 removed warning
18436         * src/Makefile.am
18437                 added prefs_scoring.[ch]
18438         * src/grouplist_dialog.c
18439                 display an error dialog box if the group list
18440                 cannot be fetched.
18441         * src/mainwindow.[ch]
18442                 added main_window_set_thread_option() function
18443                 scoring dialog box enabled
18444         * src/matcher.[ch]
18445                 added flags matching unread /new / marked
18446                 / deleted / replied / forwarded
18447         * src/news.c
18448                 newsgroups are now finally in newscache
18449         * src/prefs_matcher.[ch]
18450                 finished preferences for matching dialog
18451         * added src/prefs_scoring.[ch]
18452                 scoring dialog box completed
18453         * src/scoring.[ch]
18454                 conversion to string : added scoringprop_to_string()
18455                 write config for preferences :
18456                 added prefs_scoring_write_config()
18457         * src/summaryview.c
18458                 threads can be enabled/disabled independently
18459                 for each folder
18460
18461 2001-05-10 [alfons]
18462
18463         0.4.67claws1
18464         
18465         * AUTHORS: 
18466                 thought it would be nice to have a list of all
18467                 contributors (used Changelog as a reference)
18468         
18469         * configure.in: 
18470                 messed up version numbering...
18471
18472         0.4.66claws1
18473
18474         * sync with sylpheed 0.4.67cvs1-3
18475
18476 2001-05-10 [darko]
18477
18478         * src/prefs_common.c:
18479                 better UI for strftime format, double clicking
18480                 on format now inserts the format in text entry
18481                 replaced close button with standard OK/Cancel
18482                 moved date format button to the right of the
18483                 text entry field
18484
18485 2001-05-09 [alfons]
18486
18487         * src/gtkstext.c:
18488                 Ctrl-Home / Ctrl-End have proper cursor navigation
18489
18490 2001-05-09 [hoa]
18491
18492         * src/prefs_matcher.c
18493                 finished UI to define matching properties
18494                 added ok and cancel button
18495         * src/prefs_filter.c
18496                 added ok and cancel button
18497         * src/news.c
18498                 fixed some bug in xhdr parsing
18499
18500 2001-05-08 [alfons]
18501
18502         * src/textview.c: 
18503                 fixed a bug in textview_show_header(), which displayed two colons (':');
18504                 cleaned up some warnings
18505
18506 2001-05-08 [hoa]
18507
18508         * src/Makefile.am
18509                 added prefs_matcher.[ch]
18510                 compilation with -W -Wall
18511         * src/alertpanel.c
18512                 ungrab the mouse events if grabbed - does it
18513                 fix the bug for disposition notification ?
18514         * src/mainwindow.c
18515                 added a menu option to open the matching dialog.
18516         * src/matcher.[ch]
18517                 added matcherprop_to_string() and matcherlist_to_string()
18518                 fixed some bugs, changed the name of some options
18519                 age_sup and age_inf becomes age_greater and age_lower,
18520                 body and messageheaders becomes body_part and headers_part,
18521                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18522         * src/prefs_display_header.c
18523         * src/prefs_headers.c
18524                 fixed a bug that accidentally destroyed dialogs
18525                 when closed them with delete_event
18526                 Added *_deleted() which handle delete_event signal correctly.
18527         * src/prefs_folder_item.[ch]
18528                 added "enable_thread" field for future customization
18529         * added src/prefs_matcher.[ch]
18530                 sample of the UI to define matching properties
18531         * src/procheader.c
18532                 using procheader_headername_equal instead of str*cmp functions
18533                 using procheader_parse_header() function
18534         * src/scoring.c
18535                 using MATCHING_XXX instead of SCORING_XXX
18536         * src/summaryview.c
18537                 display the sender of the news even if this is ourself
18538                 when this is a news message.
18539         * src/textview.c
18540                 using headername_equal() instead of str*cmp functions
18541
18542 2001-05-08 [alfons]
18543
18544         0.4.66claws
18545
18546         * sync with sylpheed 0.4.66
18547         * src/gtkstext.c: trace logs added 
18548
18549 2001-05-08 [sergey]
18550
18551         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18552         signature check popup.
18553         * src/rfc2015.c (check_signature): show signature check popup only
18554         if it is enabled in preferences.
18555
18556 2001-05-07 [alfons]
18557
18558         0.4.66claws4
18559         
18560         * sync with sylpheed 0.4.66cvs6
18561
18562 2001-05-07 [darko]
18563
18564         * src/prefs_common.[ch]: added option to enable/disable
18565           looking up sender name in address book for summary pane
18566         * src/summaryview.c: look up sender in the address book
18567           by using Alfons' address completion code
18568
18569 2001-05-07 [hiroyuki]
18570
18571         * src/inc.h
18572           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18573           member of Pop3State.
18574         * src/news.c: brought #include "defs.h" before #include <glib.h>
18575           to prevent the warning of `MIN' and `MAX' redefinition.
18576
18577 2001-05-06 [hoa]
18578
18579         * removed src/headers_display.[ch]
18580         * removed src/prefs_display_headers.[ch]
18581         * src/inc.c
18582                 use a temporary file in the user directory for mbox import
18583         * src/news.c
18584                 added XHDR support to get "To" and "Cc" headers
18585                 (in order to match news with to or cc field for
18586                 scoring)
18587                 added function news_parse_xhdr() to get XHDR response
18588         * src/nntp.[ch]
18589                 added function nntp_xhdr()
18590         * src/matcher.c
18591                 fetch the message if necessary
18592
18593 2001-05-06 [alfons]
18594
18595         0.4.66claws3
18596
18597         * sync with sylpheed 0.4.66cvs3-5
18598
18599 2001-05-06 [hoa]
18600
18601         * src/utils.[ch]
18602                 added function itos_buf() to enable use of several buffers
18603         * src/summaryview.c
18604                 use of itos_buf() instead of itos() in summary list
18605                 to fix the broken display of message number.
18606
18607 2001-05-06 [alfons]
18608
18609         * src/gtkstext.c: bug in cursor up navigation fixed,
18610                 fixed another unsigned / signed comparison (we're getting there :-)
18611
18612 2001-05-06 [hoa]
18613
18614         * src/Makefile.am
18615                 added scoring.c scoring.h
18616                 prefs_folder_item.c prefs_folder_item.h
18617                 matcher.c matcher.h
18618         * src/defs.h
18619                 added FOLDERITEM_RC SCORING_RC
18620         * src/folder.[ch]
18621                 added prefs field in FolderItem :
18622                 properties for each folder (PrefsFolderItem),
18623                 sorting type and mode were added as the first properties.
18624         * src/main.c
18625                 read config for scoring
18626         * added src/matcher.[ch]
18627                 gives functions to parse configuration file to do
18628                 matching on mails with a list of conditions.
18629         * src/mainwindow.c
18630                 add option to sort by score
18631         * src/prefs_common.[ch]
18632                 added preference option to show score and for
18633                 the score column size
18634         * added src/prefs_folder_item.[ch]
18635                 properties for each folder (PrefsFolderItem),
18636                 sorting type and mode were added as the first properties.
18637         * src/procheader.[ch]
18638                 added procheader_parse_header()
18639                 added procheader_header_free()
18640                 added procheader_headername_equal()
18641                 and made modification to use them.
18642         * src/procmsg.[ch]
18643                 added score field to MsgInfo structure
18644         * added src/scoring.[ch]
18645                 gives functions to parse configuration file to do
18646                 scoring on mails with a list of conditions.
18647         * src/summaryview.[ch]
18648                 save the sorting type and mode for the folder
18649                 added column to display the score of the mail
18650                 added function summary_score_clicked()
18651                 sorting type and mode are restored to the folder
18652                 when it is reopen
18653         * src/textview.c
18654                 use procheader_parse_header(), procheader_headername_equal()
18655                 removed memory leak in text_scan_header when freeing headers
18656         * src/filter.c
18657                 changed the function to match names of headers
18658                 using procheader_headername_equal()
18659
18660         Scoring functions are implemented, an interface is needed
18661         to configure that.
18662
18663 2001-05-04 [alfons]
18664
18665         * src/gtkstext.c: 
18666                 hopefully fixed the row up navigation bug,
18667                 removed adding back / forward lines to cache
18668
18669 2001-05-04 [sergey]
18670
18671         * src/prefs_display_headers.c: user interface changes:
18672         (prefs_display_headers_create): remove unused "Show" check button;
18673         allow reordering of headers by dragging.
18674         (prefs_display_headers_write_config): remove unused variables.
18675         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18676         of lists (not needed with the new UI).
18677         (prefs_display_headers_set_list): scan lists starting from row 0,
18678         not 1 (do not skip "(New)").
18679         (prefs_display_headers_find_header): new function.
18680         (prefs_display_headers_clist_set_row): do not allow duplicates.
18681         (prefs_display_headers_delete_cb): do not skip row 0; treat
18682         closing the alert window by ESC as "No".
18683         (prefs_display_headers_up): do not protect row 0.
18684         (prefs_display_headers_down): do not protect row 0.
18685
18686 2001-05-04 [sergey]
18687
18688         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18689         functions.
18690
18691         * src/summaryview.c
18692         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18693         summary_select_next_marked, summary_select_prev_marked): new
18694         functions.
18695
18696 2001-05-03 [sergey]
18697
18698         * src/news.c: fixed a bug when no article can be fetched after
18699         server timeout if the connection was restored by news_post():
18700         (news_select_group): new function.
18701         (news_fetch_msg): call news_select_group() before fetching
18702         article.
18703         (news_get_uncached_articles): set session->group after successful
18704         GROUP command.
18705
18706 2001-05-03 [hoa]
18707
18708         * src/defs.h
18709         * src/procmsg.[ch]
18710         * src/procheader.c
18711                  changed version of cache, added cc field
18712
18713         * src/prefs_display_headers.c
18714                 the interface was changed
18715
18716         * src/prefs_headers.c
18717                 added cancel button
18718
18719 2001-05-03 [alfons]
18720
18721         * completed sync of sylpheed cvs2
18722         * src/gtkstext.c: updated row up / down cursor navigation
18723         * src/textview.c: re-edited, prepared for fixing the email address
18724                 scanner.
18725
18726 2001-05-03 [darko]
18727
18728         * src/prefs_common.c: use alfons' strftime ui code
18729         entry_datefmt and datefmt_sample widgets have to be
18730         global in this module because of this change
18731
18732 2001-05-03 [hoa]
18733
18734         * src/messageview.c
18735         * src/prefs_common.[ch] added option to activate the return receipt
18736                 feature.
18737
18738 2001-05-02 [alfons]
18739
18740         * src/gtkstext.c: fix for row up/down cursor navigation. 
18741
18742         0.4.66claws2
18743         
18744         * sync with 0.4.66cvs2
18745
18746 2001-05-02 [paul]
18747
18748         added add-sender-to-addressbook patch
18749
18750         * src/addressbook.c
18751         * src/addressbook.h
18752         * src/summaryview.c
18753
18754 2001-05-02 [sergey]
18755
18756         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18757         G_ALERTDISABLE.
18758
18759         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18760         all existing callers changed to pass FALSE; create a check button
18761         to disable the message.
18762         (alertpanel_message_with_disable): new function.
18763         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18764         (alertpanel_button_toggled): new function.
18765         (alertpanel_button_clicked, alertpanel_close): set value using
18766         G_ALERT_VALUE_MASK.
18767
18768         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18769
18770         * src/prefs_common.c (prefs_privacy_create): new check button
18771         checkbtn_gpgme_warning.
18772
18773         * src/main.c (main): moved preferences reading before gpgme
18774         initialization; check prefs_common.gpgme_warning before giving the
18775         GnuPG warning and set it to FALSE if the user wants to disable the
18776         warning.
18777
18778 2001-05-02 [hiroyuki]
18779
18780         * src/prefs_display_headers.c: modified the layout and some labels.
18781
18782 2001-05-02 [sergey]
18783
18784         * src/prefs_account.c (prefs_account_fix_size): new function.
18785         (prefs_account_create): call prefs_account_fix_size(); use
18786         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18787         size when the window is shown for the first time).
18788         (prefs_account_basic_create): changed layout of serv_table; moved
18789         localmbox_entry above smtpserv_entry (logically it replaces
18790         POP3/IMAP server).
18791         (prefs_account_protocol_activated): set sensitivity of
18792         nntpauth_chkbtn according to the protocol (in addition to
18793         hide/show); commented out gtk_table_set_row_spacing() calls.
18794         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18795         not sensitive (fixes a bug with disabled username/password boxes
18796         when editing POP3 account after NNTP with authentication).
18797
18798 2001-05-02 [hoa]
18799
18800         * src/account.c
18801         * src/inc.c
18802         * src/prefs_account.[ch]
18803         * src/send.c
18804                 removed local account without SMTP server
18805                 added option to use mail command instead of a connexion
18806                 to SMTP server when a local account is used
18807         * src/prefs_headers.c
18808                 fixed a bug
18809         * src/news.c
18810                 fixed a bug when connexion immediately closed
18811
18812 2001-05-01 [alfons]
18813
18814         0.4.66claws1
18815         
18816         * sync with 0.4.65
18817
18818 2001-05-01 [sergey]
18819
18820         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18821         widget nntpauth_chkbtn.
18822         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18823         visibility.
18824         (prefs_account_nntpauth_toggled): new function.
18825
18826         * src/news.c (news_session_new_for_folder): use NNTP
18827         authentication only if ac->use_nntp_auth is set.
18828
18829 2001-05-01 [hoa]
18830
18831         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18832         * src/prefs_display_headers.c changed the UI
18833         * src/prefs_headers.c changed account_name to account_id
18834         * src/compose.c using customheader.h
18835
18836 2001-05-01 [hiroyuki]
18837
18838         * src/esmtp.c
18839           src/news.c
18840           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18841           unsynched.
18842
18843 2001-05-01 [hoa]
18844
18845         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18846         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18847                 for displaying of headers
18848         * src/grouplist_dialog.[ch] minor changes to remove warnings
18849         * src/prefs_display_headers.[ch] dialog to choose the
18850         headers to display in the mail viewer.
18851         * src/headers.h correction of #define
18852         * src/headers_display.[ch] configuration for displaying of headers.
18853         * src/main.c read config of displaying of headers
18854         * src/prefs_common.c add a button to access the config dialog
18855                 for displaying of headers
18856         * src/prefs_display_headers.[ch] dialog for configuration for
18857                 displaying of the headers.
18858         * src/prefs_headers.c cleaning of code
18859         * src/procheader.c comments added to code
18860         * src/textview.c changes to reorder the headers depending
18861                 on the config for displaying of headers
18862
18863 2001-04-30 [alfons]
18864
18865         0.4.65claws7
18866
18867         * sync with 0.4.65cvs12
18868
18869         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18870
18871 2001-04-30 [sergey]
18872
18873         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18874
18875         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18876         is set to force reconnection after authentication failure.
18877         (nntp_gen_command): set sock->auth_failed on authentication
18878         failure, or if sock->userid and sock->passwd are not set.
18879
18880         * src/news.c (news_session_new_for_folder): set userid=NULL if
18881         password dialog is cancelled.
18882
18883 2001-04-30 [sergey]
18884
18885         * src/nntp.h (NNTPSockInfo): new type.
18886
18887         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18888         SockInfo.
18889         (nntp_open_auth, nntp_close): new functions.
18890         (nntp_gen_command): new function to handle authentication; all
18891         NNTP command functions updated to use it.
18892         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18893         (nntp_list): removed old useless code.
18894
18895         * src/news.h (NNTPSession): new field nntp_sock.
18896
18897         * src/news.c: all functions updated to use NNTPSockInfo instead of
18898         SockInfo.
18899         (news_session_new): new arguments (userid, passwd); made static;
18900         use nntp_open_auth() if needed.
18901         (news_session_destroy): use nntp_close() instead of sock_close().
18902         (news_query_password): changed arguments.
18903         (news_session_new_for_folder): new function.
18904         (news_session_get): use news_session_new_for_folder().
18905         (news_authenticate): deleted.
18906         (news_get_uncached_articles): removed old authentication code.
18907
18908 2001-04-30 [sergey]
18909
18910         * src/news.c: reverted my previous changes (need to do NNTP
18911         authentication in a cleaner way).
18912         
18913 2001-04-29 [sergey]
18914
18915         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18916         news_nntp_post, news_nntp_mode): new functions (wrappers with
18917         authentication support).
18918         (news_get_article_cmd, news_get_article, news_get_header): new
18919         argument "folder"; all callers changed.
18920         (news_get_article_cmd): added authentication support.
18921         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18922         (news_post): use news_nntp_post() instead of nntp_post().
18923         (news_get_uncached_articles): use news_nntp_group() instead of
18924         nntp_group() and news_nntp_xover() instead of nntp_xover();
18925         removed old authentication code.
18926         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18927
18928         * src/nntp.c (nntp_list): return real error code instead of
18929         hardcoded NN_ERROR.
18930
18931 2001-04-29 [sergey]
18932
18933         * configure.in: fixed wint_t typedef detection again
18934
18935 2001-04-28 [hoa]
18936
18937         * src/prefs_account.[ch], added A_LOCAL_CMD
18938                 (send mail with mail command)
18939         * src/send.c added function send_message_with_command()
18940         * src/inc.c made a more secure get_spool() function with
18941                 mktemp() but maybe mkstemp() or something more
18942                 secure can be used.
18943
18944 2001-04-28 [alfons]
18945
18946         * src/textview.c, colorization of email addresses in headers
18947
18948         0.4.65claws6
18949
18950         * bug sync with sylpheed
18951         * prefs_common.c: created date format ui for darko
18952         * sync with 0.4.65cvs11
18953         * configure.in: corrected to have the new gpg checks
18954
18955 2001-04-27 [alfons]
18956
18957         * completed sync with 0.4.65cvs10
18958         * minor debug things added to gtkstext.c
18959
18960 2001-04-27 [darko]
18961
18962         * configure.in: remove check for availability of
18963           strftime() as advised by Hiroyuki
18964         * src/prefs_common.[ch], src/procheader.c:
18965           synch strftime() code with Hiroyki's main branch
18966
18967 2001-04-26 [sergey]
18968
18969         * src/news.c: news_query_password(), news_authenticate(): new
18970           functions.
18971           news_get_uncached_articles(): added NNTP authentication
18972           handling.
18973         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18974           new functions.
18975         * src/prefs_account.c: prefs_account_protocol_activated():
18976           enable userid and password fields for NNTP.
18977
18978 2001-04-26
18979
18980         * configure.in: check for availability of strftime()
18981           [darko]
18982         * src/prefs_common.[ch], src/procheader.c: use
18983           strftime() for displaying date in summary pane if it
18984           is available
18985
18986 2001-04-25
18987
18988         * more .cvsignore cleanups [alfons]
18989
18990 2001-04-25
18991
18992         * ac/sv-check-type.m4: new autoconf macro.
18993         * configure.in: fixed wint_t typedef detection (did not work
18994           with gcc-2.96).
18995
18996 2001-04-25
18997
18998         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18999           [hiroyuki]
19000
19001 2001-04-24
19002         * modified gtkstext.c : buggy cursor navigation fixed, 
19003           and font descent also taken in account when drawing
19004           cursor. [alfons]
19005
19006 2001-04-24 [hoa]
19007         * added comments in src/news.c src/nntp.c
19008         * added src/prefs_headers.[ch]
19009         * added src/headers.[ch]
19010         * modified compose.c to activate custom headers
19011                 added function is_in_custom_headers
19012         * modified prefs_account.[ch]
19013                 added function prefs_account_customhdr_edit
19014         * modified src/defs.h :
19015                 added HEADERS_RC : name of the config file
19016                 for the custom headers
19017
19018 2001-04-24
19019
19020     0.4.65claws5
19021
19022         * configure.in
19023           src/gtkstext.[ch]
19024           src/compose.c
19025           src/Makefile.am
19026           
19027           added gtkstext with configure.in patch by Hiroyuki which
19028           should fix the XIM detection [alfons]
19029
19030         * more clean up of cvs [alfons]
19031
19032                  * removed all Makefile.in files to attic.
19033
19034                  * updated all .cvsignores to really ignore things that could
19035                    be unintentionally committed by a recursive commit.
19036
19037 2001-04-23 [hoa]
19038         * added src/grouplist_dialog.[ch]
19039         * changed src/folderview.c to call grouplist_dialog instead
19040                 of inputdialog
19041         * src/news.c :
19042                 added functions news_reset_group_list
19043                 and news_get_group_list
19044         * src/nntp.c :
19045                 added function nntp_list
19046         * src/defs.h :
19047                 added GROUPLIST_FILE : name of the newsgroup list cache file
19048
19049 2001-04-21
19050
19051         * added option to warn about queued messages on exit [sergey]:
19052
19053           * src/compose.c: compose_queue(): call folder_item_scan()
19054             and folderview_update_item() after queueing.
19055           * src/folderview.c: folderview_update_node(): draw the queue
19056             folder in bold font if there are queued messages.
19057           * src/mainwindow.c: queued_messages(): new function.
19058             app_exit_cb(): display warning if there are queued messages
19059             if warn_queued_on_exit is set.
19060           * prefs_common.[ch]: add warn_queued_on_exit option.
19061
19062         * enhanced GnuPG key selection support [sergey]:
19063
19064           * src/select-keys.c: updated to newer version from Win32
19065             branch with support for selecting arbitrary keys.
19066           * src/prefs_account.c: added the Privacy tab to the account
19067             options window.
19068             prefs_account_privacy_create(),
19069             prefs_account_sign_key_set_data_from_radiobtn(),
19070             prefs_account_sign_key_set_radiobtn(): new functions.
19071           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19072           * src/rfc2015.c: set_signers(): new function.
19073             pgp_sign(): add the account parameter, call set_signers().
19074             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19075           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19076           * src/compose.c: pass the current account to rfc2015_sign().
19077
19078         * tag name claws added to prevent confusion with main branch [alfons]
19079
19080         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19081
19082         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19083
19084         * sync with recent sylpheed cvs. Untested though. [alfons]
19085