0.9.6claws32
[claws.git] / ChangeLog.claws
1 2003-10-17 [christoph]  0.9.6claws32
2
3         * src/Makefile.am
4         * src/main.c
5         * src/mimeview.c
6         * src/noticeview.c
7         * src/pgpmime.[ch]                              ** NEW **
8         * src/privacy.[ch]
9         * src/rfc2015.c
10         * src/sgpgme.c                                  ** NEW **
11                 reimplement PGP/Mime signature checking (unfinished)
12
13 2003-10-15 [christoph]  0.9.6claws31
14
15         * src/procmime.[ch]
16                 fix procmime_get_text_content() and
17                 procmime_get_first_text_content()
18
19 2003-10-15 [christoph]  0.9.6claws30
20
21         * src/plugins/spamassassin/spamassassin_gtk.c
22         * src/plugins/spamassassin/spamassassin_gtk.glade
23                 fix timeout tooltip
24
25 2003-10-15 [paul]       0.9.6claws29
26
27         * src/messageview.c
28                 workaround for buggy smtp servers. on sending a
29                 return receipt strip the name part from the address
30                 when creating headers
31                 
32 2003-10-15 [paul]       0.9.6claws28
33
34         * sync with 0.9.7 release
35                 see ChangeLog 2003-10-15
36
37 2003-10-14 [christoph]  0.9.6claws27
38
39         * src/plugins/clamav/clamav_plugin.c
40                 fix clamav plugin
41
42 2003-10-14 [christoph]  0.9.6claws26
43
44         * src/compose.c
45         * src/mimeview.c
46         * src/procmime.[ch]
47         * src/rfc2015.c
48         * src/textview.c
49         * src/plugins/clamav/clamav_plugin.c
50                 use GNode to create the mime tree (some changes to functions
51                 that traverse the tree are just quick and dirty. Maybe we
52                 can find better solutions with g_node_*-functions)
53
54 2003-10-14 [luke]       0.9.6claws25
55
56         * src/mimeview.c
57                 fix a navigation bug (stupid typo of mine)
58
59 2003-10-14 [christoph]  0.9.6claws24
60
61         * src/textview.c
62                 fix missing last line in plain/text mails
63
64 2003-10-13 [luke]       0.9.6claws23
65
66         * src/summaryview.c
67                 fix bug 334 (part 1)
68
69 2003-10-13 [kov]        0.9.6claws22
70
71         * src/mimeview.c
72                 error checking when the user enters a non-directory at
73                 the file selection dialog.
74                 work-around for users entering directory location without
75                 adding a leading G_DIR_SEPARATOR.
76
77 2003-10-13 [luke]       0.9.6claws21
78
79         * src/compose.c
80                 error reporting for inserting files, including catching
81                 invalid characters for current locale/encoding
82
83 2003-10-13 [paul]       0.9.6claws20
84
85         * src/folderview.c
86                 fix bug #347 'subscribe newsgroups crashes'
87
88 2003-10-13 [paul]       0.9.6claws19
89
90         * src/compose.c
91                 when using 'Reply to all' include the 'send replies
92                 to' folder property
93                 
94         * po/ja.po
95                 update Japanese translation. submitted by Rui Hirokawa 
96                 <rui_hirokawa@ybb.ne.jp>        
97
98 2003-10-13 [hoa]        0.9.6claws18
99
100         * src/account.c
101         * src/compose.c
102         * src/messageview.c
103         * src/procheader.c
104         * src/procheader.h
105                 rename get_header_from_msginfo() into
106                 procheader_get_header_from_msginfo() so that we have a
107                 coherent exported naming.
108                 avoid parsing of header contained in a string via
109                 a newly written temporary file.
110
111         Patch submitted by Simon 'corecode' Schubert
112                 <corecode@corecode.ath.cx>
113
114 2003-10-12 [hoa]        0.9.6claws17
115
116         * src/filtering.c
117         * src/filtering.h
118         * src/matcher.c
119         * src/matcher.h
120         * src/matcher_parser_parse.y
121         * src/prefs_filtering_action.c
122                 added "stop" action : stop applying the filtering rules.
123                 added "set score" and "increase/decrease score" actions.
124                 That two last action replace the "change_score" action
125                 introduced by alfons in 0.8.8claws85.
126                 "set score" is to set a given score to the message.
127                 "increase/decrease score" will increase or decrease the
128                 score if the given value is respectively positive or
129                 negative. If someone find a some better name for this last
130                 rule, it can be modified.
131
132 2003-10-12 [paul]       0.9.6claws16
133
134         * AUTHORS
135           po/ja.po
136                 update Japanese translation. submitted by Rui Hirokawa 
137                 <rui_hirokawa@ybb.ne.jp>
138
139 2003-10-12 [christoph]  0.9.6claws15
140
141         * src/procmime.c
142                 fix crash caused by incorrect headers
143
144 2003-10-10 [christoph]  0.9.6claws14
145
146         * src/main.c
147         * src/privacy.[ch]
148         * src/rfc2015.[ch]
149                 implement detection of signed message parts for rfc2015
150
151 2003-10-10 [thorsten]   0.9.6claws13
152
153         * src/mimeview.c
154                 fix typo
155
156 2003-10-10 [christoph]  0.9.6claws12
157
158         * src/stock_pixmap.[ch]
159         * src/pixmaps/mime_message.xpm                  ** NEW **
160                 add a new icon for mime type "message"
161
162         * src/privacy.[ch]
163         * src/procmime.[ch]
164                 add crypto api
165
166         * src/mimeview.c
167                 o use crypto api
168                 o add icons for message type mime parts
169
170 2003-10-10 [christoph]  0.9.6claws11
171
172         * src/mainwindow.c
173         * src/messageview.[ch]
174         * src/mimeview.[ch]
175         * src/procmime.[ch]
176         * src/procmsg.[ch]
177         * src/rfc2015.c
178         * src/summaryview.c
179         * src/textview.[ch]
180                 o remove switching between TextView and MimeView in MessageView
181                   (if required we can hide the icon box and the MimeView will
182                    look exaxtly like the TextView)
183                 o temporary remove signature and decrypting GPGME code
184
185 2003-10-09 [christoph]  0.9.6claws10
186
187         * src/action.c
188         * src/compose.c
189         * src/messageview.c
190         * src/mimeview.c
191         * src/procmime.[ch]
192         * src/procmsg.c
193         * src/rfc2015.c
194         * src/textview.c
195         * src/common/utils.[ch]
196         * src/plugins/clamav/clamav_plugin.c
197         * src/plugins/dillo_viewer/dillo_viewer.c
198         * src/plugins/image_viewer/viewer.c
199         * src/plugins/mathml_viewer/mathml_viewer.c
200                 new mime parser (several things need fixing)
201
202 2003-10-09 [paul]       0.9.6claws9
203
204         * src/imap.c
205                 a little more sync with 0.9.6cvs2 and a tidy up
206
207 2003-10-08 [paul]       0.9.6claws8
208
209         * sync with 0.9.6cvs2
210                 see ChangeLog 2003-10-03
211
212 2003-10-05 [christoph]  0.9.6claws7
213
214         * src/summaryview.c
215                 don't use flags to check if a message is in a news folder
216
217         (closes Bug 282 clicking on folder with copied Messages from News
218          immediately after having copied them crashes Sylpheed-Claws)
219
220 2003-10-05 [christoph]  0.9.6claws6
221
222         * src/Makefile.am
223         * src/progressdialog.[ch]               ** REMOVE **
224         * src/gtk/Makefile.am
225         * src/gtk/progressdialog.[ch]           ** NEW **
226                 move progressdialog to gtk directory
227
228 2003-10-04 [christoph]  0.9.6claws5
229
230         * src/prefs_toolbar.c
231         * src/gtk/prefswindow.c
232                 remove widget_show_all for pages root widget
233
234         * src/plugins/spamassassin/spamassassin.[ch]
235         * src/plugins/spamassassin/spamassassin_gtk.c
236         * src/plugins/spamassassin/spamassassin_gtk.glade
237                 add support for new libspamc transports
238
239 2003-10-04 [christoph]  0.9.6claws4
240
241         * src/plugins/spamassassin/libspamc.[ch]
242         * src/plugins/spamassassin/spamassassin.c
243         * src/plugins/spamassassin/utils.[ch]
244                 update libspamc to version from SpamAssassin 2.60
245
246 2003-10-03 [christoph]  0.9.6claws3
247
248         * src/send_message.c
249                 fix missing format string bug found by
250                 Georgi Guninski <guninski@guninski.com>
251
252 2003-10-03 [paul]       0.9.6claws2
253
254         * po/zh_CN.po
255                 update Simpilified Chinese translation, submitted by
256                 Hansom Young
257
258 2003-10-02 [christoph]  0.9.6claws1
259
260         * src/imap.c
261                 add UIDPLUS support for COPY and EXPUNGE
262
263 2003-10-02 [paul]       0.9.6claws
264
265         * 0.9.6claws released
266
267 2003-10-02 [paul]
268
269         * po/es.po
270           po/sk.po
271                 update Spanish and Slovak translations
272                 submitted by Ricardo Mones Lastra and Andrej Kacian
273  
274 2003-10-02 [paul]       0.9.5claws43
275
276         * po/en_GB.po
277                 update British English translation
278
279 2003-10-02 [paul]       0.9.5claws42
280
281         * po/hr.po
282                 update Croatian translation, submitted by Dragan
283
284 2003-10-01 [paul]       0.9.5claws41
285
286         * po/pl.po
287           po/sr.po
288                 update Polish and Serbian translations, submitted by
289                 Emil and Urke MMI
290
291 2003-10-01 [melvin]     0.9.5claws40
292
293         * po/fr.po
294                 Updated French translations
295
296 2003-10-01 [melvin]     0.9.5claws39
297
298         * src/prefs_fonts.c
299                 Fixed a Gtk warning
300
301         * src/plugins/dillo_prefs.c     
302                 Quasi unnoticeable UI clean-up.
303
304 2003-10-01 [paul]
305
306         * tools/README
307           tools/maildir2sylpheed.pl
308                 bug fixes, rewrites, submitted by Matthias Förste 
309                 <itsjustme@users.sourceforge.net>
310
311 2003-09-29 [paul]       0.9.5claws38
312
313         * src/inc.c
314                 fix my coding carelessness
315
316 2003-09-29 [paul]       0.9.5claws37
317
318         * po/POTFILES.in
319           src/Makefile.am
320           src/main.c
321           src/prefs_common.[ch]
322           src/prefs_fonts.[ch]  ** NEW FILES **
323                 move Font config options to Other Prefs/Display/Fonts
324                 (user's current configuration is preserved)
325
326 2003-09-29 [paul]       0.9.5claws36
327
328         * src/inc.c
329           src/prefs_account.c
330                 allow 'local_mbox' value to point to either a directory 
331                 (/var/mail -  default, new) or a file (/var/mail/username
332                 - original)
333
334 2003-09-28 [paul]       0.9.5claws35
335
336         * src/rfc2015.c
337                 on signature check, where key exists, print the
338                 Key ID
339
340 2003-09-27 [alfons]     0.9.5claws34
341
342         * src/action.c
343                 o make progress bar not fill/expand when resizing dialog
344                 o use default fixed text font for actions output
345
346 2003-09-27 [paul]       0.9.5claws33
347
348         * src/prefs_common.[ch]
349           src/procmsg.c
350           src/send_message.c
351                 remove External Program settings from Common Prefs/Send
352                 as they are now unnecessary due to Local account settings.
353                 plus a little tidying-up after 0.9.5claws31
354
355 2003-09-27 [paul]       0.9.5claws32
356
357         * src/prefs_account.c
358                 o make correction to gui text:
359                   'Local mailbox file' -> 'Local mailbox directory'
360                 o give 'local_mbox' option a reasonable default value:
361                   '/var/mail'
362                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
363                   value
364
365 2003-09-26 [paul]       0.9.5claws31
366
367         * src/inc.c
368           src/prefs_common.[ch]
369                 remove 'Incorporate from spool' common pref,
370                 force creation of a 'Local' account
371
372 2003-09-26 [christoph]  0.9.5claws30
373
374         * src/folder.c
375         * src/msgcache.c
376                 add more NULL pointer checks
377
378 2003-09-25 [christoph]  0.9.5claws29
379
380         * src/folder.c
381                 o don't fetch source message to get it's message id
382                 o immediately scan dest folder when copying a message did not
383                   return a new message number and not do it when the first message
384                   without a new message number is found
385
386 2003-09-23 [christoph]  0.9.5claws28
387
388         * src/compose.c
389                 fix generating of headers
390
391         (patch by David Relson <relson@osagesoftware.com>)
392
393 2003-09-23 [paul]       0.9.5claws27
394
395         * po/zh_CN.po
396                 update Simplified Chinese translation. submitted by
397                 Hansom Young
398
399 2003-09-23 [paul]       0.9.5claws26
400
401         * tools/Makefile.am
402           tools/README
403           tools/vcard2xml.py    ** NEW FILE **
404                 add a script that converts an evolution vcard to
405                 sylpheed's xml format
406                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
407
408 2003-09-22 [paul]       0.9.5claws25
409
410         * src/plugins/clamav/clamav_plugin.c
411                 don't skip MULTIPART parts
412
413 2003-09-21 [christoph]  0.9.5claws24
414
415         * src/alertpanel.c
416                 remove unneeded include
417
418         * src/folder.c
419                 clean up copy/move mess with duplicated code
420
421         * src/imap.c
422                 fix problem that sometimes the folder was not scanned
423                 also it was changed
424
425 2003-09-21 [christoph]  0.9.5claws23
426
427         * src/Makefile.am
428         * src/logwindow.[ch]                    ** REMOVE **
429         * src/mainwindow.c
430         * src/prefs_common.c
431         * src/gtk/Makefile.am
432         * src/gtk/logwindow.[ch]                ** ADD **
433                 make logwindow prefs_common independent and move
434                 it to gtk directory
435
436 2003-09-20 [christoph]  0.9.5claws22
437
438         * src/compose.c
439                 add extra space for address code conversion
440                 (4 * unconvered size could be too small for short headers)
441
442 2003-09-20 [christoph]  0.9.5claws21
443
444         * src/compose.c
445                 increase temp buffer size when writing headers
446
447 2003-09-19 [darko]      0.9.5claws20
448
449         * src/compose.c
450                 don't ignore value of 'Save copy of outgoing messages to
451                 this folder instead of Sent' in message redirect
452
453 2003-09-17 [christoph]  0.9.5claws19
454
455         * src/compose.c
456                 use ", " as address seperator for mail headers and pass whole
457                 header line at once to compose_convert_header to make sure
458                 it is correctly folded
459
460         (closes Bug 64 Problem when sending to many recipients)
461
462 2003-09-17 [hoa]        0.9.5claws18
463         
464         * src/matcher.[ch]
465           src/matcher_parser_parse.y
466           src/prefs_matcher.c
467                 changed the keyword used for command execution in condition
468                 keyword is changed from "execute" to "test"
469                 so that it is not the same as the one used for action.
470                 This will fix a bug when using filtering dialog.
471                 All semantic in the code is also changed to reflect
472                 the keyword change.
473
474 2003-09-17 [paul]
475         
476         * sync with 0.9.6 release
477
478 2003-09-17 [paul]       0.9.5claws17
479
480         * sync with 0.9.5cvs8
481                 see ChangeLog 2003-09-16 and 2003-09-17
482
483 2003-09-16 [paul]       0.9.5claws16
484
485         * sync with 0.9.5cvs6
486                 see ChangeLog 2003-09-16
487
488 2003-09-15 [paul]       0.9.5claws15
489
490         * sync with 0.9.5cvs5
491                 see ChangeLog 2003-09-15
492
493 2003-09-14 [alfons]     0.9.5claws14
494
495         * src/inc.c
496                 make "Go to inbox after receiving new mail" again;
497                 regression of a sync, restored to sylpheed main 
498                 behaviour. (misses still some bits)
499
500 2003-09-14 [alfons]     0.9.5claws13
501
502         * src/prefs_filtering_action.c
503                 o add proper message if empty execute command line
504                 o don't select first action item after registering a
505                   new action to prevent (what seems to be a GTK) bug
506                   #36, "filtering will only accept one action change 
507                   per invocation".
508
509 2003-09-14 [alfons]     0.9.5claws12
510
511         * src/prefs_filtering.c
512         * src/prefs_filtering_action.c
513         * src/prefs_matcher.c
514                 fix function signature for key_pressed_event signal handlers
515
516 2003-09-14 [alfons]     0.9.5claws11
517
518         * src/mainwindow.c
519                 fix regression caused by fix for invalid bug #7
520                 (should fix #246, "Multiple selections are deselected when 
521                 moving from search window to main window")
522                 
523 2003-09-14 [alfons]     0.9.5claws10
524         
525         * src/actions.[ch]
526         * src/filtering.[ch]
527         * src/prefs_actions.c
528                 allow `filtering actions` in actions; only for advanced users
529                 right now: try for example, "%as{mark color 2}" 
530         
531 2003-09-13 [paul]       0.9.5claws9
532         
533         * po/pl.po
534           po/zh_CN.po   ** NEW FILE **
535                 update Polish translation, submitted by Emil 
536                 <eminowbl@posejdon.wpk.p.lodz.pl>
537                 add new Simplified Chinese translation, submitted by
538                 Hansom Young <hansom_young@yahoo.com>
539
540 2003-09-12 [alfons]     0.9.5claws8
541
542         * src/summaryview.c
543                 don't open separate message views when View | Separate message view
544                 is active 
545                 (please look carefully for any navigation regressions)
546
547 2003-09-11 [alfons]     0.9.5claws7
548
549         * src/mainwindow.c
550                 make default message view, opened by View | Separate message 
551                 view, look like a claws message view (which includes a menu
552                 bar and a toolbar)
553                 (fixes bug #298, "message view loses tool bar") 
554
555 2003-09-11 [christoph]  0.9.5claws6
556
557         * src/folderview.c
558                 fix double deleting of newsgroup folders
559
560         (closes Bug 305 crash after deleting of a newsgroup)
561
562 2003-09-11 [paul]       0.9.5claws5
563
564         * src/rfc2015.c
565           src/common/utils.h
566                 more sync'ing from 0.9.5cvs2
567
568 2003-09-11 [christoph]  0.9.5claws4
569
570         * src/compose.c
571         * src/rfc2015.c
572         * src/common/utils.h
573                 fix sync with 0.9.5cvs2
574
575 2003-09-11 [paul]       0.9.5claws3
576
577         * sync with 0.9.5cvs4
578                 see ChangeLog 2003-09-11
579
580 2003-09-11 [paul]       0.9.5claws2
581
582         * sync with 0.9.5cvs2
583                 see ChangeLog 2003-09-05
584                 
585 2003-09-11 [paul]       0.9.5claws1
586
587         * sync with 0.9.5cvs3
588                 see ChangeLog 2003-09-10
589
590 2003-09-10 [paul]       0.9.5claws
591
592         * 0.9.5claws released
593
594 2003-09-10 [paul]       0.9.4claws78
595
596         * src/Makefile.am
597                 add missing files
598
599 2003-09-10 [melvin]     0.9.4claws77
600
601         * po/fr.po
602                 Updated French translations
603
604 2003-09-10 [paul]       0.9.4claws76
605
606         * po/es.po
607           po/sk.po
608           po/sr.po
609                 update Spanish, Slovak, and Serbian translations.
610                 submitted by Ricardo Mones Lastra, Andrej Kacian,
611                 and Urke MMI
612                 
613         * AUTHORS
614                 add translation team section
615
616 2003-09-09 [christoph]  0.9.4claws75
617
618         * src/folder.c
619                 free item->prefs in folder_item_destroy
620
621 2003-09-09 [alfons]     0.9.4claws74
622
623         * src/folderview.c
624                 o proper check for root node sorting
625                 o remove unnecessary gtk_ctree_remove_node 
626
627         (should fix bug #300, "crash while moving folder")      
628
629 2003-09-08 [christoph]  0.9.4claws73
630
631         * src/folderview.c
632                 o fix double adding of IMAP FolderItems to GtkCTree
633                 o fix crash then mbox folder is removed
634
635 2003-09-08 [christoph]  0.9.4claws72
636
637         * src/folder.c
638         * src/folderview.c
639         * src/mainwindow.c
640                 fix new folder notification
641
642         * src/mbox_folder.c
643                 fix cache path
644
645 2003-09-08 [christoph]  0.9.4claws71
646
647         * src/compose.c
648                 replace '\n' and '\r' before removing trailing spaces
649
650         * src/folder.[ch]
651         * src/folderview.c
652                 add information about new or removed items in folder tree change
653                 notification and use this in folderview to add and remove only
654                 the appected items and not refresh the whole tree
655
656 2003-09-07 [match]      0.9.4claws70
657
658         * src/Makefile.am
659         * src/addr_compl.c
660         * src/addressbook.c
661         * src/addressitem.h
662         * src/addrindex.c
663         * src/addritem.c
664         * src/addritem.h
665         * src/addrquery.c                       ** NEW **
666         * src/addrquery.h
667         * src/ldapquery.c
668         * src/ldapserver.c
669         * src/stock_pixmap.c
670         * src/stock_pixmap.h
671         * src/pixmaps/address_search.xpm        ** NEW **
672                 re-introduce Lookup button for LDAP 'static' searches.
673
674 2003-09-07 [alfons]     0.9.4claws69
675         
676         * src/summaryview.c
677                 abandon setting usize for messageview because it gives layout problems
678                 with the quick search bar and the headerview; fixes assorted UI glitches:
679                 
680                 o bug #148, "Toggling of quick-search bar reduces index view area" 
681                 o bug #280, "Window resiizes for line length but does not revert"
682
683 2003-09-07 [christoph]  0.9.4claws68
684
685         * src/compose.c
686                 o make sure we don't have any newlines in header values
687                 o check custom headers for spaces and newlines and ignore
688                   malformed header names
689
690 2003-09-06 [christoph]  0.9.4claws67
691
692         * src/folder.c
693         * src/folderview.c
694                 invoke notification hook for folder tree changes after append
695                 and remove folder
696
697         (closes Bug 294 Crash while moving folder with many subdirectories)
698
699 2003-09-06 [christoph]  0.9.4claws66
700
701         * src/folder.c
702                 destroy folder's MsgCache if FolderItem is removed to make sure
703                 it is not saved when the FolderItem is destroyed
704
705 2003-09-06 [christoph]  0.9.4claws65
706
707         * src/plugins/clamav/clamav_plugin.c
708                 fix copy & paste bug
709
710 2003-09-05 [christoph]  0.9.4claws64
711
712         * src/folder.c
713         * src/messageview.[ch]
714         * src/procmsg.[ch]
715         * src/summaryview.c
716                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
717                 by MessageView to clear it when the message is deleted. Should
718                 work even if messages are deleted in MainWindow or by
719                 processing.
720
721 2003-09-05 [alfons]     0.9.4claws63
722
723         * src/messageview.c
724                 deleting a message in a message view frees its msginfo, make 
725                 messageview_update_all() aware of that (should fix bug #293,
726                 "deleting message caused crash")
727
728 2003-09-05 [melvin]     0.9.4claws62
729
730         * src/action.c
731                 Improve synchronous action exit code (fixes 
732                 a ~5 seconds delay after action exit on RedHat 9)
733
734 2003-09-04 [christoph]  0.9.4claws61
735
736         * src/compose.c
737         * src/rfc2015.c
738         * src/common/utils.[ch]
739                 add util function to create mime boundary and use it
740                 in compose and gpg code
741
742 2003-09-04 [alfons]     0.9.4claws60
743
744         * src/folder.c
745                 source folder item's GNode should already have been freed in 
746                 a previous call to src->folder->klass->remove_folder()
747                 (should fix bug #287, "crash when moving folders")
748
749 2003-09-03 [thorsten]   0.9.4claws59
750
751         * src/plugins/spamassassin/spamassassin_gtk.c
752                 fix compile error
753
754 2003-09-03 [christoph]  0.9.4claws58
755
756         * src/plugins/spamassassin/spamassassin.[ch]
757         * src/plugins/spamassassin/spamassassin_gtk.c
758                 add timeout config option
759
760 2003-09-03 [paul]       0.9.4claws57
761
762         * po/sk.po      ** NEW FILE **
763                 add Slovak translation. Submitted by Andrej Kacian 
764                 <andrej@kacian.sk>
765
766 2003-09-03 [paul]       0.9.4claws56
767
768         * src/plugins/clamav/clamav_plugin_gtk.c
769                 gui tweaks: replace a label with a tooltip, modify the
770                 text, use gtk_check_button_new(); instead of
771                 gtk_check_button_new_with_label("");
772
773 2003-09-02 [alfons]     0.9.4claws55
774
775         * src/gtk/filesel.c
776                 remember last used dir when attaching multiple files (should fix
777                 bug #290, "Attach File does not remember directory")
778
779 2003-09-01 [paul]       0.9.4claws54
780
781         * po/es.po
782                 updated by Ricardo Mones Lastra
783
784 2003-09-01 [alfons]     0.9.4claws53
785
786         * src/gtk/gtkaspell.[ch]
787                 be pedantic and strict and use const gchar * instead of guchar *
788
789 2003-09-01 [alfons]     0.9.4claws52
790
791         * src/mainwindow.c
792         * src/summaryviewc.
793                 re-enable Save As when multiple messages are selected
794
795 2003-09-01 [paul]       0.9.4claws51
796
797         * src/textview.c
798                 g_free(trimmed_uri);
799
800 2003-09-01 [paul]       0.9.4claws50
801
802         * sync with 0.9.4cvs13
803                 see ChangeLog 2003-09-01
804
805 2003-09-01 [paul]       0.9.4claws49
806
807         * src/textview.c
808                 trim uri before sending to the statusbar
809                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
810                 in the message window causes main S-C window to enlarge 
811                 past screen edges'
812
813 2003-09-01 [paul]       0.9.4claws48
814
815         * sync with 0.9.4cvs12
816                 see ChangeLog 2003-09-01
817
818 2003-08-30 [christoph]  0.9.4claws47
819
820         * src/compose.c
821         * src/folder_item_prefs.[ch]
822         * src/prefs_folder_item.c
823         * src/gtk/gtkaspell.[ch]
824                 commit per folder dictionary patch by
825                 Paul Evans <nerd@freeuk.com>
826
827 2003-08-30 [christoph]  0.9.4claws46
828
829         * src/plugins/spamassassin/spamassassin_gtk.c
830         * src/plugins/spamassassin/spamassassin_gtk.glade
831                 reduce GUI clutter by placing hints into tooltips
832
833 2003-08-30 [paul]       0.9.4claws45
834
835         * src/compose.c
836                 add 'Content-Disposition: inline' to a text/plain
837                 part when using PGP/MIME signing
838
839 2003-08-30 [paul]       0.9.4claws44
840
841         * src/prefs_common.c
842           src/prefs_spelling.c
843           src/prefs_spelling.glade
844                 reduce GUI clutter by placing hints into tooltips
845
846 2003-08-29 [christoph]  0.9.4claws43
847
848         * configure.ac
849                 fix bug found by Ivan Rayner <ivanr@sgi.com>
850
851         * src/stock_pixmap.c
852                 change unecessary warning into a debug message
853
854         * src/plugins/clamav/Makefile.am
855                 Fix error "-I$(CLAMAV_LIBS)"
856
857 2003-08-29 [christoph]  0.9.4claws42
858
859         * intl/Makefile.in
860         * src/Makefile.am
861         * src/matcher.h
862         * src/common/Makefile.am
863         * src/common/passcrypt.c
864                 commit fixes and patches for some of the IRIX problems found by
865                 Ivan Rayner <ivanr@sgi.com>
866
867 2003-08-29 [paul]       0.9.4claws41
868
869         * src/prefs_filtering.c
870                 add 'Top' and 'Bottom' buttons, based on changes in
871                 src/prefs_filter.c in 0.9.4cvs11.
872
873 2003-08-27 [christoph]  0.9.4claws40
874
875         * src/folderview.c
876                 fix bug that the current summary settings were copied to the
877                 wrong folder item, when the folder item prefs are opened.
878                 Copying is not required because summary settings and
879                 folder_item_prefs do not contain the same settings
880
881 2003-08-27 [thorsten]   0.9.4claws39
882
883         * src/imap.c
884                 fix compile error
885
886 2003-08-26 [paul]       0.9.4claws38
887
888         * sync with 0.9.4cvs9
889                 see ChangeLog 2003-08-26
890
891 2003-08-25 [paul]       0.9.4claws37
892
893         * sync with 0.9.4cvs8
894                 see ChangeLog 2003-08-25
895
896 2003-08-24 [christoph]  0.9.4claws36
897
898         * src/prefs_filtering.c
899                 shouldn't remove items from a GSList while iterating over the
900                 list (makes cur invalid and cur->next not accessable)
901
902         (closes Bug 272 i deleted an folder and some seconds later sylpheed
903          crashed)
904
905 2003-08-23 [christoph]  0.9.4claws35
906
907         * src/news.c
908                 news folders should be scanned when opened
909
910 2003-08-22 [christoph]  0.9.4claws34
911
912         * src/prefs_folder_item.c
913                 use macro to assign strings that always frees the old string
914
915         * src/gtk/gtkaspell.[ch]
916                 add gtkaspell_set_dictionary_menu_active_item() to set active
917                 item in dictionary option menu
918
919         * src/prefs_spelling.c
920                 use gtkaspell_set_dictionary_menu_active_item() to select
921                 dictionary
922
923 2003-08-21 [christoph]  0.9.4claws33
924
925         * src/folder.[ch]
926         * src/imap.c
927         * src/mbox_folder.c
928         * src/mh.c
929         * src/news.c
930                 optimize folder system
931
932         * src/gtk/gtkstext.c
933                 fix division by zero when font has 0 width for ' '
934
935 2003-08-21 [paul]       0.9.4claws32
936
937         * sync with 0.9.4cvs7
938                 see ChangeLog 2003-08-20
939
940 2003-08-19 [paul]       0.9.4claws31
941
942         * src/common/defs.h
943                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
944                 SYLDOC_FAQ_HTML_INDEX.
945         * src/manual.c
946                 use LC_MESSAGES instead of LC_ALL to find the current
947                 language
948
949           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
950
951 2003-08-19 [paul]       0.9.4claws30
952
953         * po/bg.po
954                 updated by George Danchev
955
956 2003-08-18 [luke]       0.9.4claws29
957         * src/mimeview.[ch]
958         * src/gtk/gtkvscrollbutton.[ch]
959                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
960                   dependencies; do it the GTK way; reduce code -14/+2 lines)
961                 o removed horizontal separator between icons
962
963 2003-08-17 [christoph]  0.9.4claws28
964
965         * src/procmsg.c
966                 no subject threading when the subject has no reply prefix
967
968 2003-08-16 [christoph]  0.9.4claws27
969
970         * src/mainwindow.c
971                 remember and restore window sizes and position when the main
972                 window is hidden or shown
973
974         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
975          minimised/reopened using trayicon)
976
977 2003-08-16 [paul]       0.9.4claws26
978
979         * src/crash.c
980                 add #include "defs.h"
981
982 2003-08-16 [paul]       0.9.4claws25
983
984         * src/plugins/clamav/clamav_plugin.c
985                 reword a debug_print
986                 
987         * src/plugins/dillo_viewer/dillo_prefs.c
988                 cosmetic: change the labels' text, add tooltips, and
989                 left-align the hint
990
991 2003-08-15 [christoph]  0.9.4claws24
992
993         * src/news.c
994                 complete last change (forgot some changes)
995
996 2003-08-15 [christoph]  0.9.4claws23
997
998         * src/news.c
999                 o check number of messages and don't return a 0 message
1000                   when no messages are available
1001                 o don't parse xref header anymore
1002
1003         (closes Bug 203 I'm not getting any news)
1004
1005 2003-08-15 [paul]       0.9.4claws22
1006
1007         * src/common/defs.h
1008           src/crash.c
1009                 update and define claws bugzilla location
1010
1011 2003-08-15 [paul]       0.9.4claws21
1012
1013         * po/ru.po
1014                 update submitted by Ruslan N. Balkin
1015
1016 2003-08-14 [christoph]  0.9.4claws20
1017
1018         * src/procmsg.c
1019                 fix search for oldest node in subject threading
1020
1021 2003-08-14 [christoph]  0.9.4claws19
1022
1023         * src/procmsg.c
1024         * src/common/utils.h
1025                 add possibility to check all nodes with the same subject for
1026                 subject threading, not only the oldest node. Should not break
1027                 threads anymore if the oldest node is thread_by_subject_max_age
1028                 days older then parent, because it can now find a child of
1029                 oldest node as new parent.
1030
1031 2003-08-11 [christoph]  0.9.4claws18
1032
1033         * src/plugins/spamassassin/spamassassin.c
1034                 run spam check in background process
1035
1036 2003-08-10 [alfons]     0.9.4claws17
1037
1038         * src/summaryview.c
1039                 make `Select All' sensitive too
1040
1041 2003-08-10 [christoph]  0.9.4claws16
1042
1043         * src/imap.c
1044                 add more checks in imap_close
1045
1046 2003-08-09 [alfons]     0.9.4claws15
1047
1048         * src/prefs_spelling.c
1049                 no spell checking UI if not requested
1050
1051 2003-08-09 [alfons]     0.9.4claws14
1052
1053         * src/gtk/prefswindow.c
1054                 make it compile
1055
1056 2003-08-09 [christoph]  0.9.4claws13
1057
1058         * src/prefs_spelling.c
1059         * src/gtk/prefswindow.[ch]
1060         * src/plugins/clamav/clamav_plugin_gtk.c
1061         * src/plugins/spamassassin/spamassassin_gtk.c
1062                 sort prefs pages by heighest weight in tree
1063
1064 2003-08-09 [paul]       0.9.4claws12
1065
1066         * sync with 0.9.4cvs6
1067                 see ChangeLog 2003-08-07
1068                 
1069         * AUTHORS
1070                 add Leandro and Luke to claws-branch section
1071
1072 2003-08-09 [christoph]  0.9.4claws11
1073
1074         * src/gtk/Makefile.am
1075         * src/gtk/colorsel.[ch]                 ** NEW **
1076                 create a color selection dialog that can be used as a simple
1077                 function call with it's own gtk main loop like filesel.[ch]
1078
1079         * src/Makefile.am
1080         * src/main.c
1081         * src/prefs_common.c
1082         * src/prefs_spelling.[ch]               ** NEW **
1083         * src/prefs_spelling.glade              ** NEW **
1084         * src/gtk/gtkutils.[ch]
1085                 move "Spell Checker" prefs to new prefs dialog
1086
1087         * src/prefs_folder_item.c
1088                 use new colorsel dialog
1089
1090 2003-08-08 [paul]       0.9.4claws10
1091
1092         * src/inc.c
1093                 clear the progress bar unconditionally
1094
1095 2003-08-08 [paul]       0.9.4claws9
1096
1097         * sync with 0.9.4cvs4
1098                 see ChangeLog 2003-07-31
1099
1100 2003-08-07 [christoph]  0.9.4claws8
1101
1102         * configure.ac
1103                 fix bug in image viewer plugin part
1104
1105         * src/imap.c
1106                 don't execute close command if the folder item is not selected
1107
1108 2003-08-07 [hoa]        0.9.4claws7
1109
1110         * src/filtering.[ch]
1111         * src/matcher_parser.h
1112         * src/matcher_parser_parse.y
1113                 can define several actions for each filtering rule
1114                 can import old versions of filtering rules
1115
1116         * src/prefs_filtering.c
1117                 call to a new dialog box to define actions
1118
1119         * src/prefs_filtering_action.[ch]
1120                 dialog box to define actions for filtering rules
1121
1122 2003-08-06 [christoph]  0.9.4claws6
1123
1124         * src/imap.c
1125                 make sure source folder is selected when copying messages
1126
1127 2003-08-06 [christoph]  0.9.4claws5
1128
1129         * sync with 0.9.4cvs2
1130                 see ChangeLog 2003-07-29                
1131
1132 2003-08-05 [paul]       0.9.4claws4
1133
1134         * sync with 0.9.4cvs3
1135                 see ChangeLog 2003-07-30
1136
1137 2003-08-04 [match]      0.9.4claws3
1138
1139         * po/POTFILES.in
1140                 export of LDIF files.
1141
1142 2003-08-04 [match]      0.9.4claws2
1143
1144         * src/ldif.[ch]
1145                 support for export LDIF. documented.
1146         * src/importldif.[ch]
1147         * src/exportldif.[ch]
1148                 add tooltips. documented.
1149         * src/exphtmldlg.[ch]
1150         * src/common/xmlprops.[ch]
1151                 documented.
1152         * src/exportldif.[ch]                   ** NEW **
1153         * src/expldifdlg.[ch]                   ** NEW **
1154         * src/addressbook.[ch]
1155         * src/Makefile.am
1156                 export of LDIF files.
1157                 documented.
1158
1159 2003-08-04 [christoph]  0.9.4claws1
1160
1161         * .cvsignore
1162         * Makefile.am
1163         * configure.ac
1164         * sylpheed-claws.pc.in                  ** NEW **
1165         * src/Makefile.am
1166         * src/common/Makefile.am
1167         * src/gtk/Makefile.am
1168                 install sylpheed header files in $(pkgincludedir) and create a
1169                 pkg-config file to allow building a plugin without the source
1170                 package
1171
1172 2003-08-04 [paul]       0.9.4claws
1173
1174         * version 0.9.4claws
1175
1176 2003-08-04 [paul]       0.9.3claws97
1177
1178         * po/es.po
1179                 update Spanish translation. Submitted by Ricardo
1180                 Mones Lastra.
1181
1182 2003-08-03 [paul]       0.9.3claws96
1183
1184         * po/hr.po
1185           po/sr.po
1186                 update Croatian and Serbian translations. Submitted by
1187                 Dragan and Urke MMI respectively
1188
1189 2003-08-03 [alfons]     0.9.3claws95
1190
1191         * src/summaryview.c
1192                 mark flag has precedence over important flag - seems
1193                 to have been changed in sync of 0.9.3claws45. this fixes
1194                 a regression where messages that were scored as important
1195                 don't show their mark flags. (using the same column for
1196                 both importance as mark flags is the real problem
1197                 ofcourse)
1198
1199 2003-08-03 [melvin]     0.9.3claws94
1200
1201         * po/fr.po
1202                 Updated French translations.
1203
1204 2003-08-03 [melvin]     0.9.3claws93
1205
1206         * src/Makefile.am
1207                 Fixed typo introduced after 0.9.3claws92 
1208                 that prevented compilation
1209                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1210                 CPPFLAGS and YFLAGS to allow user setting these.
1211         * src/common/Makefile.am
1212         * src/gtk/Makefile.am
1213         * src/plugins/clamav/Makefile.am
1214         * src/plugins/demo/Makefile.am
1215         * src/plugins/dillo_viewer/Makefile.am
1216         * src/plugins/image_viewer/Makefile.am
1217         * src/plugins/mathml_viewer/Makefile.am
1218         * src/plugins/spamassassin/Makefile.am
1219         * src/plugins/trayicon/Makefile.am
1220         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1221                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1222                 CPPFLAGS and YFLAGS to allow user setting these.
1223
1224 2003-08-02 [christoph]  0.9.3claws92
1225
1226         * configure.ac
1227                 o rearrange plugin tests
1228                 o add test for clamav.h to ClamAV tests
1229
1230 2003-08-02 [luke]       0.9.3claws91
1231
1232         * src/mimeview.c
1233                 o fixed appearance of icon list when toggling back from the 
1234                   ctree
1235                 o toggling of icons using the keyboard works correctly
1236                 o fixed all other keyboard shortcuts to work when icons are
1237                   active
1238         
1239         * src/messageview.c
1240                 o fixed bug 4 - focus lost when changing messageview view type
1241
1242 2003-08-02 [christoph]  0.9.3claws90
1243
1244         * src/common/hooks.c
1245                 fix crash when pointer stored in hash table could get invalid
1246                 when a plugin is unloaded
1247
1248 2003-08-01 [christoph]  0.9.3claws89
1249
1250         * configure.ac
1251                 o try to build all plugins (except spamassassin) by default
1252                 o don't build a plugin if a dependency check fails
1253
1254         * src/common/hooks.c
1255                 fix warning
1256
1257 2003-08-01 [match]      0.9.3claws88
1258
1259         * src/importldif.c
1260                 allow single click field selection. document code.
1261
1262 2003-08-01 [christoph]  0.9.3claws87
1263
1264         * src/plugins/clamav/clamav_plugin.c
1265         * src/plugins/clamav/clamav_plugin_gtk.c
1266         * src/plugins/dillo_viewer/dillo_viewer.c
1267         * src/plugins/image_viewer/plugin.c
1268         * src/plugins/mathml_viewer/mathml_viewer.c
1269         * src/plugins/spamassassin/spamassassin.c
1270         * src/plugins/spamassassin/spamassassin_gtk.c
1271         * src/plugins/trayicon/trayicon.c
1272                 add version check to all plugins
1273
1274 2003-08-01 [hoa]        0.9.3claws86
1275
1276         * src/prefs_filtering.c
1277                 fixed a cosmetic bug, during creation of dialog box,
1278                 wrong widgets were shown after creation.
1279
1280 2003-08-01 [luke]       0.9.3claws85
1281
1282         * src/mainwindow.c
1283                 o fixed visibility of icons/mimeview after toggling separate
1284                   message/folder view (factored out some similar code too).
1285
1286
1287 2003-07-31 [alfons]     0.9.3claws84
1288
1289         * src/mimeview.c
1290                 tweak icon box UI a bit more, now allowing right-clicks actions
1291                 getting the relevant mime data too; should fix #250, "Can't save 
1292                 attachments sometimes".
1293
1294 2003-07-30 [alfons]     0.9.3claws83
1295
1296         * src/compose.c
1297                 don't do auto-save-draft inside key press handler, but rather
1298                 schedule it half of a second later; should fix #67, "autosave 
1299                 make re-rediting message crazy"
1300
1301 2003-07-30 [christoph]  0.9.3claws82
1302
1303         * src/plugins/trayicon/trayicon.c
1304                 process pending events before unloading the plugin
1305
1306         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1307
1308 2003-07-30 [alfons]     0.9.3claws81
1309
1310         * src/common/hooks.c
1311                 parameter 2 of g_hook_destroy() should really be a hook id
1312
1313 2003-07-30 [alfons]     0.9.3claws80
1314
1315         * src/common/plugin.c
1316                 fix a possibly harmful function signature mismatch 
1317                 for plugin_done
1318
1319 2003-07-30 [alfons]     0.9.3claws79
1320
1321         * src/common/hooks[.ch]
1322                 const correctness
1323
1324 2003-07-30 [darko]      0.9.3claws78
1325
1326         * src/summaryview.c
1327                 make it compile again
1328
1329 2003-07-30 [luke]       0.9.3claws77
1330
1331         * src/crash.c
1332         * src/main.c
1333                 o added/moved signal handlers for SIGTERM (normal kill command) 
1334                   and SIGINT (ctl-c) to be used even without 
1335                   --enable-crash-dialog, fixing bug 166
1336
1337         * src/summaryview.c
1338                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1339                   bug 227
1340
1341         * src/mainwindow.c
1342                 o changed sensitivity condition for 'Next new' and 'Next 
1343                   unread', fixing bug 8
1344
1345 2003-07-29 [alfons]     0.9.3claws76
1346
1347         * src/common/utils.[ch]
1348                 add generate_msgid()
1349         * src/messageview.c
1350                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1351                 sent folder".
1352
1353 2003-07-29 [alfons]     0.9.3claws75
1354
1355         * src/messageview.c
1356                 fix a memleak (claws-only)
1357
1358 2003-07-29 [alfons]     0.9.3claws74
1359
1360         * src/mimeview.[ch]
1361         * src/gtk/gtkvscrollbutton.[ch]
1362                 fix UI glitch where mime icon toolbox' scroll position is not 
1363                 reset after switching to another message
1364                 
1365
1366 2003-07-29 [paul]       0.9.3claws73
1367
1368         * src/prefs_folder_item.c
1369                 split the prefs into 2 separate pages
1370
1371 2003-07-29 [paul]       0.9.3claws72
1372
1373         * src/compose.c
1374                 prepend "\n\n" to a signature without a separator too
1375
1376 2003-07-29 [paul]       0.9.3claws71
1377
1378         * src/compose.c
1379                 fix bug where changing to an account without an auto-sig
1380                 from an initial account without an auto-sig would insert 
1381                 2 blank lines at the cursor point
1382                 fix bug where changing to an account with an auto-sig
1383                 from an initial account without an auto-sig would insert
1384                 the sig at the cursor point
1385
1386 2003-07-29 [paul]       0.9.3claws70
1387
1388         * src/folderview.c
1389                 use the colour from the folder pref unless the folder
1390                 has new messages
1391
1392 2003-07-29 [alfons]     0.9.3claws69
1393
1394         * src/procmsg.[ch]
1395         * src/messageview.c
1396         * src/procheader.c
1397                 rewrite return receipt request work a little bit (the former 
1398                 implementation presumably depended too much on the UI setting
1399                 flags). (we're losing the old pending flag.) 
1400
1401 2003-07-28 [christoph]  0.9.3claws68
1402
1403         * src/folder.c
1404         * src/imap.c
1405         * src/mh.c
1406         * src/procmsg.[ch]
1407                 fix copy to IMAP folder from other folder
1408
1409 2003-07-28 [christoph]  0.9.3claws67
1410
1411         * src/procmsg.c
1412                 fix sync of procmsg_get_message_file_list
1413
1414 2003-07-28 [christoph]  0.9.3claws66
1415
1416         * sync with 0.9.3cvs14
1417                 see ChangeLog 2003-07-18
1418         * sync with 0.9.3cvs17
1419                 see ChangeLog 2003-07-23
1420
1421         (closes Bug 234 segmentation fault after sending out mail via
1422          smtp(auth))
1423
1424 2003-07-28 [paul]       0.9.3claws65
1425
1426         * po/es.po
1427                 update Spanish translation, submitted by Ricardo Mones
1428                 Lastra
1429
1430 2003-07-28 [christoph]  0.9.3claws64
1431
1432         * src/folder.[ch]
1433         * src/imap.c
1434         * src/mh.c
1435                 return new message numbers as a GRelation instead of a GSList
1436                 that has to be in the same order as the input list. A list
1437                 would make it hard for IMAP to optimize oepration by sorting
1438                 the input list. The returned list would have to be reordered
1439                 to match the same order that input list has.
1440
1441         * src/gtk/gtkaspell.c
1442                 fix missing return value, could cause a crash when garbage is
1443                 on the stack that is used as the expected return value
1444
1445 2003-07-28 [paul]       0.9.3claws63
1446
1447         * sync with 0.9.4cvs1
1448                 see ChangeLog 2003-07-28
1449
1450 2003-07-27 [alfons]     0.9.3claws62
1451
1452         * src/mimeview.c
1453                 tweak it more to make icon list act like a check button group
1454
1455 2003-07-27 [christoph]  0.9.3claws61
1456
1457         * sync with 0.9.3cvs20
1458                 see ChangeLog 2003-07-25
1459
1460 2003-07-27 [paul]       0.9.3claws60
1461
1462         * src/procmsg.c
1463                 re-commit changes from 0.9.3claws58 -
1464                 accidently removed in 0.9.3claws59
1465
1466 2003-07-27 [paul]       0.9.3claws59
1467
1468         * src/procmsg.[ch]
1469                 a sync from 0.9.3cvs17
1470                 see ChangeLog 2003-07-23
1471
1472 2003-07-27 [alfons]     0.9.3claws58
1473
1474         * src/procmsg.c
1475                 add missing header members to MsgInfo; fixes the problem of 
1476                 not displaying X-Faces, as noticed by Ricardo Mones
1477
1478 2003-07-26 [christoph]  0.9.3claws57
1479
1480         * sync with 0.9.3cvs18
1481                 see ChangeLog 2003-07-24
1482
1483 2003-07-26 [christoph]  0.9.3claws56
1484
1485         * sync with 0.9.3cvs17
1486                 see ChangeLog 2003-07-23
1487
1488 2003-07-26 [christoph]  0.9.3claws55
1489
1490         * src/folder.[ch]
1491         * src/imap.c
1492         * src/mbox_folder.c
1493         * src/mh.c
1494         * src/news.c
1495                 add support for copy function that copy multiple messages
1496                 (not implemented yet)
1497
1498         * src/summaryview.c
1499                 add missing return value
1500
1501 2003-07-26 [paul]       0.9.3claws54
1502
1503         * tools/multiwebsearch.pl
1504                 do whitespace substitution before passing the string
1505                 to the browser. fixes bug with browsers that don't
1506                 do whitespace conversion themselves.
1507
1508 2003-07-25 [christoph]  0.9.3claws53
1509
1510         * src/folder.[ch]
1511         * src/imap.c
1512         * src/mh.c
1513                 rewrite adding of multiple messages to a folder for
1514                 claws' folder system
1515
1516 2003-07-25 [luke]       0.9.3claws52
1517
1518         * src/mimeview.c
1519                 o icon toggles set correctly on leaving ctree mimeview
1520
1521 2003-07-25 [paul]       0.9.3claws51
1522
1523         * partial sync with 0.9.3cvs21 [src/main.c]
1524                 see ChangeLog 2003-07-25
1525
1526 2003-07-24 [paul]       0.9.3claws50
1527
1528         * tools/maildir2sylpheed.pl
1529                 fix typo
1530
1531 2003-07-24 [paul]       0.9.3claws49
1532
1533         * src/mimeview.c
1534                 increase the gutter size of paned so that the panes
1535                 can be resized
1536                 
1537         * src/plugins/demo/demo.c
1538                 squeeze in another typo fix
1539
1540 2003-07-24 [paul]       0.9.3claws48
1541
1542         * src/plugins/demo/demo.c
1543           src/prefs_account.c
1544                 small changes to the English
1545                 
1546         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1547           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1548           src/Makefile.am
1549           src/stock_pixmap.c
1550                 rename the misspelled icon
1551
1552 2003-07-23 [alfons]     0.9.3claws47
1553
1554         * src/mimeview.c
1555                 make icon list look like a list of toggles
1556
1557 2003-07-23 [luke]       0.9.3claws46
1558
1559         * src/pixmaps/mimeview_gpg_expired.xpm
1560         * src/pixmaps/mimeview_gpg_failed.xpm
1561         * src/pixmaps/mimeview_gpg_passed.xpm
1562         * src/pixmaps/mimeview_text_html.xpm
1563         * src/pixmaps/mimeview_image.xpm
1564                 o all icons the same size
1565
1566         * src/mimeview.[ch]
1567                 o mimeview ctree arranged vertically above the viewer
1568                 o icons changed to buttons
1569                 o can use keyboard to select an icon (Enter)
1570                 o resize icon list to width of icons
1571
1572         *  src/gtk/gtkvscrollbutton.c
1573                 o sensitivity of buttons reacts to position
1574
1575 2003-07-23 [christoph]  0.9.3claws45
1576
1577         * sync with 0.9.3cvs14 (incomplete)
1578                 see ChangeLog 2003-07-17
1579
1580 2003-07-23 [alfons]     0.9.3claws44
1581
1582         * src/folder.c
1583         * src/procmsg.h
1584                 sync with my local tree to restore some claws-only things
1585
1586 2003-07-23 [paul]       0.9.3claws43
1587
1588         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1589           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1590           src/Makefile.am
1591           src/mimeview.c
1592           src/procmime.h
1593           src/rfc2015.c
1594           src/stock_pixmap.[ch]
1595                 indicate missing keys and expired sigs/keys
1596                 in mime view column
1597
1598 2003-07-23 [paul]       0.9.3claws42
1599
1600         * src/compose.c
1601                 Redirect fixes: enable automatic account selection and
1602                 do not append signature to message on changing account
1603                 fixes Bug[s] #248
1604
1605 2003-07-23 [paul]       0.9.3claws41
1606
1607         * sync with 0.9.3cvs16
1608                 see ChangeLog 2003-07-23
1609
1610 2003-07-23 [alfons]     0.9.3claws40
1611
1612         * src/inc.c
1613                 give progress dialog a main window, and give it the first 
1614                 one (presumably the only one). fixes bug #247, "segfault on 
1615                 pop-before-smtp" 
1616
1617 2003-07-22 [alfons]     0.9.3claws39
1618
1619         * src/summaryview.c
1620                 shift-space scrolls up
1621
1622 2003-07-22 [paul]       0.9.3claws38
1623
1624         * sync with 0.9.3cvs15
1625                 see ChangeLog 2003-07-22
1626
1627 2003-07-20 [alfons]     0.9.3claws37
1628
1629         * src/compose.c
1630                 put menu inside #ifdef USE_ASPELL..#endif
1631
1632 2003-07-20 [christoph]  0.9.3claws36
1633
1634         * src/procmsg.c
1635                 fix wrong flags in MsgInfo returned by
1636                 procmsg_msginfo_get_full_info()
1637
1638         (closes Bug 221 Deleting messages from the Message View gives incorrect
1639          new/unread message counts in the folder view)
1640
1641         * src/plugins/spamassassin/spamassassin_gtk.c
1642                 add gettext macro for prefs page title
1643
1644 2003-07-20 [paul]       0.9.3claws35
1645
1646         * src/mimeview.c
1647                 redraw icon list on signature check
1648
1649 2003-07-20 [christoph]  0.9.3claws34
1650
1651         * src/Makefile.am
1652         * src/account.c
1653         * src/folder.[ch]
1654         * src/folder_item_prefs.[ch]            ** NEW **
1655         * src/folderview.c
1656         * src/mainwindow.c
1657         * src/mh.c
1658         * src/prefs_gtk.c
1659         * src/prefs_scoring.c
1660         * src/summaryview.c
1661         * src/prefs_folder_item.[ch]
1662                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1663                   Properties dialog
1664                 o use prefswindow for folder properties
1665
1666         * src/gtk/prefswindow.[ch]
1667                 change implementation to use an invisible notebook instead
1668                 of unparenting widgets
1669
1670 2003-07-20 [christoph]  0.9.3claws33
1671
1672         * src/compose.h
1673         * src/folder.c
1674         * src/folderview.h
1675         * src/headerview.h
1676         * src/prefs_filtering.h
1677         * src/prefs_folder_item.[ch]
1678         * src/procmime.h
1679         * src/procmsg.h
1680         * src/summaryview.h
1681                 clean up header mess
1682                 (always use 1. typedefs, 2. #includes, 3. structures)
1683
1684         * src/common/version.h.in
1685                 add casts for constants
1686
1687         * src/plugins/demo/demo.c
1688                 fix typo
1689
1690         * src/plugins/spamassassin/spamassassin.c
1691                 remove unused variable
1692
1693 2003-07-20 [alfons]     0.9.3claws32
1694
1695         * src/mimeview.c
1696                 o make icon buttons respond on left click
1697                 o minor cosmetic change
1698
1699 2003-07-19 [luke]       0.9.3claws31
1700
1701         * src/mimeview.[ch]
1702         * src/gtk/gtkvscrollbutton.c
1703         * src/messageview.c
1704                 o improved mimeview behaviour when selecting a new message
1705                 o plus code cleanups to remove compile warnings
1706
1707
1708 2003-07-19 [alfons]     0.9.3claws30
1709
1710         * src/procmsg.c
1711         * src/compose.c
1712         * src/common/utils.[ch]
1713                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1714
1715 2003-07-19 [alfons]     0.9.3claws29
1716
1717         * src/prefs_folder_item.c
1718                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1719                 string pointers
1720
1721 2003-07-19 [luke]       0.9.3claws28
1722
1723         * src/messageview.c
1724         * src/mimeview.[ch]
1725         * src/procmime.h
1726         * src/rfc2015.c
1727         * src/stock_pixmap.[ch]
1728         * src/gtk/Makefile.am
1729         * src/Makefile.am
1730         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1731         * src/pixmaps/mime_*.xpm                ** NEW **
1732                 o mimeview rearrangement with a new icon shortcut bar
1733
1734 2003-07-19 [alfons]     0.9.3claws27
1735
1736         * src/folderview.c
1737                 o plug leaking nodes_to_recollapse
1738                 o add folderview_recollapse_all_nodes() (not used yet)
1739
1740 2003-07-19 [alfons]     0.9.3claws26
1741
1742         * src/compose.c
1743         * src/common/utils.c
1744                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1745                 for both forwarding as replying
1746
1747 2003-07-18 [christoph]  0.9.3claws25
1748
1749         * configure.ac
1750         * src/common/sylpheed.[ch]
1751         * src/common/version.h.in
1752                 add version in numeric form to allow easy comparison
1753
1754         * src/plugins/demo/demo.c
1755                 add version check
1756                 - sylpheed version > plugin version => never allowed, sylpheed
1757                   could contain unknown API changes
1758                 - sylpheed version < minimum version required => don't load,
1759                   API required not available (if linking does not fail)
1760
1761 2003-07-18 [alfons]     0.9.3claws24
1762         
1763         * src/common/plugin.[ch]
1764                 const correctness
1765
1766 2003-07-18 [christoph]  0.9.3claws23
1767
1768         * src/common/hooks.c
1769                 fix crash when hooks where unregisted
1770
1771         * src/plugins/trayicon/trayicon.c
1772                 unregister detroy signal before destroying the widget
1773                 (still crashes when the plugin is unloaded)
1774
1775 2003-07-18 [alfons]     0.9.3claws22
1776         
1777         * src/folderview.c
1778                 delay expanding folder tree during drags until timeout triggered
1779                 (needs perhaps some tweaking, so testing is welcome)
1780
1781 2003-07-17 [alfons]     0.9.3claws21
1782
1783         * src/folderview.c
1784                 clean up cruft
1785
1786 2003-07-17 [christoph]  0.9.3claws20
1787
1788         * src/common/session.c
1789                 fix opening of SSL connections
1790
1791         * src/plugins/image_viewer/Makefile.am
1792                 add OPENSSL_CFLAGS (we should find a better solution to remove
1793                 this dependencies if they are not required)
1794
1795         * src/plugins/spamassassin/spamassassin.c
1796                 remove setlocale workaround (fixed in libspamc)
1797
1798         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1799          if spell checking enabled)
1800
1801 2003-07-17 [alfons]     0.9.3claws19
1802
1803         * src/common/hooks.[ch]
1804         * src/plugins/clamav/clamav_plugin.c
1805         * src/plugins/spamassassin/spamassassin.c
1806         * src/plugins/trayicon/trayicon.c
1807                 fix signedness muck 
1808
1809 2003-07-17 [alfons]     0.9.3claws18
1810
1811         * src/procmime.c
1812                 plug memleak
1813
1814 2003-07-17 [alfons]     0.9.3claws17
1815
1816         * src/inc.c
1817                 plug memleak
1818
1819 2003-07-17 [paul]       0.9.3claws16
1820
1821         * src/common/defs.h
1822           src/mainwindow.c
1823           src/manual.[ch]
1824                 add link to the Claws site's FAQ page, after the suggestion
1825                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1826                 Move url strings to defs.h
1827                 
1828         * src/mainwindow.c
1829                 fix typo to prevent "unknown menu entry" warnings
1830
1831 2003-07-17 [alfons]     0.9.3claws15
1832
1833         * src/folderview.[ch]
1834         * src/summaryview.[ch]
1835         * src/mimeview.[ch]
1836                 plug DnD leaks 
1837
1838 2003-07-17 [paul]       0.9.3claws14
1839
1840         * src/inc.c
1841                 remove two instances of 'GTK_EVENTS_FLUSH' because
1842                 they are unnecessary and probably cause a stack overflow
1843
1844 2003-07-16 [christoph]  0.9.3claws13
1845
1846         * src/mimeview.[ch]
1847                 use an invisible GTK notebook to switch between viewers
1848                 instead of reparenting widgets
1849
1850 2003-07-16 [christoph]  0.9.3claws12
1851
1852         * src/folder.c
1853                 move folder_item_update_freeze() to correct place in
1854                 folder_item_scan_full()
1855
1856 2003-07-16 [paul]       0.9.3claws11
1857
1858         * sync with 0.9.3cvs12
1859                 see ChangeLog 2003-07-14 and 2003-07-15
1860
1861 2003-07-16 [christoph]  0.9.3claws10
1862
1863         * src/imap.[ch]
1864         * src/prefs_account.[ch]
1865                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1866
1867 2003-07-15 [alfons]     0.9.3claws9
1868
1869         * src/main.c
1870                 make --config-dir do something useful
1871
1872 2003-07-15 [alfons]     0.9.3claws8
1873
1874         * src/procmsg.c
1875                 o fix a bug where 'last' didn't really point to the last message
1876                   in the top level list of children, but to the last threaded
1877                   message. 
1878                 
1879                 o clean up and make it easier to sync
1880
1881 2003-07-15 [alfons]     0.9.3claws7
1882
1883         * src/mainwindow.c
1884                 make correct menu items sensitive       
1885
1886 2003-07-14 [alfons]     0.9.3claws6
1887
1888         * src/procmsg.c
1889                 tune the threader so it will not subject-thread any message
1890                 without a subject prefix (this will not thread correctly if 
1891                 a parent is delivered after their childs, but it looks 
1892                 better right now)
1893
1894 2003-07-13 [christoph]  0.9.3claws5
1895
1896         * src/mainwindow.c
1897                 group "Add mailbox *..." menu items in submenu
1898
1899 2003-07-13 [alfons]     0.9.3claws4
1900
1901         * src/summaryview.c
1902                 correct summary_toggle_pressed() signature and make sure
1903                 signal is not passed on
1904
1905 2003-07-13 [alfons]     0.9.3claws3
1906
1907         * src/summaryview.c
1908                 o for now don't pass on keys when they we're handled by 
1909                   ctree::key_press_event
1910                 o clean up
1911
1912 2003-07-13 [alfons]     0.9.3claws2
1913         
1914         * src/main.c
1915                 add command line option "--config-dir" to get the current 
1916                 configuration dir
1917
1918 2003-07-12 [alfons]     0.9.3claws1
1919
1920         * src/matcher.[ch]
1921         * src/matcher_parser_parse.y
1922         * src/prefs_filtering.c
1923         * src/filtering.c
1924                 add "Lock" filter action to lock messages;
1925
1926         * src/filtering.c       
1927                 remove debug_print()    
1928         * src/prefs_filtering.c
1929                 re-organize matcher part 9: 
1930                 make action text entries easily extendible;
1931                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1932                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1933
1934 2003-07-12 [paul]
1935
1936         * tools/README
1937                 update old information and add missing
1938                 information
1939
1940 2003-07-12 [paul]       0.9.3claws
1941
1942         * 0.9.3claws released
1943         
1944 2003-07-12 [paul]       0.9.0claws103
1945
1946         * src/Makefile.am
1947                 add addrquery.h
1948
1949 2003-07-12 [melvin]     0.9.0claws102
1950
1951         * src/messageview.c
1952                 Fixed bug #215: Show MIME tab for single text/html messages. 
1953                 
1954 2003-07-12 [paul]       0.9.0claws101
1955
1956         * man/sylpheed.1
1957                 updated
1958
1959 2003-07-12 [paul]       0.9.0claws100
1960
1961         * po/es.po
1962           po/hr.po
1963           po/pl.po
1964           po/sr.po
1965                 update Spanish, Croatian, Polish, Serbian translations.
1966                 submitted by Ricardo Mones Lastra, Dragan, Witold
1967                 Wladyslaw Wojciech Wilk, Urke MMI
1968
1969 2003-07-12 [melvin]     0.9.0claws99
1970
1971         * po/fr.po
1972                 Updated French translations.
1973
1974 2003-07-12 [paul]       0.9.0claws98
1975
1976         * src/addressbook.c
1977                 disable 'Lookup' button as it has no effect
1978
1979 2003-07-11 [alfons]     0.9.0claws97
1980         
1981         * src/summaryview.c
1982                 summary_searchbar_pressed() should return TRUE to signal that
1983                 event was handled. when returning void, the return value passed
1984                 to GTK is actually random, but maybe FALSE, in which case the
1985                 event is handled by parent
1986                 
1987 2003-07-10 [paul]       0.9.0claws96
1988
1989         * ac/missing/gettext.m4
1990                 update to version 0.12
1991
1992 2003-07-10 [paul]       0.9.0claws95
1993
1994         * src/plugins/clamav/clamav_plugin.c
1995                 fix bug where multipart/alternative messages
1996                 would slip through without being scanned
1997
1998 2003-07-10 [christoph]  0.9.0claws94
1999
2000         * src/folder.c
2001                 correct check if folder supports removing when a message is
2002                 moved. if not the message is only copied.
2003
2004         (closes Bug 132 crash on startup in newsgroups folders)
2005
2006 2003-07-09 [alfons]     0.9.0claws93
2007
2008         * configure.ac
2009         * src/common/defs.h
2010                 --with-config-dir (default .sylpheed)
2011
2012 2003-07-09 [christoph]  0.9.0claws92
2013
2014         * configure.ac
2015                 use PKG_CHECK_MODULES to check for gtkmathview
2016                 (version 0.4.2 now required)
2017
2018 2003-07-08 [melvin]     0.9.0claws91
2019
2020         * src/action.c
2021                 Implemented a progress bar that counts the number of completed
2022                 tasks when the action runs more than one command.
2023
2024 2003-07-08 [alfons]     0.9.0claws90
2025
2026         * src/procmsg.c
2027                 if queued message has an invalid Message-Id, don't try to
2028                 find message it refers to (fixes #209 "crash when processing 
2029                 in folder")
2030
2031 2003-07-08 [paul]       0.9.0claws89
2032
2033         * sync with 0.9.3cvs2
2034                 see ChangeLog 2003-07-08
2035
2036 2003-07-08 [match]      0.9.0claws88
2037
2038         * src/ldapctrl.c
2039                 extend LDAP search for first/last name by parsing search term.
2040
2041 2003-07-08 [alfons]     0.9.0claws87
2042
2043         * src/send_message.c
2044                 fix bug #208 "Status message stuck when sending on POP3 account"
2045
2046 2003-07-07 [paul]       0.9.0claws86
2047
2048         * po/hr.po
2049                 new Croatian translation, submitted by
2050                 Dragan <drleskov@inet.hr>
2051
2052 2003-07-07 [paul]       0.9.0claws85
2053
2054         * sync with 0.9.3cvs1
2055                 see ChangeLog 2003-07-07
2056
2057 2003-07-05 [christoph]  0.9.0claws84
2058
2059         * src/Makefile.am
2060         * src/messageview.c
2061         * src/mimeview.[ch]
2062         * src/stock_pixmap.[ch]
2063         * src/pixmaps/messageview_text.xpm              ** NEW **
2064                 move mimeview tabs to the right side and use icons
2065                 instead of text to save some space
2066
2067         (patch by Luke Plant <lukeplant@softhome.net>)
2068
2069 2003-07-05 [christoph]  0.9.0claws83
2070
2071         * src/inc.c
2072                 add NULL pointer checks
2073
2074         (patch by Luke Plant <lukeplant@softhome.net>)
2075         (closes Bug 204 0.9.0 quits on authentication error?!)
2076
2077 2003-07-05 [alfons]     0.9.0claws82
2078
2079         * configure.ac
2080                 take the clue in bug #202 "./configure script - 
2081                 'if test' comparison failure" reported by John Kristoff. 
2082
2083 2003-07-04 [christoph]  0.9.0claws81
2084
2085         * src/plugins/spamassassin/spamassassin.c
2086                 set timeout for spam check
2087
2088 2003-07-04 [christoph]  0.9.0claws80
2089
2090         * src/main.c
2091                 destroy all FolderItems when shutting down to
2092                 allow folders to clean up
2093
2094 2003-07-04 [melvin]     0.9.0claws79
2095
2096         * src/gtk/gtkaspell.c
2097                 Fixed bug #184 "Entering non-ascii character deletes
2098                 previous char if spell checking enabled": this makes
2099                 the spell checking in multibytes (e.g. UTF-8)locales work.
2100                 (Patch by Luke Plant).
2101                 
2102 2003-07-04 [christoph]  0.9.0claws78
2103
2104         * sync with 0.9.2cvs1
2105                 see ChangeLog 2003-06-10
2106
2107 2003-07-04 [paul]       0.9.0claws77
2108
2109         * sync with 0.9.3 release
2110                 see ChangeLog 2003-07-04
2111
2112 2003-07-03 [christoph]  0.9.0claws76
2113
2114         * src/folder.[ch]
2115         * src/imap.c
2116         * src/mbox_folder.c
2117         * src/mh.c
2118         * src/news.c
2119                 move folder_item_get_path() stuff into a folder virtual function
2120
2121         * src/procmsg.c
2122                 use folder_item_fetch_msg() to get message and do not contruct
2123                 the filename from path and number
2124
2125 2003-07-03 [paul]       0.9.0claws75
2126
2127         * sync with 0.9.2cvs12
2128                 see ChangeLog 2003-07-03
2129
2130 2003-07-02 [paul]       0.9.0claws74
2131
2132         * src/messageview.c
2133                 fix text-selection for replying
2134
2135 2003-07-02 [paul]       0.9.0claws73
2136
2137         * sync with 0.9.2cvs11
2138                 see ChangeLog 2003-07-02
2139
2140 2003-07-02 [paul]       0.9.0claws72
2141
2142         * src/procmsg.c
2143                 revert last commit because it breaks more
2144                 than it fixes
2145
2146 2003-07-02 [paul]       0.9.0claws71
2147
2148         * src/procmsg.c
2149                 fix thread by subject/sort by date
2150
2151 2003-07-01 [paul]       0.9.0claws70
2152
2153         * sync with 0.9.2cvs10
2154                 see ChangeLog 2003-07-01
2155
2156 2003-06-30 [paul]       0.9.0claws69
2157
2158         * sync with 0.9.2cvs9
2159                 see ChangeLog 2003-06-30
2160
2161 2003-06-28 [match]      0.9.0claws68
2162
2163         * src/addressbook.c
2164                 fix null ptr.
2165
2166 2003-06-27 [paul]       0.9.0claws67
2167
2168         * sync with 0.9.2cvs7
2169                 see ChangeLog 2003-06-27
2170
2171 2003-06-26 [christoph]  0.9.0claws66
2172
2173         * src/folder.c
2174                 freeze folder updates while a folder is scanned
2175
2176         (closes Bug 185 New message counter)
2177
2178 2003-06-26 [darko]      0.9.0claws65
2179
2180         * src/ldapserver.c
2181                 fix infinite loop when adding a new LDAP server
2182
2183 2003-06-26 [paul]       0.9.0claws64
2184
2185         * sync with 0.9.2cvs6
2186                 see ChangeLog 2003-06-26
2187
2188 2003-06-26 [paul]       0.9.0claws63
2189
2190         * sync with 0.9.2cvs5
2191                 see ChangeLog 2003-06-25 and 2003-06-26
2192
2193 2003-06-25 [match]      0.9.0claws62
2194
2195         * src/addr_compl.c
2196                 Fixed tab/backtab for dropped-down completion list to
2197                 move next/previous field. (close bug 147)
2198
2199 2003-06-25 [christoph]  0.9.0claws61
2200
2201         * src/addr_compl.[ch]
2202         * src/addrindex.[ch]
2203         * src/folderview.c
2204         * src/inc.c
2205         * src/news.c
2206         * src/summaryview.c
2207         * src/toolbar.c
2208                 fix warnings
2209
2210 2003-06-25 [leandro]    0.9.0claws60
2211
2212         * src/compose.c
2213                 o cleanups
2214                 o gray out "Message/Remove references" menu item if not
2215                   replying to a message
2216
2217 2003-06-24 [leandro]    0.9.0claws59
2218
2219         * src/compose.[ch]
2220                 o removed "Message/Create new thread" menu item
2221                 o added "Message/Remove references" menu item
2222                   (it's off by default and will not check anymore
2223                    if the subject changed)
2224
2225 2003-06-23 [alfons]     0.9.0claws58
2226
2227         * src/procmsg.c
2228                 try better grouping messages threaded by subject based on their age.
2229                 still not perfect - because the message tree is not sorted by date.  
2230
2231 2003-06-23 [thorsten]   0.9.0claws57
2232
2233         * src/pop.[ch]
2234                 added mail_receive_hook to allow modifications
2235                 directly after retrieval (e.g. adding headers).
2236
2237 2003-06-23 [paul]       0.9.0claws56
2238
2239         * src/sourcewindow.c
2240                  enable the use of Ctrl+A to select all text in
2241                  the sourcewindow
2242                  Patch submitted by Ivan Francolin Martinez
2243                  <ivanfm@users.sourceforge.net>
2244
2245 2003-06-22 [christoph]  0.9.0claws55
2246
2247         * src/folder.[ch]
2248                 o add notification hook for folder tree changes
2249                 o invoke hooks after folder tree scanning
2250
2251         * src/folderview.[ch]
2252                 register hook for folder tree changes that
2253                 updates the ctree
2254
2255         (there are more places that should be updated, like add, remove 
2256          or move folder)
2257
2258         (closes Bug 164 Crash on rebuild folder tree)
2259         (closes Bug 190 Crash on 'rebuilding folder tree')
2260
2261 2003-06-21 [leandro]    0.9.0claws54
2262
2263         * src/compose.[ch]
2264                 create a new thread if subject changes
2265                 (it's on by default, can be disabled in Message menu)
2266
2267 2003-06-21 [alfons]     0.9.0claws53
2268
2269         * src/summaryview.c
2270                 quiet little compiler
2271
2272 2003-06-21 [christoph]  0.9.0claws52
2273
2274         update gettext stuff to version 0.12
2275
2276 2003-06-19 [alfons]     0.9.0claws51
2277
2278         * src/common/log.c
2279         * src/common/plugin.c
2280                 move defs.h before glib.h to prevent MIN/MAX redefs
2281
2282 2003-06-19 [alfons]
2283
2284         * src/addressbook.c
2285                 translatable
2286
2287 2003-06-19 [match]      0.9.0claws50
2288
2289         * src/addressbook.[ch]
2290         * src/addrindex.[ch]
2291         * src/addr_compl.[ch]
2292         * src/editldap.[ch]
2293         * src/editldap_basedn.[ch]
2294         * src/addritem.[ch]
2295         * src/ldapquery.h
2296                 re-implemented dynamic LDAP search. works without
2297                 slowdown on display sender with addressbook
2298                 option.
2299         * src/addrbook.c
2300                 documented code.
2301
2302 2003-06-19 [paul]       0.9.0claws49
2303
2304         * src/compose.c
2305                 fix Bug #136 'Nonprovided quotation marks crash claws'
2306                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2307
2308 2003-06-19 [alfons]     0.9.0claws48
2309
2310         * src/prefs_common.[ch]
2311         * src/procmsg.c
2312                 restrict threading by subject by checking thread for
2313                 age (prefs_common.thread_by_subject_max_age)
2314
2315 2003-06-18 [christoph]  0.9.0claws47
2316
2317         * src/imap.c
2318                 fix memory leak in imap_cmd_fetch()
2319
2320 2003-06-18 [christoph]  0.9.0claws46
2321
2322         * src/prefs_gtk.c
2323                 fix memory leak in prefs_set_default() when used multiple
2324                 times or after prefs have been read
2325
2326 2003-06-18 [christoph]  0.9.0claws45
2327
2328         * src/common/plugin.c
2329                 fix memory leak in plugin_unload()
2330
2331 2003-06-18 [christoph]  0.9.0claws44
2332
2333         * src/imap.c
2334                 fix memory leak in imap_cmd_ok()
2335
2336 2003-06-18 [christoph]  0.9.0claws43
2337
2338         * src/folder.c
2339                 stop messages that are downloaded from POP3 and added to
2340                 an IMAP inbox from being filtered twice (first by POP3
2341                 and again when IMAP folder is scaned to get the UID of
2342                 the APPEND operation when no UIDPLUS is available)
2343
2344 2003-06-18 [alfons]
2345
2346         * tools/Makefile.am
2347                 phoenix <- firebird     
2348
2349 2003-06-18 [paul]
2350
2351         * tools/launch_phoenix          ** REMOVED **
2352           tools/launch_firebird         ** NEW **
2353                 renamed and edited to reflect the browser's name change from
2354                 'phoenix' to 'firebird'
2355
2356 2003-06-18 [paul]       0.9.0claws42
2357
2358         * sync with 0.9.2cvs2
2359                 see ChangeLog 2003-06-16
2360
2361 2003-06-17 [alfons]     0.9.0claws41
2362
2363         * src/procmsg.c
2364                 prevent threading problems when a node is an ancestor (parent / great parent),
2365                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2366                 for finding an sample set of messages)
2367
2368 2003-06-16 [christoph]  0.9.0claws40
2369
2370         * src/main.c
2371                 don't popup main window on --receive or --receive-all
2372
2373         * src/mainwindow.[ch]
2374         * src/plugins/trayicon/trayicon.c
2375                 allow hiding of main window by clicking on the trayicon
2376                 (doesn't work correctly in seperate window mode and may
2377                  cause unexpected GTK problems I couldn't find yet)
2378
2379         * src/common/ssl.c
2380                 remove incorrect warning
2381
2382 2003-06-15 [alfons]     0.9.0claws39
2383
2384         * src/gtk/gtkstext.c
2385                 don't output debug text;
2386                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2387                 for pointing this out);
2388
2389 2003-06-14 [alfons]     0.9.0claws38
2390         
2391         * src/messageview.c
2392                 remove printf() and make one if..else comply with coding style
2393
2394 2003-06-14 [alfons]     0.9.0claws37
2395
2396         * AUTHORS
2397                 add Martin Wicke
2398         * src/action.c
2399         * src/messageview.[ch]
2400         * src/summaryview.c
2401                 apply patch #754162 "Quoting messages filtered by actions" submitted
2402                 by Martin Wicke, which allows quoting message body changed by an
2403                 action (Thanks!).
2404
2405 2003-06-13 [alfons]     0.9.0claws36
2406
2407         * src/utils.c
2408                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2409                 use case insensitive regexp (suggested by Ivan Martinez)
2410
2411 2003-06-13 [christoph]  0.9.0claws35
2412
2413         * configure.ac
2414         * src/plugins/trayicon/Makefile.am
2415         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2416         * src/plugins/trayicon/trayicon.c
2417         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2418         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2419         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2420         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2421         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2422         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2423                 replace my own EggTrayIcon backport with the backport
2424                 used by (l|x)mule and gabber.
2425
2426 2003-06-13 [alfons]     0.9.0claws34
2427
2428         * AUTHORS
2429         * src/common/utils.c
2430                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2431
2432 2003-06-13 [alfons]     0.9.0claws33
2433
2434         * src/compose.c
2435                 clean up a little bit
2436
2437 2003-06-12 [alfons]     0.9.0claws32
2438
2439         * src/compose.c
2440                 const correctness fix
2441
2442         * src/common/sylpheed.[ch]
2443                 () -> (void)
2444                 prevent redef MIN/MAX
2445                 
2446         * src/common/utils.[ch]
2447                 () -> (void)
2448
2449 2003-06-12 [melvin]     0.9.0claws31
2450
2451         * src/compose.c
2452                 Updated to take into accounts changes in GtkAspell.
2453
2454 2003-06-12 [alfons]     0.9.0claws30
2455
2456         * src/compose.c
2457         * src/procmsg.c
2458         * src/common/utils.[ch]
2459                 handle reply subject prefixes better (initial 
2460                 suggestion by Robert Story adapted and enhanced 
2461                 using regexps)
2462
2463 2003-06-12 [melvin]     0.9.0claws29
2464
2465         * src/compose.c
2466                 Use new gtkaspell_checkers_strerror() to get the speller's
2467                 error message instead of accessing the (now private)
2468                 checkers structure.
2469                 Minor code clean up
2470
2471         * src/main.c
2472                 Use #ifdef instead of #if for USE_ASPELL
2473                 Use the new spell checkers init/quit functions 
2474
2475         * src/gtk/gtkaspell.c
2476                 Use #ifdef instead of #if for USE_ASPELL
2477                 Moved in the majority of GtkAspell structures that were
2478                 exported before by gtkaspell.h
2479         
2480         * src/gtk/gktaspell.h
2481                 Made gtkaspell.h contain only the necessary data to be
2482                 publicized by moving many structures to gtkaspell.c.
2483                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2484                 gtkaspell_checkers_new(): replaced by...
2485                 gtkaspell_checkers_init(): new function for initialization
2486                 gtkaspell_checkers_delete(): replaced by...
2487                 gtkaspell_checkers_quit(): new function
2488                 gtkaspell_checkers_strerror(): new function that returns
2489                 the checker's last error message.
2490                 
2491 2003-06-11 [melvin]     0.9.0claws28
2492
2493         * po/POTFILES.in
2494                 Updated to take into account gtkaspell.c migration to
2495                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2496
2497 2003-06-10 [alfons]     0.9.0claws27
2498
2499         * src/filtering.[ch]
2500         * src/folder.c
2501         * src/matcher.c
2502         * src/scoring.[ch]
2503                 - try fixing bug #18 (any brave testers?)
2504                 - add more robustness by refusing previously 
2505                   unchecked NULL pointers 
2506
2507 2003-06-10 [alfons]     0.9.0claws26
2508
2509         * src/procmsg.c
2510                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2511
2512 2003-06-09 [alfons]     0.9.0claws25
2513
2514         * src/prefs_common.c
2515                 fix bug #163 "Icon switching doesnt work properly" by 
2516                 preventing early freeing of prefs_common.pixmap_theme_path.
2517
2518 2003-06-09 [christoph]  0.9.0claws24
2519
2520         * src/gtk/gtkaspell.c
2521                 revert Thorsten's fix and add forgotten g_strdup for
2522                 aspell path (it should not be possible to alter the path a
2523                 GtkASpell uses from outside)
2524
2525 2003-06-09 [thorsten]   0.9.0claws23
2526
2527         * src/gtk/gtkaspell.c
2528                 dont free prefs_common.aspell_path when closing compose
2529
2530 2003-06-08 [colin]      0.9.0claws22
2531
2532         * src/plugins/spamassassin/spamassassin.c
2533                 fix prefs types
2534
2535 2003-06-07 [christoph]  0.9.0claws21
2536
2537         * src/Makefile.am
2538         * src/compose.c
2539         * src/gtkaspell.[ch]            ** REMOVE **
2540         * src/gtk/Makefile.am
2541         * src/gtk/gtkaspell.[ch]        ** NEW **
2542                 o make gtkaspell independent from sylpheed's prefs
2543                 o move gtkaspell.[ch] to gtk directory
2544
2545 2003-06-07 [christoph]  0.9.0claws20
2546
2547         * src/Makefile.am
2548         * src/crash.c
2549         * src/export.c
2550         * src/filesel.[ch]              ** REMOVE **
2551         * src/folder.c
2552         * src/main.[ch]
2553         * src/common/sylpheed.[ch]
2554         * src/gtk/Makefile.am
2555         * src/gtk/filesel.[ch]          ** NEW **
2556         * src/gtk/pluginwindow.c
2557         * src/gtk/sslcertwindow.c
2558                 move filesel.[ch] to gtk directory
2559
2560 2003-06-07 [alfons]     0.9.0claws19
2561
2562         * src/filesel.c
2563                 make (multi) file selection dialog work again (Claws-only)
2564
2565 2003-06-07 [thorsten]   0.9.0claws18
2566
2567         * po/de.po
2568                 fix typos
2569
2570 2003-06-07 [alfons]     0.9.0claws17
2571
2572         * configure.ac
2573         * src/mimeview.c
2574                 detect apache mishap in which case don't include fnmatch.h
2575                 if regex.h is already included
2576
2577 2003-06-06 [christoph]  0.9.0claws16
2578
2579         * configure.ac
2580         * src/mimeview.h
2581                 add check for fnmatch.h and include it when available
2582
2583         * src/mimeview.[ch]
2584                 fix wrong case sensitivity of Content-Types
2585
2586         * src/gtk/Makefile.am
2587                 need the same include paths in gtk directory as in
2588                 common directory because .h files in common can
2589                 include files from these directories, when included
2590                 in gtk's .h or .c files
2591
2592 2003-06-06 [alfons]     0.9.0claws15
2593
2594         * src/mimeview.c
2595         * src/summaryview.c
2596                 make it compile again because of regex.h / fnmatch.h 
2597                 include problems (related to recent mime stuff, can
2598                 someone check this?)
2599
2600 2003-06-06 [thorsten]   0.9.0claws14
2601
2602         * src/folderview.c
2603                 possible use of uninitialized pointer while dragging
2604
2605 2003-06-06 [paul]       0.9.0claws13
2606
2607         * src/compose.c
2608                 fix bug where the insert sig button would be effective
2609                 only when auto_sig was set
2610
2611 2003-06-06 [paul]       0.9.0claws12
2612
2613         * sync with 0.9.2 release
2614
2615 2003-06-02 [paul]       0.9.0claws11
2616
2617         * sync with 0.9.1cvs1
2618                 see ChangeLog 2003-06-02
2619                 
2620         * po/de.po
2621                 update by Jens
2622
2623 2003-06-01 [christoph]  0.9.0claws10
2624
2625         * src/account.c
2626                 don't use substring search to find accounts by email address
2627
2628         (closes Bug 169 Overly loose matching of "From" address)
2629
2630 2003-05-31 [christoph]  0.9.0claws9
2631
2632         * doc-src/rfc2683.txt
2633         * src/imap.c
2634                 limit IMAP command length as recommended in RFC2683
2635                 (message number lists will be split into multiple imap
2636                 sets, the limit of 1000 octets is not a hard limit)
2637
2638         (closes Bug 161 sylpheed-claws exits with segfault when logging
2639          in to certain imap-servers)
2640
2641 2003-05-29 [alfons]     0.9.0claws8
2642
2643         * src/toolbar.[ch]
2644                 add print button (calling summary_print());
2645                 fine tune setting tooltip text;
2646                 (if someone needs other buttons, please take these 
2647                 commits as a guide, instead of bothering us - also
2648                 see 0.8.11claws150) 
2649
2650 2003-05-29 [darko]      0.9.0claws7
2651
2652         * src/compose.c
2653                 fix crash when word wrapping kicks in due to
2654                 changed text by spell checker
2655
2656 2003-05-29 [paul]       0.9.0claws6
2657
2658         * src/compose.c
2659                 fix bug where changing account would insert
2660                 sig even if auto_sig was FALSE
2661                 
2662         * ChangeLog
2663           ChangeLog.jp
2664           INSTALL
2665                 sync with 0.9.1 release
2666
2667 2003-05-28 [christoph]  0.9.0claws5
2668
2669         * src/imap.c
2670                 fix truncation of too long commands
2671
2672         (closes Bug 167 IMAP hangs trying to get envelope
2673          information in imap_get_uncached_messages)
2674
2675 2003-05-27 [paul]       0.9.0claws4
2676
2677         * tools/Makefile.am
2678           tools/maildir2sylpheed.pl     ** NEW FILE **
2679                 add kmail to sylpheed mailbox conversion script
2680
2681 2003-05-27 [paul]       0.9.0claws3
2682
2683         * sync with 0.9.0cvs10
2684                 see ChangeLog 2003-05-26
2685
2686 2003-05-26 [paul]       0.9.0claws2
2687
2688         * sync with 0.9.0cvs9
2689                 see ChangeLog 2003-05-26
2690
2691 2003-05-24 [paul]       0.9.0claws1
2692
2693         * sync with 0.9.0cvs8
2694                 see ChangeLog 2003-05-23
2695
2696 2003-05-24 [paul]       0.9.0claws
2697
2698         * version 0.9.0claws released
2699
2700 2003-05-24 [paul]       0.8.11claws177
2701
2702         * src/plugins/dillo-viewer/Makefile.am
2703           src/plugins/traycon/Makefile.am
2704                 add missing files
2705                 
2706         * po/bg.po
2707           po/en_GB.po
2708           po/es.po
2709           po/it.po
2710           po/pt_BR.po
2711           po/ru.po
2712           po/sr.po
2713                 update Bulgarian, British English, Spanish, Italian, 
2714                 Brazilian Portuguese, Russian, and Serbian translations, 
2715                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2716                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2717                 Ruslan N. Balkin, and Urke MMI
2718
2719 2003-05-23 [melvin]     0.8.11claws176
2720
2721         * po/fr.po
2722                 Updated French translations
2723
2724 2003-05-22 [paul]       0.8.11claws175
2725
2726         * src/Makefile.am
2727           src/addrbook.[ch]
2728           src/addrcache.[ch]
2729           src/addr_compl.[ch]
2730           src/adressbook.[ch]
2731           src/addrindex.[ch]
2732           src/addritem.[ch]
2733           src/editaddress.c
2734           src/editgroup.c
2735           src/editldap_basedn.c
2736           src/editldap.c
2737           src/jpilot.c
2738           src/vcard.c
2739                 revert to get ldap into it previous working state
2740                 
2741         * po/zh_TW.Big5.po
2742                 new Taiwanese translation,
2743                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2744
2745 2003-05-22 [christoph]  0.8.11claws174
2746
2747         * src/plugins/spamassassin/libspamc.[ch]
2748                 sync libspamc with SpamAssaain release 2.55
2749
2750 2003-05-22 [paul]       0.8.11claws173
2751
2752         * sync with 0.9.0cvs7
2753                 see ChangeLog 2003-05-22
2754                 
2755         * src/summaryview.c
2756                 revert change in 0.8.11claws172: follow
2757                 Hiroyuki's decision and that's the end of it.
2758
2759 2003-05-21 [paul]       0.8.11claws172
2760
2761         * src/summaryview.c
2762                 fix discrepency between open_unread_on_enter
2763                 and always_show_msg
2764
2765 2003-05-21 [paul]       0.8.11claws171
2766
2767         * sync with 0.9.0cvs6
2768                 see ChangeLog 2003-05-21
2769
2770 2003-05-21 [paul]       0.8.11claws170
2771
2772         * sync with 0.9.0cvs5
2773                 see ChangeLog 2003-05-21
2774
2775 2003-05-20 [paul]       0.8.11claws169
2776
2777         * sync with 0.9.0cvs4
2778                 see ChangeLog 2003-05-20
2779                 fixes bug #152, 'encoding of IMAP folders names'
2780
2781 2003-05-20 [paul]       0.8.11claws168
2782
2783         * sync with 0.9.0cvs3
2784                 see ChangeLog 2003-05-20
2785                 
2786         * src/tools/convert_mbox.pl
2787                 minor change in the comments, submitted by Fred Marton
2788
2789 2003-05-19 [paul]       0.8.11claws167
2790
2791         * src/plugins/clamav/Makefile.am
2792           configure.ac
2793                 link clamav_lib to the plugin and not to the main program
2794
2795 2003-05-19 [christoph]
2796
2797         * src/Makefile.am
2798                 add -export-dynamic for linking
2799
2800 2003-05-19 [paul]       0.8.11claws166
2801
2802         * sync with 0.9.0cvs1
2803                 see ChangeLog 2003-05-19
2804
2805 2003-05-19 [paul]       0.8.11claws165
2806
2807         * src/inc.c
2808                 fix 'pop before smtp' timeout
2809
2810 2003-05-18 [alfons]     0.8.11claws164
2811
2812         * src/prefs_matcher.c
2813                 put "execute" action command line ("expression") in edit box
2814
2815 2003-05-18 [christoph]  0.8.11claws163
2816
2817         * src/mimeview.[ch]
2818         * src/plugins/dillo_viewer/dillo_viewer.c
2819         * src/plugins/image_viewer/viewer.c
2820         * src/plugins/mathml_viewer/mathml_viewer.c
2821                 let a viewer have a list of Content-Types
2822
2823 2003-05-18 [paul]       0.8.11claws162
2824
2825         * src/prefs_filtering.c
2826                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2827                 and REDIRECT actions
2828
2829 2003-05-17 [christoph]
2830
2831         * README.claws
2832                 o remove dynamic signatures that was syned with main
2833                 o add infos about no longer "build in" image viewer
2834                 o update bugtracker URL
2835
2836 2003-05-17 [christoph]  0.8.11claws161
2837
2838         * src/folder.c
2839         * src/folderview.c
2840         * src/imap.c
2841                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2842                 for every folder after rebuilding the folder tree.
2843
2844         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2845          messages)
2846
2847 2003-05-17 [christoph]  0.8.11claws160
2848
2849         * src/imap.c
2850                 don't use STATUS command on current folder to check for
2851                 content changes. imap_cmd_ok() now tracks changes to
2852                 folder and number of existing messages.
2853
2854 2003-05-17 [paul]       0.8.11claws159
2855
2856         * src/plugins/clamav/clamav_plugin.c
2857                 remove unnecessary debug_print
2858
2859 2003-05-16 [thorsten]   0.8.11claws158
2860
2861         * src/plugins/demo.c
2862                 included missing intl.h
2863
2864 2003-05-16 [paul]       0.8.11claws157
2865
2866         * po/POTFILES.in
2867                 remove non-existant entries
2868         
2869         * src/plugins/clamav/clamav_plugin.c
2870           src/plugins/clamav/clamav_plugin_gtk.c
2871           src/plugins/dillo_viewer/dillo_prefs.c
2872           src/plugins/dillo_viewer/dillo_viewer.c
2873                 gettextise
2874
2875 2003-05-16 [christoph]  0.8.11claws156
2876
2877         * po/POTFILES.in
2878                 include plugin .c files for translation until I
2879                 find a better solution to have plugins have their
2880                 own textdomain
2881         * src/plugins/demo/demo.c
2882         * src/plugins/image_viewer/plugin.c
2883         * src/plugins/mathml_viewer/mathml_viewer.c
2884         * src/plugins/spamassassin/spamassassin.c
2885         * src/plugins/spamassassin/spamassassin_gtk.c
2886         * src/plugins/trayicon/trayicon.c
2887                 add gettext macros for plugin name and description
2888
2889 2003-05-16 [paul]
2890
2891         * sync with 0.9.0
2892
2893 2003-05-16 [paul]       0.8.11claws155
2894
2895         * sync with lastest 0.9.0pre1
2896                 see ChangeLog 2003-05-16
2897
2898 2003-05-15 [paul]       0.8.11claws154
2899
2900         * sync with latest 0.9.0pre1
2901                 see ChangeLog 2003-05-14 and 2003-05-15
2902
2903 2003-05-14 [christoph]  0.8.11claws153
2904
2905         * src/plugins/image_viewer/viewer.c
2906         * src/plugins/image_viewer/viewer.glade         ** NEW **
2907         * src/plugins/image_viewer/viewerprefs.c
2908                 make it possible to disable the autoload function in the
2909                 imageviewer again
2910
2911 2003-05-14 [christoph]  0.8.11claws152
2912
2913         * src/folder.c
2914                 fix folder update after adding a message
2915
2916 2003-05-13 [alfons]     0.8.11claws151
2917
2918         * src/common/session.c
2919                 remove debug traces
2920                 
2921         * src/addrcache.[ch]
2922         * src/filtering.[ch]
2923         * src/folder.[c]
2924         * src/gtkaspell.[ch]
2925         * src/imap.[ch]
2926         * src/mbox_folder.[ch]
2927         * src/mh.[ch]
2928         * src/mimeview.h
2929         * src/msgcache.[ch]
2930         * src/news.[ch]
2931         * src/passphrase.[ch]
2932         * src/prefs_common.[ch]
2933         * src/prefs_gtk.[ch]
2934         * src/procmsg.c
2935         * src/scoring.[ch]
2936                 be pedantic; (in prototypes () implies (int))
2937
2938 2003-05-13 [alfons]     0.8.11claws150
2939
2940         * src/prefs_toolbar.[ch]
2941         * src/summaryview.[ch]
2942         * src/toolbar.[ch]
2943                 change misleading text in toolbar prefs;
2944                 add toolbar action for ignore thread (toggles ignore thread flag);
2945                 clean up a little bit;
2946
2947 2003-05-12 [paul]
2948
2949         * tools/convert_mbox.pl
2950                 bug fixed by Fred Marton
2951
2952 2003-05-12 [paul]
2953
2954         * sync with 0.9.0pre1
2955
2956 2003-05-09 [paul]       0.8.11claws149
2957
2958         * sync with 0.8.11cvs43
2959                 see ChangeLog 2003-05-09
2960
2961 2003-05-08 [christoph]  0.8.11claws148
2962
2963         * src/imap.[ch]
2964                 o use CAPABILIY as first command and check for PREAUTH
2965                   information in the response to it
2966                 o rewrite all imap_cmd_* functions to use an IMAPSession
2967                   instead of a SockInfo as parameter
2968                 o do STARTTLS after fetching and checking the server
2969                   capabilities
2970
2971 2003-05-08 [paul]       0.8.11claws147
2972
2973         * tools/Makefile.am
2974           tools/README
2975           tools/convert_mbox.pl         ** NEW FILE **
2976                 add mbox conversion script. Submitted by 
2977                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2978
2979 2003-05-07 [christoph]
2980
2981         * doc-src/glade.txt
2982         * src/gtk/pluginwindow.glade
2983         * src/plugins/image_viewer/viewerprefs.glade
2984         * src/plugins/spamassassin/spamassassin_gtk.glade
2985                 add glade files for user interfaces and a description how
2986                 to use glade to create the sylpheed code
2987
2988 2003-05-07 [paul]       0.8.11claws146
2989
2990         * sync with 0.8.11cvs41
2991                 see ChangeLog 2003-05-07
2992
2993 2003-05-06 [christoph]  0.8.11claws145
2994
2995         * src/main.c
2996         * src/plugins/image_viewer/viewer.c
2997                 fix usage of imlib in imageviewer plugin
2998
2999         * src/gtk/prefswindow.c
3000                 handle window close event correctly
3001
3002 2003-05-06 [paul]       0.8.11claws144
3003
3004         * src/common/ssl.c
3005                 fix typo introduced in sync
3006
3007 2003-05-06 [paul]       0.8.11claws143
3008
3009         * sync with 0.8.11cvs39
3010                 see ChangeLog 2003-05-06
3011
3012 2003-05-06 [paul]       0.8.11claws142
3013
3014         * AUTHORS
3015           po/cs.po
3016                 updated Czech translation, submitted by 
3017                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3018                 
3019         * src/plugins/clamav/clamav_plugin_gtk.c
3020                 clean up
3021
3022 2003-05-03 [alfons]     0.8.11claws141
3023
3024         * src/compose.[ch]
3025                 make paste as quotation work even when the call to 
3026                 text_inserted() was deferred (fixes bug #140 "Paste 
3027                 as quotation does not work when using "external" 
3028                 clipboard")
3029
3030 2003-05-03 [thorsten]   0.8.11claws140
3031
3032         * src/addrquery.h
3033           src/ldapquery.h
3034           src/mainwindow.c
3035                 removed C++ comments
3036         * src/addr_compl.c
3037                 function with non-int retval/param used before
3038                 implementation/declaration
3039
3040 2003-05-02 [paul]       0.8.11claws139
3041
3042         * src/addr_compl.[ch]
3043           src/addressbook.[ch]
3044           src/addrindex.c
3045           src/summaryview.c
3046                 revert match's changes to (finally) remove the bug where
3047                 opening a folder causes massive slowdown when using the 
3048                 'Display sender using address book' option
3049
3050 2003-05-01 [melvin]     0.8.11claws138
3051
3052         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3053         * src/plugins/dillo_viewer/dillo_viewer.c
3054                 Fixed bug where "Cancel" button from prefs issued
3055                 warnings.
3056                 Comply a little more to coding style
3057
3058 2003-05-01 [paul]       0.8.11claws137
3059
3060         * sync with 0.8.11cvs38
3061                 see ChangeLog 2003-05-01
3062
3063 2003-05-01 [paul]       0.8.11claws136
3064
3065         * po/bg.po
3066                 updated by George Danchev
3067
3068 2003-04-30 [christoph]  0.8.11claws135
3069
3070         * src/plugins/dillo_viewer/dillo_prefs.c
3071         * src/plugins/image_viewer/viewerprefs.c
3072         * src/plugins/spamassassin/spamassassin_gtk.c
3073                 remove gtk_widget_ref() calls for widgets in
3074                 glade code
3075
3076 2003-04-30 [paul]       0.8.11claws134
3077
3078         * src/addrindex.c
3079                 ok, this time a better fix for the bug where opening folder
3080                 has massive slowdown when using the 'Display sender using 
3081                 address book' option
3082
3083 2003-04-30 [paul]       0.8.11claws133
3084
3085         * src/addrindex.c
3086                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3087         
3088 2003-04-30 [melvin]     0.8.11claws132
3089
3090         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3091
3092         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3093                 Preferences for the dillo plugin
3094         * src/plugins/dillo_viewer/dillo_viewer.c
3095                 Support for preferences
3096         * src/plugins/dillo_viewer/Makefile.am
3097                 Added dillo_prefs.[ch]
3098
3099 2003-04-30 [alfons]     0.8.11claws131
3100
3101         * src/common/plugin.[ch]
3102                 see? this ANSI C'fication immediately gives us type
3103                 checking for free.
3104
3105 2003-04-30 [alfons]     0.8.11claws130
3106
3107         * src/common/plugin.[ch]
3108         * src/plugins/clamav/clamav_plugin.[ch]
3109         * src/plugins/clamav/clamav_plugin_gtk.c
3110         * src/plugins/demo/demo.c
3111         * src/plugins/dillo_viewer/dillo_viewer.c
3112         * src/plugins/image_viewer/plugin.c
3113         * src/plugins/image_viewer/viewer.[ch]
3114         * src/plugins/image_viewer/viewerprefs.[ch]
3115         * src/plugins/mathml_viewer/mathml_viewer.c
3116         * src/plugins/spamassassin/spamassassin.[ch]
3117         * src/plugins/spamassassin/spamassassin_gtk.c
3118         * src/plugins/trayicon/trayicon.c
3119                 clean up
3120
3121 2003-04-30 [alfons]     0.8.11claws129
3122
3123         * src/common/utils.c
3124                 make is_ascii_str() fail gracefully when NULL pointer
3125                 is passed
3126
3127 2003-04-30 [paul]       0.8.11claws128
3128
3129         * src/addrindex.c
3130                 fix bug where opening folder has massive slowdown when
3131                 using the 'Display sender using address book' option
3132
3133 2003-04-30 [paul]       0.8.11claws127
3134
3135         * src/plugins/clamav/clamav_plugin.c
3136           src/plugins/clamav/clamav_plugin_gtk.c
3137           src/plugins/demo/demo.c
3138           src/plugins/dillo_viewer/dillo_viewer.c
3139           src/plugins/image_viewer/plugin.c
3140           src/plugins/mathml_viewer/mathml_viewer.c
3141           src/plugins/spamassassin/spamassassin.c
3142           src/plugins/spamassassin/spamassassin_gtk.c
3143           src/plugins/trayicon/trayicon.c
3144                 get rid of eye-hurting function signatures
3145
3146 2003-04-30 [paul]       0.8.11claws126
3147
3148         * src/plugins/trayicon/trayicon.c
3149                 add description
3150                 
3151         * src/mimeview.c
3152                 be more descriptive
3153
3154 2003-04-30 [paul]       0.8.11claws125
3155
3156         * configure.ac
3157                 arrange the plugins in reverse alphabetical order
3158                 
3159         * src/plugins/clamav/clamav_plugin.[ch]
3160           src/plugins/clamav/clamav_plugin_gtk.c
3161                 rename some params
3162                 resize max_size window
3163                 re-arrange the order of some gui elements
3164                 improve descriptions
3165         
3166         * src/plugins/image_viewer/plugin.c
3167           src/plugins/mathml_viewer/mathml_viewer.c
3168                 add descriptions
3169                 
3170         * src/plugins/spamassassin/spamassassin_gtk.c
3171                 resize max_size window
3172                 re-arrange the order of some gui elements
3173                 
3174         * src/messageview.c
3175           src/mimeview.c
3176                 correct typos
3177
3178 2003-04-30 [alfons]     0.8.11claws124
3179
3180         * src/imap.c
3181                 fix a leak found while browsing Martin Kluge's 
3182                 valgrind log (Claws only)
3183
3184 2003-04-29 [darko]      0.8.11claws123
3185
3186         * src/gtk/gtkstext.h
3187                 include wchar.h if it is available, fixes compilation
3188                 on HP-UX systems
3189
3190 2003-04-29 [melvin]     0.8.11claws122
3191
3192         * src/prefs_actions.c
3193                 Improved help text of Actions' syntax
3194
3195 2003-04-28 [paul]       0.8.11claws121
3196
3197         * src/action.c
3198                 a better fix for the crash when performing an action
3199                 on a mime part
3200
3201 2003-04-28 [paul]       0.8.11claws120
3202
3203         * src/action.c
3204                 fix crash when performing an action on a
3205                 mime part
3206
3207 2003-04-28 [paul]       0.8.11claws119
3208
3209         * sync with 0.8.11cvs36
3210                 see ChangeLog 2003-04-28
3211
3212 2003-04-27 [paul]       0.8.11claws118
3213
3214         * more sync with 0.8.11cvs35
3215                 see ChangeLog 2003-04-25
3216
3217 2003-04-26 [christoph]  0.8.11claws117
3218
3219         * src/folder.c
3220                 fix remove virtual check
3221
3222 2003-04-26 [paul]       0.8.11claws116
3223
3224         * src/messageview.c
3225                 fix return-receipt, make it work again
3226
3227 2003-04-26 [paul]       0.8.11claws115
3228
3229         * src/mimeview.c
3230                 restore double-clicking of the [application/pgp-signature 
3231                 (Select "Check signature" to check)] line in the message view,
3232                 broken in recent sync
3233
3234 2003-04-26 [christoph]  0.8.11claws114
3235
3236         * src/folder.c
3237                 check if remove virtual really exists before
3238                 calling the function
3239
3240 2003-04-25 [match]      0.8.11claws113
3241
3242         * src/addrindex.c
3243         * src/addrbook.c
3244         * src/ldapquery.[ch]
3245         * src/ldapctrl.[ch]
3246                 fix memleak.
3247         * src/ldapserver.[ch]
3248                 fix memleak. fix segfault.
3249                 plug a Claws memleak
3250
3251 2003-04-25 [alfons]     0.8.11claws112
3252
3253         * src/folder.c
3254                 plug a Claws memleak
3255
3256 2003-04-25 [alfons]     0.8.11claws111
3257
3258         * src/common/session.c
3259                 plug a memleak
3260
3261 2003-04-25 [paul]       0.8.11claws110
3262
3263         * sync with 0.8.11cvs35
3264                 see ChangeLog 2003-04-24 and 2003-04-25
3265                 
3266         * src/gtk/pluginwindow.c
3267                 correct another strange float value
3268
3269 2003-04-24 [christoph]  0.8.11claws109
3270
3271         * src/folder.c
3272                 freeze folder item updates when unsetting new flags
3273
3274         * src/gtk/pluginwindow.c
3275                 correct strange float value
3276
3277 2003-04-23 [paul]       0.8.11claws108
3278
3279         * sync with 0.8.11cvs33
3280                 see ChangeLog 2003-04-23
3281
3282 2003-04-22 [paul]       0.8.11claws107
3283
3284         * src/Makefile.am
3285           src/messageview.c
3286           src/mimeview.c
3287           src/pgptext.[ch]      ** REMOVED **
3288                 remove pgptext.[ch] as its not used any more
3289
3290 2003-04-22 [paul]       0.8.11claws106
3291
3292         * sync with 0.8.11cvs31
3293                 see ChangeLog 2003-04-21 and 2003-04-22
3294
3295 2003-04-21 [alfons]     0.8.11claws105
3296
3297         * src/main.c
3298                 No access to GTK structures if we're a spawned child
3299                 (and clean up code a little bit...) Should fix #126.
3300
3301 2003-04-21 [melvin]     0.8.11claws104
3302
3303         * src/plugins/dillo_viewer/README
3304                 Improved slightly the text.
3305
3306 2003-04-21 [melvin]     0.8.11claws103
3307
3308         * src/plugins/dillo_viewer/README *** NEW ***
3309                 Added a README file for the Dillo plugin
3310
3311 2003-04-20 [paul]
3312
3313         * tools/README
3314           tools/outlook2sylpheed.pl
3315                 updated and improved by Ricardo Mones Lastra
3316
3317 2003-04-18 [oliver]     0.8.11claws102
3318
3319         * src/inc.c 
3320         * src/prefs_account.h
3321                 remove Pop3SessionType (used by selective download)
3322         * src/prefs_toolbar.c
3323                 enable set Default Toolbar button
3324
3325 2003-04-18 [paul]       0.8.11claws101
3326
3327         * sync with 0.8.11cvs29
3328                 see ChangeLog 2003-04-18
3329
3330 2003-04-17 [paul]       0.8.11claws100
3331
3332         * src/prefs_common.[ch]
3333           src/summaryview.c
3334                 remove 'Open next message on deletion' option,
3335                 as the same effect can now be achieved via the
3336                 'Always open messages in summary when selected'
3337                 option.
3338
3339 2003-04-17 [paul]       0.8.11claws99
3340
3341         * sync with 0.8.11cvs28
3342                 see ChangeLog 2003-04-17
3343
3344 2003-04-17 [christoph]  0.8.11claws98
3345
3346         * ac/spamassassin.m4
3347         * src/plugins/spamassassin/libspamc.[ch]
3348         * src/plugins/spamassassin/utils.[ch]
3349                 sync libspamc with SpamAssassin project
3350
3351 2003-04-17 [christoph]  0.8.11claws97
3352
3353         * src/common/socket.h
3354         * src/gtk/sslcertwindow.h
3355                 rename old USE_SSL to USE_OPENSSL
3356
3357 2003-04-17 [paul]       0.8.11claws96
3358
3359         * src/prefs_common.h
3360                 use gulong for P_COLOR so that it compiles/runs on
3361                 64-bit systems. Patch submitted by James Noyes
3362                 <jnoyes-claws@retrogeeks.com>
3363                 
3364         * po/de.po
3365                 updated by Jens
3366
3367 2003-04-17 [paul]       0.8.11claws95
3368
3369         * sync with 0.8.11cvs27
3370                 see ChangeLog 2003-04-16
3371
3372 2003-04-15 [paul]       0.8.11claws94
3373
3374         * src/prefs_common.[ch]
3375                 rearrange to stop the window getting too long:
3376                         move Receive dialog stuff to Receive tab
3377                         move Send dialog to Send tab
3378                         remove Dialogs frame
3379                 rename 'Open messages in summary with cursor keys' to
3380                 'Always open messages in summary when selected', as its
3381                 more appropriate
3382
3383 2003-04-15 [paul]       0.8.11claws93
3384
3385         * src/prefs_common.[ch]
3386           src/summaryview.c
3387                 add new option '/Interface/Open next message on deletion'
3388
3389 2003-04-15 [paul]       0.8.11claws92
3390
3391         * src/summaryview.[ch]
3392                 add /Mark/Lock and /Mark/Unlock to the pop-up
3393                 menu. Patch submitted by Ivan Francolin Martinez
3394                 <ivanfm@users.sourceforge.net>
3395
3396 2003-04-15 [paul]       0.8.11claws91
3397
3398         * sync with 0.8.11cvs24
3399                 see ChangeLog 2003-04-15
3400
3401 2003-04-14 [jens]       0.8.11claws90
3402
3403         * updated German translation and some corrections from
3404                 Roland Bless <bless@tm.uka.de>
3405
3406 2003-04-14 [paul]       0.8.11claws89
3407
3408         * sync with 0.8.11cvs22
3409                 see ChangeLog 2003-04-14
3410
3411 2003-04-13 [paul]       0.8.11claws88
3412
3413         * src/plugins/clamav/clamav_plugin.c
3414                 fix memory leaks
3415                 clean up
3416
3417 2003-04-12 [paul]       0.8.11claws87
3418
3419         * src/plugins/clamav/clamav_plugin.c
3420                 activate enable/disable archive scanning option
3421                 
3422         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3423
3424 2003-04-12 [paul]       0.8.11claws86
3425
3426         * src/plugins/Makefile.am
3427           src/plugins/clamav/Makefile.am                ** NEW FILE **
3428           src/plugins/clamav/README                     ** NEW FILE ** 
3429           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3430           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3431                 add Clam AntiVirus plugin
3432
3433 2003-04-12 [paul]       0.8.11claws85
3434
3435         * sync with 0.8.11cvs21
3436                 see ChangeLog 2003-04-11
3437
3438 2003-04-11 [paul]       0.8.11claws84
3439
3440         * po/es.po
3441                 update Spanish translation. Submitted by Ricardo
3442                 Mones Lastra.
3443
3444 2003-04-10 [christoph]  0.8.11claws83
3445
3446         * src/mbox.c
3447                 fix typo that did not move unfiltered mails to destination
3448                 folder
3449
3450         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3451          when filtering from spool)
3452
3453 2003-04-10 [christoph]  0.8.11claws82
3454
3455         * src/imap.c
3456                 use BODY.PEEK instead of BODY in in message fetch operation
3457                 to make sure the IMAP server does not set the \Seen flag for
3458                 messages. Sylpheed does that later itself, when the message
3459                 is opened in sylpheed
3460
3461         (closes Bug 111 Claws destroys unread marks)
3462
3463 2003-04-09 [oliver]     0.8.11claws81
3464         
3465         * src/folder.c
3466                 fix crash in folder_destroy
3467         * README.claws
3468                 remove selective download
3469
3470 2003-04-09 [christoph]  0.8.11claws80
3471
3472         * src/imap.c
3473                 fix crash in imap_get_msginfo() when then fetched message
3474                 is not found
3475
3476         (closes Bug 110 Crash during mail composition)
3477
3478 2003-04-08 [christoph]  0.8.11claws79
3479
3480         * src/folder.c
3481         * src/prefs_account.c
3482                 Filter new messages that are found in an INBOX folder
3483                 when 'Filter messages on receiving' is enabled in the
3484                 Folder's AccountPrefs. This allows to use Sylpheed's
3485                 filtering engine for IMAP folders where messages are
3486                 added to the INBOX by a MTA
3487
3488 2003-04-08 [paul]       0.8.11claws78
3489
3490         * src/procmsg.h
3491                 clean up after last commit
3492
3493 2003-04-08 [paul]       0.8.11claws77
3494
3495         * sync with 0.8.11cvs20
3496                 see ChangeLog 2003-04-07 and 2003-04-08
3497
3498 2003-04-07 [christoph]  0.8.11claws76
3499
3500         * src/filtering.[ch]
3501         * src/inc.[ch]
3502         * src/mbox.c
3503         * src/procmsg.[ch]
3504                 add procmsg_msginfo_filter() to execute filtering actions
3505
3506 2003-04-06 [christoph]  0.8.11claws75
3507
3508         * src/imap.c
3509                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3510
3511 2003-04-06 [christoph]  0.8.11claws74
3512
3513         * src/common/utils.[ch]
3514                 add g_int_compare() function for slist sorting
3515
3516         * src/imap.c
3517                 fetch all MsgInfos with one command in imap_get_msginfos()
3518                 using an imap set with a list of ranges
3519
3520         * src/news.c
3521                 use new g_int_compare() function
3522
3523 2003-04-06 [thorsten]   0.8.11claws73
3524
3525         * src/mh.c
3526                 corrected implementation of mh_folder_destroy()
3527
3528 2003-04-05 [christoph]  0.8.11claws72
3529
3530         * src/account.c
3531         * src/folder.[ch]
3532         * src/folderview.c
3533         * src/imap.c
3534         * src/inc.c
3535         * src/main.c
3536         * src/mainwindow.c
3537         * src/mbox_folder.c
3538         * src/mh.c
3539         * src/mimeview.h
3540         * src/msgcache.[ch]
3541         * src/news.c
3542         * src/procmime.h
3543         * src/procmsg.[ch]
3544         * src/setup.c
3545         * src/gtk/gtkutils.c
3546                 o rename structure field names class and new to klass and
3547                   new_msgs, to allow including files in C++
3548                 o add 'extern "C"' block to some header files
3549                 o add MsgInfoList and MsgNumberList as alias for GSList for
3550                   developers to know what type of list is expected
3551
3552         * src/plugins/image_viewer/plugin.c
3553         * src/plugins/image_viewer/viewer.[ch]
3554         * src/plugins/image_viewer/viewerprefs.[ch]
3555                 rename function names to prevent conflicts
3556
3557 2003-04-05 [paul]       0.8.11claws71
3558
3559         * sync with 0.8.11cvs18
3560                 see ChangeLog 2003-04-03 and 2003-04-04
3561
3562 2003-04-02 [christoph]  0.8.11claws70
3563
3564         * src/folder.[ch]
3565         * src/imap.[ch]
3566         * src/mbox_folder.[ch]
3567         * src/mh.[ch]
3568         * src/news.[ch]
3569                 o Make all virtual folder functions private
3570                 o remove unused folder code
3571
3572         * src/common/socket.[ch]
3573         * src/summaryview.c
3574                 fix warnings
3575
3576 2003-03-30 [alfons]     0.8.11claws69
3577
3578         * src/send_message.c
3579                 remove two debug traces and see if people still report
3580                 errors
3581
3582 2003-03-30 [alfons]     0.8.11claws68
3583
3584         * src/send_message.c
3585         * src/commons/session.c
3586                 add more debug traces
3587
3588 2003-03-30 [christoph]  0.8.11claws67
3589
3590         * src/folder.c
3591                 change processing folder name from .processing to processing
3592
3593         * src/common/ssl.c
3594                 disable SSL certificate check because it causes Xlib error
3595                 when the child process want's to open an GTK window
3596
3597 2003-03-30 [christoph]  0.8.11claws66
3598
3599         * src/folder.c
3600                 don't use default folder for processing folder item because
3601                 it can be a non local folder
3602
3603         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3604
3605 2003-03-30 [alfons]     0.8.11claws65
3606
3607         * src/send_message.c
3608                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3609                 to generate bad code for 'send_send_data_progressive': When
3610                 called from 'send_send_data_finished', the 'data' pointer is
3611                 cleared just before the assignment to the dialog pointer
3612
3613 2003-03-29 [christoph]  0.8.11claws64
3614
3615         * src/common/prefs.h
3616         * src/plugins/image_viewer/Makefile.am
3617         * src/plugins/image_viewer/plugin.c
3618         * src/plugins/image_viewer/viewer.[ch]
3619         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3620                 add PrefsPage for ImageViewer
3621
3622 2003-03-28 [thorsten]   0.8.11claws63
3623
3624         * src/common/session.c
3625                 added some comments
3626
3627 2003-03-28 [paul]       0.8.11claws62
3628
3629         * sync with 0.8.11cvs16
3630                 see ChangeLog 2003-03-28
3631
3632 2003-03-28 [paul]       0.8.11claws61
3633
3634         * sync with 0.8.11cvs15
3635                 see ChangeLog 2003-03-28
3636
3637 2003-03-27 [christoph]  0.8.11claws60
3638
3639         * src/folder.c
3640         * src/imap.c
3641         * src/common/socket.[ch]
3642                 set socket state to DISCONNECTED when any operation
3643                 fails to allow reconnecting in IMAP code without
3644                 checking the return code of all calls to the command
3645                 functions
3646
3647         * src/folderview.c
3648         * src/summaryview.c
3649                 remove some more stuff that depends on specific
3650                 folder types
3651
3652 2003-03-27 [paul]       0.8.11claws59
3653
3654         * sync with 0.8.11cvs14
3655                 see ChangeLog 2003-03-27
3656                 
3657         * src/selective_download.[ch]   ** REMOVED **
3658                 really removed
3659
3660 2003-03-27 [christoph]  0.8.11claws58
3661
3662         * src/folder.c
3663                 fix handling of tmp_flags in flag copy function
3664
3665 2003-03-27 [paul]       0.8.11claws57
3666
3667         * sync with 0.8.11cvs13
3668                 see ChangeLog 2003-03-27
3669
3670 2003-03-27 [oliver]     0.8.11claws56
3671
3672         * src/maiwindow.c
3673                 remove sel_download_cb
3674
3675 2003-03-27 [oliver]     0.8.11claws55
3676         
3677         * src/inc.c
3678                 remove POP3_TOP
3679         
3680 2003-03-26 [oliver]     0.8.11claws54
3681
3682         *src/pop.h
3683                 remove POP3_TOP*
3684         * README.claws
3685                 remove selective donwload readme
3686
3687 2003-03-26 [oliver]     0.8.11claws53
3688         * src/matcher.[ch]
3689         * src/matcher_parser_parse.y 
3690         * src/pop.c 
3691         * src/prefs_account.[ch]
3692         * src/prefs_filtering.c
3693                 remove selective donwload
3694
3695 2003-03-26 [oliver]     0.8.11claws52
3696
3697         * src/inc.[ch] 
3698         * src/filtering.c 
3699         * src/mainwindow.c 
3700                 remove selective donwload
3701
3702 2003-03-26 [oliver]     0.8.11claws51
3703         
3704         * src/Makefile.am
3705         * src/selective_download.[ch]   ** REMOVE **    
3706
3707 2003-03-26 [christoph]  0.8.11claws50
3708
3709         * src/news.c
3710                 fix NEWS that got broken by a sync with sylpheed-main
3711
3712 2003-03-26 [christoph]  0.8.11claws49
3713
3714         * src/mimeview.c
3715                 fix mime type guessing when no mime type is found for a file
3716
3717 2003-03-25 [christoph]  0.8.11claws48
3718
3719         * src/mimeview.c
3720         * src/procmime.c
3721                 remove mime type guessing from mime parser and use
3722                 name based mime types in viewer lookup for mime type
3723                 application/octet-stream
3724
3725 2003-03-25 [christoph]  0.8.11claws47
3726
3727         * doc-src/readme.txt
3728         * doc-src/rfc2554.txt
3729                 add RFC about SMTP AUTH
3730
3731         * src/send_message.c
3732         * src/common/smtp.[ch]
3733                 add extra error code for authentication errors and
3734                 clear temporary password when this error occurs
3735
3736         (closes Bug 84 authentication failure while sending should
3737          prompt for password again)
3738
3739 2003-03-25 [christoph]  0.8.11claws46
3740
3741         * configure.ac
3742         * src/Makefile.am
3743         * src/imageview.[ch]                            ** REMOVE **
3744         * src/messageview.[ch]
3745         * src/mimeview.[ch]
3746         * src/prefs_common.[ch]
3747         * src/textview.c
3748         * src/plugins/Makefile.am
3749         * src/plugins/image_viewer/.cvsignore           ** NEW **
3750         * src/plugins/image_viewer/Makefile.am          ** NEW **
3751         * src/plugins/image_viewer/plugin.c             ** NEW **
3752         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3753                 move image viewer into a plugin (building is enabled by default)
3754                 [ToDo: Prefs for resize and autoview]
3755
3756 2003-03-25 [paul]       0.8.11claws45
3757
3758         * sync with 0.8.11cvs12
3759                 see ChangeLog 2003-03-26
3760
3761 2003-03-25 [paul]       0.8.11claws44
3762
3763         * sync with 0.8.11cvs11
3764                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3765                 
3766         Note: Selective Download is broken.
3767                 
3768 2003-03-22 [christoph]  0.8.11claws43
3769
3770         * src/folder.c
3771                 code cleanup for flags copying
3772
3773 2003-03-22 [christoph]  0.8.11claws42
3774
3775         * src/plugins/trayicon/trayicon.c
3776                 fix setting the transparent area when the window size
3777                 is forced by the system tray
3778
3779 2003-03-22 [christoph]  0.8.11claws41
3780
3781         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3782         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3783         * src/plugins/trayicon/newmail.xpm              ** NEW **
3784         * src/plugins/trayicon/nomail.xpm               ** NEW **
3785         * src/plugins/trayicon/trayicon.c
3786         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3787                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3788                 o add icon for unread mails
3789                 o set transparency for window
3790
3791 2003-03-22 [christoph]  0.8.11claws40
3792
3793         * src/news.c
3794                 init news session to prevent crash when session is closed
3795
3796 2003-03-22 [christoph]  0.8.11claws39
3797
3798         * src/imap.c
3799         * src/common/session.[ch]
3800                 Init session data to make sure we don't have invalid pointers
3801                 for read_ch and write_ch when new multi process sessions are
3802                 not used
3803
3804         * src/main.c
3805         * src/common/plugin.c
3806         * src/common/sylpheed.c
3807         * src/plugins/demo/demo.c
3808         * src/plugins/dillo_viewer/dillo_viewer.c
3809         * src/plugins/mathml_viewer/mathml_viewer.c
3810         * src/plugins/spamassassin/spamassassin.c
3811         * src/plugins/spamassassin/spamassassin_gtk.c
3812                 add plugin types to allow loading plugins at different times
3813                 (and maybe for different frontends), because it's not good to
3814                 load GTK-Plugins gefore gtk_init was called
3815
3816         * configure.ac
3817         * src/plugins/Makefile.am
3818         * src/plugins/trayicon/.cvsignore               ** NEW **
3819         * src/plugins/trayicon/Makefile.am              ** NEW **
3820         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3821         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3822         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3823         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3824         * src/plugins/trayicon/trayicon.c               ** NEW **
3825                 New Trayicon plugin that shows an icon in a systray that uses
3826                 XEMBED protocol like Gnome's systray. Icon shows if there
3827                 are new mails and a tooltip shows information about new,
3828                 unread and total messages.
3829
3830 2003-03-22 [paul]       0.8.11claws38
3831
3832         * src/common/smtp.c
3833                 fix ESMTP AUTH CRAM-MD5
3834                 [sync with main (still version 0.8.11cvs6), see
3835                  ChangeLog 2003-03-22]
3836
3837 2003-03-21 [colin]      0.8.11claws37
3838
3839         * src/send_message.c
3840                 Fix USE_SSL => USE_OPENSSL
3841
3842 2003-03-21 [colin]      0.8.11claws36
3843
3844         * src/folderview.c
3845                 Fix counts in drag and dropped subfolders
3846
3847 2003-03-21 [colin]      0.8.11claws35
3848
3849         * src/folder.c 
3850         * src/folderview.c
3851                 speed up a bit folder dnd
3852
3853 2003-03-20 [alfons]     0.8.11claws34
3854
3855         * src/main.c
3856         * src/toolbar.c
3857         * src/procmsg.c
3858                 don't send locked queue messages
3859                 (feature request "[ 705245 ] Locking message in outbox 
3860                  should prevent sending")
3861
3862 2003-03-20 [christoph]  0.8.11claws33
3863
3864         * src/folder.c
3865                 remove NEW and UNREAD flag in special folders when scanning
3866                 
3867         * src/common/smtp.c
3868                 fix ESMTP AUTH CRAM-MD5
3869
3870 2003-03-20 [paul]       0.8.11claws32
3871
3872         * src/prefs_account.c
3873                 Re-write 'Tunnel command to open connection' as
3874                 'Use command to communicate with server', and disable
3875                 it for all except IMAP accounts
3876
3877 2003-03-20 [paul]       0.8.11claws31
3878
3879         * sync with 0.8.11cvs6
3880                 see ChangeLog 2003-03-20
3881
3882 2003-03-19 [match]      0.8.11claws30
3883
3884         * src/addritem.[ch]
3885                 include documentation. minor refactoring.
3886         * src/addr_compl.[ch]
3887         * src/addrindex.[ch]
3888         * src/addresbook.[ch]
3889         * src/summaryview.c
3890                 re-enable address lookup (was disabled in
3891                 0.8.11claws20).
3892
3893 2003-03-19 [christoph]  0.8.11claws29
3894
3895         * src/procmsg.c
3896                 add temp flag handling, will make moving and copying
3897                 messages possible again
3898
3899         * src/folder.c
3900                 correct calulation of folder stats
3901
3902 2003-03-18 [match]      0.8.11claws28
3903
3904         * src/editgroup.h
3905                 remove case sensitive comparison (closes bug 80).
3906
3907 2003-03-18 [christoph]  0.8.11claws27
3908
3909         * src/imap.c
3910                 fix imap using a tunnel command
3911
3912         (closes bug 87)
3913
3914 2003-03-18 [christoph]  0.8.11claws26
3915
3916         * src/folder.[ch]
3917         * src/imap.c
3918         * src/procmsg.[ch]
3919                 rewrite flag handling for folders
3920
3921 2003-03-18 [christoph]  0.8.11claws25
3922
3923         * src/folder.c
3924         * src/procmsg.c
3925         * src/summaryview.c
3926                 unset NEW and UNREAD flags when message is ignored, to make
3927                 sure messages don't show up as unread on other IMAP clients,
3928                 because the IGNORE_THREAD flag can not be syncronized through
3929                 the IMAP folder
3930
3931 2003-03-17 [christoph]  0.8.11claws24
3932
3933         * src/imap.c
3934                 don't use recursion to fetch uids when the number of messages
3935                 does not match. Moved code into subfunction that is used
3936                 again when needed, to prevent an endless loop.
3937
3938 2003-03-17 [thorsten]   0.8.11claws23
3939
3940         * src/imageview.[ch]
3941                 export imageview_get_resized_size() (for plugins)
3942         * src/prefs_common.[ch]
3943                 added prefs_common_get() (for plugins)
3944
3945 2003-03-17 [christoph]  0.8.11claws22
3946
3947         * src/imap.c
3948                 o remove UID guessing from copy code
3949                 o support UIDPLUS extension for APPEND command
3950
3951 2003-03-17 [paul]       0.8.11claws21
3952
3953         * src/gtk/about.c
3954                 remove 'Compiled-plugins' section.
3955                 
3956         * src/plugins/dillo_viewer/dillo_viewer.c
3957                 slight change to description text
3958
3959 2003-03-16 [match]      0.8.11claws20
3960         * src/ldapserver.[ch]           ** NEW **
3961         * src/ldapctrl.[ch]             ** NEW **
3962         * src/ldapquery.[ch]            ** NEW **
3963         * src/ldaputil.[ch]             ** NEW **
3964         * src/addrcindex.[ch]           ** NEW **
3965         * src/addrquery.h               ** NEW **
3966         * src/addritem.[ch]
3967         * src/addrcache.[ch]
3968         * src/addrindex.[ch]
3969         * src/addr_compl.[ch]
3970         * src/addressbook.[ch]
3971         * src/addrbook.[ch]
3972         * src/editgroup.c
3973         * src/editaddress.c
3974         * src/editldap.c
3975         * src/editldap_basedn.c
3976         * src/vcard.c
3977         * src/jpilot.c
3978         * src/Makefile.am
3979                 included dynamic LDAP queries. improved address
3980                 completion.
3981
3982 2003-03-16 [paul]       0.8.11claws19
3983
3984         * tools/multiwebsearch.pl
3985                 fix a fatal typo
3986
3987 2003-03-16 [christoph]  0.8.11claws18
3988
3989         * src/mimeview.c
3990         * src/plugins/dillo_viewer/dillo_viewer.c
3991         * src/plugins/mathml_viewer/mathml_viewer.c
3992                 make unregistering of MimeViewerFactorys possible
3993
3994 2003-03-16 [alfons]     0.8.11claws17
3995
3996         * configure.ac
3997                 correct typo
3998
3999 2003-03-16 [melvin]     0.8.11claws16
4000
4001         * src/plugins/dillo_viewer.c
4002                 Fixed bug where it was not possible to view more than
4003                 one text/html attachment per message (bug discovered
4004                 by Christoph Hohmann).
4005
4006 2003-03-15 [melvin]     0.8.11claws15
4007
4008         * src/prefs_actions.c
4009                 Fixed compilation warnings.
4010
4011 2003-03-15 [melvin]     0.8.11claws14
4012
4013         * src/plugins/Makefile.am
4014         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4015         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4016         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4017                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4018                 newer (http://dillo.auriga.wearlab.de/).
4019
4020 2003-03-15 [christoph]  0.8.11claws13
4021
4022         * src/imap.c
4023                 don't query imap folder for attributes because we already
4024                 for them from imap_status
4025
4026         * src/mimeview.[ch]
4027                 add support for plugable MimeViewers (unloading Viewers
4028                 not yet complete)
4029
4030         * src/plugins/Makefile.am
4031         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4032         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4033         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4034                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4035                 widget from http://helm.cs.unibo.it/mml-widget/
4036
4037 2003-03-14 [christoph]  0.8.11claws12
4038
4039         * src/folder.[ch]
4040                 o error return code's should better be negative
4041                 o replace printf with debug_print
4042
4043         * src/imap.c
4044                 improve IMAP folder scan by checking UID-NEXT
4045
4046         * src/summaryview.c
4047                 remove check that are unnecessary in my opinion
4048
4049 2003-03-13 [christoph]  0.8.11claws11
4050
4051         * src/folder.[ch]
4052         * src/foldersel.c
4053         * src/folderview.c
4054         * src/imap.c
4055         * src/mbox_folder.c
4056         * src/mh.c
4057         * src/news.c
4058         * src/prefs_scoring.c
4059         * src/summaryview.c
4060                 use a common function to get a displayable name
4061                 for a FolderItem
4062
4063 2003-03-13 [paul]       0.8.11claws10
4064
4065         * tools/Makefile.am
4066           tools/README
4067           tools/multiwebsearch.conf     ** NEW FILE **
4068           tools/multiwebsearch.pl       ** NEW FILE **
4069                 add multiwebsearch Actions script
4070
4071 2003-03-13 [colin]      0.8.11claws9
4072
4073         * src/compose.c
4074                 Remove leading emtpy lines from quoted text
4075                 before quoting it
4076
4077 2003-03-13 [melvin]     0.8.11claws8
4078
4079         * src/prefs_actions.c
4080                 Fixed a memory leak
4081                 Code clean ups
4082                 Added Cancel and OK buttons
4083                 Corrected help text
4084
4085 2003-03-13 [christoph]  0.8.11claws7
4086
4087         * src/account.c
4088         * src/folder.[ch]
4089         * src/imap.c
4090         * src/mainwindow.c
4091         * src/mbox_folder.c
4092         * src/mh.c
4093         * src/news.c
4094         * src/setup.c
4095                 replace more folder type stuff with folder class stuff
4096
4097 2003-03-13 [melvin]     0.8.11claws6
4098
4099         * src/prefs_actions.c
4100                 Added new tokens:
4101                 %u: user provided argument
4102                 %h: user provided argument (hidden on input)
4103                 %s: current text selection in the message view 
4104
4105 2003-03-13 [paul]       0.8.11claws5
4106
4107         * sync with 0.8.11cvs5
4108                 see ChangeLog 2003-03-11, 2003-03-12
4109
4110 2003-03-12 [christoph]  0.8.11claws4
4111
4112         * src/folder.c
4113                 use folder class idstr when writing folderlist.xml
4114
4115         * src/folder.h
4116         * src/imap.c
4117         * src/news.c
4118                 replace folder type checks with folder class checks
4119
4120 2003-03-12 [christoph]  0.8.11claws3
4121
4122         * src/folder.[ch]
4123         * src/imap.[ch]
4124         * src/main.c
4125         * src/mbox_folder.[ch]
4126         * src/mh.[ch]
4127         * src/news.[ch]
4128                 o create a list of known folder classes in the folder system
4129                 o use folder class id strings for folder item identifiers
4130
4131 2003-03-12 [christoph]  0.8.11claws2
4132
4133         * src/imap.c
4134                 fix imap uid validity check
4135
4136 2003-03-12 [christoph]  0.8.11claws1
4137
4138         * src/account.c
4139         * src/folder.[ch]
4140         * src/foldersel.c
4141         * src/folderview.c
4142         * src/imap.c
4143         * src/mainwindow.c
4144         * src/mbox_folder.c
4145         * src/mh.c
4146         * src/news.c
4147         * src/prefs_scoring.c
4148         * src/procmsg.c
4149         * src/setup.c
4150         * src/summaryview.c
4151                 initial restructuring of folder system, seperating
4152                 folders and folder classes
4153
4154 2003-03-12 [paul]       0.8.11claws
4155
4156         0.8.11claws release
4157
4158 2003-03-12 [christoph]
4159
4160         * src/gtk/prefswindow.c
4161                 fix translation of "Page Index"
4162
4163 2003-03-12 [paul]       0.8.10claws110
4164
4165         a sync from 0.8.11cvs4 before the release
4166
4167         * src/common/utils.c
4168                 subject_compare_for_sort(): allow null strings (fixes
4169                 summary sorting).
4170
4171 2003-03-11 [paul]       0.8.10claws109
4172
4173         * po/es.po
4174                 update Spanish translation, submitted by
4175                 Ricardo Mones Lastra
4176
4177 2003-03-11 [melvin]     0.8.10claws108
4178
4179         * po/fr.po
4180                 Updated French translations
4181
4182 2003-03-11 [paul]       0.8.10claws107
4183
4184         * manual/en/Makefile.am
4185           manual/en/*.html
4186                 update English manual, add a new page
4187                 updated by Francois Barriere <fbarriere@atmel.fr>
4188                 
4189         * po/bg.po
4190           po/it.po
4191           po/sr.po
4192                 update Bulgarian, Italian, and Serbian translations
4193                 submitted by George Danchev, Alessandro Maestri, and
4194                 Urke MMI
4195
4196 2003-03-10 [paul]       0.8.10claws106
4197
4198         * src/gtk/about.c
4199           src/gtk/prefswindow.c
4200                 make some strings translatable
4201
4202 2003-03-10 [darko]      0.8.10claws105
4203
4204         * src/compose.c
4205                 code cleanup to make Hiro happy
4206
4207 2003-03-10 [paul]       0.8.10claws104
4208
4209         * sync with 0.8.11cvs2
4210                 see ChangeLog 2003-03-10
4211
4212 2003-03-09 [melvin]     0.8.10claws103
4213
4214         * src/textview.c
4215                 textview_set_font(): fix for message display in
4216                 UTF-8 locales (thanks to Sergey Vlasov).
4217                 (was unintentionnaly reverted in 0.8.6claws6)   
4218
4219 2003-03-08 [darko]      0.8.10claws102
4220
4221         * src/compose.c
4222                 fix infinite loop in wrapping as reported
4223                 by happycactus
4224                 obsoletes patch #696482
4225
4226 2003-03-08 [christoph]  0.8.10claws101
4227
4228         * src/imap.c
4229                 add workaround for IMAP servers that do not
4230                 support the "UID SEARCH UID" command
4231
4232 2003-03-07 [christoph]  0.8.10claws100
4233
4234         * src/plugins/spamassassin/spamassassin.[ch]
4235         * src/plugins/spamassassin/spamassassin_gtk.c
4236                 code cleanup
4237
4238 2003-03-07 [paul]       0.8.10claws99
4239
4240         * po/es.po
4241                 updated Spanish translation, submitted by
4242                 Ricardo Mones Lastra
4243
4244 2003-03-07 [christoph]  0.8.10claws98
4245
4246         * src/send.c
4247                 fix in 0.8.10claws94 was wrong
4248                 local delivery does not require escaping, remove escaping
4249                 code to make signatures of mails with "." lines valid
4250                 
4251                 NOTE: requires that sendmail is executed with "-i" option,
4252                       what is the default now, but has to be changed in all
4253                       exsiting accounts)
4254
4255 2003-03-07 [paul]       0.8.10claws97
4256
4257         * sync with 0.8.11 release
4258                 see ChangeLog 2003-03-07
4259
4260 2003-03-06 [paul]       0.8.10claws96
4261
4262         * src/compose.c
4263                 revert commit 0.8.10claws92
4264
4265 2003-03-06 [paul]       0.8.10claws95
4266
4267         * src/folderview.c
4268                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4269
4270         * src/gtkaspell.c
4271                 fix bug 74, 'Crash opening editor window with pseudo-color
4272                 display'
4273                 
4274         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4275
4276 2003-03-06 [christoph]  0.8.10claws94
4277
4278         * src/send.c
4279                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4280                 all lines starting with a period get an extra period
4281                 inserted
4282                 (found by Simon 'corecode' Schubert)
4283
4284 2003-03-06 [paul]       0.8.10claws93
4285
4286         * src/folderview.c
4287                 if configured font can't be loaded fall back to gtk
4288                 default. (with thanks to Christoph)
4289                 
4290                 closes long-standing bug 15 'Crashes on startup'
4291
4292 2003-03-06 [paul]       0.8.10claws92
4293
4294         * src/compose.c
4295                 freeze text before autosave and thaw afterwards
4296                 fixes bug 67 'autosave make re-rediting message crazy'
4297
4298 2003-03-06 [christoph]  0.8.10claws91
4299
4300         * src/compose.c
4301                 ignore address comment in dupe check for Cc-list
4302
4303         (closes reopened bug 47 Replying to message strips name part of
4304          e-mail addresses of Cc: lines)
4305
4306 2003-03-06 [paul]       0.8.10claws90
4307
4308         * src/Makefile.am
4309                 remove reference to gtkxtext.h as its no longer in
4310                 the repository
4311
4312 2003-03-06 [paul]       0.8.10claws89
4313
4314         * sync with 0.8.10cvs25
4315                 see ChangeLog 2003-03-06
4316
4317 2003-03-06 [oliver]     0.8.10claws88
4318         
4319         * src/messageview.c
4320                 remove include
4321
4322 2003-03-06 [oliver]     0.8.10claws87
4323         
4324         * src/folderview.c 
4325                 remove changes introduced inclaws74
4326         * src/messageview.c
4327                 another attempt to sanely delete and update
4328                 messages deleted in separate messageview
4329
4330 2003-03-05 [christoph]  0.8.10claws86
4331
4332         * src/summaryview.c
4333                 check if "From" matches any account's address if
4334                 addressbook completion of addresses is disabled too
4335
4336         (closes Bug 70 "Display recipient in from" doesn't check
4337          folder's default account)
4338
4339 2003-03-05 [christoph]  0.8.10claws85
4340
4341         * src/compose.c
4342         * src/common/utils.[ch]
4343                 don't strip address comments when building Cc lists
4344
4345         (closes Bug 47 Replying to message strips name part of e-mail addresses
4346          of Cc: lines)
4347
4348         * src/folder.c
4349                 fix return value of copy function
4350
4351 2003-03-05 [christoph]  0.8.10claws84
4352
4353         * src/imap.c
4354                 don't ask imap server for non rfc822 headers
4355
4356         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4357
4358         * src/imap.c
4359                 destroy session on socket error to allow reconnecting
4360
4361 2003-03-05 [christoph]  0.8.10claws83
4362
4363         * configure.ac
4364                 fix building with gnome when no prefix is set
4365
4366         (closes bug 66 Gnome directory is set to NONE)
4367
4368 2003-03-05 [paul]       0.8.10claws82
4369
4370         * sync with 0.8.10cvs23
4371                 see ChangeLog 2003-03-05
4372
4373 2003-03-04 [christoph]  0.8.10claws81
4374
4375         * src/folder.c
4376                 o fix moving and copying when folder returns 0 for new
4377                   message number
4378                 o remove some code for single message copy and move
4379                   operations and use functions for multiple messages
4380
4381         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4382
4383         * src/news.c
4384                 remove unused include
4385
4386 2003-03-04 [paul]       0.8.10claws80
4387
4388         * src/gtk/about.c
4389                 list 'Compiled plugins'
4390
4391 2003-03-03 [christoph]  0.8.10claws79
4392
4393         * src/news.[ch]
4394                 have to multiply the percentage of the current fetch with
4395                 the percentage that it has of the total fetch operation
4396                 for correct values
4397
4398 2003-03-03 [christoph]  0.8.10claws78
4399
4400         * src/news.c
4401                 fix calculation of expected lines for progress indicator
4402
4403 2003-03-03 [christoph]  0.8.10claws77
4404
4405         * src/summaryview.c
4406         * src/common/utils.c
4407                 fix segfault when opening the root news folder
4408
4409 2003-03-03 [christoph]  0.8.10claws76
4410
4411         * src/mainwindow.[ch]
4412         * src/common/Makefile.am
4413         * src/common/progressindicator.[ch]
4414                 add UI independent progress indicator handling
4415
4416         * src/news.[ch]
4417                 use new progress indicator for message info fetching
4418
4419         * src/common/hooks.h
4420                 code cleanup
4421
4422 2003-03-03 [oliver]     0.8.10claws75
4423
4424         * src/toolbar.c
4425         * src/compose.c
4426                 removed commented code
4427
4428 2003-03-03 [oliver]     0.8.10claws74
4429
4430         * src/toolbar.[ch]
4431                 cleanups and refactoring
4432         * src/compose.[ch]
4433                 compose_reply_mode reply & forwarding interface for
4434                 toolbar buttons
4435         * src/folderview.c
4436                 act on messages marked for deletion in folderview_selected
4437                 based on prefs_common.immediate_exec since a message might 
4438                 have been deleted by messageview in a folder we are changing 
4439                 to (does anybody understand what I'm on about ?)
4440
4441 2003-03-03 [oliver]     0.8.10claws73
4442         
4443         * src/messageview.[ch]
4444                 new functions
4445                 - messageview_delete: delete message shown in messagview
4446                 - messageview_update_view: update messageview to currently 
4447                   selected summaryview message
4448                 - add separate messageview to msgview_list in order to update 
4449                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4450         * src/summaryview.[ch]
4451                 summary_get_selection returns a list of selected msgs
4452                 in summaryview
4453         * src/mainwindow.c
4454                 toolbar reply refactoring
4455
4456 2003-03-03 [paul]       0.8.10claws72
4457
4458         * sync with 0.8.10cvs21
4459                 see ChangeLog 2003-03-03
4460
4461 2003-03-02 [christoph]  0.8.10claws71
4462
4463         * src/common/passcrypt.c
4464                 use POSIX includes
4465
4466 2003-03-02 [christoph]  0.8.10claws70
4467
4468         * configure.ac
4469         * src/prefs_account.c
4470         * src/prefs_gtk.[ch]
4471         * src/common/.cvsignore
4472         * src/common/Makefile.am
4473         * src/common/passcrypt.c                ** NEW **
4474         * src/common/passcrypt.h.in             ** NEW **
4475                 Implement password encryption in config files
4476                 using unix encrypt and setkey functions. The crypt
4477                 key can be set as a configure parameter. Old
4478                 passwords will be converted if they do not begin
4479                 with '!'
4480
4481 2003-03-02 [paul]       0.8.10claws69
4482
4483         * src/prefs_account.c
4484                 fix compile error
4485
4486 2003-03-01 [thorsten]   0.8.10claws68
4487
4488         * po/el.po
4489           po/hr.po
4490           po/it.po
4491           po/nl.po
4492           po/sr.po
4493           po/sv.po
4494                 corrected format strings
4495         * po/en_GB.po
4496                 corrected headers
4497                 (fix compile errors with GNU gettext-0.11.5)
4498
4499 2003-03-01 [oliver]     0.8.10claws67
4500
4501         * src/summaryview.c
4502                 menu callbacks call toolbar_menu_reply
4503
4504 2003-03-01 [oliver]     0.8.10claws66
4505
4506         * src/mainwindow.c
4507         * src/messageview.c
4508                 menu callbacks call toolbar_menu_reply
4509         * src/toolbar.[ch]
4510                 callbacks from menu handled by toolbar_menu_reply
4511
4512 2003-03-01 [paul]       0.8.10claws65
4513
4514         * src/addressbook.c
4515                 revert commit 0.8.10claws54 - breaks editing of
4516                 addressbook.
4517                 
4518         * po/bg.po
4519                 update Bulgarian translation, submitted by
4520                 George Danchev
4521
4522 2003-02-28 [christoph]  0.8.10claws64
4523
4524         * src/account.c
4525         * src/addressadd.c
4526         * src/compose.c
4527         * src/gtkaspell.c
4528         * src/gtkxtext.h                ** REMOVE **
4529         * src/imap.c
4530         * src/matcher.[ch]
4531         * src/mh.c
4532         * src/news.c
4533         * src/pine.c
4534         * src/prefs_common.c
4535         * src/prefs_matcher.c
4536         * src/procheader.[ch]
4537         * src/procmsg.[ch]
4538         * src/toolbar.c
4539         * src/common/ssl_certificate.c
4540         * src/gtk/colorlabel.c
4541         * src/gtk/menu.c
4542                 o fix warnings
4543                 o remove code obsoleted by new cache and folder system rework
4544
4545 2003-02-28 [oliver]     0.8.10claws63
4546         
4547         * src/toolbar.[ch]
4548                 * fix bug where reply in Messageview replied to 
4549                 Message displayed in summaryview
4550                 (reportedd via ML by chinatinte at gmx dot ch)
4551                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4552                 didn't work in separate MessageView Toolbar
4553                 (wondering if anybody uses this at all ?)
4554         * src/summaryview.[ch]
4555                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4556                 (generalize reply and forward code);
4557         * src/messageview.c 
4558                 remove focus_in event which updated summaryview to messageview
4559
4560 2003-02-28 [paul]       0.8.10claws62
4561
4562         * po/Makefile.in.in
4563                 add the --check option
4564                 Patch submitted by Ricardo Mones Lastra
4565
4566 2003-02-28 [paul]       0.8.10claws61
4567
4568         * src/prefs_account.c
4569                 re-order 'Signature' items
4570
4571 2003-02-28 [paul]       0.8.10claws60
4572
4573         * sync with 0.8.10cvs20
4574                 see ChangeLog 2003-02-28
4575
4576 2003-02-28 [paul]       0.8.10claws59
4577
4578         * po/POTFILES.in
4579                 update to reflect recent movement of files
4580
4581 2003-02-28 [paul]       0.8.10claws58
4582
4583         * sync with 0.8.10cvs19
4584                 see ChangeLog 2003-02-28
4585
4586 2003-02-27 [martin]     0.8.10claws57
4587
4588         * src/prefs_matcher.c 
4589                 fix segfault in prefs_matcher_ok() when the
4590                 last entry is deleted and prevents that the
4591                 message "entry not saved" comes up after deleting
4592                 an entry
4593
4594 2003-02-27 [martin]     0.8.10claws56
4595
4596         * src/prefs_filtering.c 
4597                 fix segfault in prefs_filtering_ok() when the
4598                 last entry is deleted and prevents that the
4599                 message "entry not saved" comes up after deleting
4600                 an entry
4601
4602 2003-02-27 [paul]       0.8.10claws55
4603
4604         * sync with 0.8.10cvs18
4605                 see ChangeLog 2003-02-27
4606
4607 2003-02-27 [paul]       0.8.10claws54
4608
4609         * src/addressbook.c
4610                 fix bug where the address book crashes with 
4611                 multiple lookups.
4612                 Patch [687729] submitted by David Frager 
4613                 <dbfrager@users.sourceforge.net>
4614
4615 2003-02-25 [christoph]  0.8.10claws53
4616
4617         * src/Makefile.am
4618         * src/colorlabel.[ch]           ** REMOVE **
4619         * src/gtk/Makefile.am
4620         * src/gtk/colorlabel.[ch]       ** NEW **
4621                 move colorlabel files to gtk directory
4622
4623         * src/esmtp.[ch]                ** REMOVE **
4624                 has been merged into smtp.[ch] in 0.7.5
4625
4626 2003-02-25 [christoph]  0.8.10claws52
4627
4628         * src/Makefile.am
4629         * src/about.[ch]                ** REMOVE **
4630         * src/gtk/Makefile.am
4631         * src/gtk/about.[ch]            ** NEW **
4632                 move about files to gtk directory
4633
4634 2003-02-25 [christoph]  0.8.10claws51
4635
4636         * src/folder.c
4637                 some code optimization of folder scanning code
4638
4639         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4640
4641 2003-02-25 [christoph]  0.8.10claws50
4642
4643         * src/main.c
4644         * src/common/sylpheed.c
4645                 add command line parameter parsing to common code
4646
4647 2003-02-24 [christoph]
4648
4649         * Makefile.am
4650         * configure.ac
4651                 fix gnome prefix problems, the configure script now removed
4652                 `gnome-config --prefix` from `gnome-config --datadir`
4653                 and adds $(prefix} instead
4654
4655         (closes Bug 24 Makefile does not respect prefix when installing
4656          GNOME data)
4657
4658 2003-02-24 [christoph]  0.8.10claws49
4659
4660         * src/news.c
4661                 check for valid session before trying to authenticate
4662
4663         (closes Bug 60 crash if "authenticate on logon" is activated
4664          and newsserver-hostname is not valid)
4665
4666 2003-02-24 [melvin]     0.8.10claws48
4667
4668         * src/prefs_actions.c
4669                 Make sure all user's input is sent to the action and then
4670                 close the socket..
4671
4672 2003-02-23 [alfons]     0.8.10claws46
4673
4674         * src/summaryview.c
4675                 also wait cursor when deleting files
4676
4677 2003-02-23 [paul]
4678
4679         * tools/freshmeat_search.pl
4680           tools/google_search.pl
4681                 scripts should now work for any browser/browser command line
4682
4683 2003-02-22 [christoph]  0.8.10claws45
4684
4685         * src/procmsg.c
4686                 fix IMAP flag setting, IMAP flag is not handled correctly
4687                 anymore by the folder system and information about the
4688                 folder should not be saved in the MsgInfo (in my opinion)
4689
4690         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4691
4692 2003-02-22 [christoph]  0.8.10claws44
4693
4694         * src/summaryview.c
4695                 fix spelling of "label" ;-)
4696
4697 2003-02-22 [thorsten]   0.8.10claws43
4698
4699         * src/mimeview.c
4700           src/prefs_common.[ch]
4701           src/procmime.[ch]
4702                 do not use description as attachment name
4703
4704 2003-02-22 [alfons]     0.8.10claws42
4705
4706         * src/summaryview.c
4707                 freeze/thaw folder item updates when changing color labels,
4708                 and put a wait cursors on
4709
4710 2003-02-22 [thorsten]   0.8.10claws41
4711
4712         * src/mimeview.c
4713                 save-all fixes: crash if invoked on multipart container,
4714                 mimeinfo access, pathseparators, error dialog
4715
4716 2003-02-21 [alfons]     0.8.10claws40
4717
4718         * src/prefs_gtk.c
4719                 remove unused var
4720
4721 2003-02-21 [colin]      0.8.10claws39
4722
4723         * src/send.c
4724                 Fix smtp logging
4725
4726 2003-02-21 [colin]      0.8.10claws38
4727
4728         * src/summaryview.c
4729                 Freeze/thaw folderItem updates when filtering messages 
4730                 via Tools/Filter messages
4731
4732 2003-02-21 [paul]       0.8.10claws37
4733
4734         * src/compose.c
4735                 revert commit 0.8.10claws26, there are ulterior motives
4736                 for users to set a Reply-To header when posting to
4737                 newsgroups
4738
4739 2003-02-21 [paul]       0.8.10claws36
4740
4741         * sync with 0.8.10cvs17
4742                 see ChangeLog 2003-02-21
4743
4744 2003-02-20 [christoph]  0.8.10claws35
4745
4746         * src/imap.c
4747                 IMAP UID fetch speedup using SEARCH
4748
4749         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4750
4751         * src/imap.c
4752                 fix problem with UIDs in IMAP UID cache that no longer existed
4753
4754 2003-02-20 [christoph]  0.8.10claws34
4755
4756         * src/imap.c
4757         * src/procheader.c
4758         * src/procheader.h
4759                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4760
4761         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4762
4763         * src/imap.c
4764                 Rewrite imap_cmd_gen_recv use sock_getline instead
4765                 of sock_gets to avoid problems with too long reply
4766                 lines
4767     
4768 2003-02-20 [colin]      0.8.10claws33
4769         
4770         * src/prefs_account.c
4771                 Better wording
4772
4773 2003-02-20 [colin]      0.8.10claws32
4774
4775         * src/compose.c
4776                 Remove useless '&& !to_sender' 
4777
4778 2003-02-20 [darko]
4779
4780         * AUTHORS
4781                 change my e-mail address
4782
4783 2003-02-19 [colin]      0.8.10claws31
4784
4785         * src/prefs_common.c
4786                 X11 style colors for every configurable color
4787
4788 2003-02-19 [alfons]     0.8.10claws30
4789
4790         * src/prefs_gtk.[ch]
4791         * src/prefs_common.c
4792                 for color_new accept both plain integers and X11 style color
4793                 names (as found in /usr/lib/X11/rgb.txt)
4794
4795 2003-02-19 [paul]       0.8.10claws29
4796
4797         * src/mainwindow.c
4798                 add tooltips to online/offline button and account selector
4799                 button
4800
4801 2003-02-19 [paul]       0.8.10claws28
4802
4803         * src/folder.c
4804           src/news.c
4805           src/prefs_account.[ch]
4806           src/prefs_common.[ch]
4807                 move 'Maximum number of articles to download' to
4808                 account prefs.
4809                 clean up account prefs gui a little by hiding entries
4810                 rather then greying out entries
4811
4812 2003-02-19 [hiro]       0.8.10claws27
4813
4814         * src/common/utils.c
4815                 fix bug #54 'yesterdays date is displayed in the message 
4816                 summary window'
4817
4818 2003-02-19 [paul]       0.8.10claws26
4819
4820         * src/compose.c
4821                 fix bug reported in Feature Request [688596] 
4822                 'Reply-to header in news'
4823
4824 2003-02-18 [paul]       0.8.10claws25
4825
4826         * src/select-keys.c
4827                 add a 'List all keys' button to key selection dialog
4828
4829 2003-02-18 [colin]      0.8.10claws24
4830         
4831         * src/stock_pixmap.c
4832                 fix compile error
4833
4834 2003-02-18 [colin]      0.8.10claws23
4835
4836         * src/common/smtp.[ch]
4837           src/prefs_account.c
4838                 Try to starttls if it seems to be the only
4839                 way to authenticate a user
4840
4841 2003-02-18 [paul]       0.8.10claws22
4842
4843         * src/Makefile.am
4844           src/folderview.c
4845           src/stock_pixmap.[ch]
4846           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4847           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4848                 as a Drafts folder is a special folder allow it to have
4849                 its own unique icons
4850
4851 2003-02-18 [colin]      0.8.10claws21
4852
4853         * src/imap.c
4854                 Fix port selection when using starttls
4855
4856 2003-02-18 [paul]       0.8.10claws20
4857
4858         * src/mainwindow.c
4859           src/prefs_common.[ch]
4860                 make blue the default new mail colour
4861
4862 2003-02-18 [paul]       0.8.10claws19
4863
4864         * sync with 0.8.10cvs14
4865                 see ChangeLog 2003-02-18
4866
4867 2003-02-17 [jens]       0.8.10claws18
4868
4869         * src/common/md5.c
4870                 fixed a compile problem with gcc 3.3
4871                 works on 2.95.3 too (testet on PPC as it is big endian)
4872
4873 2003-02-17 [paul]       0.8.10claws17
4874
4875         * sync with 0.8.10cvs13
4876                 see ChangeLog 2003-02-17
4877
4878 2003-02-17 [paul]       0.8.10claws16
4879
4880         * sync with 0.8.10cvs12
4881                 see ChangeLog 2003-02-17
4882
4883 2003-02-16 [match]      0.8.10claws15
4884
4885         * src/addressbook.c
4886                 Eliminates reloading of address data when items
4887                 deleted or added. Applied submitted by
4888                 Luke Plant <lukeplant@softhome.net>
4889
4890 2003-02-16 [paul]       0.8.10claws14
4891
4892         * src/news.c
4893                 when a 'protocol error' is encountered disconnect from
4894                 the server. This means that the user can carry on viewing
4895                 other articles and doesn't have to either wait until the
4896                 server timesout or quit sylpheed.
4897                 Fixes bug #53 'Unable to read messages in newsgroups, 
4898                 displayed message doesn't change'
4899
4900 2003-02-15 [christoph]  0.8.10claws13
4901
4902         * src/imap.c
4903                 fix bug that stopped scanning of folders when an
4904                 IMAP folder was empty
4905
4906         (closes bug 46 stop scan messages in folders after empty folder)
4907
4908 2003-02-15 [paul]
4909
4910         * tools/Makefile.am
4911           tools/README
4912           tools/freshmeat_search.pl     ** NEW FILE **
4913           tools/google_search.pl        ** NEW FILE **
4914                 Add 2 Actions scripts which search freshmeat/google
4915                 for the selected text using the browser configured
4916                 in sylpheedrc.
4917                 
4918         Note: These scripts are very dependent on the format of the
4919         browser command and may not work on every occasion. Testing
4920         is welcome. 
4921
4922 2003-02-14 [alfons]     0.8.10claws12
4923
4924         * src/compose.c
4925                 fix breakage because of uninitialized account pointer.
4926                 please verify.
4927
4928 2003-02-14 [paul]       0.8.10claws11
4929
4930         * src/compose.c
4931           src/prefs_account.[ch]
4932           src/prefs_common.[ch]
4933                 move signature settings to Account Prefs
4934
4935 2003-02-14 [paul]       0.8.10claws10
4936
4937         * sync with 0.8.10cvs11
4938                 see ChangeLog 2003-02-14
4939
4940 2003-02-13 [thorsten]   0.8.10claws9
4941
4942         * src/news.c
4943                 revert news progressbar (GUI separation)
4944
4945 2003-02-13 [paul]       0.8.10claws8
4946
4947         * src/compose.c
4948                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4949                 paragraph 1
4950
4951 2003-02-13 [paul]       0.8.10claws7
4952
4953         * src/compose.[ch]
4954           src/summaryview.c
4955                 fix 'Follow-up and Reply-to' so that it creates a reply to
4956                 the newsgroup and the sender. If the message has the keyword
4957                 'poster' in the Followup-To header, all replies go to the
4958                 sender, re: RFC 1036, Section 2.2.3
4959                 rename all instances of 'ignore_replyto' to 'to_sender', both
4960                 were previously used, now we use just one.
4961
4962 2003-02-13 [paul]       0.8.10claws6
4963
4964         * sync with 0.8.10cvs9
4965                 see ChangeLog 2003-02-13
4966
4967 2003-02-13 [paul]       0.8.10claws5
4968
4969         * configure.ac
4970                 show which plugins are configured in the configure
4971                 output.
4972
4973 2003-02-12 [thorsten]   0.8.10claws4
4974
4975         * src/news.c
4976                 show progress while fetching news headers
4977
4978 2003-02-12 [christoph]  0.8.10claws3
4979
4980         * configure.ac
4981         * src/plugins/Makefile.am
4982                 use AM_CONDITIONAL to enable plugins, automake correctly
4983                 manages this when creating distdir
4984
4985 2003-02-12 [christoph]  0.8.10claws2
4986
4987         * ac/spamassassin.m4
4988         * src/plugins/spamassassin/Makefile.am
4989                 fix building SpamAssassin plugin without OpenSSL
4990
4991 2003-02-12 [paul]       0.8.10claws1
4992
4993         * ac/Makefile.am
4994           src/Makefile.am
4995           src/plugins/Makefile.am
4996                 fix failure of 'make release'
4997
4998 2003-02-12 [paul]       0.8.10claws
4999
5000         * 0.8.10claws released
5001
5002 2003-02-12 [paul]       0.8.9claws56
5003
5004         * po/bg.po
5005           po/es.po
5006           po/it.po
5007           po/ru.po
5008           po/sr.po
5009                 updated translations by George Danchev, Ricardo Mones Lastra,
5010                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5011                 
5012         * sylpheed.spec.in
5013                 Allow the building of RPMs by a regular user. Submitted
5014                 by Sergei Astanin
5015
5016 2003-02-11 [alfons]     0.8.9claws55
5017
5018         * src/colorlabel.c
5019                 don't use pixmaps for label color rect but draw rectangles
5020                 so we can respect the color map of palette based visuals
5021                 (fixes the long time crashes on Suns - thanks to Andreas
5022                 Engel and Steve O'Hara-Smith for testing)
5023
5024 2003-02-11 [christoph]  0.8.9claws54
5025
5026         * src/matcher_parser_parse.y
5027                 correct bug where filering rules of not existing folders in
5028                 matcherrc were added to global filtering
5029                 
5030         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5031          main filter-rules after removing directory, http://bugs.debian.org/180253)
5032         
5033 2003-02-11 [paul]       0.8.9claws53
5034
5035         * sync with 0.8.10cvs7
5036                 see ChangeLog 2003-02-09
5037
5038 2003-02-11 [melvin]     0.8.9claws52
5039
5040         * po/fr.po
5041                 Updated French tranlsations
5042
5043 2003-02-10 [paul]       0.8.9claws51
5044
5045         * sylpheed.spec.in
5046                 correct --enable-openssl
5047                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5048
5049 2003-02-09 [martin]     0.8.9claws50
5050
5051         * src/prefs_matcher.c
5052                 fix segfault in prefs_matcher_substitute_cb() when
5053                 no row is selected
5054
5055 2003-02-09 [paul]       0.8.9claws49
5056
5057         * src/folderview.c
5058                 fix bug where a newsgroup folder's processing rules were
5059                 merged with the global filtering rules when the newsgroup
5060                 folder was deleted, causing some seriously bad results,
5061                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5062
5063 2003-02-08 [melvin]     0.8.9claws48
5064
5065         * src/compose.c
5066                 Corrected and modified an alert message.
5067
5068 2003-02-07 [paul]       0.8.9claws47
5069
5070         * src/folderview.c
5071                 fix bug where both an 'Account properties' window and a
5072                 'Folder properties' window were opened when clicking on
5073                 'Properties' in an NNTP or IMAP folder's popup menu.
5074
5075 2003-02-07 [paul]       0.8.9claws46
5076
5077         * sync with 0.8.10cvs6
5078                 see ChangeLog 2003-02-06
5079
5080 2003-02-06 [christoph]  0.8.9claws45
5081
5082         * src/mbox.c
5083                 freeze folder updates while importing mbox files
5084                 (closes bug 43 importing mbox took hours)
5085                 
5086         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5087
5088 2003-02-06 [thorsten]   0.8.9claws44
5089
5090         * po/de.po
5091                 Updated german translations
5092
5093 2003-02-06 [thorsten]   0.8.9claws43
5094
5095         * src/news.h
5096                 use guint for message numbers (fix count in grouplist dialog)
5097
5098 2003-02-05 [paul]       0.8.9claws42
5099
5100         * sync with 0.8.10cvs2
5101                 see ChangeLog 2003-02-05
5102
5103 2003-02-04 [colin]      0.8.9claws41
5104
5105         * src/prefs_common.[ch]
5106           src/procmsg.c
5107           src/summaryview.c
5108                 Add an option to disable threading by subject
5109
5110 2003-02-04 [christoph]  0.8.9claws40
5111
5112         * src/inc.c
5113                 only abort fetching mails from multiple accounts when the
5114                 error is fatal and does not allow to check any more accounts
5115                 (currently only disk full error)
5116
5117         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5118          receive mails for other accouts)
5119
5120 2003-02-04 [christoph]  0.8.9claws39
5121
5122         * src/folder.c
5123                 first add the new message to the cache, then
5124                 send the update notification
5125
5126         (closes bug 39 after sending message folderview doesnt get updated)
5127
5128 2003-02-04 [colin]      0.8.9claws38
5129
5130         * src/inc.c
5131                 _really_ fix this Connecting... status
5132
5133 2003-02-04 [paul]       0.8.9claws37
5134
5135         * sync with 0.8.10
5136                 see ChangeLog 2003-02-04
5137
5138 2003-02-04 [paul]       0.8.9claws36
5139
5140         * sync with 0.8.9cvs6
5141                 see ChangeLog 2003-02-03
5142
5143 2003-02-04 [paul]       0.8.9claws35
5144
5145         * po/pt_BR.po
5146                 updated by André Filipe de Assunção e Brito 
5147                 <bedecko@netsite.com.br>
5148
5149 2003-02-03 [thorsten]   0.8.9claws34
5150
5151         * po/de.po
5152                 Updated german translations
5153
5154 2003-02-02 [paul]       0.8.9claws33
5155
5156         * po/es.po
5157                 updated by Ricardo Mones Lastra
5158
5159 2003-02-02 [thorsten]   0.8.9claws32
5160
5161         * src/mh.c
5162                 Fix mh_get_msginfo() segfault if file is inaccessible
5163
5164 2003-01-31 [colin]      0.8.9claws31
5165
5166         * src/procheader.c
5167                 Fix last commit's bug
5168
5169 2003-01-31 [colin]      0.8.9claws30
5170
5171         * src/procheader.c
5172                 Missing a change for gpg-signed messages
5173
5174 2003-01-31 [paul]       0.8.9claws29
5175
5176         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5177           src/procheader.c
5178           src/stock_pixmap.[ch]
5179           src/summaryview.c
5180                 indicate GnuPG signed messages by displaying an icon
5181                 in the Attachment column.
5182
5183 2003-01-31 [paul]       0.8.9claws28
5184
5185         * sync with 0.8.9cvs4
5186                 see ChangeLog 2003-01-31
5187
5188 2003-01-31 [alfons]     0.8.9claws27
5189
5190         * src/textview.c
5191                 tune URI parser to accept mailto URLs with a '?'
5192                 (patch from Ruslan Balkin)
5193
5194 2003-01-31 [colin]      0.8.9claws26
5195
5196         * src/summaryview.c
5197                 Fix a leak introduced in claws24
5198
5199 2003-01-31 [colin]      0.8.9claws25
5200
5201         * src/summaryview.c
5202                 Freeze/Thaw folder updates when deleting dups
5203
5204 2003-01-31 [colin]      0.8.9claws24
5205         
5206         * src/addr_compl.c
5207           src/summaryview.c
5208           src/msgcache.c
5209                 little speed improvements
5210
5211 2003-01-31 [colin]      0.8.9claws23
5212
5213         * src/summaryview.c
5214                 Fix segfault when forwarding nothing
5215                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5216                 
5217 2003-01-30 [paul]       0.8.9claws22
5218
5219         * sync with 0.8.9cvs3
5220                 see ChangeLog 2003-01-30
5221
5222 2003-01-30 [paul]       0.8.9claws21
5223
5224         * sync with 0.8.9cvs2
5225                 see ChangeLog 2003-01-30
5226
5227 2003-01-29 [paul]       0.8.9claws20
5228
5229         * sync with 0.8.9cvs1
5230                 see ChangeLog 2003-01-29
5231
5232 2003-01-28 [paul]       0.8.9claws19
5233
5234         * po/POTFILES.in
5235                 update to reflect changes. 
5236                 thanks to Ricardo Mones Lastra
5237
5238 2003-01-27 [christoph]  0.8.9claws18
5239
5240         * ac/openssl.m4
5241         * ac/spamassassin.m4
5242         * src/plugins/spamassassin/README
5243         * src/plugins/spamassassin/libspamc.[ch]
5244         * src/plugins/spamassassin/utils.[ch]
5245                 updated to latest libspamc
5246
5247 2003-01-27 [christoph]  0.8.9claws17
5248
5249         * src/folder.c
5250                 fix wrong use of procheader_get_header_fields
5251
5252 2003-01-27 [christoph]  0.8.9claws16
5253
5254         * src/news.c
5255         * src/prefs_account.[ch]
5256         * src/common/nntp.[ch]
5257                 allow to force authentication for NNTP servers
5258
5259         Patch submitted by Florian Mickler <dmk@d-labs.de>
5260
5261 2003-01-26 [paul]       0.8.9claws15
5262
5263         * src/summaryview.c
5264                 speed up of marking messages as read
5265                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5266
5267 2003-01-26 [christoph]  0.8.9claws14
5268
5269         * src/Makefile.am
5270         * src/mgutils.[ch]              ** REMOVE **
5271         * src/xml.[ch]                  ** REMOVE **
5272         * src/xmlprops.[ch]             ** REMOVE **
5273         * src/common/Makefile.am
5274         * src/common/mgutils.[ch]       ** NEW **
5275         * src/common/xml.[ch]           ** NEW **
5276         * src/common/xmlprops.[ch]      ** NEW **
5277                 move xml files to common directory
5278
5279 2003-01-26 [christoph]  0.8.9claws13
5280
5281         * src/plugins/spamassassin/spamassassin_gtk.c
5282                 only set gtk entry text if string is available
5283
5284 2003-01-26 [melvin]     0.8.9claws12
5285
5286         * src/description_window.c
5287                 Allow resizing of the window
5288                 Allow automatic horizontal scroll bar
5289                 Do not vertically expand and fill
5290
5291 2003-01-26 [christoph]  0.8.9claws11
5292
5293         * src/Makefile.am
5294         * src/gtkutils.[ch]             ** REMOVE **
5295         * src/common/sylpheed.c
5296         * src/gtk/Makefile.am
5297         * src/gtk/description_window.c
5298         * src/gtk/gtkutils.[ch]         ** NEW **
5299         * src/gtk/prefswindow.c
5300                 move gtkutils to gtk directory
5301
5302 2003-01-26 [paul]       0.8.9claws10
5303
5304         * src/summaryview.c
5305                 rename summary_unread_clicked() to summary_status_clicked()
5306
5307 2003-01-26 [melvin]     0.8.9claws9
5308
5309         * src/prefs_actions.c
5310                 Cosmetical changes to the help text
5311
5312 2003-01-26 [paul]       0.8.9claws8
5313
5314         * src/folder.[ch]
5315           src/mainwindow.c
5316           src/prefs_common.c
5317           src/prefs_sumamry_column.c
5318           summaryview.[ch]
5319                 rename the 'Unread' column to 'Status'
5320
5321 2003-01-25 [match]      0.8.9claws7
5322
5323         * src/mgutils.[ch]
5324                 removed reference to LDAP constants. removed error2string.
5325                 included functions to support LDAP dynamic queries.
5326         * src/syldap.h
5327                 moved LDAP constants here.
5328         * src/addressbook.c
5329         * src/addrindex.c
5330         * src/importldif.c
5331                 removed references to LDAP constants and references to
5332                 error2string.
5333
5334 2003-01-25 [paul]       0.8.9claws6
5335
5336         * src/summaryview.c
5337                 summary_thread_build(), summary_thread_init(): remove 
5338                 unneeded reference to summaryview->folder_item
5339
5340 2003-01-25 [christoph]  0.8.9claws5
5341
5342         * src/gtk/description_window.c
5343                 o allow description texts to expand over multiple columns
5344                 o translate all columns
5345         * src/prefs_actions.c
5346                 change syntax description to use new multi column feature
5347
5348         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5349
5350 2003-01-25 [match]      0.8.9claws4
5351
5352         * src/vcard.c
5353                 fixed bug with Quoted-Printable
5354
5355 2003-01-25 [paul]       0.8.9claws3
5356
5357         * src/folder.[ch]
5358           src/summaryview.[ch]
5359                 implement per-folder collapsed/expanded threads setting
5360                 
5361         * src/prefs_common.c
5362                 remove global collapsed/expanded threads option
5363
5364 2003-01-25 [christoph]  0.8.9claws2
5365
5366         * po/POTFILES.in
5367                 add pluginwindow and prefswindow
5368         * src/compose.c
5369                 make send respond correctly to messages that could be added
5370                 to the queue folder, but the UID of the message is unknown
5371         * src/folder.c
5372         * src/imap.c
5373                 don't return guessed UIDs in imap_add_msg anymore. We return
5374                 0 to tell the folder system it was appened but the UID is
5375                 unknown. Folder system now get's the UID by scaning the folder
5376                 and searching the cache for the Message-ID
5377                 (closes bug #29 Messages queued, but not sent)
5378
5379 2003-01-25 [paul]       0.8.9claws1
5380
5381         * src/codeconv.c
5382                 conv_encode_header():  fix bug when long headers with 8-bit
5383                 characters are used, so that the encoded words are wrapped.
5384                 If the space in the original text falls on the wrap boundary,
5385                 it can be lost.
5386                 Patch by Sergey Vlasov.
5387                 
5388         * src/folderview.c
5389                  fix bug where a change to the sorting method or thread view
5390                  of a folder's messages is lost if simpify-subject is set and
5391                  toggled on or off.
5392                  Patch by Luke Plant.
5393
5394 2003-01-24 [paul]       0.8.9claws
5395
5396         * sylpheed-0.8.9claws released
5397         
5398         * Makefile.am
5399           sylpheed.spec.in
5400                 remove reference to 'INSTALL.jp'
5401
5402 2003-01-23 [paul]       0.8.8claws128
5403
5404         * po/es.po
5405           po/it.po
5406           po/ru.po
5407           po/sr.po
5408                 updated translations. submitted by Ricardo Mones Lastra,
5409                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5410
5411 2003-01-23 [colin]      0.8.8claws127
5412
5413         * src/compose.c
5414                 Fix drafted and queued news articles re-edition
5415
5416 2003-01-23 [melvin]     0.8.8claws126
5417
5418         * po/fr.po
5419                 Updated French translations
5420
5421 2003-01-23 [colin]      0.8.8claws125
5422
5423         * src/inc.c
5424                 Fix "Connecting to..." status message
5425
5426 2003-01-22 [paul]       0.8.8claws124
5427
5428         * po/bg.po
5429                 updated by George Danchev
5430                 
5431         * src/folder.c
5432                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5433                 and folder deletion
5434
5435 2003-01-21 [paul]       0.8.8claws123
5436
5437         * po/bg.po
5438                 updated by George Danchev
5439                 
5440         * src/about.c
5441                 its now 2003
5442                 
5443         * src/toolbar.c
5444                 don't translate 'Separator'
5445                 
5446         * src/plugins/spamassassin/Makefile.am
5447                 add aspell to CPPFLAGS
5448                 
5449         * src/plugins/spamassassin/spamassassin.c
5450           src/plugins/spamassassin/spamassassin_gtk.c
5451                 set correct default for spamassassin_receive_spam
5452                 slightly re-word descriptions and some
5453                 other minor changes
5454
5455 2003-01-19 [alfons]     0.8.8claws122
5456                 
5457         * src/mimeview.c
5458                 mimeview_save_as(): we might as well show the file name for
5459                 the single case "Save As" too
5460
5461 2003-01-19 [alfons]     0.8.8claws121
5462
5463         * src/crash.c
5464                 change bug tracker URL to bugzilla URL
5465
5466 2003-01-19 [alfons]     0.8.8claws120
5467
5468         * src/mimeview.c
5469                 mimeview_save_all(): display name of file before overwriting;
5470                 continue saving all, even when one overwrite was cancelled
5471
5472 2003-01-19 [christoph]  0.8.8claws119
5473
5474         * src/summaryview.c
5475         * src/procmsg.[ch]
5476                 fix wrong usage of procmsg_find_children in summaryview
5477                 by using procmsg_update_unread_children instead of
5478                 summaryview_update_unread_children
5479
5480 2003-01-19 [christoph]  0.8.8claws118
5481
5482         * src/procmsg.c
5483                 fix infinite loop in procmsg_find_children
5484                  (closes bug #25 sylpheed crashes on delete.)
5485
5486         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5487
5488 2003-01-19 [paul]       0.8.8claws117
5489
5490         * po/pt_BR.po
5491                 updated by Ivan Francolin Martinez
5492
5493 2003-01-18 [melvin]     0.8.8claws116
5494
5495         * src/prefs_actions.c
5496                 Removed syntax limitation of only one '&' at the end of command.
5497                         Now actions that contain '>/dev/null 2>&1' are possible.
5498
5499 2003-01-18 [melvin]     0.8.8claws115
5500
5501         * src/prefs_actions.c
5502                 Actions IO dialog: when the action ends
5503                 the "Close" button now has focus and [Escape] closes the
5504                 window.
5505
5506 2003-01-18 [christoph]  0.8.8claws114
5507
5508         * src/procmsg.c
5509                 o add debug output when MsgInfos are really freed
5510                 o free GSLists in procmsg_find_children and
5511                   procmsg_update_unread_children
5512
5513 2003-01-18 [christoph]  0.8.8claws113
5514
5515         * src/mainwindow.c
5516                 reorder Configuration menu
5517
5518 2003-01-18 [christoph]  0.8.8claws112
5519
5520         * src/compose.c
5521                 fix applying templates to forwarded messages
5522
5523         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5524
5525 2003-01-17 [christoph]  0.8.8claws111
5526
5527         * src/folder.c
5528                 destroy folder items, when a folder item is removed
5529
5530 2003-01-17 [christoph]  0.8.8claws110
5531
5532         * src/folder.c
5533                 fix wrong folder stats update when ignored message is
5534                 deleted
5535
5536 2003-01-17 [colin]      0.8.8claws109
5537         
5538         * src/mainwindow.c
5539         * src/summaryview.c
5540                 Quicksearch bugfixes: 
5541                 - hide help button at startup if not extended
5542                 - switch to extended when looking for replies
5543
5544 2003-01-17 [paul]
5545
5546         * sync with 0.8.9 release
5547
5548 2003-01-17 [paul]       0.8.8claws108
5549
5550         * sync with 0.8.8cvs11
5551                 see ChangeLog 2003-01-17
5552
5553 2003-01-16 [colin]      0.8.8claws107
5554
5555         * src/procmsg.c
5556                 Changed encryption test to re-ask passphrase
5557                 if an encrypted message hasn't been decrypted
5558                 Fixes bug #5
5559
5560 2003-01-16 [christoph]  0.8.8claws106
5561
5562         * src/prefs_gtk.c
5563         * src/prefs_toolbar.c
5564         * src/gtk/prefswindow.h
5565         * src/plugins/spamassassin/spamassassin_gtk.c
5566                 remove page destroy function that is not used anymore
5567
5568 2003-01-16 [paul]       0.8.8claws105
5569
5570         * sync with 0.8.8cvs9
5571                 see ChangeLog 2002-01-16
5572
5573 2003-01-16 [colin]      0.8.8claws104
5574
5575         * src/compose.[ch]
5576                 Fix bug with autosaved drafts for IMAP, when draft
5577                 folder is specified - fixes bugzilla bug #20
5578
5579 2003-01-15 [paul]       0.8.8claws103
5580
5581         * src/compose.[ch]
5582           src/procmsg.c
5583                 store folder and message-id of message forwarding
5584                 in queue header and set forward flag after sending
5585
5586 2003-01-15 [paul]       0.8.8claws102
5587
5588         * sync with 0.8.8cvs8
5589                 see ChangeLog 2002-01-15
5590
5591 2003-01-15 [colin]      0.8.8claws101
5592
5593         * src/Makefile.am
5594                 Fix linking with GNU libiconv
5595
5596 2003-01-15 [darko]      0.8.8claws100
5597
5598         * src/pine.c
5599                 fix crash when importing pine address book
5600                 entry with an empty name (reported by DY
5601                 <dybulk at tri8.net>)
5602
5603 2003-01-14 [paul]       0.8.8claws99
5604
5605         * configure.in  ** REMOVED **
5606           configure.ac  ** NEW FILE **
5607                 rename configure.in to configure.ac, as it is now
5608                 preferred
5609
5610 2003-01-14 [melvin]     0.8.8claws98
5611
5612         * src/folderview.c
5613                 folderview_check_new(): More precise function description
5614
5615 2003-01-14 [melvin]     0.8.8claws97
5616
5617         * src/folderview.c
5618                 folderview_check_new(): return the number of new messages 
5619                         since last check.
5620         * src/inc.c
5621                 inc_account_mail(): Disable counting of new messages for IMAP
5622                         and NNTP until bug [19] and [14] are fixed.
5623
5624 2003-01-14 [paul]       0.8.8claws96
5625
5626         * sync with 0.8.8cvs6
5627                 see ChangeLog 2003-01-14
5628
5629 2003-01-13 [alfons]     0.8.8claws95
5630
5631         * src/textview.c
5632                 tune email address validation (c. 0.8.8claws89): if . is 
5633                 just one char away from @, the address is invalid too 
5634                 (correctly rejects addresses like foo@.com)
5635
5636 2003-01-13 [paul]       0.8.8claws94
5637
5638         * src/messageview.c
5639           src/toolbar.c
5640                 fixes to the Message View toolbar and menu:
5641                 fix non-functioning Forward button
5642                 make Reply button consider default_reply_list
5643                 remove 'Follow-up...' menu entry
5644                 add 'Forward' and 'Redirect' menu entries
5645
5646 2003-01-13 [melvin]     0.8.8claws93
5647
5648         * src/inc.c
5649                 Fixed typo that could make new messages count incorrect.
5650
5651 2003-01-13 [melvin]     0.8.8claws92
5652
5653         * src/folderview.[ch]
5654                 folderview_check_new(): return the number of new messages.
5655         * src/inc.c
5656                 Should fix bug [14] where new mail notification worked 
5657                         incorrectly with IMAP accounts.
5658                 inc_spool_account(): return number of new msgs, or -1 on error
5659                 inc_all_spool(): return number of new msgs
5660                 
5661 2003-01-13 [melvin]     0.8.8claws91
5662
5663         * src/prefs_actions.c
5664                 Justify help text.
5665
5666 2003-01-12 [thorsten]   0.8.8claws90
5667
5668         * src/common/prefs.c
5669                 close file before rename
5670
5671 2003-01-12 [alfons]     0.8.8claws89
5672
5673         * AUTHORS
5674                 add Christian Mertes
5675         * src/common/utils.[ch]
5676                 g_stricase_hash(), g_stricase_equal(): functions for 
5677                 case insensitive hash tables
5678         * src/textview.c
5679                 use top level domain names to validate email address, based
5680                 on a patch by Christian Mertes (thanks!), but changed 
5681                 implementation to use a hash table 
5682
5683 2003-01-12 [paul]       0.8.8claws88
5684
5685         * po/bg.po
5686                 updated by George Danchev
5687
5688 2003-01-12 [alfons]     0.8.8claws87
5689
5690         * src/summaryview.c
5691                 delete / execute performance: use new style folder update
5692
5693 2003-01-12 [paul]       0.8.8claws86
5694
5695         * sync with 0.8.8cvs5
5696                 see ChangeLog 2003-01-13 (!)
5697
5698 2003-01-12 [alfons]     0.8.8claws85
5699
5700         * src/filtering.c
5701         * src/matcher_parser_parse.y
5702                 prepare change_score filtering action
5703         * src/matcher.[ch]
5704                 give up const-correctness on functions that call non-const-correct functions;
5705                 several casts to gpointer in g_free();
5706                 add change_score;
5707
5708 2003-01-12 [christoph]  0.8.8claws84
5709
5710         * src/compose.c
5711                 fix 2 warnings
5712
5713         * src/gtk/prefswindow.[ch]
5714         * src/plugins/spamassassin/spamassassin_gtk.c
5715                 changed the call of the widget create function
5716                 for PrefsPages, because sometimes the widget
5717                 create function needs a widget that already has
5718                 been attached to a window (to create GDK pixmaps
5719                 for exmaple). So we simply pass the GtkWindow as
5720                 the second parameter now.
5721
5722         * src/main.c
5723         * src/mainwindow.c
5724         * src/prefs_toolbar.[ch]
5725                 rewrite Toolbar Preferences using the new
5726                 prefs window
5727
5728 2003-01-11 [alfons]     0.8.8claws83
5729
5730         * src/addressadd.c
5731                 fix crash when adding sender to addressbook because status bar
5732                 isn't there (the status bar doesn't seem to be used though,
5733                 but I'll let Match decide what to do with it)
5734
5735 2003-01-11 [colin]      0.8.8claws82
5736
5737         * src/main.c
5738           src/toolbar.c
5739                 Two useless changes reversed
5740
5741 2003-01-11 [colin]      0.8.8claws81
5742
5743         * src/mainwindow.c
5744           src/mainwindow.h
5745                 Add mainwindow_get_mainwindow()
5746         * src/alertpanel.c
5747           src/alertpanel.h
5748                 Add alertpanel_error_log() 
5749         * src/compose.c
5750           src/inc.c
5751           src/messageview.c
5752           src/toolbar.c
5753           src/main.c
5754           src/procmsg.c
5755                 Network errors get a View Log button
5756
5757 2003-01-10 [alfons]     0.8.8claws80
5758
5759         * src/prefs_toolbar.c
5760         * src/toolbar.c
5761                 use the translatable string for "Separator" as file name for
5762                 separator toolbar items (probably make this uppercase?)
5763
5764 2003-01-10 [alfons]     0.8.8claws79
5765
5766         * src/prefs_toolbar.c
5767                 put right A_SEPARATOR description string in "displayed
5768                 toolbar items list" so manually added separators are
5769                 saved correctly (bug #10, "Adding a separator to the main 
5770                 toolbar fails, entry in xml file is wrong")
5771
5772 2003-01-10 [christoph]  0.8.8claws78
5773
5774         * src/imap.c
5775                 o fix warnings
5776                 o use CAPABILITY to check if NAMESPACE is available
5777
5778 2003-01-10 [christoph]  0.8.8claws77
5779
5780         * src/imap.[ch]
5781                 apply UIDPLUS IMAP extension support patch
5782
5783         Patch submitted by Simon 'corecode' Schubert
5784
5785 2003-01-10 [paul]       0.8.8claws76
5786
5787         * src/folderview.c
5788                 a sync from main which fixes the news account folders'
5789                 Properties bug
5790
5791 2003-01-10 [christoph]  0.8.8claws75
5792
5793         * src/folder.c
5794                 don't accept 0 as a valid uid returned by copy and move
5795                 functions. 0 means the message was copied or moved but the
5796                 new uid could not be fetched. It is not an error condition
5797                 for the copy or move operation.
5798
5799 2003-01-10 [paul]       0.8.8claws74
5800
5801         * src/prefs_filtering.c
5802                 change English used in Alert when entry is not
5803                 saved.
5804                 
5805         * sync with 0.8.8cvs4
5806                 see ChangeLog 2003-01-10
5807
5808 2003-01-10 [darko]      0.8.8claws73
5809
5810         * src/pine.c
5811                 fix crash when importing address book entry
5812                 without a valid address
5813
5814 2003-01-09 [alfons]     0.8.8claws72
5815
5816         * src/inc.c
5817                 filtering performance: use new style folder update
5818
5819 2003-01-09 [christoph]  0.8.8claws71
5820
5821         * src/compose.c
5822         * src/gtk/menu.[ch]
5823                 fix wrong selecting of mime encoding type, when
5824                 opening property dialog of attachments in the
5825                 compose window. 7bit was always selected and that
5826                 destoryed files with 8bit data.
5827                 (closes bug #9 Sylpheed-claws destroys attachments when
5828                  changing MIME-types)
5829
5830 2003-01-09 [paul]       0.8.8claws70
5831
5832         * sync with 0.8.8cvs3
5833                 see ChangeLog 2003-01-09
5834
5835 2003-01-08 [alfons]     0.8.8claws69
5836         
5837         * src/addressadd.c
5838                 apply patch by Kim Schulz to fix build breakage
5839                 because of missing variable
5840
5841 2003-01-08 [paul]       0.8.8claws68
5842
5843         * sync with 0.8.8cvs2
5844                 see ChangeLog 2002-01-08
5845
5846 2003-01-08 [paul]       0.8.8claws67
5847
5848         * po/it.po
5849                 updated by Alessandro Maestri
5850                 
5851         * src/addressadd.c
5852                 when using 'Add sender to addressbook' allow
5853                 name to be edited and remarks to be entered
5854                 Patch submitted by Luke Plant
5855
5856 2003-01-08 [darko]      0.8.8claws66
5857
5858         * README.claws, src/summaryview.c
5859                 fix description for marked messages
5860
5861 2003-01-08 [paul]
5862
5863         * tools/Makefile.am
5864           tools/launch_phoenix  ** NEW FILE **
5865                 add script that enables using Phoenix as the default
5866                 web browser. 
5867                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5868                 
5869         * tools/OOo2sylpheed.pl
5870                 remove full path to sylpheed executable, just 'sylpheed'
5871                 will do
5872                 
5873         * tools/README
5874                 add launch_phoenix informtion and re-arrange and compress
5875                 the data a little
5876
5877 2003-01-07 [christoph]  0.8.8claws65
5878
5879         * src/folder.c
5880                 fix update for source folder when moving messages
5881         * src/procmsg.[ch]
5882         * src/summaryview.c
5883                 use function to set to_folder for message infos and
5884                 automatically update the op_count for old and new
5885                 folder
5886
5887 2003-01-07 [melvin]     0.8.8claws64
5888
5889         * src/prefs_actions.c
5890                 Fixed bug where an '%p' Action on a displayed image crashed 
5891                         Sylpheed
5892                 Code clean up (get rid of duplicated code and removed unnecessary 
5893                                 structure member)
5894
5895 2003-01-07 [christoph]  0.8.8claws63
5896
5897         * src/compose.c
5898         * src/folder.[ch]
5899         * src/folderview.c
5900         * src/import.c
5901         * src/inc.c
5902         * src/main.c
5903         * src/mainwindow.c
5904         * src/messageview.c
5905         * src/prefs_folder_item.c
5906         * src/procmsg.c
5907         * src/summaryview.c
5908         * src/toolbar.c
5909                 o remove all folder update triggering from the UI code. The folder
5910                   system should know much better when a folder needs an update.
5911                 o to prevent multiple updates in a row the folder updates can be
5912                   frozen for some time.
5913
5914                 Note: - Please verify that no updates are missing
5915                       - Check where freeze/thaws should be added
5916
5917 2003-01-07 [christoph]  0.8.8claws62
5918
5919         * src/prefs_actions.c
5920                 don't translate empty strings
5921
5922         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5923
5924 2003-01-06 [christoph]  0.8.8claws61
5925
5926         * src/prefs_actions.c
5927                 mark strings for gettext
5928         * src/prefs_matcher.c
5929                 use new description window for Execute action and
5930                 match condition in Filtering
5931
5932         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5933
5934 2003-01-06 [alfons]     0.8.8claws60
5935
5936         keep myself inspired to re-organize matcher part 8; 
5937         yes, more to come (I need to move out the descriptive
5938         text for actions to matcher.c, or at least make it not
5939         depend on the wicked ordering)
5940
5941         * src/prefs_matcher.c
5942                 add documentation so others may comprehend the
5943                 UI part of the conditions
5944                 
5945 2003-01-06 [christoph]  0.8.8claws59
5946
5947         * src/prefs_actions.c
5948                 use new description window for syntax help
5949         * src/gtk/description_window.c
5950                 fix display of descriptions with column count != 2
5951
5952         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5953
5954 2003-01-06 [christoph]  0.8.8claws58
5955
5956         * src/quote_fmt.c
5957         * src/summaryview.[ch]
5958         * src/gtk/Makefile.am
5959         * src/gtk/description_window.[ch]       ** NEW **
5960                 use a generic window to display syntax descriptions
5961                 currently used in quote_fmt and summaryview (new description
5962                 for extended quick search)
5963
5964         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5965
5966 2003-01-06 [paul]       0.8.8claws57
5967
5968         * sync with 0.8.8cvs1
5969                 see ChangeLog 2003-01-06
5970
5971 2003-01-06 [christoph]  0.8.8claws56
5972
5973         * src/mainwindow.c
5974         * src/prefs_gtk.[ch]
5975         * src/gtk/prefswindow.[ch]
5976         * src/plugins/spamassassin/spamassassin_gtk.c
5977                 o remove page management from prefswindow, pages
5978                   will be an argument to prefswindow_open
5979                 o prefswindow_open gets a datapointer that is
5980                   passed to the widget_create function to allow
5981                   creation of prefswindow for specific items
5982
5983 2003-01-06 [colin]      0.8.8claws55
5984         
5985         * src/summaryview.c
5986                 We don't want regexp in the reply-finder, 
5987                 because MIDs can contain !,$,. and so on
5988
5989 2003-01-06 [jens]       0.8.8claws54
5990
5991         * src/jpilot.c
5992                 fixed a wrong free in jpilot_read_db_files
5993
5994 2003-01-06 [alfons]     0.8.8claws53
5995
5996         re-organize matcher part 8; more to come
5997        
5998         * src/matcher.c
5999                 matcherprop_to_string(): put g_free()s before the
6000                 switch-case break to fix memleaks                
6001
6002 2003-01-06 [colin]      0.8.8claws52
6003
6004         * src/summaryview.c
6005                 cleanup & reply-finder now displays the first 
6006                 matching message
6007
6008 2003-01-05 [alfons]     0.8.8claws51
6009
6010         re-organize matcher part 7; more to come
6011
6012         * src/matcher.[ch]
6013                 fixes for constant correctness;
6014                 more documentation;
6015
6016 2003-01-05 [alfons]     0.8.8claws50
6017
6018         re-organize matcher part 6; more to come
6019         
6020         * src/matcher.[ch]
6021                 fixes for constant correctness;
6022                 more documentation;
6023         * src/filtering.c
6024                 fix for constant correctness
6025
6026 2003-01-05 [colin]      0.8.8claws49
6027
6028         * src/account.[ch]
6029                 Add account_get_reply_account function
6030         * src/compose.c
6031                 Use account_get_reply_account function 
6032         * src/summaryview.c
6033                 Basic reply-finder - click on the replied
6034                 icon gets you to the outbox using quick-search
6035
6036 2003-01-05 [paul]       0.8.8claws48
6037
6038         * src/prefs_common.c
6039                 small change to English
6040                 
6041         * src/prefs_filtering.c
6042                 prefs_filtering_action_select(): improve logic and uniformity
6043                 of gui
6044
6045 2003-01-05 [alfons]     0.8.8claws47
6046
6047         fine tune solution to focus problems (bug #7)
6048
6049         * src/mainwindow.c
6050                 mainwindow_focus_in_event(): remove grab event check
6051         * src/summaryview.c
6052                 summary_button_pressed(): move selection on right-click
6053                 too. we can't possibly move the selection back after
6054                 canceling a dialog, because gtk's incomplete focus 
6055                 management. whether this is a good solution, only time
6056                 will tell.
6057
6058 2003-01-05 [christoph]  0.8.8claws46
6059
6060         * src/imap.c
6061                 fix crash when no imap connection could be established
6062
6063 2003-01-05 [paul]       0.8.8claws45
6064
6065         * src/mainwindow.c
6066           src/sumamryview.c
6067           src/gtk/menu.[ch]
6068                 fix bug 605957 'shortcuts in popup-menu'
6069                 make user-defined shortcuts work
6070                 show shortcuts that are already defined
6071                 in the main menu
6072                 Patch submitted by Luke Plant
6073
6074 2003-01-05 [alfons]     0.8.8claws44
6075
6076         * src/mainwindow.c
6077                 focus_in_event handler should not select summary view row 
6078                 when another window (menu, dialog) grabbed for events 
6079                 (bug #7, "[0.8.8claws42] Message summary focus") 
6080
6081 2003-01-04 [christoph]  0.8.8claws43
6082
6083         * src/procmsg.c
6084                 update save folder after adding the sent message
6085                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6086
6087 2003-01-02 [christoph]  0.8.8claws42
6088
6089         * src/common/plugin.c
6090                 fix unloading of all plugins and unload
6091                 plugins in reverse order
6092                 
6093         * src/gtk/pluginwindow.c
6094                 implement function of load and unload button
6095
6096         * src/gtk/prefswindow.c
6097         * src/gtk/prefswindow.h
6098                 rename register function and add new unregister
6099                 function
6100
6101         * src/plugins/spamassassin/spamassassin_gtk.c
6102                 unregister prefs page and update for changes in
6103                 src/gtk/prefswindow.c
6104
6105 2003-01-02 [paul]       0.8.8claws41
6106
6107         * po/es.po
6108                 updated by Ricardo Mones Lastra
6109
6110 2003-01-02 [paul]
6111
6112         * tools/tb2sylpheed
6113                 fixes and improvements by Urke MMI
6114
6115 2003-01-02 [thorsten]   0.8.8claws40
6116
6117         * src/procmsg.c
6118                 fixed wrong return value
6119
6120 2003-01-02 [thorsten]   0.8.8claws39
6121
6122         * src/prefs.c
6123                 fixed printing wrong variable
6124
6125 2003-01-02 [thorsten]   0.8.8claws38
6126
6127         * src/prefs.c
6128                 fixed acessing members of freed pfile struct
6129
6130 2003-01-02 [thorsten]   0.8.8claws37
6131
6132         * src/procmsg.c
6133                 detect loops across several messages
6134                 as suggested by Christoph Hohmann
6135
6136 2003-01-01 [match]      0.8.8claws36
6137
6138         * src/addrindex.c
6139                 fixed another memory leak.
6140
6141 2003-01-01 [match]      0.8.8claws35
6142
6143         * src/jpilot.[ch]
6144                 fixed memory leaks. applied Doxygen comments.
6145
6146 2003-01-01 [thorsten]   0.8.8claws34
6147
6148         * src/procmsg.c
6149                 inhibit endless loop if msg references itself
6150                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6151
6152 2003-01-01 [christoph]  0.8.8claws33
6153
6154         * src/mainwindow.c
6155         * src/gtk/Makefile.am
6156         * src/gtk/pluginwindow.c                ** NEW **
6157         * src/gtk/pluginwindow.h                ** NEW **
6158                 add plugin window
6159
6160         * src/plugins/demo/demo.c
6161         * src/plugins/spamassassin/spamassassin.c
6162         * src/plugins/spamassassin/spamassassin_gtk.c
6163                 write better plugin descriptions
6164
6165 2002-12-31 [christoph]  0.8.8claws32
6166
6167         * src/gtk/prefswindow.c
6168         * src/plugins/spamassassin/spamassassin_gtk.c
6169                 some small improvements to GTK code
6170
6171 2002-12-31 [christoph]  0.8.8claws31
6172
6173         * src/plugins/spamassassin/spamassassin_gtk.c
6174                 enable folder select button
6175
6176 2002-12-31 [christoph]  0.8.8claws30
6177
6178         * src/mainwindow.c
6179         * src/gtk/Makefile.am
6180         * src/gtk/prefswindow.c                         ** NEW **
6181         * src/gtk/prefswindow.h                         ** NEW **
6182                 add new prefs window
6183
6184         * src/common/plugin.c
6185                 don't try to load empty config lines
6186         
6187         * src/plugins/spamassassin/Makefile.am
6188         * src/plugins/spamassassin/spamassassin.c
6189         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6190         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6191                 GTK config for SpamAssassin Plugin using
6192                 the new prefs window
6193
6194 2002-12-31 [paul]       0.8.8claws29
6195
6196         * po/POTFILES.in
6197                 remove obsolete entry 'src/menu.c'
6198
6199 2002-12-31 [alfons]     0.8.8claws28
6200
6201         * src/matcher.[ch]
6202         * src/matcher_parser_parse.y
6203         * src/prefs_matcher.c
6204                 add "ignore_thread" and "~ignore_thread" condition so it's
6205                 possible to make the actions / scoring operate on the ignore
6206                 thread flag
6207
6208 2002-12-31 [christoph]  0.8.8claws27
6209
6210         * src/addrbook.c
6211         * src/addrindex.c
6212         * src/folder.c
6213         * src/matcher.c
6214         * src/prefs_account.c
6215         * src/prefs_actions.c
6216         * src/prefs_customheader.c
6217         * src/prefs_display_header.c
6218         * src/prefs_gtk.c
6219         * src/procmime.c
6220         * src/toolbar.c
6221         * src/xmlprops.c
6222         * src/common/prefs.[ch]
6223                 extend prefs file handling for reading and automatic handling
6224                 of blocks. When reading prefs_set_block_label will automatically
6225                 move on to the block. When writing it will copy all other blocks
6226                 automatically
6227
6228         * src/common/plugin.c
6229                 Now loading plugin filenames from [Plugins] block in
6230                 sylpheed rc file
6231
6232 2002-12-30 [christoph]  0.8.8claws26
6233
6234         * src/common/hooks.[ch]
6235                 return abort status to caller of hooks_invoke
6236                 
6237         * src/inc.[ch]
6238                 invoke message filtering hook and stop
6239                 default handling when filter returns abort
6240
6241         * src/common/plugin.[ch]
6242         * src/plugins/demo/demo.c
6243                 modify plugin loader, because resolving symbols for strings
6244                 does not work correctly
6245         
6246         * configure.in
6247         * ac/spamassassin.m4                            ** NEW **
6248         * src/plugins/spamassassin/.cvsignore           ** NEW **
6249         * src/plugins/spamassassin/Makefile.am          ** NEW **
6250         * src/plugins/spamassassin/README               ** NEW **
6251         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6252         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6253         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6254                 add spamassassin plugin, see src/plugins/spamassassin/README
6255                 for details
6256
6257 2002-12-29 [alfons]     0.8.8claws25
6258
6259         * src/mainwindow.c
6260                 when moving focus from a message view to the main 
6261                 window, don't forget to select the summary node
6262                 of the displayed message. should fix "[ 659103 ] 
6263                 focus-follows-mouse confuses sylpheed"
6264
6265 2002-12-29 [christoph]  0.8.8claws24
6266
6267         * src/Makefile.am
6268         * src/stringtable.[ch]          ** REMOVE **
6269         * src/common/Makefile.am
6270         * src/common/stringtable.[ch]   ** NEW **
6271                 move stringtable files to common directory
6272
6273 2002-12-29 [christoph]  0.8.8claws23
6274
6275         * src/Makefile.am
6276         * src/menu.[ch]                 ** REMOVE **
6277         * src/gtk/Makefile.am
6278         * src/gtk/menu.[ch]             ** NEW **
6279                 move menu files to gtk directory
6280
6281 2002-12-29 [match]      0.8.8claws22
6282
6283         * src/addressbook.c
6284         * src/syldap.c
6285                 moved UI specific code out of LDAP code into addressbook
6286                 UI code. fixed memory leak.
6287
6288 2002-12-29 [christoph]  0.8.8claws21
6289
6290         * src/folder.c
6291                 only check for IGNORED parent message when message is
6292                 not IGNORED itself
6293
6294 2002-12-29 [alfons]     0.8.8claws20
6295
6296         * src/summaryview.c
6297                 set gtksctree's anchor correct (immediate execute
6298                 changes the tree's layout, and anchor points at 
6299                 the incorrect row). fixes "[ 657233 ] multiple msg 
6300                 delete sometimes off by 1".
6301                 we probably have to look for more tree layout /
6302                 anchor glitches.
6303
6304 2002-12-29 [paul]       0.8.8claws19
6305
6306         * src/summaryview.c
6307                 fix bug [ 659054 ] incorrect sorting of 'From' column
6308                 when using 'display sender using address book'
6309                 thanks to Alfons and Luke Plant
6310
6311 2002-12-29 [christoph]  0.8.8claws18
6312
6313         * src/folder.c
6314         * src/procmsg.[ch]
6315                 check parent messages for IGNORE THREAD flag, when adding,
6316                 moving or copying messages to a folder
6317
6318 2002-12-27 [alfons]     0.8.8claws17
6319
6320         re-organize matcher part 5; more to come
6321
6322         * src/matcher.c
6323                 hash keywords in matchparser_tab 
6324
6325 2002-12-27 [alfons]     0.8.8claws16
6326
6327         re-organize matcher part 4; more to come
6328
6329         * src/matcher_parser.h
6330         * src/matcher_parser_lex.l
6331         * src/matcher_parser_parse.y
6332                 cleanup
6333
6334 2002-12-27 [alfons]     0.8.8claws15
6335
6336         re-organize matcher part 3; more to come
6337
6338         * src/matcher.[ch]
6339                 cleanup
6340
6341 2002-12-27 [alfons]     0.8.8claws14
6342
6343         re-organize matcher part 2; more to come but this should
6344         work. cc me if there are any regressions.
6345
6346         * src/matcher.h
6347                 add prototype for get_matchparser_tab_id()
6348         * src/matcher_parser_lex.l
6349                 look up keywords using matchparser_tab_id();
6350
6351 2002-12-27 [alfons]     0.8.8claws12
6352
6353         re-organize matcher part 1
6354
6355         * src/matcher.h
6356                 map yacc generated constants to sylpheed matcher constants
6357         * src/matcher.c
6358                 add function to find a matcher constant from a string
6359
6360 2002-12-27 [christoph]  0.8.8claws11
6361
6362         * src/compose.c
6363                 MENUITEM_ADD casts the 4th argument from integer to pointer
6364                 so it probably should not be a pointer, this means we
6365                 should use account id for it and not the account's pointer
6366
6367 2002-12-27 [paul]       0.8.8claws10
6368
6369         * src/mainwindow.c
6370                 remove unneeded 'GtkWidget *vbox'
6371                 
6372         * src/summaryview.c
6373                 further sync with 0.8.8 - make sort
6374                 by recipient work as expected
6375                 
6376         * NEWS
6377                 sync with 0.8.8
6378
6379 2002-12-27 [paul]       0.8.8claws9
6380
6381         * po/pt_BR.po
6382                 updated by Ivan F. Martinez
6383                 
6384 2002-12-27 [darko]      0.8.8claws8
6385
6386         * src/common/utils.c
6387                 added locked pattern to extended search
6388
6389 2002-12-27 [alfons]     0.8.8claws7
6390
6391         * src/prefs_matcher.[ch]
6392                 clean up
6393
6394 2002-12-26 [alfons]     0.8.8claws6
6395
6396         * src/matcher.[ch]
6397         * src/matcher_parser_lex.l
6398         * src/matcher_parser_parse.y
6399         * src/prefs_matcher.c
6400                 allow color label as a condition in the matcher
6401
6402 2002-12-26 [oliver]     0.8.8claws5
6403         
6404         * src/toolbar.c 
6405                 enable Addressbook for Main and Messageview
6406         * src/prefs_actions.c
6407                 enable actions in Messageview
6408
6409 2002-12-26 [christoph]  0.8.8claws4
6410
6411         * src/common/plugin.c
6412                 add a little debug output
6413         * configure.in
6414         * src/plugins/demo/Makefile.am
6415                 better use of automake
6416
6417 2002-12-26 [christoph]  0.8.8claws3
6418
6419         * src/Makefile.am
6420         * src/common/Makefile.am
6421                 fix "make distdir"
6422
6423 2002-12-26 [christoph]  0.8.8claws2
6424
6425         * configure.in
6426                 sort configure checks into common / gtk / plugins
6427         * po/POTFILES.in
6428                 add src/prefs_gtk.c
6429         * src/Makefile.am
6430                 add plugins SUBDIR
6431         * src/main.c
6432         * src/common/sylpheed.[ch]
6433                 added now sylpheed_done function for shutdown
6434         * src/common/Makefile.am
6435         * src/common/plugin.[ch]                ** NEW **
6436                 plugin loader and unloader
6437         * src/plugins/.cvsignore                ** NEW **
6438         * src/plugins/Makefile.am               ** NEW **
6439                 build plugins
6440         * src/plugins/demo/.cvsignore           ** NEW **
6441         * src/plugins/demo/Makefile.am          ** NEW **
6442         * src/plugins/demo/demo.c               ** NEW **
6443                 small demo plugin that installs a logtext hook and
6444                 outputs the log text to stdout
6445
6446 2002-12-26 [paul]       0.8.8claws1
6447
6448         * po/es.po
6449                 updated by Ricardo Mones Lastra
6450
6451 2002-12-26 [paul]       0.8.8claws
6452
6453         * 0.8.8claws released
6454
6455 2002-12-26 [paul]       0.8.7claws12
6456
6457         * po/bg.po
6458                 updated by George Danchev
6459
6460 2002-12-26 [paul]       0.8.7claws11
6461
6462         * po/POTFILES.in
6463                 remove unneeded 'src/prefs.c' entry 
6464
6465 2002-12-26 [paul]       0.8.7claws10
6466
6467         * src/codeconv.c
6468           src/mainwindow.c
6469                 sync with 0.8.8 release
6470         
6471         * src/folder.[ch]
6472           src/mh.c
6473           src/summaryview.c
6474                 partial sync with 0.8.8 release
6475         
6476
6477 2002-12-25 [alfons]     0.8.7claws9
6478
6479         * src/matcher.[ch]
6480         * src/matcher_parser_lex.l
6481         * src/matcher_parser_parse.y
6482         * src/prefs_matcher.c
6483                 add locked flag to possible filtering / matcher 
6484                 conditions (also a good example what should be
6485                 done to add a simple boolean condition)
6486
6487 2002-12-25 [christoph]  0.8.7claws8
6488
6489         * src/Makefile.am
6490         * src/account.[ch]
6491         * src/addrbook.c
6492         * src/addressbook.c
6493         * src/addrindex.c
6494         * src/filtering.c
6495         * src/folder.c
6496         * src/matcher.c
6497         * src/prefs.[ch]                ** REMOVE **
6498         * src/prefs_account.c
6499         * src/prefs_actions.c
6500         * src/prefs_common.c
6501         * src/prefs_customheader.c
6502         * src/prefs_display_header.c
6503         * src/prefs_filtering.c
6504         * src/prefs_folder_item.c
6505         * src/prefs_gtk.[ch]            ** NEW **
6506         * src/prefs_matcher.c
6507         * src/prefs_scoring.c
6508         * src/prefs_summary_column.c
6509         * src/procmime.c
6510         * src/selective_download.c
6511         * src/toolbar.c
6512         * src/common/Makefile.am
6513         * src/common/prefs.[ch]         ** NEW **
6514                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6515
6516 2002-12-24 [alfons]     0.8.7claws7
6517
6518         * src/summaryview.c
6519                 summary_thread_build(): fix real cause of the crash mentioned in
6520                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6521                 this way we get meaningful ctree nodes 
6522
6523 2002-12-24 [oliver]     0.8.7claws6
6524
6525         * src/mainwindow.[ch]
6526         * src/messageview.[ch]
6527         * src/compose.[ch]
6528         * src/inc.c
6529         * src/summaryview.c
6530                 changes to use updated toolbar handling
6531                 
6532 2002-12-24 [oliver]     0.8.7claws5
6533
6534         * src/toolbar.[ch]
6535                 generic toolbar handling
6536                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6537         * src/prefs_toolbar.[ch]
6538                 adjust to handling
6539         
6540 2002-12-24 [oliver]     0.8.7claws4
6541         
6542         * src/stock_pixmap.[ch]
6543                 move SYLPHEED_LOGO to end of list in order 
6544                 to remove it from Custom Toolbar`s Icon View
6545
6546 2002-12-24 [alfons]     0.8.7claws3
6547
6548         * src/summaryview.c
6549                 summary_thread_build(): fix crash because of focus != selection 
6550                 after threading. when deleting the selection, gtk tries but fails 
6551                 to find the correct focusable element. we now force the selection
6552                 to be focused. this should solve the infamous bug reported by 
6553                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6554                 a test case is available. 
6555
6556 2002-12-24 [darko]      0.8.7claws2
6557
6558         * src/summaryview.c
6559                 don't crash when unmarking message with unread children
6560
6561 2002-12-23 [christoph]  0.8.7claws1
6562
6563         * src/Makefile.am
6564         * src/common/Makefile.am
6565                 update Makefiles for moved intl.h, version.h and defs.h
6566         * src/imap.c
6567                 rewrite imap_session_get to avoid duplicate code
6568
6569 2002-12-23 [paul]       0.8.7claws
6570
6571         * Santa-Claws released
6572         
6573         * po/hu.po
6574           po/ru.po
6575                 squeeze in updated Hungarian and Russian translations.
6576                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6577
6578 2002-12-23 [paul]       0.8.6claws129
6579
6580         * po/pl.po
6581                 updated by Witold Wladyslaw Wojciech Wilk
6582
6583 2002-12-23 [paul]       0.8.6claws128
6584
6585         * src/quote_fmt_parse.y
6586                 fix typo and add licence header
6587
6588 2002-12-23 [paul]       0.8.6claws127
6589
6590         * po/en_GB.po
6591                 updated
6592
6593 2002-12-23 [paul]       0.8.6claws126
6594
6595         * po/it.po
6596                 updated translation, submitted by Alessandro Maestri
6597                 
6598 2002-12-23 [paul]       0.8.6claws125
6599
6600         * src/quote_fmt_parse.y
6601                 fix signature-stripping on replies bug. match
6602                 '-- \n' and not '-- '.
6603
6604 2002-12-22 [paul]       0.8.6claws124
6605
6606         * po/bg.po
6607           po/es.po
6608           po/sr.po
6609                 updated translations. submitted by George Danchev,
6610                 Ricardo Mones Lastra, and Urke MMI respectively
6611
6612 2002-12-21 [paul]       0.8.6claws123
6613
6614         * src/addrbook.c
6615                 fix coding style
6616
6617 2002-12-21 [paul]       0.8.6claws122
6618
6619         * src/addrbook.c
6620                 fix bug [643638] where if a person is in one or more
6621                 addressbook groups editing that person's email 
6622                 address results in removal from those groups.
6623                 Patch submitted by Luke Plant.
6624
6625 2002-12-20 [christoph]  0.8.6claws121
6626
6627         * src/common/utils.c
6628         * src/summaryview.c
6629                 reimplement expand_search_string using GString to
6630                 prevent crashs caused by miscalculated string
6631                 lengths reported by Paul
6632
6633 2002-12-20 [christoph]  0.8.6claws120
6634
6635         * src/summaryview.c
6636                 don't use "changed" to check if op_count has to be changed as it
6637                 is also set when the message has unread children
6638                 (closes bug [ 653221 ] crash while deleting duplicates)
6639
6640 2002-12-20 [paul]       0.8.6claws119
6641
6642         * sync with 0.8.6cvs27
6643                 see ChangeLog 2002-12-20
6644
6645 2002-12-20 [paul]       0.8.6claws118
6646
6647         * sync with 0.8.6cvs26
6648                 see ChangeLog 2002-12-19 and 2002-12-20
6649
6650 2002-12-19 [alfons]     0.8.6claws117
6651
6652         * src/textview.c
6653                 fix incorrect parsing of email addresses, submitted by 
6654                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6655                 name display if it contains @".
6656
6657 2002-12-18 [paul]       0.8.6claws116
6658
6659         * sync with 0.8.6cvs23
6660                 see ChangeLog 2002-12-18
6661
6662 2002-12-18 [paul]       0.8.6claws115
6663
6664         * src/Makefile.am
6665         * src/account.c
6666         * src/codeconv.c
6667         * src/gtkutils.[ch]
6668         * src/imap.c
6669                 sync with 0.8.6cvs22.
6670                 see ChangeLog 2002-12-17 and 2002-12-18
6671
6672 2002-12-17 [christoph]  0.8.6claws114
6673
6674         * src/imap.c
6675                 o don't create a session if imap greeting fails
6676                 o don't close socket when authentication fails
6677                   this is done by imap_session_destroy
6678
6679 2002-12-17 [thorsten]   0.8.6claws113
6680
6681         * tools/Makefile.am
6682           tools/README
6683           tools/google_msgid.pl ** NEW FILE **
6684                 Added "search for message-id" script and doc
6685
6686 2002-12-17 [thorsten]   0.8.6claws112
6687
6688         * po/hu.po
6689                 Updated hungarian translation
6690                 (updated by Gal Zoltan)
6691
6692 2002-12-16 [christoph]  0.8.6claws111
6693
6694         * src/addr_compl.c
6695                 remove stupid addressbook dump to debug output
6696         * src/mh.c
6697                 fix memory leak found by Hiro
6698
6699 2002-12-14 [paul]       0.8.6claws110
6700
6701         * src/compose.c
6702                 fix menubar sensitivity on send
6703                 
6704         * src/prefs_filtering.c
6705         * src/prefs_matcher.c
6706         * src/prefs_scoring.c
6707                 Fix english ;)
6708                 
6709         * src/common/quoted-printable.h
6710                 sync: fix typo
6711         
6712 2002-12-13 [christoph]  0.8.6claws109
6713
6714         * src/Makefile.am
6715         * src/manage_window.[ch]        ** REMOVE **
6716         * src/gtk/Makefile.am
6717         * src/gtk/manage_window.[ch]    ** NEW **
6718                 move manage_window files to gtk directory
6719
6720 2002-12-13 [christoph]  0.8.6claws108
6721
6722         * src/Makefile.am
6723         * src/gtkshruler.[ch]           ** REMOVE **
6724         * src/gtk/Makefile.am
6725         * src/gtk/gtkshruler.[ch]       ** NEW **
6726                 move gtkshruler files to gtk directory
6727
6728 2002-12-13 [christoph]  0.8.6claws107
6729
6730         * src/Makefile.am
6731         * src/compose.c
6732         * src/gtkstext.[ch]             ** REMOVE **
6733         * src/gtkutils.[ch]
6734         * src/textview.c
6735         * src/gtk/gtkstext.[ch]         ** NEW **
6736         * src/gtk/Makefile.am
6737                 o move stext functions to gtkstext.c to remove
6738                   dependency of gtkutils
6739                 o move gtkstext files to gtk directory
6740
6741         * src/gtk/Makefile.am
6742         * src/gtk/sslcertwindow.[ch]
6743                 UI stuff can always depend on common code so
6744                 it's ok to add ../common to include path
6745
6746 2002-12-13 [colin]      0.8.6claws106
6747
6748         * src/summaryview.c
6749                 Disconnect sighandlers for mainwindow when
6750                 quicksearch has the focus
6751                 Fix bug #653231
6752         * src/mainwindow.[ch]
6753                 Make key_pressed callback public, to be able
6754                 to disconnect it
6755
6756 2002-12-13 [christoph]  0.8.6claws105
6757
6758         * src/mh.c
6759                 create .mh_sequences file in new MH folders
6760                 (closes feature request [ 523162 ] MH folders should
6761                  get a .mh_sequences)
6762
6763 2002-12-13 [colin]      0.8.6claws104
6764
6765         * src/summaryview.c
6766                 Better handling of quicksearch show/hide
6767                 (basically the button stays under the mouse 
6768                  when toggled)
6769
6770 2002-12-13 [paul]       0.8.6claws103
6771
6772         * sync with 0.8.6cvs17
6773                 see ChangeLog 2002-12-13
6774
6775 2002-12-13 [paul]       0.8.6claws102
6776
6777         * po/es.po
6778                 updated by Ricardo Mones Lastra
6779
6780 2002-12-11 [colin]       0.8.6claws101
6781
6782         * src/folder.c
6783                 remove statusbar stuff
6784           src/folderview.c
6785                 set statusbar verbosity when moving folders
6786
6787 2002-12-11 [colin]       0.8.6claws100
6788         * src/prefs_filtering.c
6789         * src/prefs_matcher.c
6790         * src/prefs_scoring.c
6791                 Fix english ;)
6792
6793 2002-12-11 [colin]       0.8.6claws99
6794
6795         * src/prefs_common.[ch]
6796                 Add summary_quicksearch_type
6797         * src/summaryview.c
6798                 Save last used quicksearch type
6799
6800 2002-12-11 [jens]       0.8.6claws98
6801         * src/prefs_filtering.c
6802         * src/prefs_matcher.c
6803         * src/prefs_scoring.c
6804                 added dialog for incomplete rules in scoring, filtering and
6805                 matcher to ask wheather really close
6806
6807 2002-12-11 [colin]      0.8.6claws97
6808
6809         * src/folder.c
6810                 Fix folder dnd statusbar logging
6811
6812 2002-12-10 [christoph]  0.8.6claws96
6813
6814         * src/compose.c
6815         * src/folder.c
6816         * src/imap.c
6817         * src/inc.c
6818         * src/main.c
6819         * src/mainwindow.c
6820         * src/news.c
6821         * src/send.c
6822         * src/statusbar.[ch]
6823         * src/common/hooks.c
6824         * src/common/log.[ch]
6825                 o handle verbose logging in statusbar directly in statusbar code
6826                   and common code does not need any knowledge about a statusbar
6827                 o remove direct calls to statusbar_(puts|pop)_all functions
6828
6829 2002-12-10 [jens]       0.8.6claws95
6830
6831         * src/*.c
6832                 removed gettext from g_warnings
6833         * po/POTFILES.in
6834                 cleaned and updated
6835         * po/de.po
6836                 updated
6837
6838 2002-12-10 [colin]      0.8.6claws94
6839
6840         * src/main.c
6841                 finish crash dialog fix
6842
6843 2002-12-10 [colin]      0.8.6claws93
6844
6845         * src/main.c
6846                 "Fix" "sylpheed already running" instead of
6847                 crash dialog appearing after a crash
6848
6849 2002-12-10 [colin]      0.8.6claws92
6850
6851         * po/POTFILES.in
6852                 add src/gtk/sslcertwindow.c
6853
6854 2002-12-10 [paul]       0.8.6claws91
6855
6856         * po/POTFILES.in
6857                 updated to reflect recent changes
6858                 submitted by Alessandro Maestri
6859
6860 2002-12-09 [christoph]  0.8.6claws90
6861
6862         * src/Makefile.am
6863         * src/smtp.[ch]                 ** REMOVE **
6864         * src/common/Makefile.am
6865         * src/common/smtp.[ch]          ** NEW **
6866                 move smtp files to common directory
6867
6868 2002-12-09 [christoph]  0.8.6claws89
6869
6870         * src/Makefile.am
6871         * src/session.[ch]              ** REMOVE **
6872         * src/common/Makefile.am
6873         * src/common/session.[ch]       ** NEW **
6874                 move session files to common directory
6875
6876 2002-12-09 [paul]       0.8.6claws88
6877
6878         * src/account.c
6879                 fix bug [649746] edit accounts: move account reverted
6880                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6881
6882 2002-12-09 [colin]      0.8.6claws87
6883
6884         * src/ssl_certificate.c
6885                 cleanup
6886
6887 2002-12-09 [colin]      0.8.6claws86
6888
6889         * src/ssl.c
6890                 Try to open the cert.pem database and 
6891                 issue a warning if it isn't there
6892
6893 2002-12-09 [colin]      0.8.6claws85
6894
6895         * src/common/ssl_certificate.c
6896         * src/gtk/sslcertwindow.c
6897                 Warning fixes
6898
6899 2002-12-09 [colin]      0.8.6claws84
6900
6901         * src/ssl_certificate.[ch] ** REMOVED **
6902         * src/common/ssl_certificate.[ch] ** NEW **
6903         * src/Makefile.am
6904         * src/common/Makefile.am
6905                 Moved ssl_certificate.[ch] to common
6906         * src/common/ssl.c 
6907                 Put back needed include
6908         * src/gtk/sslcertwindow.[ch]
6909                 Changed ssl_certificate.h include
6910         
6911 2002-12-09 [colin]      0.8.6claws83
6912
6913         * src/gtk/sslcertwindow.[ch]
6914                 Implement hook for certificate acception
6915         * src/ssl_certificate.[ch]
6916                 Implement hook for certificate acception
6917         * src/common/ssl.c
6918                 Reenable certificate acception check
6919         * src/mainwindow.c
6920                 Register sslcertwindow's hook
6921         
6922 2002-12-08 [christoph]  0.8.6claws82
6923
6924         * src/about.c
6925         * src/addr_compl.c
6926         * src/codeconv.c
6927         * src/manual.c
6928         * src/undo.c
6929         * src/common/utils.c
6930                 o add missing includes
6931                 o fix warnings
6932         * src/.cvsignore
6933         * src/common/.cvsignore
6934         * src/common/version.h          ** REMOVE **
6935                 remove autogenerated file
6936
6937 2002-12-08 [paul]       0.8.6claws81
6938
6939         * src/stringtable.c
6940                 put back needed include
6941
6942 2002-12-08 [colin]      0.8.6claws80
6943         
6944         * src/gtk/sslcertwindow.c
6945                 Cleaner popups when asking
6946         * src/ssl_certificate.c
6947         * src/prefs_common.[ch]
6948                 remove ssl certificate pref
6949                 put back needed include
6950         * src/undo.c
6951                 put back needed include
6952
6953 2002-12-08 [christoph]  0.8.6claws79
6954
6955         * src/folderview.c
6956         * src/logwindow.c
6957         * src/statusbar.c
6958         * src/summaryview.c
6959                 only abort hook invokation if required data is missing not
6960                 if our own data pointer is NULL, update hookfunction for
6961                 log window
6962
6963 2002-12-08 [paul]       0.8.6claws78
6964
6965         * src/about.c
6966         * src/addrcache.c
6967         * src/addrclip.c
6968         * src/addr_compl.c
6969         * src/addrselect.c
6970         * src/codeconv.c
6971         * src/colorlabel.c
6972         * src/enriched.c
6973         * src/esmtp.c
6974         * src/exporthtml.c
6975         * src/headerview.c
6976         * src/imageview.c
6977         * src/manual.c
6978         * src/noticeview.c
6979         * src/pgptext.c
6980         * src/scoring.c
6981         * src/sourcewindow.c
6982         * src/stringtable.c
6983         * src/undo.c
6984                 clean up: remove unneccesary includes
6985
6986 2002-12-08 [christoph]  0.8.6claws77
6987
6988         * src/folderview.c
6989         * src/statusbar.c
6990         * src/summaryview.c
6991         * src/common/hooks.[ch]
6992                 hook functions now have a gboolean return value, if a hook
6993                 returns TRUE it will stop executing of any more hooks in
6994                 the same hooklist for this invokation
6995
6996 2002-12-08 [colin]      0.8.6claws76
6997         
6998         * src/main.c
6999                 put back argv0 for CRASH_DIALOG
7000
7001 2002-12-08 [christoph]  0.8.6claws75
7002
7003         * src/Makefile.am
7004         * src/about.c
7005         * src/account.c
7006         * src/crash.c
7007         * src/esmtp.h
7008         * src/imap.[ch]
7009         * src/inc.c
7010         * src/main.c
7011         * src/mainwindow.c
7012         * src/news.c
7013         * src/pop.[ch]
7014         * src/prefs_account.[ch]
7015         * src/prefs_common.[ch]
7016         * src/send.[ch]
7017         * src/smtp.[ch]
7018         * src/ssl_certificate.[ch]
7019         * src/ssl_manager.[ch]
7020         * src/common/Makefile.am
7021         * src/common/log.c
7022         * src/common/nntp.[ch]
7023         * src/common/socket.[ch]
7024         * src/common/ssl.[ch]
7025         * src/gtk/sslcertwindow.[ch]
7026         * ac/openssl.m4
7027                 use new autoconf script to detect OpenSSL with extra parameters
7028                 to specify the location of libs and includes, also remove USE_SSL
7029                 to USE_OPENSSL
7030
7031         * src/common/sylpheed.[ch]
7032         * src/common/version.h.in
7033                 start seperation of common code initialization seperated from gui
7034
7035         * src/summaryview.c
7036                 The function that is called when a color label changes
7037                 should not change the color lable again
7038
7039 2002-12-08 [colin]      0.8.6claws74
7040
7041         * src/gtk/sslcertwindow.c
7042                 warning fixes
7043
7044 2002-12-08 [colin]      0.8.6claws73
7045
7046         * src/statusbar.c
7047           src/common/log.h
7048                 Register a hook for statusbar_puts_all
7049         * src/common/log.c
7050                 invoke statusbar_puts_all's hook
7051         
7052 2002-12-08 [colin]      0.8.6claws72
7053
7054         * src/ssl_certificate.c
7055                 Put back a badly-removed include
7056
7057 2002-12-08 [colin]      0.8.6claws71
7058
7059         * src/gtk/sslcertwindow.[ch]    ** NEW **
7060                 new certificate presentation
7061         * src/gtk/Makefile.am
7062                 add new files
7063         * src/ssl_certificate.[ch]
7064                 gtk cleanup, made utility functions public
7065         * src/ssl_manager.c
7066                 use new cert presentation
7067
7068 2002-12-07 [christoph]  0.8.6claws70
7069
7070         * src/Makefile.am
7071         * src/nntp.[ch]                 ** REMOVE **
7072         * src/common/Makefile.am
7073         * src/common/nntp.[ch]          ** NEW **
7074                 move nntp files to common directory
7075
7076 2002-12-07 [christoph]  0.8.6claws69
7077
7078         * src/procmsg.[ch]
7079         * src/summaryview.c
7080                 implement msginfo update callback using sylpheed's new
7081                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7082
7083 2002-12-06 [christoph]  0.8.6claws68
7084
7085         * src/editgroup.c
7086                 This patch changes the 'Edit Group Details' dialog to
7087                 allow extended selections in either pane, so that
7088                 addresses can be added or removed from a group more
7089                 quickly and easily. (it actually is a net decrease in
7090                 file size, as some unnecessary functions have been
7091                 removed). 
7092                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7093
7094 2002-12-06 [christoph]  0.8.6claws67
7095
7096         * src/Makefile.am
7097         * src/template.[ch]             ** REMOVE **
7098         * src/common/Makefile.am
7099         * src/common/template.[ch]      ** NEW **
7100                 move template files to common directory
7101
7102         * src/nntp.c
7103                 add missing log.h include
7104
7105 2002-12-06 [melvin]     0.8.6claws66
7106
7107         * src/prefs_actions.c
7108                 Added the trailing ">" syntax to insert command's output
7109                 without replacing old text (in contrast to trailing "|").
7110
7111 2002-12-05 [colin]      0.8.6claws65
7112         
7113         * src/common/utils.c
7114                 Don't modify original search_string or it'll change
7115                 the next iterations in the for()
7116
7117 2002-12-05 [darko]      0.8.6claws64
7118
7119         * src/common/utils.c
7120                 proper check for filtering commands, found by Colin
7121
7122 2002-12-05 [darko]      0.8.6claws63
7123
7124         * src/common/utils.c
7125                 check proper string for NULL pointer, found by Colin
7126
7127 2002-12-05 [darko]      0.8.6claws62
7128
7129         * src/common/utils.[ch]
7130                 expand_search_string(): new function
7131                 converts Mutt-like patterns to Sylpheed's
7132                 filtering engine
7133         * src/summaryview.c
7134                 use expand_search_string() to allow Mutt-like
7135                 patterns in extended search
7136         * README.claws
7137                 document extended option in quick search
7138
7139 2002-12-05 [paul]       0.8.6claws61
7140
7141         * sync with 0.8.6cvs16
7142                 see ChangeLog 2002-12-05
7143                 
7144         * po/POTFILES.in
7145                 clean up
7146
7147 2002-12-04 [christoph]  0.8.6claws60
7148
7149         * src/imap.[ch]
7150                 put imap authentication code into a new function and
7151                 remove it from imap_session_new that will allow to
7152                 send other commands before authentication
7153
7154 2002-12-04 [christoph]  0.8.6claws59
7155
7156         * src/imap.[ch]
7157                 use already existing method to prevent unneeded IMAP
7158                 folder selects. Set imap_select parameters to NULL
7159                 in some functions if the values are not required.
7160
7161         * src/xml.h
7162                 remove no longer required include
7163
7164 2002-12-04 [paul]       0.8.6claws58
7165
7166         * po/es.po
7167                 updated by Ricardo Mones Lastra
7168                 
7169         * configure.in
7170           po/hu.po      ** NEW FILE **
7171                 initial Hungarian translation, submitted
7172                 by Gál Zoltán <galzoli@hu.inter.net>
7173
7174 2002-12-03 [christoph]  0.8.6claws57
7175
7176         * src/Makefile.am
7177         * src/gtksctree.[ch]            ** REMOVE **
7178         * src/gtk/Makefile.am
7179         * src/gtk/gtksctree.[ch]        ** NEW **
7180                 move gtksctree files to gtk directory
7181
7182 2002-12-03 [christoph]  0.8.6claws56
7183
7184         * src/Makefile.am
7185         * src/md5.[ch]                  ** REMOVE **
7186         * srm/common/Makefile.am
7187         * src/common/md5.[ch]           ** NEW **
7188                 move md5 files to common directory
7189
7190         * src/gtkstext.c
7191                 remove not required #include
7192
7193 2002-12-03 [sergey]     0.8.6claws55
7194
7195         * src/gtkutils.c
7196         * src/gtkutils.h
7197                 gtkut_window_popup(): new function.
7198         * src/mainwindow.c
7199                 main_window_popup(): use gtkut_window_popup() to raise
7200                 window without changing its position.
7201                 (see sylpheed-main ML message [sylpheed:17247])
7202
7203 2002-12-03 [sergey]     0.8.6claws54
7204
7205         * src/send.c
7206                 send_message_local(): removed first-dot escaping
7207                 (SMTP-only, not needed for sending through pipe)
7208
7209 2002-12-03 [paul]       0.8.6claws53
7210
7211         * po/POTFILES.in
7212                 update to reflect recent changes (thanks
7213                 to Ricardo Mones Lastra)
7214                 
7215         * tools/filter_conv.pl
7216                  fix problem with quoted strings. Patch submitted
7217                  by Luke Plant <lukeplant@softhome.net>
7218
7219 2002-12-03 [paul]       0.8.6claws52
7220
7221         * sync with 0.8.6cvs15
7222                 see ChangeLog 2002-12-03
7223
7224 2002-12-02 [christoph]  0.8.6claws51
7225
7226         * src/logwindow.[ch]
7227         * src/common/log.[ch]
7228                 implement logging using a hook function
7229
7230         * src/folderview.c
7231         * src/folder.[ch]
7232                 define hooklist name in header file to avoid
7233                 errors caused by wrong spelling of hooklist names
7234
7235         * src/toolbar.c
7236                 fix warnings
7237
7238 2002-12-02 [christoph]  0.8.6claws50
7239
7240         * src/common/Makefile.am
7241                 add src/common/hooks.[ch]
7242
7243         * src/common/hooks.[ch]
7244                 implement a simple hook system using glib's hook functions
7245
7246         * src/folder.[ch]
7247         * src/folderview.c
7248                 use new hook system for folder item updates
7249
7250 2002-12-02 [christoph]  0.8.6claws49
7251
7252         * doc-src/ui_seperation.txt     ** NEW **
7253                 information for ui seperation
7254
7255         * src/Makefile.am
7256                 remove files that were moved to common
7257                 include common directory by default for the header files
7258
7259         * src/inc.c
7260         * src/common/socket.c
7261         * src/automaton.[ch]
7262                 implement automaton using g_io_*-functions instead of
7263                 gdk_input_add to make it ui independent
7264
7265         * src/codeconv.c
7266         * src/compose.c
7267         * src/ldif.c
7268         * src/pgptext.c
7269         * src/procmime.c
7270         * src/rfc2015.c
7271         * src/smtp.c
7272         * src/unmime.c
7273                 remove common/ prefix because directory is now in
7274                 include path
7275
7276         * src/compose.c
7277         * src/folder.c
7278         * src/folderview.c
7279         * src/mainwindow.c
7280         * src/messageview.c
7281         * src/prefs_common.c
7282         * src/procmsg.c
7283         * src/rfc2015.c
7284                 fix warnings
7285
7286         * src/imap.c
7287         * src/inc.c
7288         * src/news.c
7289         * src/pop.c
7290         * src/send.c
7291         * src/smtp.c
7292         * src/ssl_certificate.c
7293                 add log.h header file for logging functions
7294
7295         * src/main.c
7296         * src/common/utils.c
7297         * src/summaryview.c
7298         * src/xml.c
7299                 o move debug_mode to common/utils.c
7300                 o add functions to set and get debug_mode
7301
7302         * src/defs.h                    ** REMOVE **
7303         * src/intl.h                    ** REMOVE **
7304         * src/socket.[ch]               ** REMOVE **
7305         * src/ssl.[ch]                  ** REMOVE **
7306         * src/utils.[ch]                ** REMOVE **
7307                 replaced by new files in src/common/
7308         
7309         * src/common/Makefile.am
7310                 add new files in src/common/
7311
7312         * src/common/defs.h             ** NEW **
7313         * src/common/intl.h             ** NEW **
7314         * src/common/log.[ch]           ** NEW **
7315         * src/common/socket.[ch]        ** NEW **
7316         * src/common/ssl.[ch]           ** NEW **
7317         * src/common/utils.[ch]         ** NEW **
7318                 replacement for files in src/
7319
7320 2002-12-02 [colin]      0.8.6claws48
7321
7322         * src/folderview.c
7323                 Scroll folderview if necessary during dnd
7324
7325 2002-12-02 [colin]      0.8.6claws47
7326
7327         * src/folder.[ch]
7328                 Add check to verify a move is within a single mailbox
7329         * src/folderview.c
7330                 Add specific error string for this check
7331
7332 2002-12-02 [colin]      0.8.6claws46
7333
7334         * src/folder.c
7335                 Add a test to folder moving, remove a statusbar_print
7336         * src/folderview.c
7337                 Add Move folder... context-menu item
7338                 Factorize folder moving code
7339                 Enable folder DND for mbox
7340
7341 2002-12-01 [christoph]  0.8.6claws45
7342
7343         * ac/aspell.m4
7344                 remove conf.aspelltest if the version check fails
7345
7346 2002-11-30 [christoph]  0.8.6claws44
7347
7348         * autogen.sh
7349                 run libtoolize --force in autogen to create missing
7350                 libtool scripts
7351
7352 2002-11-30 [christoph]  0.8.6claws43
7353
7354         * src/Makefile.am
7355         * src/pgptext.c
7356         * src/procmime.c
7357         * src/rfc2015.c
7358         * src/uuencode.[ch]             ** REMOVED **
7359         * src/common/Makefile.am
7360         * src/common/uuencode.[ch]      ** NEW **
7361                 move uuen/decoder to common directory
7362
7363 2002-11-30 [christoph]  0.8.6claws42
7364
7365         * src/Makefile.am
7366         * src/base64.[ch]               ** REMOVED **
7367         * src/codeconv.c
7368         * src/compose.c
7369         * src/ldif.c
7370         * src/pgptext.c
7371         * src/procmime.c
7372         * src/rfc2015.c
7373         * src/smtp.c
7374         * src/unmime.c
7375         * src/common/Makefile.am
7376         * src/common/base64.[ch]        ** NEW **
7377                 move base64 en/decoder to common directory
7378
7379 2002-11-30 [christoph]  0.8.6claws41
7380
7381         * src/common                    ** NEW **
7382                 new directory for UI independent code
7383         * src/gtk                       ** NEW **
7384                 new directory for GTK frontend
7385         * src/common/.cvsignore         ** NEW **
7386         * src/gtk/.cvsignore            ** NEW **
7387                 ignore build files
7388         * src/common/Makefile.am        ** NEW **
7389         * src/gtk/Makefile.am           ** NEW **
7390                 automake files to build new seperated stuff
7391         * src/Makefile.am
7392                 the binary will currently still be build with the
7393                 files in src, so we include the code from the
7394                 subdirs for now after building the libs there
7395
7396 2002-11-30 [paul]       0.8.6claws40
7397
7398         * src/compose.c
7399                 fix bug [642731] 'Wrong selected account with drafted mail'
7400
7401 2002-11-29 [oliver]     0.8.6claws39
7402         
7403         * src/messageview.c
7404                 o update summaryview when switching between different
7405                   messageviews          
7406         * src/toolbar.c  
7407                 o check if messageview holds already removed msg
7408                   from summaryview
7409                 
7410
7411 2002-11-29 [oliver]     0.8.6claws38
7412
7413         * src/toolbar.c 
7414                 remove not needed variables and includes
7415                 make messageview stay opened and move to next when msgs are deleted 
7416
7417 2002-11-29 [oliver]     0.8.6claws37
7418         
7419         * src/toolbar.c 
7420                 disable compose button (messageview toolbar) by default
7421                 deleted msgs are moved to trash
7422         
7423 2002-11-29 [melvin]     0.8.6claws36
7424
7425         * configure.in
7426                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7427                 and to detect signatures expirations (gpgme 0.3.6)
7428
7429         * src/main.c
7430                 Use non obsolescent function for Gpgme engine checking.
7431
7432         * src/rfc2015.c
7433                 Inform about expired signatures or signatures which key
7434                 has expired. Expiration date is displayed.
7435
7436         * src/sigstatus.c
7437                 Inform about expired signatures or signatures which key
7438                 has expired.
7439
7440 2002-11-28 [paul]       0.8.6claws35
7441
7442         * src/folderview.c
7443                 re-instate 'Check for new messages' in Newsgroup
7444                 folders right-click menu, after a suggestion from
7445                 Tim Mann <timmann@users.sourceforge.net>
7446
7447         * src/main.c
7448                 after a crash check only local folders for new
7449                 messages
7450
7451 2002-11-28 [paul]       0.8.6claws34
7452
7453         * configure.in
7454                 apply patch that fixes the checking of GTK with XIM 
7455                 support on different OSs, such as FreeBSD. Patch 
7456                 submitted by Topia <topia@users.sourceforge.net>
7457                 
7458 2002-11-28 [paul]       0.8.6claws33
7459
7460         * src/mainwindow.c
7461           src/prefs_common.c
7462           src/prefs_toolbar.c
7463                 more changes to the English
7464
7465 2002-11-28 [paul]       0.8.6claws32
7466
7467         * sync with 0.8.6cvs13
7468                 see ChangeLog 2002-11-28 (no sync needed
7469                 for src/compose.c)
7470
7471 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7472         
7473         * src/mainwindow.[ch]
7474                 add patch by Ivan F. Martinez introducing messageview Toolbar
7475                 some changes and committed by oliver    
7476
7477 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7478
7479         * src/messageview.[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.6claws29
7484
7485         * src/compose.[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.6claws28
7490         
7491         * src/toolbar.[ch]
7492                 add patch by Ivan F. Martinez introducing messageview Toolbar
7493                 some changes and committed by oliver
7494
7495 2002-11-28 [oliver]     0.8.6claws27
7496         
7497         * src/prefs_toolbar.[ch]
7498                 getting ready for messageview toolbar
7499                 free mem allocated by gettext
7500                 change prefs_toolbar to prefs_toolbar_open
7501  
7502 2002-11-28 [thorsten]   0.8.6claws26
7503
7504         * src/imageview.[ch]
7505                 cleaned up conflicting declarations of
7506                 imageview_show_image()
7507
7508 2002-11-28 [paul]       0.8.6claws25
7509
7510         * src/grouplistdialog.c
7511           src/prefs_common.c
7512           src/prefs_summary_column.c
7513                 a few more improvements to the English
7514
7515 2002-11-28 [colin]      0.8.6claws24
7516
7517         * man/sylpheed.1
7518                 A few updates to command-line parameters
7519
7520 2002-11-28 [colin]      0.8.6claws23
7521
7522         * src/prefs_filtering.c
7523                 Fix problems with prefs_filtering_delete_path:
7524                 a) if the first rule is removed, original pointers
7525                    weren't updated (leading to segfaults)
7526                 b) it was always global_processing updated in case
7527                    of removed path was parent of rule path
7528
7529 2002-11-27 [paul]       0.8.6claws22
7530
7531         * src/mainwindow.c
7532           src/prefs_account.c
7533           src/prefs_actions.c
7534           src/prefs_common.c
7535           src/prefs_customheader.c
7536           src/prefs_display_header.c
7537           src/prefs_filtering.c
7538           src/prefs_folder_item.c
7539           src/prefs_matcher.c
7540           src/prefs_scoring.c
7541           src/prefs_summary_column.c
7542           src/prefs_template.c
7543           src/prefs_toolbar.c
7544                  improve the English in the GUI
7545
7546 2002-11-27 [colin]      0.8.6claws21
7547
7548         * src/folder.c
7549                 Fix processing renaming problems happening after
7550                 last commit
7551
7552 2002-11-27 [colin]      0.8.6claws20
7553
7554         * src/folder.c
7555                 recursive move now deletes src each subfolder after 
7556                 having moved it
7557         * src/folderview.c
7558                 Use identifier instead of path during dnd (enables
7559                 IMAP folder dnd)
7560
7561 2002-11-27 [paul]       0.8.6claws19
7562
7563         * src/main.c
7564                 apply patch that does command-line processing 
7565                 BEFORE gtk_init, allowing claws to run from 
7566                 shell-scripts in non-X environment (e.g. crontab 
7567                 or ip-up, ip-down scripts). Patch submitted by
7568                 Ruslan N. Balkin <baron@dartel.ru>
7569                 
7570         * po/it.po
7571                 updated by Alessandro Maestri
7572
7573 2002-11-27 [paul]       0.8.6claws18
7574
7575         * sync with 0.8.6cvs12
7576           src/prefs_common.c
7577                 Differences are that main uses a 'Receive dialog'
7578                 frame on the Interface tab, whereas claws groups all 
7579                 the dialogs together in a 'Dialogs' frame.
7580
7581 2002-11-27 [colin]      0.8.6claws17
7582
7583         * src/prefs_matcher.c
7584                 Fix Execute criteria's NOT flag
7585
7586
7587 2002-11-26 [christoph]  0.8.6claws16
7588
7589         * src/ssl.c
7590                 rewrite the ssl code a little bit, only use one
7591                 SSL context, set default certificates' file/path
7592
7593 2002-11-26 [thorsten]   0.8.6claws15
7594
7595         * src/compose.c
7596                 default-reply-to didn't work for ml-reply
7597
7598 2002-11-26 [melvin]     0.8.6claws14
7599
7600         * src/prefs_actions.c
7601                 Made pipe-actions ignore short headers in message view
7602                 Made trailing-pipe-actions write in the message view with
7603                 the same font as the original message
7604
7605 2002-11-26 [paul]       0.8.6claws13
7606
7607         * src/compose.c
7608                 this time commit the correct file
7609
7610 2002-11-26 [paul]       0.8.6claws12
7611
7612         * sync with 0.8.6cvs11
7613           src/quote_fmt_parse.y  
7614                 no sync needed
7615           src/account.[ch]       
7616                 not sync'ed
7617           src/compose.c
7618                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7619                 on draft mode.
7620                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7621                 header
7622                 
7623         see ChangeLog 2002-11-25 and 2002-11-26
7624
7625 2002-11-26 [colin]      0.8.6claws11
7626
7627         * src/folderview.c
7628                 Fix collapsed folder not auto-expanding during
7629                 mail dnd, if it was the source folder.
7630
7631 2002-11-25 [colin]      0.8.6claws10
7632
7633         * src/folderview.[ch]
7634                 Variable renaming and cleaning (slist of nodes 
7635                 to be re-collapsed is stored in FolderView)
7636
7637 2002-11-25 [paul]       0.8.6claws9
7638
7639         * src/prefs_common.[ch]
7640                 fix breakage caused by last commit
7641
7642 2002-11-25 [paul]       0.8.6claws8
7643
7644         * sync with 0.8.6cvs4
7645                 see ChangeLog 2002-11-21
7646
7647 2002-11-25 [paul]       0.8.6claws7
7648
7649         * sync with 0.8.6cvs4
7650                 see ChangeLog 2002-11-20
7651
7652 2002-11-25 [paul]       0.8.6claws6
7653
7654         * sync with 0.8.6cvs3
7655                 see ChangeLog 2002-11-18
7656
7657 2002-11-25 [colin]      0.8.6claws5
7658
7659         * src/gtkutils.[ch]
7660                 Add gtkut_ctree_node_is_parent()
7661         * src/folderview.c
7662                 Spring-loaded folders
7663
7664 2002-11-25 [colin]      0.8.6claws4
7665
7666         * src/utils.[ch]
7667                 Add slist_concat_unique(), function to merge
7668                 two GSList filtering dups
7669         * src/folder.[ch]
7670         * src/summaryview.[ch]
7671         * src/folderview.c
7672         * src/main.c
7673                 Add detection/update/display of unread answers
7674                 to marked mails
7675         * src/procmsg.[ch]
7676                 Add procmsg_find_children()
7677                 Add procmsg_msg_has_marked_parent()
7678
7679 2002-11-25 [colin]      0.8.6claws3
7680
7681         * src/ssl_certificate.[ch]
7682                 Allow checking a certificate without a DNS
7683                 lookup
7684                 Allow to forget a cert (by deleting it)
7685                 Make ssl_certificate_destroy_public
7686         * src/ssl_manager.[ch] ** NEW FILES **
7687                 Gui to manage (display/remove) certificates
7688         * src/prefs_common.[ch]
7689                 Add a pref to allow silent acceptation of
7690                 trusted certificates or not (based on the
7691                 "I want to know what's going on" principle)
7692         * src/mainwindow.c
7693                 Add SSL manager in Tools menu
7694         * src/Makefile.am
7695                 Add the new files to the build
7696         * po/POTFILES.in
7697                 Add ssl_manager.c to translations
7698
7699 2002-11-25 [colin]      0.8.6claws2
7700
7701         * src/summaryview.[ch]
7702                 Add S_SEARCH_EXTENDED to the quick search, which 
7703                 allows to search using filtering syntax.
7704
7705 2002-11-25 [colin]      0.8.6claws1
7706
7707         * src/summaryview.c
7708                 Deletion of duplicates now prefer deleting
7709                 the unread dup (fixes feature-request 638989).
7710
7711 2002-11-24 [paul]       0.8.6claws
7712
7713         * po/es.po
7714           po/pl.po
7715           po/ru.po
7716           po/sr.po
7717                 updated by Ricardo Mones Lastra,
7718                 Witold Wladyslaw Wojciech Wilk,
7719                 Ruslan N. Balkin, and  Urke MMI 
7720                 respectively
7721
7722 2002-11-24 [paul]       0.8.5claws182
7723
7724         * po/bg.po
7725                 updated by George Danchev
7726
7727 2002-11-23 [alfons]     0.8.5claws181
7728
7729         * src/imap.c
7730                 tiny memory leak found by browsing Dimitar's 
7731                 valgrind report
7732
7733 2002-11-23 [paul]       0.8.5claws180
7734
7735         * po/it.po
7736                 updated by Alessandro Maestri
7737
7738 2002-11-22 [christoph]  0.8.5claws179
7739
7740         * src/compose.c
7741         * src/inc.c
7742         * src/prefs_filtering.c
7743         * src/summaryview.c
7744                 more warning fixes
7745
7746 2002-11-22 [alfons]     0.8.5claws178
7747
7748         * src/summaryview.c
7749                 summary_execute_delete_func(): if message is deleted, make 
7750                 sure to also remove its entry in the subject hash table. 
7751                 fixes a corner case bug.
7752
7753 2002-11-22 [paul]       0.8.5claws177
7754
7755         * .cvsignore
7756                 add 'autom4te.cache'
7757                 
7758         * ltconfig      ** REMOVED **
7759                 not needed
7760
7761 2002-11-22 [paul]       0.8.5claws176
7762
7763         * src/textview.c
7764                 textview_set_font(): fix for message display in
7765                 UTF-8 locales (thanks to Sergey Vlasov).
7766                 
7767         * AUTHORS
7768                 add new team members and contributors
7769
7770
7771 2002-11-21 [colin]      0.8.5claws175
7772
7773         * src/procmsg.[ch]
7774                 Add procmsg_remove_special_headers()
7775         * src/mh.c
7776                 Use procmsg_remove_special_headers() for 
7777                 previous fix
7778
7779 2002-11-21 [colin]      0.8.5claws174
7780
7781         * src/mh.c
7782                 Fix moving/copying from queue/draft folders
7783                 for MH folders
7784
7785 2002-11-21 [christoph]  0.8.5claws173
7786
7787         * src/crash.c
7788         * src/filtering.c
7789         * src/logwindow.c
7790         * src/main.c
7791         * src/matcher_parser_lex.[hl]
7792         * src/mbox.c
7793         * src/mbox_folder.[ch]
7794         * src/prefs_filtering.c
7795         * src/procheader.c
7796         * src/quote_fmt_lex.l
7797         * src/ssl.c
7798                 fix all warnings except the warnings in lex and yacc files
7799
7800 2002-11-20 [christoph]  0.8.5claws172
7801
7802         * src/imap.c
7803                 fix MsgInfo retrieval for IMAP draft and queue folders
7804                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7805
7806 2002-11-19 [christoph]  0.8.5claws171
7807
7808         * src/compose.c
7809                 fix segfault, when draft saving does not get
7810                 the MsgInfo of the new message
7811                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7812
7813 2002-11-19 [christoph]  0.8.5claws170
7814
7815         * src/procmsg.c
7816                 add parameter check for flag setting function
7817                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7818
7819 2002-11-18 [paul]       0.8.5claws169
7820
7821         * src/compose.c
7822                 more sensitivity fixes to redirect mode:
7823                 * disable toolbar draft button
7824                 * allow only Address book in the Tools menu
7825                 * disable editing of message by the spell
7826                   checker
7827
7828 2002-11-18 [paul]       0.8.5claws168
7829
7830         * src/compose.c
7831                 fix sensitivity of menu items in compose_redirect():
7832                 allow only the necessary items 
7833
7834 2002-11-18 [paul]       0.8.5claws167
7835
7836         * src/compose.c
7837                 fix bug [ 603259 ] 'attachment got lost on bounce'
7838
7839 2002-11-18 [paul]       0.8.5claws166
7840
7841         * po/ru.po
7842                 updated by Ruslan N. Balkin <baron@dartel.ru>
7843
7844 2002-11-18 [colin]      0.8.5claws165
7845
7846         * src/main.c
7847           src/defs.h
7848                 Remove old filtering stuff
7849
7850
7851 2002-11-17 [oliver]     0.8.5claws164
7852
7853         * src/toolbar.h
7854                 remove not needed typedef 
7855
7856 2002-11-17 [oliver]     0.8.5claws163
7857
7858         * src/toolbar.c
7859                 make toolbar's on click events translatable
7860
7861 2002-11-15 [colin]      0.8.5claws162
7862
7863         * src/summaryview.c
7864                 Revert too-soon integration of a feature
7865
7866 2002-11-15 [christoph]  0.8.5claws161
7867
7868         * src/imap.c
7869                 use main's implementation of imap_get_msginfo
7870
7871 2002-11-15 [christoph]  0.8.5claws160
7872
7873         * src/compose.c
7874         * src/folder.[ch]
7875         * src/imap.c
7876         * src/mbox_folder.c
7877         * src/mh.c
7878         * src/news.c
7879         * src/procmsg.c
7880         * src/summaryview.c
7881                 replace claws' fetch_msginfo with main's get_msginfo
7882                 (use main's implementation where possible)
7883
7884 2002-11-15 [colin]      0.8.5claws159
7885
7886         * src/ssl_certificate.c
7887                 Missed a check
7888
7889 2002-11-16 [melvin]     0.8.5claws158
7890
7891         * po/fr.po
7892                 Updated French translations.
7893
7894 2002-11-16 [colin]      0.8.5claws157
7895
7896         * src/ssl_certificate.c
7897                 Check for missing parts in the certificates
7898
7899 2002-11-15 [colin]      0.8.5claws156
7900
7901         * src/folderview.c
7902                 Preventive fix (missing check) found by
7903                 Alfons
7904
7905 2002-11-15 [paul]
7906
7907         * NEWS
7908                 sync with 0.8.6 release
7909
7910 2002-11-15 [colin]      0.8.5claws155
7911
7912         * src/folder.[ch]
7913           src/folderview.c
7914                 Fix error handling of folder_item_move_to()
7915                 (thanks to Alfons!)
7916
7917 2002-11-15 [colin]      0.8.5claws154
7918
7919         * src/folder.[ch]
7920           src/folderview.c
7921                 folder_item_move_to() sets an error message instead
7922                 of having GUI stuff in folder.c
7923
7924 2002-11-15 [colin]      0.8.5claws153
7925
7926         * src/procmsg.[ch]
7927                 Implemented a callback for MsgInfo updates, 
7928                 heavily copy/pasted from Christoph's folder 
7929                 callback system
7930         * src/summaryview.[ch]
7931                 Register summary_update_msg as callback
7932
7933 2002-11-14 [colin]      0.8.5claws152
7934         
7935         * src/procmsg.c
7936                 Update the FolderItem after sending (fixes 617593)
7937
7938 2002-11-14 [christoph]  0.8.5claws151
7939
7940         * src/folder.c
7941                 fix wrong position of NULL pointer check found
7942                 by Sergey
7943
7944 2002-11-14 [christoph]  0.8.5claws150
7945
7946         * src/folder.c
7947                 fix segfault when deleting messages from IMAP folders
7948                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7949
7950 2002-11-14 [colin]      0.8.5claws149
7951
7952         * src/compose.c
7953                 Forwarding was also ignoring the folder's default account.
7954
7955 2002-11-14 [colin]      0.8.5claws148
7956
7957         * src/compose.c
7958                 Fix sent folder not set to folder properties when 
7959                 forwarding.
7960
7961 2002-11-14 [thorsten]   0.8.5claws147
7962
7963         * src/inc.c
7964                 inc_start(): Files were not moved from .processing to inbox,
7965                 if no global processing rule existed
7966
7967 2002-11-14 [colin]      0.8.5claws146
7968
7969         * src/ssl_certificate
7970                 Fix file operations
7971
7972 2002-11-14 [paul]       0.8.5claws145
7973
7974         * po/it.po
7975                 updated by Alessandro Maestri
7976
7977 2002-11-13 [alfons]     0.8.5claws144
7978
7979         * src/folder.c
7980                 folder_item_close(): only mark messages unread
7981                 when a folder has new messages 
7982
7983 2002-11-13 [keith]      0.8.5claws143
7984
7985         * src/imap.c
7986                 Fix problem moving or copying between
7987                 IMAP folders
7988
7989 2002-11-13 [colin]      0.8.5claws142
7990
7991         * src/matcher_parser_parse.y
7992                 Fix rule problem when " don't match
7993
7994 2002-11-13 [christoph]  0.8.5claws141
7995
7996         * src/folder.c
7997         * src/folderview.c
7998                 moved cache saving to folder_item_close
7999                 the folderview should not have to deal with
8000                 this things
8001
8002 2002-11-13 [christoph]  0.8.5claws140
8003
8004         * src/summaryview.c
8005                 moved setting of important score to
8006                 summary_set_prefs_from_folderitem
8007
8008 2002-11-13 [colin]      0.8.5claws139
8009
8010         * src/matcher_parser_parse.y
8011                 Fix a segfault in the parser (happening when
8012                 a good expression had been tested and a bad 
8013                 one arrives)
8014
8015 2002-11-13 [paul]       0.8.5claws138
8016
8017         * sync with 0.8.5cvs24
8018                 see ChangeLog 2002-11-13
8019                 
8020         * po/pt_BR.po
8021                 updated by Fabio Jr. Beneditto
8022
8023 2002-11-13 [colin]      0.8.5claws137
8024         
8025         * src/msgcache.c
8026           src/defs.h
8027           src/procmsg.[ch]
8028                 Revert last commit, problem
8029
8030 2002-11-13 [colin]      0.8.5claws136
8031
8032         * src/msgcache.c
8033                 Remove duplicated code
8034         * src/defs.h
8035                 Bumped CACHE_VERSION and MARK_VERSION
8036         * src/procmsg.[ch]
8037                 Network endian for cache and mark files
8038
8039 2002-11-12 [colin]      0.8.5claws135
8040
8041         * src/inc.c
8042                 Fix the "socket error" dialog which disappeared
8043
8044 2002-11-12 [colin]      0.8.5claws134
8045
8046         * src/msgcache.c
8047                 Reverse last commit which had performance 
8048                 problems, but still reverse the list
8049
8050 2002-11-12 [colin]      0.8.5claws133
8051
8052         * src/msgcache.c
8053                 Reverse list order
8054
8055 2002-11-12 [melvin]     0.8.5claws132
8056
8057         * src/compose.c
8058                 Added a check for a NULL prefs_common.dictionary
8059
8060 2002-11-12 [colin]      0.8.5claws131
8061
8062         * src/ssl_certificate.[ch]
8063                 Use FQDN hostname
8064
8065 2002-11-12 [colin]      0.8.5claws130
8066
8067         * src/ssl_certificate.[ch]
8068                 Take connection port into account for 
8069                 checking certificates (a single hostname
8070                 could have multiple servers with multiple
8071                 certificates)
8072         * src/ssl.c
8073                 Pass the port to ssl_certificate_check
8074
8075 2002-11-12 [paul]       0.8.5claws129
8076
8077         * src/folder.c
8078                 fix a typo in last commit
8079
8080 2002-11-12 [paul]       0.8.5claws128
8081
8082         * sync with 0.8.5cvs23
8083                 see ChangeLog entry 2002-11-12
8084
8085 2002-11-11 [colin]      0.8.5claws127
8086
8087         * src/ssl_certificate.c
8088                 Cleaner messages
8089                 Don't popup, instead log error, if the 
8090                 corresponding pref is checked
8091         * src/ssl_certificate.h
8092                 include <openssl/objects/h>
8093
8094 2002-11-11 [colin]      0.8.5claws126
8095
8096         * src/ssl_certificate.h
8097                 _Really_ clean it
8098
8099 2002-11-11 [colin]      0.8.5claws125
8100         
8101         * src/ssl_certificate.c
8102                 Fixed leak
8103
8104 2002-11-11 [colin]      0.8.5claws124
8105
8106         * src/ssl.c
8107                 Cleaned a bit
8108         * src/ssl_certificate.[ch]
8109                 Cleaned a bit (better use of SSL API)
8110                 (This will cause non-recognition of saved 
8111                  certificates of claws12[23]...)
8112
8113 2002-11-11 [paul]       0.8.5claws123
8114         
8115         * po/es.po
8116                 updated by Ricardo Mones Lastra
8117
8118 2002-11-11 [colin]      0.8.5claws122
8119
8120         * src/ssl.c
8121                 Fix a typo
8122
8123 2002-11-11 [colin]      0.8.5claws121
8124
8125         * src/ssl_certificate.[ch] ** NEW FILES **
8126         * src/ssl.[ch]
8127                 Check SSL certificates presented to us
8128         * src/Makefile.am
8129                 Add ssl_certificate.[ch]
8130         * po/POTFILES.in
8131                 Add ssl_certificate.c
8132
8133 2002-11-11 [paul]       0.8.5claws120
8134
8135         * sync with 0.8.5cvs22
8136                 see ChangeLog 2002-11-11
8137
8138 2002-11-11 [paul]       0.8.5claws119
8139
8140         * sync with 0.8.5cvs21
8141                 see ChangeLog 2002-11-11
8142
8143 2002-11-10 [jens]       0.8.5claws118
8144
8145         * src/folder.c
8146         * src/folderview.c
8147                 corrected some typing
8148         * po/de.po
8149                 updated german translation
8150         * sylpheed.spec.in
8151                 cleaned up specfile and adjusted it for claws
8152
8153 2002-11-10 [colin]      0.8.5claws117
8154
8155         * src/summaryview.c
8156                 a STATUSBAR_PUSH/POP fix
8157
8158 2002-11-10 [colin]      0.8.5claws116
8159
8160         * src/prefs_folder_item.c
8161                 Fix hanging after opening folder properties
8162
8163 2002-11-10 [hoa]        0.8.5claws115
8164
8165         * src/matcher_parser_lex.l
8166         * src/matcher_parser_parse.y
8167                 config file for scoring and filtering is no more trashed
8168                 when there is a syntax error in a filtering rule when
8169                 editing it in a dialog.
8170
8171 2002-11-09 [colin]      0.8.5claws114
8172
8173         * src/mbox_folder.c
8174                 Added missing initialisation of folder->destroy()
8175
8176 2002-11-09 [colin]      0.8.5claws113
8177
8178         * src/folder.c
8179           src/folderview.c
8180                 Fix the status bar messages
8181
8182 2002-11-09 [colin]      0.8.5claws112
8183
8184         * src/folderview.c
8185                 Fix hangs after folder dnd, happening after 
8186                 claws109.
8187
8188 2002-11-09 [christoph]  0.8.5claws111
8189
8190         * src/folderview.c
8191                 just changed order of calls (reverse order of
8192                 associated calls)
8193         * src/inc.c
8194                 lock inc when checking only one account, otherwise
8195                 inc all could be executed at the same time
8196
8197 2002-11-09 [christoph]  0.8.5claws110
8198
8199         * src/folderview.c
8200                 better unlock the mouse cursor before calling
8201                 summary_show because it changes the cursor too
8202
8203 2002-11-09 [christoph]  0.8.5claws109
8204
8205         * src/folder.[ch]
8206         * src/folderview.c
8207                 add functions to open and close a folder
8208                 o opending will execute scanning for remote folders
8209                   and processing
8210                 o closing will unset new flag for messages
8211
8212 2002-11-09 [colin]      0.8.5claws108
8213
8214         * src/folder.c
8215                 Add a call to prefs_matcher_write_config to 
8216                 avoid non-leaf folders filtering settings to be
8217                 lost
8218
8219 2002-11-09 [paul]       0.8.5claws107
8220
8221         * src/prefs_account.c
8222                 re-word a label
8223
8224 2002-11-09 [colin]      0.8.5claws106
8225
8226         * src/folderview.c
8227                 Minor esthetic fix
8228
8229 2002-11-09 [colin]      0.8.5claws105
8230
8231         * src/folderview.c
8232                 Fix prefs_filtering deletion for MH folders (same
8233                 reason as below)
8234         * src/prefs_filtering.c
8235                 Fix prefs_filtering renaming and deletion for 
8236                 folder-based processing rules.  
8237
8238 2002-11-09 [christoph]  0.8.5claws104
8239
8240         * src/compose.c
8241         * src/folder.[ch]
8242         * src/folderview.[ch]
8243         * src/import.c
8244         * src/inc.c
8245         * src/main.c
8246         * src/mainwindow.c
8247         * src/messageview.c
8248         * src/prefs_folder_item.c
8249         * src/procmsg.c
8250         * src/summaryview.c
8251                 implement a callback system for folder item updates
8252
8253 2002-11-09 [colin]      0.8.5claws103
8254
8255         * src/folderview.c
8256                 Fix prefs_filtering renaming for MH folders (we
8257                 shouldn't rename by path as another folder could
8258                 have the same hierarchy).
8259
8260 2002-11-09 [colin]      0.8.5claws102
8261
8262         * src/folder.c
8263                 Fix a leak found by Christoph, use better variable
8264                 names
8265
8266 2002-11-09 [colin]      0.8.5claws101
8267
8268         * src/folder.c
8269                 One more fix for processing rules
8270
8271 2002-11-08 [colin]      0.8.5claws100
8272         
8273         * src/matcher.c
8274                 Don't copy the compiled regexp (will be reevaluated)
8275         * src/folderview.c
8276                 Lock folderview while moving
8277         * src/folder.c
8278                 Provide info on what's happening to the user
8279
8280 2002-11-08 [colin]      0.8.5claws99
8281
8282         * src/folderview.c
8283                 Fix folder reordering after a move if parent is 
8284                 root
8285         * src/scoring.[ch]
8286                 Add function to copy a ScoringProp
8287         * src/prefs_folder_item.c
8288                 Copy scoring rules when copying a folder prefs
8289
8290 2002-11-08 [colin]      0.8.5claws98
8291
8292         * src/folderview.c
8293                 Fixes in case of failure
8294         * src/filtering.[ch]    
8295                 Add function to duplicate a FilteringProp
8296         * src/matcher.[ch]
8297                 Add function to duplicate a MatcherProp
8298         * src/prefs_folder_item.c
8299                 Save folder's processing rules when copying 
8300                 its prefs
8301
8302 2002-11-08 [colin]      0.8.5claws97
8303         
8304         * src/folderview.c
8305                 Sort after move
8306         * src/folder.c 
8307                 Change a printf to debug_print
8308
8309 2002-11-08 [colin]      0.8.5claws96
8310
8311         * src/folder.c
8312           src/folderview.c
8313                 Fix segfaults, call me stupido
8314         
8315
8316 2002-11-08 [colin]      0.8.5claws95
8317
8318         *src/folder.c
8319                 Added forgotten prefs to save when moving folders
8320
8321 2002-11-08 [colin]      0.8.5claws94
8322
8323         * src/folder.c
8324                 Fixes to folder DND (prefs copy)
8325         * src/folderview.c
8326                 Optimization for folder DND (don't rescan whole tree)
8327                 Added folderview_create_folder_node() for this 
8328                 optimization, so de-duped a bit the code
8329         * src/prefs_folder_item.[ch]
8330                 Added prefs_folder_item_copy_prefs()    
8331           
8332 2002-11-08 [paul]       0.8.5claws93
8333
8334         * src/prefs_account.c
8335           tools/README
8336           tools/kmail2sylpheed_v2.pl
8337                 correct some typos
8338
8339 2002-11-08 [paul]       0.8.5claws92
8340
8341         * src/compose.c
8342           src/prefs_account.[ch]
8343                 remove account options 'clearsign' and 'ascii_armored',
8344                 replace with 'default_gnupg_mode' to prevent mixed-mode
8345                 Privacy settings
8346
8347 2002-11-08 [paul]       0.8.5claws91
8348
8349         * src/compose.[ch]
8350                 re-implement GnuPG 'on-the-fly' mode selection,
8351                 disallow mixed-mode
8352
8353 2002-11-08 [colin]      0.8.5claws90
8354
8355         * src/folderview.c
8356           src/prefs_folder_item.c
8357                 Change "Property" to "Properties"
8358
8359 2002-11-07 [colin]      0.8.5claws89
8360
8361         * src/folderview.c
8362           src/folder.c
8363                 Allow folder dropping to a root folder
8364
8365 2002-11-07 [paul]       0.8.5claws88
8366
8367         * src/compose.c
8368                 revert last commit
8369
8370 2002-11-07 [paul]       0.8.5claws87
8371
8372         * src/compose.c
8373                 fix reply-to-list bug. closes bug report
8374                 "[633382] reply-to-list broken in recent cvs"
8375
8376 2002-11-07 [paul]       0.8.5claws86
8377
8378         * src/compose.c
8379                 add a forgotten '#if USE_GPGME ... #endif'
8380
8381 2002-11-07 [paul]       0.8.5claws85
8382
8383         * sync with 0.8.5cvs20
8384                 see ChangeLog 2002-11-07
8385
8386 2002-11-07 [colin]      0.8.5claws84
8387
8388         * src/folder.[ch]
8389                 Change folder_item_move_to to return the newly 
8390                 created folderitem.
8391         * src/folderview.c
8392                 Select the new folderitem after moving.
8393
8394 2002-11-07 [colin]      0.8.5claws83
8395
8396         * src/prefs_filtering.c
8397                 Fix rule rewriting when moving a leaf folder to a 
8398                 shorter path
8399
8400 2002-11-07 [colin]      0.8.5claws82
8401
8402         * src/prefs_filtering.c
8403                 fix a leak
8404
8405 2002-11-07 [colin]      0.8.5claws81
8406
8407         * src/folder.[ch]
8408                 Add folder_item_move_to() function to move a 
8409                 folderitem into another one (updates matcher etc)
8410         * src/folderview.c
8411                 Add folder drag'n drop (context menu to come)
8412                 [Should be dataloss free, but Please backup before 
8413                  trying !]
8414
8415 2002-11-06 [colin]      0.8.5claws80
8416
8417         * src/mh.c
8418                 mh_create_folder() returns NULL if can't create
8419                 directory hierarchy
8420
8421 2002-11-06 [paul]       0.8.5claws79
8422
8423         * src/compose.[ch]
8424                 allow 'on-the-fly' changing of the type of encryption 
8425                 and/or signing used (mime/ascii) via the compose window
8426
8427 2002-11-06 [paul]       0.8.5claws78
8428
8429         * sync with 0.8.5cvs19
8430                 see ChangeLog 2002-11-06 for src/account.c: 
8431                 account_get_special_folder()
8432                 
8433 2002-11-05 [alfons]     0.8.5claws77
8434
8435         * src/crash.c
8436                 very minor cleanups: nothing to see here, move on. :-)
8437
8438 2002-11-05 [colin]      0.8.5claws76
8439
8440         * src/main.c
8441                 Changes choices if compose windows are opened to
8442                 Discard, Draft, Don't quit
8443
8444 2002-11-05 [thorsten]   0.8.5claws75
8445
8446         * src/compose.c
8447                 reenabled default_reply_to folder option
8448
8449 2002-11-05 [colin]      0.8.5claws74
8450
8451         * src/compose.[ch] 
8452                 add compose_draft()
8453         * src/crash.c
8454                 add SIGTERM handler
8455         * src/main.[ch]
8456                 add clean_quit() for the SIGTERM handler
8457
8458 2002-11-05 [paul]       0.8.5claws73
8459         
8460         * po/es.po
8461                 updated by Ricardo Mones Lastra
8462
8463 2002-11-05 [melvin]     0.8.5claws72
8464
8465         * src/logwindow.c
8466                 Fixed log-clipping bug #616795.
8467                 To stop logging in the log window use 0 length.
8468         * src/prefs_common.c
8469                 Added a label to inform about the 0 log length behaviour.
8470
8471 2002-11-05 [paul]       0.8.5claws71
8472
8473         * sync with 0.8.5cvs17
8474                 see ChangeLog 2002-11-05
8475
8476 2002-11-04 [paul]       0.8.5claws70
8477
8478         * sylpheed-128x128.png
8479           sylpheed-64x64.png
8480           sylpheed.png
8481                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8482                 <nikai@users.sourceforge.net>
8483                 
8484         * po/bg.po
8485                 updated by George Danchev
8486
8487 2002-11-03 [thorsten]   0.8.5claws69
8488
8489         * src/main.c
8490           src/mimeview.c
8491           src/rfc2015.h
8492                 add check if gpg is active
8493
8494 2002-11-03 [thorsten]   0.8.5claws68
8495
8496         * src/toolbar.h
8497                 removed GSList declaration causing trouble on MacOS-X
8498                 (submitted by alfons, reported by xfesty)
8499
8500 2002-11-01 [paul]       0.8.5claws67
8501
8502         * src/mainwindow.c
8503                 remove last remnants of main's filter code
8504
8505 2002-11-01 [paul]       0.8.5claws66
8506
8507         * tools/filter_conv.pl
8508                 fix bug where user-defined headers were ignored
8509
8510 2002-11-01 [paul]       0.8.5claws65
8511
8512         * src/logwindow.c
8513                 make a debug_print() not translatable
8514
8515 2002-10-31 [melvin]     0.8.5claws64
8516
8517         * ac/aspell.m4
8518                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8519                 not run any GNU/aspell test.  The dictionary path will
8520                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8521                 was given, in which case, it will be $prefix/lib/aspell/
8522         * configure.in
8523                 Fixed typo in commentary (Aspell code).
8524
8525 2002-10-31 [paul]       0.8.5claws63
8526
8527         * po/POTFILES.in
8528                 remove src/filter.c and src/prefs_filter.c
8529                 thanks to Ricardo for reminding me
8530
8531 2002-10-31 [colin]      0.8.5claws62
8532
8533         * src/mbox_folder.c
8534                 Plug some leaks
8535
8536 2002-10-31 [paul]       0.8.5claws61
8537
8538         * src/prefs_filter.[ch] ** REMOVED **
8539           src/filter.[ch]       ** REMOVED **
8540           
8541         * src/Makefile.am
8542           src/folderview.c
8543           src/inc.c
8544           src/main.c
8545           src/mainwindow.c
8546           src/mbox.c
8547           src/prefs_common.c
8548           src/prefs_filtering.c
8549           src/summaryview.[ch]
8550                 remove main's 'filter' code
8551                 
8552         README.claws
8553                 update to reflect removal of main's filter
8554
8555 2002-10-31 [paul]       0.8.5claws60
8556
8557         * src/summaryview.c
8558                 remove check for global_processing in summary_filter_open(). 
8559                 This fixes the bug where if the user uses the right-click 
8560                 'Create filter rule...' and doesn't have any filter rules 
8561                 already defined in claws' advanced filtering, the newly 
8562                 created filter rule goes to main's filtering which is 
8563                 inaccessible through the gui. Now the filter rule gets added
8564                 to claws' filtering by default.
8565
8566 2002-10-28 [melvin]     0.8.5claws59
8567
8568         * src/prefs_actions.c
8569                 Fixed bug #627322 where MIME parts were not always
8570                 correctly passed to a %p action
8571                 Display an error dialog when message filename is not found.
8572
8573 2002-10-28 [melvin]     0.8.5claws58
8574
8575         * src/prefs_common.c
8576                 Readded a missing function declaration lost in 0.8.3claws34
8577
8578 2002-10-28 [paul]       0.8.5claws57
8579
8580         * sync with 0.8.5cvs15
8581                 see ChangeLog 2002-10-28 and 2002-10-25
8582                 
8583         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8584
8585 2002-10-27 [oliver]     0.8.5claws56
8586
8587         * src/pop.c
8588                 plug leak in pop3_top_recv
8589
8590 2002-10-26 [christoph]  0.8.5claws55
8591
8592         * src/folder.c
8593                 set need_update folder flag when messages are added
8594                 (closes bug [ 626922 ] folder not updated after receiving)
8595
8596 2002-10-25 [melvin]     0.8.5claws54
8597
8598         * src/imageview.c
8599                 Fixed a memleak introduced in the scaling code.
8600
8601 2002-10-24 [alfons]     0.8.5claws53
8602
8603         * src/filtering.c
8604                 make filtering's forward message action forward from the 
8605                 correct account
8606                 (closes bug [628089 ] Filter -> Forward from address problem
8607                 reported by Oktay)
8608
8609 2002-10-24 [christoph]  0.8.5claws52
8610
8611         * src/mainwindow.c
8612         * src/manual.[ch]
8613                 o use manual of current locale or english if current
8614                   locale is not available (and english is available)
8615                 o also link to sylpheed doc project manuals
8616
8617 2002-10-23 [paul]       0.8.5claws51
8618
8619         * tools/README
8620           tools/kmail2sylpheed_v2.pl
8621                 add new version of kmail addressbook importer script.
8622                 works with newer versions of Kmail/KAddressBook which
8623                 have new and rearranged data.
8624
8625 2002-10-23 [martin]     0.8.5claws50
8626
8627         * src/folderview.c
8628         * src/summaryview.c
8629         * src/utils.h
8630         * src/utils.c
8631                 added length parameter to get_abbrev_newsgroup_name()
8632                 changed this function so that it abbreviates the newsgroup
8633                 names only so long it is smaller than the length parameter
8634                 (for better reading of some newsgroup names and space efficiency)
8635
8636 2002-10-22 [colin]      0.8.5claws49
8637
8638         *src/foldersel.c
8639                 Revert Alfons' last modification (after voting ;-))
8640
8641 2002-10-21 [alfons]     0.8.5claws48
8642
8643         * src/foldersel.c
8644                 folder view in folder selection dialog reflects state of
8645                 folder view in main window
8646
8647 2002-10-18 [alfons]     0.8.5claws47
8648
8649         * src/mbox.c
8650                 drop imported messages in folder selected by user,
8651                 and not in the inbox
8652                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8653
8654 2002-10-18 [alfons]     0.8.5claws46
8655
8656         * src/compose.c
8657                 make automagic reply work correctly for email accounts 
8658                 (whether it's viable to do a full sync with Hiro's 
8659                 compose.c is still under discussion)
8660
8661 2002-10-18 [melvin]     0.8.5claws45
8662
8663         * src/prefs_actions.c
8664                 Fixed bug #622275 where asynchroneous actions left 
8665                 zombies processes
8666                 Made (synchroneous) actions' input be displayed live.
8667
8668 2002-10-18 [christoph]  0.8.5claws44
8669
8670         * src/textview.c
8671                 don't add a newline in the textview in front of the
8672                 first textpart if header display is disabled
8673                 (closes bug [ 603385 ] disabled header display leaves blank
8674                  lin)
8675
8676 2002-10-18 [christoph]  0.8.5claws43
8677
8678         * src/folder.[ch]
8679         * src/imap.c
8680         * src/mbox_folder.c
8681         * src/mh.c
8682         * src/news.c
8683                 folder->get_num_list now returns an error code
8684                 (closes bug [ 609424 ] News cache cleared on failure)
8685                 
8686 2002-10-17 [colin]      0.8.5claws42
8687         
8688         * src/news.c
8689                 Changed a printf by debug_print
8690
8691 2002-10-16 [paul]       
8692
8693         * tools/OOo2sylpheed.pl
8694                 allow for spaces in the name of the
8695                 file to be attached.
8696
8697 2002-10-16 [colin]      0.8.5claws41
8698
8699         * src/main.c
8700                 Use a tristate to change online mode
8701
8702 2002-10-16 [paul]       0.8.5claws40
8703
8704         * po/es.po
8705                 updated by Ricardo Mones Lastra
8706
8707 2002-10-16 [colin]      0.8.5claws39
8708
8709         * src/main.c
8710           src/mainwindow.[ch]
8711                 Added --online and --offline command-line
8712                 switches
8713
8714 2002-10-15 [christoph]  0.8.5claws38
8715
8716         * src/procmime.c
8717                 set mimeinfo->name to NULL after g_free to
8718                 avoid double freeing with g_free
8719
8720 2002-10-14 [christoph]  0.8.5claws37
8721
8722         * src/compose.c
8723         * src/filtering.c
8724         * src/summaryview.c
8725                 remove calls to folder->change_flags that are now
8726                 done by procmsg flag functions (seems it is not
8727                 used by any foldertype anyway)
8728         * src/folder.c
8729                 init folder->change_flags with NULL
8730
8731 2002-10-14 [christoph]  0.8.5claws36
8732
8733         * src/folder.[ch]
8734         * src/imap.[ch]
8735                 use virtual functions for folder item new and destroy
8736                 functions
8737
8738 2002-10-14 [melvin]     0.8.5claws35
8739
8740         * src/compose.c
8741                 Added a test to not run the spell checker if no default
8742                 dictionary is available. No dialog is displayed though.
8743
8744 2002-10-14 [melvin]     0.8.5claws34
8745
8746         * src/gtkaspell.c
8747                 Fixed bug in dictionary list context menu where
8748                 "More..." pointed to an emtpy submenu if the
8749                 number of dictionaries is a multiple of 15
8750                 Removed unneeded code in suggestions list creation
8751
8752 2002-10-14 [paul]       0.8.5claws33
8753
8754         * po/bg.po
8755                 updated by George Danchev
8756
8757 2002-10-13 [hoa]        0.8.5claws32
8758
8759         * src/matcher.[ch]
8760           src/matcher_parser_parser.y
8761                 removed the escaped string from internal structure
8762                 of matcher.
8763
8764 2002-10-12 [colin]      0.8.5claws31
8765
8766         * src/gtksctree.[ch]
8767           src/summaryview.c
8768                 Removed useless function gtksctree_reanchor
8769
8770 2002-10-12 [alfons]     0.8.5claws30
8771         
8772         * sync with remaining main changes 2002-10-09 - 2002-10-11
8773         - drop changes to src/compose.c (requires claws specific changes)
8774         
8775 2002-10-12 [alfons]     0.8.5claws29
8776         
8777         * sync with main changes of 2002-10-08
8778         - drop changes to src/compose.c (requires claws specific changes)
8779         - drop changes to src/summaryview.c (requires changes to compose.c)     
8780
8781 2002-10-12 [alfons]     0.8.5claws28
8782         
8783         * sync with main changes of 2002-10-07
8784
8785 2002-10-12 [alfons]     0.8.5claws27
8786
8787         * sync with main changes of 2002-10-04
8788         - drop changes to src/compose.c (requires claws specific changes)
8789         - drop changes to src/prefs_folder_item.c (claws implementation
8790           seems to be working)
8791
8792 2002-10-12 [colin]      0.8.5claws26
8793
8794         * src/mainwindow.c
8795                 Fix folder-flicker when space-reading, introduced 
8796                 in claws22.
8797
8798 2002-10-12 [colin]      0.8.5claws25
8799
8800         * src/compose.c
8801                 Save account address when saving as draft.
8802                 (closes bug 621838)
8803
8804 2002-10-12 [colin]      0.8.5claws24
8805
8806         * src/summaryview.c
8807                 Fix the problem consisting of no message selected
8808                 after the last message in a folder has been moved.
8809
8810 2002-10-12 [paul]       0.8.5claws23
8811
8812         * src/compose.c
8813           src/prefs_template.c
8814           src/template.[ch]
8815                 add Cc and Bcc to templates. Patch submitted by
8816                 John L. Males.
8817
8818 2002-10-12 [colin]      0.8.5claws22
8819
8820         * src/folderview.c
8821                 Fix a bug after "Check for new messages":
8822                 If a folder was opened, it was still selected at
8823                 the end of the check, but displayed empty.
8824         * src/mainwindow.c
8825                 Remove unnecessary check
8826
8827 2002-10-12 [paul]
8828
8829         * tools/README
8830                 be more verbose in the description of
8831                 OOo2sylpheed.pl
8832                 
8833
8834 2002-10-11 [colin]      0.8.5claws21
8835
8836         * src/mainwindow.c
8837                 Make space work (better) when no mail is selected
8838
8839 2002-10-11 [colin]      0.8.5claws20
8840
8841         * src/inc.c
8842           src/news.c
8843                 fix warnings
8844
8845 2002-10-11 [colin]      0.8.5claws19
8846
8847         * src/mainwindow.c
8848                 revert 0.8.5claws6 changes as i couldn't get to
8849                 anything satisfying
8850
8851 2002-10-11 [melvin]     0.8.5claws18
8852
8853         * src/compose.c
8854                 Removed buggy and unused macro (should have been committed in
8855                 0.8.5claws17)
8856
8857 2002-10-11 [melvin]     0.8.5claws17
8858
8859         * src/compose.c
8860                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8861
8862 2002-10-11 [thorsten]   0.8.5claws16 
8863
8864         * src/folderview.c
8865                 remove rescan warning
8866
8867 2002-10-11 [colin]      0.8.5claws15 
8868
8869         * src/procheader.c
8870                 fix a segfault that happens if conv_unmime_header
8871                 fails (should be better to find out why it fails)
8872
8873 2002-10-11 [christoph]  0.8.5claws14
8874
8875         * src/summaryview.c
8876                 update folderview stats after ignore/unignore thread
8877
8878 2002-10-11 [hoa]        0.8.5claws13
8879
8880         * src/quote_fmt_parse.y
8881                 Fixed a yacc/bison syntax error
8882         * src/matcher.c
8883                 Escaping of string is fixed.
8884
8885 2002-10-11 [colin]      0.8.5claws12
8886
8887         * src/imageview.c
8888                 Resize images to fit
8889
8890 2002-10-11 [paul]       0.8.5claws11
8891
8892         * po/es.po
8893                 updated by Ricardo Mones Lastra
8894
8895 2002-10-10 [alfons]     0.8.5claws10
8896
8897         * src/compose.c
8898                 allow dropping files by "moving" files from a file manager,
8899                 not only by the more cumbersome "copying". the latter 
8900                 mostly implies holding down the Control button
8901
8902 2002-10-10 [christoph]  0.8.5claws9
8903
8904         * src/summaryview.c
8905                 update folders after thread building for ignored threads
8906
8907 2002-10-10 [christoph]  0.8.5claws8
8908
8909         * config/.cvsignore
8910                 added Makefile
8911         * src/filtering.[ch]
8912         * src/folder.[ch]
8913         * src/folderview.[ch]
8914         * src/import.c
8915         * src/inc.[ch]
8916         * src/mbox.[ch]
8917         * src/procmsg.c
8918         * src/summaryview.[ch]
8919                 o added new flag need_update to FolderItem
8920                 o removed folder_table from various functions from tracking
8921                   folder updates
8922                 o set need_update flags in folder.c's move, copy and delete
8923                   functions and procmsg's flags functions
8924                 o added function folderview_update_items_when_required that
8925                   updates all folders with need_update set
8926                 o call folderview_update_items_when_required instead of
8927                   folderview_update_item_foreach
8928
8929 2002-10-09 [sergey]     0.8.5claws7
8930
8931         * src/compose.c
8932                 Strip CRs whel loading the text into editor in reedit mode.
8933
8934 2002-10-09 [colin]      0.8.5claws6
8935
8936         * src/mainwindow.c
8937                 Make Space work when no mail is selected
8938
8939 2002-10-09 [colin]      0.8.5claws5
8940
8941         * src/gtksctree.[ch]
8942                 Fix range_select
8943                 Add gtk_sctree_reanchor() 
8944         * src/summaryview.c
8945                 Use gtk_sctree_reanchor() - better fix for 
8946                 bug 60413
8947
8948 2002-10-09 [colin]      0.8.5claws4
8949
8950         * src/summaryview.c
8951                 Fix shift-click select after delete problem
8952                 (closes bug 60413)
8953
8954 2002-10-08 [thorsten]   0.8.5claws3
8955
8956         * src/summaryview.c
8957                 exclude current msg from -hide read messages-
8958
8959 2002-10-08 [colin]      0.8.5claws2
8960
8961         * src/inc.[ch]
8962           src/pop.c
8963           src/recv.c
8964                 Differentiate socket errors from disk full
8965                 errors
8966
8967 2002-10-08 [christoph]  0.8.5claws1
8968
8969         * Makefile.am
8970         * configure.in
8971                 modifications for new config directory
8972
8973         * config.guess  ** REMOVED **
8974         * config.sub    ** REMOVED **
8975         * install-sh    ** REMOVED **
8976         * ltmain.sh     ** REMOVED **
8977         * missing       ** REMOVED **
8978         * mkinstalldirs ** REMOVED **
8979                 these files are autogenerated by automake
8980                 when you run autogen.sh
8981
8982         * config/.cvsignore     ** NEW FILE **
8983         * config/Makefile.am    ** NEW FILE **
8984                 ignore autogenerated files
8985                 create a Makefile in this directory
8986
8987 2002-10-08 [paul]       0.8.5claws
8988
8989         * 0.8.5claws release
8990         
8991         * src/compose.c
8992           src/procheader.c
8993           src/procmsg.c
8994                 fix quote reply format for newsgroups reply bug
8995                 (thanks to Hoa)
8996                 
8997         * po/en_GB.po
8998           po/pl.po
8999                 updated by me and Witold Wladyslaw Wojciech Wilk
9000                 repectively
9001
9002 2002-10-07 [paul]       0.8.3claws53
9003
9004         * po/it.po
9005           po/pt_BR.po
9006           po/sr.po
9007                 updated messages catalogs, submitted by
9008                 Alessandro Maestri, Fabio Jr.Beneditto 
9009                 and Urke MMI, respectively.
9010
9011 2002-10-07 [christoph]  0.8.3claws52
9012
9013         * src/folder.[ch]
9014         * src/folderview.c
9015         * src/mainwindow.c
9016                 fix new folder ghost message bug
9017                 (closes bug [ 619722 ] wrong count for newly created folders)
9018
9019 2002-10-07 [christoph]  0.8.3claws51
9020
9021         * src/compose.c
9022                 fix news posting problem
9023
9024 2002-10-07 [melvin]     0.8.3claws50
9025
9026         * po/fr.po
9027                 Updated French translation
9028
9029 2002-10-05 [christoph]  0.8.3claws49
9030
9031         * src/gtkstext.c
9032                 check if line_start_cache is set in gtk_stext_update_text
9033                 (closes bug [ 618119 ] crash while doing search in folder)
9034
9035 2002-10-05 [christoph]  0.8.3claws48
9036
9037         * src/imap.c
9038         * src/news.c
9039         * src/utils.c
9040         * src/utils.h
9041                 implement cache cleanups for claws' folder system
9042                 (closes bug [ 595916 ] imapcache not cleaned up)
9043
9044 2002-10-05 [melvin]     0.8.3claws47
9045
9046         * src/prefs_actions.c
9047                 Made the help text more clear for the %p token
9048
9049 2002-10-04 [paul]       0.8.3claws46
9050
9051         * sync with 0.8.5
9052                 see ChangeLog 2002-10-02 and 2002-10-03
9053
9054 2002-10-04 [christoph]  0.8.3claws45
9055
9056         * src/inc.c
9057                 fix segfault caused by pop before smtp
9058                 call to inc_account_mail with NULL
9059                 pointer for mainwin
9060
9061 2002-10-04 [paul]       0.8.3claws44
9062
9063         * configure.in
9064                 sync the LDAP detection from 0.8.5cvs1
9065
9066 2002-10-02 [christoph]  0.8.3claws43
9067
9068         * po/de.po
9069                 fix small spelling error
9070
9071 2002-10-02 [melvin]     0.8.3claws42
9072
9073         * ac/aspell.m4
9074                 Behave better and say "no" when test program cannot be run.
9075
9076 2002-10-02 [paul]       0.8.3claws41
9077
9078         * sync with 0.8.4cvs1
9079                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9080                 
9081         * src/summaryview.c
9082                 toggle the behavior of Reply menuitem between
9083                 normal reply and reply-to-list
9084
9085 2002-10-01 [sergey]     0.8.3claws40
9086
9087         * src/compose.c
9088                 Convert newlines in the message text to the canonical form
9089                 before base64 encoding (RFC2045 compliance, fixes some
9090                 interoperability issues with Evolution 1.0.3)
9091
9092 2002-09-29 [colin]      0.8.3claws39
9093
9094         * src/summaryview.c
9095                 Fix an unwanted copy/paste
9096
9097 2002-09-29 [colin]      0.8.3claws38
9098
9099         * src/mainwindow.c
9100                 Renamed "Custom toolbar" to "Customize toolbar"
9101                 Renamed "Show all header" to "Show all headers"
9102                 Renamed "Set diplay item" to "Set displayed items"
9103         * src/prefs_common.c
9104                 Renamed "Show all header" to "Show all headers"
9105         * src/prefs_summary_column.c
9106                 Renamed "diplay item" to "displayed items"
9107
9108 2002-09-29 [colin]      0.8.3claws37
9109
9110         * src/mainwindow.[ch]
9111                 online/offline status pixmaps follow theme
9112                 changes
9113         * src/summaryview.[ch]
9114                 quicksearch pixmap follows theme changes
9115
9116 2002-09-29 [thorsten]   0.8.3claws36
9117
9118         * src/compose.c
9119           src/prefs_folder_item.[ch]
9120                 add default_reply_to folder option (closes patch 581044)
9121
9122 2002-09-29 [christoph]  0.8.3claws35
9123
9124         * acconfig.h    ** REMOVED **
9125         * configure.in
9126         * ac/aspell.m4
9127         * ac/check-type.m4
9128         * ac/gnupg-check-typedef.m4
9129                 fix autoheader 2.50 warning
9130
9131 2002-09-29 [christoph]  0.8.3claws34
9132
9133         * major code cleanup (part 2)
9134         
9135                 - unused variables removed
9136                 - unused functions removed
9137                 - uninitialized variables checked
9138                 - missing return statements added
9139                 - missing function return types added
9140                 - added parentheses around assignment
9141                   when suggested by gcc
9142
9143 2002-09-29 [alfons]     0.8.3claws33
9144
9145         * src/logwindow.c
9146                 log_window_clear(): only bracket gtk_text_forward_delete() 
9147                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9148                 works around GTK text bug)
9149
9150 2002-09-29 [paul]       0.8.3claws32
9151
9152         * po/bg.po
9153           po/sr.po
9154                 updated by George Danchev and Urke MMI
9155                 respectively
9156
9157 2002-09-27 [christoph]  0.8.3claws31
9158
9159         * doc-src/readme.txt
9160         * doc-src/rfc1806.txt   ** REMOVED **
9161         * doc-src/rfc2183.txt   ** NEW FILE **
9162         * doc-src/rfc2980.txt   ** NEW FILE **
9163                 update rfcs
9164
9165 2002-09-27 [melvin]     0.8.3claws30
9166
9167         * ac/aspell.m4
9168                 Fixed typo which could break linking
9169
9170 2002-09-27 [melvin]     0.8.3claws29
9171
9172         * ac/aspell.m4
9173                 Improved GNU/aspell checking. 
9174                 Fixed bug #614490
9175
9176 2002-09-27 [paul]       0.8.3claws28
9177
9178         * sync with 0.8.3cvs8
9179                 see ChangeLog 2002-09-27
9180
9181 2002-09-26 [colin]      0.8.3claws27
9182
9183         * src/toolbar.[ch]
9184           src/mainwindow.[ch]
9185                 Add "Reply to Mailing-list" to the toolbar
9186
9187 2002-09-26 [christoph]  0.8.3claws26
9188
9189         * src/summaryview.c
9190                 Fix wrong message counts in summaryview status
9191
9192 2002-09-26 [paul]       0.8.3claws25
9193
9194         * sync with 0.8.3cvs7
9195                 see ChangeLog 2002-09-26
9196
9197 2002-09-26 [paul]       0.8.3claws24
9198
9199         * sync with 0.8.3cvs6
9200                 see ChangeLog 2002-09-25
9201
9202 2002-09-25 [christoph]  0.8.3claws23
9203
9204         * src/prefs_common.c
9205         * src/prefs_folder_item.c
9206         * src/prefs_scoring.c
9207                 Renamed "kill score" to "hide score" in GUI
9208                 and prefs files
9209
9210 2002-09-25 [paul]       0.8.3claws22
9211
9212         * sync with 0.8.3cvs5
9213                 see ChangeLog 2002-09-24
9214
9215 2002-09-24 [alfons]     0.8.3claws21
9216
9217         patch by Satoshi Nagayasu: allows appending / saving multiple 
9218         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9219         'Save as ...'")
9220
9221         * AUTHORS
9222                 add Satoshi Nagayasu
9223         * src/summaryview.c
9224                 summary_save_as(): allow saving selected files to
9225                 one file
9226                 summary_set_menu_sensitive: enable "Save As..." when
9227                 multiple files are selected
9228         * src/utils.[ch]
9229                 append_file(): new function
9230
9231 2002-09-24 [colin]      0.8.3claws20
9232
9233         * src/procmime.c
9234                 Fix segfault when mimeinfo doesn't have a 
9235                 content_type. 
9236
9237 2002-09-24 [colin]      0.8.3claws19
9238
9239         * src/prefs_common.[ch]
9240                 Add a preference to display send dialog or not
9241         * src/send.c
9242                 Display send dialog according to preference
9243
9244 2002-09-24 [colin]      0.8.3claws18
9245
9246         * src/compose.[ch]
9247                 Disable user actions when sending
9248
9249 2002-09-24 [colin]      0.8.3claws17
9250
9251         * src/procmime.c
9252                 Do not display name or filename for attachments
9253                 with an application/pgp-signature type
9254                 (security flaw, see bug 537413)
9255
9256 2002-09-23 [colin]      0.8.3claws16
9257
9258         * src/editaddress.c
9259                 Initialize entry_email, entry_alias and 
9260                 entry_remarks to first email address of the list
9261
9262 2002-09-23 [colin]      0.83claws15
9263
9264         * src/compose.c
9265                 Drop pgp-signature when reediting a signed queued
9266                 message
9267
9268 2002-09-23 [melvin]     0.8.3claws14
9269
9270         * po/fr.po
9271                 Updated French translation
9272
9273 2002-09-23 [melvin]     0.8.3claws13
9274
9275         * src/mainwindow.c
9276                 Made custom toolbar menu labels more consistent
9277         * src/prefs_toolbar.c
9278                 Made custom toolbar window title more consistent
9279
9280 2002-09-22 [colin]      0.8.3claws12
9281
9282         * src/inc.c
9283                 Initialize session type to normal before getting 
9284                 mail (fixes strange Get behaviour)
9285         * src/prefs_account.h
9286                 Move STYPE_POP_BEFORE_SMTP to last position to 
9287                 avoid other side-effects
9288
9289 2002-09-22 [colin]      0.8.3claws11
9290
9291         * src/prefs_account.c
9292                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9293                 from pop3 to apop or vice-versa
9294
9295 2002-09-22 [colin]      0.8.3claws10
9296         
9297         * src/prefs_account.[ch]
9298                 Add an option for the POP before SMTP timeout
9299         * src/inc.c
9300                 Remember time of last POP connection
9301         * src/send.c
9302                 Do POP before SMTP only if timeout reached
9303
9304 2002-09-22 [oliver]     0.8.3claws9
9305         
9306         * README.claws
9307                 explain custom toolbar
9308
9309 2002-09-22 [oliver]     0.8.3claws8
9310
9311         * src/prefs_actions.[ch]
9312         custom toolbar for compose      
9313                 actions callback from compose toolbar
9314         * src/folderview.c
9315                 remove include toolbar.h
9316
9317 2002-09-22 [oliver]     0.8.3claws7
9318         
9319         * src/prefs_toolbar.[ch]
9320                 custom toolbar for compose
9321                 - generic prefs_toolbar handles both
9322                   Mainwin's toolbar as well as Compose toolbar          
9323
9324 2002-09-22 [oliver]     0.8.3claws6
9325         
9326         * src/toolbar.[ch]
9327                 custom toolbar for compose
9328                 restructure toolbar.[ch]
9329
9330 2002-09-22 [oliver]     0.8.3claws5
9331
9332         * src/compose.[ch]
9333                 custom toolbar for compose
9334
9335 2002-09-22 [oliver]     0.8.3claws4
9336         
9337         * src/mainwindow.[ch]
9338                 custom toolbar for compose 
9339                 move mainwin toolbar back to mainwindow
9340
9341 2002-09-22 [alfons]     0.8.3claws3
9342
9343         * src/procmsg.c
9344                 :%sno/if(/if (/gc
9345                 :%sno/for(/for (/gc
9346                 (beautify)
9347
9348 2002-09-22 [alfons]     0.8.3claws2
9349         
9350         * src/procmsg.c
9351                 procmsg_save_to_outbox(): don't unlink message file from queue;
9352                 callers should do it using folder_item_remove_msg()
9353
9354 2002-09-22 [colin]      0.8.3claws1
9355
9356         * src/mimeview.[ch]
9357                 Made mimeview_check_signature() public
9358         * src/textview.c
9359                 Made GPG signatures verifiable by clicking
9360                 the [application/pgp-signature] in the Text
9361                 view
9362
9363 2002-09-22 [paul]       0.8.3claws
9364
9365         * po/bg.po
9366           po/en_GB.po
9367           po/es.po
9368           po/it.po
9369           po/pl.po
9370           po/pt_BR.po
9371           po/sr.po
9372                 updated translations, submitted by George Danchev,
9373                 me, Ricardo Mones Lastra, Alessandro Maestri,
9374                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9375                 and Urke MMI, respectively.     
9376
9377 2002-09-22 [alfons]     0.8.2claws65
9378
9379         * src/procmsg.c
9380         * src/pgptext.c
9381                 no furry valgrinds have been used to plug these memleaks
9382
9383 2002-09-20 [paul]       0.8.2claws64
9384
9385         * sync with 0.8.3cvs4
9386                 'Select thread' re-implemented 
9387                 see ChangeLog 2002-09-20
9388
9389 2002-09-21 [alfons]     0.8.2claws63
9390
9391         * src/compose.c
9392                 compose_send(): plug unnoticed memleak
9393
9394 2002-09-20 [alfons]     0.8.2claws62
9395
9396         * src/addr_compl.c
9397                 replace_address_in_edit(): strict check for NULL address to
9398                 fix "[ 607348 ] Segfault in address completion". My guess is
9399                 that this happens with an empty address book, but it's good
9400                 to have this check here anyway
9401                 
9402                 completion_window_button_press(): free string returned 
9403                 from the internal cache
9404
9405 2002-09-20 [christoph]  0.8.2claws61
9406
9407         * src/procmime.h
9408                 added ENC_BINARY to EncodingType
9409         * src/procmime.c
9410                 the string returned by procmime_get_encoding_str
9411                 should not depend on the order of values in the
9412                 EncodingType definition
9413         * doc-src/rfc1806.txt   ** NEW FILE **
9414                 Added rfc1806 about MIME Content-Disposition
9415                 Extension
9416
9417 2002-09-19 [paul]       0.8.2claws60
9418
9419         * sync with 0.8.2cvs3
9420                 see ChangeLog 2002-09-19
9421
9422 2002-09-19 [paul]       0.8.2claws59
9423
9424         * src/prefs_folder_item.c
9425                 revert to Darko's original alignment of colour
9426                 selector button
9427                 add a colon to folder_color label
9428                 
9429         * src/compose.c
9430                 add Colin's patch (with Hiro's modifications) to 
9431                 force BASE64 encoding for 8-bit text when signing
9432                 (sync with 0.8.3cvs2)
9433
9434 2002-09-18 [alfons]     0.8.2claws58
9435
9436         * src/compose.c
9437                 :%sno/if(/if (/gc
9438                 :%sno/for(/for (/gc
9439                 (beautify a little bit)
9440
9441 2002-09-18 [christoph]  0.8.2claws57
9442
9443         * src/pine.c
9444                 fix handling of fgetc return value
9445
9446 2002-09-17 [alfons]     0.8.2claws56
9447         
9448         * src/summaryview.c
9449                 summary_sort(): check non-NULL summaryview->folder_item when no 
9450                 folder is selected at all
9451                 (closes "[ 610344 ] sort label make syl Crash")
9452
9453 2002-09-17 [alfons]     0.8.2claws55
9454         
9455         * src/compose.c
9456                 beautify a little bit
9457
9458 2002-09-17 [christoph]  0.8.2claws54
9459
9460         * src/folder.c
9461                 initialize max values for cache and folder
9462                 when cache or folder is empty
9463
9464 2002-09-15 [colin]      0.8.2claws53
9465
9466         * src/compose.c
9467                 Fix a leak (thanks Alfons!) and cleaned
9468                 variables names for custom headers
9469
9470 2002-09-15 [colin]      0.8.2claws52
9471
9472         * src/compose.c
9473                 Fix custom headers recognition when
9474                 prefs_common.trans_hdr is on
9475
9476 2002-09-15 [colin]      0.8.2claws51
9477
9478         * src/compose.c
9479                 Allow dynamically-added custom headers
9480                 Yet not reparsed if reedited
9481
9482 2002-09-15 [alfons]     0.8.2claws50
9483
9484         * src/prefs_account.c
9485                 fix warnings
9486
9487 2002-09-15 [colin]      0.8.2claws49
9488         
9489         * src/prefs_account.c
9490                 fix pop_before_smtp sensitivity
9491
9492 2002-09-15 [colin]      0.8.2claws48
9493
9494         * src/inc.[ch]
9495                 add inc_pop_before_smtp()
9496                 allow MainWindow to be undefined in 
9497                 inc_account_mail() and inc_start()
9498         * src/pop.c
9499           src/prefs_account.h
9500                 add STYPE_POP_BEFORE_SMTP session type
9501         * src/prefs_account.c
9502                 activated pop before smtp option
9503         * src/send.c
9504                 do pop before smtp if the relevant option 
9505                 is set
9506
9507 2002-09-15 [paul]       0.8.2claws47
9508
9509         * sync with 0.8.3
9510                 see ChangeLog 2002-09-15
9511
9512 2002-09-14 [paul]       0.8.2claws46
9513
9514         * po/bg.po
9515                 updated Bulgarian translation, submitted by
9516                 George Danchev
9517
9518 2002-09-13 [paul]       0.8.2claws45
9519
9520         * src/compose.c
9521                 merge claws' select_account() with main's
9522                 (new) compose_select_account(). [sync with
9523                 0.8.2cvs15, see ChangeLog 2002-09-11]
9524
9525 2002-09-12 [christoph]  0.8.2claws44
9526
9527         * src/filter.c
9528                 allocate 1 elements of FolderItem not 0
9529
9530 2002-09-12 [colin]      0.8.2claws43
9531
9532         * src/compose.c
9533                 Fix bug #590825 (obey Follow-up: poster)
9534
9535 2002-09-12 [colin]      0.8.2claws42
9536
9537         * src/procmime.c
9538                 Fix bug #557009 (wrong headers for messages 
9539                 forwarded as attachments)
9540
9541 2002-09-11 [colin]      0.8.2claws41
9542         
9543         * src/compose.c
9544                 Put SCF: pseudo-header on top of message
9545                 Set draft tmp_flag when saved as draft
9546
9547         * src/procmsg.c
9548           src/procheader.c
9549                 Skip after first \n\n for beginning of real message
9550                 for drafts too
9551
9552 2002-09-11 [christoph]  0.8.2claws40
9553
9554         * src/filtering.c
9555                 use procmsg flag functions in filtering or processing
9556                 will cause incorrect folder message counts
9557
9558 2002-09-11 [colin]      0.8.2claws39
9559
9560         * src/compose.c
9561                 Fix bug #550175 - wrong save folder when reediting
9562                 drafts
9563
9564 2002-09-11 [paul]       0.8.2claws38
9565
9566         * sync with 0.8.2cvs14
9567                 see ChangeLog 2002-09-11
9568
9569 2002-09-11 [colin]      0.8.2claws37
9570
9571         * src/folder.c
9572                 Fix a typo (seeming to cause new/unread status to
9573                 be lost)
9574
9575 2002-09-10 [christoph]  0.8.2claws36
9576
9577         * src/compose.c
9578                 compose_redirect should not use compose_generic_new
9579                 because that does more stuff than expected including
9580                 opening the external editor
9581                 (closes bug "[ 526608 ] bounced messages appear blank
9582                  in editor")
9583
9584 2002-09-10 [christoph]  0.8.2claws35
9585
9586         * src/folder.c
9587                 fix problem with too large message number range
9588                 causing a crash in folder_item_scan
9589
9590 2002-09-10 [paul]       0.8.2claws34
9591
9592         * sync with 0.8.2cvs13
9593                 see ChangeLog 2002-09-10
9594
9595 2002-09-10 [christoph]  0.8.2claws33
9596
9597         * src/msgcache.c
9598                 set MsgInfo TmpFlags for queue and draft folders
9599                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9600
9601 2002-09-10 [paul]       0.8.2claws32
9602
9603         * AUTHORS
9604           po/bg.po      ** NEW FILE **
9605                 new Bulgarian translation submitted by
9606                 George Danchev <danchev@spnet.net>
9607                 
9608         * tools/Makefile.am
9609           tools/README
9610           tools/tb2sylpheed     ** NEW FILE **
9611                 add script that converts an addressbook exported
9612                 from The Bat! into a Sylpheed addressbook. Submitted
9613                 by Urke MMI <urke-kg@eunet.yu>
9614
9615 2002-09-10 [paul]       0.8.2claws31
9616
9617         * sync with 0.8.2cvs12
9618                 see ChangeLog 2002-09-10
9619
9620 2002-09-06 [paul]       0.8.2claws30
9621
9622         * src/prefs_common.c
9623                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9624                 
9625         * tools/Makefile.am
9626           tools/README
9627           tools/ldif-to-xml.py  ** REMOVED **
9628                 remove obsolete python script
9629
9630 2002-09-06 [paul]       0.8.2claws29
9631
9632         * sync with 0.8.2cvs10
9633                 see ChangeLog 2002-09-06
9634
9635 2002-09-04 [paul]       0.8.2claws28
9636
9637         * sync with 0.8.2cvs9
9638                 see ChangeLog 2002-08-04
9639
9640 2002-09-04 [colin]      0.8.2claws27 
9641
9642         * src/prefs_common.[ch]
9643                 Added signature color configuration
9644         * src/textview.c
9645                 Use user-specified signature color
9646
9647 2002-09-03 [colin]      0.8.2claws26
9648
9649         * src/prefs_common.[ch]
9650                 Added autosave and autosave_length prefs
9651         * src/compose.c
9652                 Added compose_remove_draft()
9653                 Auto-save drafts according to the prefs
9654         * src/main.c
9655                 Added a crash-indicator file, allowing to check
9656                 for new messages on startup if Sylpheed crashed
9657                 (makes saved drafts "reappear")
9658
9659 2002-09-03 [colin]      0.8.2claws25
9660
9661         * src/textview.[ch]
9662                 Grey the signature
9663
9664 2002-09-03 [paul]       0.8.2claws24
9665
9666         * sync with 0.8.2cvs8
9667                 see ChangeLog 2002-09-02 and 2002-09-03
9668
9669 2002-09-03 [darko]      0.8.2claws23
9670
9671         * src/folderview.c
9672                 use normal style when creating new folder to pick
9673                 proper font size 
9674
9675 2002-09-02 [melvin]     0.8.2claws22
9676
9677         * src/gtkaspell.m4
9678                 removed some obsolete code
9679
9680 2002-09-02 [melvin]     0.8.2claws21
9681
9682         * ac/aspell.m4
9683                 fixed test's equality sign (== to =)
9684
9685 2002-09-02 [alfons]     0.8.2claws20
9686
9687         * src/folder.c
9688         * src/mh.c
9689                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9690                 as folder->destroy virtual as suggested by Hiro
9691                 (the mh.c code seems to have been lost around mh.c.1.21)
9692
9693 2002-09-02 [paul]       0.8.2claws19
9694
9695         * po/pt_BR.po
9696                 updated by Fabio Jr. Beneditto
9697                 
9698         * src/defs.h
9699                 use 'http://claws.sylpheed.org' for homepage link. 
9700                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9701
9702 2002-09-01 [alfons]     0.8.2claws18
9703
9704         * src/mh.c
9705                 plug memleak related to one Martin Kluge found
9706
9707 2002-08-31 [paul]       0.8.2claws17
9708
9709         * sync with 0.8.2cvs6
9710                 see ChangeLog 2002-08-30
9711
9712 2002-08-31 [alfons]     0.8.2claws16
9713
9714         * src/folder.c
9715                 folder_destroy(): remove mailbox from folderlist even if it has
9716                 no destroy virtual
9717
9718 2002-08-31 [alfons]     0.8.2claws15
9719
9720         * src/folder.c
9721                 :%sno/if(/if (/gc
9722                 :%sno/for(/for (/gc
9723                 (being pedantic I know)
9724
9725 2002-08-31 [alfons]     0.8.2claws14
9726
9727         * src/folder.c
9728                 check for NULL pointers returned from folder->fetch_msginfo virtual
9729                 (should solve some reported crashes)
9730
9731 2002-08-30 [alfons]     0.8.2claws13
9732
9733         * acconfig.h
9734         * configure.in
9735         * src/crash.c
9736                 enable crash dialog on compilation time
9737                 (--enable-crash-dialog configure option)
9738
9739 2002-08-30 [alfons]     0.8.2claws12
9740
9741         * AUTHORS
9742                 add Martin Kluge
9743         * src/mh.c
9744                 apply memory leak plug patch by Martin Kluge
9745                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9746                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9747                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9748
9749 2002-08-30 [darko]      0.8.2claws11
9750
9751         * src/folderview.c
9752                 copy Gtk style from normal style to match
9753                 font size for coloured folders
9754
9755 2002-08-29 [alfons]     0.8.2claws10
9756
9757         * sylpheed.desktop
9758                 Type=Internet <- Type=Application
9759                 (reported by Michael Schwendt, see:
9760                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9761                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9762
9763 2002-08-29 [paul]       0.8.2claws9
9764
9765         * sync with 0.8.2cvs5
9766                 see ChangeLog 2002-08-29
9767
9768 2002-08-29 [colin]      0.8.2claws8
9769
9770         * src/summaryview.c
9771                 Added a sanity check in summary_select_thread
9772                 Should fix bug 601605
9773
9774 2002-08-29 [colin]      0.8.2claws7
9775
9776         * src/main.c
9777                 Revert claws6 changes regarding bug #591676
9778
9779 2002-08-28 [colin]      0.8.2claws6
9780         
9781         * src/main.c
9782                 Ignore cache for queue folderitems
9783                 Fix bug #591676
9784
9785 2002-08-28 [melvin]     0.8.2claws5
9786
9787         * README.claws
9788                 Fixed typos.
9789
9790 2002-08-28 [melvin]     0.8.2claws4
9791
9792         * README.claws
9793                 Updated a bit the text concerning the spell checker
9794
9795 2002-08-28 [melvin]     0.8.2claws3
9796
9797         Merged the GNU_aspell_branch:
9798                 Support of new GNU/aspell is now included and the old pspell
9799                 is not supported anymore.
9800                 See README.claws
9801
9802         * README.claws
9803                 Updated spell checker text to reflect the switch to GNU/aspell
9804
9805         * ac/aspell.m4          *** NEW ***
9806         * src/gtkaspell.[ch]    *** NEW *** 
9807         * ac/pspell.m4          *** DELETED *** 
9808         * src/gtkspell.[ch]     *** DELETED ***
9809
9810         * ac/Makefile.am
9811                 Updated for GNU/aspell support
9812
9813         * po/POTFILES.in
9814                 Replaced gtkspell.c by gtkaspell.c
9815
9816         * acconfig.h
9817         * src/Makefile.am
9818         * src/about.c
9819         * src/compose.[ch]
9820         * src/crash.c
9821         * src/main.c
9822         * src/prefs_common.[ch]
9823                 Updated for GNU/aspell support
9824
9825 2002-08-28 [paul]       0.8.2claws2
9826
9827         * sync with 0.8.2cvs4
9828                 see ChangeLog 2002-08-27 and 2002-08-28
9829
9830 2002-08-28 [colin]      0.8.2claws1
9831
9832         * src/summary_search.c
9833                 Added "AND search"
9834
9835 2002-08-28 [jens]       0.8.2claws
9836
9837         *po/de.po
9838                 Updated German translations
9839
9840 2002-08-27 [melvin]     0.8.2claws
9841
9842         * po/fr.po
9843                 Updated French translations
9844
9845 2002-08-27 [paul]       0.8.2claws
9846
9847         * sync with 0.8.2 main release
9848
9849         * po/en_GB.po
9850           po/es.po
9851           po/it.po
9852           po/pl.po
9853           po/pt_BR.po
9854           po/sr.po
9855                 updated message catalogs submitted by
9856                 Ricardo Mones Lastra, Alessandro Maestri,
9857                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9858                 Beneditto and Urke MMI  
9859
9860 2002-08-27 [hoa]        0.8.1claws123
9861
9862         * src/mainwindow.[ch]
9863         * src/summaryview.[ch]
9864                 removed the "filter setting" menu option.
9865                 add a "cancel a news message" menu option.
9866
9867 2002-08-26 [martin]     0.8.1claws122
9868
9869         * ChangeLog.claws
9870                 changed string under 0.8.1claws79 changed by myself
9871                 i'm sorry alfons :(
9872
9873 2002-08-26 [martin]     0.8.1claws121
9874
9875         * src/crash.c
9876                 added kill command to debuggerrc to start crash dialog
9877
9878 2002-08-26 [paul]       0.8.1claws120
9879
9880         * sync with 0.8.1cvs31
9881                 see ChangeLog 2002-08-26
9882
9883 2002-08-25 [alfons]     0.8.1claws119
9884
9885         * src/procmsg.c
9886                 fix bug that didn't send out correct headers to news server
9887                 when sending news article and email from queue (bug reported
9888                 and patch provided by Tim Mann; closes bug 
9889                 "[ 583196 ] 0.7.8claws can't post news")
9890
9891 2002-08-25 [alfons]     0.8.1claws118
9892
9893         * src/selective_download.c
9894                 mark two strings as translatable
9895                 (thanks to Urke MMI for pointing this out)
9896
9897 2002-08-25 [alfons]     0.8.1claws117
9898
9899         * src/summaryview.c
9900                 treat sent boxes as special and allow sorting them by addressee
9901                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9902                 submitted by Steve Lamb)
9903
9904 2002-08-24 [alfons]     0.8.1claws116
9905
9906         * src/matcher.c
9907                 fix memleak reported by Martin Kluge
9908                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9909
9910 2002-08-24 [oliver]     0.8.1claws115
9911
9912         * src/prefs_toolbar.c
9913                 o code cleanup as suggested by Alfons
9914                 o memleak fix
9915
9916 2002-08-24 [alfons]     0.8.1claws114
9917
9918         * src/summaryview.c
9919                 o fix another memory leak reported by Martin Kluge
9920                   (see "[ 599568 ] Small Memory Leak")
9921                 o remove 'from' variable from 'summary_set_header()'; we can
9922                   do with just 'to' 
9923
9924 2002-08-24 [paul]       0.8.1claws113
9925
9926         * sync with 0.8.1cvs30
9927                 see ChangeLog 2002-08-23
9928
9929 2002-08-24 [alfons]     0.8.1claws112
9930
9931         * src/summaryview.c
9932                 remove unnecessary allocations for search bar fixing leaks
9933                 reported by Martin Kluge
9934                 (see "[ 599451 ] Further memory leaks?")
9935
9936 2002-08-24 [alfons]     0.8.1claws111
9937
9938         * src/main.c
9939                 make get_socket_name() public for crash.c
9940         * src/crash.c
9941                 o make report bug button work (goes to claws' 
9942                   bug tracker at sf.net)
9943                 o introduce function for doing important stuff just
9944                   before claws goes down
9945                 o clean up code 
9946
9947 2002-08-24 [alfons]     0.8.1claws110
9948
9949         * src/compose.c
9950                 move cursor to "To" entry when forwarding as attachment
9951                 (reported and solved by Steve Lamb, closes bug report
9952                 "[ 592880 ] Forward as attachment; cursor not in to")
9953
9954 2002-08-24 [colin]      0.8.1claws109
9955
9956         * src/mainwindow.c
9957                 fix quick search visibility after GUI (de)separations.
9958
9959 2002-08-23 [colin]      0.8.1claws108
9960
9961         * src/mainwindow.c
9962                 fix header pane visibility after folderview or
9963                 messageview (de)separation
9964
9965 2002-08-23 [paul]       0.8.1claws107
9966
9967         * src/mainwindow.[ch]
9968           src/toolbar.c
9969                 give full control of display or non-display 
9970                 of the Execute icon to Custom toolbar settings.
9971                 add new sensitivity condition to maninwindow.h: 
9972                 M_DELAY_EXEC
9973
9974         * ChangeLog
9975           ChangeLog.jp
9976           NEWS
9977                 more sync with 0.8.1cvs29
9978
9979 2002-08-23 [melvin]     0.8.1claws106
9980
9981         * src/alertpanel.c
9982                 Readded support for custom widget in alertpanel lost in last
9983                 sync.
9984
9985 2002-08-23 [paul]       0.8.1claws105
9986
9987         * sync with 0.8.1cvs29
9988                 see ChangeLog 2002-08-23
9989
9990 2002-08-23 [colin]      0.8.1claws104
9991
9992         * src/summaryview.c
9993                 Fix folder and search pixmaps exchanging positions
9994                 after theme or toolbar changes. Thank to Oliver for 
9995                 reporting this.
9996
9997 2002-08-23 [colin]      0.8.1claws103
9998
9999         * src/mainwindow.c
10000           src/messageview.[ch]
10001           src/noticeview.[ch]
10002           src/summaryview.c
10003                 Changed messageview_create() and noticeview_create()
10004                 to avoid the last gdk_warning
10005
10006 2002-08-22 [colin]      0.8.1claws102
10007
10008         * src/summaryview.c
10009                 Fix my new `Creating pixmap from xpm' warning
10010
10011 2002-08-22 [colin]      0.8.1claws101
10012
10013         * src/mainwindow.c
10014                 Fix some of the gdk warnings
10015
10016 2002-08-22 [colin]      0.8.1claws100
10017
10018         * src/Makefile.am
10019         * src/stock_pixmap.c
10020         * src/stock_pixmap.h
10021         * src/pixmaps/quicksearch.xpm *ADDED*
10022                 Add the quicksearch pixmap
10023         * src/mainwindow.c
10024         * src/summaryview.c
10025         * src/summaryview.h
10026                 Make quicksearch bar visible/hidden via a button
10027
10028 2002-08-22 [christoph]  0.8.1claws99
10029
10030         * src/folder.c
10031                 fix folder update for newsgroups with message
10032                 numbers below minimum number of articles to fetch
10033                 (closes bug #598445)
10034
10035 2002-08-22 [paul]       0.8.1claws98
10036
10037         * sync with 0.8.1cvs28
10038                 see ChangeLog 2002-08-22
10039
10040 2002-08-21 [alfons]     0.8.1claws97
10041
10042         * src/crash.c
10043                 use bt instead of bt full which seems to work 
10044                 better, and bt full doesn't give a great deal 
10045                 of information anyway
10046
10047 2002-08-21 [colin]      0.8.1claws96
10048
10049         * src/summaryview.c
10050                 fix summaryview_searchtype_changed prototype
10051
10052 2002-08-21 [christoph]  0.8.1claws95
10053
10054         * src/mainwindow.c
10055                 o fix broken menu update for sorting type, we have to
10056                   get this info from the summaryview now
10057                 o removed setting of threaded state in menu callback
10058         * src/summaryview.[ch]
10059                 more summaryview/folderitem seperation for
10060                 threading option
10061         * configure.in
10062                 removed not required --with-compiler-flags option
10063
10064 2002-08-21 [oliver]     0.8.1claws94
10065         
10066         * src/toolbar.h 
10067                 o rename toolbar.xml to toolbar_main.xml
10068                   since toolbar_compose.xml might come up 
10069                   any time soon
10070         * README.claws
10071                 add custom toolbar              
10072
10073 2002-08-21 [darko]      0.8.1claws93
10074
10075         * src/procmsg.c
10076                 don't reset tmp flags for messages copied
10077                 to sent folder
10078
10079 2002-08-21 [colin]      0.8.1claws92
10080         
10081         * src/prefs_filtering.c
10082                 fix renaming rules on folder rename 
10083                 when folder is not a leaf folder
10084
10085 2002-08-21 [paul]       0.8.1claws91
10086
10087         * src/prefs_folder_item.c
10088                 fix alignment of colour selector
10089
10090 2002-08-21 [paul]       0.8.1claws90
10091
10092         * sync with 0.8.1cvs27
10093                 see ChangeLog 2002-08-21
10094
10095 2002-08-21 [paul]       0.8.1claws89
10096
10097         * src/summaryview.c
10098                 fix crash when changing field type in
10099                 Quick search bar
10100
10101 2002-08-21 [colin]      0.8.1claws88
10102
10103         * src/summaryview.c
10104                 Made quick search case-insensitive
10105
10106 2002-08-21 [paul]       0.8.1claws87
10107
10108         * sync with 0.8.1cvs26
10109                 see ChangeLog 2002-08-21
10110
10111 2002-08-20 [christoph]  0.8.1claws86
10112
10113         * src/folderview.c
10114         * src/main.c
10115         * src/summaryview.[ch]
10116                 more summaryview/folderitem seperation for
10117                 sort_key and sort_type
10118         * src/procmsg.c
10119                 added missing return statement
10120
10121 2002-08-20 [colin]      0.8.1claws85
10122
10123         * src/summaryview.[ch]
10124                 Added a quick search box
10125         * src/mainwindow.c
10126         * src/prefs_common.[ch]
10127                 Added a show/hide option for the quick search
10128
10129 2002-08-20 [oliver]     0.8.1claws84
10130         
10131         * src/mainwindow.c
10132                 remove toolbar_create_popups
10133         * src/toolbar.[ch]
10134                 o remove toolbar_create_popups
10135                 o fix toolbar_set_sensitive 
10136                   (Bug reports #596834 and #596832)     
10137         * src/prefs_toolbar.c
10138                 o add "Set default" button
10139                 o align label and text + combo widgets
10140
10141 2002-08-20 [hoa]        0.8.1claws83bis
10142
10143         * src/imap.c
10144                 fixed a bug in imap_fetch_msginfo() in case there is no
10145                 current folder.
10146
10147 2002-08-20 [darko]      0.8.1claws83
10148
10149         * src/folderview.c
10150                 copy the color style of folder view so it
10151                 works with GTK themes
10152
10153 2002-08-20 [darko]      0.8.1claws82
10154
10155         * src/folder.h
10156         * src/folderview.c
10157         * src/prefs_folder_item.[hc]
10158                 don't use UI stuff in folder.h
10159
10160 2002-08-20 [darko]      0.8.1claws81
10161
10162         * src/folder.h
10163         * src/prefs_folder_item.h
10164         * src/folderview.c
10165         * src/prefs_folder_item.c
10166                 ability to set folder color in folderview
10167
10168 2002-08-19 [alfons]     0.8.1claws80
10169
10170         * src/summaryview.c
10171                 fix one of the earlier memleaks reported by Martin Kluge
10172
10173 2002-08-19 [alfons]     0.8.1claws79
10174
10175         * src/mainwindow.c
10176                 hide notice view when selecting seperate folder
10177                 view (reported by Urke MMI)
10178
10179 2002-08-19 [christoph]  0.8.1claws78
10180
10181         * src/folderview.c
10182         * src/prefs_folder_item.h
10183         * src/summaryview.[ch]
10184                 o add summary_set_prefs_from_folderitem to set
10185                   summaryview prefs (first step to remove all
10186                   references to the folderitem in summaryview)
10187                 o moved compiled regex stuff from folderitem prefs
10188                   to summaryview code
10189
10190 2002-08-19 [paul]       0.8.1claws77
10191
10192         * src/compose.c
10193                 add check for '.' to QUOTE_IF_REQUIRED
10194
10195 2002-08-19 [paul]       0.8.1claws76
10196
10197         * src/inc.c
10198                 sync with 0.8.1cvs25 (plug memory leak)
10199
10200         * src/prefs_toolbar.c
10201                 re-order prefs_toolbar_cancel()
10202
10203 2002-08-18 [alfons]     0.8.1claws75
10204
10205         * src/inc.c
10206         * src/matcher.c
10207                 plug other memleaks reported by Martin Kluge
10208
10209 2002-08-18 [paul]       0.8.1claws74
10210
10211         * po/pt_BR.po
10212                 updated by Fabio Jr. Beneditto
10213
10214 2002-08-18 [paul]       0.8.1claws73
10215
10216         * src/toolbar.[ch]
10217                 fix bug where tooltips were displayed untranslated              
10218
10219         * src/prefs_toolbar.c
10220                 fix bug where clicking 'Cancel' creates an icon & text
10221                 toolbar regardless of prefs
10222         
10223
10224 2002-08-17 [oliver]     0.8.1claws72
10225
10226         * src/prefs_toolbar.c
10227                 update toolbar on CANCEL
10228                 bug reported by Martin Kluge
10229         * src/toolbar.c
10230                 toolbar_destroy memleak fixed           
10231
10232 2002-08-17 [alfons]     0.8.1claws71
10233
10234         * src/toolbar.c
10235                 plug another memleak reported by Martin Kluge
10236
10237 2002-08-16 [alfons]     0.8.1claws70
10238
10239         * src/crash.c
10240                 use execvp() correctly (suggested by wwp; thanks!)
10241
10242 2002-08-16 [alfons]     0.8.1claws69
10243
10244         * src/gtksctree.c
10245                 plug memory leak reported by Kim Schultz & Martin Kluge
10246
10247 2002-08-16 [paul]       0.8.1claws68
10248
10249         * po/es.po
10250                 updated by Ricardo Mones Lastra
10251
10252 2002-08-16 [paul]       0.8.1claws67
10253
10254         * src/toolbar.h
10255                 fix bug where 'Compose News' icon showed wrong
10256                 tooltip
10257
10258 2002-08-16 [paul]       0.8.1claws66
10259
10260         * sync with 0.8.1cvs24
10261                 see ChangeLog 2002-08-16
10262
10263         * po/it.po
10264                 updated by Alessandro Maestri
10265
10266 2002-08-15 [paul]       0.8.1claws65
10267
10268         * po/sr.po
10269                 updated by Urke MMI
10270
10271 2002-08-15 [paul]       0.8.1claws64
10272
10273         * src/*.c
10274                 don't translate debug info
10275
10276         * src/matcher.[ch]
10277                 add copyright info
10278
10279 2002-08-15 [paul]       0.8.1claws63
10280
10281         * src/prefs_toolbar.c
10282                 fix bug where clicking 'OK' creates an icon & text
10283                 toolbar regardless of prefs
10284
10285 2002-08-14 [alfons]     0.8.1claws62
10286
10287         * src/main.c
10288                 add global var that has the full argv[0]
10289         * src/crash.c
10290                 o execvp the correct sylpheed by using argv0
10291                   and setting the correct work dir
10292                 o other tweaks  
10293
10294 2002-08-14 [oliver]     0.8.1claws61
10295         
10296         * enable/disable Toolbar Action Buttons 
10297         * code cleanups
10298         * src/mainwindow.c
10299         * src/toolbar.[ch]      
10300         * src/prefs_toolbar.c   
10301
10302 2002-08-14 [melvin]     0.8.1claws60
10303
10304         * po/fr.po
10305                 Updated French translations
10306
10307 2002-08-14 [melvin]     0.8.1claws59
10308
10309         * src/crash.c
10310                 Made bug report not translatable
10311         * src/exporthtml.c
10312                 Fixed exporthtml_build_filespec() return value
10313         * src/foldersel.c
10314                 Fixed incorrect include file
10315         * src/gtkspell.c
10316         * src/prefs_actions.c
10317         * src/prefs_toolbar.c
10318                 Made debug info not translatable
10319         * src/mutt.c
10320         * src/quote_fmt.c
10321                 Added missing includes
10322         * src/prefs_common.c
10323                 Fixed typo
10324
10325 2002-08-14 [paul]       0.8.1claws58
10326
10327         * faq/es/sylpheed-faq.html
10328           faq/es/sylpheed-faq-[1-3].html
10329           faq/es/sylpheed-faq-4.html     **NEW FILE **
10330                 update Spanish FAQ
10331
10332 2002-08-13 [christoph]  0.8.1claws57
10333
10334         * src/procmsg.c
10335                 ignore thread fix that did not mark all
10336                 child nodes of a ignored thread as
10337                 ignored. Does not work perfectly yet,
10338                 but it is better now
10339
10340 2002-08-13 [alfons]     0.8.1claws56
10341
10342         * src/crash.c
10343                 o implement 'save crash log'
10344                 o some tweaks
10345
10346 2002-08-13 [melvin]     0.8.1claws55
10347
10348         * src/main.c
10349                 removed unrequired "execinfo.h" header
10350
10351 2002-08-12 [paul]       0.8.1claws54
10352
10353         * faq/en/sylpheed-faq.html
10354           faq/en/sylpheed-faq-[1-3].html
10355           faq/en/sylpheed-faq-4.html     **NEW FILE **
10356                 update English FAQ
10357
10358 2002-08-12 [alfons]     0.8.1claws53
10359
10360         * po/POTFILES.in
10361                 add crash.c to translatables
10362         * src/crash.c
10363                 bring in Leandro's crash dialog
10364
10365 2002-08-11 [alfons]     0.8.1claws52
10366
10367         * src/crash.c
10368                 clean up some warnings
10369
10370 2002-08-11 [alfons]     0.8.1claws51
10371
10372         * acconfig.h
10373         * configure.in
10374         * src/crash.[ch]        ** NEW FILES **
10375         * src/main.c            
10376                 initial gdb crash handler
10377
10378 2002-08-11 [paul]       0.8.1claws50
10379
10380         * src/prefs_toolbar.c
10381                 replace Up/Down arrow pixmaps with text to be
10382                 consistent across icon themes
10383
10384 2002-08-11 [paul]       0.8.1claws49
10385
10386         * src/prefs_common.c
10387           src/prefs_toolbar.c
10388                 rename 'Pixmap' -> 'Icon'
10389
10390         * src/toolbar.[ch]
10391                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10392
10393 2002-08-10 [paul]       0.8.1claws48
10394
10395         * src/prefs_toolbar.c
10396                 re-work the UI
10397
10398 2002-08-10 [paul]       0.8.1claws47
10399
10400         * src/main.c
10401                 don't write Processing progress to status bar
10402                 patch submitted by Alexander Evseev
10403
10404         * src/prefs_toolbar.c
10405                 re-position and resize window
10406                 make window assume correct size on first call
10407
10408 2002-08-10 [paul]       0.8.1claws46
10409
10410         * src/mainwindow.c
10411           src/prefs_toolbar.c
10412           src/toolbar.c
10413           src/toolbar.h
10414                 obey coding style
10415                 follow UI text conventions
10416
10417 2002-08-10 [alfons]     0.8.1claws45
10418
10419         * src/toolbar.c
10420                 correct pixmap for delete action
10421
10422 2002-08-10 [paul]       0.8.1claws44
10423
10424         * po/pt_BR.po
10425                 updated by Fabio Jr. Beneditto
10426
10427 2002-08-10 [paul]       0.8.1claws43
10428
10429         * po/POTFILES.in
10430                 add custom toolbar files
10431
10432 2002-08-10 [paul]       0.8.1claws42
10433
10434         * sync with 0.8.1cvs22
10435                 see ChangeLog 2002-08-09
10436
10437 2002-08-09 [paul]       0.8.1claws41
10438
10439         * tools/Makefile.am
10440           tools/README
10441           tools/outlook2sylpheed.pl     ** NEW FILE **
10442                 add script to convert exported Outlook
10443                 contacts list to a Sylpheed addressbook.
10444                 Submitted by Ricardo Mones Lastra.
10445
10446 2002-08-09 [paul]       0.8.1claws40
10447
10448         * AUTHORS
10449           configure.in
10450           po/sr.po      ** NEW FILE **
10451                 add Serbian message catalog. Submitted by
10452                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10453
10454 2002-08-09 [paul]       0.8.1claws39
10455
10456         * sync with 0.8.1cvs21
10457                 see ChangeLog 2002-08-08
10458
10459 2002-08-08 [oliver]     0.8.1claws38
10460
10461         * src/mainwindow.c
10462                 move Custom Toolbar to Configuration menu
10463
10464 2002-08-08 [oliver]     0.8.1claws37
10465
10466         * src/prefs_toolbar.c
10467                 fix substitute pixmap bug
10468
10469 2002-08-08 [paul]       0.8.1claws36
10470
10471         * sync with 0.8.1cvs19
10472                 see ChangeLog 2002-08-08
10473
10474 2002-08-07 [christoph]  0.8.1claws35
10475
10476         * src/utils.c
10477                 fixed a memory leak in new canonicalize_file_replace
10478
10479 2002-08-07 [christoph]  0.8.1claws34
10480
10481         * src/utils.[ch]
10482                 o canonicalize_file_replace should create the temporary
10483                   file in the same directory as the original file.
10484                 o added get_tmpfile_in_dir that creates a temorary file
10485                   in a specified directory.
10486
10487 2002-08-07 [melvin]     0.8.1claws33
10488
10489         * src/toolbar.c
10490                 fixed bug where 'Article' button acted as 'Email' button.
10491
10492 2002-08-07 [paul]       0.8.1claws32
10493
10494         * sync with 0.8.1.cvs17
10495                 see ChangeLog 2002-08-07
10496
10497 2002-08-07 [colin]      0.8.1claws31
10498         
10499         * src/news.c
10500                 fix mass-cancel problem
10501
10502 2002-08-07 [thorsten]   0.8.1claws30
10503
10504         * src/prefs_toolbar.c
10505                 fix: crash on replace or add new button
10506         * src/toolbar.c
10507                 fix: close xmlfile after reading
10508         * src/utils.c
10509                 fix: unlink() file before rename()
10510
10511 2002-08-06 [paul]       0.8.1claws29
10512
10513         * sync with 0.8.cvs15
10514                 see ChangeLog 2002-08-06
10515
10516 2002-08-06 [oliver]     0.8.1claws28
10517
10518         * src/toolbar.c
10519         * src/prefs_toolbar.c
10520                 fixed empty toolbar issue
10521
10522 2002-08-06 [oliver]     0.8.1claws27
10523
10524         * Custom Toolbar Final 
10525         * src/folderview.c
10526         * src/inc.c
10527         * src/summaryview.c
10528                 o toolbar stuff now lives in src/toolbar.[ch]
10529                 o main_window_toolbar_* functions are renamed to
10530                   toolbar_* reflecting their new source file
10531         * src/mainwindow.[ch]
10532                 o remove toolbar stuff  
10533
10534 2002-08-06 [oliver]     0.8.1claws26
10535         
10536         * src/Makefile.am
10537         * src/prefs_toolbar.[ch]        **New File**
10538         * src/toolbar.[ch]              **New File**
10539                 o prefs_toolbar.[ch] custom toolbar frontend
10540                 o toolbar.[ch]       backend 
10541
10542 2002-08-06 [oliver]     0.8.1claws25
10543
10544         * src/prefs_actions.[ch]
10545                 o new exported function actions_execute
10546
10547 2002-08-06 [paul]       0.8.1claws24
10548
10549         * sync with 0.8.1cvs4
10550                 see ChangeLog 2002-08-06
10551
10552 2002-08-06 [paul]       0.8.1claws23
10553
10554         * sync with 0.8.1cvs13
10555                 see ChangeLog 2002-08-06
10556
10557 2002-08-06 [paul]       0.8.1claws22
10558
10559         * sync with 0.8.1cvs12
10560                 see ChangeLog 2002-08-05 and 2002-08-06
10561
10562 2002-08-06 [match]      0.8.1claws21
10563
10564         * src/addrclip.c
10565                 improvements to cut/copy/paste address
10566
10567 2002-08-05 [match]      0.8.1claws20
10568
10569         * src/addritem.[ch]
10570         * src/addrcache.c
10571         * src/addrbook.c
10572         * src/editaddress.c
10573         * src/addressbook.c
10574                 fixes to improve cut/copy/paste
10575
10576 2002-08-06 [melvin]     0.8.1claws19
10577
10578         * src/account.[ch]
10579                 account_find_all_from_address(): new function that returns the
10580                 list of all accounts that are matched in an address.
10581         * src/alertpanel.[ch]
10582                 alertpanel() now accepts a custom widget
10583                 alertpanel_with_widget(): new function that pops up a panel with
10584                 a custom widget in it 
10585         * src/gtkutils.[ch]
10586                 gtkut_account_menu_new(): new function that allows the selection
10587                 of an account from a list of accounts.
10588         * src/messageview.c
10589                 Extended Return Receipt notification to select the correct 
10590                 account and to make a security test on the Delivery-Notification
10591                 address which should be the same as the Return-Path.
10592
10593 2002-08-06 [thorsten]   0.8.1claws18
10594
10595         * src/mimeview.c
10596                 attach_all: save unnamed as "noname.%d",
10597                 dont free static dirname
10598
10599 2002-08-05 [alfons]     0.8.1claws17
10600
10601         * configure.in
10602                 detect XIM by trying to link rather than compile a XIM program
10603
10604 2002-08-05 [oliver]     0.8.1claws16
10605                 
10606         * src/stock_pixmap.[ch]
10607                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10608                 o new func to retrieve pixmaps
10609
10610 2002-08-05 [paul]       0.8.1claws15
10611
10612         * sync with 0.8.1cvs10
10613                 see ChangeLog 2002-08-05
10614
10615 2002-08-04 [alfons]     0.8.1claws14
10616
10617         * src/textview.c
10618                 see if this plugs memleak
10619
10620 2002-08-04 [melvin]     0.8.1claws13
10621
10622         * src/gtkspell.c
10623                 fixed bug that could crash Sylpheed when highlighting
10624                 all misspelled words.
10625
10626 2002-08-03 [melvin]     0.8.1claws12
10627
10628         * src/prefs_actions.c
10629                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10630         * src/messageview.c
10631                 fixed bug where the Return Receipt was sent to
10632                 Delivery-Notification-To address even if it was not present
10633
10634 2002-08-02 [alfons]     0.8.1claws11
10635
10636         * src/prefs_actions.c
10637                 o more check for NULLs
10638                 o put create_io_dialog() in right conditional block
10639
10640 2002-08-02 [paul]       0.8.1claws10
10641
10642         * po/es.po
10643                 updated by Ricardo Mones Lastra
10644
10645 2002-08-01 [christoph]  0.8.1claws9
10646
10647         * src/folder.c
10648                 don't free the cache of the opened
10649                 folder in the summaryview
10650         * src/summaryview.c
10651                 don't unset flags, if it is not required
10652
10653 2002-08-01 [paul]       0.8.1claws8
10654
10655         * sync with 0.8.1cvs8
10656                 see ChangeLog entry 2002-08-01
10657
10658 2002-08-01 [paul]       0.8.1claws7
10659
10660         * sync with 0.8.1cvs7
10661                 see ChangeLog 2002-07-31 and 2002-08-01
10662
10663 2002-07-31 [christoph]  0.8.1claws6
10664
10665         * src/mainwindow.c
10666                 forgot to update menu sensitivity
10667                 function for new menu entry
10668
10669 2002-07-31 [alfons]     0.8.1claws5
10670
10671         * src/main.c
10672                 check folder item and its path for NULL on
10673                 initial processing
10674
10675 2002-07-31 [christoph]  0.8.1claws4
10676
10677         * src/folder.c
10678                 check if folder_item_get_msginfo in
10679                 folder_item_remove_msg returned NULL
10680         * src/imap.c
10681                 better clear the uid cache in the
10682                 uid validity check function and delete
10683                 cached messages
10684
10685 2002-07-31 [paul]       0.8.1claws3
10686
10687         * man/sylpheed.1
10688                 add the '--attach' option and a few other
10689                 minor changes
10690
10691 2002-07-31 [paul]       0.8.1claws2
10692
10693         * sync with 0.8.1cvs5
10694                 see ChangeLog 2002-07-31
10695
10696 2002-07-31 [christoph]  0.8.1claws1
10697
10698         * src/folderview.[ch]
10699         * src/mainwindow.c
10700                 replace "Rescan all folders..." with
10701                 "Check all folders for new messages..."
10702
10703 2002-07-30 [paul]       0.8.1claws
10704
10705         * version 0.8.1claws released
10706
10707 2002-07-30 [paul]       0.8.0claws29
10708
10709         * tools/OOo2sylpheed.pl ** NEW FILE **
10710           tools/README
10711                 add script to enable sending documents as
10712                 attachments from OpenOffice.org
10713
10714 2002-07-30 [melvin]     0.8.0claws28
10715
10716         * src/prefs_actions.c
10717                 Made the actions' input/output dialog display
10718                 without delay.
10719
10720 2002-07-30 [christoph]  0.8.0claws27
10721
10722         * src/procmsg.c
10723                 check if folder_item_get_msginfo in
10724                 procmsg_save_to_outbox returned NULL
10725
10726 2002-07-30 [paul]       0.8.0claws26
10727
10728         * sync with 0.8.1cvs4
10729                 see ChangeLog 2002-07-29
10730
10731 2002-07-29 [thorsten]   0.8.0claws25
10732
10733         * README.claws
10734                 added selective download, delete on server
10735
10736 2002-07-29 [paul]       0.8.0claws24
10737
10738         * sync with 0.8.1cvs3
10739                 see ChangeLog 2002-07-29
10740
10741 2002-07-27 [christoph]  0.8.0claws23
10742
10743         * src/folder.c
10744                 add extra check if fetching the msginfo
10745                 returned NULL
10746
10747 2002-07-27 [paul]       0.8.0claws22
10748
10749         * sync with 0.8.1cvs2
10750                 see ChangeLog 2002-07-26
10751
10752 2002-07-27 [christoph]  0.8.0claws21
10753
10754         * src/imap.c
10755                 add another check if a valid msginfo
10756                 was returned
10757
10758 2002-07-26 [hoa]        0.8.0claws20
10759
10760         * src/folder.c
10761                 Fixed a condition in folder_item_destroy()
10762
10763         * src/imap.c
10764                 Fixed an error in IMAP protocol
10765
10766 2002-07-26 [alfons]     0.8.0claws19
10767
10768         * src/folder.c
10769                 ofcourse compare with identifier, not the path
10770
10771 2002-07-26 [alfons]     0.8.0claws18
10772
10773         * src/folder.c
10774                 use folder item identifier for saving / restoring
10775                 preferences because folder->path might not be unique
10776
10777 2002-07-26 [melvin]     0.8.0claws17
10778
10779         * src/logwindow.c
10780                 Fixed a crash introduced in 0.8.0claws5 when log is 
10781                 cut under 80 characters.
10782
10783 2002-07-26 [paul]       0.8.0claws16
10784
10785         * sync with 0.8.1cvs1
10786                 see ChangeLog 2002-07-26
10787
10788 2002-07-26 [christoph]  0.8.0claws15
10789
10790         * src/imap.[ch]
10791                 imap folder now remembers the last selected
10792                 folder and imap_fetch_msginfo skips selecting
10793                 the folder if it is already selected
10794
10795 2002-07-26 [christoph]  0.8.0claws14
10796
10797         * src/folder.c
10798         * src/folderview.c
10799         * src/imap.c
10800                 fix imap folder rescanning
10801
10802 2002-07-25 [christoph]  0.8.0claws13
10803
10804         * src/filter.c
10805         * src/folder.[ch]
10806         * src/folderview.c
10807         * src/imap.[ch]
10808         * src/mainwindow.c
10809         * src/mbox_folder.c
10810         * src/mh.c
10811         * src/news.c
10812                 implement imap uid cache and uid validity check
10813
10814 2002-07-25 [alfons]     0.8.0claws12
10815
10816         * src/summaryview.c
10817                 fix a brown paper bag bug, and also add some more
10818                 checks
10819
10820 2002-07-25 [christoph]  0.8.0claws11
10821
10822         * src/folder.c
10823                 don't mix copy, fetch_msginfo and remove
10824                 operations in folder item copy and move
10825                 operations
10826
10827 2002-07-25 [christoph]  0.8.0claws10
10828
10829         * src/folderview.c
10830         * src/mainwindow.c
10831         * src/prefs_folder_item.c
10832         * src/summaryview.[ch]
10833                 remove no longer required parameter update_cache from
10834                 summary_show
10835
10836 2002-07-25 [paul]       0.8.0claws9
10837
10838         * sync with 0.8.1
10839         
10840         * AUTHORS
10841                 a few corrections
10842
10843 2002-07-24 [alfons]     0.8.0claws8
10844
10845         * src/summaryview.c
10846                 sort correctly when using simplified subject line
10847                 (closes feature request "[ 585141 ] applying regexp to subject 
10848                 before sort" submitted by Alexandra Walford)
10849
10850 2002-07-24 [paul]       0.8.0claws7
10851
10852         * sync with 0.8.0cvs3
10853                 see ChangeLog 2002-07-24
10854
10855 2002-07-23 [christoph]  0.8.0claws6
10856
10857         * src/folder.c
10858         * src/folder.h
10859         * src/summaryview.c
10860         * src/summaryview.h
10861         * src/main.c
10862                 o separate processing and summaryview
10863                 o removed summary_write_cache from summaryview
10864                 o removed summaryview->killed_messages, because we don't have
10865                   to keep a list of killed messages anymore. New cache will
10866                   keep the hidden messages in cache anyway
10867         * src/folderview.c
10868         * src/inc.c
10869         * src/selective_download.c
10870                 o removed unnecessary summary_write_cache calls
10871         * src/procmsg.c
10872                 o don't set ignore thread flag in procmsg_get_thread_tree
10873                   if it is already set
10874         * src/mainwindow.c
10875         * src/statusbar.h
10876                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10877                   they are used in different files
10878
10879 2002-07-23 [melvin]     0.8.0claws5
10880
10881         * src/addressbook.c
10882         * src/addrgather.c
10883         * src/editaddress.c
10884         * src/editgroup.c
10885         * src/editldap_basedn.c
10886         * src/importldif.c
10887         * src/prefs_common.c
10888                 Fixed few memory leak (gtk_editable_get_chars returns
10889                 an allocated string)
10890         * src/logwindow.c
10891                 Fixed few memory leak (gtk_editable_get_chars returns
10892                 an allocated string) and modified a little the log cutting
10893                 loop.
10894         * src/compose.c
10895                 Replaced a call to an obsolete function gtk_entry_get_text()
10896                 by gtk_editable_get_chars()
10897         * src/send.c
10898                 Removed a debug printf
10899
10900 2002-07-23 [christoph]  0.8.0claws4
10901
10902         * src/filesel.c
10903                 fix another g_dirname memory leak
10904
10905 2002-07-23 [christoph]  0.8.0claws3
10906
10907         * src/mh.c
10908                 fixed a memory leak in mh_fetch_msginfo
10909                 fixed crash when message header could not be
10910                 parsed
10911
10912 2002-07-23 [paul]       0.8.0claws2
10913
10914         * sync with 0.8.0cvs2
10915                 see ChangeLog 2002-07-23
10916
10917 2002-07-23 [paul]       0.8.0claws1
10918
10919         * sync with 0.8.0cvs1
10920                 see ChangeLog 2002-07-23
10921
10922 2002-07-23 [paul]       0.8.0claws
10923
10924         * release of 0.8.0claws
10925
10926 2002-07-23 [paul]       0.7.8claws99
10927
10928         * po/ru.po
10929                 new Russian translation, submitted by
10930                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10931
10932 2002-07-22 [jens]       0.7.8claws98
10933
10934         * po/de.po
10935                 Updated German translations.
10936
10937 2002-07-22 [paul]       0.7.8claws97
10938
10939         * po/es.po
10940           po/it.po
10941           po/nl.po
10942           po/pt_BR.po
10943                 updated translations by Ricardo Mones Lastra,
10944                 Alessandro Maestri, Wilbert Berendsen and 
10945                 Fabio Jr. Beneditto respectively
10946
10947 2002-07-22 [christoph]  0.7.8claws96
10948
10949         * src/mimeview.c
10950                 fix memory leak caused by wrong g_dirname usage
10951
10952 2002-07-22 [christoph]  0.7.8claws95
10953
10954         * src/summaryview.c
10955                 update new and unread message counts for summaryview
10956                 summaryview does not get it from the folder anymore
10957                 and has to update the values itself
10958
10959 2002-07-22 [melvin]     0.7.8claws94
10960
10961         * po/fr.po
10962                 Updated French translations.
10963
10964 2002-07-22 [christoph]  0.7.8claws93
10965
10966         * src/matcher.c
10967                 set prop->preg pointer to NULL or following check
10968                 will not fail and regexec will be called with
10969                 invalid pointer
10970
10971 2002-07-21 [alfons]     0.7.8claws92
10972         
10973         * src/prefs_common.[ch]
10974                 remove option "Send return receipt on request"
10975
10976 2002-07-21 [thorsten]   0.7.8claws91
10977
10978         * src/mimeview.c
10979                 fixed memleaks, coding style as pointed out by alfons
10980
10981 2002-07-21 [alfons]     0.7.8claws90
10982
10983         * src/messageview.c
10984         * src/noticeview.[ch]
10985                 o fix bug notice view being displayed when going to empty folder 
10986                   (noticed by Christoph)
10987                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10988                   (noticed by Thorsten)
10989
10990 2002-07-21 [thorsten]   0.7.8claws89
10991
10992         * src/mimeview.c
10993                 Included save_all patch from Xaview FACQ
10994                 added support for pathnames
10995
10996 2002-07-21 [alfons]     0.7.8claws88
10997
10998         * po/POTFILES.in
10999         * src/Makefile.am
11000         * src/mainwindow.c
11001         * src/messageview.[ch]
11002         * src/noticeview.c      ** NEW FILE **
11003         * src/noticeview.h      ** NEW FILE **
11004                 make return receipts work again
11005                 (UI idea by Leandro Pereira)
11006
11007 2002-07-21 [paul]       0.7.8claws87
11008
11009         * src/summaryview.c
11010                 fix sensitivity of 'Select thread'
11011
11012 2002-07-21 [paul]       0.7.8claws86
11013
11014         * src/prefs_common.c
11015                 add browser command line for Galeon
11016
11017 2002-07-21 [paul]       0.7.8claws85
11018
11019         * Makefile.am
11020                 fix 'EXTRA_DIST': remove README.README, add TODO
11021                 and TODO.claws
11022
11023 2002-07-21 [alfons]     0.7.8claws84
11024
11025         * src/gtkstext.c
11026                 make enter clear selection
11027                 (closes "[ 579888 ] Editor selection/entry error"
11028                 reported by Steve Lamb)
11029
11030 2002-07-21 [alfons]     0.7.8claws83
11031         
11032         * src/summaryview.c
11033                 sort message list when selecting unthread messages
11034                 (closes "[ 501593 ] switching threaded view doesn't sort"
11035                 reported by Simon Schubert)
11036
11037 2002-07-20 [alfons]     0.7.8claws82
11038         
11039         * src/matcher.c
11040                 const-correctness
11041
11042 2002-07-20 [thorsten]   0.7.8claws81
11043
11044         * src/matcher.c
11045                 Fixed expansion of empty fields in matchactions
11046
11047 2002-07-19 [melvin]     0.7.8claws80
11048
11049         * src/gtkspell.c
11050                 Removed a duplicate menu entry (fast mode) introduced during
11051                 the new cache merge
11052                 Added a menu separator between 'Use alternate' and 'Fast mode'
11053
11054 2002-07-19 [paul]       0.7.8claws79
11055
11056         * tools/Makefile.am
11057           tools/README
11058                 correct typos
11059
11060 2002-07-19 [thorsten]   0.7.8claws78
11061
11062         * tools/calypso_convert.pl      ** NEW FILE **
11063           tools/README
11064           tools/Makefile.am
11065                 script to import mbox files exported
11066                 by calypso
11067                 o generates folder structure
11068                 o includes attachments
11069
11070 2002-07-19 [melvin]     0.7.8claws77
11071
11072         * src/selective_download.[ch]
11073                 Fixed bug where closing the dialog with the window manager's
11074                 close button will not unlock the summary
11075                 Corrected some function declarations that missed a return value
11076                 Made the source code comply better with coding style.
11077         * src/prefs_common.c
11078                 Added new browser command line for Mozilla.
11079
11080 2002-07-18 [paul]       0.7.8claws76
11081
11082         * src/mainwindow.c
11083           src/selective_download.[ch]
11084                 reflect theme changes, fix Gdk Warning when creating 
11085                 pixmap from NULL window, and minor clean up.
11086                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11087
11088         * po/en_GB.po
11089                 updated
11090
11091 2002-07-17 [paul]       0.7.8claws75
11092
11093         * INSTALL[.jp]
11094                 sync with 0.8.0
11095         
11096         * po/en_GB.po
11097                 updated
11098
11099 2002-07-16 [paul]       0.7.8claws74
11100
11101         * tools/filter_conv.pl
11102           tools/README
11103                 replace conversion script with reimplemented version, 
11104                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11105
11106 2002-07-16 [colin]      0.7.8claws73
11107
11108         * src/summaryview.c
11109                 remove forgotten debug messages - sorry ;-)
11110
11111 2002-07-16 [colin]      0.7.8claws72
11112
11113         * src/mimeview.c
11114           src/summaryview.c
11115           src/textview.c
11116           src/textview.h
11117                 add the ability to select part of a text mime-part 
11118                 to reply.
11119
11120 2002-07-15 [christoph]  0.7.8claws71
11121
11122         * src/folder.c
11123                 fix folder message count for folders without
11124                 msg_is_changed (includes news folders)
11125
11126 2002-07-15 [martin]     0.7.8claws70
11127
11128         * src/summaryview.c
11129                 option "display recipient on 'From'..." now works
11130                 without the need of enabling the option
11131                 "display  sender  using  address  book".
11132
11133 2002-07-15 [christoph]  0.7.8claws69
11134
11135         * src/summaryview.c
11136                 removed setting folder status from summaryview.
11137                 folder.c should update all message counts correctly.
11138
11139 2002-07-15 [paul]       0.7.8claws68
11140
11141         * po/pt_BR.po
11142                 updated by Fabio Junior Beneditto
11143
11144 2002-07-15 [darko]      0.7.8claws67
11145
11146         * src/mh.c
11147                 Fixed target folder colorization, don't decrease op
11148                 number twice
11149
11150 2002-07-14 [paul]       0.7.8claws66
11151
11152         * sync with main 0.8.0
11153                 see ChangeLog 2002-07-14
11154
11155 2002-07-13 [melvin]     0.7.8claws65
11156         
11157         * src/addrbook.c
11158         * src/addressbook.c
11159         * src/addrindex.c
11160                 Replaced sprintf by g_snprintf to prevent possible buffer
11161                 overflow.
11162         * src/news.c
11163                 Corrected a log message output format.
11164                 Added a missing "done" debug output.
11165         * src/compose.c
11166                 Added keyboard accelerator for Priority menu items
11167                 Added missing \n in debug output
11168         * src/logwindow.c
11169         * src/gtkspell.c
11170         * src/rfc2015.c
11171                 Added missing \n in debug output
11172
11173 2002-07-13 [paul]       0.7.8claws64
11174
11175         * man/sylpheed.1
11176                 change Sergey's email address to the sf address
11177
11178         * src/textview.c
11179                 increase show_url_timeout (more useful for long
11180                 urls)
11181
11182 2002-07-12 [sergey]     0.7.8claws63
11183
11184         * src/rfc2015.c
11185                 applied (with some modifications) patch to set the
11186                 micalg parameter for signatures
11187                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11188
11189 2002-07-12 [sergey]     0.7.8claws62
11190
11191         * man/Makefile.am
11192         * configure.in
11193                 fixed man page installation
11194
11195 2002-07-12 [paul]       0.7.8claws61
11196
11197         * sync with 0.7.8cvs26
11198                 see ChangeLog 2002-07-11 and 2002-07-12
11199
11200 2002-07-11 [christoph]  0.7.8claws60
11201
11202         * src/compose.c
11203         * src/procmsg.c
11204                 first use the message number to find the message
11205                 to mark with a reply flag but check the
11206                 message-id if we got the correct message, if not
11207                 try to find it by message-id.
11208                 use new string seperator that is not allowed
11209                 in message-ids.
11210
11211 2002-07-11 [paul]       0.7.8claws59
11212
11213         * sync with 0.7.8cvs23
11214                 see ChangeLog 2002-07-10
11215
11216 2002-07-10 [christoph]  0.7.8claws58
11217
11218         * src/folder.[ch]
11219         * src/msgcache.[ch]
11220                 Added message-id table to the cache in memory
11221                 and functions to msgcache.c and folder.c to
11222                 fetch MsgInfos by message id
11223         * src/compose.c
11224         * src/procmsg.c
11225                 store folder and message-id of message replying
11226                 to in queue header and set reply flag after sending
11227                 (Closes bug #469498)
11228
11229 2002-07-10 [paul]       0.7.8claws57
11230
11231         * AUTHORS
11232           man/sylpheed.1.gz
11233                 add Martin to the list of authors
11234
11235 2002-07-09 [martin]     0.7.8claws56
11236         * src/gtksctree.c
11237                 Added gtk_ctree_last_visible(), tree_update_level(),
11238                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11239                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11240                 from gtk+ to gtksctree.c for the new sorting code
11241                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11242                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11243         * src/gtksctree.h
11244                 Added declaration for gtk_sctree_sort_recursive() and
11245                 gtk_sctree_sort_node
11246         * src/addressbook.c
11247         * src/foldersel.c
11248         * src/folderview.c
11249         * src/summaryview.c
11250                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11251                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11252
11253 2002-07-08 [paul]       0.7.8claws55
11254
11255         * more sync with 0.7.8cvs21
11256                 see ChangeLog 2002-07-08
11257
11258 2002-07-08 [paul]       0.7.8claws54
11259
11260         * sync with 0.7.8cvs21
11261                 see ChangeLog 2002-07-08
11262
11263 2002-07-07 [alfons]     0.7.8claws53
11264
11265         * src/Makefile.am
11266         * src/stock_pixmap.[ch]
11267         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11268         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11269         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11270                 add new pixmaps for upcoming notice pane
11271
11272 2002-07-06 [melvin]     0.7.8claws52
11273
11274         * src/gtkspell.[ch]
11275                 Made them a bit closer to Sylpheed's coding style.
11276                 Removed old code.
11277                 Removed possible memory leaks when some errors occurs.
11278
11279 2002-07-06 [melvin]     0.7.8claws51
11280
11281         * po/Makefile.in.in
11282                 Removed --no-location in xgettext command line to help
11283                 translators that use Emacs' po-mode
11284         * src/quote_fmt.c
11285                 Removed unnecessary comments that messed up sylpheed.pot
11286
11287 2002-07-06 [paul]       0.7.8claws50
11288
11289         * sync with 0.7.8cvs19
11290                 see ChangeLog 2002-07-05
11291
11292 2002-07-06 [christoph]  0.7.8claws49
11293
11294         * src/folder.c
11295         * src/mainwindow.c
11296                 fix folder_item_remove_all_msg and folderview
11297                 status for trash folders after emptying trash
11298
11299 2002-07-05 [paul]       0.7.8claws48
11300
11301         * sync with 0.7.8cvs16
11302                 see ChangeLog 2002-07-04 and 2002-07-05
11303
11304 2002-07-04 [paul]       0.7.8claws47
11305
11306         * sync with 0.7.8cvs14
11307                 see  ChangeLog 2002-07-04
11308
11309 2002-07-03 [alfons]     0.7.8claws46
11310
11311         * src/folder.c
11312                 dupe folder item's path because it's being reallocated
11313                 by new folder scanning code
11314
11315 2002-07-03 [christoph]  0.7.8claws45
11316
11317         * src/imap.c
11318                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11319         * src/msgcache.c
11320                 add missing return in msgcache_write
11321
11322 2002-07-02 [thorsten]   0.7.8claws44
11323
11324         * src/jpilot.c
11325         * src/msgcache.c
11326         * src/rfc2015.c
11327                 use binary mode for file access
11328
11329 2002-07-02 [christoph]  0.7.8claws43
11330
11331         * major code cleanup (part 1)
11332         
11333                 - unused variables removed
11334                 - unused functions removed
11335                 - uninitialized variables checked
11336                 - missing return statements added
11337                 - missing function return types added
11338                 - added parentheses around assignment and
11339                   && in || when suggested by gcc
11340               
11341         * src/mh.c
11342         * src/folder.c
11343                 replaced direct calls to folder->scan_tree
11344                 with folder_scan_tree and restore folder
11345                 prefs in this function. The folder should
11346                 not have to deal with them.
11347                 ( Should now work for all folder types )
11348
11349 2002-07-02 [paul]       0.7.8claws42
11350
11351         * sync with 0.7.8cvs13
11352                 see ChangeLog 2002-07-01 and 2002-07-02
11353
11354 2002-07-01 [christoph]  0.7.8claws41
11355
11356         * src/summaryview.c
11357                 fix "goto next/prev unread message" with
11358                 ignored threads
11359
11360 2002-07-01 [paul]       0.7.8claws40
11361
11362         * po/es.po
11363                 updated by Ricardo Mones Lastra
11364
11365 2002-06-30 [match]      0.7.8claws39
11366
11367         * src/jpilot.c
11368                 applied variation of leonerd's patch (566661) to
11369                 allow multiple email addresses per JPilot entry.
11370                 addresses may be separated by space, comma, pipe,
11371                 semi-colon, new-line.
11372
11373 2002-06-30 [alfons]     0.7.8claws38
11374
11375         * src/procmsg.c
11376                 simple fix for putting older nodes before
11377                 newer nodes when threading by subject
11378
11379 2002-06-30 [christoph]  0.7.8claws37
11380
11381         * src/folder.c
11382         * src/folderview.c
11383         * src/mh.c
11384         * src/news.c
11385         * src/procmsg.c
11386                 fix broken folder tree rescaning
11387                 and don't use procmsg_get_mark_sum
11388                 anymore
11389
11390 2002-06-30 [christoph]  0.7.8claws36
11391
11392         * merge new cache branch
11393         * src/imap.c
11394                 fix new cache imap copy bug
11395         * src/folder.c
11396                 improved folder_item_scan
11397                 it should now always set the correct
11398                 new, unread and total message counts
11399
11400 2002-06-29 [paul]       0.7.8claws35
11401
11402         * configure.in
11403                 correct syntax error
11404
11405 2002-06-29 [paul]       0.7.8claws34
11406
11407         * configure.in
11408           Makefile.am
11409           man/Makefile.am       ** NEW FILE **
11410           man/sylpheed.1.gz     ** NEW FILE **
11411                 add Sylpheed man page
11412
11413 2002-06-29 [paul]       0.7.8claws33
11414
11415         * po/pt_BR.po
11416                 updated by Fabio Junior Beneditto
11417
11418 2002-06-28 [jens]       0.7.8claws32
11419
11420         * po/de.po
11421                 translation updated
11422
11423         * src/selective_download.c
11424                 removed gettext for space " "
11425
11426         * src/imap.c
11427                 removed wrong space
11428
11429 2002-06-28 [paul]       0.7.8claws31
11430
11431         * sync with 0.7.8cvs11
11432                 see ChangeLog 2002-06-28
11433
11434 2002-06-28 [paul]       0.7.8claws30
11435
11436         * sync with 0.7.8cvs10
11437                 see ChangeLog 2002-06-27 and 2002-06-28
11438
11439 2002-06-26 [paul]       0.7.8claws29
11440
11441         * src/addrgather.c
11442           src/selective_download.c
11443                 don't gettextise empty strings.
11444                 reserved by gettext. gettext("") returns 
11445                 the header entry with meta information, 
11446                 not the empty string
11447
11448         * po/en_GB.po
11449                 updated
11450
11451 2002-06-26 [paul]       0.7.8claws28
11452
11453         * sync with 0.7.8cvs7
11454                 see ChangeLog 2002-06-25
11455
11456         * src/prefs_common.c
11457                 ...and in the process, tweak the gui a little
11458
11459 2002-06-25 [alfons]     0.7.8claws27
11460         
11461         * configure.in
11462         * src/Makefile.am
11463                 fine tune ldap library detection
11464
11465 2002-06-25 [alfons]     0.7.8claws26
11466
11467         * src/compose.c
11468                 don't allow return receipts when composing a news article
11469
11470 2002-06-25 [paul]       0.7.8claws25
11471
11472         * Makefile.am
11473                 add '$(AMTAR)' to 'release' section to allow for
11474                 new and older autotools
11475
11476 2002-06-25 [paul]       0.7.8claws24
11477
11478         * src/summaryview.c
11479                 fix "No more unread messages" persistant pop-up
11480                 window bug
11481
11482 2002-06-25 [paul]       0.7.8claws23
11483
11484         * po/it.po
11485                 updated by Alessandro Maestri
11486
11487 2002-06-25 [paul]       0.7.8claws22
11488
11489         * sync with 0.7.8cvs6
11490                 see ChangeLog 2002-06-25
11491
11492 2002-06-24 [paul]       0.7.8claws21
11493
11494         * tools/update-po
11495                 add GPL copyright information
11496
11497 2002-06-24 [paul]       0.7.8claws20
11498
11499         * tools/Makefile.am
11500           tools/README
11501           tools/update-po       ** NEW FILE **
11502                 add script that eases the creation of *.po files
11503                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11504
11505 2002-06-23 [alfons]     0.7.8claws19
11506
11507         * src/messageview.c
11508                 make notification_convert_header obey const correctness
11509                 (next step will be fixing the broken return receipt)
11510
11511 2002-06-23 [paul]       0.7.8claws18
11512
11513         * src/messageview.c
11514                 fix bug introduced in last commit:
11515                 removed too much code in last commit - put back what's
11516                 needed
11517
11518 2002-06-23 [paul]       0.7.8claws17
11519
11520         * src/messageview.[ch]
11521                 remove code committed in error from locally patched
11522                 source
11523
11524 2002-06-23 [colin]      0.7.8claws16
11525
11526         * src/compose.[ch]
11527                 add compose_entry_select(), used to select the default_to
11528                 email address - hopefully avoiding people sending mails to
11529                 wrong recipients.
11530
11531 2002-06-22 [alfons]     0.7.8claws15
11532
11533         * AUTHORS
11534                 add Bram Metsch & Stanislav Karchebny
11535         * src/smtp.[ch]
11536         * src/prefs_account.[ch]
11537         * src/send.c
11538                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11539                   options.  (see <http://sourceforge.net/tracker/index.php
11540                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11541
11542                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11543                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11544
11545 2002-06-22 [paul]       0.7.8claws14
11546
11547         * sync with 0.7.8cvs5
11548                 see ChangeLog 2002-06-19 and 2002-06-20
11549
11550 2002-06-22 [alfons]     0.7.8claws13
11551
11552         * src/selective_download.c
11553                 fix a stupid mistake I made
11554
11555 2002-06-22 [alfons]     0.7.8claws12
11556
11557         * src/selective_download.[ch]
11558                 fix another unnoticed leak; cleanup code
11559
11560 2002-06-21 [alfons]
11561
11562         * tools/Makefile.am
11563                 gpg-sign <-- gpg-sign-syl
11564
11565 2002-06-21 [alfons]     0.7.8claws11
11566
11567         * src/selective_download.c
11568         * src/selective_download.h
11569                 fix assorted mix of allocation errors (should solve
11570                 problem reported by Philippe Gramoullé, see:
11571                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11572
11573 2002-06-20 [melvin]     0.7.8claws10
11574
11575         * tools/gpg-sign *REMOVED*
11576           tools/gpg-sign-syl *ADDED*
11577                 Replaced the gpg clearsigning script with the version using
11578                 xterm instead of ssh-askpass and changed its name.
11579
11580         * README.claws
11581                 Updated actions example to reflect the renaming of the
11582                 gpg clearsigning script.
11583
11584 2002-06-19 [paul]       0.7.8claws9
11585
11586         * sync with 0.7.8claws9
11587                 see ChangeLog 2002-06-18 and 2002-06-19
11588
11589 2002-06-19 [paul]       0.7.8claws8
11590
11591         * sync with 0.7.8cvs1
11592                 see ChangeLog 2002-06-18
11593
11594 2002-06-18 [alfons]     0.7.8claws7
11595
11596         * src/mainwindow.h
11597                 add omitted prototype
11598
11599 2002-06-17 [paul]       0.7.8claws6
11600
11601         * src/mainwindow.c
11602                 fix hiding of exec_btn
11603
11604 2002-06-17 [paul]       0.7.8claws5
11605
11606         * src/pop.c
11607                 remove unneeded code: should_delete() 
11608                 and Pop3State::uidl_todelete_list
11609
11610 2002-06-17 [paul]       0.7.8claws4
11611
11612         * sync with 0.7.8
11613                 see ChangeLog 2002-06-11 and 2002-06-13
11614
11615 2002-06-16 [alfons]     0.7.8claws3
11616         
11617         * src/folder.c
11618                 make sure lock sort mode (claws specific) is
11619                 also persists after a tree rescan
11620
11621 2002-06-16 [alfons]     0.7.8claws2
11622
11623         * src/prefs_folder_item.c
11624         * src/folder.[ch]
11625                 fix persistence of folder sort mode (broken
11626                 by adapting Hiro's new folder persistence code)
11627
11628 2002-06-16 [alfons]     0.7.8claws1
11629
11630         * AUTHORS
11631         * src/logwindow.c
11632         * src/prefscommon.[ch]
11633                 control size of log text in log window; 
11634                 closes patch #569155 submitted by Mitko Haralanov.
11635
11636 2002-06-15 [paul]       0.7.8claws
11637
11638         * release of 0.7.8claws
11639
11640 2002-06-15 [paul]       0.7.7claws
11641
11642         * po/pt_BR.po
11643                 updated by Fabio Junior Beneditto
11644
11645 2002-06-14 [paul]       0.7.6claws49
11646
11647         * po/es.po
11648                 updated by Ricardo Mones Lastra
11649
11650 2002-06-14 [paul]       0.7.6claws48
11651
11652         * po/nl.po
11653                 updated translation by Wilbert Berendsen
11654
11655 2002-06-14 [melvin]     0.7.6claws47
11656
11657         * po/fr.po
11658                 Updated French translation
11659
11660 2002-06-13 [paul]       0.7.6claws46
11661
11662         * src/filesel.c
11663                 allow filename to be typed in, rather than just
11664                 selected by the mouse. Patch by Gustavo Noronha Silva.
11665
11666 2002-06-13 [alfons]     0.7.6claws45
11667
11668         * src/mainwindow.[ch]
11669                 more cleanups (removing unnecessary menu items Expand 
11670                 summary / message view)
11671
11672 2002-06-13 [melvin]     0.7.6claws44
11673
11674         * po/POTFILES.in
11675                 Added src/string_match.c
11676         * src/string_match.c
11677                 Fixed possible buffer overflow.
11678                 Corrected typo.
11679                 Added missing config.h header.
11680         * src/prefs_common.c
11681           src/prefs_matcher.c
11682           src/prefs_scoring.c
11683                 Made some strings translatable (missing _(..)).
11684
11685 2002-06-13 [melvin]     0.7.6claws43
11686
11687         * README.claws
11688                 Corrected action example (verifying clearsigned mail).
11689         * src/prefs_account.c
11690                 Corrected typo.
11691         * src/prefs_common.c
11692                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11693
11694 2002-06-12 [alfons]     0.7.6claws42
11695
11696         * src/summaryview.c
11697                 add init of score column lost in 0.7.6claws42
11698
11699 2002-06-12 [paul]       0.7.6claws41
11700
11701         * src/prefs_account.c
11702                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11703                 behavior of the radio buttons, (from 0.7.7cvs2)
11704
11705 2002-06-11 [alfons]     0.7.6claws40
11706
11707         * src/messageview.[ch]
11708         * src/summaryview.[ch]
11709         * src/summary_search.c
11710         * src/mainwindow.c
11711                 perform a sync to bring in Hiro's separate view implementation 
11712
11713                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11714
11715 2002-06-11 [paul]       0.7.6claws39
11716         
11717         * src/prefs_account.c
11718                 correct a typo on the Receive tab
11719
11720 2002-06-10 [match]      0.7.6claws38
11721
11722         * src/addressbook.c
11723                 Included address completion patch from Gustavo Noronha.
11724
11725 2002-06-10 [paul]       0.7.6claws37
11726
11727         * src/inc.[ch]
11728           src/pop.c
11729           src/prefs_account.[ch]
11730           src/selective_download.[ch]
11731                 apply PATCH #561712
11732                  NEW:
11733                 - check if POP Account
11734                 - Receive Button renamed to Preview
11735                 - Preview Button Popup: preview new/all messages
11736                 - Download Button
11737                 - Account Preferences-->Receive tab checkbutton if you
11738                   want to remove Mail after Download
11739                 -: default YES
11740                 - Account Preferences-->Receive tab checkbutton use
11741                   filtering rules on preview
11742                   (think of delete_on_server)
11743                 -: default YES
11744                 - Account selectable from SD dialog
11745                 - checkbutton to show already downloaded messages if
11746                   all messages are previewed
11747                 - new clist column showing Date
11748                 - ESC KEY close
11749                 FIXES:
11750                 - play ball with UIDL
11751                 - fault tolerant (?) 
11752                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11753
11754 2002-06-10 [melvin]     0.7.6claws36
11755
11756         * README.claws
11757                 Added a hint to ac/README in cvs instructions.
11758
11759         * src/prefs_actions.c
11760                 Made it possible to use a more elaborate command line
11761                 for asynchronous actions, too.
11762
11763 2002-06-10 [melvin]     0.7.6claws35
11764         
11765         * src/prefs_actions.c
11766                 Make it possible to use a more elaborate command line
11767                 (e.g. |foo|bar|cat>there;echo Done|)
11768                 Corrected error message when calling %f, %F and %p commands
11769                 from the compose window.
11770
11771 2002-06-09 [colin]      0.7.6claws34
11772
11773         * src/summaryview.c
11774                 Automatically find unread messages in current folder
11775                 before annoying the user.
11776
11777 2002-06-08 [alfons]     0.7.6claws33
11778
11779         * po/it.po
11780                 remove bad formatting string in it.po translation
11781                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11782
11783 2002-06-08 [paul]       0.7.6claws32
11784
11785         * sync with 0.7.6cvs25
11786                 see ChangeLog 2002-06-07
11787
11788 2002-06-05 [paul]       0.7.6claws31
11789
11790         * src/mainwindow.c
11791                 add 'Sort by locked' and 'Sort by score'
11792
11793 2002-06-05 [paul]       0.7.6claws30
11794
11795         * sync with 0.7.6cvs24
11796                 see ChangeLog 2002-06-04
11797
11798 2002-06-04 [paul]       0.7.6claws29
11799
11800         * po/pt_BR.po
11801                 updated by Fabio Junior Beneditto
11802
11803 2002-06-03 [thorsten]   0.7.6claws28
11804
11805         * src/matcher.c
11806                 fclose() matcherrc after reading
11807
11808 2002-06-03 [paul]       0.7.6claws27
11809
11810         * sync with 0.7.6cvs21
11811                 see ChangeLog 2002-05-31
11812
11813 2002-05-31 [paul]       0.7.6claws26
11814
11815         * sync with 0.7.6cvs20
11816                 see ChangeLog 2002-05-29 and 2002-05-30
11817
11818 2002-05-31 [paul]       0.7.6claws25
11819
11820         * src/imap.c
11821                 hopefully fix last buggy sync
11822
11823         * README.claws
11824                 correct typo in 'Actions' examples
11825
11826 2002-05-29 [paul]       0.7.6claws24
11827
11828         * sync with 0.7.6cvs18
11829                 see ChangeLog 2002-05-28 and 2002-05-29
11830
11831         * src/news.c
11832           src/nntp.[ch]
11833                 sync with above 
11834
11835 2002-05-28 [paul]       0.7.6claws23
11836
11837         * sync with 0.7.6cvs16
11838                 see ChangeLog 2002-05-28
11839
11840 2002-05-27 [thorsten]   0.7.6claws22 
11841
11842         * faq/it/sylpheed-faq-1.html
11843           faq/it/sylpheed-faq-2.html
11844           faq/it/sylpheed-faq-3.html
11845           faq/it/sylpheed-faq.html
11846                 corrected DOS lineendings
11847         * faq/de/sylpheed-faq-1.html
11848           faq/de/sylpheed-faq-2.html
11849           faq/en/sylpheed-faq-1.html
11850           faq/en/sylpheed-faq-2.html
11851           faq/en/sylpheed-faq-3.html
11852           faq/es/sylpheed-faq-1.html
11853           faq/es/sylpheed-faq-2.html
11854           faq/es/sylpheed-faq-3.html
11855           faq/fr/sylpheed-faq-1.html
11856           faq/it/sylpheed-faq-1.html
11857           faq/it/sylpheed-faq-2.html
11858           faq/it/sylpheed-faq-3.html
11859           faq/it/sylpheed-faq.html
11860                 changed ">" to &quot;
11861
11862 2002-05-27 [paul]       0.7.6claws21
11863         
11864         * sync with 0.7.6cvs15
11865                 see ChangeLog 2002-05-27
11866
11867 2002-05-27 [paul]       0.7.6claws20
11868
11869         * src/prefs_account.c
11870                 correct a typo
11871
11872 2002-05-26 [paul]       0.7.6claws19
11873
11874         * tools/README
11875                 correct a typo
11876
11877 2002-05-25 [paul]       0.7.6claws18
11878
11879         * tools/README
11880                 add description of kmail2sylpheed.pl
11881
11882 2002-05-25 [paul]       0.7.6claws17
11883
11884         * tools/kmail2sylpheed.pl       ** NEW FILE **
11885                 perl script that converts an exported Kmail address
11886                 book, converts it to sylpheed addressbook file,
11887                 writes the file to .sylpheed, and updates
11888                 addrbook--index.xml 
11889
11890 2002-05-25 [paul]       0.7.6claws16
11891
11892         * sync with 0.7.6cvs14
11893                 see ChangeLog 2002-05-23
11894
11895 2002-05-24 [paul]       0.7.6claws15
11896
11897         * README.claws
11898                 make a correction and add some more info
11899
11900 2002-05-24 [paul]       0.7.6claws14
11901
11902         * src/compose.c
11903                 fix memory leak in 
11904                 compose_redirect_write_headers_from_headerlist()
11905                 add Subject and Resent-Message-ID to
11906                 compose_redirect_write_headers()
11907                 Received, Subject, and X-UIDL are filtered out in 
11908                 compose_redirect_write_to_file()
11909
11910 2002-05-23 [paul]       0.7.6claws13
11911
11912         * src/compose.[ch]
11913           src/filtering.c
11914           src/mainwindow.c
11915           src/matcher.[ch]
11916           src/matcher_parser_lex.l
11917           src/matcher_parser_parse.y
11918           src/prefs_common.[ch]
11919           src/prefs_filtering.c
11920           src/summaryview.c
11921                 rename 'Bounce' to 'Redirect'
11922
11923 2002-05-23 [paul]       0.7.6claws12
11924
11925         * more sync with 0.7.6cvs13
11926           src/compose.c
11927                 see ChangeLog 2002-05-22
11928
11929 2002-05-22 [paul]       0.7.6claws11
11930
11931         * sync with 0.7.6cvs13
11932           src/codeconv.c
11933                 see ChangeLog 2002-05-20
11934           src/prefs_common.c
11935                 see ChangeLog 2002-05-22
11936
11937 2002-05-21 [melvin]     0.7.6claws10
11938
11939         * src/folderview.c
11940                 Added missing filtering and scoring headers
11941                 Fixed bad function call that showed garbage 
11942                 in Folder->Processing
11943
11944 2002-05-21 [paul]       0.7.6claws9
11945
11946         * tools/Makefile.am
11947                 make all tools executable, (patch by Alfons).
11948
11949 2002-05-20 [alfons]     0.7.6claws8
11950
11951         * src/procheader.c
11952                 don't forget to call mktime() so we have a valid week 
11953                 and year day
11954                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11955
11956 2002-05-20 [paul]       0.7.6claws7
11957
11958         * src/html.c
11959                 fix broken parsing of urls
11960         * src/textview.c
11961                 fix displaying of urls
11962
11963                 both fixes from the patch [547855] by Eugene 
11964                 Brevdo (zonem)
11965
11966 2002-05-19 [alfons]     0.7.6claws6
11967
11968         * configure.in
11969                 make sylpheed configure correctly with the latest
11970                 and greatest of automake / autoconf / gettext
11971
11972 2002-05-19 [alfons]     0.7.6claws5
11973
11974         * src/procheader.c
11975         * src/procheader.h
11976                 add function for returning ime zone offset
11977         * src/quote_fmt.c
11978         * src/quote_fmt_parse.y
11979                 better quotation formatting - does not convert
11980                 to local time, but uses the original date string.
11981                 
11982                 Note: %z inserts the timezone offset (should 
11983                 work also on platforms where strftime does not
11984                 support %z).
11985
11986 2002-05-18 [christoph]  0.7.6claws4
11987
11988         * src/summaryview.c
11989                 fix indentation of some code
11990         * tools/Makefile.am
11991                 fix spaces after \
11992         * src/Makefile.am
11993                 add missing \
11994                 correct path for ignorethread.xpm
11995                 incorrect filename for sylpheed_logo.xpm
11996                 add missing include matcher_parser_parse.h
11997
11998 2002-05-18 [paul]       0.7.6claws3
11999
12000         * sync with 0.7.6cvs8
12001                 see ChangeLog 2002-05-16 and 2002-05-17
12002
12003 2002-05-18 [melvin]     0.7.6claws2
12004
12005         * README.claws
12006                 Corrected an action's definition and fixed some misspellings.
12007
12008 2002-05-18 [paul]       0.7.6claws1
12009
12010         * tools/Makefile.am
12011           tools/gpg-sign        ** new file **
12012           tools/uudec           ** new file **
12013                 add Melvin's Actions scripts
12014
12015         * README.claws
12016                 add Melvin's descriptions for Actions
12017
12018 2002-05-18 [paul]       0.7.6claws
12019
12020         * Version 0.7.6claws released
12021
12022 2002-05-17 [paul]       0.7.5claws32
12023
12024         * po/es.po
12025                 updated by Ricardo Mones Lastra
12026
12027 2002-05-17 [paul]       0.7.5claws31
12028
12029         * src/compose.c
12030                 fix Account prefs default folder for sent/draft/deleted
12031                 messages bug
12032
12033         * po/it.po
12034           po/nl.po
12035                 updated translation by Alessandro Maestri and
12036                 Wilbert Berendsen
12037
12038 2002-05-17 [melvin]     0.7.5claws30
12039
12040         * src/prefs_actions.c
12041                 Fixed bug where using %F not at the end of the command 
12042                 resulted in an additional empty argument being created.
12043                 Thanks to Darko Koruga for reporting the bug.
12044
12045 2002-05-17 [melvin]     0.7.5claws29
12046
12047         * po/fr.po
12048                 Updated French translations.
12049
12050 2002-05-15 [paul]       0.7.5claws28
12051         
12052         * po/es.po
12053                 updated by Ricardo Mones Lastra
12054
12055 2002-05-15 [paul]       0.7.5claws27
12056
12057         * sync with 0.7.6cvs4
12058                 see ChangeLog 2002-05-14 and 2002-05-15
12059
12060 2002-05-14 [paul]       0.7.5claws26
12061
12062         * sync with 0.7.6cvs1
12063                 see ChangeLog 2002-05-13
12064
12065 2002-05-13 [thorsten]   0.7.5claws25
12066
12067         * src/messageview.c
12068                 fix select_all and copy in multipart messages
12069         * src/mainwindow.c
12070                 fix select_all and copy in multipart messages
12071
12072 2002-05-12 [paul]       0.7.5claws24
12073
12074         * src/summaryview.c
12075                 reverse last commit, bug already fixed in 0.7.5claws3
12076
12077 2002-05-12 [netztorte]  0.7.5claws23
12078
12079         * src/summaryview.c
12080                 dont parse empty addressbook (checked in before claws20)
12081
12082 2002-05-12 [melvin]     0.7.5claws22
12083
12084         * src/procmsg.[ch]
12085                 Removed unneeded priority code introduced by the previous 
12086                 commit.
12087
12088 2002-05-12 [melvin]     0.7.5claws21
12089
12090         * src/compose.[ch]
12091                 Added possibility to set message's priority.
12092         * src/procmsg.[ch]
12093                 Added possibility to set message's priority.
12094                 Added missing headers
12095
12096 2002-05-12 [melvin]     0.7.5claws20
12097
12098         * src/prefs_actions.c
12099                 Removed implicitely added quotes around the name
12100                 of the temporary files of mime parts.
12101
12102 2002-05-12 [paul]       0.7.5claws19
12103
12104         * sync with 0.7.5cvs20
12105                 see ChangeLog 2002-05-11
12106
12107 2002-05-12 [alfons]     0.7.5claws18
12108
12109         * src/quote_fmt_lex.l
12110         * src/quote_fmt_parse.y
12111                 allow quote / reply date & time format to be set using
12112                 %D{format}. format is a format string you'd pass to
12113                 strftime() (see man strftime, or the Display tab |
12114                 Date format setting).
12115
12116                 Currently %D converts the date to local time. 
12117
12118 2002-05-11 [paul]       0.7.5claws17
12119
12120         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12121                 see ChangeLog 2002-05-10 and 2002-05-11
12122
12123 2002-05-10 [paul]       0.7.5claws16
12124
12125         * sync with 0.7.5cvs16
12126                 see ChangeLog entries 2002-05-09 and 
12127                 2002-05-10
12128
12129 2002-05-10 [colin]      0.7.5claws15
12130
12131         * src/textview.c
12132                 Corrected a bug that prevented sylpheed to open
12133                 double-clicked URIs.
12134
12135 2002-05-09 [paul]       0.7.5claws14
12136
12137         * sync with 0.7.5cvs14
12138                 see ChangeLog 2002-05-08 and 2002-05-09
12139
12140 2002-05-08 [paul]       0.7.5claws13
12141
12142         * sync with 0.7.5cvs11
12143                 see ChangeLog entry 2002-05-08
12144
12145 2002-05-08 [paul]       0.7.5claws12
12146
12147         * src/mainwindow.c
12148           src/textview.[ch]
12149                 fix segfault on View->Open in new window
12150                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12151
12152 2002-05-07 [paul]       0.7.5claws11
12153
12154         * sync with 0.7.5cvs9
12155                 see ChangeLog entry 2002-05-07
12156
12157 2002-05-06 [paul]       0.7.5claws10
12158
12159         * src/messageview.c
12160           src/textview.c
12161                 display url in statusbar on single-click
12162                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12163
12164 2002-05-06 [match]      0.7.5claws9
12165
12166         * src/addritem.[ch]
12167                 new functions.
12168         * src/addrcache.c
12169                 tidy up.
12170         * src/xmlprops.[ch]
12171                 XML implementation of properties file.
12172         * src/exporthtml.[ch]
12173         * src/expthtmldlg.[ch]
12174         * src/addressbook.c
12175                 export to HTML.
12176
12177 2002-05-02 [sergey]     0.7.5claws8
12178
12179         * src/mainwindow.c (mainwin_entries),
12180           src/prefs_common.c (prefs_send_create()),
12181           src/codeconv.c (locale_table):
12182                 use charset name "Windows-1251" instead of "CP1251".
12183
12184 2002-05-02 [colin]      0.7.5claws7
12185         
12186         * src/compose.c
12187           src/prefs_common.c
12188           src/prefs_folder_item.c
12189                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12190
12191 2002-05-02 [hiro]       0.7.5claws6
12192
12193         * src/imap.c
12194                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12195
12196 2002-05-02 [paul]       0.7.5claws5
12197
12198         * src/compose.c
12199                 more sync with 0.7.5cvs7, see ChangeLog entry
12200                 2002-05-02
12201
12202 2002-05-02 [hiro]       0.7.5claws4
12203
12204         * src/compose.c
12205                 compose_queue_sub():
12206                 check if queue folder exists (closes #550397).
12207                 removed directory creation since it should be handled
12208                 transparently.
12209         * src/imap.c
12210                 imap_add_msg(): return UID for appended message
12211                 (closes #548842).
12212
12213 2002-04-30 [paul]       0.7.5claws3
12214
12215         * src/summaryview.c
12216                 fix account_find_from_address() bug
12217
12218 2002-04-28 [colin]      0.7.5claws2
12219
12220         * src/compose.c
12221           src/textview.c
12222           src/prefs_common.[ch]
12223           src/utils.[ch]
12224                 Added user-definable quotation characters recognition.
12225
12226 2002-04-28 [paul]       0.7.5claws1
12227
12228         * sync with 0.7.5cvs4
12229                 see ChangeLog entry  2002-04-25
12230
12231 2002-04-28 [paul]       0.7.5claws
12232
12233         * po/es.po
12234           po/nl.po
12235           po/pt_BR.po
12236                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12237                 Fabio Junior Beneditto
12238
12239 2002-04-27 [jens]       0.7.4claws103
12240
12241         * po/de.po
12242                 updated German translation.
12243
12244 2002-04-27 [hiro]       0.7.4claws102
12245
12246         * src/summaryview.c
12247                 summary_write_cache(): fixed the mark loss of hidden messages.
12248
12249 2002-04-26 [melvin]     0.7.4claws101
12250
12251         * src/procmsg.c
12252                 fixed a second typo (same one)
12253         * po/fr.po
12254           po/it.po
12255           po/pt_BR.po
12256                 fixed the type again...
12257
12258 2002-04-26 [melvin]     0.7.4claws100
12259
12260         * src/procmsg.c
12261                 fixed a typo in an alert message ("temorary").
12262         * po/it.po
12263         * po/pt_BR.po
12264                 corrected the typo  described above.
12265         * po/fr.po
12266                 updated French translation.
12267
12268 2002-04-26 [darko]      0.7.4claws99
12269
12270         * src/summaryview.c
12271                 fix target folder colorization
12272
12273 2002-04-25 [paul]       0.7.4claws98
12274
12275         * po/it.po
12276                 updated by Alessandro Maestri
12277
12278 2002-04-24 [colin]      0.7.4claws97
12279         
12280         * src/compose.c
12281                 Fixed double "subject is empty" question.
12282
12283 2002-04-23 [colin]      0.7.4claws96
12284         
12285         * src/mimeview.c
12286                 Corrected issue when "automatically display images" was
12287                 not set : first image remained after selecting second.
12288
12289 2002-04-23 [melvin]     0.7.4claws95
12290
12291         * src/prefs_actions.c
12292                 Don't display in/out dialog if there is nothing to show.
12293
12294 2002-04-23 [paul]       0.7.4claws94
12295
12296         * sync with 0.7.5cvs3
12297                 bug fixes: see ChangeLog entry 2002-04-23
12298
12299 2002-04-22 [darko]      0.7.4claws93
12300
12301         * src/compose.c
12302                 fix previous check-in which changed code after
12303                 merge from main
12304
12305 2002-04-22 [paul]       0.7.4claws92
12306
12307         * faq/de/*
12308                 add German FAQ
12309         * faq/en/*
12310           faq/es/*
12311           faq/fr/*
12312                 update English, Spanish and French FAQs
12313         * manual/de/*
12314           manual/es/*
12315                 add German and Spanish manuals
12316         * manual/en/*
12317           manual/fr/*
12318                 update English and French manuals
12319
12320         * src/Makefile.am
12321                 add to and re-arrange the pixmap entries
12322
12323 2002-04-22 [darko]      0.7.4claws91
12324
12325         * src/compose.c
12326                 fix sender initials recognition to only allow
12327                 '>' after the initials
12328
12329 2002-04-21 [paul]       0.7.4claws90
12330
12331         * sync with 0.7.5 release
12332                 see ChangeLog entry 2002-04-21
12333
12334 2002-04-21 [alfons]
12335
12336         * src/Makefile.am
12337                 add colin's new pixmaps to EXTRA_DIST
12338
12339 2002-04-21 [colin]      0.7.4claws89
12340         * src/compose.c
12341         * src/inc.c
12342         * src/mainwindow.[ch]
12343         * src/prefs_common.[ch]
12344         * src/stock_pixmap.[ch]
12345                 Added "Work offline" ability.
12346
12347 2002-04-21 [colin]      0.7.4claws88
12348         
12349         * src/mimeview.c
12350         * src/prefs_common.c
12351         * src/prefs_common.h
12352         * src/textview.c : Added an option to common preferences -> display
12353           to allow user not to automatically display images.
12354
12355 2002-04-21 [paul]       0.7.4claws87
12356
12357         * sync with 0.7.4cvs52
12358                 see ChangeLog entry 2002-04-21 (src/imap.c)
12359
12360 2002-04-21 [paul]       0.7.4claws86
12361
12362         * sync with 0.7.4cvs51
12363                 see ChangeLog entry 2002-04-21
12364
12365 2002-04-21 [paul]       0.7.4claws85
12366
12367         * sync with 0.7.4cvs49
12368                 see ChangeLog entries 2002-04-20 and 2002-04-21
12369
12370         * src/Makefile.am
12371                 clean up: remove old 'stock_' element from xpm 
12372                 filenames.
12373
12374 2002-04-21 [alfons]     0.7.4claws84
12375
12376         apply sync patch from Paul
12377
12378         * src/folderview.c
12379                 use old claws prefs_folder_item_create() for now
12380
12381 2002-04-19 [match]      0.7.4claws83
12382
12383         * src/addressbook.[ch]
12384         * src/addrharvest.[ch]
12385         * src/addrgather.[ch]
12386                 recurse folders.
12387         * src/mainwindow.c
12388         * src/summaryview.[ch]
12389                 change menu option.
12390
12391 2002-04-19 [paul]       0.7.4claws82
12392
12393         * po/pt_BR.po
12394                 updated by Fabio Junior Beneditto
12395
12396 2002-04-14 [alfons]     0.7.4claws81
12397
12398         * src/passphrase.c
12399                 add #include <sys/types.h> for mode_t and off_t 
12400
12401 2002-04-13 [paul]       0.7.4claws80
12402         
12403         * src/main.c
12404           src/passphrase.[ch]
12405           src/pgptext.c
12406           src/prefs_common.[ch]
12407           src/rfc2015.c
12408                 enable storing of GnuPG passphrase for the whole 
12409                 session or a user-defined number of minutes. patch 
12410                 submitted by Ravemax <ravemax@dextrose.com>
12411
12412 2002-04-13 [alfons]     0.7.4claws79
12413
12414         * src/textview.c
12415                 make email parser also stop scanning when encountering separators
12416                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12417
12418 2002-04-13 [paul]       0.7.4claws78
12419
12420         * sync with 0.7.4cvs39
12421                 see ChangeLog entry 2002-04-12
12422
12423 2002-04-11 [paul]       0.7.4claws77
12424
12425         * sync with 0.7.4cvs37
12426                 see ChangeLog entry 2002-04-11
12427
12428 2002-04-11 [paul]       0.7.4claws76
12429
12430         * COPYING 
12431                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12432                 the clause for OpenSSL). sync with sylpheed main
12433
12434 2002-04-09 [melvin]     0.7.4claws75
12435
12436         * src/compose.c
12437                 Made 'Ctrl-Enter' on send ignore some modifiers 
12438                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12439                 to bind other *-Enter (but not Alt-Enter).
12440
12441 2002-04-09 [paul]       0.7.4claws74
12442
12443         * sync with 0.7.4cvs35
12444                 see ChangeLog entries 2002-04-09
12445
12446 2002-04-08 [paul]       0.7.4claws73
12447
12448         * sync with 0.7.4cvs33
12449                 see ChangeLog entry 200-04-08
12450
12451 2002-04-07 [match]      0.7.4claws72
12452
12453         * src/addrharvest.[ch]
12454                 fixed to read all addresses in header, regardless
12455                 of header size. improved name parsing. accommodate
12456                 harvest from folders and selected message.
12457         * src/addritem.[ch]
12458                 included new address parsing function.
12459         * src/addrgather.[ch]
12460         * src/addressbook.[ch]
12461         * src/summaryview.[ch]
12462         * src/mainwindow.c
12463                 allow address harvest of folder as well as selected
12464                 messages.
12465
12466 2002-04-07 [paul]       0.7.4claws71
12467
12468         * src/esmtp.[ch]
12469           src/smtp.c
12470                 don't try to authenticate with CRAM-MD5 in SMTP when 
12471                 SMTP-AUTH enabled if MTA doesn't issue this 
12472                 auth-method in it's ehlo-response. bug item #531364,
12473                 patch item #938910. patch submitted by Colin Leroy 
12474                 <colin@colino.net>
12475
12476 2002-04-07 [paul]       0.7.4claws70
12477
12478         * src/nntp.c
12479                 fix missing MODE_READER bug. patch submitted by
12480                 Colin Leroy <colin@colino.net>
12481
12482 2002-04-07 [alfons]     0.7.4claws69
12483
12484         * src/matcher.[ch]
12485         * src/prefs_filtering.c
12486         * src/summaryview.c
12487                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12488                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12489
12490 2002-04-07 [paul]       0.7.4claws68
12491
12492         * sync with 0.7.4cvs32
12493                 see ChangeLog entry 2002-04-06
12494
12495         * tools/filter_conv.pl
12496                 more bug fixes
12497
12498 2002-04-06 [paul]       0.7.4claws67
12499
12500         * tools/filter_conv.pl
12501                 modify to be able to find the name of the first
12502                 mailbox and use that. main's filter does not
12503                 record the full path to the mailbox and therefore
12504                 can only filter to the first mailbox.
12505
12506 2002-04-05 [paul]       0.7.4claws66
12507
12508         * tools/filter_conv.pl
12509                 attempt to make the script all-encompassing and
12510                 be able to convert any main 'filter' rule thrown
12511                 at it
12512
12513 2002-04-05 [paul]       0.7.4claws65
12514
12515         * tools/filter_conv.pl
12516                 allow for collapsed folder trees
12517
12518 2002-04-05 [paul]       0.7.4claws64
12519
12520         * sync with 0.7.4cvs31
12521                 see ChangeLog entries 2002-04-05
12522
12523 2002-04-03 [paul]       0.7.4claws63
12524
12525         * sync with 0.7.4cvs29
12526                 see ChangeLog entries 2002-04-02 and 2002-04-03
12527
12528 2002-04-02 [paul]       0.7.4claws62
12529
12530         * sync with 0.7.4cvs26
12531                 see ChangeLog entry 2002-04-01
12532
12533 2002-04-02 [match]      0.7.4claws61
12534
12535         * src/pine.[ch]
12536         * src/importpine.[ch]
12537         * src/addressbook.c
12538                 import Pine address book.
12539
12540 2002-04-02 [match]      0.7.4claws60
12541
12542         * src/addrharvest.[ch]
12543                 improve address parsing of funky addresses.
12544
12545 2002-04-02 [darko]      0.7.4claws59
12546
12547         * src/compose.c
12548                 wrap on send improvements, it now recognizes quoted
12549                 initials as part of the quotation string, and it
12550                 does not join lines separated by CR
12551
12552 2002-04-01 [match]      0.7.4claws58
12553
12554         * src/mgutils.[ch]
12555                 added new functions.
12556         * src/mutt.[ch]
12557                 remove excessive duplicate address generation
12558                 on import.
12559
12560 2002-04-01 [alfons]     0.7.4claws57
12561         
12562         * src/summaryview.c
12563                 put back g_free() 
12564
12565 2002-04-01 [paul]       0.7.4claws56
12566
12567         * sync with 0.7.4cvs25
12568                 see ChangeLog entry 2002-04-01
12569
12570 2002-04-01 [alfons]     0.7.4aprilfool55
12571
12572         * src/summaryview.c
12573                 honour feature request item #537427 to allow for
12574                 displaying names from address book for sent mail also
12575
12576 2002-03-29 [paul]       0.7.4claws54
12577
12578         * src/mainwindow.c
12579           src/prefs_filtering.[ch]
12580           src/prefs_matcher.c
12581           src/summaryview.c
12582                 add 'fast filter' for claws' filtering,
12583                 /Tools/Create filter rule/... patch submitted
12584                 by Neill Miller <neillm@thecodefactory.org>
12585
12586 2002-03-29 [paul]       0.7.4claws53
12587
12588         * sync with 0.7.4cvs24
12589                 see ChangeLog entry 2002-03-29
12590
12591 2002-03-28 [paul]       0.7.4claws52
12592
12593         * sync with 0.7.4cvs23
12594                 see ChangeLog entry 2002-03-28
12595
12596 2002-03-27 [melvin]     0.7.4claws51
12597
12598         * src/prefs_actions.c
12599                 Added support to pass only one message part (as a
12600                 file) to the command using '%p'. No quotes are needed
12601                 because doubles quotes are automatically added.
12602                 Fixed bug where Sylpheed could block when waiting for
12603                 a child process to finish.
12604                 Changed the help menu to remove quotes around symbols to 
12605                 avoid misinterpretation (they must not be used).
12606
12607 2002-03-27 [melvin]     0.7.4claws50
12608
12609         * src/inc.c
12610                 Made the new mail notification command always 
12611                 execute asynchronously.
12612
12613 2002-03-27 [paul]       0.7.4claws49
12614
12615         * src/compose.c
12616                 fix bug introduced in last commit
12617
12618 2002-03-27 [paul]       0.7.4claws48
12619
12620         * sync with 0.7.4cvs21
12621                 see ChangeLog 2002-03-26 and 2002-03-27
12622
12623 2002-03-26 [hoa]        0.7.4claws47
12624
12625         * src/prefs_folder_item.c
12626                 really fixed the bug #516442 with folder rescan.
12627
12628 2002-03-26 [paul]       0.7.4claws46
12629
12630         * sync with 0.7.4cvs19
12631                 see ChangeLog entries 2002-03-25 and 2002-03-26
12632
12633 2002-03-25 [hoa]        0.7.4claws45
12634
12635         * src/matcher.c
12636         * src/mh.c
12637                 fix the bug #516442 with folder rescan.
12638
12639         * src/prefs_common.[ch]
12640         * src/compose.c
12641                 added an option to enable two different behaviours
12642                 for bounce.
12643
12644
12645 2002-03-25 [paul]       0.7.4claws44
12646
12647         * src/mainwindow.c
12648           src/selective_download.c
12649                 correct a few menuitem labels
12650
12651 2002-03-25 [christoph]  0.7.4claws43
12652
12653         * src/procmsg.c
12654                 fix non deleted tmp message in
12655                 procmsg_save_to_outbox
12656                 fix problems caused by sync with
12657                 main branch's procmsg_send_queue
12658
12659 2002-03-25 [paul]       0.7.4claws42
12660
12661         * src/quote_fmt.c
12662           src/quote_fmt_lex.l
12663           src/quote_fmt_parse.y
12664                 add Last name (%L) placeholder for quoting. 
12665                 patch submitted by Thorsten Thielen 
12666                 <thth@users.sourceforge.net>
12667
12668 2002-03-25 [paul]       0.7.4claws41
12669
12670         * src/utils.c
12671                 get full hostname. patch submitted by
12672                 Bob Woodside <rwoodside1@comcast.net>
12673
12674 2002-03-25 [paul]       0.7.4claws40
12675
12676         * src/account.c
12677           src/news.c
12678           src/nntp.[ch]
12679           src/prefs_account.[ch]
12680                 enable NNTP over SSL. patch submitted by
12681                 Pascal Jermini <pascal@infinity.hn.org>
12682
12683 2002-03-24 [paul]       0.7.4claws39
12684
12685         * src/prefs_common.c
12686                 make the arrangement of the Compose tab more
12687                 coherent
12688
12689         * src/mainwindow.c
12690                 fix some irregularities of style
12691
12692         * po/de.po
12693                 updated by Kilian Krause
12694
12695 2002-03-23 [paul]       0.7.4claws38
12696
12697         * po/pt_BR.po
12698                 updated by Fabio Junior Beneditto
12699
12700 2002-03-23 [paul]       0.7.4claws37
12701
12702         * src/mainwindow.c
12703                 move 'Gather addresses' to 'Tools' menu
12704                 make 'Selective download' sensitive
12705
12706 2002-03-23 [paul]       0.7.4claws36
12707
12708         * sync with 0.7.4cvs16
12709                 see ChangeLog entries 2002-03-23
12710
12711 2002-03-22 [christoph]  0.7.4claws35
12712
12713         * src/quote_fmt_parse.y
12714                 fix include program output
12715
12716 2002-03-22 [alfons]     0.7.4claws34
12717
12718         * src/pop.c
12719                 initialize GDate stack variable correctly (sorry!)
12720
12721 2002-03-22 [paul]       0.7.4claws33
12722
12723         * src/compose.c
12724           src/mainwindow.c
12725           src/prefs_actions.c
12726           src/prefs_common.c
12727                 rename 'Tool' to 'Tools'
12728
12729         * src/mainwindow.c
12730                 move 'Delete duplicated messages' from
12731                 'Message/' to 'Tools/'
12732                 re-arrange the order of 'Tools/' items
12733
12734 2002-03-22 [paul]       0.7.4claws32
12735
12736         * src/addr_compl.c
12737           src/addressbook.[ch]
12738                 auto-address completion now also matches on
12739                 Nickname. patch submitted by Bob Forsman 
12740                 <hammor@users.sourceforge.net>
12741
12742         * src/editaddress.c
12743                 correct a spelling mistake
12744
12745 2002-03-22 [alfons]     0.7.4claws31
12746
12747         * src/pop.c
12748                 fix getting uidl from incorrect string 
12749                 (spotted by Colin)
12750
12751 2002-03-21 [alfons]     0.7.4claws30
12752
12753         * src/pop.c
12754                 more code refactoring
12755                 plug mem leak introduced by delete on server
12756
12757 2002-03-21 [paul]       0.7.4claws29
12758
12759         * sync with 0.7.4cvs11
12760                 see ChangeLog entries 2002-03-20
12761
12762 2002-03-20 [alfons]     0.7.4claws28
12763
12764         * src/inc.c
12765                 apply Colin's patch and refactor
12766
12767 2002-03-20 [paul]       0.7.4claws27
12768
12769         * sync with sylpheed 0.7.4cvs9
12770                 see ChangeLog entry 2002-03-20
12771
12772 2002-03-19 [christoph]  0.7.4claws26
12773
12774         * src/mh.c
12775         * src/procmsg.[ch]
12776         * src/summaryview.c
12777                 revert changes for flag updates
12778                 (does not work correctly and no time to debug)
12779
12780 2002-03-20 [alfons]     0.7.4claws25
12781
12782         * src/pop.c
12783                 refactor should_delete() a little bit 
12784
12785 2002-03-19 [paul]       0.7.4claws24
12786
12787         * src/inc.[ch]
12788           src/pop.c
12789           src/prefs_account.[ch]
12790                 allow the user to leave downloaded mail on the 
12791                 server for n days. Patch submitted by Colin Leroy 
12792                 <colin@colino.net>
12793
12794 2002-02-19 [paul]       0.7.4claws23
12795
12796         * sync with sylpheed 0.7.4cvs8
12797                 see ChangeLog entries 2002-03-19
12798
12799 2002-03-18 [paul]       0.7.4claws22
12800
12801         * sync with sylpheed 0.7.4cvs6
12802                 see ChangeLog entry 2002-03-18
12803
12804 2002-03-18 [paul]       0.7.4claws21
12805
12806         * po/en_GB.po
12807                 add en_GB message catalogue
12808
12809         * src/mbox_folder.c
12810           src/prefs_account.c
12811           src/prefs_actions.c
12812                 correct a few spelling mistakes
12813
12814 2002-03-17 [alfons]     0.7.4claws20
12815
12816         * src/matcher.c
12817                 more stringent checks for NULL params when writing
12818                 filtering actions to a file
12819                 
12820 2002-03-17 [hoa]        0.7.3claws20
12821
12822         * src/news.c
12823                 fixed the count of new messages
12824
12825         * src/compose.c
12826                 fixed the "attachment properties" window
12827
12828 2002-03-17 [paul]       0.7.4claws19
12829
12830         * src/defs.h
12831           src/folder.h
12832           src/news.c
12833           src/prefs_account.[ch]
12834           src/procmsg.[ch]
12835           src/summaryview.c
12836                 automatically mark cross-posted messages as read 
12837                 and (optionally) give them a colour label
12838                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12839                 
12840
12841 2002-03-17 [paul]       0.7.4claws18
12842
12843         * sync with sylpheed 0.7.4cvs5
12844                 see ChangeLog entry 2002-03-17
12845
12846 2002-03-17 [melvin]     0.7.4claws17
12847         
12848         * src/textview.c
12849                 Worked around a gtktext 'bug': when searching for 
12850                 a text in a long message it was scrolling slowly
12851                 line by line until it hit the searched text.
12852         * po/fr.po
12853                 Updated French translation
12854
12855 2002-03-17 [melvin]     0.7.4claws16
12856
12857         * src/mainwindow.c
12858         * src/compose.c
12859         * src/prefs_actions.c
12860                 Moved "Edit/Actions" to "Tool/Actions"
12861                 Made mainwindow/compose window sensitive as soon as
12862                 no child process is running anymore even if the io dialog
12863                 is open.
12864                 Fixed a struct being initialized with a non constant char*
12865
12866 2002-03-16 [christoph]  0.7.4claws15
12867
12868         * configure.in
12869                 add --with-compiler-flags option
12870                 (only for developer hacking)
12871         * src/mh.c
12872         * src/procmsg.[ch]
12873         * src/summaryview.c
12874                 try to make folder-stats and flag handling more
12875                 independent from the summaryview. msgcounts
12876                 are only set when the folder is opened and
12877                 procmsg_msginfo_(un)set_flags will handle it
12878                 later and summaryview will get the values
12879                 from the folder.
12880
12881 2002-03-16 [paul]       0.7.4claws14
12882
12883         * src/messageview.c
12884                 fix Return-receipt. Patch submitted by Bob
12885                 Woodside <rwoodside1@comcast.net>
12886
12887 2002-03-16 [paul]       0.7.4claws13
12888
12889         * src/compose.c
12890                 fix 'dynamic' signatures, make it work again
12891                 broken during sync on 2002-03-14 (0.7.4claws2)
12892
12893 2002-03-15 [match]      0.7.4claws12
12894
12895         * src/addrharvest.[ch]
12896         * src/addrgather.[ch]
12897         * src/addressbook.[ch]
12898         * src/mainwindow.c
12899                 included address harvester feature. still some
12900                 issues with address parsing that I will fix.
12901
12902 2002-03-15 [match]      0.7.4claws11
12903
12904         * src/addrbook.[ch]
12905         * src/addrcache.[ch]
12906         * src/addressbook.[ch]
12907         * src/addrindex.c
12908         * src/editbook.c
12909         * src/importldif.c
12910         * src/importmutt.c
12911         * src/jpilot.[ch]
12912         * src/main.c
12913         * src/syldap.[ch]
12914         * src/vcard.[ch]
12915                 tidy up. fix memory leaks. moved attribs and methods
12916                 from individual interfaces to addrcache object. prep
12917                 for new stuff to come in.
12918
12919 2002-03-15 [alfons]     0.7.4claws10
12920
12921         * src/matcher.[ch]
12922         * src/matcher_parser_parse.y
12923         * src/matcher_parser_lex.l
12924         * src/prefs_matcher.c
12925                 add filtering conditions message greater than, smaller 
12926                 than, and exactly matching a size in bytes
12927                 (does not work with delete from POP3 server yet)
12928
12929                 this should also give others an idea what you should
12930                 do to add new criterions to claws filtering system
12931                 
12932
12933 2002-03-15 [paul]       0.7.4claws9
12934
12935         * tools/filter_conv.pl
12936                 exit if there are no filter rules to convert
12937                 rename filterrc to filterrc.old after completion
12938
12939 2002-03-15 [paul]       0.7.4claws8
12940
12941         * sync with sylpheed 0.7.4cvs3
12942                 see ChangeLog entry 2002-03-14
12943
12944 2002-03-14 [paul]       0.7.4claws7
12945
12946         * src/compose.c
12947                 clean up the last commit (ahem)
12948
12949 2002-03-14 [paul]       0.7.4claws6
12950
12951         * src/compose.c
12952                 fix bug #515655. honour account preferences
12953                 regarding gpg default signing/encryption when 
12954                 changing account from the compose window.
12955
12956 2002-03-14 [paul]       0.7.4claws5
12957
12958         * src/folderview.c
12959                 remove unnecessary curly brackets
12960
12961 2002-03-14 [paul]       0.7.4claws4
12962
12963         * src/folderview.c
12964           src/prefs_filtering.[ch]
12965                 add filter rename on folder rename and filter
12966                 delete on folder delete. Patch submitted by
12967                 Neill Miller <neillm@thecodefactory.org> 
12968
12969 2002-03-14 [christoph]  0.7.4claws3
12970
12971         * src/procmsg.c
12972         * src/send.c
12973                 fix local delivery
12974                 (patch submitted by "Simon 'corecode' Schubert")
12975         * src/prefs_common.c
12976         * src/procmsg.c
12977                 fix gcc 3.0 warning
12978
12979 2002-03-14 [paul]       0.7.4claws2
12980
12981         * sync with sylpheed 0.7.4cvs2
12982                 see ChangeLog entry 2002-03-13
12983
12984 2002-03-12 [darko]      0.7.4claws1
12985
12986         * src/mainwindow.c
12987                 fix what seems to be a copy and paste error
12988                 when setting color for important messages
12989                 (reported by wwp)
12990
12991 2002-03-11 [paul]       version 0.7.4claws released
12992
12993 2002-03-11 [paul]       0.7.4claws
12994
12995         * po/es.po
12996           po/it.po
12997           po/nl.po
12998           po/pt_BR.po
12999                 update message catalogs. Submitted by Ricardo Mones 
13000                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13001                 Fabio Junior Beneditto
13002
13003         * configure.in
13004           faq/Makefile.am
13005           faq/it/Makefile
13006           faq/it/sylpheed-faq*
13007           src/mainwindow.c
13008           src/manual.[ch]
13009                 add FAQ in Italian
13010         
13011
13012 2002-03-11 [jens]       0.7.3claws7
13013
13014         * po/de.po
13015                 updated German translation
13016
13017 2002-03-11 [melvin]     0.7.3claws6
13018
13019         * po/fr.po
13020                 updated and corrected French translation
13021
13022 2002-03-10 [hoa]        0.7.3claws5
13023
13024         * src/account.c
13025         * src/inc.c
13026         * src/prefs_account.c
13027         * src/procmsg.c
13028         * src/send.[ch]
13029                 fixed the local account.
13030                 you have to change the default "/usr/sbin/sendmail"
13031                 to "/usr/sbin/sendmail -t" in the preferences of
13032                 the local account.
13033
13034         * src/procmime.c
13035                 removed some debug display for renderer
13036
13037 2002-03-10 [paul]       0.7.3claws4
13038
13039         * faq/en/sylpheed-faq-1.html
13040           faq/en/sylpheed-faq-2.html
13041                 update
13042
13043 2002-03-09 [paul]       0.7.3claws3
13044
13045         * sync with sylpheed 0.7.4
13046                 see ChangeLog entry 2002-03-09
13047
13048 2002-03-08 [paul]       0.7.3claws2
13049
13050         * faq/en/sylpheed-faq*
13051           faq/es/sylpheed-faq*
13052           faq/fr/sylpheed-faq*
13053                 update the FAQs
13054
13055         * manual/fr/.cvsignore
13056           manual/fr/Makefilea.am
13057           manual/fr/sylpheed*
13058           src/mainwindow.c
13059           src/manual.[ch]
13060                 add the French manual
13061
13062 2002-03-07 [paul]       0.7.3claws1
13063
13064         * sync with sylpheed 0.7.3cvs4
13065                 see ChangeLog entries  2002-03-06 and 2002-03-07
13066         
13067         * po/nl.po
13068                 updated by Wilbert Berendsen
13069
13070 2002-03-07 [melvin]     0.7.2claws34
13071
13072         * src/selective_download.c
13073                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13074
13075 2002-03-06 [paul]       0.7.2claws33
13076
13077         * sync with sylpheed 0.7.3cvs1
13078                 bug fix, see ChangeLog entry 2002-03-05
13079
13080 2002-03-05 [paul]       0.7.2claws32
13081
13082         * src/mimeview.c
13083           src/pgptext.[ch]
13084           src/procmsg.c
13085                 reverse the pgp ascii-armored code implemented in 
13086                 0.7.2claws16. removal of this code until it matures.
13087                 this means that verifying ascii-armored pgp sigs and
13088                 automatic decryption of ascii-armored encrypted
13089                 messages no longer works.
13090
13091 2002-03-05 [paul]       0.7.2claws31
13092
13093         * configure.in
13094           Makefile.am
13095         * faq/Makefile.am
13096         * faq/en/Makefile.am
13097           faq/en/sylpheed-faq.html
13098           faq/en/sylpheed-faq-1.html
13099           faq/en/sylpheed-faq-2.html
13100           faq/en/sylpheed-faq-3.html
13101         * faq/es/Makefile.am
13102           faq/es/sylpheed-faq.html
13103           faq/es/sylpheed-faq-1.html
13104           faq/es/sylpheed-faq-2.html
13105           faq/es/sylpheed-faq-3.html
13106           faq/es/sylpheed-faq-4.html
13107         * faq/fr/Makefile.am
13108           faq/fr/sylpheed-faq.html
13109           faq/fr/sylpheed-faq-1.html
13110           faq/fr/sylpheed-faq-2.html
13111           faq/fr/sylpheed-faq-3.html
13112         * src/Makefile.am
13113           src/defs.h
13114           src/mainwindow.c
13115           src/manual.[ch]
13116                 add FAQs in English, Spanish and French
13117
13118
13119 2002-03-05 [paul]       0.7.2claws30
13120
13121         * manual/en/sylpheed.html
13122           manual/en/sylpheed-XX.html
13123                 updated the English manual
13124
13125 2002-03-05 [hoa]        
13126
13127         * src/summaryview.c
13128                 dialog box pops up if the article can't be deleted.
13129
13130 2002-03-04 [paul]       
13131         
13132         * po/pt_BR.po
13133                 updated by Fabio Junior Benedito
13134
13135 2002-03-04 [hoa]
13136
13137         * removed ac/gpgme.m4
13138                 to avoid autogen common problem
13139                 developers have to install gpgme development package now
13140
13141         * src/compose.c
13142                 encoding to 7bit or 8bit is enabled.
13143
13144 2002-03-03 [alfons]     0.7.2claws29
13145
13146         * src/pop.c
13147                 merge fix by Oliver Haertel for selective
13148                 download buglet
13149
13150 2002-03-03 [paul]       0.7.2claws28
13151         
13152         * sync with sylpheed 0.7.3
13153
13154 2002-03-03 [paul]       0.7.2claws27
13155
13156         * sync with sylpheed 0.7.2cvs24
13157                 see ChangeLog entries 2002-03-02 and 2002-03-03
13158
13159 2002-03-02 [melvin]     0.7.2claws26
13160
13161         * src/inc.[ch]
13162         * src/main.c
13163         * src/mainwindow.c
13164         * src/prefs_common.[ch]
13165                 Added user definable notification on new mail arrival.
13166                 Removed unused variables in spell checker prefs code.
13167
13168 2002-03-02 [melvin]     0.7.2claws25
13169
13170         * src/quote_fmt.c
13171                 Removed unnecessary escape sequences.
13172                 Changed 'Initial...' to 'Initials of Sender'
13173
13174 2002-03-02 [paul]       0.7.2claws24
13175
13176         * sync with sylpheed 0.7.2cvs22
13177                 see ChangeLog entry 2002-03-01
13178
13179 2002-03-01 [hoa]        0.7.2claws23
13180
13181         * src/mainwindow.c
13182                 Set sensitivity of delete actions to active
13183                 even if the folder is a newsgroup.
13184
13185         * src/summaryview.c
13186                 - Set sensitivity of delete actions
13187                 - Added function check_permission() that will check if the
13188                   user is authorized to delete a message. For news, it
13189                   will check if the author is the same.
13190                 - Enabled deletion when there is no trash folder.
13191
13192         * src/news.[ch]
13193                 - Added news_cancel_article() to cancel articles
13194                 - Implemented news_remove_message() (public function)
13195
13196 2002-03-01 [paul]       0.7.2claws22
13197
13198         * src/gtkutils.c
13199           src/textview.c
13200                 recognise urls that that don't include 'http://' and
13201                 simply begin 'www.' 
13202
13203         * AUTHORS
13204                 remove duplicated name
13205
13206 2002-02-28 [paul]       0.7.2claws21
13207
13208         * src/mainwindow.c
13209           src/summaryview.[ch]
13210                 add ability to 'Select thread'
13211                 combines Melvin's "Select thread's head" patch (#510907)
13212                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13213                 patch (#518514) 
13214
13215 2002-02-28 [paul]       0.7.2claws20
13216
13217         * src/mimeview.c
13218                 hopefully fix segfault on right-clicking a mime part
13219                 that some people have experienced.      
13220                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13221
13222 2002-02-28 [paul]       0.7.2claws19
13223
13224         * sync with sylpheed 0.7.2cvs21
13225                 see ChangeLog entries 2002-02-27 and 2002-02-28
13226
13227 2002-02-27 [paul]       0.7.2claws18
13228
13229         * sync with sylpheed 0.7.2cvs18
13230                 see ChangeLog entries 2002-02-26 and 2002-02-27
13231
13232 2002-02-26 [alfons]     0.7.2claws17
13233
13234         * src/procheader.c
13235                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13236                 (spotted by Chris Hessman <idatech@gmx.net>)
13237
13238 2002-02-26 [paul]       0.7.2claws16
13239
13240         * src/mimeview.c
13241           src/pgptext.[ch]
13242           src/procmsg.c
13243                 make decryption of ascii-armored pgp encrypted messages
13244                 and verification of ascii-armored signatures work again.
13245                 slightly altered from the patch by Jens Jahnke 
13246                 <jan0sch@gmx.net>
13247
13248                 ##FIX ME##
13249                 * the checking of plaintext signatures always comes up in 
13250                   a popup box
13251                 * it doesn't work for multipart messages 
13252                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13253                   including the msg headers and these 2 line themselves, are 
13254                   not displayed
13255
13256         * src/mainwindow.c
13257                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13258                 "View/Message View" becomes "View/Separate Message View"
13259                 because its less ambiguous.
13260
13261         * po/es.po
13262                 updated by Ricardo Mones Lastra
13263
13264 2002-02-26 [paul]       0.7.2claws15
13265
13266         * sync with sylpheed 0.7.2cvs17
13267                 see ChangeLog entries 2002-02-25 and 2002-02-26
13268
13269 2002-02-25 [christoph]  0.7.2claws14
13270
13271         * src/filtering.[ch]
13272         * src/inc.c
13273                 do filtering stuff after all messages have been received
13274                   1. drop all messages to .processing
13275                   2. scan processing folder for messages
13276                   3. filter messages or move to inbox
13277                 this will also find old messages left in processing after
13278                 a crash or something like that and we get a real msginfo
13279                 from folder->get_msg_list and do not have to create our
13280                 own in filter_message
13281         * src/matcher_parser_parse.y
13282                 remove MIX/MAX warning (reordered includes)
13283
13284 2002-02-25 [paul]       0.7.2claws13
13285
13286         * sync with sylpheed 0.7.2cvs15
13287                 see ChangeLog entry 2002-02-24
13288
13289 2002-02-24 [alfons]     0.7.2claws12
13290
13291         * src/filtering.c
13292                 clear old color flags first when applying a new color to
13293                 a message info. 
13294                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13295
13296 2002-02-24 [alfons]     0.7.2.claws11
13297         
13298         * AUTHORS
13299         * src/prefs_common.c
13300                 add presets for Opera and Konqueror, closes patch #517261,
13301                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13302
13303 2002-02-24 [alfons]     0.7.2.claws10
13304
13305         * AUTHORS
13306         * src/summaryview.c
13307                 fix threading for null message ids, closes patch #521601,
13308                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13309
13310 2002-02-24 [alfons]     0.7.2claws9
13311
13312         * src/summaryview.c
13313         * src/filtering.c
13314                 make Tool | Filter Message work with filtering system so
13315                 setting flags also works
13316
13317                 TODO:
13318
13319                 - Processing uses the same function as Tool | Filter
13320                   Message, but doesn't use the same update proc yet
13321
13322 2002-02-23 [paul]       0.7.2claws8
13323
13324         * sync with sylpheed 0.7.2cvs14
13325                 see ChangeLog entries 2002-02-22 and 2002-02-23
13326
13327 2002-02-22 [christoph]  0.7.2claws7
13328
13329         * src/quote_fmt.c
13330                 Add column space to table
13331         * src/quote_fmt_parse.y
13332                 Close files
13333
13334 2002-02-22 [paul]       0.7.2claws6
13335
13336         * src/Makefile.am
13337           src/defs.h
13338           src/filtering.c
13339           src/inc.[ch]
13340           src/mainwindow.c
13341           src/matcher.[ch]
13342           src/matcher_parser_lex.l
13343           src/matcher_parser_parse.y
13344           src/pop.[ch]
13345           src/prefs_account.h
13346           src/prefs_filtering.c
13347           src/selective_download.[ch]   *** NEW FILES ***
13348           src/utils.[ch]
13349           po/POTFILES.in
13350                 Selective Download added to 'Tool' menu. 
13351                 Retrieves email headers of the currently selected pop3 
13352                 account and allows the user to mark emails for deletion 
13353                 right on the pop3 server. Patch submitted by Oliver Haertel 
13354                 <oha@users.sourceforge.net>.
13355         
13356         * po/POTFILES.in
13357                 add 'src/quote_fmt.c'           
13358
13359 2002-02-22 [christoph]  0.7.2claws5
13360
13361         * src/Makefile.am
13362                 added quote_fmt.c
13363         * src/prefs_common.[ch]
13364         * src/prefs_template.c
13365         * src/quote_fmt.c               *** NEW FILE ***
13366         * src/quote_fmt.h
13367                 move quote format symbol description code
13368                 to it's own file because it is used from
13369                 differnent code parts
13370                 Rewrote symbol description GUI
13371                   + use table
13372                   + add separators
13373                   + get data from array (no more long constant strings)
13374         * src/quote_fmt_lex.l
13375         * src/quote_fmt_parse.y
13376                 Symbol for Literal % changed to \% instead of %%
13377                 (More logical as \ is used for quoting for other symbols)
13378                 Add |f and |p to include files and program output
13379                 Examples:
13380                     |f{/home/.../.signature}
13381                     |p{date}
13382         * po/de.po
13383                 Correct wrong spelling for "Referenzen"
13384
13385 2002-02-21 [paul]       0.7.2claws4
13386
13387         * src/procmsg.c
13388                 forgotten during sync
13389
13390 2002-02-21 [paul]       0.7.2claws3
13391
13392         * sync with sylpheed 0.7.2cvs11
13393                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13394                 2002-02-20 and 2002-02-21
13395
13396 2002-02-20 [melvin]     0.7.2claws2
13397
13398         * src/prefs_actions.c
13399                 Added error report when child cannot fork or when execvp 
13400                 returns with an error.
13401
13402 2002-02-19 [christoph]  0.7.2claws1
13403
13404         * src/codeconv.c
13405                 return unconverted text if conde conversion is not possible
13406                 when libjconv is used.
13407                 (patch submitted by "Simon 'corecode' Schubert")
13408
13409 2002-02-19 [paul]       
13410
13411         * version 0.7.2claws release
13412
13413 2002-02-19 [paul]       0.7.2claws
13414
13415         * po/nl.po
13416                 updated by Wilbert Berendsen
13417
13418
13419 2002-02-18 [alfons]     0.7.1claws13
13420
13421         * src/syldap.c
13422         * src/jpilot.c
13423                 remove references to dlfcn and explicitly loading functions
13424                 from dynalink libs, because libs linked anyway, and functions
13425                 are loaded explicitly
13426
13427 2002-02-17 [melvin]     0.7.1claws12
13428
13429         * src/prefs_actions.c
13430                 Replaced children wait loop with double fork technique.
13431                 Now, input/output window updated at each new output.
13432                 free_children(): Fixed a memory leak.
13433                 Made input/output window non closable if running children
13434                 still exist.
13435                 Added missing <unistd.h> include.
13436                 Added some --debug outputs.
13437
13438 2002-02-17 [melvin]     0.7.1claws11
13439
13440         * src/summaryview.c
13441                 Fixed bug where descending sort order did not select top
13442                 message.
13443
13444 2002-02-17 [melvin]     0.7.1claws10
13445
13446         * acconfig.h
13447                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13448         * src/prefs_common.c
13449                 Pspell data package directory no more hard coded but
13450                 set during configuration (PSPELL_PATH). (Thanks to 
13451                                 Gustavo Noronha Silva.)
13452
13453 2002-02-17 [melvin]     0.7.1claws9
13454
13455         * configure.in
13456                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13457         * src/gtkspell.c
13458                 Fixed compile-time warnings.
13459
13460 2002-02-16 [alfons]     0.7.1claws8
13461
13462         * src/filesel.c
13463                 fix inadvertent free of NULL pointer which caused
13464                 sylpheed to crash when closing the save-as dialog
13465                 using the window close button
13466
13467 2002-02-16 [carsten]    0.7.1claws7
13468         * src/mainwindow.[ch]
13469           src/summaryview.c
13470           src/prefs_common.c
13471                 fixes for pixmap theming code:
13472                         - recently changed mail attributes shouldn't get
13473                           lost any longer
13474                         - theme is only reloaded iff another theme was
13475                           selected
13476
13477 2002-02-16 [paul]       0.7.1claws6
13478
13479         * sync with sylpheed 0.7.2 release
13480                 see ChangeLog entry 2002-02-15 and 2002-02-16
13481
13482 2002-02-15 [paul]       0.7.1claws5
13483
13484         * sync with sylpheed 0.7.1cvs9
13485                 see ChangeLog entry 2002-02-15
13486
13487         * po/POTFILES.in
13488                 remove unneeded headerwindow.c entry
13489
13490 2002-02-14 [carsten]    0.7.1claws4
13491         * src/summaryview.c
13492                 fixed a bug for "Go to next unread message": there was
13493                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13494                 in the prefs, because of doing "Search again" instead
13495                 "No"
13496
13497 2002-02-14 [carsten]    0.7.1claws3
13498         * src/stock_pixmap.c
13499                 removed 2 more mem leaks; following memprof,
13500                 this code is "leak free" now :)
13501
13502 2002-02-14 [carsten]    0.7.1claws2
13503         * src/stock_pixmap.c
13504                 used opendir/readdir/closedir instead of scandir
13505                 -> code should work now on Solaris
13506
13507 2002-02-14 [paul]       0.7.1claws1
13508
13509         * sync with sylpheed 0.7.1cvs8
13510                 see ChangeLog entries 2002-02-13 and 2002-02-14
13511
13512         * README.claws
13513                 add some description of Actions and Pixmap Themes
13514
13515 2002-02-13 [paul]       
13516
13517         * version 0.7.1claws release
13518
13519 2002-02-13 [paul]       0.7.1claws
13520
13521         * po/es.po
13522           po/it.po
13523           po/pt_BR.po
13524                 updated translations, submitted by Ricardo Mones Lastra,
13525                 Alessandro Maestri and Fabio Junior Beneditto
13526
13527 2002-02-13 [melvin]     0.7.0claws75
13528
13529         * src/prefs_actions.c
13530                 Added missing "signal.h" include
13531
13532 2002-02-13 [melvin]     0.7.0claws74
13533
13534         * src/prefs_folder_item.c
13535                 Added missing "config.h" include
13536         * po/fr.po
13537                 Updated French translation for folder propriety.
13538
13539 2002-02-13 [jens]       0.7.0claws73
13540
13541         * po/POTFILES.in
13542                 Added missing src/prefs_folder_item.c [log added by melvin]
13543         * po/de.po
13544                 Updated German translation.
13545
13546 2002-02-13 [melvin]     0.7.0claws72
13547
13548         * po/fr.po
13549                 Updated French translation.
13550
13551 2002-02-13 [melvin]     0.7.0claws71
13552
13553         * src/gtkutils.c
13554                 Made gtkut_editable_get_selection return NULL if selection
13555                 is of length zero.
13556                 This fixes a bug where selecting part of message A then
13557                 switching to message B and replying to it will not
13558                 quote the message's body.
13559
13560 2002-02-12 [paul]       0.7.0claws70
13561
13562         * src/mainwindow.c
13563                 cosmetic, relating to pixmap themes: on toolbar make 
13564                 updating of 'Exec' and 'Compose news/Compose email'
13565                 icons faster.
13566
13567 2002-02-12 [carsten]    0.7.0claws69
13568         * src/folderview.c
13569           src/mainwindow.[ch]
13570           src/stock_pixmap.c
13571           src/summaryview.c
13572           src/prefs_common.c
13573                 - refreshing after changing pixmap theme better
13574                   now (thanks Paul)
13575                 - wanted to remove some mem leaks, but alfons was
13576                   faster (and had the better solution ;)
13577
13578 2002-02-12 [alfons]     0.7.0claws68
13579
13580         * src/prefs_common.c
13581         * src/stock_pixmap.[ch]
13582                 plug mem leaks, refactor code a little bit
13583
13584
13585 2002-02-12 [sergey]     0.7.0claws67
13586
13587         * src/imap.c
13588                 Fixed problem with copying messages to IMAP folders when the
13589                 server uses something other than '/' as a namespace separator
13590                 (cyrus-imapd uses '.').
13591
13592 2002-02-12 [jens]       0.7.0claws66
13593
13594         * po/de.po
13595                 Updated German Translation
13596
13597 2002-02-12 [paul]       0.7.0claws65
13598
13599         * sync with sylpheed 0.7.1cvs1
13600                 see ChangeLog entry 2002-02-12
13601
13602 2002-02-12 [melvin]     0.7.0claws64
13603
13604         * src/prefs_actions.c
13605                 Fixed "feature" where children's output was duplicated 
13606                 instead of refreshed while monitoring.
13607                 Removed some debug code.
13608
13609 2002-02-12 [christoph]  0.7.0claws63
13610
13611         * src/compose.c
13612                 always delete message from queue after sending/send error
13613                 (closes bug #509601)
13614
13615 2002-02-12 [melvin]     0.7.0claws62
13616
13617         * src/prefs_actions.c
13618                 Children wait loop is now triggered with a timeout of 1s
13619                 Added %F which is replaced with the list of filenames 
13620                 of all selected messages (as suggested by Ricardo Mones Lestra)
13621                 Pipe syntax changed. Prefix with | to send selection, postfix
13622                 with | to retrieve output. Prefix with > or * to send
13623                 user definable input to the command (*: input is hidden)
13624                 Old pipe action should now be postfixed with |, too.
13625
13626 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13627         * src/stock_pixmap.c
13628                 fixed a bug: if there's no theme directory don't
13629                 throw an error, just do "nothing" (thanks Alfons)
13630
13631 2002-02-12 [carsten]    0.7.0claws60
13632         * src/folderview.c
13633           src/summaryview.c
13634                 had to write the cache twice (nasty!); some marks would 
13635                 get lost if not
13636
13637 2002-02-11 [carsten]    0.7.0claws59
13638         * acconfig.h
13639           configure.in
13640           doc-src/maintainer_guide.txt
13641           src/compose.[ch]
13642           src/defs.h
13643           src/folderview.[ch]
13644           src/gtkutils.[ch]
13645           src/mainwindow.[ch]
13646           src/prefs_common.[ch]
13647           src/stock_pixmap.[ch]
13648           src/summaryview.[ch]
13649                 pixmap theming and related work on pixmap
13650                 handling on some other places
13651                 (e.g. hrm features for all folder)
13652           src/pixmap/stock_*.xpm -> the stock_ was removed
13653         
13654 2002-02-11 [paul]       0.7.0claws58
13655
13656         * sync with sylpheed 0.7.1 release
13657                 see ChangeLog entries 2002-02-11
13658
13659 2002-02-08 [paul]       0.7.0claws57
13660
13661         * sync with sylpheed 0.7.0cvs39
13662                 see ChangeLog entry 2002-02-07 (last entry) 
13663
13664         * src/prefs_actions.c
13665           src/prefs_filtering.c
13666           src/prefs_matcher.c
13667           src/prefs_scoring.c
13668                 sync: made it compile with C compilers other than gcc
13669
13670 2002-02-07 [paul]       0.7.0claws56
13671
13672         * sync with sylpheed 0.7.0cvs38
13673                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13674                 2002-02-07
13675
13676 2002-02-07 [darko]      0.7.0claws55
13677
13678         * src/gtkutils.[ch]
13679         * src/summaryview.c
13680                 Fix const gchar */gchar * issue (thanks Hiro)
13681
13682 2002-02-07 [darko]      0.7.0claws54
13683
13684         * src/compose.[ch]
13685         * src/filtering.c
13686         * src/gtkutils.[ch]
13687         * src/prefs_template.c
13688         * src/quote_fmt.h
13689         * src/quote_fmt_parse.y
13690         * src/summaryview.c
13691         * src/utils.[ch]
13692                 When replying or forwarding an email don't quote the entire
13693                 mail body but use the part of the message text that is selected
13694
13695 2002-02-06 [melvin]     0.7.0claws53
13696
13697         * src/prefs_common.[ch]
13698         * src/gtkspell.[ch]
13699         * src/compose.c
13700                 Made possible to switch quickly to last used dictionary
13701                 which makes checking bilingual documents easier.
13702
13703 2002-02-06 [melvin]     0.7.0claws52
13704         
13705         * po/POTFILES.in
13706                 Added forgotten new file src/prefs_actions.c
13707
13708 2002-02-06 [melvin]     0.7.0claws51
13709
13710         * src/prefs_actions.c   ** NEW FILE **
13711         * src/prefs_actions.h   ** NEW FILE **
13712                 Added actions to execute on message text view, or on the
13713                         message's file.
13714         * src/Makefile.am
13715                 Added src/prefs_actions.[ch]
13716         * src/compose.c
13717                 Added new menu "Edit/Actions"
13718         * src/defs.h
13719                 Added new actionsrc file.
13720         * src/main.c
13721                 Added actionsrc reading.
13722         * src/mainwindow.c
13723                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13724         * src/prefs_common.h
13725                 Added new element actionslst element to prefs_common.
13726
13727 2002-02-06 [paul]       0.7.0claws50
13728
13729         * sync with sylpheed 0.7.0cvs36
13730                 see ChangeLog entry 2002-02-06
13731
13732 2002-02-05 [paul]
13733
13734         * po/es.po
13735                 updated by Ricardo Mones Lastra
13736
13737 2002-02-05 [paul]       0.7.0claws49
13738
13739         * sync with sylpheed 0.7.0cvs33
13740                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13741
13742 2002-02-05 [paul]       0.7.0claws48
13743
13744         * src/compose.c
13745                 re-add 'Edit/Advanced/Delete entire line', previously named
13746                 'Delete Line+'
13747
13748 2002-02-04 [paul]       0.7.0claws47
13749
13750         * src/compose.c
13751           src/summaryview.c
13752                 fix bug #494993 (Reply All not taking Reply-To into consi)
13753                 eliminate differences in behaviour of right-click 'Reply to all' 
13754                 in summary view and 'Reply to all' on the toolbar. 
13755                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13756                 view and From gets ignored by 'Reply to all' on toolbar.
13757                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13758                 From when no Reply-To header is present.
13759
13760 2002-02-04 [paul]       0.7.0claws46
13761
13762         * sync with sylpheed 0.7.0cvs30
13763                 see ChangeLog entries 2002-02-03 and 2002-02-04
13764
13765 2002-02-03 [melvin]     0.7.0claws45
13766
13767         * src/gtkspell.[ch]
13768                 Readded function to highlight all misspelled words.
13769                 Fixed bug where user-provided-words did not replace
13770                         correctly the misspelled word when using the mouse.
13771                 Fixed bug where checking a region selected from right to left did
13772                         not check the region at all.
13773                 Fixed bug where 'Check backwards' may not check at all. 
13774                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13775                 Fixed possible buffer overflow when checking for long strings (>1k).
13776                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13777                 Accelerators code uses now gtk_widget_add_accel.
13778                 Removed and disabled obsolete and unfinished code.
13779                 Cleaning up.
13780
13781         * src/compose.c
13782                 Added menu item to Highlight all misspelled words.
13783
13784 2002-02-01 [paul]       0.7.0claws44
13785
13786         * src/mainwindow.c
13787                 fix '/View/Hide read messages' sensitivity when all
13788                 messages in a folder are hidden
13789
13790 2002-02-01 [paul]       0.7.0claws43
13791
13792         * src/main.c
13793                 add --send option to command line interface, sends all
13794                 queued mail. Patch submitted by Ricardo Mones Lastra.
13795
13796 2002-01-31 [paul]       0.7.0claws42
13797
13798         * src/mainwindow.c
13799                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13800
13801 2002-01-31 [paul]       0.7.0claws41
13802
13803         * sync with sylpheed 0.7.0cvs27
13804                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13805                 and 2002-01-31
13806
13807         * src/textview.c
13808                 comment out elements of textview_show_part() as temporary
13809                 workaround for attachment 'Display as text' bug 
13810
13811         * po/pt_BR.po
13812                 updated by Fabio Junior Beneditto
13813
13814 2002-01-30 [paul]       0.7.0claws40
13815
13816         * sync with sylpheed 0.7.0cvs24
13817                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13818                 and 2002-01-30
13819
13820         * src/compose.c
13821                 add {N_("/_Spelling"), ... "<Branch>"} to 
13822                 GtkItemFactoryEntry compose_entries[]
13823
13824         * src/prefs_common.c
13825                 add claws menu items to prefs_keybind_apply_clicked()
13826                 and remove non-claws menu items
13827
13828 2002-01-29 [paul]       0.7.0claws39
13829
13830         * sync with sylpheed 0.7.0cvs22
13831                 see ChangeLog entries 2002-01-28 and 2002-01-29
13832
13833 2002-01-28 [melvin]     0.7.0claws38
13834
13835         * src/compose.c
13836                 Added the declartion of compose_send_control_enter.
13837
13838         * src/compose.c
13839         * src/gtkspell.[ch]
13840                 Added in a 'Spelling' menu which includes the configuration menu. 
13841                 Added a real 'Check all' and got rid from the old one which only
13842                 highlited misspelled word.
13843                 Made 'Check while typing' a disableable option.
13844                 Added a dialog when there are no more misspelled word.
13845                 Added a dialog if error occurs when switching to a dictionary.
13846         
13847         * src/prefs_common.[ch]
13848                 Added option for the default 'Check while typing' option.
13849
13850
13851 2002-01-28 [alfons]     0.7.0claws37
13852
13853         * src/compose.c
13854                 fix buglet and make code comply with sylpheed code style
13855
13856 2002-01-28 [paul]       0.7.0claws36
13857
13858         * sync with sylpheed 0.7.0cvs19
13859                 see ChangeLog entries for 2002-01-28
13860
13861 2002-01-28 [hoa]        0.7.0claws35
13862
13863         * src/defs.h
13864                 added rendererrc
13865
13866         * src/main.c
13867                 read the renderer config
13868
13869         * src/procmime.[ch]
13870                 use the renderer config to convert mime attachments
13871
13872         * src/textview.c
13873                 don't use textview_show_html/ertf,
13874                 use get_text_content instead
13875
13876 2002-01-27 [alfons]     0.7.0claws34
13877         
13878         * src/news.c
13879                 make sylpheed believe it can delete a news message...
13880                 (messages are NOT deleted, maybe we should remove
13881                 processing from the folder properties after all.)
13882
13883 2002-01-27 [alfons]     0.7.0claws33
13884
13885         * src/folder.c
13886                 add extra checks
13887         * src/news.c
13888                 implement remove_msg() 
13889
13890 2002-01-27 [alfons]     0.7.0claws32
13891
13892         * src/procmsg.h
13893         * src/procheader.c
13894         * src/messageview.c
13895                 fix return receipt / disposition notification again. this
13896                 stuff seems to break on _every_ major summary UI change, so
13897                 it's now implemented using a flag which is saved in the
13898                 marks cache
13899                 
13900 2002-01-26 [alfons]     0.7.0claws31
13901
13902         * src/import.c
13903                 let import dialog show the destination folder identifier
13904
13905 2002-01-26 [melvin]     0.7.0claws30
13906
13907         * src/folderview.c
13908         * src/summaryview.c
13909                 Readded 'Mark all read' into summary view popup menu
13910                 Added 'Mark all read' in folder view popup menu for IMAP
13911                 and NNTP.
13912                 Made it insensitive if the selected folder is not the shown
13913                 one to avoid 'Mark all read' on the wrong folder.
13914                 
13915 2002-01-26 [paul]       0.7.0claws29
13916
13917         * src/folderview.c
13918           src/summaryview.c
13919                 move 'Mark all read' from summary view to folder view
13920                 menu. (adapted from) patch submitted by Jeremy Andrews,
13921                 <lists@kerneltrap.com>
13922
13923 2002-01-25 [alfons]     0.7.0claws28
13924
13925         * src/gtkstext.c
13926                 put the gtk class name back so GtkSText adapts the 
13927                 settings of GtkText
13928
13929 2002-01-25 [alfons]     0.7.0claws27
13930
13931         * src/folderview.c 
13932                 assimilate Ricardo's patch that shows pixmaps instead of
13933                 plain "new" and "unread" texts in the folder view column
13934                 headers 
13935
13936 2002-01-25 [paul]       0.7.0claws26
13937
13938         * src/Makefile.am
13939                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13940                 be found in non-standard locations. 
13941                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13942
13943 2002-01-25 [paul]       0.7.0claws25
13944
13945         * sync with sylpheed 0.7.0cvs16
13946                 see ChangeLog entry 2002-01-25
13947
13948 2002-01-24 [paul]       0.7.0claws24
13949
13950         * more sync with sylpheed 0.7.0cvs15
13951                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13952
13953 2002-01-23 [sergey]     0.7.0claws23
13954
13955         * src/importldif.c
13956                 Fixed segfault when closing LDIF import wizard with
13957                 the window manager.
13958         * src/imageview.c
13959         * src/imageview.h
13960         * src/messageview.c
13961         * src/mimeview.c
13962                 Fixed wrong scrolling position after switching between
13963                 text and image parts.
13964
13965 2002-01-23 [paul]       0.7.0claws22
13966
13967         * sync with sylpheed 0.7.0cvs15
13968                 see ChangeLog entries 2002-01-22 and 2002-01-23
13969
13970 2002-01-21 [melvin]     0.7.0claws21
13971
13972         * src/prefs_scoring.c
13973         * src/prefs_filtering.c
13974                 Fixed bug where scoring and filtering windows stopped
13975                 autochecking.
13976
13977 2002-01-21 [paul]       0.7.0claws20
13978
13979         * sync with sylpheed 0.7.0cvs12
13980                 see ChangeLog entries 2002-01-20 and 2002-01-21
13981
13982 2002-01-21 [carsten]    0.7.0claws19
13983         * src/mainwindow.c
13984         * src/menu.[ch]
13985         * src/messageview.[ch]
13986         * src/summaryview.[ch]
13987                 changes to shortcuts handling again:
13988                         + "Q" now controled by mainwin
13989                         + v/V are now customizable and have slightly
13990                           different meanings
13991                 the "button" to minimize the messageview (and maximize
13992                 the summary view) is a real button now
13993         * src/compose.c
13994                 "Delete Line+" added to Edit/Advanced (this will also
13995                 delete the '\n')
13996
13997 2002-01-20 [melvin] 0.7.0claws18
13998
13999         * src/addressbook.c
14000                 Made "Bcc" sensitive when addressbook is called from
14001                 compose window (it was a Claws only bug).
14002
14003 2002-01-19 [alfons] 0.7.0claws17
14004
14005         * src/inc.c
14006                 prevent unnecessary updates when currently selected folder has
14007                 no new messages 
14008
14009 2002-01-19 [alfons] 0.7.0claws16
14010         
14011         * src/summaryview.c
14012                 prevent writing the cache based on current message list in summary 
14013                 view when filtering also put messages in currently selected folder
14014
14015 2002-01-19 [paul]
14016
14017         * po/it.po
14018                 Italian translation submitted by Alessandro Maestri
14019                 <a.maestri@cs.tin.it>
14020
14021 2002-01-18 [melvin]     0.7.0claws15
14022
14023         * src/prefs_filters.c
14024                 fixed bug where 'cancel' from 'filters' window stops autochecking
14025                 if the timer timed out  when the window was open.
14026
14027 2002-01-18 [match]      0.7.0claws14
14028
14029         * src/addrclip.[ch]     ** NEW FILE **
14030         * src/addrselect.[ch]   ** NEW FILE **
14031         * src/adbookbase.h      ** NEW FILE **
14032                 addressbook cut, copy and paste
14033         * src/addrbook.[ch]
14034         * src/addrcache.[ch]
14035         * src/addressitem.h
14036         * src/addrindex.[ch]
14037         * src/addritem.[ch]
14038         * src/importldif.c
14039         * src/importmutt.c
14040         * src/jpilot.[ch]
14041         * src/syldap.[ch]
14042         * src/vcard.[ch]
14043         * src/jpilot.[ch]
14044         * src/editbook.c
14045         * src/editjpilot.c
14046         * src/editldap.c
14047         * src/editvcard.c
14048                 support for copy/paste
14049         * src/addressbook.c
14050                 support for copy/paste
14051                 tidy up menu option processing
14052                 correct address list function arguments
14053         * src/editaddress.c
14054                 sort user attributes
14055         * src/ldif.h
14056         * src/mutt.h
14057                 tidy up
14058
14059         * src/addrbook.[ch]
14060         * src/addrbook.[ch]
14061         * src/addrbook.[ch]
14062                 
14063
14064 2002-01-18 [paul]       0.7.0claws13
14065
14066         * sync with sylpheed 0.7.0cvs8
14067                 configure.in: support Mac OS X (Darwin)
14068
14069 2002-01-18 [carsten]    0.7.0claws12
14070         * src/html.c
14071                 small hack to fix a segfault with an empty href
14072                 (reported by Alexandra Walford <deeni@altern.org>)
14073         * src/mainwindow.c
14074         * src/summaryview.c
14075                 the shortcuts for Mark und Mark as unread are hardcoded
14076                 again
14077         * src/compose.c
14078         * src/gtkstext.[ch]
14079                 readded the shortcuts in gtkstext but made them
14080                 customizeable (simply by adding a menu plus a wrapper
14081                 to compose.c)
14082
14083 2002-01-17 [melvin]     0.7.0claws11
14084
14085         * src/gtkspell.c
14086                 fix default dictionary not being saved.
14087
14088 2002-01-16 [darko]      0.7.0claws10
14089
14090         * src/compose.c
14091                 fix wrapping crash with URL longer than wrapping margin
14092
14093 2002-12-08 [hoa]        0.7.0claws10
14094
14095         * src/matcher_parser_parse.y
14096                 fixed some bugs
14097
14098         * src/prefs_filtering.c
14099                 now, we can use bounce action in the dialog box.
14100
14101 2002-01-16 [carsten]    0.7.0claws9
14102         * src/gtkstext.c
14103                 removed the <control> and <alt> shortcuts because they're
14104                 not needed and interefered with the "normal" shortcuts
14105         * src/mainwindow.c
14106         * src/summaryview.c
14107                 removed most of the hardcoded shortcuts and assigned
14108                 them to menu entries making them easy customizable by
14109                 that
14110
14111 2002-01-16 |melvin]     0.7.0claws8
14112
14113         * src/gtkspell.c
14114                 fixed bug where using the mouse and when the compose
14115                 window is not on top may result in a crash.
14116
14117 2002-01-16 [melvin]     0.7.0claws7
14118
14119         * src/compose.c
14120                 fixed a long standingspell checker bug which could 
14121                 cause a crash after sending a message.
14122
14123 2002-01-16 [paul]       0.7.0claws6
14124
14125         * sync with sylpheed 0.7.0cvs7
14126                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14127                 2002-01-15, and 2002-01-16
14128
14129 2002-01-16 [melvin]     0.7.0claws5
14130
14131         * README.claws
14132         * src/compose.c
14133         * src/gtkspell.[ch]
14134         * src/main.c
14135                 Heavily modified spell checker code to work around
14136                 ispell bug, to add keyboard shortcuts and for future
14137                 enhancements. See README.claws for usage information.
14138
14139 2002-01-15 [alfons]     0.7.0claws4
14140         
14141         * src/summaryview.c
14142                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14143                 so sorting within threads reflects sort mode
14144
14145 2002-01-15 [christoph]  0.7.0claws3
14146
14147         * src/procmsg.c
14148                 added alertpanel if mail sending failed
14149
14150 2002-01-15 [alfons]     0.7.0claws2
14151         
14152         * src/prefs_filtering.c
14153                 don't stop timer when prefs filtering dialog is opened
14154
14155 2002-01-14 [alfons]     0.7.0claws1
14156
14157         * src/addr_compl.c
14158         * src/prefs.c
14159                 remove debug_print()s for privacy reasons
14160
14161 2002-01-14 [darko]      0.7.0claws
14162
14163         * README.claws
14164                 quotation wrapping is now also in the main branch
14165
14166 2002-01-14 [paul]
14167
14168         * tools/filter_conv.pl
14169                 allow for Boolean Op and case-sensitivity
14170                 this file is included in the release and tagged
14171                 'rel_0_7_0'
14172
14173 2002-01-13 [paul]       0.7.0claws
14174
14175         * release 0.7.0, with cvs tag 'rel_0_7_0'
14176
14177 2002-01-13 [paul]
14178
14179         * tools/filter_conv.pl
14180         * tools/README
14181                 rewritten to output to matcherrc instead of filteringrc
14182
14183         * po/es.po
14184                 updated Spanish translation by Ricardo Mones Lastra
14185
14186 2002-01-13 [alfons]
14187
14188         * po/nl.po
14189                 update dutch translation
14190
14191 2002-01-13 [paul]
14192
14193         * po/pt_BR.po
14194                 Updated by Fabio Junior Beneditto 
14195
14196 2002-01-13 [melvin]     0.6.6claws53
14197
14198         * po/fr.po
14199                 Updated french translation
14200
14201 2002-01-12 [alfons]     0.6.6claws52
14202
14203         * src/filtering.c
14204                 plug mem leak that has been sitting there for ages              
14205
14206 2002-01-12 [alfons]     0.6.6claws51
14207
14208         * src/summaryview.c
14209                 undo melvin's changes from 0.6.6claws48 because summary
14210                 view now refuses to select first unread message when
14211                 selecting a folder 
14212
14213 2002-01-11 [alfons]     0.6.6claws50
14214
14215         * src/import.c
14216                 use claws' semantics for getting folder item when
14217                 importing an mbox file into a folder 
14218                 (submitted by Dale P. Smith)
14219
14220 2002-01-11 [christoph]  0.6.6claws49
14221
14222         * src/prefs.h
14223                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14224                 toggle widget, because non static prefs can not use
14225                 prefs_set_* functions
14226         * src/prefs_account.c
14227                 toggle smtp auth password field sensitivity if
14228                 user id is empty and add descrition of usage for
14229                 these fields
14230         * src/prefs_folder_item.c
14231                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14232                 callbacks
14233
14234 2002-01-11 [melvin]     0.6.6claws48
14235
14236         * src/compose.c
14237                 fix the 'Ctrl-Enter' feature for sending and test really
14238                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14239                 editables which was not documented in Gtk)
14240
14241         * src/summaryview.c
14242                 Made summaryview refresh after sorting and not before.
14243
14244 2002-01-11 [christoph]  0.6.6claws47
14245
14246         * src/compose.c
14247                 select account from account ids if possible and
14248                 correctly set save folder for copy in reedit
14249
14250 2002-01-10 [paul]       0.6.6claws46
14251
14252         * sync with sylpheed 0.7.0 release
14253                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14254                 2002-01-09
14255
14256 2002-01-09 [alfons]
14257
14258         * src/summaryview.c
14259                 remove more dirt traces...
14260
14261 2002-01-09 [alfons]
14262         
14263         * src/summaryview.c
14264                 clean up some traces of my debugging stuff
14265
14266 2002-01-09 [alfons]     0.6.6claws45
14267
14268         * src/filtering.c
14269                 break up filteringprop_apply() in three separate pieces
14270                 so we can drop messages that failed processing in the
14271                 inbox
14272
14273         * src/summaryview.c
14274                 fix bug #469598 "no refresh of inbox after filter" which 
14275                 was introduced by the new summary view locking, and which 
14276                 prevented the summary view to update after a manual filter 
14277                 message. claw's filter message requires a summary_show().
14278                 (aargh, summary_show() again! :-)
14279                 
14280 2002-01-07 [alfons]     0.6.6claws44
14281
14282         * src/headerwindow.c
14283         * src/logwindow.c
14284         * src/messageview.c
14285         * src/sourcewindow.c
14286                 bring in Hiro's last 0.7.0 wm class fixes
14287
14288         * tools/sylprint.pl
14289                 bring in Ricardo's fix for sylprint script
14290
14291         * AUTHORS       
14292         * src/rfc2015.[ch]
14293         * src/prefs_common.[ch]
14294         * src/prefs_account.[ch]
14295         * src/compose.c
14296                 clean up account preference poison in rfc2015,
14297                 and preparation to fix double sign bug 
14298                 (patch submitted by Simon 'corecode' Schubert)
14299
14300 2002-01-07 [christoph]  0.6.6claws43
14301
14302         * src/mh.c
14303                 search for free message number, do not only rely
14304                 on last_num
14305         * src/send.c
14306                 fix smtp auth and use extra account information
14307                 if available, if not use pop3 data instead
14308                 (closes bug #500341)            
14309         * src/ssl.[ch]
14310                 match coding style
14311
14312 2002-01-06 [alfons]     0.6.6claws42
14313
14314         * src/mainwindow.c
14315                 try making the separate windows work again...
14316
14317 2002-01-06 [alfons]     0.6.6claws41
14318
14319         * src/mainwindow.c
14320                 adapt Hiro's separate window menu (to get rid of the funny
14321                 duplicate menu items), and make it work again
14322
14323 2002-01-06 [alfons]     0.6.6claws40
14324
14325         * tools/Makefile.am
14326         * tools/sylprint.rc
14327         * tools/sylprint.pl
14328         * tools/README.sylprint
14329                 add sylprint script for printing mails from Sylpheed
14330                 (contributed by Ricardo Mones Lastra)
14331
14332         * src/acount.c
14333                 clean up
14334
14335 2002-01-06 [melvin]     0.6.6claws39
14336
14337         * src/mainwindow.c
14338         * src/summaryview.c
14339                 Fixed crash introduced in 0.6.6claws38 by the menu
14340                 reorganisation (Hide read messages)
14341         
14342         * ChangeLog.claws 
14343                 Fixed typo (we are now in 2002, alfons ;) )
14344
14345 2002-01-05 [alfons]     0.6.6claws38
14346
14347         * sync with sylpheed 0.6.6cvs10-17
14348                 (last stuff marked as LAST_STABLE)
14349
14350 2002-01-04 [melvin]     0.6.6claws37
14351
14352         * src/account.c
14353                 Made account selection code use strcasestr again instead of
14354                 g_strcasecmp (fixes bug where reediting queued messages
14355                 did not select proper account reported by T. Link).
14356         
14357         * src/folderview.c
14358                 Fix bug where folder icons are not shown when 'hide read messages'
14359                 is on.
14360         
14361         * src/stock_pixmaps.[ch]
14362                 Added folder icons for 'hide read messages'.
14363         
14364         * src/compose.c
14365                 Fixed bug where 'Enter' in a header entry will send the message 
14366                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14367
14368 2002-01-03 [melvin]     0.6.6claws36
14369         
14370         * src/prefs.[ch]
14371                 Added popup menu for common preferences and
14372                 account preferences (right click on tab displays
14373                                 a menu of all tabs.)
14374
14375 2002-01-02 [melvin]     0.6.6claws35
14376
14377         * src/gtkspell.[ch]
14378                 Made spelling code compatible with undo/redo feature.
14379                 Added creation of suggestion mode menu for the general
14380                         preferences.
14381         
14382         * src/prefs_common.[ch]
14383                 Added option menu for the speller's suggestion mode.
14384                 Added missing spaces in "..." buttons and made a "..."
14385                         button non translatable!
14386         
14387         * src/compose.c
14388                 Made speller use the default suggestion mode.
14389                 Hack to make it possible to choose 'CTRL-Enter' as a
14390                         shortcut for sending (and only for sending).
14391
14392         * src/prefs_folder_item.c
14393                 Changing subject simplification does not update cache 
14394                         anymore (because it is unnecessary).
14395                 Fixed bug where changing subject simplification updated the 
14396                         summaryview even when the viewed folder is not the
14397                         folder which properties are being changed. (E.g. 
14398                                         viewing folder A and changing
14399                                         the subject simplification of 
14400                                         folder B -not being viewed- updated the 
14401                                         summaryview of folder A with data of
14402                                         folder B). (Hope this is clear... )
14403
14404 2001-12-31 [alfons]     0.6.6claws34
14405         
14406         * src/ldif.c
14407         * src/mutt.c
14408                 fgetc() returns a signed integer which doesn't
14409                 fit in a char. so c truncates this to a char
14410                 but we may lose significant bits. i.e. we may
14411                 comparing 0xFF which may not be equal to -1
14412                 unless properly casted to signed char which
14413                 we won't do because fgetc() returns a signed
14414                 integer which doesn't fit in a char. so c 
14415                 truncates this to a char but we may lose 
14416                 significat bits. (you got the idea, thanks
14417                 to Gustavo Noronha Silva <kov@debian.org>
14418                 and the Debian folks!)
14419
14420 2001-12-30 [alfons]     0.6.6claws33
14421
14422         * src/prefs_common.c
14423                 add #ifdef USE_PSPELLs that Melvin forgot               
14424
14425 2001-12-30 [melvin]     0.6.6claws32
14426         
14427         * src/prefs_common.[ch]
14428                 Added configurable color for misspelled words.
14429
14430         * src/gtkspell.[ch]
14431                 Fixed bug of foreground text color (reported by David
14432                                 Mehrmann)
14433                 Added configurable color for misspelled words.
14434
14435 2001-12-30 [alfons]     0.6.6claws31
14436
14437         * src/folder.c
14438                 remove unnecessary things someone put there
14439
14440         * src/mh.c
14441         * src/folder.[ch]
14442                 make folder properties (like threading and sorting) persistent
14443                 (closes bug #497424 "rescan folder tree resets proprieties")
14444                 currently this is only for MH folders. 
14445
14446 2001-12-29 [melvin]     0.6.6claws30
14447
14448         * src/string_match.[ch]
14449                 Optimized a bit: regexp pattern buffer compiled only once, and
14450                   one subroutine call removed. Fixed ^ regexp search: Now, 
14451                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14452         
14453         * src/summaryview.c
14454                 Subject filtering changed to filter summary columns and
14455                   not directly the messages subject cache. The loss in 
14456                   performance is balanced by the improvement of string_match.
14457                 Added an alert panel if there is an error in the regexp.
14458
14459         * src/src/prefs_folder_item.h
14460                 Added a regexp pattern buffer.
14461
14462 2001-12-28 [alfons]     0.6.6claws29
14463
14464         * src/string_match.[ch]
14465                 clean up name space
14466                 allow compilation *BSD
14467
14468 2001-12-27 [alfons]     0.6.6claws28
14469
14470         * src/filter.c
14471                 sync the Hiro's bug fix for BSD
14472
14473 2001-12-27 [melvin]     0.6.6claws27
14474         
14475         * src/compose.c
14476                 Simplify focus to subject entry code.
14477
14478 2001-12-27 [darko]      0.6.6claws26
14479
14480         * src/filtering.c
14481         * src/mbox_folder.c
14482         * src/messageview.c
14483         * src/mh.c
14484         * src/procheader.[ch]
14485         * src/procmsg.h
14486         * src/stock_pixmap.[ch]
14487         * src/summaryview.c
14488                 Show key icon for encrypted mails in summary view
14489
14490         * src/pixmaps/clip.xpm
14491         * src/pixmaps/clipkey.xpm
14492         * src/pixmaps/key.xpm
14493                 New/modified icons for the above
14494
14495 2001-12-27 [melvin]     0.6.6claws25
14496
14497         * src/prefs_common.c
14498                 Put spell checker options in a separate tab to decrease
14499                 the Common Preferences window height.
14500
14501         * README.claws  
14502                 Update spell checker usage instruction about its options
14503                 location.
14504
14505 2001-12-27 [melvin]     0.6.6claws24
14506
14507         * src/compose.c
14508                 Changed subject entry widget position. Initial focus is
14509                 on the To header instead of the subject entry.
14510                 Creating a new header scrolls the header list to make the
14511                 created one visible. Nevertheless, when automatically filling
14512                 headers, the first one is shown.
14513                 A Tab key press in the last empty header entry zips the 
14514                 focus to the subject entry.
14515                 (I did not change the combo boxes, yet)
14516
14517 2001-12-26 [alfons]     0.6.6claws23
14518
14519         * src/prefs_account.c
14520         * src/inc.c
14521                 allow default inbox to reside in another mailbox (only
14522                 works for POP3 accounts)
14523
14524 2001-12-26 [alfons]     0.6.6claws22
14525         
14526         * src/textview.c
14527                 make reply-on-click work with the account of the selected folder
14528         * src/compose.c
14529                 put a fixme here to remind me to fix finding correct default
14530                 account for nested folders
14531
14532 2001-12-25 [alfons]     0.6.6claws21
14533
14534         * src/summaryview.c
14535                 make column headers display locked and mark pixmaps (idea by Melvin) 
14536                 fix bug by adding score and locked column type to sort array
14537
14538 2001-12-25 [alfons]     0.6.6claws20
14539         
14540         * src/summaryview.c
14541                 catch a *potentially* inadvertent write back of  
14542                 the message cache(s) introduced by 0.6.5claws37
14543
14544 2001-12-25 [christoph]  0.6.6claws19
14545
14546         * src/stock_pixmap.[ch]
14547         * src/summaryview.c
14548                 add ignore thread pixmap
14549                 (can someone draw a better icon for this?)
14550
14551 2001-12-24 [alfons]     0.6.6claws18
14552
14553         * src/prefs_folder_item.c
14554                 make address completion actually work for the
14555                 Default To address in the Folder Property dialog.
14556
14557 2001-12-24 [alfons]     0.6.6claws17
14558         
14559         * src/summaryview.c
14560                 use new style regexp for subject stripping 
14561                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14562
14563 2001-12-24 [darko]      0.6.6claws16
14564
14565         * src/pgptext.c
14566         * src/rfc2015.c
14567                 move GPG related informational messages to debug mode
14568
14569 2001-12-23 [alfons]     0.6.6claws15
14570
14571         * src/stock_pixmap.[ch]
14572         * src/summaryview.c
14573                 add the forgotten Claws' locked pixmap
14574
14575 2001-12-23 [alfons]     0.6.6claws14
14576
14577         * src/filesel.c
14578                 accept file name typed in entry in multi file
14579                 selector (patch submitted by Gustavo Noronha Silva 
14580                 <kov@debian.org>)
14581
14582 2001-12-23 [alfons]     0.6.6claws13
14583
14584         * src/prefs_filter.c
14585         * src/prefs_filtering.c
14586         * src/matcher.c
14587         * src/importmutt.c
14588                 clean up a little bit
14589         
14590         * src/string_match.c
14591                 validate input strings a little bit more
14592
14593 2001-12-23 [alfons]     0.6.6claws12
14594
14595         * src/Makefile.am
14596         * src/summaryview.c
14597         * src/string_match.[ch]         ** NEW **
14598         * src/folderview.[ch]
14599         * src/headerview.h
14600         * src/folder.[ch]
14601         * src/prefs_folder_item.[ch]
14602                 add subject simplification to strip out strings from
14603                 a subject line (esp. handy for mailing lists). 
14604                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14605                 but slightly changed things for better integration.)
14606
14607 2001-12-23 [alfons]     0.6.6claws11
14608
14609         * src/mainwindow.c
14610                 fix bug introduced by submission included in 0.6.5claws52.
14611                 ideally this submission should clean the trash if any trash
14612                 folder has a message. however, the hasTrash variable was
14613                 set to false whenever a trash folder was empty (discarding
14614                 a previously found *filled* trash folder.)
14615
14616                 also edited the code a little bit and made it more safe.
14617
14618 2001-12-22 [alfons]     0.6.6claws10
14619
14620         * src/imap.c
14621                 quick fix for Martin Pool's omission of an account
14622                 specific SSL setting
14623
14624 2001-12-22 [alfons]     0.6.6claws9
14625
14626         * src/compose.c
14627         * src/messageview.c
14628         * src/mimeview.c
14629         * src/pgptext.c
14630         * src/procmime.[ch]
14631                 better support for multipart/digest (submitted
14632                 by Fredrik <e98fo@efd.lth.se>)
14633
14634 2001-12-22 [alfons]     0.6.6claws8
14635
14636         * src/addressbook.c
14637                 correct function signature
14638         * src/socket.[ch]
14639         * src/imap.[ch]
14640         * src/prefs_account.[ch]
14641                 allow IMAP over SSH tunnel (patch submitted by 
14642                 Martin Pool <mbp@samba.org>)
14643
14644 2001-12-21 [alfons]     0.6.6claws7
14645
14646         * sync with sylpheed 0.6.6cvs4-9
14647                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14648
14649 2001-12-21 [christoph]  0.6.6claws6
14650
14651         * src/compose.c
14652         * src/prefs_folder_item.[ch]
14653                 implement saving of outgoing messages to current folder.
14654                 fix segfault when no default outbox is available
14655                 (closes bug #495683)
14656
14657 2001-12-21 [carsten]    0.6.6claws5
14658         * src/folderview.c
14659         * src/summaryview.c
14660                 pressing CTRL while DND does now the expected thing and
14661                 copies the mail (moving is still the default, as this
14662                 seam more appropriate for handling mails by DND)
14663
14664 2001-12-18 [paul]       0.6.6claws4
14665
14666         * sync with sylpheed 0.6.6cvs3
14667                 see ChangeLog entries 2001-12-18
14668
14669 2001-12-18 [hiro]       0.6.6claws3
14670
14671         * src/undo.c
14672                 fix for multibyte characters (obtain the number of letters
14673                 instead of bytes).
14674
14675 2001-12-17 [paul]       0.6.6claws2
14676
14677         * sync with sylpheed 0.6.6cvs1
14678                 see ChangeLog entry 2001-12-16
14679
14680 2000-12-17 [alfons]     0.6.6claws1
14681
14682         * src/filtering.c
14683                 clean up
14684
14685 2001-12-16 [paul]       0.6.6claws
14686 2001-12-15
14687
14688         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14689
14690         * src/mimeview.c
14691                 last minute sync with main 0.6.6
14692
14693         * po/es.po
14694                 updated by Ricardo Mones Lastra
14695                 update for last minute sync
14696         * po/fr.po
14697         * po/nl.po
14698                 update for last minute sync
14699         * po/de.po
14700                 updated by Jens Oberender
14701         * po/pt_BR.po
14702                 updated by Fabio Junior Beneditto
14703
14704         * src/prefs_common.[ch]
14705         * src/undo.c
14706                 number of undo levels is user configurable
14707                 (squeeze it into the release in the dying
14708                 moments) Submitted by Jens Oberender    
14709
14710 2001-12-15 [melvin]
14711
14712         * po/fr.po
14713                 updated french translation
14714
14715 2001-12-15 [paul]       0.6.5claws92
14716
14717         * sync with sylpheed 0.6.5cvs28
14718                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14719
14720         * po/nl.po
14721                 update to allow for sync
14722
14723 2001-12-15 [alfons]
14724         
14725         * po/nl.po
14726                 update dutch translation
14727
14728 2001-12-14 [carsten]    0.6.5claws91
14729         * src/summaryview.c
14730                 fixed bug #473785; also after changing the column order
14731                 the same message will be selected and displayed as before
14732                 the reordering
14733
14734 2001-12-14 [carsten]    0.6.5claws90
14735         * src/folderview.c
14736                 probably found the bug reported by wwb opening or closing
14737                 a folder tree just before dnd (found the solution in the
14738                 balsa source -- thanks to them)
14739
14740 2001-12-14 [carsten]    0.6.5claws89
14741         * src/gtkutils.c
14742         * src/account.c
14743                 moved gtk_clist_moveto to the right place, so that
14744                 only the accounts dialog is effected on opening
14745
14746 2001-12-14 [carsten]    0.6.5claws88
14747         * src/gtkutils.c
14748                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14749                 now, so that the focused row will be seen in any case
14750                 (reported by wwp on sf-claws-user)
14751
14752 2001-12-14 [darko]      0.6.5claws87
14753
14754         * src/compose.c
14755                 remove unnecessary line
14756
14757 2001-12-14 [paul]       0.6.5claws86
14758
14759         * sync with sylpheed 0.6.5cvs27
14760                 see ChangeLog entries 2001-12-14
14761
14762 2001-12-14 [carsten]    0.6.5claws85
14763         * src/mainwindow.c
14764                 following a suggestion of Melvin the rcoabm pops up
14765                 right under the button now and the button is reliefed
14766                 while the popup is open
14767
14768 2001-12-14 [darko]      0.6.5claws84
14769
14770         * src/compose.c
14771                 fix crash when wrapping long lines if linewrap quotation
14772                 is disabled and wrapper encounters a word spanning more
14773                 than one line
14774
14775 2001-12-13 [paul]       0.6.5claws83
14776
14777         * src/compose.c
14778                 prefer 'Reply-To' header over mailing list header when
14779                 replying to a message. Finally prevent all those confirmation 
14780                 messages being sent to the list itself.
14781
14782         * src/summaryview.c
14783                 remove unused summary_set_menu_sensitive() entry
14784
14785 2001-12-13 [paul]       0.6.5claws82
14786
14787         * src/folderview.c
14788         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14789         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14790         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14791                 improvements to 'Hide read messages': Inbox, Outbox,
14792                 Trash, Queue, and Draft icons now reveal presence of hidden 
14793                 messages
14794
14795 2001-12-12 [alfons]     0.6.5claws81
14796
14797         0.6.5claws80 was tagged as LAST_STABLE
14798
14799         * src/filtering.[ch]
14800         * src/matcher.[ch]
14801         * src/matcher_parser_lex.c
14802                 fix the filtering; my last attempt to get it right, 
14803                 if it does not work, it's Hoa's turn. ;-)
14804
14805                 for my honourable peers:
14806                 
14807                 the code now makes a clear distinction between
14808                 rules as they are displayed (probably escaped),
14809                 and as they are executed (probably unescaped). the
14810                 parser does *NOT* do any unescaping, this is
14811                 the task of the matcher.c (which breaks up a
14812                 rule into condition) and the filtering.c (which
14813                 breaks up the rule's action). to make this
14814                 run happily we provide an unescaped copy of
14815                 crucial strings to the MatcherProp and 
14816                 FilteringAction structures. note that the only
14817                 exception to this is any REGEXP string. those
14818                 are directly passed to regcomp() and regexp()
14819                 (who have much more powerful unescape functions).
14820                 
14821                 for everyone else:
14822         
14823                 you can escape tab (\t), carriage return (\r),
14824                 linefeed (\n), form feed (\f), quote (\"), 
14825                 single quote (\'), bell (\b) in all the entry
14826                 lines in the scoring & filtering dialogs.
14827                 as an added bonus this should not affect
14828                 existing filtering rules.
14829
14830 2001-12-12 [carsten]    0.6.5claws80
14831
14832         * src/summaryview.c
14833         * po/de.po
14834                 "item(s) selected" is now sensitive to 1 or more
14835                 than one selected (nice for language where simple
14836                 adding of a "s" is not possible as German (Eintrag
14837                 ->Eintr"age)
14838                 
14839                 the "forward as attachment" entry from the right
14840                 click menu removed, "forward" acts following the
14841                 prefs
14842         
14843         * src/textview.c
14844                 reverted my former changes; so compiler warning again
14845                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14846                 nevertheless
14847
14848         * src/messageview.c
14849                 "search in message" does now *not* only work in MVIEW_TEXT
14850                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14851                 message
14852
14853         * src/mainwindow.c
14854                 removed "/File/_Close" as it was the same as "/File/E_xit"
14855                 and we don't need it two times
14856
14857                 the separate folder view and message view now get a distinct
14858                 WMCLASS, just in case someone is using sawfish ;-)
14859
14860                 as the menu entries "/View/Message view" and "/View/Folder tree"
14861                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14862                 make them sensitive accordingly and as these two are "shown"
14863                 after startup anytime check this menuitem at startup
14864
14865 2001-12-12 [paul]       0.6.5claws79
14866
14867         * src/folderview.c
14868                 fix sensitivity of 'Search folder...', broken in
14869                 0.6.5claws75
14870
14871         * src/mainwindow.c
14872                 fix dodgy English
14873
14874 2001-12-11 [carsten]    0.6.5claws78
14875         * src/filtering.c
14876                 fixed two typos returning a wrong FALSE/TRUE
14877         * src/mainwindow.[ch]
14878                 extra menu for email/news button removed
14879
14880 2001-12-11 [alfons]     0.6.5claws77
14881         
14882         * src/matcher.c                 (1.3)
14883         * src/matcher_parser_lex.l      (1.28)
14884                 revert for another attempt
14885                 mark 0.6.5claws77 as LAST_STABLE
14886
14887 2001-12-11 [christoph]  0.6.5claws76
14888
14889         * po/de.po
14890                 fixed wrong translation for prev. unread msg
14891
14892 2001-12-11 [paul]       0.6.5claws75
14893
14894         * src/folder.[ch]
14895         * src/folderview.c
14896         * src/mainwindow.c
14897         * src/summaryview.[ch]
14898         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14899                 enable ability to hide read messages on per folder basis via 
14900                 '/Summary/Hide read messages'; when selected, a folder will 
14901                 have a red open folder icon, instead of a blue icon, if the 
14902                 folder contains hidden messges
14903                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14904
14905         * src/mainwindow.c
14906                 remove '/Message/Forward as attachment' from 
14907                 main_window_set_menu_sensitive() to prevent debug warning
14908
14909         * src/folderview.c
14910         * src/mainwindow.c
14911                 Clean up some of the English
14912
14913         * tools/newscache_clean.pl
14914                 allow for new 'hidereadmsgs' entry in folderlist.xml
14915
14916         * po/es.po
14917                 updated translation, submitted by Ricardo Mones Lastra
14918
14919 2001-12-11 [paul]       0.6.5claws74
14920
14921         * sync with sylpheed 0.6.5cvs25
14922                 see ChangeLog entry 2001-12-11
14923
14924 2001-12-10 [alfons]     0.6.5claws73
14925
14926         * src/matcher.c
14927                 add more control characters
14928         * src/matcher_parser_lex.l
14929                 make escaping / unescaping work again
14930
14931 2001-12-10 [alfons]     0.6.5claws72
14932
14933         * src/imap.c
14934                 clean up warnings "returning value for void function" 
14935         * src/prefs_filtering.c
14936                 make info button for execute action sensitive
14937
14938 2001-12-10 [paul]       0.6.5claws71
14939
14940         * src/compose.c
14941         * src/imap.[ch]
14942         * src/summaryview.c
14943                 fix: imap server now gets informed of MARKED, UNMARKED
14944                 and REPLY events. Now people can use different IMAP-Mail
14945                 clients and have the exact same information about MARKED,
14946                 UNMARKED and REPLY status with all of them. Especially
14947                 useful for imap servers with a web-frontend.
14948                 submitted by Tobias Sandhaas <medlor@web.de>
14949
14950 2001-12-09 [melvin]     0.6.5claws70
14951         
14952         * src/textview.[ch]
14953                 fixed bug #490076 (hunted down by Alfons who implemented
14954                 a workaround in 0.6.5claws65)
14955
14956 2001-12-09 [christoph]  0.6.5claws69
14957
14958         * src/summaryview.c
14959                 set pointer to string in LOCKED column to NULL
14960                 (might fix bug #490800)
14961
14962 2001-12-09 [carsten]    0.6.5claws68
14963
14964         * po/de.po
14965                 resolved some cluttered menu shortcuts 
14966                 ('creating new email' and 'creating news message'
14967                 hade the same)
14968         * src/compose.c
14969                 wmclass now distinc from main window
14970         * src/mainwindow.c
14971           src/mainwindow.h
14972                 email/news and forward button functionality similar
14973                 to the reply buttons; removed the ugly dropdown arrows
14974                 and use instead the right mouse button
14975
14976 2001-12-09 [paul]       0.6.5claws67
14977
14978         * src/imap.c
14979         * src/utils.h
14980                 allow spaces in imap folder names
14981                 submitted by Willem van Engen <wvengen@stack.nl>
14982
14983 2001-12-09 [paul]       0.6.5claws66
14984
14985         * sync with sylpheed 0.6.5cvs24
14986                 see ChangeLog entry 2001-12-09
14987
14988 2001-12-08 [alfons]     0.6.5claws65
14989
14990         * src/textview.c
14991                 prevent secondary selection claim after "add to sender" dialog
14992                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14993                 we trick GTK by simulating a click at (0, 0) in the textview.
14994
14995 2001-12-08 [hoa]        0.6.5claws64
14996
14997         * src/folder.c
14998                 fixed a bug about the .processing folder name while filtering
14999
15000 2001-12-08 [alfons]     0.6.5claws63
15001
15002         * src/folderview.c 
15003                 work around problem of not correctly updating folder stats
15004                 when deleting messages. there's some folder scanning evil
15005                 going so the folderview_update_msg_num() does not work
15006                 correctly. need to investigate this.
15007
15008 2001-12-08 [paul]       0.6.5claws62
15009
15010         * sync with sylpheed 0.6.5cvs23
15011                 see ChangeLog entry 2001-12-08
15012
15013 2001-12-07 [christoph]  0.6.5claws61
15014
15015         * src/compose.c
15016                 fix another header translation problem
15017
15018 2001-12-07 [alfons]     0.6.5claws60
15019
15020         * src/mbox.c
15021                 make filtering also work on local spool mbox
15022
15023 2001-12-07 [carsten]    0.6.5claws59
15024         * src/addressbook.c
15025                 addressbook window gets a wmclass distinct from the main
15026                 sylpheed window
15027         * src/compose.h
15028         * src/mainwindow.[ch]
15029                   forward menu item will use mode selected in prefs, forward 
15030                 as attatchment in menu removed (will be substituted in the
15031                 toolbar similar to reply buttons)
15032                   create news message menu entry and news button is now 
15033                 sensitive to the existance of a news account
15034         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15035         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15036         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15037                 these are removed because the toolbar buttons don't show
15038                 the quoting modus any longer
15039
15040 2001-12-07 [paul]
15041
15042         * tools/newscache_clean.pl      ** NEW FILE **
15043                 perl script to do some tidying up in the newscache directory 
15044                 
15045         * tools/sylpheed-switcher       ** NEW FILE **
15046                 perl script to enable easy switching between main and claws
15047                 
15048         * tools/README
15049                 added descriptions of the two new perl scripts          
15050
15051
15052 2001-12-07 [melvin]     0.6.5claws58
15053
15054         * src/messageview.c
15055                 fixed a warning during compilation introduced in 0.6.5claws56
15056
15057 2001-12-07 [paul]       0.6.5claws57
15058
15059         * src/mainwindow.[ch]
15060         * src/menu.[ch]
15061                 further usability enhancements to replying with or without 
15062                 quoting via the toolbar, use of Ctrl key is replaced by 
15063                 drop down menu 
15064                 Submitted by Carsten Schurig            
15065
15066 2001-12-07 [melvin]     0.6.5claws56
15067
15068         * src/messageview.c
15069                 hack to fix bug that prevented to make/paste selections
15070                 after switching between MVIEW_TEXT and MVIEW_MIME views
15071                 without deselecting the selection first.
15072
15073 2001-12-06 [alfons]     0.6.5claws55
15074
15075         * src/filtering.[ch]
15076         * src/inc.c
15077                 revise filtering a little bit more, and make sure
15078                 messages are delivered to the appropriate inbox
15079                 (perhaps set per account)
15080
15081 2001-12-06 [paul]       0.6.5claws54
15082
15083         * sync with sylpheed 0.6.5cvs22
15084                 see ChangeLog entry 2001-12-06
15085
15086 2001-12-05 [alfons]     0.6.5claws53
15087
15088         * src/inc.c
15089         * src/folder.[ch]
15090         * src/procmsg.c
15091         * src/filtering.c
15092                 more revisions of filtering system
15093                 (last stable version is marked as LAST_STABLE)
15094                 
15095                 | NOTE 1): the filtering system now uses a local folder called
15096                 | .processing. if filtering fails, check this directory
15097                 | for missing messages.
15098                 |
15099                 | NOTE 2): help us find the filtering actions still missing
15100
15101 2001-12-05 [paul]       0.6.5claws52
15102
15103         * src/mainwindow.c
15104                 fix bug where 'Empty Trash?' pop-up window appears even
15105                 when Trash is empty, submitted by Jesse Skinner         
15106
15107 2001-12-05 [melvin]     0.6.5claws51
15108
15109         * src/compose.c
15110                 fixed bug #486106 to select correct account when reediting 
15111                 a queued message
15112         
15113 2001-12-04 [alfons]     0.6.5claws50
15114
15115         * src/mh.c
15116                 declare markfile in appropriate functions when
15117                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15118                 for spotting this)
15119
15120 2001-12-04 [paul]       0.6.5claws49
15121
15122         * sync with sylpheed 0.6.5cvs21
15123                 see ChangeLog entry 2001-12-04
15124
15125 2001-12-03 [christoph]  0.6.5claws48
15126
15127         * po/de.po
15128                 changed translation of undo
15129         * src/account.c
15130         * src/folder.c
15131                 don't reinvent the wheel to traverse a GNode
15132         * src/compose.[ch]
15133                 seperate code to create the compose gui into functions
15134                 add "Others" page with folder selection for saving copy
15135                 of the message.
15136                 the folder identifier is saved to queue header
15137         * src/procmsg.c
15138                 save message to folder in queue header
15139
15140 2001-12-03 [paul]       0.6.5claws47
15141
15142         * sync with sylpheed 0.6.5cvs20
15143                 see ChangeLog entry 2001-12-03
15144
15145 2001-12-01 [paul]
15146
15147         * more sync with sylpheed 0.6.5cvs19
15148                 see ChangeLog entry 2001-11-29
15149
15150 2001-11-30 [paul]       0.6.5claws46
15151         
15152         * src/compose.c
15153                 remove conflicts introduced by Hoa's last commit
15154          
15155         * src/mainwindow.c
15156                 make 'Message/Bounce' sensitive
15157
15158 2001-11-30 [hoa]        0.6.5claws45
15159
15160         * src/compose.c
15161                 slightly change bounce function to add
15162                 information about the user that bounced the mail
15163                 in the From header line.
15164
15165         * src/folderview.c
15166                 permit the use of processing in outbox folder.
15167
15168 2001-11-29 [paul]       0.6.5claws44
15169
15170         * src/mainwindow.[ch]
15171         * src/prefs_common.c
15172         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15173         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15174         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15175                 usability enhancements to the quoting, implements
15176                 use of Ctrl key to toggle quoting settings
15177                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15178
15179 2001-11-29 [paul]       0.6.5claws43
15180         
15181         * sync with sylpheed 0.6.5cvs19
15182                 see ChangeLog entry 2001-11-28
15183
15184 2001-11-29 [melvin]     0.6.5claws42
15185         * src/Makefile.am
15186                 added enriched.[ch] to the list of files
15187
15188         * src/textview.c
15189         * src/mimeview.c
15190         * src/procmime.[ch]
15191         * src/enriched.[ch]
15192                 added support to view text/enriched
15193                 added support to show headers in message view for text/enriched and text/html
15194                         in non multipart messages
15195
15196 2001-11-28 [paul]       0.6.5claws41
15197
15198         * more sync with sylpheed 0.6.5cvs18
15199                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15200
15201 2001-11-27 [paul]       0.6.5claws40
15202         
15203         * po/pt_BR.po
15204                 updated translation, submitted by Fabio Junior Beneditto
15205                 
15206         * sync with sylpheed 0.6.5cvs18
15207                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15208                 2001-11-27
15209
15210
15211 2001-11-26 [paul]
15212
15213         * po/es.po
15214                 updated translation, submitted by Ricardo Mones Lastra
15215
15216 2001-11-26 [alfons]
15217
15218         * src/matcher.c
15219                 add more translatable strings
15220
15221 2001-11-26 [christoph]  0.6.5claws39
15222
15223         * po/de.po      
15224                 fixed one more umlaut
15225         * src/compose.c
15226                 fix translated header when it should not be translated
15227
15228 2001-11-26 [paul]       0.6.5claws38
15229
15230         * src/mainwindow.c
15231                 remove '/Message/Add Sender to address book' from 
15232                 main_window_set_menu_sensitive(), prevent debug warning
15233                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15234
15235 2001-11-26 [paul]       0.6.5claws37
15236
15237         * src/summaryview.c
15238                 fix 'recurring unread state' bug 
15239
15240         * tools/README 
15241         * tools/filter_conv.pl
15242                 read name of top level mailbox from folderlist.xml
15243                 and presume nothing about its name              
15244
15245 2001-11-26 [darko]      0.6.5claws36
15246
15247         * src/gtkstext.[ch]
15248                 removed functions that are now in gtkutils.c
15249                 use gtkut_text_is_uri_string() from gtkutils.c
15250         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15251
15252 2001-11-26 [paul]       0.6.5claws35
15253
15254         * sync with sylpheed 0.6.5cvs16
15255                 see ChangeLog entries 2001-11-25 and 2001-11-26
15256
15257 2001-11-25 [alfons]     0.6.5claws34
15258
15259         EXPERIMENTAL!!! Please checkout the last stable version using: 
15260           
15261         % cvs update -r LAST_STABLE -dRAP
15262
15263         (Or help us testing this stuff.)
15264
15265         * src/filtering.c               (1.14)
15266         * src/filtering.h               (1.6)
15267         * src/inc.c                     (1.28)
15268         * src/matcher.c                 (1.20)
15269         * src/mbox.c                    (1.9)
15270         * src/procmsg.h                 (1.14)
15271         * src/summaryview.c             (1.59)
15272         * src/summaryview.h             (dunno)
15273                 revert/merge/sync to as it was before commit 
15274                 on Thu, 19 Jul 2001 10:15:51 -0700.
15275
15276 2001-11-25 [hoa]        0.6.5claws33
15277
15278         * src/main.c
15279                 processing mails at startup
15280
15281         * src/folderview.c
15282         * src/summaryview.[ch]
15283                 processing mails when entering folder
15284
15285         * src/prefs_filtering.c
15286                 fixed some UI bugs
15287
15288 2001-11-24 [alfons]     0.6.5claws32
15289
15290         * src/summaryview.[ch]
15291                 make summary sort headers work, and also make
15292                 sure the sort type is stored
15293
15294 2001-11-23 [alfons]     0.6.5claws31
15295
15296         * src/summaryview.[ch]
15297                 make lock work like mark
15298                 disallow deleting messages marked as locked
15299
15300 2001-11-23 [alfons]     0.6.5claws30
15301
15302         * src/gtkstext.c
15303         * src/compose.[ch]
15304         * src/Makefile.am
15305         * src/undo.[ch]
15306                 merge undo patch submitted by Jens
15307
15308 2001-11-23 [christoph]  0.6.5claws29
15309
15310         * src/.cvsignore
15311                 added ylwrap
15312         * src/compose.c
15313                 fixed gpg signing and encoding
15314         * src/folder.[ch]
15315         * src/main.c
15316                 added --status option to get new, unread and total
15317                 message count from a running sylpheed
15318         * src/prefs_common.c
15319                 temporary fix for reply_with_quote problem
15320                 (don't call functions for non existing widget)
15321         * src/procmsg.c
15322                 one more check for ignored threads but still not
15323                 always working correctly. probably a recursive
15324                 check for all parents is needed
15325
15326 2001-11-23 [darko]      0.6.5claws28
15327
15328         * src/compose.c
15329                 wrapping on send improvements
15330         * src/gtkutils.[ch]
15331                 fix for GtkSText after last sync with main branch
15332                 GTK_TEXT -> GTK_STEXT
15333
15334 2001-11-23 [paul]       0.6.5claws27
15335
15336         * sync with sylpheed 0.6.5cvs14
15337                 see ChangeLog entries 2001-11-22 and 2001-11-23
15338                 
15339         * po/de.po
15340                 fixed the scrambled umlauts 
15341                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15342
15343 2001-11-21 [paul]       0.6.5claws26
15344
15345         * sync with sylpheed 0.6.5cvs12
15346                 see 2nd ChangeLog entry dated 2001-11-20
15347
15348 2001-11-20 [paul]       0.6.5claws25
15349
15350         * sync with sylpheed 0.6.5cvs11
15351                 see ChangeLog entry 2001-11-19 (src/utils.c)
15352
15353 2001-11-20 [hiro]
15354
15355         * src/compose.c
15356                 GTK_TEXT -> GTK_STEXT
15357                 fix for wrong comment
15358
15359 2001-11-20 [hiro]       0.6.5claws24
15360
15361         * src/compose.[ch]
15362                 more merges from main branch
15363                 removed fatal warnings (uninitialized variables etc.)
15364                 some coding style fix
15365         * src/gtkutils.h
15366                 fixed typo.
15367         * src/addressbook.c
15368           src/addrindex.c
15369                 V-Card -> vCard
15370
15371 2001-11-19 [hoa]        0.6.5claws23
15372
15373         * src/filtering.c
15374         * src/prefs_scoring.c
15375         * src/matcher.[ch]
15376         * src/scoring.c
15377                 cleaning code
15378
15379         * src/matcher_parser_parse.y
15380         * src/prefs_filtering.c
15381                 bouncing
15382
15383 2001-11-19 [alfons]     0.6.5claws22
15384
15385         more of my old things into claws
15386
15387         * src/Makefile.am
15388         * src/prefs_common.c
15389         * src/procmsg.h
15390         * src/summaryview.[ch]
15391         * src/prefs_summary_column.c
15392         * src/pixmaps/locked.xpm
15393                 add indicators for locking of message in summary view
15394                 (does not work yet, only visual indicator)
15395
15396 2001-11-19 [paul]       0.6.5claws21
15397
15398         * sync with sylpheed 0.6.5cvs10
15399                 see ChangeLog entry 2001-11-19
15400
15401 2001-11-18 [alfons]     0.6.5claws20
15402         
15403         * src/filtering.c
15404                 remove an inadvertent free I forgot in previous clean up 
15405
15406 2001-11-18 [alfons]     0.6.5claws19
15407
15408         * src/filtering.[ch]
15409                 clean up & plug leaks
15410
15411 2001-11-18 [paul]       0.6.5claws18
15412
15413         * sync with sylpheed 0.6.5cvs9
15414                 see ChangeLog entries 2001-11-17 and 2001-11-18
15415
15416 2001-11-16 [paul]       0.6.5claws17
15417
15418         * sync with sylpheed 0.6.5cvs8
15419                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15420
15421 2001-11-16 [paul]       0.6.5claws16
15422
15423         * sync with sylpheed 0.6.5cvs7
15424                 see ChangeLog entries 2001-11-15 and 2001-11-16
15425
15426 2001-11-15 [hoa]        0.6.5claws15
15427
15428         * src/compose.c
15429                 fix bounce, mails we received couln't be bounced to ourself.
15430
15431         * src/defs.h
15432         * src/filtering.[ch]
15433         * src/matcher.[ch]
15434         * src/matcher_parser.h
15435         * src/matcher_parser_lex.l
15436         * src/matcher_parser_parse.y
15437         * src/inc.c
15438         * src/main.c
15439         * src/mbox.c
15440         * src/prefs_filtering.[ch]
15441         * src/mainwindow.c
15442         * src/prefs_matcher.c
15443         * src/prefs_scoring.c
15444         * src/scoring.[ch]
15445         * src/summaryview.c
15446                 new matcher/filter/score configuration file parser
15447                 one unique configuration file => ~/.sylpheed/matcherrc
15448                 import in currently automatic, then save are made
15449                 in this new file.
15450                 one filter per folder and one global filter
15451                 (filter of a folder will be used as folder processing)
15452
15453         * src/folder.c
15454                 fix a bug in folder_item_get_identifier
15455                 
15456         * src/messageview.c
15457                 receive receipt return are fixed.
15458
15459 2001-11-14 [alfons]     0.6.5claws14
15460
15461         * src/session.h
15462                 add things from main branch to make claws compile
15463
15464 2001-11-14 [paul]       0.6.5claws13
15465
15466         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15467                 see ChangeLog entries 2001-11-08 to 2001-11-14
15468
15469 2001-11-14 [hoa] 0.6.5claws12
15470
15471         * src/compose.[ch]
15472         * src/mainwindow.c
15473         * src/summaryview.c
15474                 add "bounce mail" option
15475
15476 2001-11-13 [christoph]  0.6.5claws11
15477
15478         * src/compose.c
15479                 Cleanup a mess i add before commiting
15480
15481 2001-11-13 [hoa]        0.6.5claws10
15482
15483         * src/compose.c
15484                 some fixes when mail are sent or
15485                 for crossposts
15486
15487 2001-11-13 [christoph]  0.6.5claws9
15488
15489         * po/de.po
15490                 Changed two string with the same translation
15491         * src/compose.c
15492         * src/procmsg.[ch]
15493         * src/send.[ch]
15494                 New mailsending process:
15495                   - Always queue message before sending
15496                     (message will be saved if sylpheed crashed or
15497                      freezes while sending)
15498                   - Allow queuing of newspostings
15499                   - No copy in outbox before sending
15500                     (closes bug #469501)
15501                   - No more redundant code for send and send_later
15502         * src/summaryview.c
15503                 Applied wwp <subscript@free.fr>'s patch that fixes
15504                 marks for multiple forwarded messages (+compose.c)
15505
15506 2001-11-12 [alfons]
15507
15508         * README.claws
15509                 remove things that are now in main branch
15510         
15511         * po/nl.po
15512                 update Dutch translation
15513
15514 2001-11-12 [mhadasht]   0.6.5.claws8
15515
15516         * src/prefs_common.c
15517                 re-enabled account autoselection feature for forward
15518                 and reedit lost during the branch point for SYNC-B4-REL
15519         * src/gtkspell.c
15520                 gtkpspell_get_dict(): more readable code (even if function is
15521                 not used yet)
15522         * ChangeLog.claws
15523                 added version number info to 2001-11-12 [hiro] comment.
15524
15525 2001-11-12 [hiro]       0.6.5.claws7
15526
15527         * src/compose.c
15528                 compose_forward(): fixed a bug that forward quote mark
15529                 wasn't used.
15530                 removed unnecessary code.
15531         * src/template_select.[ch]: removed.
15532
15533 2001-11-11 [alfons]
15534
15535         * src/compose.c
15536                 :%s/GTK_TEXT/GTK_STEXT/g
15537         
15538         * src/compose.[ch]
15539         * src/undo.[ch]
15540         * src/Makefile.am
15541                 revert the undo stuff (this is 0.6.6claws stuff)
15542
15543 2001-11-11 [hoa]        0.6.5.claws6
15544
15545         * src/compose.[ch]
15546                 Insert signature at the end of the text.
15547                 Added undo patch but currently disabled
15548
15549         * src/procmsg.c
15550                 Threading by subject improved.
15551
15552         * added src/undo.[ch]
15553                 Undo module for compose dialog box.
15554
15555 2001-11-11 [alfons]     0.6.5.claws5
15556
15557         * src/procmsg.c
15558                 prevent threading by subject on nodes that have already been
15559                 threaded by in-reply-to (as in "circular references in a tree
15560                 result in a dead branch")
15561
15562 2001-11-09 [hoa]        0.6.5.claws4
15563         
15564         * src/folderview.c
15565                 allows creation of mbox folder item from any files.
15566
15567 2001-11-09 [alfons]     0.6.5.claws3
15568         
15569         * src/utils.c
15570         * src/procmsg.c
15571                 do what I mean and correct threading by subject so it really
15572                 ignores attracting lines without "Re: "
15573
15574 2001-11-07 [alfons]     0.6.5.claws2
15575
15576         * src/procmsg.c
15577         * src/utils.[ch]
15578                 only attract by subject if a subject line starts with a "Re: "
15579         * src/syldap.c
15580                 remove warning
15581
15582 2001-11-07 [paul]       0.6.5claws1
15583
15584         * sync with sylpheed 0.6.5. release
15585                 see ChangeLog entry 2001-11-07
15586
15587 2001-11-07 [paul]       0.6.4claws31
15588
15589         * sync with sylpheed 0.6.4cvs18
15590                 see ChangeLog entries 2001-10-30 to 2001-11-07
15591                 prefs_templates.[ch] renamed prefs_template.[ch]
15592
15593 2001-11-06 [alfons]
15594         
15595         * src/utils.h
15596                 add semicolon Hoa forgot ;-)
15597                 
15598
15599 2001-11-06 [hoa]        0.6.4claws30
15600         
15601         * src/procmsg.c
15602         * src/summaryview.c
15603         * src/utils.c
15604         * src/utils.h
15605                 threading by subject - empty subject are ignored
15606
15607 2001-11-06 [christoph]  0.6.4claws29
15608
15609         * src/socket.c
15610                 use SSL_peek for sock_gets
15611         * src/utils.c
15612                 removed unneeded pointer in extracting quoted
15613                 names implementation
15614
15615 2001-11-06 [melvin]     0.6.4claws28
15616
15617         * src/gtkspell.c
15618                 fixed bug #476792 Selection overtyping with spell checker
15619                 fixed bug which could cause a buffer overflow
15620                 fixed a memory leak
15621
15622 2001-11-06 [hoa]        0.6.4claws27
15623         
15624         * src/procmsg.c
15625         * src/summaryview.c
15626                 threading by subject
15627
15628 2001-11-05 [alfons]     0.6.4claws26
15629         
15630         * README.claws
15631                 Claws -> Sylpheed (vice versa)
15632
15633         * src/compose.c
15634                 :%s/gtk_text/gtk_stext/g
15635                 :%s/GTK_TEXT/GTK_STEXT/g
15636                 (thanks to Jonathan Ware for spotting this)
15637
15638 2001-11-04 [christoph]  0.6.4claws25
15639
15640         * src/summaryview.c
15641                 replace Xalloca + strdup with Xstrdup_a
15642         * src/utils.c
15643                 better implementation of extracting quoted names
15644                 from addresses (remove backlashes and ignore
15645                 quotes after them)
15646
15647 2001-11-04 [alfons]     0.6.4claws24
15648
15649         * src/utils.[ch]
15650                 edit to comply more with coding style
15651
15652         * src/textview.c
15653                 fix bug reported by Kim Schulz. introduced by the patch integrated
15654                 in 0.6.4claws15. the code did not check the return value of
15655                 the html parser.
15656
15657         * AUTHORS
15658                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15659
15660 2001-11-04 [christoph]  0.6.4claws23
15661
15662         * src/main.c
15663         * src/prefs_common.[ch]
15664                 init some pointers that possibly caused a segfault
15665                 reported in the claws-users ML
15666
15667 2001-11-04 [hoa]        0.6.4claws22
15668
15669         * src/grouplistdialog.c
15670                 change the names of the nodes in the tree
15671
15672         * src/compose.c
15673                 enhanced mailto syntax as described in
15674                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15675                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15676
15677         * src/utils.c
15678                 encode and decode URI (useful when opening URL into
15679                 netscape).
15680
15681 2001-11-03 [hoa]        0.6.4claws21
15682
15683         * src/grouplistdialog.c
15684                 a new newsgroups list selection dialog box
15685                 with a CTree instead of a CList
15686
15687 2001-11-03 [hoa]        0.6.4claws20
15688
15689         * src/folderview.c
15690                 enable property and scoring options when right
15691                 click on "inbox"
15692
15693         * src/summaryview.c
15694                 fixed bug when nickname were displayed using
15695                 the address book.
15696
15697 2001-11-02 [darko]      0.6.4claws19
15698
15699         * src/compose.c
15700                 new wrap quotation and URL/long words wrapping implementation
15701         * src/compose.c src/gtkstext.[ch]
15702                 move gtkstext_strncmp() to gtkstext.c
15703
15704 2001-11-01 [christoph]  0.6.4claws18
15705
15706         * src/prefs_account.c
15707                 fixed mess in account settings dialog
15708         * src/prefs_folder_item.c
15709                 added label with folder path to dialog
15710
15711 2001-10-31 [match]      0.6.4claws17
15712
15713         * src/vcard.c
15714                 fix memory leak.
15715         * src/addrbook.c
15716                 fix generation of spurious address book file names.
15717                 remove redundant functions.
15718         * po/POTFILES.in
15719                 added missing file names.
15720
15721 2001-10-30 [paul]       0.6.4claws16
15722
15723         * sync with sylpheed 0.6.4cvs6
15724                 see ChangeLog entries 2001-10-26 to 2001-10-30
15725
15726         * tools/filter_conv.pl
15727                 read folderlist.xml to discover whether the top-level
15728                 folder is called 'Mailbox' or 'Mail' 
15729
15730 2001-10-29 [paul]       0.6.4claws15
15731
15732         * src/html.c, src/textview.c
15733                 activate links in html mail and fix clickable parts
15734                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15735
15736 2001-10-29 [paul]
15737
15738         * po/de.po, po/es.po, po/pt_BR/po
15739                 updated translations, submitted by Jens Oberender,
15740                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15741
15742 2001-10-29 [darko]      0.6.4claws14
15743
15744         * src/compose.c
15745                 fix wrapping for good
15746
15747 2001-10-29 [darko]
15748
15749         * src/compose.c
15750                 undo previous change as it broke the smart wrapping
15751
15752 2001-10-29 [darko]      0.6.4claws13
15753
15754         * src/compose.c
15755                 fix infinite loop when long URL is quoted
15756                 (closes bug #475122.
15757
15758 2001-10-28 [match]
15759
15760         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15761                 import Mutt address book
15762         * src/ldif.[ch] src/importldif.h
15763                 modified import LDIF handle user attributes
15764
15765 2001-10-28 [christoph]  0.6.4claws12
15766
15767         * src/summaryview.c
15768                 fixed that filtering did not work if there
15769                 were no filter rules
15770                 (closes bug #472003 and better implementation
15771                  of patch #474644)
15772
15773 2001-10-27 [christoph]  0.6.4claws11
15774
15775         * src/compose.c
15776                 make the folder's default account to be used when
15777                 replying. (patch by wwp <subscript@free.fr>)
15778         * src/compose.c
15779                 code cleanup, nearly killed all of wwp's patch
15780                 for folder's default account in compose
15781         * src/folderview.c
15782                 error panel when a folder could not be created
15783                 (closes bug #471080 new folder name & already
15784                  existing file)
15785
15786 2001-10-26 [alfons]
15787
15788         * src/utils.h
15789                 change prototype of strstr2() that Christoph forgot about
15790
15791 2001-10-26 [christoph]  0.6.4claws10
15792
15793         * src/account.c
15794                 made search for accounts by email address not case
15795                 sensitive
15796         * src/folder.c
15797                 fixed memory leak in folder_item_get_identifier
15798         * src/gtkspell.c
15799         * src/utils.c
15800                 fixed wrong strstr2 (should work like strstr)
15801
15802 2001-10-26 [darko]      0.6.4claws9
15803
15804         * src/compose.c src/gtkstext.[ch]
15805         * src/gtkstext.c
15806                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15807
15808 2001-10-26 [paul]       0.6.4claws8
15809
15810         * src/html.c
15811                 ignore css and javascript tags in html mail
15812                 case-insensitive, with or without double-quoted
15813                 strings
15814
15815 2001-10-26 [paul]       0.6.4claws7
15816
15817         * sync with sylpheed 0.6.4cvs1
15818                 see ChangeLog entry 2001-10-26
15819
15820         * src/prefs_account.c, src/prefs_common.c,
15821           src/prefs_summary_column.c
15822                 minor improvements to the English
15823
15824 2001-10-25 [alfons]     0.6.4claws6
15825
15826         * src/gtkstext.c
15827         
15828                 make GtkSText follow style of GtkText (closes bug 
15829                 #469211 "text selection while writing message")
15830                 
15831                 do sync with GTK 1.2.10
15832
15833 2001-10-25 [paul]       0.6.4claws5
15834
15835         * src/html.c
15836                 ignore css tags in html mail
15837
15838 2001-10-25 [darko]      0.6.4claws4
15839
15840         * src/compose.c
15841                 don't declare is_url_string as static function since
15842                 we need it in gtkstext.c
15843         * src/gtkstext.c
15844                 remove unused variable
15845                 don't wrap long URLs while composing a message
15846
15847 2001-10-24 [christoph]  0.6.4claws3
15848
15849         * src/socket.c
15850                 fix ssl deadlock, when peer closes connection
15851
15852 2001-10-24 [paul]       0.6.4claws2
15853
15854         * src/prefs_common.c
15855                 gettextize the gpg ascii-armored warning message
15856
15857         * src/compose.c
15858                 insert a DOS/MAC file into the composed message
15859                 (improvements)
15860
15861         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15862
15863 2001-10-22 [paul]       0.6.4claws1
15864
15865         * sync with sylpheed 0.6.4 release
15866                 see ChangeLog entries 2001-10-21
15867
15868         * po/fr.po, po/pt_BR.po
15869                 updated by Melvin Hadasht and Fabio Junior Beneditto
15870
15871 2001-10-21 [paul]       0.6.3claws30
15872
15873         * src/compose.c
15874                 insert a DOS text file from the compose window
15875                 into the composed message text (removes CRs characters)
15876                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15877
15878         * tools/filter_conv.pl, tools/README
15879                 automatically use ~/.sylpheed as working directory
15880                 print out confirmation message on completion
15881
15882         * correct Hoa's last ChangeLog.claws entry
15883
15884 2001-10-20 [hoa]        0.6.3claws29
15885
15886         * src/grouplistdialog.c
15887                 bugfix (another ?) to give the right
15888                 newsgroups list for each news server.
15889
15890         * src/news.c
15891         * src/news.h
15892                 improve the newsgroups list cache
15893
15894 2001-10-20 [paul]       0.6.3claws28
15895
15896         * sync with sylpheed 0.6.3cvs9
15897                 see ChangeLog entry 2001-10-19
15898
15899         * correct Alfons' last ChangeLog.claws entry
15900
15901 2001-10-19 [alfons]
15902
15903         * src/pgptext.[ch]
15904                 fix compilation problems (part of bug #472895)
15905
15906 2001-10-18 [hoa]        0.6.3claws27
15907
15908         * src/grouplistdialog.c
15909                 bugfix when we refresh was clicked (bug 472701)
15910
15911 2001-10-19 [christoph]  0.6.3claws26
15912
15913         * src/compose.c
15914                 last header entry should default to "To:" or
15915                 "Newsgroups:" and not copy the last entry line
15916                 in a new compose window
15917                 (closes bug #472686, #470792)
15918
15919 2001-10-19 [paul]       0.6.3claws25
15920
15921         * sync with Sylpheed 0.6.3cvs8
15922                 see ChangeLog entries 2001-10-18 and 2001-10-19
15923
15924 2001-10-18 [christoph]  0.6.3claws24
15925
15926         * src/procmsg.c
15927                 reimplement ignore thread
15928         
15929 2001-10-18 [hoa]        0.6.3claws23
15930
15931         * src/folderview.c
15932         * src/grouplistdialog.[ch]
15933                 enhanced news subscription interface (feature 469113)
15934
15935         * src/news.c
15936         * src/news.h
15937                 enchanced newsgroup listing,
15938                 now, we can get groups informations
15939                 (NNTPGroupInfo)
15940
15941 2001-10-18 [paul]       0.6.3claws22
15942
15943         * src/summaryview.c
15944                 remove comment (sync with main branch)
15945         * src/mainwindow.c
15946                 fix 'Re-edit' bug in 'Message' menu
15947
15948 2001-10-17 [christoph]  0.6.3claws21
15949
15950         * src/compose.c
15951                 ignore empty or whitespace only header lines
15952
15953 2001-10-17 [paul]       0.6.3claws20
15954
15955         * sync with sylpheed 0.6.3cvs7
15956                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15957                 2001-10-17
15958
15959 2001-10-17 [darko]
15960
15961         * src/compose.c
15962                 wrap long lines without spaces
15963                 don't wrap URLs
15964
15965 2001-10-16 [paul]
15966
15967         * po/es.po, po/nl.po, po/pt_BR.po
15968                 updated by Ricardo Mones Lastra, Alfons,
15969                 and Fabio Junior Beneditto
15970
15971         * sylpheed-0.6.3claws released
15972
15973 2001-10-15 [melvin] 0.6.3claws18
15974
15975         * README.claws
15976                 added summary and detailed installation instructions
15977                 for spell checker
15978         * po/fr.po
15979                 Updated, corrected and completed french translation
15980
15981 2001-10-15 [hoa] 0.6.3claws17
15982         * src/grouplistdialog.c
15983                 we can choose the newsgroups to display with wildcards
15984
15985 2001-10-15 [christoph]  0.6.3claws16
15986
15987         * src/account.c
15988         * src/compose.c
15989         * src/prefs_folder_item.[ch]
15990                 applied wwp <subscript@free.fr>'s folder
15991                 default account patch
15992         * po/de.po
15993                 Fixed wrong translation
15994
15995 2001-10-13 [alfons, christoph, melvin]  
15996                         0.6.3claws15
15997
15998         solution #2 to solve MT-safety problems defers all GUI related calls
15999         to the main thread using a gtk_idle_add() callback. discussed on
16000         ircnet #sylpheed, with christoph spotting some issues with the
16001         original code, and melvin allowing us to lobotomize his sylpheed.
16002
16003         * src/syldap.[ch], src/main.c
16004                 fix race problem in ldap search thread by deferring GUI 
16005                 stuff to main thread using gtk_idle_add()
16006
16007 2001-10-13 [paul]       0.6.3claws14
16008
16009         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16010                 add Sergey's smtpcred.patch
16011                 adds separate username/password setting for SMTP Auth
16012                 needed by some servers
16013                 (closes feature request #471659)
16014
16015 2001-10-13 [paul]       0.6.3claws13
16016
16017         * src/pgptext.[ch] **NEW FILES**
16018         * src/Makefile.am, src/messageview.c, src/mimeview.c
16019                 decrypt ascii-armored gpg text embedded in
16020                 the message body.
16021                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16022
16023 2001-10-13 [christoph]  0.6.3claws12
16024
16025         * README.claws
16026                 some more details on default to and
16027                 feature requests
16028         * src/main.c
16029                 init glib threading when ldap is used
16030         * src/syldap.c
16031                 threading fixes
16032         * po/de.po
16033                 fixed a typo
16034
16035 2001-10-12 [paul]       0.6.3claws11
16036
16037         * src/prefs_common.[ch], src/rfc2015.c
16038                 enable ascii-armored gpg text to be embedded in the
16039                 message body, selectable through the 'Privacy'
16040                 preferences. Supports encrypting only.
16041                 Submitted by Ravemax <ravemax@dextrose.com>
16042
16043 2001-10-12 [paul]       0.6.3claws10
16044
16045         * sync with sylpheed 0.6.3cvs6
16046                 see ChangeLog entries 2001-10-11 and 2001-11-12
16047
16048         * src/folderview.c
16049                 incorporated mbox folders, scoring, and folder
16050                 properties into the sync
16051
16052 2001-10-12 [darko]      0.6.3claws9
16053
16054         * README.claws
16055                 describe quotation wrapping
16056         * src/compose.c
16057                 don't treat tab as space to calculate line length properly
16058
16059 2001-10-11 [alfons]
16060
16061         * README.claws
16062                 correct description of how to make new filtering system work,
16063                 add some other things
16064                 
16065         * src/syldap.c
16066                 remove sched_yield() (not necessary / unportable)
16067
16068 2001-10-11 [paul]       0.6.3claws8
16069
16070         * sync with sylpheed 0.6.3cvs3
16071                 see ChangeLog entry 2001-10-10
16072
16073 2001-10-10 [christoph]  0.6.3claws7
16074
16075         * .cvsignore
16076                 ignore 2 files created by newer autotools
16077         * src/prefs_folder_item.c
16078                 using table for widget alignment
16079                 fixed memory leak and broken octal display
16080         * src/filesel.c
16081                 fixed segfault caused by lost filename
16082                 workaround (closes bug #469551)
16083
16084 2001-10-10 [paul]       0.6.3claws6
16085
16086         * sync with sylpheed 0.6.3cvs2
16087                 see ChangeLog entries 2001-10-09 and 2001-10-10
16088
16089 2001-10-10 [darko]      0.6.3.claws5
16090
16091         * src/gtkstext.c
16092                 proper calculation of right margin if smart wrapping is enabled
16093         * src/compose.c
16094                 automatically wrap long lines if wrap quotation is enabled
16095
16096 2001-10-09 [alfons]     0.6.3.claws4
16097
16098         * src/summaryview.c
16099                 select correct row when deleting last row in the summary view (and
16100                 close bug "[ #469104 ] select second last in list when deleting")
16101
16102 2001-10-09 [paul]       0.6.3claws3
16103
16104         * sync with sylpheed 0.6.3cvs1
16105                 updated some autotool scripts
16106
16107 2001-10-09 [darko]      0.6.3claws2
16108
16109         * src/gtkstext.[ch]
16110                 new name and mark with Sylpheed comment
16111         * src/compose.c
16112                 smart quotation wrapping a-la VIM
16113
16114 2001-10-08 [paul]       0.6.3claws1
16115
16116         * sync with sylpheed 0.6.3 release
16117                 see ChangeLog entry 2001-10-08
16118
16119 2001-10-08 [paul]       0.6.2claws24
16120
16121         * src/summaryview.c
16122                 more sync with sylpheed 0.6.2cvs12
16123                 Fixed the bug that didn't select the last row correctly
16124
16125
16126 2001-10-07 [paul]       0.6.2claws23
16127
16128         * sync with sylpheed 0.6.2cvs12
16129                 see ChangeLog entry 2001-10-07
16130
16131 2001-10-06 [match]
16132         * src/jpilot.[ch]
16133                 enable jpilot to read unsynch'ed addresses.
16134
16135         * src/editldap_basedn.c
16136                 fix segfault when opening dialog.
16137
16138 2001-10-06 [alfons]     0.6.2.claws22
16139
16140         * src/summaryview.c
16141                 fix bug with summary view selecting last *inserted*
16142                 node instead of last *visible* node. remember we
16143                 work with a tree
16144
16145 2001-10-06 [paul]       0.6.2claws21
16146
16147         * po/pt_BR.po
16148                 updated translation, contains some fixes and new
16149                 translations, submitted by Gustavo Noronha Silva
16150                 <kov@debian.org>
16151
16152         * src/prefs_common.c
16153                 change 'each' to 'every' - fix dubious English
16154
16155         * sync with sylpheed 0.6.2cvs11
16156
16157 2001-10-05 [alfons]     0.6.2claws20
16158
16159         * src/mainwindow.[ch], src/folderview.c
16160                 make composite tool button switch between "Compose News"
16161                 and "Compose Mail" depending on selected folder
16162                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16163
16164 2001-10-05 [paul]       0.6.2claws19
16165
16166         * src/mainwindow.c, src/summaryview.c
16167                 fix 'Message/Reply to all', broken in last commit
16168
16169         * src/compose.c
16170                 fix X_BEENTHERE seg fault, thanks to Alfons
16171
16172 2001-10-04 [paul]       0.6.2claws18
16173
16174         * src/compose.[ch], src/mainwindow.c
16175                 make "Message/Reply" reply to mailing lists; matches
16176                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16177                 based on portions of the patch submitted by
16178                 Junichi Uekawa <dancer@netfort.gr.jp>
16179
16180 2001-10-04 [darko]      0.6.2claws17
16181
16182         * src/compose.c
16183                 better smart wrapping
16184         * src/gtkstext.[hc]
16185                 a function to make text buffer contiguous
16186
16187 2001-10-03 [paul]       0.6.2claws16
16188
16189         * sync with sylpheed 0.6.2cvs10
16190
16191 2001-10-02 [alfons]
16192
16193         * configure.in
16194         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16195                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16196                 references to chinese translations (hope someone picks up
16197                 this)
16198
16199 2001-10-02 [christoph]  0.6.2claws15
16200
16201         * src/compose.c
16202                 fixed non translated header bug
16203         * ChangeLog.claws
16204                 fixed wrong date in alfons last entry ;)
16205
16206 2001-10-02 [alfons]     0.6.2claws14
16207
16208         * src/compose.c, src/prefs_common.[ch]
16209                 add block cursor option
16210
16211 2001-10-02 [paul]       0.6.2claws13
16212
16213         * sync with sylpheed 0.6.2cvs9
16214
16215 2001-09-30 [paul]       0.6.2claws12
16216
16217         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16218                 updated translations
16219
16220         * po/POTFILES.in
16221                 add 'src/importldif.c'
16222
16223         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16224                 added eudora-to-vCard conversion tool
16225                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16226
16227         * sync with sylpheed 0.6.2cvs8
16228
16229 2001-09-30 [paul]
16230
16231         * sylpheed-0.6.2claws released
16232
16233 2001-09-27 [melvin]     0.6.2claws11
16234
16235         * src/gtkspell.c
16236                 fixed crash when using default path (introduced 
16237                 in 0.6.2claws10)
16238                 fixed tiny bug for initial suggestion mode
16239
16240 2001-09-27 [melvin]     0.6.2claws10
16241         
16242         * src/gtkspell.c
16243                 fixed bug where gtkpspell didn't set the path correctly
16244
16245         * README.claws
16246                 added a paragraph about spell checking
16247                 
16248
16249
16250 2001-09-27 [paul]       0.6.2claws9
16251
16252         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16253                 replace '// comments' with '/* comments */' to prevent
16254                 some compiler warnings 
16255
16256         * sync with sylpheed 0.6.2cvs6
16257
16258 2001-09-26 [alfons]     0.6.2claws8
16259
16260         * src/messageview.c
16261                 introduce return receipt request notification again,
16262                 which was lost because of other semantics in 
16263                 procheader_parse() (???)
16264
16265 2001-09-26 [christoph]  0.6.2claws7
16266
16267         * src/compose.c
16268                 replace comments for old code with #if 0
16269                 readded auto cc, bcc and reply-to
16270         * src/prefs_matcher.c
16271         * src/prefs_scoring.c
16272                 removed some definition (was moved to
16273                 prefs.h)
16274
16275 2001-09-26 [paul]       0.6.2claws6
16276
16277         * src/mainwindow.c
16278                 make 'Follow-up and reply to' sensitive
16279
16280         * more sync with sylpheed 0.6.2cvs5
16281
16282 2001-09-25 [melvin]
16283
16284         * 0.6.2claws5
16285
16286         * src/gtkspell.c
16287                 fixed bug for "US-ASCII" introduced by the encoding code
16288
16289 2001-09-25 [paul]
16290
16291         * 0.6.2claws4
16292
16293         * src/prefs_common.[ch], src/summaryview.c
16294                 'next unread msg' 'go to next folder?' dialog can be
16295                 given default behaviour, either always show dialog,
16296                 or assume 'yes', or assume 'no'
16297                 Submitted by wwp <subscript@free.fr>
16298
16299 2001-09-25 [melvin]
16300                 
16301         * src/compose.c src/gtkspell.[ch]
16302                 added support for different encodings
16303
16304 2001-09-25 [paul]
16305
16306         * more sync with sylpheed 0.6.2cvs5
16307
16308 2001-09-24 [alfons]
16309         
16310         * src/prefs_folder_item.c
16311                 add check for item->prefs->default_to string is NULL and
16312                 add another check when freeing this string
16313
16314 2001-09-24 [paul]
16315
16316         * configure.in
16317                 change to version 0.6.2claws3
16318
16319         * sync with sylpheed 0.6.2cvs5 
16320
16321 2001-09-24 [match]
16322         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16323                 import LDIF files.
16324         * src/addrcache.[ch], addrindex.[ch]
16325                 small update for future
16326         * src/addrbook.c
16327                 fix test XML file.
16328
16329 2001-09-24 [melvin]
16330         * src/gtkspell.[ch]
16331                 added 'Learn from mistakes' option
16332                 better handling of quotes in checked words
16333                 sorted dict list
16334         * po/fr.po
16335                 small update for spell checking stuff
16336
16337 2001-09-23 [alfons]
16338         
16339         * src/gtkspell.c
16340                 edit a little bit so it complies more with main coding style
16341
16342 2001-09-23 [alfons]
16343
16344         * src/folder.[ch], prefs_folder_item.c, compose.c
16345                 migrate "request return receipt" folder property
16346                 to folderlist.xml
16347
16348 2001-09-22 [alfons]
16349
16350         * README.claws **NEW**
16351                 (add things of interest for users of main branch 
16352                 and claws here)
16353
16354         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16355                 re-implement threading per folder option, but store 
16356                 the setting in folderlist.xml (where it belongs)
16357
16358 2001-09-21 [melvin]
16359
16360         * src/gtkspell.[ch]
16361                 fixed bug when compose window is under another window
16362         * src/prefs_common.[ch] src/compose.c
16363                 changed 'dictionary_path' to 'dictionary' to be consistent
16364                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16365         * ac/pspell.m4 src/Makefile.am 
16366                 dropped PSPELL_PATH macro
16367         * po/fr.po
16368                 updated translations
16369
16370 2001-09-21 [christoph]
16371
16372         * src/compose.c
16373                 added border around header fields
16374                 keep header type when new field is added
16375
16376 2001-09-20 [christoph]
16377
16378         * src/utils.[ch]
16379                 more portable debug_print with source filename
16380                 and linenumber
16381         * src/procmsg.c
16382                 more newlines after debug messages
16383
16384 2001-09-20 [paul]
16385
16386         * configure.in
16387                 change to version 0.6.2claws2
16388
16389         * sync with sylpheed 0.6.2cvs3
16390
16391 2001-09-19 [melvin]
16392
16393         * src/gtkspell.c
16394                 fixed the post-right-click focus pb
16395                 fixed crash when 'Spell check all' after dict change 
16396                         and when cursor is at the end of the text
16397                 shift-right-click pops up config menu even on misspelled words.
16398         * po/POTFILES.in
16399                 added gtkspell.c
16400
16401 2001-09-19 [melvin]
16402
16403         * src/about.c
16404                 added pspell to compiled-in features list
16405
16406 2001-09-18 [melvin]
16407
16408         * switched to pspell and dropped ispell
16409         * ac/pspell.m4
16410                 new file. autoconf macro for pspell
16411         * ac/Makefile.am 
16412         * configure.in acconfig.h
16413                 added pspell support
16414         * src/Makefile.am
16415         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16416         * src/prefs_common.[ch] 
16417                 added pspell support
16418
16419 2001-09-18 [christoph]
16420
16421         * src/addr_compl.c
16422         * src/template.[ch]
16423                 replace LOG_MESSAGE with debug_print
16424         * src/compose.[ch]
16425                 gui improvements
16426         * src/menu.c
16427                 added newline after debug message
16428         * src/utils.h
16429                 using __VA_ARGS__ for debug_print macro
16430         * tools/.cvsignore
16431                 ignore Makefile and Makefile.in
16432
16433 2001-09-18 [paul]
16434
16435         * configure.in
16436                 change to version 0.6.2claws1
16437         * sync with sylpheed 0.6.2cvs1
16438
16439         * src/matcher.c 
16440         * src/prefs_matcher.c
16441                 add 'score equal to' option, submitted by
16442                 Paul Evans <nerd@freeuk.com>
16443
16444 2001-09-15 [christoph]
16445
16446         * src/mainwindow.c
16447                 comment out menu entry not existing in claws
16448         * src/menu.c
16449                 add debug output for non existing menu entries
16450         * src/summaryview.c
16451                 fix next/prev unread message for ignored threads
16452         * src/utils.[ch]
16453                 add sourcefile and line number to debug output
16454                 otherwise it is sometimes hard to find the
16455                 source code part if debug messages are translated
16456
16457 2001-09-14 [darko]
16458         
16459         * src/folderview.c
16460                 refresh target folder style after colour is changed
16461
16462 2001-09-13 [paul]
16463
16464         * configure.in
16465                 change to version 0.6.1claws3
16466
16467         * sync with sylpheed 0.6.1cvs6
16468
16469 2001-09-13 [darko]
16470         
16471         * src/folderview.c
16472                 fix target folder colourization to use user selected colour
16473
16474 2001-09-12 [darko]
16475         
16476         * src/summaryview.c
16477                 fix crash when message that is marked for copy/move is unmarked
16478
16479 2001-09-09 [paul]
16480
16481         * configure.in
16482                 change to version 0.6.1claws2
16483
16484         * sync with sylpheed 0.6.1cvs3
16485
16486 2001-09-09 [alfons]
16487         
16488         * src/folderview.c
16489                 fix bug with default font used for trash folder text
16490
16491 2001-09-06 [paul]
16492
16493         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16494                 updated translations
16495
16496         * configure.in
16497                 change to version 0.6.1claws1
16498
16499         * sync with sylpheed 0.6.1cvs2
16500
16501 2001-09-03 [paul]
16502
16503         * po/POTFILES.in
16504                 add Match's new addressbook
16505
16506         * po/de.po
16507                 updated translation submitted by Jens Oberender
16508
16509 2001-09-02 [paul]
16510
16511         * configure.in
16512                 change to 0.6.1claws
16513         * sync with sylpheed 0.6.1 release
16514
16515 2001-09-02 [paul]
16516
16517         * configure.in
16518                 change to 0.6.0claws2
16519
16520         * sync with sylpheed 0.6.0cvs4
16521
16522         * po/pt_BR.po
16523                 updated translation submitted by Fabio Junior Beneditto
16524
16525 2001-09-01 [match]
16526         * pixmaps/
16527                 interface.xpm
16528                 book.xpm
16529                 address.xpm
16530         * src/
16531                 Makefile.am
16532                 a ton of new files
16533
16534 2001-08-31 [paul]
16535
16536         * configure.in
16537                 change to version 0.6.0claws1
16538
16539         * sync with sylpheed 0.6.0cvs1
16540
16541         * po/es.po
16542                 updated translation submitted by Ricardo Mones Lastra
16543
16544         * po/POTFILES.in
16545                 add 'src/prefs_templates.c'
16546
16547         * src/compose.c, src/summaryview.c
16548                 fix segfault on 'Re_edit'               
16549
16550 2001-08-30 [alfons]
16551
16552         * configure.in, Makefile.am
16553         * tools/Makefile.am
16554                 add tools directory to source distribution
16555
16556 2001-08-30 [paul]
16557
16558         * configure.in
16559                 change to version 0.6.0claws
16560
16561         * sync with sylpheed 0.6.0 release
16562
16563 2001-08-30 [christoph]
16564
16565         * configure.in
16566                 removed autoconf version check
16567
16568 2001-08-30 [paul]
16569
16570         * src/account.c, src/compose.c, src/prefs_common.[ch]
16571         * src/procheader.[ch] src/utils.[ch]
16572                 Enhanced automatic account selection on replies
16573                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16574
16575         * configure.in
16576                 add LDAP and JPilot to the configuration results output.
16577
16578 2001-08-29 [christoph]
16579
16580         * src/summeryview.c
16581                 no bold font for ignored threads
16582
16583 2001-08-29 [paul]
16584
16585         * configure.in
16586                 change to version 0.5.3claws6
16587
16588         * sync with sylpheed 0.5.3cvs10
16589                 src/stringtable.[ch]: New Files
16590
16591         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16592         * src/pixmaps/sylpheed.xpm
16593                 add mini-icons to windows (by Alfons)
16594
16595 2001-08-27 [paul]
16596
16597         * src/mainwindow.c
16598                 new functions: next_labeled_cb(), prev_labeled_cb()
16599
16600         * src/summaryview.c
16601                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16602                 summary_select_next_labeled(), summary_select_prev_labeled()
16603
16604         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16605                 give claws blue folders and a blue trash can
16606
16607 2001-08-27 [paul]
16608
16609         * configure.in
16610                 change to version 0.5.3claws5
16611
16612         * sync with sylpheed 0.5.3cvs9
16613                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16614
16615 2001-08-24 [christoph]
16616
16617         * src/filesel.c
16618                 keep filename when browsing directories
16619                 (not working for user entered filename, but
16620                  for default name and selected filename from
16621                  file list)
16622         * src/mainwindow.c
16623                 fixed wrong spelling "Folllow-up"
16624         * src/mbox_folder.c
16625         * src/procmsg.c
16626         * src/summaryview.c
16627                 fixed new/unread message count with ignored
16628                 threads (2 commits, first didn't notice no
16629                 longer needed decreasing)
16630         * src/inc.c
16631                 readded scrolling of progress dialog
16632                 (lost in sync)
16633
16634 2001-08-24 [paul]
16635
16636         * configure.in
16637                 change to 0.5.3claws4
16638
16639         * sync with sylpheed 0.5.3cvs7
16640
16641 2001-08-24 [christoph]
16642
16643         * src/compose.c
16644                 set request return receipt when replying
16645                 if it is set is the folder prefs of the
16646                 message
16647         * src/inc.c
16648                 disable final error popup if popups are
16649                 disabled in config (again)
16650
16651 2001-08-23 [paul]
16652
16653         * configure.in
16654                 Change version number to 0.5.3claws3
16655
16656         * sync with sylpheed 0.5.3cvs5
16657
16658         * src/mimeview.c
16659                 double quote '%s' in 'gedit %s' to fix bug when
16660                 opening attachment with spaces in the name
16661
16662 2001-08-22 [alte]
16663         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16664           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16665                 initial message templates support
16666
16667
16668 2001-08-22 [paul]
16669
16670         * configure.in
16671                 change version number to 0.5.3claws2
16672
16673         * sync with sylpheed 0.5.3cvs4
16674
16675         * src/procmsg.h src/summaryview.c
16676                 re-implement (un)ignore thread
16677
16678 2001-08-21 [paul]
16679
16680         * src/summaryview.c
16681                 remove unnecessary code
16682         * src/compose.c
16683                 enable 'dynamic' signatures (submitted by
16684                 Eric Limpens <eric@hscg-internet.nl>)
16685
16686 2001-08-21 [paul]
16687
16688         clean up after sync with sylpheed 0.5.3 release
16689
16690         * src/folderview.c
16691                 fix re-introduced font mess, see Christoph's
16692                 entry 2001-06-24
16693
16694         * src/summaryview.c
16695                 remove prev_msgnum
16696                 use sylpheed's small font instead of
16697                 gtk default font for summary view
16698
16699
16700 2001-08-17 [paul]
16701
16702         * configure.in
16703                 add pl to ALL_LINGUAS - sync with main branch
16704
16705         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16706                 Updated. Translations by Jens Oberender, Ricardo Mones
16707                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16708
16709         * po/pl.po  ** NEW FILE **
16710                 sync with the main branch
16711
16712         * src/folderview.c
16713                 fix target folder colorizing and refresh problem
16714
16715
16716 2001-08-17 [christoph]
16717
16718         * src/mainwindow.c
16719                 claws uses 4 colors for target folder coloring.
16720                 arrays were not long enough and destroyed the
16721                 stack causing a segfault.
16722                 target folder colorizing does not work anymore
16723                 for me
16724
16725 2001-08-16 [paul]
16726
16727         * configure.in
16728                 change to version 0.5.3claws1
16729
16730         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16731           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16732           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16733
16734                 sync with sylpheed 0.5.3 release, but keep claws method of
16735                 configuring/saving fonts
16736
16737         * src/addressbook.[ch]
16738                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16739                 in line with a similar change in Hiroyuki's branch
16740
16741         * src/mainwindow.[ch]
16742                 disable main_window_set_thread_option()
16743         * src/prefs_folder_item.c
16744                 comment out &tmps_prefs.enable_thread,
16745         * src/mbox_folder.c, src/procmsg.[ch]
16746                 comment out MSG_IS_IGNORE_THREAD
16747         * src/summaryview.c
16748                 comment out summary_ignore_thread() and summary_unignore_thread()
16749                 comment out MSG_IS_IGNORE_THREAD
16750
16751                 use Hiroyuki's threading instead.
16752
16753
16754
16755 2001-08-15 [paul]
16756
16757         * src/account.c
16758                 use Hiroyuki's 0.5.3 column scheme but also
16759                 include the enable/disable button.
16760         * src/pixmaps/mark.xpm
16761                 add Hiroyuki's amended pixmap
16762
16763 2001-08-13 [christoph]
16764
16765         * src/account.c
16766                 receive at get all column showed wrong state for APOP
16767                 button should only work for POP3 and APOP accounts
16768         * src/prefs_account.c
16769                 added missing preprocessor statement for SSL
16770
16771 2001-08-12 [paul]
16772
16773         * src/account.[ch]
16774                 add 'receive at get all' column and enable/disable
16775                 button.
16776
16777 2001-08-06 [christoph]
16778
16779         * src/account.c
16780                 show usage of SSL in protocol column
16781
16782         * src/imap.c
16783         * src/inc.c
16784                 renamed ssl options
16785
16786         * src/prefs_account.[ch]
16787                 moved ssl options to a new page
16788
16789         * src/send.c
16790         * src/smtp.c
16791         * src/ssl.[ch]
16792                 renamed ssl options
16793                 added support for SMTP STARTTLS command
16794
16795 2001-08-05 [christoph]
16796
16797         * configure.in
16798                 debian autoconf needs version check to find
16799                 correct autoconf version. if the file is
16800                 named configure.in 2.13 is used, which does
16801                 not work with this configure.in script.
16802                 other solution would be to rename the script
16803                 to configure.ac as suggested in the autoconf
16804                 manual.
16805
16806         * src/inc.c
16807                 disable final error popup if popups are
16808                 diabled in config
16809
16810         * src/socket.c
16811                 bugfix in ssl_gets
16812                 fixes IMAP over SSL problem
16813
16814 2001-08-03 [paul]
16815
16816         * configure.in
16817                 change to 0.5.2claws1
16818
16819         * sync with sylpheed 0.5.2cvs1
16820
16821 2001-08-02 [alfons]
16822
16823         * configure.in
16824                 quick fix for ispell detection...
16825
16826 2001-08-01 [paul]
16827
16828         * configure.in
16829                 change to 0.5.1claws4
16830
16831         * sync with sylpheed 0.5.1cvs7
16832
16833 2001-07-31 [alfons]
16834
16835         * src/prefs_common.c, src/prefs_common.h, 
16836           src/gtkspell.c, src/gtkspell.h
16837                 add global spelling checker settings (compose tab) +
16838                 selection of dictionary 
16839           
16840         * configure.in  
16841                 guess valid ispell location
16842
16843 2001-07-31 [paul]
16844
16845         * po/POTFILES.in
16846                 removal of 'src/quote_fmt_parse.c'
16847         * po/de.po
16848                 Updated de.po
16849                 (submitted by Jens Oberender <didge@suse.de>)
16850
16851 2001-07-31 [darko]
16852
16853         * src/folder.[ch]
16854         * src/folderview.[ch]
16855         * src/mainwindow.c
16856         * src/mh.c
16857         * src/prefs_common.[ch]
16858         * src/summaryview.c
16859                 target folder colourization
16860
16861 2001-07-30 [paul]
16862
16863         more sync with Sylpheed 0.5.1cvs6 
16864
16865 2001-07-30 [darko]
16866
16867         * src/mh.c
16868         * src/prefs_folder_item.[hc]
16869         * src/summaryview.c
16870                 shared folders support with a GUI
16871
16872 2001-07-29 [paul]
16873
16874         0.5.1claws3
16875
16876         * sync with Sylpheed 0.5.1cvs6
16877
16878 2001-07-29 [paul]
16879
16880         * po/pt_BR.po
16881                 updated
16882                 (submitted by Fabio Junior Beneditto)
16883
16884 2001-07-28 [paul]
16885
16886         * src/procmime.c
16887         * AUTHORS
16888                 patch to correct bad image mime headers
16889                 (submitted by Don Quijote <dq@searchlores.org>)
16890
16891 2001-07-28 [paul]
16892
16893         * tools/gif2xface.pl   **NEW FILE**
16894         * tools/README
16895                 script to convert file.gif to file.xface for
16896                 use in a custom header.
16897                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16898
16899 2001-07-27 [alfons]
16900         
16901         * configure.in
16902                 change macros for detecting JPilot and LDAP
16903
16904 2001-07-27 [christoph]
16905
16906         * src/filtering.c
16907                 code cleanup (MIN / MAX warning, needed casting)
16908
16909 2001-07-27 [alfons]
16910
16911         * procheader.c
16912                 disallow setting flags when detecting certain headers
16913                 (X-Status, Status, Seen, X-Seen). 
16914         
16915         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16916
16917 2001-07-27 [christoph]
16918
16919         * src/prefs_filter.c
16920         * src/prefs_filtering.c
16921         * src/prefs_matcher.c
16922         * src/prefs_scoring.c
16923                 scroll list when moving rows up or down
16924
16925         * src/imap.c
16926         * src/imap.h
16927         * src/prefs_account.c
16928         * src/prefs_account.h
16929         * src/send.c
16930                 SMTP over SSL (untested, feedback requested)
16931                 IMAP over SSL
16932
16933         * src/ssl.c
16934                 code cleanup
16935
16936 2001-07-26 [alfons]
16937         
16938         * configure.in, acconfig.h
16939                 define CLAWS (need this for main / claws detection)
16940
16941 2001-07-25 [alfons]
16942
16943         * configure.in
16944                 Sylpheed 0.5.1claws2
16945                 
16946         * sync with Sylpheed 0.5.1cvs4
16947
16948 2001-07-25 [christoph]
16949
16950         * src/scoring.c
16951                 fixed segfault
16952                 item->prefs == NULL (don't know why)
16953
16954 2001-07-25 [alfons]
16955
16956         * configure.in
16957                 Sylpheed 0.5.1claws1
16958
16959         * sync with Sylpheed 0.5.1cvs1-3
16960
16961 2001-07-24 [christoph]
16962
16963         * src/folderview.c
16964         * src/prefs_folder_item.[ch]
16965                 added folderitem preferences dialog with
16966                 default To: and auto request return receipt
16967
16968         * src/compose.[ch]
16969         * src/menu.[ch]
16970                 changes to handle new folderitem preferences
16971
16972         * src/mainwindow.c
16973         * src/summaryview.c
16974                 call compose new mail with current folderitem
16975
16976 2001-07-24 [alfons]
16977
16978         Release Sylpheed 0.5.1claws
16979
16980         * configure.in
16981                 change to release version 0.5.1claws
16982
16983 2001-07-24 [christoph]
16984
16985         * src/summaryview.c
16986                 fixed segfault that happend when the selected
16987                 message was removed while retrieving new messages.
16988
16989         * po/es.po
16990                 updated translation
16991                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16992
16993 2001-07-22 [alfons]
16994
16995         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16996         this is a work in progress, for more information: http://nlpagan.net/sylman 
16997         
16998         * configure.in, src/mainwindow.c, manual/Makefile.am
16999                 add support for English manual
17000
17001         * AUTHORS
17002                 add authors of user manuals
17003
17004         * manual/en/sylpheed*.html
17005                 add English documentation
17006
17007 2001-07-22 [christoph]
17008
17009         * po/POTFILES.in
17010                 added src/ssl.c
17011         * src/ssl.c
17012                 changed a wrong debug message
17013
17014 2001-07-22 [alfons]
17015
17016         * po/nl.po
17017                 update Dutch translation
17018
17019         * src/prefs_filtering.c, 
17020           src/prefs_matcher.c
17021                 add more translatable strings           
17022
17023 2001-07-21 [alfons]
17024
17025         0.5.0claws7
17026
17027         * configure.in
17028                 change version
17029
17030         * src/inc.c, src/summaryview.[ch]
17031                 prevent update of mark file when filtering has done, by
17032                 using a variable; this affects two functions:
17033                         inc.c::inc_finished()
17034                         summaryview.c::summary_show()
17035
17036 2001-07-20 [alfons]
17037
17038         * src/filtering.[ch], src/prefs_filtering.c, 
17039           src/matcher.[ch]
17040                 add filtering action for label coloring 
17041
17042         * po/POTFILES.in
17043                 add labelcolors.c
17044
17045         * added src/labelcolors.c
17046         * added src/labelcolors.h
17047         * src/Makefile.am, src/summaryview.c
17048                 rearrange label coloring code
17049
17050         * src/procmsg.h
17051                 add more parentheses so label colouring works correctly
17052
17053         * src/filtering.c
17054                 don't really delete message, but move it to Trash
17055
17056         * src/prefs_matcher.c
17057                 add quote options to info dialog
17058
17059 2001-07-20 [christoph]
17060
17061         * src/Makefile.am
17062         * src/inc.c
17063         * src/main.[ch]
17064         * src/socket.h
17065         * src/ssl.[ch] (new)
17066                 moved ssl stuff to a seperate file
17067
17068 2001-07-20 [darko]
17069
17070         * src/summaryview.c
17071                 fix show sender using address book with no e-mail
17072                 address in From: field
17073
17074 2001-07-19 [alfons]
17075
17076         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17077                 fix messy handling of escaping... now at least the
17078                 execute command is useful. escape char is '\', we
17079                 accept \n and \r too. 
17080
17081                 Real life example:
17082                 
17083                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17084                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17085
17086 2001-07-18 [alfons]
17087
17088         0.5.0claws6
17089
17090         * src/summaryview.c
17091                 clean up
17092
17093         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17094           src/procmsg.[ch]
17095                 revise filtering; currently move, copy, marking have
17096                 been tested. if you like bleeding edge stuff, you
17097                 should definitely go for this version :)
17098
17099         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17100
17101 2001-07-17 [christoph]
17102
17103         * src/utils.c
17104                 timestamp log
17105
17106 2001-07-17 [alfons]
17107
17108         0.5.0claws5
17109
17110         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17111           bits in the mark file, without affecting either branch. Lots of
17112           files changed, also in claws branch.
17113
17114           UNTESTED: use of mbox folders
17115
17116         * src/summaryview.c
17117                 added mark all read; however this was a quick hack used for
17118                 cleaning up mess after initial merge with Hiroyuki
17119
17120         * configure.in
17121                 change claws version number back to 0.5.0claws5 to clear up 
17122                 confusion & pretension (recent release was technically 
17123                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17124
17125 2001-07-16 [alfons]
17126
17127         sync with Hiroyuki's 0.5.0cvs4
17128
17129 2001-07-16 [alfons]
17130
17131         0.5.1claws3
17132
17133         * src/filtering.[ch]
17134                 remove invalid updating of mark files for 
17135                 filter actions MATCHING_ACTION_MOVE and 
17136                 MATCHING_ACTION_DELETE; this should fix the
17137                 folder update bug
17138                 
17139         * src/procmsg.c
17140                 revert Christoph's stab at fixing the folder 
17141                 update bug
17142
17143         * po/POTFILES.in
17144                 add missing files with translatable strings
17145
17146         * src/summaryview.c
17147                 remove debug print
17148
17149 2001-07-15 [alfons]
17150
17151         * src/addr_compl.[ch], src/prefs_filtering.c
17152                 make "filtering pref dialog's destination entry" an
17153                 "address completable entry", if filter destination is 
17154                 an email address
17155
17156         0.5.1claws2
17157         
17158         sync with Hiroyuki's 0.5.0cvs2-3
17159
17160 2001-07-15 [christoph]
17161
17162         * src/procmsg.c
17163                 fixed folder stats update after incorporation
17164
17165 2001-07-15 [alfons]
17166
17167         * src/summaryview.c
17168                 * finish label colouring stuff (for now)
17169                 * fix incorrect colour bug (off by one) 
17170
17171 2001-07-14 [alfons]
17172
17173         * src/mainwindow.c
17174                 change text labels for news and mail message so there's
17175                 plenty of toolbar estate left
17176
17177         * configure.in
17178                 0.5.1claws1
17179
17180         * src/folderview.c
17181           src/folder.[ch]
17182                 sync with Hiroyuki's 0.5.0cvs1
17183
17184         * src/summaryview.c
17185                 more rewrite label colouring
17186
17187 2001-07-14 [alfons]
17188
17189         * src/summaryview.[ch]
17190                 * start rewrite label colouring 
17191                 * fix proper location "Add Sender To Addressbook" menu item
17192
17193 2001-07-13
17194
17195         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17196         (actually this is 0.5.0claws4)
17197
17198 2001-07-13 [alfons]
17199
17200         * po/pt_BR.po
17201                 * fix duplicate message
17202                 * add updated Portugese / Brazilian translation
17203                   submitted by Fabio Junior Beneditto
17204
17205 2001-07-12 [alfons]
17206
17207         * AUTHORS
17208                 add Jens
17209
17210         * po/nl.po
17211                 add updated Dutch translation
17212
17213         * po/de.po
17214                 add updated German translation submitted by Jens
17215
17216 2001-07-11 [alfons]
17217
17218         Prerelease before 0.5.0claws. Please test.
17219         This version is temporarily tagged as VERSION_0_5_0_TEST
17220
17221         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17222           src/prefs_scoring.c, src/prefs_matcher.c, 
17223           src/prefs_filtering.c, src/mbox.c, 
17224           src/main.c, src/inc.c, src/filtering.[ch]
17225                 revert new Hoa's new matcher (does not work yet)
17226
17227         * src/Makefile.am
17228                 clean up
17229
17230 2001-07-10
17231
17232         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17233
17234
17235 2001-07-10 [alfons]
17236
17237         * Makefile.am
17238                 add ChangeLog.claws to EXTRA_DIST
17239         * src/Makefile.am
17240                 add matcher_parser_parse.h to EXTRA_DIST
17241
17242 2001-07-10 [christoph]
17243
17244         * src/inc.c
17245                 add destination folder to table of
17246                 folders that need to be updated after
17247                 incorporation
17248
17249 2001-07-10 [alfons]
17250
17251         * folder.[ch]
17252           folderview.c
17253                 make collapse state of folders and folder items persistent, i.e.
17254                 if you collapse a folder tree, the next time sylpheed-claws starts 
17255                 up the folder tree remains collapsed.  
17256                 
17257 2001-07-10 [christoph]
17258
17259         * acconfig.h
17260         * configure.in
17261                 added --enable-ssl
17262         * src/md5.[ch]
17263                 renamed MD5_CTX to MD5_CTX_syl
17264                 conflicts with a struct in openssl
17265         * src/inc.c
17266         * src/main.[ch]
17267         * src/prefs_account.[ch]
17268         * src/socket.[ch]
17269                 SSL support for POP
17270         * src/mainwindow.c
17271                 fixed compose with current account
17272                 broken by new compose button stuff
17273
17274 2001-07-09 [hoa]
17275
17276         * AUTHORS
17277                 changed my email address
17278
17279         * src/matcher_parser_parse.y
17280                 clean the parser to remove conflicts
17281
17282 2001-07-09 [alfons]
17283
17284         * AUTHORS
17285                 add Match Grun
17286
17287         * configure.in
17288                 fix incorrect description of --enable-ldap parameter
17289
17290         * src/prefs_common.[ch]
17291           src/compose.c
17292                 add experimental option "smart wrapping" which makes the
17293                 compose editor auto wrap.
17294                 
17295                 | TODO: the problem with the buggy cursor handling is caused |
17296                 | by the GtkText. when deleting / backspacing text its       |
17297                 | wrapping algorithm does not take in account the previous   |
17298                 | line. should find a way to hack this in.                   |
17299                 | or should perhaps combine this with the word wrapping      |
17300                 | patch i wrote in january.                                  |
17301
17302         * src/about.c
17303                 show build parameters for LDAP and JPilot
17304
17305         * src/summaryview.c
17306                 revert Christoph's bugfix for selecting next unread message, 
17307                 because folder stats aren't updated correctly
17308
17309 2001-07-08 [hoa]
17310
17311         * src/filtering.c
17312         * src/mainwindow.c
17313         * src/matcher.c
17314         * src/matcher_parser_lex.l
17315         * src/matcher_parser_parse.y
17316         * src/prefs_filtering.c
17317         * src/prefs_scoring.c
17318         * src/scoring.c
17319                 bugfix of the config file parser
17320
17321 2001-07-08 [alfons]
17322
17323         * src/Makefile.am
17324                 added generated matcher sources to BUILT_SOURCES
17325
17326 2001-07-08 [hoa]
17327
17328         * src/Makefile.am
17329         * src/.cvsignore
17330                 added new config file parser
17331
17332         * src/scoring.[ch]
17333         * src/filtering.[ch]
17334         * src/matcher.[ch]
17335         * src/prefs_filtering.c
17336         * src/prefs_matcher.c
17337         * src/prefs_scoring.c
17338         * added src/matcher_parser.h
17339         * added src/matcher_parser_lex.h
17340         * added src/matcher_parser_lex.l
17341         * added src/matcher_parser_parse.y
17342                 lex & yacc config file parser
17343
17344         * src/mbox.c
17345         * src/inc.c
17346         * src/main.c
17347                 changes prefs_filtering into global_filtering           
17348
17349         * src/summaryview.c
17350                 build threads with subjects only if "Re: " is at the
17351                 beginning of the subject
17352
17353 2001-07-07 [paul]
17354
17355         0.5.0claws
17356
17357         sync with sylpheed 0.5.0
17358                 change of version number only
17359
17360 2001-07-06 [paul]
17361
17362         0.5.0claws5
17363
17364         sync with sylpheed 0.5.0pre5
17365
17366 2001-07-05 [paul]
17367
17368         sync with sylpheed 0.5.0pre4 release
17369                 /po and /manual/ja not sync'ed
17370
17371 2001-07-04 [paul]
17372
17373         more sync with sylpheed 0.5.0pre4
17374
17375 2001-07-03 [christoph]
17376
17377         * src/addressbook.c
17378                 fixed address book broken by address book
17379                 for VCard, JPilot, LDAP
17380
17381 2001-07-03 [alfons]
17382
17383         * src/matcher.c
17384         * src/textview.c
17385                 stopped memory leaks
17386
17387 2001-07-03 [paul]
17388
17389         more sync with sylpheed 0.5.0pre4
17390
17391 2001-07-02 [match]
17392
17393         * included address book patch for VCard, JPilot, LDAP
17394         * pref_common.c - fixed Font options on Display tab (cosmetic)
17395         * alertpanel.c - fixed truncated message
17396
17397 2001-07-02 [christoph]
17398
17399         * src/mbox_folder.c
17400         * src/procmsg.[ch]
17401         * src/summaryview.c
17402                 mark threads for ignoring
17403
17404 2001-07-02 [paul]
17405
17406         0.5.0claws4
17407
17408         * sync with sylpheed 0.5.0pre4
17409                 updated gettext to 0.10.38.
17410
17411 2001-07-01 [paul]
17412
17413         * src/ mainwindow.c
17414         * src/procmsg.h
17415         * src/summaryview.[ch]
17416                 new right-click option: Label.
17417                 substitute for 'Mark-->Mark/Unmark', colours the line.
17418                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17419
17420 2001-07-01 [christoph]
17421
17422         * src/folderview.c
17423                 fixed font for trash
17424         * src/summaryview.c
17425                 move ctree to unread message
17426
17427 2001-07-01 [paul]
17428
17429         * sync with sylpheed 0.5.0pre3 release
17430
17431 2001-06-30 [alfons]
17432
17433         * src/filesel.[ch]
17434         * src/compose.c
17435                 allow inserting / attaching multiple files in
17436                 the composer window
17437
17438 2001-06-30 [paul]
17439
17440         * src/codeconv.c
17441                 small change to Alfons' previous stuff so that it
17442                 actually makes
17443
17444 2001-06-30 [alfons]
17445
17446         * lots of files changed; first attempt to merge the changes
17447           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17448
17449 2001-06-30 [paul]
17450
17451         * po/pt_BR.po
17452                 updated and completed, translations by Fabio
17453                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17454
17455 2001-06-29 [alfons]
17456
17457         * src/compose.c
17458         * src/mimeproc.[ch]
17459                 allow selecting an attached files' mime type from a 
17460                 list of types.
17461
17462 2001-06-29 [paul]
17463
17464         * more sync with sylpheed 0.5.0pre3
17465
17466 2001-06-29 [paul]
17467
17468         * po/pt_BR.po
17469                 merge with sylpheed.pot and pt_BR.po provided by
17470                 Fabio Junior Beneditto.
17471
17472 2001-06-29 [darko]
17473
17474         * src/procmime.c
17475                 make MIME types case insensitive
17476
17477 2001-06-28 [alfons]
17478
17479         * po/nl.po
17480                 merge with sylpheed.pot and old nl.po; translations added.
17481
17482 2001-06-28 [paul]
17483
17484         * more sync with sylpheed 0.5.0pre3
17485
17486 2001-06-27 [alfons]
17487
17488         * src/summaryview.c
17489                 don't crash when removing parent node of messages
17490                 attracted by subject. this was caused by not deleting
17491                 the parent node from the subject line hash table.
17492
17493 2001-06-27 [alfons]
17494
17495         * src/summaryview.c
17496         * src/compose.[ch]
17497         * src/mainwindow.c
17498                 if there are multiple messages selected, allow forwarding
17499                 them as attachments.
17500
17501 2001-06-27 [paul]
17502
17503         * more sync with sylpheed 0.5.0pre3
17504
17505 2001-06-26 [paul]
17506
17507         0.5.0claws3
17508
17509         * sync with sylpheed 0.5.0pre3
17510
17511 2001-06-25 [paul]
17512
17513         * src/mainwindow.c
17514                 fixed 'compose news article' bug
17515                 from icon-and-text toolbar
17516
17517 2001-06-25 [paul]
17518
17519         * sync with sylpheed 0.5.0pre2 release
17520
17521 2001-06-24 [christoph]
17522
17523         * src/prefs_common.c
17524                 bug fix in font selection
17525         * src/folderview.c
17526                 use sylpheed's normal font instead of
17527                 gtk default font for folders without
17528                 new messages
17529
17530 2001-06-24 [alfons]
17531
17532         * src/mainwindow.[ch]
17533                 added composite compose mail / news button (an idea by Leandro
17534                 Pereira <leandro@linuxmag.com.br>)
17535
17536 2001-06-24 [paul]
17537
17538         Added instructions for ldif-to-xml.py
17539
17540         * tools/README
17541
17542 2001-06-23 [alfons]
17543
17544         Some minor things.
17545
17546         * src/pixmaps/stock_news_compose.xpm
17547                 added pixmap by Leandro
17548         * src/prefs_common.c
17549                 tested built-in spelling checker of GCC 3.0 :)
17550         * po/nl.po
17551                 merged dutch translation of sylpheed-main with
17552                 sylpheed.pot
17553
17554 2001-06-23 [paul]
17555
17556         Added tools directory and files.
17557
17558         * tools/filter_conv.pl
17559                 converts old filter system to new filtering system
17560         * tools/ldif-to-xml.py
17561                 converts netscape addressbook to sylpheed addressbook
17562         * tools/README
17563                 descriptions/instructions for above two files
17564
17565 2001-06-23 [christoph]
17566
17567         * src/inc.c
17568         * src/manage_window.[ch]
17569         * src/prefs_common.[ch]
17570                 mail retrieval dialog can be enabled, disabled
17571                 or hidden if non of sylpheed's windows is active
17572
17573 2001-06-22 [paul]
17574
17575         0.5.0claws2
17576
17577         * sync with sylpheed 0.5.0pre2
17578
17579 2001-06-21 [christoph]
17580
17581         * src/summaryview.c
17582                 show recipient on 'from' for all accounts
17583                 
17584         * src/inc.c
17585         * src/prefs_common.[ch]
17586                 disable error popup on mail receive errors
17587
17588 2001-06-21 [alfons]
17589
17590         * src/compose.c
17591                 made the ruler correctly appear and disappear.
17592
17593         * src/Makefile.am
17594                 removed Hoa's work-in-progress-stuff (interesting!) so 
17595                 claws compiles ok.
17596
17597 2001-06-20 [christoph]
17598
17599         * src/inc.c
17600         * src/progressdialog.c
17601                 added scrolled window for list in progressdialog
17602
17603 2001-06-20 [paul]
17604
17605         sync with sylpheed 0.5.0pre1 release
17606
17607 2001-06-20 [christoph]
17608
17609         * src/summeryview.c
17610                 make building threads by subject work when
17611                 thread view is enabled
17612                 
17613         * src/compose.c
17614         * src/prefs_common.[ch]
17615                 automatically select account for mail replys
17616
17617 2001-06-19 [sergey]
17618
17619         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17620         they are filled in from the account settings.
17621
17622 2001-06-19 [paul]
17623
17624         * more sync with sylpheed 0.5.0pre1
17625
17626 2001-06-18 [alfons]
17627
17628         * src/Makefile.am,
17629           src/procmime.c
17630                 added --sysconfdir to CPPFLAGS for pointing to the correct
17631                 location of mime.types. 
17632
17633                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17634                 or ./configure!
17635
17636 2001-06-18 [hoa]
17637
17638         * src/summaryview.c
17639                 fixed some bug when building threads
17640
17641 2001-06-18 [pau]l
17642
17643         * src/prefs_account.c
17644                 UI stuff: More changes to the English
17645
17646 2001-06-18 [paul]
17647
17648         * src/pixmaps/stock_news_compose.xpm: new file
17649         * src/Makefile.am
17650         * src/mainwindow.c
17651         * src/summaryview.c
17652                 Added new icon for Hoa's 'compose a news
17653                 message', plus minor improvements to the
17654                 English
17655
17656         * po/ja.po
17657         * ChangeLog
17658         * ChangeLog.jp
17659                 more sync with sylpheed 0.5.0pre1
17660
17661 2001-06-18 [hoa]
17662
17663         * src/compose.[ch]
17664         * src/mainwindow.c
17665                 Follow-up and reply to
17666
17667         * src/summaryview.[ch]
17668                 Build threads also with subjects
17669
17670 2001-06-17 [hoa]
17671
17672         * src/compose.c
17673                 forwarding use the current account.
17674
17675         * src/mainwindow.c
17676                 the "compose message" button has been replaced with
17677                 "new mail" and "new news" buttons
17678
17679         * src/prefs_common.[ch]
17680                 added a configuration option to use the forward button
17681                 as "forward as attachment"
17682                 changed reply and forward format description
17683
17684         * src/quote_fmt_lex.l
17685         * src/quote_fmt_parse.y
17686                 added message with no signature in format for reply
17687                 and forward.
17688
17689 2001-06-17 [paul]
17690
17691         Minor UI stuff
17692
17693         * src/mainwindow.c
17694         * src/summaryview.c
17695                 Improvements to the English
17696
17697         * src/prefs_common.c
17698                 Improvements to the English and some
17699                 clarity/continuity improvements in the
17700                 description of Quote symbols.
17701
17702 2001-06-17 [paul]
17703
17704         0.5.0claws1
17705
17706         * sync with sylpheed 0.5.0pre1
17707
17708 2001-06-17 [hoa]
17709
17710         * src/compose.c
17711                 Better interface for compose, displayed fields
17712                 are updated whenever we change account.
17713                 Newsgroups field is automatically filled.
17714
17715         * src/mainwindow.c
17716                 Newsgroups field is automatically filled.
17717
17718         * src/prefs_account.c
17719                 Some interface stuff when fields appear and
17720                 disappear.
17721
17722 2001-06-16 [paul]
17723
17724         0.4.99claws
17725
17726         * sync with sylpheed 0.4.99
17727
17728 2001-06-16 [sergey]
17729
17730         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17731         base64_decoder_free, base64_decoder_decode): new object and
17732         functions for decoding base64 streams.
17733         * src/procmime.c (procmime_decode_content): modified to use the
17734         new base64 decoder.
17735
17736 2001-06-15 [paul]
17737
17738         0.4.99claws10
17739
17740         * sync with sylpheed 0.4.99cvs11
17741
17742 2001-06-13 [paul]
17743
17744         0.4.99claws9
17745
17746         * sync with sylpheed 0.4.99cvs9
17747
17748 2001-06-13 [hoa]
17749
17750         * src/compose.c
17751         * src/prefs_account.c
17752
17753                 SMTP server can be defined in the news account
17754                 mime type of attachment are kept.
17755
17756         * src/summaryview.c
17757
17758                 now choose the highest important score between default
17759                 and important score of folder.
17760
17761 2001-06-09 [alfons]
17762         
17763         * src/prefs_common.c: 
17764
17765                 (prefs_quote_description_create): corrected description of 
17766                 quote format characters
17767
17768 2001-06-09 [paul]
17769
17770         0.4.99claws8
17771
17772         * sync with sylpheed 0.4.99cvs8
17773
17774 2001-06-08 [sergey]
17775
17776         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17777         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17778
17779 2001-06-08 [paul]
17780
17781         0.4.99claws7
17782
17783         * sync with sylpheed 0.4.99cvs7
17784
17785 2001-06-06 [sergey]
17786
17787         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17788         clashes with autogenerated header).
17789         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17790         * src/Makefile.am: added quote_fmt.h.
17791         * src/.cvsignore: added lex/yacc autogenerated files
17792         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17793
17794 2001-06-06 [paul]
17795
17796         0.4.99claws6
17797
17798         * sync with sylpheed 0.4.99cvs6
17799
17800 2001-06-06 [hoa]
17801
17802         * added src/quote_fmt_parse.h
17803         * src/compose.c
17804                 removed warnings
17805
17806         * src/prefs.[ch]
17807                 don't modify readonly configuration files
17808
17809         * src/prefs_account.c
17810         * src/prefs_common.c
17811         * src/prefs_customheader.c
17812         * src/prefs_display_header.c
17813         * src/prefs_filter.c
17814         * src/prefs_filtering.c
17815         * src/prefs_scoring.c
17816                 don't open dialog box when configuration files
17817                 are readonly
17818
17819 2001-06-05 [sergey]
17820
17821         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17822
17823         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17824         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17825         BUILT_SOURCES to make all files rebuild properly.
17826
17827         * src/compose.c: removed #include "quote_fmt.tab.h".
17828
17829         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17830         CHARACTER value in yylval.
17831
17832         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17833         receive CHARACTER value by documented means (yylval).
17834
17835         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17836
17837 2001-06-05 [hoa]
17838
17839         * src/Makefile.am
17840                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17841
17842         * src/filtering.c
17843         * src/matcher.c
17844         * src/matcher.h
17845         * src/prefs_filtering.c
17846                 now keep the configuration for execute action
17847
17848         * src/mbox_folder.c
17849                 fixed a warning
17850
17851 2001-06-05 [paul]
17852
17853         * sync with sylpheed 0.4.99cvs5
17854
17855 2001-06-05 [hoa]
17856
17857         * src/Makefile.am
17858                 added quote_fmt.[ch]
17859
17860         * added src/quote_fmt.y
17861         * added src/quote_fmt.l
17862         * added src/quote_fmt.tab.h
17863         * added src/quote_fmt.tab.c
17864         * added src/lex.quote_fmt.c
17865                 parsing configuration for replying
17866                 and forwarding
17867
17868         * src/prefs_common.[ch]
17869                 added configuration UI for replying
17870                 and forwarding
17871
17872         * src/compose.c
17873                 using configuration for replying
17874                 and forwarding
17875
17876 2001-06-04 [hoa]
17877
17878         * src/filtering.c
17879         * src/matcher.c
17880         * src/matcher.h
17881         * src/prefs_filtering.c
17882         * src/prefs_matcher.c
17883         * src/prefs_matcher.h
17884                 action "run a command" for filtering
17885                 and matching with a command.
17886                 fixed the "whole message" matching
17887
17888         * src/mbox_folder.c
17889                 changed temporary filename for security
17890
17891         * src/messageview.c
17892                 queue the notification if it fails to send.
17893
17894         * src/prefs_common.c
17895         * src/prefs_folder_item.c
17896                 changed the default important score             
17897
17898         * src/prefs_scoring.c
17899         * src/scoring.c
17900                 hide kill score input when the folder is not
17901                 a newsgroup
17902
17903 2001-06-03 [alfons]
17904
17905         * src/prefs_common.c:
17906
17907                 (prefs_font_select): pass font name in font entry box to font
17908                 selection dialog.
17909
17910 2001-06-03 [sergey]
17911
17912         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17913
17914 2001-06-03 [paul]
17915
17916         * sync with sylpheed 0.4.99cvs4
17917
17918 2001-06-03 [alfons]
17919
17920         * src/headerwindow.c:
17921
17922                 (headerwindow_show_cb): use the selected summary view item, not
17923                 the displayed item.
17924
17925 2001-06-02 [alfons]
17926
17927         * src/headerwindow.c:
17928
17929                 (headerwindow_show_cb): always try to show msginfo
17930
17931 2001-06-02 [hoa]
17932
17933         * src/compose.c
17934                 keep attached parts when reediting or forwarding.
17935
17936 2001-06-01 [hoa]
17937
17938         * src/folderview.c
17939         * src/prefs_folder_item.[ch]
17940         * src/prefs_scoring.[ch]
17941         * src/scoring.[ch]
17942         * src/summaryview.[ch]
17943         * src/main.c
17944         * src/mainwindow.c
17945         * src/prefs_common.[ch]
17946                 support for folder scoring
17947                 kill score and important score for messages
17948         
17949         * src/prefs_account.c
17950                 some display bug fixed for local account
17951                 preferences
17952
17953 2001-05-31 [alfons]
17954
17955         * src/summaryview.c:
17956
17957                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17958                 sender to address book menu item is disabled.
17959
17960 2001-05-30 [hoa]
17961
17962         * src/filtering.[ch]
17963         * src/summaryview.c
17964                 handling summary menu / filter messages
17965
17966         * src/folder.[ch]
17967                 add some stuff
17968
17969         * src/foldersel.c
17970                 imap folders now appears in list
17971
17972         * src/mbox_folder.c
17973                 doesn't crash if destination mail is not writeable
17974
17975 2001-05-29 [hoa]
17976
17977         * src/compose.c
17978                 removed some warnings
17979
17980         * src/filtering.c
17981         * src/folder.[ch]
17982         * src/prefs_filtering.c
17983                 global string to identify any folders           
17984                 removed some debug info
17985                 filtering to mbox folders is now possible
17986
17987         * src/mainwindow.c
17988                 removed some warnings
17989
17990         * src/mbox_folder.c
17991                 permission on files are changed to read/write for user only,
17992                 nothing for other.
17993                 creation of subfolder is handled better.
17994
17995 2001-05-28 [alfons]
17996
17997         Verified the sync for src/prefs_common.[ch] and
17998         src/prefs_account.[ch]. I believe there were some
17999         minor indentation differences.
18000
18001 2001-05-28 [paul]
18002
18003         0.4.99claws3
18004
18005         * sync with 0.4.99cvs3
18006
18007 2001-05-28 [hoa]
18008
18009         * src/compose.c
18010                 handling flags for mbox format
18011
18012         * src/filtering.c
18013                 use of mark file only for MH format
18014                 handling flags for mbox format
18015                 filtering cannot yet move or copy mails to mbox folders.
18016
18017         * src/folder.[ch]
18018                 changed move_msg, copy_msg,
18019                 move_msgs_with_dest, copy_msgs_with_dest functions
18020                 uses only folder->copy_msg() function
18021                 uses folder->finished_copy() to handle the destination
18022                 folder at the end of the copy or move operation.
18023
18024         * src/foldersel.c
18025                 included mbox directories.
18026
18027         * src/folderview.[ch]
18028         * src/mainwindow.c
18029                 handle folders operation for mbox format
18030
18031         * src/mbox.c
18032                 disable conversion of "From " header
18033
18034         * src/mbox_folder.[ch]
18035                 completion of mbox format handling
18036
18037         * src/mh.c
18038                 changed mh_copy_msg() function and
18039                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18040                 mh_copy_msgs_with_dest()
18041
18042         * src/prefs_filtering.c
18043                 removed some warnings
18044
18045         * src/prefs_matcher.c
18046                 default boolean operation is AND
18047
18048         * src/procheader.c
18049                 handling flags for mbox format
18050                 handling of "From " header
18051
18052         * src/procmsg.[ch]
18053                 removed data field
18054                 added MSG_REALLY_DELETED flags to handle deletion of
18055                 messages in mbox format.
18056
18057         * src/summaryview.c
18058                 handling flags for mbox format
18059                 disable the MSG_DELETED flags when messages
18060                 are deleted in mbox format
18061
18062         * src/textview.c
18063                 "From " headers display fixed.
18064
18065 2001-05-27 [alfons]
18066
18067         * src/textview.c:
18068                 
18069                 (get_email_part): skip quoted email addresses, like in e.g.
18070                 "'alfons@proteus.demon.nl'".
18071
18072 2001-05-26 [alfons]
18073
18074         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18075         and fixing the persistence troubles when using separate windows.
18076
18077         * src/mainwindow.c:
18078         
18079             Added #define SEPARATE_ACTION used in the gtk item factory for 
18080             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18081                 use gtk_item_factory_get_widget_by_action() to get the items.
18082                 
18083             Removed separate_widget_cb from the gtk item factory data   
18084           
18085             (mainwindow_create): connect separate_widget_cb() to check
18086             menu item "toggled" signal. also passing a MainWindow pointer
18087                 as object data for both check menu items.
18088                 
18089             (separate_widget_cb): definition of separate_widget_cb() to match
18090             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18091                 window using gtk_object_get_data(). The type of window separation 
18092                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18093         
18094         * src/prefs_filtering.c,
18095           src/prefs_matcher.c: added horizontal scrollbars
18096
18097 2001-05-25 [darko]
18098
18099         * src/headerview.c
18100                 fix segfault with invalid bold font
18101         * src/summaryview.c
18102                 correctly display summary stats after row is marked
18103
18104 2001-05-23 [sergey]
18105
18106         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18107         encodings with libjconv.
18108
18109 2001-05-23 [hoa]
18110
18111         * src/Makefile.am
18112                 added mbox_folder.[ch]
18113         * src/defs.h
18114                 mbox temporary folder
18115         * src/folder.[ch]
18116         * added src/mbox_folder.[ch]
18117         * src/folderview.c
18118         * src/procheader.[ch]
18119                 added mbox support
18120         * src/mbox.c
18121                 bugfix for file incorporation filtering
18122         * src/imap.c
18123                 enable creation of MBOX
18124         * src/prefs_display_header.c
18125                 enable use of headers like "From "
18126                 something that should be fixed :
18127                         displaying of such headers add an extra space
18128         * src/prefs_folder_item.c
18129                 don't create folders because it is not necessary
18130         * src/procmsg.h
18131                 added data field to MsgInfo for mbox internal use
18132         * src/summaryview.c
18133                 added some support for mbox
18134         * src/utils.[ch]
18135                 added get_mbox_cache_dir() function
18136
18137 2001-05-23 [hiroyuki]
18138
18139         * src/headerwindow.c
18140           src/inc.c
18141           src/main.c
18142           src/mh.c
18143           src/nntp.c
18144           src/procmsg.h
18145           src/session.h
18146           src/socket.[ch]
18147           src/summaryview.c
18148           src/textview.c
18149           src/automaton.c
18150           src/folderview.c: more sync with 0.4.99cvs2.
18151
18152         * src/headerwindow.c: reverted.
18153
18154 2001-05-22 [paul]
18155
18156         0.4.99claws2
18157
18158         * sync with sylpheed 0.4.99cvs2
18159                 * src/news.[ch]
18160                 * src/nntp.[ch]
18161                 * INSTALL
18162                 * INSTALL.jp
18163
18164 2001-05-22 [alfons]
18165
18166         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18167
18168 2001-05-21 [alfons]
18169
18170         Minor things:
18171
18172         * configure.in: if gnome-config not found, "no" is displayed
18173         
18174         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18175
18176         * src/textview.c: now also possible to add mail addresses by right
18177           clicking in the text view
18178
18179         * src/codeconv.c: merged patch which fixes endless loop when encountering
18180           invalid wide characters; from Alte <010@imis.ru>  
18181
18182 2001-05-20 [alfons]
18183
18184         Added installation of gnome specific things:
18185
18186         * Makefile.am: gnome conditional
18187
18188         * configure.in: check for installed gnome
18189
18190         * added sylpheed.png, sylpheed.desktop
18191
18192 2001-05-20 [sergey]
18193
18194         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18195
18196         * src/mainwindow.h (main_window_toolbar_create): created a button
18197         for "Reply to all".
18198         (main_window_set_toolbar_sensitive): enable/disable the new button
18199         appropriately.
18200         (toolbar_reply_to_author_cb): handle the new button.
18201
18202         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18203         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18204         failure).
18205
18206 2001-05-19 [sergey]
18207
18208         * src/compose.h (ComposeReplyMode): new modes
18209         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18210         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18211
18212         * src/compose.c
18213         (compose_send): move some code into a new function:
18214         (compose_current_mail_account): new function.
18215         (compose_reply): new argument to_author, all callers changed; if
18216         to_author==TRUE and account->protocol==A_NNTP, find and use an
18217         appropriate mail account for replying.
18218         (compose_reply_set_entry): new argument to_author; ignore
18219         compose->replyto if to_author==TRUE.
18220
18221         * src/mainwindow.c: new command "Message/Reply to author".
18222         (main_window_set_menu_sensitive): enable/disable it.
18223         (reply_cb): handle it.
18224
18225         * src/summaryview.c: new command "Reply to author".
18226         (summary_set_menu_sensitive): enable/disable it.
18227         (summary_reply_cb): handle it.
18228
18229         * src/account.c (account_find_mail_from_address): new function.
18230
18231 2001-05-18 [paul]
18232
18233         0.4.99claws1
18234
18235         * sync with sylpheed 0.4.99cvs1
18236
18237 2001-05-18 [hoa]
18238
18239         * src/compose.[ch]
18240         * src/filtering.c
18241         * src/summaryview.c
18242                 new filtering action : forward and forward as attachment
18243
18244         * src/main.c
18245                 no need for $DISPLAY when we run sylpheed --help
18246                 call to parse_cmd_opt() is moved
18247
18248         * src/mainwindow.[ch]
18249                 execute button is hidden when immediate execute
18250                 is chosen
18251
18252         * src/mh.c
18253         * src/news.c
18254         * src/prefs_folder_item.c
18255         * src/procmsg.c
18256                 better handling of missing directories
18257
18258         * src/summaryview.c
18259                 reedit is enabled in outbox
18260                 reedit is enabled in queue
18261
18262 2001-05-17 [hoa]
18263
18264         * src/filtering.c
18265         * src/matcher.[ch]
18266         * src/prefs_filtering.c
18267                 changed attachement into attachment
18268
18269 2001-05-17 [alfons]
18270
18271         0.4.67claws4    
18272
18273         * sync with sylpheed 0.4.67cvs9
18274         * sync with sylpheed 0.4.67cvs7-8
18275
18276 2001-05-17 [hoa]
18277
18278         * src/Makefile.am
18279                 added prefs_filtering.c
18280
18281         * src/filtering.[ch]
18282         * src/matcher.[ch]
18283                 removed action : forward_news and forward_news_as_attachement
18284                 (forward and forward_as_attachement can be used instead)
18285
18286         * src/mainwindow.c
18287                 added menu option to access filtering configuration
18288
18289         * src/prefs_account.c
18290                 changed mail_command default to /usr/sbin/sendmail
18291
18292         * added src/prefs_filtering.[ch]
18293                 dialog box for filtering configuration
18294
18295         * src/prefs_matcher.c
18296                 added function prefs_matcher_get_criteria_from_matching()
18297
18298         * src/prefs_scoring.c
18299                 reset the dialog when register or substitute is clicked
18300
18301 2001-05-15 [hoa]
18302
18303         * src/Makefile.am
18304                 added filtering.[ch]
18305         * src/inc.c
18306                 using filering.[ch] instead of filter.[ch]
18307         * src/main.c
18308                 reading new filtering configuration
18309         * src/matcher.[ch]
18310                 added some filtering actions
18311                 and fixed a bug for headers and mail body matching
18312         * src/mbox.c
18313                 using filering.[ch] instead of filter.[ch]
18314         * src/mh.c
18315                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18316         * src/summaryview.c
18317                 some fixes for filtering
18318
18319 2001-05-14 [hiroyuki]
18320
18321         * src/send.c: fixed some weird indentations.
18322           send_message_with_command(): call pclose() only if p != NULL.
18323         * src/textview.c: get_email_part(): modified the code for readability.
18324
18325 2001-05-14 [hiroyuki]
18326
18327         * src/md5global.h
18328           src/md5ify.c
18329           src/md5ify.h: removed from the cvs.
18330
18331 2001-05-13 [sergey]
18332
18333         * src/main.c: include rfc2015.h to avoid compiler warnings.
18334         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18335         the panel is already on screen.
18336         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18337         closing the alert window by ESC as "No".
18338         * src/prefs_common.c (prefs_interface_create): moved return
18339         receipt check button to the correct place.
18340
18341 2001-03-13 [alfons]
18342
18343         * src/prefs_common.c: 
18344                 moved return receipt check button to the Send tab. (prefs_send_create)
18345                 removed the date format ui related globals. (prefs_display_create)
18346
18347         0.4.67claws3
18348         
18349         * sync with sylpheed 0.4.67cvs5-6
18350
18351 2001-05-13 [paul]
18352
18353         * added Alfons' font selection patch
18354
18355         * src/defs.h
18356         * src/headerwindow.c
18357         * src/prefs_common.c
18358         * src/prefs_common.h
18359
18360 2001-05-13 [hoa]
18361         * src/defs.h
18362                 changed version of cache
18363         * src/matcher.[ch]
18364         * src/prefs_matcher.c
18365                 added additionnal matching criteria
18366         * src/procheader.c
18367         * src/procmsg.[ch]
18368         * src/news.c
18369                 added references in MsgInfo
18370
18371 2001-05-12 [hoa]
18372
18373         * src/defs.h
18374                 prepared some things for new filtering
18375         * src/matcher.[ch]
18376                 added some matching properties
18377                 inreplyto need to be enhanced
18378                 prepared some things for new filtering
18379         * src/messageview.c
18380                 added Return-Receipt-To handling
18381         * src/prefs_folder_item.c
18382                 changed default value to TRUE
18383         * src/prefs_matcher.c
18384                 added some matching properties
18385         * src/prefs_scoring.[ch]
18386                 the scoring dialog is finished
18387         * src/procheader.c
18388                 added Return-Receipt-To handling
18389                 Reference need to be added
18390         * src/procmsg.[ch]
18391                 added Return-Receipt-To handling
18392                 added threadscore to get a better score sorting when
18393                 threads are enabled
18394         * src/summaryview.c
18395                 suppressed a bug when we sort the list
18396                 when no folder is opened.
18397                 better score sorting when threads are enabled
18398
18399 2001-05-12 [alfons]
18400
18401         * reverted previous patch because of potential errors 
18402
18403         0.4.67claws2
18404         
18405         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18406                 applied "toggle mail-retrieval dialog window" patch submitted 
18407                 by Eric Limpens <eric@qnt.net>
18408
18409         * sync with sylpheed 0.4.67cvs4
18410
18411 2001-05-12 [sergey]
18412
18413         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18414         some picky compilers.
18415         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18416         * src/grouplist_dialog.c: include alertpanel.h.
18417         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18418         fix compile warning.
18419         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18420         #include "defs.h" before others to prevent the warning of `MIN'
18421         and `MAX' redefinition.
18422
18423 2001-05-11 [hoa]
18424
18425         * src/main.c
18426         * src/messageview.c
18427         * src/prefs_account.c
18428         * src/prefs_display_header.c
18429                 removed warning
18430         * src/Makefile.am
18431                 added prefs_scoring.[ch]
18432         * src/grouplist_dialog.c
18433                 display an error dialog box if the group list
18434                 cannot be fetched.
18435         * src/mainwindow.[ch]
18436                 added main_window_set_thread_option() function
18437                 scoring dialog box enabled
18438         * src/matcher.[ch]
18439                 added flags matching unread /new / marked
18440                 / deleted / replied / forwarded
18441         * src/news.c
18442                 newsgroups are now finally in newscache
18443         * src/prefs_matcher.[ch]
18444                 finished preferences for matching dialog
18445         * added src/prefs_scoring.[ch]
18446                 scoring dialog box completed
18447         * src/scoring.[ch]
18448                 conversion to string : added scoringprop_to_string()
18449                 write config for preferences :
18450                 added prefs_scoring_write_config()
18451         * src/summaryview.c
18452                 threads can be enabled/disabled independently
18453                 for each folder
18454
18455 2001-05-10 [alfons]
18456
18457         0.4.67claws1
18458         
18459         * AUTHORS: 
18460                 thought it would be nice to have a list of all
18461                 contributors (used Changelog as a reference)
18462         
18463         * configure.in: 
18464                 messed up version numbering...
18465
18466         0.4.66claws1
18467
18468         * sync with sylpheed 0.4.67cvs1-3
18469
18470 2001-05-10 [darko]
18471
18472         * src/prefs_common.c:
18473                 better UI for strftime format, double clicking
18474                 on format now inserts the format in text entry
18475                 replaced close button with standard OK/Cancel
18476                 moved date format button to the right of the
18477                 text entry field
18478
18479 2001-05-09 [alfons]
18480
18481         * src/gtkstext.c:
18482                 Ctrl-Home / Ctrl-End have proper cursor navigation
18483
18484 2001-05-09 [hoa]
18485
18486         * src/prefs_matcher.c
18487                 finished UI to define matching properties
18488                 added ok and cancel button
18489         * src/prefs_filter.c
18490                 added ok and cancel button
18491         * src/news.c
18492                 fixed some bug in xhdr parsing
18493
18494 2001-05-08 [alfons]
18495
18496         * src/textview.c: 
18497                 fixed a bug in textview_show_header(), which displayed two colons (':');
18498                 cleaned up some warnings
18499
18500 2001-05-08 [hoa]
18501
18502         * src/Makefile.am
18503                 added prefs_matcher.[ch]
18504                 compilation with -W -Wall
18505         * src/alertpanel.c
18506                 ungrab the mouse events if grabbed - does it
18507                 fix the bug for disposition notification ?
18508         * src/mainwindow.c
18509                 added a menu option to open the matching dialog.
18510         * src/matcher.[ch]
18511                 added matcherprop_to_string() and matcherlist_to_string()
18512                 fixed some bugs, changed the name of some options
18513                 age_sup and age_inf becomes age_greater and age_lower,
18514                 body and messageheaders becomes body_part and headers_part,
18515                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18516         * src/prefs_display_header.c
18517         * src/prefs_headers.c
18518                 fixed a bug that accidentally destroyed dialogs
18519                 when closed them with delete_event
18520                 Added *_deleted() which handle delete_event signal correctly.
18521         * src/prefs_folder_item.[ch]
18522                 added "enable_thread" field for future customization
18523         * added src/prefs_matcher.[ch]
18524                 sample of the UI to define matching properties
18525         * src/procheader.c
18526                 using procheader_headername_equal instead of str*cmp functions
18527                 using procheader_parse_header() function
18528         * src/scoring.c
18529                 using MATCHING_XXX instead of SCORING_XXX
18530         * src/summaryview.c
18531                 display the sender of the news even if this is ourself
18532                 when this is a news message.
18533         * src/textview.c
18534                 using headername_equal() instead of str*cmp functions
18535
18536 2001-05-08 [alfons]
18537
18538         0.4.66claws
18539
18540         * sync with sylpheed 0.4.66
18541         * src/gtkstext.c: trace logs added 
18542
18543 2001-05-08 [sergey]
18544
18545         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18546         signature check popup.
18547         * src/rfc2015.c (check_signature): show signature check popup only
18548         if it is enabled in preferences.
18549
18550 2001-05-07 [alfons]
18551
18552         0.4.66claws4
18553         
18554         * sync with sylpheed 0.4.66cvs6
18555
18556 2001-05-07 [darko]
18557
18558         * src/prefs_common.[ch]: added option to enable/disable
18559           looking up sender name in address book for summary pane
18560         * src/summaryview.c: look up sender in the address book
18561           by using Alfons' address completion code
18562
18563 2001-05-07 [hiroyuki]
18564
18565         * src/inc.h
18566           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18567           member of Pop3State.
18568         * src/news.c: brought #include "defs.h" before #include <glib.h>
18569           to prevent the warning of `MIN' and `MAX' redefinition.
18570
18571 2001-05-06 [hoa]
18572
18573         * removed src/headers_display.[ch]
18574         * removed src/prefs_display_headers.[ch]
18575         * src/inc.c
18576                 use a temporary file in the user directory for mbox import
18577         * src/news.c
18578                 added XHDR support to get "To" and "Cc" headers
18579                 (in order to match news with to or cc field for
18580                 scoring)
18581                 added function news_parse_xhdr() to get XHDR response
18582         * src/nntp.[ch]
18583                 added function nntp_xhdr()
18584         * src/matcher.c
18585                 fetch the message if necessary
18586
18587 2001-05-06 [alfons]
18588
18589         0.4.66claws3
18590
18591         * sync with sylpheed 0.4.66cvs3-5
18592
18593 2001-05-06 [hoa]
18594
18595         * src/utils.[ch]
18596                 added function itos_buf() to enable use of several buffers
18597         * src/summaryview.c
18598                 use of itos_buf() instead of itos() in summary list
18599                 to fix the broken display of message number.
18600
18601 2001-05-06 [alfons]
18602
18603         * src/gtkstext.c: bug in cursor up navigation fixed,
18604                 fixed another unsigned / signed comparison (we're getting there :-)
18605
18606 2001-05-06 [hoa]
18607
18608         * src/Makefile.am
18609                 added scoring.c scoring.h
18610                 prefs_folder_item.c prefs_folder_item.h
18611                 matcher.c matcher.h
18612         * src/defs.h
18613                 added FOLDERITEM_RC SCORING_RC
18614         * src/folder.[ch]
18615                 added prefs field in FolderItem :
18616                 properties for each folder (PrefsFolderItem),
18617                 sorting type and mode were added as the first properties.
18618         * src/main.c
18619                 read config for scoring
18620         * added src/matcher.[ch]
18621                 gives functions to parse configuration file to do
18622                 matching on mails with a list of conditions.
18623         * src/mainwindow.c
18624                 add option to sort by score
18625         * src/prefs_common.[ch]
18626                 added preference option to show score and for
18627                 the score column size
18628         * added src/prefs_folder_item.[ch]
18629                 properties for each folder (PrefsFolderItem),
18630                 sorting type and mode were added as the first properties.
18631         * src/procheader.[ch]
18632                 added procheader_parse_header()
18633                 added procheader_header_free()
18634                 added procheader_headername_equal()
18635                 and made modification to use them.
18636         * src/procmsg.[ch]
18637                 added score field to MsgInfo structure
18638         * added src/scoring.[ch]
18639                 gives functions to parse configuration file to do
18640                 scoring on mails with a list of conditions.
18641         * src/summaryview.[ch]
18642                 save the sorting type and mode for the folder
18643                 added column to display the score of the mail
18644                 added function summary_score_clicked()
18645                 sorting type and mode are restored to the folder
18646                 when it is reopen
18647         * src/textview.c
18648                 use procheader_parse_header(), procheader_headername_equal()
18649                 removed memory leak in text_scan_header when freeing headers
18650         * src/filter.c
18651                 changed the function to match names of headers
18652                 using procheader_headername_equal()
18653
18654         Scoring functions are implemented, an interface is needed
18655         to configure that.
18656
18657 2001-05-04 [alfons]
18658
18659         * src/gtkstext.c: 
18660                 hopefully fixed the row up navigation bug,
18661                 removed adding back / forward lines to cache
18662
18663 2001-05-04 [sergey]
18664
18665         * src/prefs_display_headers.c: user interface changes:
18666         (prefs_display_headers_create): remove unused "Show" check button;
18667         allow reordering of headers by dragging.
18668         (prefs_display_headers_write_config): remove unused variables.
18669         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18670         of lists (not needed with the new UI).
18671         (prefs_display_headers_set_list): scan lists starting from row 0,
18672         not 1 (do not skip "(New)").
18673         (prefs_display_headers_find_header): new function.
18674         (prefs_display_headers_clist_set_row): do not allow duplicates.
18675         (prefs_display_headers_delete_cb): do not skip row 0; treat
18676         closing the alert window by ESC as "No".
18677         (prefs_display_headers_up): do not protect row 0.
18678         (prefs_display_headers_down): do not protect row 0.
18679
18680 2001-05-04 [sergey]
18681
18682         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18683         functions.
18684
18685         * src/summaryview.c
18686         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18687         summary_select_next_marked, summary_select_prev_marked): new
18688         functions.
18689
18690 2001-05-03 [sergey]
18691
18692         * src/news.c: fixed a bug when no article can be fetched after
18693         server timeout if the connection was restored by news_post():
18694         (news_select_group): new function.
18695         (news_fetch_msg): call news_select_group() before fetching
18696         article.
18697         (news_get_uncached_articles): set session->group after successful
18698         GROUP command.
18699
18700 2001-05-03 [hoa]
18701
18702         * src/defs.h
18703         * src/procmsg.[ch]
18704         * src/procheader.c
18705                  changed version of cache, added cc field
18706
18707         * src/prefs_display_headers.c
18708                 the interface was changed
18709
18710         * src/prefs_headers.c
18711                 added cancel button
18712
18713 2001-05-03 [alfons]
18714
18715         * completed sync of sylpheed cvs2
18716         * src/gtkstext.c: updated row up / down cursor navigation
18717         * src/textview.c: re-edited, prepared for fixing the email address
18718                 scanner.
18719
18720 2001-05-03 [darko]
18721
18722         * src/prefs_common.c: use alfons' strftime ui code
18723         entry_datefmt and datefmt_sample widgets have to be
18724         global in this module because of this change
18725
18726 2001-05-03 [hoa]
18727
18728         * src/messageview.c
18729         * src/prefs_common.[ch] added option to activate the return receipt
18730                 feature.
18731
18732 2001-05-02 [alfons]
18733
18734         * src/gtkstext.c: fix for row up/down cursor navigation. 
18735
18736         0.4.66claws2
18737         
18738         * sync with 0.4.66cvs2
18739
18740 2001-05-02 [paul]
18741
18742         added add-sender-to-addressbook patch
18743
18744         * src/addressbook.c
18745         * src/addressbook.h
18746         * src/summaryview.c
18747
18748 2001-05-02 [sergey]
18749
18750         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18751         G_ALERTDISABLE.
18752
18753         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18754         all existing callers changed to pass FALSE; create a check button
18755         to disable the message.
18756         (alertpanel_message_with_disable): new function.
18757         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18758         (alertpanel_button_toggled): new function.
18759         (alertpanel_button_clicked, alertpanel_close): set value using
18760         G_ALERT_VALUE_MASK.
18761
18762         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18763
18764         * src/prefs_common.c (prefs_privacy_create): new check button
18765         checkbtn_gpgme_warning.
18766
18767         * src/main.c (main): moved preferences reading before gpgme
18768         initialization; check prefs_common.gpgme_warning before giving the
18769         GnuPG warning and set it to FALSE if the user wants to disable the
18770         warning.
18771
18772 2001-05-02 [hiroyuki]
18773
18774         * src/prefs_display_headers.c: modified the layout and some labels.
18775
18776 2001-05-02 [sergey]
18777
18778         * src/prefs_account.c (prefs_account_fix_size): new function.
18779         (prefs_account_create): call prefs_account_fix_size(); use
18780         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18781         size when the window is shown for the first time).
18782         (prefs_account_basic_create): changed layout of serv_table; moved
18783         localmbox_entry above smtpserv_entry (logically it replaces
18784         POP3/IMAP server).
18785         (prefs_account_protocol_activated): set sensitivity of
18786         nntpauth_chkbtn according to the protocol (in addition to
18787         hide/show); commented out gtk_table_set_row_spacing() calls.
18788         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18789         not sensitive (fixes a bug with disabled username/password boxes
18790         when editing POP3 account after NNTP with authentication).
18791
18792 2001-05-02 [hoa]
18793
18794         * src/account.c
18795         * src/inc.c
18796         * src/prefs_account.[ch]
18797         * src/send.c
18798                 removed local account without SMTP server
18799                 added option to use mail command instead of a connexion
18800                 to SMTP server when a local account is used
18801         * src/prefs_headers.c
18802                 fixed a bug
18803         * src/news.c
18804                 fixed a bug when connexion immediately closed
18805
18806 2001-05-01 [alfons]
18807
18808         0.4.66claws1
18809         
18810         * sync with 0.4.65
18811
18812 2001-05-01 [sergey]
18813
18814         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18815         widget nntpauth_chkbtn.
18816         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18817         visibility.
18818         (prefs_account_nntpauth_toggled): new function.
18819
18820         * src/news.c (news_session_new_for_folder): use NNTP
18821         authentication only if ac->use_nntp_auth is set.
18822
18823 2001-05-01 [hoa]
18824
18825         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18826         * src/prefs_display_headers.c changed the UI
18827         * src/prefs_headers.c changed account_name to account_id
18828         * src/compose.c using customheader.h
18829
18830 2001-05-01 [hiroyuki]
18831
18832         * src/esmtp.c
18833           src/news.c
18834           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18835           unsynched.
18836
18837 2001-05-01 [hoa]
18838
18839         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18840         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18841                 for displaying of headers
18842         * src/grouplist_dialog.[ch] minor changes to remove warnings
18843         * src/prefs_display_headers.[ch] dialog to choose the
18844         headers to display in the mail viewer.
18845         * src/headers.h correction of #define
18846         * src/headers_display.[ch] configuration for displaying of headers.
18847         * src/main.c read config of displaying of headers
18848         * src/prefs_common.c add a button to access the config dialog
18849                 for displaying of headers
18850         * src/prefs_display_headers.[ch] dialog for configuration for
18851                 displaying of the headers.
18852         * src/prefs_headers.c cleaning of code
18853         * src/procheader.c comments added to code
18854         * src/textview.c changes to reorder the headers depending
18855                 on the config for displaying of headers
18856
18857 2001-04-30 [alfons]
18858
18859         0.4.65claws7
18860
18861         * sync with 0.4.65cvs12
18862
18863         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18864
18865 2001-04-30 [sergey]
18866
18867         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18868
18869         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18870         is set to force reconnection after authentication failure.
18871         (nntp_gen_command): set sock->auth_failed on authentication
18872         failure, or if sock->userid and sock->passwd are not set.
18873
18874         * src/news.c (news_session_new_for_folder): set userid=NULL if
18875         password dialog is cancelled.
18876
18877 2001-04-30 [sergey]
18878
18879         * src/nntp.h (NNTPSockInfo): new type.
18880
18881         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18882         SockInfo.
18883         (nntp_open_auth, nntp_close): new functions.
18884         (nntp_gen_command): new function to handle authentication; all
18885         NNTP command functions updated to use it.
18886         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18887         (nntp_list): removed old useless code.
18888
18889         * src/news.h (NNTPSession): new field nntp_sock.
18890
18891         * src/news.c: all functions updated to use NNTPSockInfo instead of
18892         SockInfo.
18893         (news_session_new): new arguments (userid, passwd); made static;
18894         use nntp_open_auth() if needed.
18895         (news_session_destroy): use nntp_close() instead of sock_close().
18896         (news_query_password): changed arguments.
18897         (news_session_new_for_folder): new function.
18898         (news_session_get): use news_session_new_for_folder().
18899         (news_authenticate): deleted.
18900         (news_get_uncached_articles): removed old authentication code.
18901
18902 2001-04-30 [sergey]
18903
18904         * src/news.c: reverted my previous changes (need to do NNTP
18905         authentication in a cleaner way).
18906         
18907 2001-04-29 [sergey]
18908
18909         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18910         news_nntp_post, news_nntp_mode): new functions (wrappers with
18911         authentication support).
18912         (news_get_article_cmd, news_get_article, news_get_header): new
18913         argument "folder"; all callers changed.
18914         (news_get_article_cmd): added authentication support.
18915         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18916         (news_post): use news_nntp_post() instead of nntp_post().
18917         (news_get_uncached_articles): use news_nntp_group() instead of
18918         nntp_group() and news_nntp_xover() instead of nntp_xover();
18919         removed old authentication code.
18920         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18921
18922         * src/nntp.c (nntp_list): return real error code instead of
18923         hardcoded NN_ERROR.
18924
18925 2001-04-29 [sergey]
18926
18927         * configure.in: fixed wint_t typedef detection again
18928
18929 2001-04-28 [hoa]
18930
18931         * src/prefs_account.[ch], added A_LOCAL_CMD
18932                 (send mail with mail command)
18933         * src/send.c added function send_message_with_command()
18934         * src/inc.c made a more secure get_spool() function with
18935                 mktemp() but maybe mkstemp() or something more
18936                 secure can be used.
18937
18938 2001-04-28 [alfons]
18939
18940         * src/textview.c, colorization of email addresses in headers
18941
18942         0.4.65claws6
18943
18944         * bug sync with sylpheed
18945         * prefs_common.c: created date format ui for darko
18946         * sync with 0.4.65cvs11
18947         * configure.in: corrected to have the new gpg checks
18948
18949 2001-04-27 [alfons]
18950
18951         * completed sync with 0.4.65cvs10
18952         * minor debug things added to gtkstext.c
18953
18954 2001-04-27 [darko]
18955
18956         * configure.in: remove check for availability of
18957           strftime() as advised by Hiroyuki
18958         * src/prefs_common.[ch], src/procheader.c:
18959           synch strftime() code with Hiroyki's main branch
18960
18961 2001-04-26 [sergey]
18962
18963         * src/news.c: news_query_password(), news_authenticate(): new
18964           functions.
18965           news_get_uncached_articles(): added NNTP authentication
18966           handling.
18967         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18968           new functions.
18969         * src/prefs_account.c: prefs_account_protocol_activated():
18970           enable userid and password fields for NNTP.
18971
18972 2001-04-26
18973
18974         * configure.in: check for availability of strftime()
18975           [darko]
18976         * src/prefs_common.[ch], src/procheader.c: use
18977           strftime() for displaying date in summary pane if it
18978           is available
18979
18980 2001-04-25
18981
18982         * more .cvsignore cleanups [alfons]
18983
18984 2001-04-25
18985
18986         * ac/sv-check-type.m4: new autoconf macro.
18987         * configure.in: fixed wint_t typedef detection (did not work
18988           with gcc-2.96).
18989
18990 2001-04-25
18991
18992         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18993           [hiroyuki]
18994
18995 2001-04-24
18996         * modified gtkstext.c : buggy cursor navigation fixed, 
18997           and font descent also taken in account when drawing
18998           cursor. [alfons]
18999
19000 2001-04-24 [hoa]
19001         * added comments in src/news.c src/nntp.c
19002         * added src/prefs_headers.[ch]
19003         * added src/headers.[ch]
19004         * modified compose.c to activate custom headers
19005                 added function is_in_custom_headers
19006         * modified prefs_account.[ch]
19007                 added function prefs_account_customhdr_edit
19008         * modified src/defs.h :
19009                 added HEADERS_RC : name of the config file
19010                 for the custom headers
19011
19012 2001-04-24
19013
19014     0.4.65claws5
19015
19016         * configure.in
19017           src/gtkstext.[ch]
19018           src/compose.c
19019           src/Makefile.am
19020           
19021           added gtkstext with configure.in patch by Hiroyuki which
19022           should fix the XIM detection [alfons]
19023
19024         * more clean up of cvs [alfons]
19025
19026                  * removed all Makefile.in files to attic.
19027
19028                  * updated all .cvsignores to really ignore things that could
19029                    be unintentionally committed by a recursive commit.
19030
19031 2001-04-23 [hoa]
19032         * added src/grouplist_dialog.[ch]
19033         * changed src/folderview.c to call grouplist_dialog instead
19034                 of inputdialog
19035         * src/news.c :
19036                 added functions news_reset_group_list
19037                 and news_get_group_list
19038         * src/nntp.c :
19039                 added function nntp_list
19040         * src/defs.h :
19041                 added GROUPLIST_FILE : name of the newsgroup list cache file
19042
19043 2001-04-21
19044
19045         * added option to warn about queued messages on exit [sergey]:
19046
19047           * src/compose.c: compose_queue(): call folder_item_scan()
19048             and folderview_update_item() after queueing.
19049           * src/folderview.c: folderview_update_node(): draw the queue
19050             folder in bold font if there are queued messages.
19051           * src/mainwindow.c: queued_messages(): new function.
19052             app_exit_cb(): display warning if there are queued messages
19053             if warn_queued_on_exit is set.
19054           * prefs_common.[ch]: add warn_queued_on_exit option.
19055
19056         * enhanced GnuPG key selection support [sergey]:
19057
19058           * src/select-keys.c: updated to newer version from Win32
19059             branch with support for selecting arbitrary keys.
19060           * src/prefs_account.c: added the Privacy tab to the account
19061             options window.
19062             prefs_account_privacy_create(),
19063             prefs_account_sign_key_set_data_from_radiobtn(),
19064             prefs_account_sign_key_set_radiobtn(): new functions.
19065           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19066           * src/rfc2015.c: set_signers(): new function.
19067             pgp_sign(): add the account parameter, call set_signers().
19068             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19069           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19070           * src/compose.c: pass the current account to rfc2015_sign().
19071
19072         * tag name claws added to prevent confusion with main branch [alfons]
19073
19074         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19075
19076         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19077
19078         * sync with recent sylpheed cvs. Untested though. [alfons]
19079