4bb1f56ea2a4ddc224fa9c14e1bf105f35ea08fa
[claws.git] / ChangeLog.claws
1 2003-10-21 [hoa]        0.9.6claws38
2         
3         * src/Makefile.am
4         * src/carray.[ch]               * NEW *
5         * src/chash.[ch]                * NEW *
6         * src/folder.c
7         * src/maillock.[ch]             * NEW *
8         * src/mailmbox.[ch]             * NEW *
9         * src/mailmbox_folder.[ch]      * NEW *
10         * src/mailmbox_parse.[ch]       * NEW *
11         * src/mailmbox_types.[ch]       * NEW *
12                 implementation of mbox folder with unique message numbers
13
14                 made use of libEtPan! implementation of mbox for lower-layer.
15
16 2003-10-20 [alfons]     0.9.6claws37
17
18         * src/noticeview.c
19                 fix invalid argument warning
20         * src/pgpmime.c
21                 no in place variable
22
23 2003-10-20 [paul]       0.9.6claws36
24
25         * src/compose.[ch]
26           src/filtering.c
27           src/messageview.c
28                 fix crash when using Forward in Filtering when
29                 external editor option is set
30                 
31                 Patch submitted by Simon 'corecode' Schubert
32                 <corecode@corecode.ath.cx> 
33
34 2003-10-20 [paul]       0.9.6claws35
35
36         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
37           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
38           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
39           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
40           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
41           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
42           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
43           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
44           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
45           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
46           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
47           src/mimeview.c
48           src/stock_pixmap.[ch]
49                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
50                 icons. add privacy_warn.xpm icon
51
52 2003-10-20 [hoa]  0.9.6claws34
53
54         * src/folder_item_prefs.[ch]
55         * src/prefs_folder_item.c
56         * src/main.c
57                 Added a property per folder to choose whether we 
58                 want to apply processing on it on startup or if we
59                 prefer to wait the folder selection to apply it.
60         
61         * src/messageview.c
62                 fixed C89 compatibility (for old compilers, for
63                 example gcc 2.95.x).
64
65 2003-10-17 [christoph]  0.9.6claws33
66
67         * src/mimeview.c
68         * src/noticeview.[ch]
69                 change noticeview icon to indicate signature status
70
71 2003-10-17 [christoph]  0.9.6claws32
72
73         * src/Makefile.am
74         * src/main.c
75         * src/mimeview.c
76         * src/noticeview.c
77         * src/pgpmime.[ch]                              ** NEW **
78         * src/privacy.[ch]
79         * src/rfc2015.c
80         * src/sgpgme.c                                  ** NEW **
81                 reimplement PGP/Mime signature checking (unfinished)
82
83 2003-10-15 [christoph]  0.9.6claws31
84
85         * src/procmime.[ch]
86                 fix procmime_get_text_content() and
87                 procmime_get_first_text_content()
88
89 2003-10-15 [christoph]  0.9.6claws30
90
91         * src/plugins/spamassassin/spamassassin_gtk.c
92         * src/plugins/spamassassin/spamassassin_gtk.glade
93                 fix timeout tooltip
94
95 2003-10-15 [paul]       0.9.6claws29
96
97         * src/messageview.c
98                 workaround for buggy smtp servers. on sending a
99                 return receipt strip the name part from the address
100                 when creating headers
101                 
102 2003-10-15 [paul]       0.9.6claws28
103
104         * sync with 0.9.7 release
105                 see ChangeLog 2003-10-15
106
107 2003-10-14 [christoph]  0.9.6claws27
108
109         * src/plugins/clamav/clamav_plugin.c
110                 fix clamav plugin
111
112 2003-10-14 [christoph]  0.9.6claws26
113
114         * src/compose.c
115         * src/mimeview.c
116         * src/procmime.[ch]
117         * src/rfc2015.c
118         * src/textview.c
119         * src/plugins/clamav/clamav_plugin.c
120                 use GNode to create the mime tree (some changes to functions
121                 that traverse the tree are just quick and dirty. Maybe we
122                 can find better solutions with g_node_*-functions)
123
124 2003-10-14 [luke]       0.9.6claws25
125
126         * src/mimeview.c
127                 fix a navigation bug (stupid typo of mine)
128
129 2003-10-14 [christoph]  0.9.6claws24
130
131         * src/textview.c
132                 fix missing last line in plain/text mails
133
134 2003-10-13 [luke]       0.9.6claws23
135
136         * src/summaryview.c
137                 fix bug 334 (part 1)
138
139 2003-10-13 [kov]        0.9.6claws22
140
141         * src/mimeview.c
142                 error checking when the user enters a non-directory at
143                 the file selection dialog.
144                 work-around for users entering directory location without
145                 adding a leading G_DIR_SEPARATOR.
146
147 2003-10-13 [luke]       0.9.6claws21
148
149         * src/compose.c
150                 error reporting for inserting files, including catching
151                 invalid characters for current locale/encoding
152
153 2003-10-13 [paul]       0.9.6claws20
154
155         * src/folderview.c
156                 fix bug #347 'subscribe newsgroups crashes'
157
158 2003-10-13 [paul]       0.9.6claws19
159
160         * src/compose.c
161                 when using 'Reply to all' include the 'send replies
162                 to' folder property
163                 
164         * po/ja.po
165                 update Japanese translation. submitted by Rui Hirokawa 
166                 <rui_hirokawa@ybb.ne.jp>        
167
168 2003-10-13 [hoa]        0.9.6claws18
169
170         * src/account.c
171         * src/compose.c
172         * src/messageview.c
173         * src/procheader.c
174         * src/procheader.h
175                 rename get_header_from_msginfo() into
176                 procheader_get_header_from_msginfo() so that we have a
177                 coherent exported naming.
178                 avoid parsing of header contained in a string via
179                 a newly written temporary file.
180
181         Patch submitted by Simon 'corecode' Schubert
182                 <corecode@corecode.ath.cx>
183
184 2003-10-12 [hoa]        0.9.6claws17
185
186         * src/filtering.c
187         * src/filtering.h
188         * src/matcher.c
189         * src/matcher.h
190         * src/matcher_parser_parse.y
191         * src/prefs_filtering_action.c
192                 added "stop" action : stop applying the filtering rules.
193                 added "set score" and "increase/decrease score" actions.
194                 That two last action replace the "change_score" action
195                 introduced by alfons in 0.8.8claws85.
196                 "set score" is to set a given score to the message.
197                 "increase/decrease score" will increase or decrease the
198                 score if the given value is respectively positive or
199                 negative. If someone find a some better name for this last
200                 rule, it can be modified.
201
202 2003-10-12 [paul]       0.9.6claws16
203
204         * AUTHORS
205           po/ja.po
206                 update Japanese translation. submitted by Rui Hirokawa 
207                 <rui_hirokawa@ybb.ne.jp>
208
209 2003-10-12 [christoph]  0.9.6claws15
210
211         * src/procmime.c
212                 fix crash caused by incorrect headers
213
214 2003-10-10 [christoph]  0.9.6claws14
215
216         * src/main.c
217         * src/privacy.[ch]
218         * src/rfc2015.[ch]
219                 implement detection of signed message parts for rfc2015
220
221 2003-10-10 [thorsten]   0.9.6claws13
222
223         * src/mimeview.c
224                 fix typo
225
226 2003-10-10 [christoph]  0.9.6claws12
227
228         * src/stock_pixmap.[ch]
229         * src/pixmaps/mime_message.xpm                  ** NEW **
230                 add a new icon for mime type "message"
231
232         * src/privacy.[ch]
233         * src/procmime.[ch]
234                 add crypto api
235
236         * src/mimeview.c
237                 o use crypto api
238                 o add icons for message type mime parts
239
240 2003-10-10 [christoph]  0.9.6claws11
241
242         * src/mainwindow.c
243         * src/messageview.[ch]
244         * src/mimeview.[ch]
245         * src/procmime.[ch]
246         * src/procmsg.[ch]
247         * src/rfc2015.c
248         * src/summaryview.c
249         * src/textview.[ch]
250                 o remove switching between TextView and MimeView in MessageView
251                   (if required we can hide the icon box and the MimeView will
252                    look exaxtly like the TextView)
253                 o temporary remove signature and decrypting GPGME code
254
255 2003-10-09 [christoph]  0.9.6claws10
256
257         * src/action.c
258         * src/compose.c
259         * src/messageview.c
260         * src/mimeview.c
261         * src/procmime.[ch]
262         * src/procmsg.c
263         * src/rfc2015.c
264         * src/textview.c
265         * src/common/utils.[ch]
266         * src/plugins/clamav/clamav_plugin.c
267         * src/plugins/dillo_viewer/dillo_viewer.c
268         * src/plugins/image_viewer/viewer.c
269         * src/plugins/mathml_viewer/mathml_viewer.c
270                 new mime parser (several things need fixing)
271
272 2003-10-09 [paul]       0.9.6claws9
273
274         * src/imap.c
275                 a little more sync with 0.9.6cvs2 and a tidy up
276
277 2003-10-08 [paul]       0.9.6claws8
278
279         * sync with 0.9.6cvs2
280                 see ChangeLog 2003-10-03
281
282 2003-10-05 [christoph]  0.9.6claws7
283
284         * src/summaryview.c
285                 don't use flags to check if a message is in a news folder
286
287         (closes Bug 282 clicking on folder with copied Messages from News
288          immediately after having copied them crashes Sylpheed-Claws)
289
290 2003-10-05 [christoph]  0.9.6claws6
291
292         * src/Makefile.am
293         * src/progressdialog.[ch]               ** REMOVE **
294         * src/gtk/Makefile.am
295         * src/gtk/progressdialog.[ch]           ** NEW **
296                 move progressdialog to gtk directory
297
298 2003-10-04 [christoph]  0.9.6claws5
299
300         * src/prefs_toolbar.c
301         * src/gtk/prefswindow.c
302                 remove widget_show_all for pages root widget
303
304         * src/plugins/spamassassin/spamassassin.[ch]
305         * src/plugins/spamassassin/spamassassin_gtk.c
306         * src/plugins/spamassassin/spamassassin_gtk.glade
307                 add support for new libspamc transports
308
309 2003-10-04 [christoph]  0.9.6claws4
310
311         * src/plugins/spamassassin/libspamc.[ch]
312         * src/plugins/spamassassin/spamassassin.c
313         * src/plugins/spamassassin/utils.[ch]
314                 update libspamc to version from SpamAssassin 2.60
315
316 2003-10-03 [christoph]  0.9.6claws3
317
318         * src/send_message.c
319                 fix missing format string bug found by
320                 Georgi Guninski <guninski@guninski.com>
321
322 2003-10-03 [paul]       0.9.6claws2
323
324         * po/zh_CN.po
325                 update Simpilified Chinese translation, submitted by
326                 Hansom Young
327
328 2003-10-02 [christoph]  0.9.6claws1
329
330         * src/imap.c
331                 add UIDPLUS support for COPY and EXPUNGE
332
333 2003-10-02 [paul]       0.9.6claws
334
335         * 0.9.6claws released
336
337 2003-10-02 [paul]
338
339         * po/es.po
340           po/sk.po
341                 update Spanish and Slovak translations
342                 submitted by Ricardo Mones Lastra and Andrej Kacian
343  
344 2003-10-02 [paul]       0.9.5claws43
345
346         * po/en_GB.po
347                 update British English translation
348
349 2003-10-02 [paul]       0.9.5claws42
350
351         * po/hr.po
352                 update Croatian translation, submitted by Dragan
353
354 2003-10-01 [paul]       0.9.5claws41
355
356         * po/pl.po
357           po/sr.po
358                 update Polish and Serbian translations, submitted by
359                 Emil and Urke MMI
360
361 2003-10-01 [melvin]     0.9.5claws40
362
363         * po/fr.po
364                 Updated French translations
365
366 2003-10-01 [melvin]     0.9.5claws39
367
368         * src/prefs_fonts.c
369                 Fixed a Gtk warning
370
371         * src/plugins/dillo_prefs.c     
372                 Quasi unnoticeable UI clean-up.
373
374 2003-10-01 [paul]
375
376         * tools/README
377           tools/maildir2sylpheed.pl
378                 bug fixes, rewrites, submitted by Matthias Förste 
379                 <itsjustme@users.sourceforge.net>
380
381 2003-09-29 [paul]       0.9.5claws38
382
383         * src/inc.c
384                 fix my coding carelessness
385
386 2003-09-29 [paul]       0.9.5claws37
387
388         * po/POTFILES.in
389           src/Makefile.am
390           src/main.c
391           src/prefs_common.[ch]
392           src/prefs_fonts.[ch]  ** NEW FILES **
393                 move Font config options to Other Prefs/Display/Fonts
394                 (user's current configuration is preserved)
395
396 2003-09-29 [paul]       0.9.5claws36
397
398         * src/inc.c
399           src/prefs_account.c
400                 allow 'local_mbox' value to point to either a directory 
401                 (/var/mail -  default, new) or a file (/var/mail/username
402                 - original)
403
404 2003-09-28 [paul]       0.9.5claws35
405
406         * src/rfc2015.c
407                 on signature check, where key exists, print the
408                 Key ID
409
410 2003-09-27 [alfons]     0.9.5claws34
411
412         * src/action.c
413                 o make progress bar not fill/expand when resizing dialog
414                 o use default fixed text font for actions output
415
416 2003-09-27 [paul]       0.9.5claws33
417
418         * src/prefs_common.[ch]
419           src/procmsg.c
420           src/send_message.c
421                 remove External Program settings from Common Prefs/Send
422                 as they are now unnecessary due to Local account settings.
423                 plus a little tidying-up after 0.9.5claws31
424
425 2003-09-27 [paul]       0.9.5claws32
426
427         * src/prefs_account.c
428                 o make correction to gui text:
429                   'Local mailbox file' -> 'Local mailbox directory'
430                 o give 'local_mbox' option a reasonable default value:
431                   '/var/mail'
432                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
433                   value
434
435 2003-09-26 [paul]       0.9.5claws31
436
437         * src/inc.c
438           src/prefs_common.[ch]
439                 remove 'Incorporate from spool' common pref,
440                 force creation of a 'Local' account
441
442 2003-09-26 [christoph]  0.9.5claws30
443
444         * src/folder.c
445         * src/msgcache.c
446                 add more NULL pointer checks
447
448 2003-09-25 [christoph]  0.9.5claws29
449
450         * src/folder.c
451                 o don't fetch source message to get it's message id
452                 o immediately scan dest folder when copying a message did not
453                   return a new message number and not do it when the first message
454                   without a new message number is found
455
456 2003-09-23 [christoph]  0.9.5claws28
457
458         * src/compose.c
459                 fix generating of headers
460
461         (patch by David Relson <relson@osagesoftware.com>)
462
463 2003-09-23 [paul]       0.9.5claws27
464
465         * po/zh_CN.po
466                 update Simplified Chinese translation. submitted by
467                 Hansom Young
468
469 2003-09-23 [paul]       0.9.5claws26
470
471         * tools/Makefile.am
472           tools/README
473           tools/vcard2xml.py    ** NEW FILE **
474                 add a script that converts an evolution vcard to
475                 sylpheed's xml format
476                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
477
478 2003-09-22 [paul]       0.9.5claws25
479
480         * src/plugins/clamav/clamav_plugin.c
481                 don't skip MULTIPART parts
482
483 2003-09-21 [christoph]  0.9.5claws24
484
485         * src/alertpanel.c
486                 remove unneeded include
487
488         * src/folder.c
489                 clean up copy/move mess with duplicated code
490
491         * src/imap.c
492                 fix problem that sometimes the folder was not scanned
493                 also it was changed
494
495 2003-09-21 [christoph]  0.9.5claws23
496
497         * src/Makefile.am
498         * src/logwindow.[ch]                    ** REMOVE **
499         * src/mainwindow.c
500         * src/prefs_common.c
501         * src/gtk/Makefile.am
502         * src/gtk/logwindow.[ch]                ** ADD **
503                 make logwindow prefs_common independent and move
504                 it to gtk directory
505
506 2003-09-20 [christoph]  0.9.5claws22
507
508         * src/compose.c
509                 add extra space for address code conversion
510                 (4 * unconvered size could be too small for short headers)
511
512 2003-09-20 [christoph]  0.9.5claws21
513
514         * src/compose.c
515                 increase temp buffer size when writing headers
516
517 2003-09-19 [darko]      0.9.5claws20
518
519         * src/compose.c
520                 don't ignore value of 'Save copy of outgoing messages to
521                 this folder instead of Sent' in message redirect
522
523 2003-09-17 [christoph]  0.9.5claws19
524
525         * src/compose.c
526                 use ", " as address seperator for mail headers and pass whole
527                 header line at once to compose_convert_header to make sure
528                 it is correctly folded
529
530         (closes Bug 64 Problem when sending to many recipients)
531
532 2003-09-17 [hoa]        0.9.5claws18
533         
534         * src/matcher.[ch]
535           src/matcher_parser_parse.y
536           src/prefs_matcher.c
537                 changed the keyword used for command execution in condition
538                 keyword is changed from "execute" to "test"
539                 so that it is not the same as the one used for action.
540                 This will fix a bug when using filtering dialog.
541                 All semantic in the code is also changed to reflect
542                 the keyword change.
543
544 2003-09-17 [paul]
545         
546         * sync with 0.9.6 release
547
548 2003-09-17 [paul]       0.9.5claws17
549
550         * sync with 0.9.5cvs8
551                 see ChangeLog 2003-09-16 and 2003-09-17
552
553 2003-09-16 [paul]       0.9.5claws16
554
555         * sync with 0.9.5cvs6
556                 see ChangeLog 2003-09-16
557
558 2003-09-15 [paul]       0.9.5claws15
559
560         * sync with 0.9.5cvs5
561                 see ChangeLog 2003-09-15
562
563 2003-09-14 [alfons]     0.9.5claws14
564
565         * src/inc.c
566                 make "Go to inbox after receiving new mail" again;
567                 regression of a sync, restored to sylpheed main 
568                 behaviour. (misses still some bits)
569
570 2003-09-14 [alfons]     0.9.5claws13
571
572         * src/prefs_filtering_action.c
573                 o add proper message if empty execute command line
574                 o don't select first action item after registering a
575                   new action to prevent (what seems to be a GTK) bug
576                   #36, "filtering will only accept one action change 
577                   per invocation".
578
579 2003-09-14 [alfons]     0.9.5claws12
580
581         * src/prefs_filtering.c
582         * src/prefs_filtering_action.c
583         * src/prefs_matcher.c
584                 fix function signature for key_pressed_event signal handlers
585
586 2003-09-14 [alfons]     0.9.5claws11
587
588         * src/mainwindow.c
589                 fix regression caused by fix for invalid bug #7
590                 (should fix #246, "Multiple selections are deselected when 
591                 moving from search window to main window")
592                 
593 2003-09-14 [alfons]     0.9.5claws10
594         
595         * src/actions.[ch]
596         * src/filtering.[ch]
597         * src/prefs_actions.c
598                 allow `filtering actions` in actions; only for advanced users
599                 right now: try for example, "%as{mark color 2}" 
600         
601 2003-09-13 [paul]       0.9.5claws9
602         
603         * po/pl.po
604           po/zh_CN.po   ** NEW FILE **
605                 update Polish translation, submitted by Emil 
606                 <eminowbl@posejdon.wpk.p.lodz.pl>
607                 add new Simplified Chinese translation, submitted by
608                 Hansom Young <hansom_young@yahoo.com>
609
610 2003-09-12 [alfons]     0.9.5claws8
611
612         * src/summaryview.c
613                 don't open separate message views when View | Separate message view
614                 is active 
615                 (please look carefully for any navigation regressions)
616
617 2003-09-11 [alfons]     0.9.5claws7
618
619         * src/mainwindow.c
620                 make default message view, opened by View | Separate message 
621                 view, look like a claws message view (which includes a menu
622                 bar and a toolbar)
623                 (fixes bug #298, "message view loses tool bar") 
624
625 2003-09-11 [christoph]  0.9.5claws6
626
627         * src/folderview.c
628                 fix double deleting of newsgroup folders
629
630         (closes Bug 305 crash after deleting of a newsgroup)
631
632 2003-09-11 [paul]       0.9.5claws5
633
634         * src/rfc2015.c
635           src/common/utils.h
636                 more sync'ing from 0.9.5cvs2
637
638 2003-09-11 [christoph]  0.9.5claws4
639
640         * src/compose.c
641         * src/rfc2015.c
642         * src/common/utils.h
643                 fix sync with 0.9.5cvs2
644
645 2003-09-11 [paul]       0.9.5claws3
646
647         * sync with 0.9.5cvs4
648                 see ChangeLog 2003-09-11
649
650 2003-09-11 [paul]       0.9.5claws2
651
652         * sync with 0.9.5cvs2
653                 see ChangeLog 2003-09-05
654                 
655 2003-09-11 [paul]       0.9.5claws1
656
657         * sync with 0.9.5cvs3
658                 see ChangeLog 2003-09-10
659
660 2003-09-10 [paul]       0.9.5claws
661
662         * 0.9.5claws released
663
664 2003-09-10 [paul]       0.9.4claws78
665
666         * src/Makefile.am
667                 add missing files
668
669 2003-09-10 [melvin]     0.9.4claws77
670
671         * po/fr.po
672                 Updated French translations
673
674 2003-09-10 [paul]       0.9.4claws76
675
676         * po/es.po
677           po/sk.po
678           po/sr.po
679                 update Spanish, Slovak, and Serbian translations.
680                 submitted by Ricardo Mones Lastra, Andrej Kacian,
681                 and Urke MMI
682                 
683         * AUTHORS
684                 add translation team section
685
686 2003-09-09 [christoph]  0.9.4claws75
687
688         * src/folder.c
689                 free item->prefs in folder_item_destroy
690
691 2003-09-09 [alfons]     0.9.4claws74
692
693         * src/folderview.c
694                 o proper check for root node sorting
695                 o remove unnecessary gtk_ctree_remove_node 
696
697         (should fix bug #300, "crash while moving folder")      
698
699 2003-09-08 [christoph]  0.9.4claws73
700
701         * src/folderview.c
702                 o fix double adding of IMAP FolderItems to GtkCTree
703                 o fix crash then mbox folder is removed
704
705 2003-09-08 [christoph]  0.9.4claws72
706
707         * src/folder.c
708         * src/folderview.c
709         * src/mainwindow.c
710                 fix new folder notification
711
712         * src/mbox_folder.c
713                 fix cache path
714
715 2003-09-08 [christoph]  0.9.4claws71
716
717         * src/compose.c
718                 replace '\n' and '\r' before removing trailing spaces
719
720         * src/folder.[ch]
721         * src/folderview.c
722                 add information about new or removed items in folder tree change
723                 notification and use this in folderview to add and remove only
724                 the appected items and not refresh the whole tree
725
726 2003-09-07 [match]      0.9.4claws70
727
728         * src/Makefile.am
729         * src/addr_compl.c
730         * src/addressbook.c
731         * src/addressitem.h
732         * src/addrindex.c
733         * src/addritem.c
734         * src/addritem.h
735         * src/addrquery.c                       ** NEW **
736         * src/addrquery.h
737         * src/ldapquery.c
738         * src/ldapserver.c
739         * src/stock_pixmap.c
740         * src/stock_pixmap.h
741         * src/pixmaps/address_search.xpm        ** NEW **
742                 re-introduce Lookup button for LDAP 'static' searches.
743
744 2003-09-07 [alfons]     0.9.4claws69
745         
746         * src/summaryview.c
747                 abandon setting usize for messageview because it gives layout problems
748                 with the quick search bar and the headerview; fixes assorted UI glitches:
749                 
750                 o bug #148, "Toggling of quick-search bar reduces index view area" 
751                 o bug #280, "Window resiizes for line length but does not revert"
752
753 2003-09-07 [christoph]  0.9.4claws68
754
755         * src/compose.c
756                 o make sure we don't have any newlines in header values
757                 o check custom headers for spaces and newlines and ignore
758                   malformed header names
759
760 2003-09-06 [christoph]  0.9.4claws67
761
762         * src/folder.c
763         * src/folderview.c
764                 invoke notification hook for folder tree changes after append
765                 and remove folder
766
767         (closes Bug 294 Crash while moving folder with many subdirectories)
768
769 2003-09-06 [christoph]  0.9.4claws66
770
771         * src/folder.c
772                 destroy folder's MsgCache if FolderItem is removed to make sure
773                 it is not saved when the FolderItem is destroyed
774
775 2003-09-06 [christoph]  0.9.4claws65
776
777         * src/plugins/clamav/clamav_plugin.c
778                 fix copy & paste bug
779
780 2003-09-05 [christoph]  0.9.4claws64
781
782         * src/folder.c
783         * src/messageview.[ch]
784         * src/procmsg.[ch]
785         * src/summaryview.c
786                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
787                 by MessageView to clear it when the message is deleted. Should
788                 work even if messages are deleted in MainWindow or by
789                 processing.
790
791 2003-09-05 [alfons]     0.9.4claws63
792
793         * src/messageview.c
794                 deleting a message in a message view frees its msginfo, make 
795                 messageview_update_all() aware of that (should fix bug #293,
796                 "deleting message caused crash")
797
798 2003-09-05 [melvin]     0.9.4claws62
799
800         * src/action.c
801                 Improve synchronous action exit code (fixes 
802                 a ~5 seconds delay after action exit on RedHat 9)
803
804 2003-09-04 [christoph]  0.9.4claws61
805
806         * src/compose.c
807         * src/rfc2015.c
808         * src/common/utils.[ch]
809                 add util function to create mime boundary and use it
810                 in compose and gpg code
811
812 2003-09-04 [alfons]     0.9.4claws60
813
814         * src/folder.c
815                 source folder item's GNode should already have been freed in 
816                 a previous call to src->folder->klass->remove_folder()
817                 (should fix bug #287, "crash when moving folders")
818
819 2003-09-03 [thorsten]   0.9.4claws59
820
821         * src/plugins/spamassassin/spamassassin_gtk.c
822                 fix compile error
823
824 2003-09-03 [christoph]  0.9.4claws58
825
826         * src/plugins/spamassassin/spamassassin.[ch]
827         * src/plugins/spamassassin/spamassassin_gtk.c
828                 add timeout config option
829
830 2003-09-03 [paul]       0.9.4claws57
831
832         * po/sk.po      ** NEW FILE **
833                 add Slovak translation. Submitted by Andrej Kacian 
834                 <andrej@kacian.sk>
835
836 2003-09-03 [paul]       0.9.4claws56
837
838         * src/plugins/clamav/clamav_plugin_gtk.c
839                 gui tweaks: replace a label with a tooltip, modify the
840                 text, use gtk_check_button_new(); instead of
841                 gtk_check_button_new_with_label("");
842
843 2003-09-02 [alfons]     0.9.4claws55
844
845         * src/gtk/filesel.c
846                 remember last used dir when attaching multiple files (should fix
847                 bug #290, "Attach File does not remember directory")
848
849 2003-09-01 [paul]       0.9.4claws54
850
851         * po/es.po
852                 updated by Ricardo Mones Lastra
853
854 2003-09-01 [alfons]     0.9.4claws53
855
856         * src/gtk/gtkaspell.[ch]
857                 be pedantic and strict and use const gchar * instead of guchar *
858
859 2003-09-01 [alfons]     0.9.4claws52
860
861         * src/mainwindow.c
862         * src/summaryviewc.
863                 re-enable Save As when multiple messages are selected
864
865 2003-09-01 [paul]       0.9.4claws51
866
867         * src/textview.c
868                 g_free(trimmed_uri);
869
870 2003-09-01 [paul]       0.9.4claws50
871
872         * sync with 0.9.4cvs13
873                 see ChangeLog 2003-09-01
874
875 2003-09-01 [paul]       0.9.4claws49
876
877         * src/textview.c
878                 trim uri before sending to the statusbar
879                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
880                 in the message window causes main S-C window to enlarge 
881                 past screen edges'
882
883 2003-09-01 [paul]       0.9.4claws48
884
885         * sync with 0.9.4cvs12
886                 see ChangeLog 2003-09-01
887
888 2003-08-30 [christoph]  0.9.4claws47
889
890         * src/compose.c
891         * src/folder_item_prefs.[ch]
892         * src/prefs_folder_item.c
893         * src/gtk/gtkaspell.[ch]
894                 commit per folder dictionary patch by
895                 Paul Evans <nerd@freeuk.com>
896
897 2003-08-30 [christoph]  0.9.4claws46
898
899         * src/plugins/spamassassin/spamassassin_gtk.c
900         * src/plugins/spamassassin/spamassassin_gtk.glade
901                 reduce GUI clutter by placing hints into tooltips
902
903 2003-08-30 [paul]       0.9.4claws45
904
905         * src/compose.c
906                 add 'Content-Disposition: inline' to a text/plain
907                 part when using PGP/MIME signing
908
909 2003-08-30 [paul]       0.9.4claws44
910
911         * src/prefs_common.c
912           src/prefs_spelling.c
913           src/prefs_spelling.glade
914                 reduce GUI clutter by placing hints into tooltips
915
916 2003-08-29 [christoph]  0.9.4claws43
917
918         * configure.ac
919                 fix bug found by Ivan Rayner <ivanr@sgi.com>
920
921         * src/stock_pixmap.c
922                 change unecessary warning into a debug message
923
924         * src/plugins/clamav/Makefile.am
925                 Fix error "-I$(CLAMAV_LIBS)"
926
927 2003-08-29 [christoph]  0.9.4claws42
928
929         * intl/Makefile.in
930         * src/Makefile.am
931         * src/matcher.h
932         * src/common/Makefile.am
933         * src/common/passcrypt.c
934                 commit fixes and patches for some of the IRIX problems found by
935                 Ivan Rayner <ivanr@sgi.com>
936
937 2003-08-29 [paul]       0.9.4claws41
938
939         * src/prefs_filtering.c
940                 add 'Top' and 'Bottom' buttons, based on changes in
941                 src/prefs_filter.c in 0.9.4cvs11.
942
943 2003-08-27 [christoph]  0.9.4claws40
944
945         * src/folderview.c
946                 fix bug that the current summary settings were copied to the
947                 wrong folder item, when the folder item prefs are opened.
948                 Copying is not required because summary settings and
949                 folder_item_prefs do not contain the same settings
950
951 2003-08-27 [thorsten]   0.9.4claws39
952
953         * src/imap.c
954                 fix compile error
955
956 2003-08-26 [paul]       0.9.4claws38
957
958         * sync with 0.9.4cvs9
959                 see ChangeLog 2003-08-26
960
961 2003-08-25 [paul]       0.9.4claws37
962
963         * sync with 0.9.4cvs8
964                 see ChangeLog 2003-08-25
965
966 2003-08-24 [christoph]  0.9.4claws36
967
968         * src/prefs_filtering.c
969                 shouldn't remove items from a GSList while iterating over the
970                 list (makes cur invalid and cur->next not accessable)
971
972         (closes Bug 272 i deleted an folder and some seconds later sylpheed
973          crashed)
974
975 2003-08-23 [christoph]  0.9.4claws35
976
977         * src/news.c
978                 news folders should be scanned when opened
979
980 2003-08-22 [christoph]  0.9.4claws34
981
982         * src/prefs_folder_item.c
983                 use macro to assign strings that always frees the old string
984
985         * src/gtk/gtkaspell.[ch]
986                 add gtkaspell_set_dictionary_menu_active_item() to set active
987                 item in dictionary option menu
988
989         * src/prefs_spelling.c
990                 use gtkaspell_set_dictionary_menu_active_item() to select
991                 dictionary
992
993 2003-08-21 [christoph]  0.9.4claws33
994
995         * src/folder.[ch]
996         * src/imap.c
997         * src/mbox_folder.c
998         * src/mh.c
999         * src/news.c
1000                 optimize folder system
1001
1002         * src/gtk/gtkstext.c
1003                 fix division by zero when font has 0 width for ' '
1004
1005 2003-08-21 [paul]       0.9.4claws32
1006
1007         * sync with 0.9.4cvs7
1008                 see ChangeLog 2003-08-20
1009
1010 2003-08-19 [paul]       0.9.4claws31
1011
1012         * src/common/defs.h
1013                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1014                 SYLDOC_FAQ_HTML_INDEX.
1015         * src/manual.c
1016                 use LC_MESSAGES instead of LC_ALL to find the current
1017                 language
1018
1019           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1020
1021 2003-08-19 [paul]       0.9.4claws30
1022
1023         * po/bg.po
1024                 updated by George Danchev
1025
1026 2003-08-18 [luke]       0.9.4claws29
1027         * src/mimeview.[ch]
1028         * src/gtk/gtkvscrollbutton.[ch]
1029                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1030                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1031                 o removed horizontal separator between icons
1032
1033 2003-08-17 [christoph]  0.9.4claws28
1034
1035         * src/procmsg.c
1036                 no subject threading when the subject has no reply prefix
1037
1038 2003-08-16 [christoph]  0.9.4claws27
1039
1040         * src/mainwindow.c
1041                 remember and restore window sizes and position when the main
1042                 window is hidden or shown
1043
1044         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1045          minimised/reopened using trayicon)
1046
1047 2003-08-16 [paul]       0.9.4claws26
1048
1049         * src/crash.c
1050                 add #include "defs.h"
1051
1052 2003-08-16 [paul]       0.9.4claws25
1053
1054         * src/plugins/clamav/clamav_plugin.c
1055                 reword a debug_print
1056                 
1057         * src/plugins/dillo_viewer/dillo_prefs.c
1058                 cosmetic: change the labels' text, add tooltips, and
1059                 left-align the hint
1060
1061 2003-08-15 [christoph]  0.9.4claws24
1062
1063         * src/news.c
1064                 complete last change (forgot some changes)
1065
1066 2003-08-15 [christoph]  0.9.4claws23
1067
1068         * src/news.c
1069                 o check number of messages and don't return a 0 message
1070                   when no messages are available
1071                 o don't parse xref header anymore
1072
1073         (closes Bug 203 I'm not getting any news)
1074
1075 2003-08-15 [paul]       0.9.4claws22
1076
1077         * src/common/defs.h
1078           src/crash.c
1079                 update and define claws bugzilla location
1080
1081 2003-08-15 [paul]       0.9.4claws21
1082
1083         * po/ru.po
1084                 update submitted by Ruslan N. Balkin
1085
1086 2003-08-14 [christoph]  0.9.4claws20
1087
1088         * src/procmsg.c
1089                 fix search for oldest node in subject threading
1090
1091 2003-08-14 [christoph]  0.9.4claws19
1092
1093         * src/procmsg.c
1094         * src/common/utils.h
1095                 add possibility to check all nodes with the same subject for
1096                 subject threading, not only the oldest node. Should not break
1097                 threads anymore if the oldest node is thread_by_subject_max_age
1098                 days older then parent, because it can now find a child of
1099                 oldest node as new parent.
1100
1101 2003-08-11 [christoph]  0.9.4claws18
1102
1103         * src/plugins/spamassassin/spamassassin.c
1104                 run spam check in background process
1105
1106 2003-08-10 [alfons]     0.9.4claws17
1107
1108         * src/summaryview.c
1109                 make `Select All' sensitive too
1110
1111 2003-08-10 [christoph]  0.9.4claws16
1112
1113         * src/imap.c
1114                 add more checks in imap_close
1115
1116 2003-08-09 [alfons]     0.9.4claws15
1117
1118         * src/prefs_spelling.c
1119                 no spell checking UI if not requested
1120
1121 2003-08-09 [alfons]     0.9.4claws14
1122
1123         * src/gtk/prefswindow.c
1124                 make it compile
1125
1126 2003-08-09 [christoph]  0.9.4claws13
1127
1128         * src/prefs_spelling.c
1129         * src/gtk/prefswindow.[ch]
1130         * src/plugins/clamav/clamav_plugin_gtk.c
1131         * src/plugins/spamassassin/spamassassin_gtk.c
1132                 sort prefs pages by heighest weight in tree
1133
1134 2003-08-09 [paul]       0.9.4claws12
1135
1136         * sync with 0.9.4cvs6
1137                 see ChangeLog 2003-08-07
1138                 
1139         * AUTHORS
1140                 add Leandro and Luke to claws-branch section
1141
1142 2003-08-09 [christoph]  0.9.4claws11
1143
1144         * src/gtk/Makefile.am
1145         * src/gtk/colorsel.[ch]                 ** NEW **
1146                 create a color selection dialog that can be used as a simple
1147                 function call with it's own gtk main loop like filesel.[ch]
1148
1149         * src/Makefile.am
1150         * src/main.c
1151         * src/prefs_common.c
1152         * src/prefs_spelling.[ch]               ** NEW **
1153         * src/prefs_spelling.glade              ** NEW **
1154         * src/gtk/gtkutils.[ch]
1155                 move "Spell Checker" prefs to new prefs dialog
1156
1157         * src/prefs_folder_item.c
1158                 use new colorsel dialog
1159
1160 2003-08-08 [paul]       0.9.4claws10
1161
1162         * src/inc.c
1163                 clear the progress bar unconditionally
1164
1165 2003-08-08 [paul]       0.9.4claws9
1166
1167         * sync with 0.9.4cvs4
1168                 see ChangeLog 2003-07-31
1169
1170 2003-08-07 [christoph]  0.9.4claws8
1171
1172         * configure.ac
1173                 fix bug in image viewer plugin part
1174
1175         * src/imap.c
1176                 don't execute close command if the folder item is not selected
1177
1178 2003-08-07 [hoa]        0.9.4claws7
1179
1180         * src/filtering.[ch]
1181         * src/matcher_parser.h
1182         * src/matcher_parser_parse.y
1183                 can define several actions for each filtering rule
1184                 can import old versions of filtering rules
1185
1186         * src/prefs_filtering.c
1187                 call to a new dialog box to define actions
1188
1189         * src/prefs_filtering_action.[ch]
1190                 dialog box to define actions for filtering rules
1191
1192 2003-08-06 [christoph]  0.9.4claws6
1193
1194         * src/imap.c
1195                 make sure source folder is selected when copying messages
1196
1197 2003-08-06 [christoph]  0.9.4claws5
1198
1199         * sync with 0.9.4cvs2
1200                 see ChangeLog 2003-07-29                
1201
1202 2003-08-05 [paul]       0.9.4claws4
1203
1204         * sync with 0.9.4cvs3
1205                 see ChangeLog 2003-07-30
1206
1207 2003-08-04 [match]      0.9.4claws3
1208
1209         * po/POTFILES.in
1210                 export of LDIF files.
1211
1212 2003-08-04 [match]      0.9.4claws2
1213
1214         * src/ldif.[ch]
1215                 support for export LDIF. documented.
1216         * src/importldif.[ch]
1217         * src/exportldif.[ch]
1218                 add tooltips. documented.
1219         * src/exphtmldlg.[ch]
1220         * src/common/xmlprops.[ch]
1221                 documented.
1222         * src/exportldif.[ch]                   ** NEW **
1223         * src/expldifdlg.[ch]                   ** NEW **
1224         * src/addressbook.[ch]
1225         * src/Makefile.am
1226                 export of LDIF files.
1227                 documented.
1228
1229 2003-08-04 [christoph]  0.9.4claws1
1230
1231         * .cvsignore
1232         * Makefile.am
1233         * configure.ac
1234         * sylpheed-claws.pc.in                  ** NEW **
1235         * src/Makefile.am
1236         * src/common/Makefile.am
1237         * src/gtk/Makefile.am
1238                 install sylpheed header files in $(pkgincludedir) and create a
1239                 pkg-config file to allow building a plugin without the source
1240                 package
1241
1242 2003-08-04 [paul]       0.9.4claws
1243
1244         * version 0.9.4claws
1245
1246 2003-08-04 [paul]       0.9.3claws97
1247
1248         * po/es.po
1249                 update Spanish translation. Submitted by Ricardo
1250                 Mones Lastra.
1251
1252 2003-08-03 [paul]       0.9.3claws96
1253
1254         * po/hr.po
1255           po/sr.po
1256                 update Croatian and Serbian translations. Submitted by
1257                 Dragan and Urke MMI respectively
1258
1259 2003-08-03 [alfons]     0.9.3claws95
1260
1261         * src/summaryview.c
1262                 mark flag has precedence over important flag - seems
1263                 to have been changed in sync of 0.9.3claws45. this fixes
1264                 a regression where messages that were scored as important
1265                 don't show their mark flags. (using the same column for
1266                 both importance as mark flags is the real problem
1267                 ofcourse)
1268
1269 2003-08-03 [melvin]     0.9.3claws94
1270
1271         * po/fr.po
1272                 Updated French translations.
1273
1274 2003-08-03 [melvin]     0.9.3claws93
1275
1276         * src/Makefile.am
1277                 Fixed typo introduced after 0.9.3claws92 
1278                 that prevented compilation
1279                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1280                 CPPFLAGS and YFLAGS to allow user setting these.
1281         * src/common/Makefile.am
1282         * src/gtk/Makefile.am
1283         * src/plugins/clamav/Makefile.am
1284         * src/plugins/demo/Makefile.am
1285         * src/plugins/dillo_viewer/Makefile.am
1286         * src/plugins/image_viewer/Makefile.am
1287         * src/plugins/mathml_viewer/Makefile.am
1288         * src/plugins/spamassassin/Makefile.am
1289         * src/plugins/trayicon/Makefile.am
1290         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1291                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1292                 CPPFLAGS and YFLAGS to allow user setting these.
1293
1294 2003-08-02 [christoph]  0.9.3claws92
1295
1296         * configure.ac
1297                 o rearrange plugin tests
1298                 o add test for clamav.h to ClamAV tests
1299
1300 2003-08-02 [luke]       0.9.3claws91
1301
1302         * src/mimeview.c
1303                 o fixed appearance of icon list when toggling back from the 
1304                   ctree
1305                 o toggling of icons using the keyboard works correctly
1306                 o fixed all other keyboard shortcuts to work when icons are
1307                   active
1308         
1309         * src/messageview.c
1310                 o fixed bug 4 - focus lost when changing messageview view type
1311
1312 2003-08-02 [christoph]  0.9.3claws90
1313
1314         * src/common/hooks.c
1315                 fix crash when pointer stored in hash table could get invalid
1316                 when a plugin is unloaded
1317
1318 2003-08-01 [christoph]  0.9.3claws89
1319
1320         * configure.ac
1321                 o try to build all plugins (except spamassassin) by default
1322                 o don't build a plugin if a dependency check fails
1323
1324         * src/common/hooks.c
1325                 fix warning
1326
1327 2003-08-01 [match]      0.9.3claws88
1328
1329         * src/importldif.c
1330                 allow single click field selection. document code.
1331
1332 2003-08-01 [christoph]  0.9.3claws87
1333
1334         * src/plugins/clamav/clamav_plugin.c
1335         * src/plugins/clamav/clamav_plugin_gtk.c
1336         * src/plugins/dillo_viewer/dillo_viewer.c
1337         * src/plugins/image_viewer/plugin.c
1338         * src/plugins/mathml_viewer/mathml_viewer.c
1339         * src/plugins/spamassassin/spamassassin.c
1340         * src/plugins/spamassassin/spamassassin_gtk.c
1341         * src/plugins/trayicon/trayicon.c
1342                 add version check to all plugins
1343
1344 2003-08-01 [hoa]        0.9.3claws86
1345
1346         * src/prefs_filtering.c
1347                 fixed a cosmetic bug, during creation of dialog box,
1348                 wrong widgets were shown after creation.
1349
1350 2003-08-01 [luke]       0.9.3claws85
1351
1352         * src/mainwindow.c
1353                 o fixed visibility of icons/mimeview after toggling separate
1354                   message/folder view (factored out some similar code too).
1355
1356
1357 2003-07-31 [alfons]     0.9.3claws84
1358
1359         * src/mimeview.c
1360                 tweak icon box UI a bit more, now allowing right-clicks actions
1361                 getting the relevant mime data too; should fix #250, "Can't save 
1362                 attachments sometimes".
1363
1364 2003-07-30 [alfons]     0.9.3claws83
1365
1366         * src/compose.c
1367                 don't do auto-save-draft inside key press handler, but rather
1368                 schedule it half of a second later; should fix #67, "autosave 
1369                 make re-rediting message crazy"
1370
1371 2003-07-30 [christoph]  0.9.3claws82
1372
1373         * src/plugins/trayicon/trayicon.c
1374                 process pending events before unloading the plugin
1375
1376         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1377
1378 2003-07-30 [alfons]     0.9.3claws81
1379
1380         * src/common/hooks.c
1381                 parameter 2 of g_hook_destroy() should really be a hook id
1382
1383 2003-07-30 [alfons]     0.9.3claws80
1384
1385         * src/common/plugin.c
1386                 fix a possibly harmful function signature mismatch 
1387                 for plugin_done
1388
1389 2003-07-30 [alfons]     0.9.3claws79
1390
1391         * src/common/hooks[.ch]
1392                 const correctness
1393
1394 2003-07-30 [darko]      0.9.3claws78
1395
1396         * src/summaryview.c
1397                 make it compile again
1398
1399 2003-07-30 [luke]       0.9.3claws77
1400
1401         * src/crash.c
1402         * src/main.c
1403                 o added/moved signal handlers for SIGTERM (normal kill command) 
1404                   and SIGINT (ctl-c) to be used even without 
1405                   --enable-crash-dialog, fixing bug 166
1406
1407         * src/summaryview.c
1408                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1409                   bug 227
1410
1411         * src/mainwindow.c
1412                 o changed sensitivity condition for 'Next new' and 'Next 
1413                   unread', fixing bug 8
1414
1415 2003-07-29 [alfons]     0.9.3claws76
1416
1417         * src/common/utils.[ch]
1418                 add generate_msgid()
1419         * src/messageview.c
1420                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1421                 sent folder".
1422
1423 2003-07-29 [alfons]     0.9.3claws75
1424
1425         * src/messageview.c
1426                 fix a memleak (claws-only)
1427
1428 2003-07-29 [alfons]     0.9.3claws74
1429
1430         * src/mimeview.[ch]
1431         * src/gtk/gtkvscrollbutton.[ch]
1432                 fix UI glitch where mime icon toolbox' scroll position is not 
1433                 reset after switching to another message
1434                 
1435
1436 2003-07-29 [paul]       0.9.3claws73
1437
1438         * src/prefs_folder_item.c
1439                 split the prefs into 2 separate pages
1440
1441 2003-07-29 [paul]       0.9.3claws72
1442
1443         * src/compose.c
1444                 prepend "\n\n" to a signature without a separator too
1445
1446 2003-07-29 [paul]       0.9.3claws71
1447
1448         * src/compose.c
1449                 fix bug where changing to an account without an auto-sig
1450                 from an initial account without an auto-sig would insert 
1451                 2 blank lines at the cursor point
1452                 fix bug where changing to an account with an auto-sig
1453                 from an initial account without an auto-sig would insert
1454                 the sig at the cursor point
1455
1456 2003-07-29 [paul]       0.9.3claws70
1457
1458         * src/folderview.c
1459                 use the colour from the folder pref unless the folder
1460                 has new messages
1461
1462 2003-07-29 [alfons]     0.9.3claws69
1463
1464         * src/procmsg.[ch]
1465         * src/messageview.c
1466         * src/procheader.c
1467                 rewrite return receipt request work a little bit (the former 
1468                 implementation presumably depended too much on the UI setting
1469                 flags). (we're losing the old pending flag.) 
1470
1471 2003-07-28 [christoph]  0.9.3claws68
1472
1473         * src/folder.c
1474         * src/imap.c
1475         * src/mh.c
1476         * src/procmsg.[ch]
1477                 fix copy to IMAP folder from other folder
1478
1479 2003-07-28 [christoph]  0.9.3claws67
1480
1481         * src/procmsg.c
1482                 fix sync of procmsg_get_message_file_list
1483
1484 2003-07-28 [christoph]  0.9.3claws66
1485
1486         * sync with 0.9.3cvs14
1487                 see ChangeLog 2003-07-18
1488         * sync with 0.9.3cvs17
1489                 see ChangeLog 2003-07-23
1490
1491         (closes Bug 234 segmentation fault after sending out mail via
1492          smtp(auth))
1493
1494 2003-07-28 [paul]       0.9.3claws65
1495
1496         * po/es.po
1497                 update Spanish translation, submitted by Ricardo Mones
1498                 Lastra
1499
1500 2003-07-28 [christoph]  0.9.3claws64
1501
1502         * src/folder.[ch]
1503         * src/imap.c
1504         * src/mh.c
1505                 return new message numbers as a GRelation instead of a GSList
1506                 that has to be in the same order as the input list. A list
1507                 would make it hard for IMAP to optimize oepration by sorting
1508                 the input list. The returned list would have to be reordered
1509                 to match the same order that input list has.
1510
1511         * src/gtk/gtkaspell.c
1512                 fix missing return value, could cause a crash when garbage is
1513                 on the stack that is used as the expected return value
1514
1515 2003-07-28 [paul]       0.9.3claws63
1516
1517         * sync with 0.9.4cvs1
1518                 see ChangeLog 2003-07-28
1519
1520 2003-07-27 [alfons]     0.9.3claws62
1521
1522         * src/mimeview.c
1523                 tweak it more to make icon list act like a check button group
1524
1525 2003-07-27 [christoph]  0.9.3claws61
1526
1527         * sync with 0.9.3cvs20
1528                 see ChangeLog 2003-07-25
1529
1530 2003-07-27 [paul]       0.9.3claws60
1531
1532         * src/procmsg.c
1533                 re-commit changes from 0.9.3claws58 -
1534                 accidently removed in 0.9.3claws59
1535
1536 2003-07-27 [paul]       0.9.3claws59
1537
1538         * src/procmsg.[ch]
1539                 a sync from 0.9.3cvs17
1540                 see ChangeLog 2003-07-23
1541
1542 2003-07-27 [alfons]     0.9.3claws58
1543
1544         * src/procmsg.c
1545                 add missing header members to MsgInfo; fixes the problem of 
1546                 not displaying X-Faces, as noticed by Ricardo Mones
1547
1548 2003-07-26 [christoph]  0.9.3claws57
1549
1550         * sync with 0.9.3cvs18
1551                 see ChangeLog 2003-07-24
1552
1553 2003-07-26 [christoph]  0.9.3claws56
1554
1555         * sync with 0.9.3cvs17
1556                 see ChangeLog 2003-07-23
1557
1558 2003-07-26 [christoph]  0.9.3claws55
1559
1560         * src/folder.[ch]
1561         * src/imap.c
1562         * src/mbox_folder.c
1563         * src/mh.c
1564         * src/news.c
1565                 add support for copy function that copy multiple messages
1566                 (not implemented yet)
1567
1568         * src/summaryview.c
1569                 add missing return value
1570
1571 2003-07-26 [paul]       0.9.3claws54
1572
1573         * tools/multiwebsearch.pl
1574                 do whitespace substitution before passing the string
1575                 to the browser. fixes bug with browsers that don't
1576                 do whitespace conversion themselves.
1577
1578 2003-07-25 [christoph]  0.9.3claws53
1579
1580         * src/folder.[ch]
1581         * src/imap.c
1582         * src/mh.c
1583                 rewrite adding of multiple messages to a folder for
1584                 claws' folder system
1585
1586 2003-07-25 [luke]       0.9.3claws52
1587
1588         * src/mimeview.c
1589                 o icon toggles set correctly on leaving ctree mimeview
1590
1591 2003-07-25 [paul]       0.9.3claws51
1592
1593         * partial sync with 0.9.3cvs21 [src/main.c]
1594                 see ChangeLog 2003-07-25
1595
1596 2003-07-24 [paul]       0.9.3claws50
1597
1598         * tools/maildir2sylpheed.pl
1599                 fix typo
1600
1601 2003-07-24 [paul]       0.9.3claws49
1602
1603         * src/mimeview.c
1604                 increase the gutter size of paned so that the panes
1605                 can be resized
1606                 
1607         * src/plugins/demo/demo.c
1608                 squeeze in another typo fix
1609
1610 2003-07-24 [paul]       0.9.3claws48
1611
1612         * src/plugins/demo/demo.c
1613           src/prefs_account.c
1614                 small changes to the English
1615                 
1616         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1617           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1618           src/Makefile.am
1619           src/stock_pixmap.c
1620                 rename the misspelled icon
1621
1622 2003-07-23 [alfons]     0.9.3claws47
1623
1624         * src/mimeview.c
1625                 make icon list look like a list of toggles
1626
1627 2003-07-23 [luke]       0.9.3claws46
1628
1629         * src/pixmaps/mimeview_gpg_expired.xpm
1630         * src/pixmaps/mimeview_gpg_failed.xpm
1631         * src/pixmaps/mimeview_gpg_passed.xpm
1632         * src/pixmaps/mimeview_text_html.xpm
1633         * src/pixmaps/mimeview_image.xpm
1634                 o all icons the same size
1635
1636         * src/mimeview.[ch]
1637                 o mimeview ctree arranged vertically above the viewer
1638                 o icons changed to buttons
1639                 o can use keyboard to select an icon (Enter)
1640                 o resize icon list to width of icons
1641
1642         *  src/gtk/gtkvscrollbutton.c
1643                 o sensitivity of buttons reacts to position
1644
1645 2003-07-23 [christoph]  0.9.3claws45
1646
1647         * sync with 0.9.3cvs14 (incomplete)
1648                 see ChangeLog 2003-07-17
1649
1650 2003-07-23 [alfons]     0.9.3claws44
1651
1652         * src/folder.c
1653         * src/procmsg.h
1654                 sync with my local tree to restore some claws-only things
1655
1656 2003-07-23 [paul]       0.9.3claws43
1657
1658         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1659           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1660           src/Makefile.am
1661           src/mimeview.c
1662           src/procmime.h
1663           src/rfc2015.c
1664           src/stock_pixmap.[ch]
1665                 indicate missing keys and expired sigs/keys
1666                 in mime view column
1667
1668 2003-07-23 [paul]       0.9.3claws42
1669
1670         * src/compose.c
1671                 Redirect fixes: enable automatic account selection and
1672                 do not append signature to message on changing account
1673                 fixes Bug[s] #248
1674
1675 2003-07-23 [paul]       0.9.3claws41
1676
1677         * sync with 0.9.3cvs16
1678                 see ChangeLog 2003-07-23
1679
1680 2003-07-23 [alfons]     0.9.3claws40
1681
1682         * src/inc.c
1683                 give progress dialog a main window, and give it the first 
1684                 one (presumably the only one). fixes bug #247, "segfault on 
1685                 pop-before-smtp" 
1686
1687 2003-07-22 [alfons]     0.9.3claws39
1688
1689         * src/summaryview.c
1690                 shift-space scrolls up
1691
1692 2003-07-22 [paul]       0.9.3claws38
1693
1694         * sync with 0.9.3cvs15
1695                 see ChangeLog 2003-07-22
1696
1697 2003-07-20 [alfons]     0.9.3claws37
1698
1699         * src/compose.c
1700                 put menu inside #ifdef USE_ASPELL..#endif
1701
1702 2003-07-20 [christoph]  0.9.3claws36
1703
1704         * src/procmsg.c
1705                 fix wrong flags in MsgInfo returned by
1706                 procmsg_msginfo_get_full_info()
1707
1708         (closes Bug 221 Deleting messages from the Message View gives incorrect
1709          new/unread message counts in the folder view)
1710
1711         * src/plugins/spamassassin/spamassassin_gtk.c
1712                 add gettext macro for prefs page title
1713
1714 2003-07-20 [paul]       0.9.3claws35
1715
1716         * src/mimeview.c
1717                 redraw icon list on signature check
1718
1719 2003-07-20 [christoph]  0.9.3claws34
1720
1721         * src/Makefile.am
1722         * src/account.c
1723         * src/folder.[ch]
1724         * src/folder_item_prefs.[ch]            ** NEW **
1725         * src/folderview.c
1726         * src/mainwindow.c
1727         * src/mh.c
1728         * src/prefs_gtk.c
1729         * src/prefs_scoring.c
1730         * src/summaryview.c
1731         * src/prefs_folder_item.[ch]
1732                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1733                   Properties dialog
1734                 o use prefswindow for folder properties
1735
1736         * src/gtk/prefswindow.[ch]
1737                 change implementation to use an invisible notebook instead
1738                 of unparenting widgets
1739
1740 2003-07-20 [christoph]  0.9.3claws33
1741
1742         * src/compose.h
1743         * src/folder.c
1744         * src/folderview.h
1745         * src/headerview.h
1746         * src/prefs_filtering.h
1747         * src/prefs_folder_item.[ch]
1748         * src/procmime.h
1749         * src/procmsg.h
1750         * src/summaryview.h
1751                 clean up header mess
1752                 (always use 1. typedefs, 2. #includes, 3. structures)
1753
1754         * src/common/version.h.in
1755                 add casts for constants
1756
1757         * src/plugins/demo/demo.c
1758                 fix typo
1759
1760         * src/plugins/spamassassin/spamassassin.c
1761                 remove unused variable
1762
1763 2003-07-20 [alfons]     0.9.3claws32
1764
1765         * src/mimeview.c
1766                 o make icon buttons respond on left click
1767                 o minor cosmetic change
1768
1769 2003-07-19 [luke]       0.9.3claws31
1770
1771         * src/mimeview.[ch]
1772         * src/gtk/gtkvscrollbutton.c
1773         * src/messageview.c
1774                 o improved mimeview behaviour when selecting a new message
1775                 o plus code cleanups to remove compile warnings
1776
1777
1778 2003-07-19 [alfons]     0.9.3claws30
1779
1780         * src/procmsg.c
1781         * src/compose.c
1782         * src/common/utils.[ch]
1783                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1784
1785 2003-07-19 [alfons]     0.9.3claws29
1786
1787         * src/prefs_folder_item.c
1788                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1789                 string pointers
1790
1791 2003-07-19 [luke]       0.9.3claws28
1792
1793         * src/messageview.c
1794         * src/mimeview.[ch]
1795         * src/procmime.h
1796         * src/rfc2015.c
1797         * src/stock_pixmap.[ch]
1798         * src/gtk/Makefile.am
1799         * src/Makefile.am
1800         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1801         * src/pixmaps/mime_*.xpm                ** NEW **
1802                 o mimeview rearrangement with a new icon shortcut bar
1803
1804 2003-07-19 [alfons]     0.9.3claws27
1805
1806         * src/folderview.c
1807                 o plug leaking nodes_to_recollapse
1808                 o add folderview_recollapse_all_nodes() (not used yet)
1809
1810 2003-07-19 [alfons]     0.9.3claws26
1811
1812         * src/compose.c
1813         * src/common/utils.c
1814                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1815                 for both forwarding as replying
1816
1817 2003-07-18 [christoph]  0.9.3claws25
1818
1819         * configure.ac
1820         * src/common/sylpheed.[ch]
1821         * src/common/version.h.in
1822                 add version in numeric form to allow easy comparison
1823
1824         * src/plugins/demo/demo.c
1825                 add version check
1826                 - sylpheed version > plugin version => never allowed, sylpheed
1827                   could contain unknown API changes
1828                 - sylpheed version < minimum version required => don't load,
1829                   API required not available (if linking does not fail)
1830
1831 2003-07-18 [alfons]     0.9.3claws24
1832         
1833         * src/common/plugin.[ch]
1834                 const correctness
1835
1836 2003-07-18 [christoph]  0.9.3claws23
1837
1838         * src/common/hooks.c
1839                 fix crash when hooks where unregisted
1840
1841         * src/plugins/trayicon/trayicon.c
1842                 unregister detroy signal before destroying the widget
1843                 (still crashes when the plugin is unloaded)
1844
1845 2003-07-18 [alfons]     0.9.3claws22
1846         
1847         * src/folderview.c
1848                 delay expanding folder tree during drags until timeout triggered
1849                 (needs perhaps some tweaking, so testing is welcome)
1850
1851 2003-07-17 [alfons]     0.9.3claws21
1852
1853         * src/folderview.c
1854                 clean up cruft
1855
1856 2003-07-17 [christoph]  0.9.3claws20
1857
1858         * src/common/session.c
1859                 fix opening of SSL connections
1860
1861         * src/plugins/image_viewer/Makefile.am
1862                 add OPENSSL_CFLAGS (we should find a better solution to remove
1863                 this dependencies if they are not required)
1864
1865         * src/plugins/spamassassin/spamassassin.c
1866                 remove setlocale workaround (fixed in libspamc)
1867
1868         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1869          if spell checking enabled)
1870
1871 2003-07-17 [alfons]     0.9.3claws19
1872
1873         * src/common/hooks.[ch]
1874         * src/plugins/clamav/clamav_plugin.c
1875         * src/plugins/spamassassin/spamassassin.c
1876         * src/plugins/trayicon/trayicon.c
1877                 fix signedness muck 
1878
1879 2003-07-17 [alfons]     0.9.3claws18
1880
1881         * src/procmime.c
1882                 plug memleak
1883
1884 2003-07-17 [alfons]     0.9.3claws17
1885
1886         * src/inc.c
1887                 plug memleak
1888
1889 2003-07-17 [paul]       0.9.3claws16
1890
1891         * src/common/defs.h
1892           src/mainwindow.c
1893           src/manual.[ch]
1894                 add link to the Claws site's FAQ page, after the suggestion
1895                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1896                 Move url strings to defs.h
1897                 
1898         * src/mainwindow.c
1899                 fix typo to prevent "unknown menu entry" warnings
1900
1901 2003-07-17 [alfons]     0.9.3claws15
1902
1903         * src/folderview.[ch]
1904         * src/summaryview.[ch]
1905         * src/mimeview.[ch]
1906                 plug DnD leaks 
1907
1908 2003-07-17 [paul]       0.9.3claws14
1909
1910         * src/inc.c
1911                 remove two instances of 'GTK_EVENTS_FLUSH' because
1912                 they are unnecessary and probably cause a stack overflow
1913
1914 2003-07-16 [christoph]  0.9.3claws13
1915
1916         * src/mimeview.[ch]
1917                 use an invisible GTK notebook to switch between viewers
1918                 instead of reparenting widgets
1919
1920 2003-07-16 [christoph]  0.9.3claws12
1921
1922         * src/folder.c
1923                 move folder_item_update_freeze() to correct place in
1924                 folder_item_scan_full()
1925
1926 2003-07-16 [paul]       0.9.3claws11
1927
1928         * sync with 0.9.3cvs12
1929                 see ChangeLog 2003-07-14 and 2003-07-15
1930
1931 2003-07-16 [christoph]  0.9.3claws10
1932
1933         * src/imap.[ch]
1934         * src/prefs_account.[ch]
1935                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1936
1937 2003-07-15 [alfons]     0.9.3claws9
1938
1939         * src/main.c
1940                 make --config-dir do something useful
1941
1942 2003-07-15 [alfons]     0.9.3claws8
1943
1944         * src/procmsg.c
1945                 o fix a bug where 'last' didn't really point to the last message
1946                   in the top level list of children, but to the last threaded
1947                   message. 
1948                 
1949                 o clean up and make it easier to sync
1950
1951 2003-07-15 [alfons]     0.9.3claws7
1952
1953         * src/mainwindow.c
1954                 make correct menu items sensitive       
1955
1956 2003-07-14 [alfons]     0.9.3claws6
1957
1958         * src/procmsg.c
1959                 tune the threader so it will not subject-thread any message
1960                 without a subject prefix (this will not thread correctly if 
1961                 a parent is delivered after their childs, but it looks 
1962                 better right now)
1963
1964 2003-07-13 [christoph]  0.9.3claws5
1965
1966         * src/mainwindow.c
1967                 group "Add mailbox *..." menu items in submenu
1968
1969 2003-07-13 [alfons]     0.9.3claws4
1970
1971         * src/summaryview.c
1972                 correct summary_toggle_pressed() signature and make sure
1973                 signal is not passed on
1974
1975 2003-07-13 [alfons]     0.9.3claws3
1976
1977         * src/summaryview.c
1978                 o for now don't pass on keys when they we're handled by 
1979                   ctree::key_press_event
1980                 o clean up
1981
1982 2003-07-13 [alfons]     0.9.3claws2
1983         
1984         * src/main.c
1985                 add command line option "--config-dir" to get the current 
1986                 configuration dir
1987
1988 2003-07-12 [alfons]     0.9.3claws1
1989
1990         * src/matcher.[ch]
1991         * src/matcher_parser_parse.y
1992         * src/prefs_filtering.c
1993         * src/filtering.c
1994                 add "Lock" filter action to lock messages;
1995
1996         * src/filtering.c       
1997                 remove debug_print()    
1998         * src/prefs_filtering.c
1999                 re-organize matcher part 9: 
2000                 make action text entries easily extendible;
2001                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2002                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2003
2004 2003-07-12 [paul]
2005
2006         * tools/README
2007                 update old information and add missing
2008                 information
2009
2010 2003-07-12 [paul]       0.9.3claws
2011
2012         * 0.9.3claws released
2013         
2014 2003-07-12 [paul]       0.9.0claws103
2015
2016         * src/Makefile.am
2017                 add addrquery.h
2018
2019 2003-07-12 [melvin]     0.9.0claws102
2020
2021         * src/messageview.c
2022                 Fixed bug #215: Show MIME tab for single text/html messages. 
2023                 
2024 2003-07-12 [paul]       0.9.0claws101
2025
2026         * man/sylpheed.1
2027                 updated
2028
2029 2003-07-12 [paul]       0.9.0claws100
2030
2031         * po/es.po
2032           po/hr.po
2033           po/pl.po
2034           po/sr.po
2035                 update Spanish, Croatian, Polish, Serbian translations.
2036                 submitted by Ricardo Mones Lastra, Dragan, Witold
2037                 Wladyslaw Wojciech Wilk, Urke MMI
2038
2039 2003-07-12 [melvin]     0.9.0claws99
2040
2041         * po/fr.po
2042                 Updated French translations.
2043
2044 2003-07-12 [paul]       0.9.0claws98
2045
2046         * src/addressbook.c
2047                 disable 'Lookup' button as it has no effect
2048
2049 2003-07-11 [alfons]     0.9.0claws97
2050         
2051         * src/summaryview.c
2052                 summary_searchbar_pressed() should return TRUE to signal that
2053                 event was handled. when returning void, the return value passed
2054                 to GTK is actually random, but maybe FALSE, in which case the
2055                 event is handled by parent
2056                 
2057 2003-07-10 [paul]       0.9.0claws96
2058
2059         * ac/missing/gettext.m4
2060                 update to version 0.12
2061
2062 2003-07-10 [paul]       0.9.0claws95
2063
2064         * src/plugins/clamav/clamav_plugin.c
2065                 fix bug where multipart/alternative messages
2066                 would slip through without being scanned
2067
2068 2003-07-10 [christoph]  0.9.0claws94
2069
2070         * src/folder.c
2071                 correct check if folder supports removing when a message is
2072                 moved. if not the message is only copied.
2073
2074         (closes Bug 132 crash on startup in newsgroups folders)
2075
2076 2003-07-09 [alfons]     0.9.0claws93
2077
2078         * configure.ac
2079         * src/common/defs.h
2080                 --with-config-dir (default .sylpheed)
2081
2082 2003-07-09 [christoph]  0.9.0claws92
2083
2084         * configure.ac
2085                 use PKG_CHECK_MODULES to check for gtkmathview
2086                 (version 0.4.2 now required)
2087
2088 2003-07-08 [melvin]     0.9.0claws91
2089
2090         * src/action.c
2091                 Implemented a progress bar that counts the number of completed
2092                 tasks when the action runs more than one command.
2093
2094 2003-07-08 [alfons]     0.9.0claws90
2095
2096         * src/procmsg.c
2097                 if queued message has an invalid Message-Id, don't try to
2098                 find message it refers to (fixes #209 "crash when processing 
2099                 in folder")
2100
2101 2003-07-08 [paul]       0.9.0claws89
2102
2103         * sync with 0.9.3cvs2
2104                 see ChangeLog 2003-07-08
2105
2106 2003-07-08 [match]      0.9.0claws88
2107
2108         * src/ldapctrl.c
2109                 extend LDAP search for first/last name by parsing search term.
2110
2111 2003-07-08 [alfons]     0.9.0claws87
2112
2113         * src/send_message.c
2114                 fix bug #208 "Status message stuck when sending on POP3 account"
2115
2116 2003-07-07 [paul]       0.9.0claws86
2117
2118         * po/hr.po
2119                 new Croatian translation, submitted by
2120                 Dragan <drleskov@inet.hr>
2121
2122 2003-07-07 [paul]       0.9.0claws85
2123
2124         * sync with 0.9.3cvs1
2125                 see ChangeLog 2003-07-07
2126
2127 2003-07-05 [christoph]  0.9.0claws84
2128
2129         * src/Makefile.am
2130         * src/messageview.c
2131         * src/mimeview.[ch]
2132         * src/stock_pixmap.[ch]
2133         * src/pixmaps/messageview_text.xpm              ** NEW **
2134                 move mimeview tabs to the right side and use icons
2135                 instead of text to save some space
2136
2137         (patch by Luke Plant <lukeplant@softhome.net>)
2138
2139 2003-07-05 [christoph]  0.9.0claws83
2140
2141         * src/inc.c
2142                 add NULL pointer checks
2143
2144         (patch by Luke Plant <lukeplant@softhome.net>)
2145         (closes Bug 204 0.9.0 quits on authentication error?!)
2146
2147 2003-07-05 [alfons]     0.9.0claws82
2148
2149         * configure.ac
2150                 take the clue in bug #202 "./configure script - 
2151                 'if test' comparison failure" reported by John Kristoff. 
2152
2153 2003-07-04 [christoph]  0.9.0claws81
2154
2155         * src/plugins/spamassassin/spamassassin.c
2156                 set timeout for spam check
2157
2158 2003-07-04 [christoph]  0.9.0claws80
2159
2160         * src/main.c
2161                 destroy all FolderItems when shutting down to
2162                 allow folders to clean up
2163
2164 2003-07-04 [melvin]     0.9.0claws79
2165
2166         * src/gtk/gtkaspell.c
2167                 Fixed bug #184 "Entering non-ascii character deletes
2168                 previous char if spell checking enabled": this makes
2169                 the spell checking in multibytes (e.g. UTF-8)locales work.
2170                 (Patch by Luke Plant).
2171                 
2172 2003-07-04 [christoph]  0.9.0claws78
2173
2174         * sync with 0.9.2cvs1
2175                 see ChangeLog 2003-06-10
2176
2177 2003-07-04 [paul]       0.9.0claws77
2178
2179         * sync with 0.9.3 release
2180                 see ChangeLog 2003-07-04
2181
2182 2003-07-03 [christoph]  0.9.0claws76
2183
2184         * src/folder.[ch]
2185         * src/imap.c
2186         * src/mbox_folder.c
2187         * src/mh.c
2188         * src/news.c
2189                 move folder_item_get_path() stuff into a folder virtual function
2190
2191         * src/procmsg.c
2192                 use folder_item_fetch_msg() to get message and do not contruct
2193                 the filename from path and number
2194
2195 2003-07-03 [paul]       0.9.0claws75
2196
2197         * sync with 0.9.2cvs12
2198                 see ChangeLog 2003-07-03
2199
2200 2003-07-02 [paul]       0.9.0claws74
2201
2202         * src/messageview.c
2203                 fix text-selection for replying
2204
2205 2003-07-02 [paul]       0.9.0claws73
2206
2207         * sync with 0.9.2cvs11
2208                 see ChangeLog 2003-07-02
2209
2210 2003-07-02 [paul]       0.9.0claws72
2211
2212         * src/procmsg.c
2213                 revert last commit because it breaks more
2214                 than it fixes
2215
2216 2003-07-02 [paul]       0.9.0claws71
2217
2218         * src/procmsg.c
2219                 fix thread by subject/sort by date
2220
2221 2003-07-01 [paul]       0.9.0claws70
2222
2223         * sync with 0.9.2cvs10
2224                 see ChangeLog 2003-07-01
2225
2226 2003-06-30 [paul]       0.9.0claws69
2227
2228         * sync with 0.9.2cvs9
2229                 see ChangeLog 2003-06-30
2230
2231 2003-06-28 [match]      0.9.0claws68
2232
2233         * src/addressbook.c
2234                 fix null ptr.
2235
2236 2003-06-27 [paul]       0.9.0claws67
2237
2238         * sync with 0.9.2cvs7
2239                 see ChangeLog 2003-06-27
2240
2241 2003-06-26 [christoph]  0.9.0claws66
2242
2243         * src/folder.c
2244                 freeze folder updates while a folder is scanned
2245
2246         (closes Bug 185 New message counter)
2247
2248 2003-06-26 [darko]      0.9.0claws65
2249
2250         * src/ldapserver.c
2251                 fix infinite loop when adding a new LDAP server
2252
2253 2003-06-26 [paul]       0.9.0claws64
2254
2255         * sync with 0.9.2cvs6
2256                 see ChangeLog 2003-06-26
2257
2258 2003-06-26 [paul]       0.9.0claws63
2259
2260         * sync with 0.9.2cvs5
2261                 see ChangeLog 2003-06-25 and 2003-06-26
2262
2263 2003-06-25 [match]      0.9.0claws62
2264
2265         * src/addr_compl.c
2266                 Fixed tab/backtab for dropped-down completion list to
2267                 move next/previous field. (close bug 147)
2268
2269 2003-06-25 [christoph]  0.9.0claws61
2270
2271         * src/addr_compl.[ch]
2272         * src/addrindex.[ch]
2273         * src/folderview.c
2274         * src/inc.c
2275         * src/news.c
2276         * src/summaryview.c
2277         * src/toolbar.c
2278                 fix warnings
2279
2280 2003-06-25 [leandro]    0.9.0claws60
2281
2282         * src/compose.c
2283                 o cleanups
2284                 o gray out "Message/Remove references" menu item if not
2285                   replying to a message
2286
2287 2003-06-24 [leandro]    0.9.0claws59
2288
2289         * src/compose.[ch]
2290                 o removed "Message/Create new thread" menu item
2291                 o added "Message/Remove references" menu item
2292                   (it's off by default and will not check anymore
2293                    if the subject changed)
2294
2295 2003-06-23 [alfons]     0.9.0claws58
2296
2297         * src/procmsg.c
2298                 try better grouping messages threaded by subject based on their age.
2299                 still not perfect - because the message tree is not sorted by date.  
2300
2301 2003-06-23 [thorsten]   0.9.0claws57
2302
2303         * src/pop.[ch]
2304                 added mail_receive_hook to allow modifications
2305                 directly after retrieval (e.g. adding headers).
2306
2307 2003-06-23 [paul]       0.9.0claws56
2308
2309         * src/sourcewindow.c
2310                  enable the use of Ctrl+A to select all text in
2311                  the sourcewindow
2312                  Patch submitted by Ivan Francolin Martinez
2313                  <ivanfm@users.sourceforge.net>
2314
2315 2003-06-22 [christoph]  0.9.0claws55
2316
2317         * src/folder.[ch]
2318                 o add notification hook for folder tree changes
2319                 o invoke hooks after folder tree scanning
2320
2321         * src/folderview.[ch]
2322                 register hook for folder tree changes that
2323                 updates the ctree
2324
2325         (there are more places that should be updated, like add, remove 
2326          or move folder)
2327
2328         (closes Bug 164 Crash on rebuild folder tree)
2329         (closes Bug 190 Crash on 'rebuilding folder tree')
2330
2331 2003-06-21 [leandro]    0.9.0claws54
2332
2333         * src/compose.[ch]
2334                 create a new thread if subject changes
2335                 (it's on by default, can be disabled in Message menu)
2336
2337 2003-06-21 [alfons]     0.9.0claws53
2338
2339         * src/summaryview.c
2340                 quiet little compiler
2341
2342 2003-06-21 [christoph]  0.9.0claws52
2343
2344         update gettext stuff to version 0.12
2345
2346 2003-06-19 [alfons]     0.9.0claws51
2347
2348         * src/common/log.c
2349         * src/common/plugin.c
2350                 move defs.h before glib.h to prevent MIN/MAX redefs
2351
2352 2003-06-19 [alfons]
2353
2354         * src/addressbook.c
2355                 translatable
2356
2357 2003-06-19 [match]      0.9.0claws50
2358
2359         * src/addressbook.[ch]
2360         * src/addrindex.[ch]
2361         * src/addr_compl.[ch]
2362         * src/editldap.[ch]
2363         * src/editldap_basedn.[ch]
2364         * src/addritem.[ch]
2365         * src/ldapquery.h
2366                 re-implemented dynamic LDAP search. works without
2367                 slowdown on display sender with addressbook
2368                 option.
2369         * src/addrbook.c
2370                 documented code.
2371
2372 2003-06-19 [paul]       0.9.0claws49
2373
2374         * src/compose.c
2375                 fix Bug #136 'Nonprovided quotation marks crash claws'
2376                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2377
2378 2003-06-19 [alfons]     0.9.0claws48
2379
2380         * src/prefs_common.[ch]
2381         * src/procmsg.c
2382                 restrict threading by subject by checking thread for
2383                 age (prefs_common.thread_by_subject_max_age)
2384
2385 2003-06-18 [christoph]  0.9.0claws47
2386
2387         * src/imap.c
2388                 fix memory leak in imap_cmd_fetch()
2389
2390 2003-06-18 [christoph]  0.9.0claws46
2391
2392         * src/prefs_gtk.c
2393                 fix memory leak in prefs_set_default() when used multiple
2394                 times or after prefs have been read
2395
2396 2003-06-18 [christoph]  0.9.0claws45
2397
2398         * src/common/plugin.c
2399                 fix memory leak in plugin_unload()
2400
2401 2003-06-18 [christoph]  0.9.0claws44
2402
2403         * src/imap.c
2404                 fix memory leak in imap_cmd_ok()
2405
2406 2003-06-18 [christoph]  0.9.0claws43
2407
2408         * src/folder.c
2409                 stop messages that are downloaded from POP3 and added to
2410                 an IMAP inbox from being filtered twice (first by POP3
2411                 and again when IMAP folder is scaned to get the UID of
2412                 the APPEND operation when no UIDPLUS is available)
2413
2414 2003-06-18 [alfons]
2415
2416         * tools/Makefile.am
2417                 phoenix <- firebird     
2418
2419 2003-06-18 [paul]
2420
2421         * tools/launch_phoenix          ** REMOVED **
2422           tools/launch_firebird         ** NEW **
2423                 renamed and edited to reflect the browser's name change from
2424                 'phoenix' to 'firebird'
2425
2426 2003-06-18 [paul]       0.9.0claws42
2427
2428         * sync with 0.9.2cvs2
2429                 see ChangeLog 2003-06-16
2430
2431 2003-06-17 [alfons]     0.9.0claws41
2432
2433         * src/procmsg.c
2434                 prevent threading problems when a node is an ancestor (parent / great parent),
2435                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2436                 for finding an sample set of messages)
2437
2438 2003-06-16 [christoph]  0.9.0claws40
2439
2440         * src/main.c
2441                 don't popup main window on --receive or --receive-all
2442
2443         * src/mainwindow.[ch]
2444         * src/plugins/trayicon/trayicon.c
2445                 allow hiding of main window by clicking on the trayicon
2446                 (doesn't work correctly in seperate window mode and may
2447                  cause unexpected GTK problems I couldn't find yet)
2448
2449         * src/common/ssl.c
2450                 remove incorrect warning
2451
2452 2003-06-15 [alfons]     0.9.0claws39
2453
2454         * src/gtk/gtkstext.c
2455                 don't output debug text;
2456                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2457                 for pointing this out);
2458
2459 2003-06-14 [alfons]     0.9.0claws38
2460         
2461         * src/messageview.c
2462                 remove printf() and make one if..else comply with coding style
2463
2464 2003-06-14 [alfons]     0.9.0claws37
2465
2466         * AUTHORS
2467                 add Martin Wicke
2468         * src/action.c
2469         * src/messageview.[ch]
2470         * src/summaryview.c
2471                 apply patch #754162 "Quoting messages filtered by actions" submitted
2472                 by Martin Wicke, which allows quoting message body changed by an
2473                 action (Thanks!).
2474
2475 2003-06-13 [alfons]     0.9.0claws36
2476
2477         * src/utils.c
2478                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2479                 use case insensitive regexp (suggested by Ivan Martinez)
2480
2481 2003-06-13 [christoph]  0.9.0claws35
2482
2483         * configure.ac
2484         * src/plugins/trayicon/Makefile.am
2485         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2486         * src/plugins/trayicon/trayicon.c
2487         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2488         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2489         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2490         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2491         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2492         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2493                 replace my own EggTrayIcon backport with the backport
2494                 used by (l|x)mule and gabber.
2495
2496 2003-06-13 [alfons]     0.9.0claws34
2497
2498         * AUTHORS
2499         * src/common/utils.c
2500                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2501
2502 2003-06-13 [alfons]     0.9.0claws33
2503
2504         * src/compose.c
2505                 clean up a little bit
2506
2507 2003-06-12 [alfons]     0.9.0claws32
2508
2509         * src/compose.c
2510                 const correctness fix
2511
2512         * src/common/sylpheed.[ch]
2513                 () -> (void)
2514                 prevent redef MIN/MAX
2515                 
2516         * src/common/utils.[ch]
2517                 () -> (void)
2518
2519 2003-06-12 [melvin]     0.9.0claws31
2520
2521         * src/compose.c
2522                 Updated to take into accounts changes in GtkAspell.
2523
2524 2003-06-12 [alfons]     0.9.0claws30
2525
2526         * src/compose.c
2527         * src/procmsg.c
2528         * src/common/utils.[ch]
2529                 handle reply subject prefixes better (initial 
2530                 suggestion by Robert Story adapted and enhanced 
2531                 using regexps)
2532
2533 2003-06-12 [melvin]     0.9.0claws29
2534
2535         * src/compose.c
2536                 Use new gtkaspell_checkers_strerror() to get the speller's
2537                 error message instead of accessing the (now private)
2538                 checkers structure.
2539                 Minor code clean up
2540
2541         * src/main.c
2542                 Use #ifdef instead of #if for USE_ASPELL
2543                 Use the new spell checkers init/quit functions 
2544
2545         * src/gtk/gtkaspell.c
2546                 Use #ifdef instead of #if for USE_ASPELL
2547                 Moved in the majority of GtkAspell structures that were
2548                 exported before by gtkaspell.h
2549         
2550         * src/gtk/gktaspell.h
2551                 Made gtkaspell.h contain only the necessary data to be
2552                 publicized by moving many structures to gtkaspell.c.
2553                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2554                 gtkaspell_checkers_new(): replaced by...
2555                 gtkaspell_checkers_init(): new function for initialization
2556                 gtkaspell_checkers_delete(): replaced by...
2557                 gtkaspell_checkers_quit(): new function
2558                 gtkaspell_checkers_strerror(): new function that returns
2559                 the checker's last error message.
2560                 
2561 2003-06-11 [melvin]     0.9.0claws28
2562
2563         * po/POTFILES.in
2564                 Updated to take into account gtkaspell.c migration to
2565                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2566
2567 2003-06-10 [alfons]     0.9.0claws27
2568
2569         * src/filtering.[ch]
2570         * src/folder.c
2571         * src/matcher.c
2572         * src/scoring.[ch]
2573                 - try fixing bug #18 (any brave testers?)
2574                 - add more robustness by refusing previously 
2575                   unchecked NULL pointers 
2576
2577 2003-06-10 [alfons]     0.9.0claws26
2578
2579         * src/procmsg.c
2580                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2581
2582 2003-06-09 [alfons]     0.9.0claws25
2583
2584         * src/prefs_common.c
2585                 fix bug #163 "Icon switching doesnt work properly" by 
2586                 preventing early freeing of prefs_common.pixmap_theme_path.
2587
2588 2003-06-09 [christoph]  0.9.0claws24
2589
2590         * src/gtk/gtkaspell.c
2591                 revert Thorsten's fix and add forgotten g_strdup for
2592                 aspell path (it should not be possible to alter the path a
2593                 GtkASpell uses from outside)
2594
2595 2003-06-09 [thorsten]   0.9.0claws23
2596
2597         * src/gtk/gtkaspell.c
2598                 dont free prefs_common.aspell_path when closing compose
2599
2600 2003-06-08 [colin]      0.9.0claws22
2601
2602         * src/plugins/spamassassin/spamassassin.c
2603                 fix prefs types
2604
2605 2003-06-07 [christoph]  0.9.0claws21
2606
2607         * src/Makefile.am
2608         * src/compose.c
2609         * src/gtkaspell.[ch]            ** REMOVE **
2610         * src/gtk/Makefile.am
2611         * src/gtk/gtkaspell.[ch]        ** NEW **
2612                 o make gtkaspell independent from sylpheed's prefs
2613                 o move gtkaspell.[ch] to gtk directory
2614
2615 2003-06-07 [christoph]  0.9.0claws20
2616
2617         * src/Makefile.am
2618         * src/crash.c
2619         * src/export.c
2620         * src/filesel.[ch]              ** REMOVE **
2621         * src/folder.c
2622         * src/main.[ch]
2623         * src/common/sylpheed.[ch]
2624         * src/gtk/Makefile.am
2625         * src/gtk/filesel.[ch]          ** NEW **
2626         * src/gtk/pluginwindow.c
2627         * src/gtk/sslcertwindow.c
2628                 move filesel.[ch] to gtk directory
2629
2630 2003-06-07 [alfons]     0.9.0claws19
2631
2632         * src/filesel.c
2633                 make (multi) file selection dialog work again (Claws-only)
2634
2635 2003-06-07 [thorsten]   0.9.0claws18
2636
2637         * po/de.po
2638                 fix typos
2639
2640 2003-06-07 [alfons]     0.9.0claws17
2641
2642         * configure.ac
2643         * src/mimeview.c
2644                 detect apache mishap in which case don't include fnmatch.h
2645                 if regex.h is already included
2646
2647 2003-06-06 [christoph]  0.9.0claws16
2648
2649         * configure.ac
2650         * src/mimeview.h
2651                 add check for fnmatch.h and include it when available
2652
2653         * src/mimeview.[ch]
2654                 fix wrong case sensitivity of Content-Types
2655
2656         * src/gtk/Makefile.am
2657                 need the same include paths in gtk directory as in
2658                 common directory because .h files in common can
2659                 include files from these directories, when included
2660                 in gtk's .h or .c files
2661
2662 2003-06-06 [alfons]     0.9.0claws15
2663
2664         * src/mimeview.c
2665         * src/summaryview.c
2666                 make it compile again because of regex.h / fnmatch.h 
2667                 include problems (related to recent mime stuff, can
2668                 someone check this?)
2669
2670 2003-06-06 [thorsten]   0.9.0claws14
2671
2672         * src/folderview.c
2673                 possible use of uninitialized pointer while dragging
2674
2675 2003-06-06 [paul]       0.9.0claws13
2676
2677         * src/compose.c
2678                 fix bug where the insert sig button would be effective
2679                 only when auto_sig was set
2680
2681 2003-06-06 [paul]       0.9.0claws12
2682
2683         * sync with 0.9.2 release
2684
2685 2003-06-02 [paul]       0.9.0claws11
2686
2687         * sync with 0.9.1cvs1
2688                 see ChangeLog 2003-06-02
2689                 
2690         * po/de.po
2691                 update by Jens
2692
2693 2003-06-01 [christoph]  0.9.0claws10
2694
2695         * src/account.c
2696                 don't use substring search to find accounts by email address
2697
2698         (closes Bug 169 Overly loose matching of "From" address)
2699
2700 2003-05-31 [christoph]  0.9.0claws9
2701
2702         * doc-src/rfc2683.txt
2703         * src/imap.c
2704                 limit IMAP command length as recommended in RFC2683
2705                 (message number lists will be split into multiple imap
2706                 sets, the limit of 1000 octets is not a hard limit)
2707
2708         (closes Bug 161 sylpheed-claws exits with segfault when logging
2709          in to certain imap-servers)
2710
2711 2003-05-29 [alfons]     0.9.0claws8
2712
2713         * src/toolbar.[ch]
2714                 add print button (calling summary_print());
2715                 fine tune setting tooltip text;
2716                 (if someone needs other buttons, please take these 
2717                 commits as a guide, instead of bothering us - also
2718                 see 0.8.11claws150) 
2719
2720 2003-05-29 [darko]      0.9.0claws7
2721
2722         * src/compose.c
2723                 fix crash when word wrapping kicks in due to
2724                 changed text by spell checker
2725
2726 2003-05-29 [paul]       0.9.0claws6
2727
2728         * src/compose.c
2729                 fix bug where changing account would insert
2730                 sig even if auto_sig was FALSE
2731                 
2732         * ChangeLog
2733           ChangeLog.jp
2734           INSTALL
2735                 sync with 0.9.1 release
2736
2737 2003-05-28 [christoph]  0.9.0claws5
2738
2739         * src/imap.c
2740                 fix truncation of too long commands
2741
2742         (closes Bug 167 IMAP hangs trying to get envelope
2743          information in imap_get_uncached_messages)
2744
2745 2003-05-27 [paul]       0.9.0claws4
2746
2747         * tools/Makefile.am
2748           tools/maildir2sylpheed.pl     ** NEW FILE **
2749                 add kmail to sylpheed mailbox conversion script
2750
2751 2003-05-27 [paul]       0.9.0claws3
2752
2753         * sync with 0.9.0cvs10
2754                 see ChangeLog 2003-05-26
2755
2756 2003-05-26 [paul]       0.9.0claws2
2757
2758         * sync with 0.9.0cvs9
2759                 see ChangeLog 2003-05-26
2760
2761 2003-05-24 [paul]       0.9.0claws1
2762
2763         * sync with 0.9.0cvs8
2764                 see ChangeLog 2003-05-23
2765
2766 2003-05-24 [paul]       0.9.0claws
2767
2768         * version 0.9.0claws released
2769
2770 2003-05-24 [paul]       0.8.11claws177
2771
2772         * src/plugins/dillo-viewer/Makefile.am
2773           src/plugins/traycon/Makefile.am
2774                 add missing files
2775                 
2776         * po/bg.po
2777           po/en_GB.po
2778           po/es.po
2779           po/it.po
2780           po/pt_BR.po
2781           po/ru.po
2782           po/sr.po
2783                 update Bulgarian, British English, Spanish, Italian, 
2784                 Brazilian Portuguese, Russian, and Serbian translations, 
2785                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2786                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2787                 Ruslan N. Balkin, and Urke MMI
2788
2789 2003-05-23 [melvin]     0.8.11claws176
2790
2791         * po/fr.po
2792                 Updated French translations
2793
2794 2003-05-22 [paul]       0.8.11claws175
2795
2796         * src/Makefile.am
2797           src/addrbook.[ch]
2798           src/addrcache.[ch]
2799           src/addr_compl.[ch]
2800           src/adressbook.[ch]
2801           src/addrindex.[ch]
2802           src/addritem.[ch]
2803           src/editaddress.c
2804           src/editgroup.c
2805           src/editldap_basedn.c
2806           src/editldap.c
2807           src/jpilot.c
2808           src/vcard.c
2809                 revert to get ldap into it previous working state
2810                 
2811         * po/zh_TW.Big5.po
2812                 new Taiwanese translation,
2813                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2814
2815 2003-05-22 [christoph]  0.8.11claws174
2816
2817         * src/plugins/spamassassin/libspamc.[ch]
2818                 sync libspamc with SpamAssaain release 2.55
2819
2820 2003-05-22 [paul]       0.8.11claws173
2821
2822         * sync with 0.9.0cvs7
2823                 see ChangeLog 2003-05-22
2824                 
2825         * src/summaryview.c
2826                 revert change in 0.8.11claws172: follow
2827                 Hiroyuki's decision and that's the end of it.
2828
2829 2003-05-21 [paul]       0.8.11claws172
2830
2831         * src/summaryview.c
2832                 fix discrepency between open_unread_on_enter
2833                 and always_show_msg
2834
2835 2003-05-21 [paul]       0.8.11claws171
2836
2837         * sync with 0.9.0cvs6
2838                 see ChangeLog 2003-05-21
2839
2840 2003-05-21 [paul]       0.8.11claws170
2841
2842         * sync with 0.9.0cvs5
2843                 see ChangeLog 2003-05-21
2844
2845 2003-05-20 [paul]       0.8.11claws169
2846
2847         * sync with 0.9.0cvs4
2848                 see ChangeLog 2003-05-20
2849                 fixes bug #152, 'encoding of IMAP folders names'
2850
2851 2003-05-20 [paul]       0.8.11claws168
2852
2853         * sync with 0.9.0cvs3
2854                 see ChangeLog 2003-05-20
2855                 
2856         * src/tools/convert_mbox.pl
2857                 minor change in the comments, submitted by Fred Marton
2858
2859 2003-05-19 [paul]       0.8.11claws167
2860
2861         * src/plugins/clamav/Makefile.am
2862           configure.ac
2863                 link clamav_lib to the plugin and not to the main program
2864
2865 2003-05-19 [christoph]
2866
2867         * src/Makefile.am
2868                 add -export-dynamic for linking
2869
2870 2003-05-19 [paul]       0.8.11claws166
2871
2872         * sync with 0.9.0cvs1
2873                 see ChangeLog 2003-05-19
2874
2875 2003-05-19 [paul]       0.8.11claws165
2876
2877         * src/inc.c
2878                 fix 'pop before smtp' timeout
2879
2880 2003-05-18 [alfons]     0.8.11claws164
2881
2882         * src/prefs_matcher.c
2883                 put "execute" action command line ("expression") in edit box
2884
2885 2003-05-18 [christoph]  0.8.11claws163
2886
2887         * src/mimeview.[ch]
2888         * src/plugins/dillo_viewer/dillo_viewer.c
2889         * src/plugins/image_viewer/viewer.c
2890         * src/plugins/mathml_viewer/mathml_viewer.c
2891                 let a viewer have a list of Content-Types
2892
2893 2003-05-18 [paul]       0.8.11claws162
2894
2895         * src/prefs_filtering.c
2896                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2897                 and REDIRECT actions
2898
2899 2003-05-17 [christoph]
2900
2901         * README.claws
2902                 o remove dynamic signatures that was syned with main
2903                 o add infos about no longer "build in" image viewer
2904                 o update bugtracker URL
2905
2906 2003-05-17 [christoph]  0.8.11claws161
2907
2908         * src/folder.c
2909         * src/folderview.c
2910         * src/imap.c
2911                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2912                 for every folder after rebuilding the folder tree.
2913
2914         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2915          messages)
2916
2917 2003-05-17 [christoph]  0.8.11claws160
2918
2919         * src/imap.c
2920                 don't use STATUS command on current folder to check for
2921                 content changes. imap_cmd_ok() now tracks changes to
2922                 folder and number of existing messages.
2923
2924 2003-05-17 [paul]       0.8.11claws159
2925
2926         * src/plugins/clamav/clamav_plugin.c
2927                 remove unnecessary debug_print
2928
2929 2003-05-16 [thorsten]   0.8.11claws158
2930
2931         * src/plugins/demo.c
2932                 included missing intl.h
2933
2934 2003-05-16 [paul]       0.8.11claws157
2935
2936         * po/POTFILES.in
2937                 remove non-existant entries
2938         
2939         * src/plugins/clamav/clamav_plugin.c
2940           src/plugins/clamav/clamav_plugin_gtk.c
2941           src/plugins/dillo_viewer/dillo_prefs.c
2942           src/plugins/dillo_viewer/dillo_viewer.c
2943                 gettextise
2944
2945 2003-05-16 [christoph]  0.8.11claws156
2946
2947         * po/POTFILES.in
2948                 include plugin .c files for translation until I
2949                 find a better solution to have plugins have their
2950                 own textdomain
2951         * src/plugins/demo/demo.c
2952         * src/plugins/image_viewer/plugin.c
2953         * src/plugins/mathml_viewer/mathml_viewer.c
2954         * src/plugins/spamassassin/spamassassin.c
2955         * src/plugins/spamassassin/spamassassin_gtk.c
2956         * src/plugins/trayicon/trayicon.c
2957                 add gettext macros for plugin name and description
2958
2959 2003-05-16 [paul]
2960
2961         * sync with 0.9.0
2962
2963 2003-05-16 [paul]       0.8.11claws155
2964
2965         * sync with lastest 0.9.0pre1
2966                 see ChangeLog 2003-05-16
2967
2968 2003-05-15 [paul]       0.8.11claws154
2969
2970         * sync with latest 0.9.0pre1
2971                 see ChangeLog 2003-05-14 and 2003-05-15
2972
2973 2003-05-14 [christoph]  0.8.11claws153
2974
2975         * src/plugins/image_viewer/viewer.c
2976         * src/plugins/image_viewer/viewer.glade         ** NEW **
2977         * src/plugins/image_viewer/viewerprefs.c
2978                 make it possible to disable the autoload function in the
2979                 imageviewer again
2980
2981 2003-05-14 [christoph]  0.8.11claws152
2982
2983         * src/folder.c
2984                 fix folder update after adding a message
2985
2986 2003-05-13 [alfons]     0.8.11claws151
2987
2988         * src/common/session.c
2989                 remove debug traces
2990                 
2991         * src/addrcache.[ch]
2992         * src/filtering.[ch]
2993         * src/folder.[c]
2994         * src/gtkaspell.[ch]
2995         * src/imap.[ch]
2996         * src/mbox_folder.[ch]
2997         * src/mh.[ch]
2998         * src/mimeview.h
2999         * src/msgcache.[ch]
3000         * src/news.[ch]
3001         * src/passphrase.[ch]
3002         * src/prefs_common.[ch]
3003         * src/prefs_gtk.[ch]
3004         * src/procmsg.c
3005         * src/scoring.[ch]
3006                 be pedantic; (in prototypes () implies (int))
3007
3008 2003-05-13 [alfons]     0.8.11claws150
3009
3010         * src/prefs_toolbar.[ch]
3011         * src/summaryview.[ch]
3012         * src/toolbar.[ch]
3013                 change misleading text in toolbar prefs;
3014                 add toolbar action for ignore thread (toggles ignore thread flag);
3015                 clean up a little bit;
3016
3017 2003-05-12 [paul]
3018
3019         * tools/convert_mbox.pl
3020                 bug fixed by Fred Marton
3021
3022 2003-05-12 [paul]
3023
3024         * sync with 0.9.0pre1
3025
3026 2003-05-09 [paul]       0.8.11claws149
3027
3028         * sync with 0.8.11cvs43
3029                 see ChangeLog 2003-05-09
3030
3031 2003-05-08 [christoph]  0.8.11claws148
3032
3033         * src/imap.[ch]
3034                 o use CAPABILIY as first command and check for PREAUTH
3035                   information in the response to it
3036                 o rewrite all imap_cmd_* functions to use an IMAPSession
3037                   instead of a SockInfo as parameter
3038                 o do STARTTLS after fetching and checking the server
3039                   capabilities
3040
3041 2003-05-08 [paul]       0.8.11claws147
3042
3043         * tools/Makefile.am
3044           tools/README
3045           tools/convert_mbox.pl         ** NEW FILE **
3046                 add mbox conversion script. Submitted by 
3047                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3048
3049 2003-05-07 [christoph]
3050
3051         * doc-src/glade.txt
3052         * src/gtk/pluginwindow.glade
3053         * src/plugins/image_viewer/viewerprefs.glade
3054         * src/plugins/spamassassin/spamassassin_gtk.glade
3055                 add glade files for user interfaces and a description how
3056                 to use glade to create the sylpheed code
3057
3058 2003-05-07 [paul]       0.8.11claws146
3059
3060         * sync with 0.8.11cvs41
3061                 see ChangeLog 2003-05-07
3062
3063 2003-05-06 [christoph]  0.8.11claws145
3064
3065         * src/main.c
3066         * src/plugins/image_viewer/viewer.c
3067                 fix usage of imlib in imageviewer plugin
3068
3069         * src/gtk/prefswindow.c
3070                 handle window close event correctly
3071
3072 2003-05-06 [paul]       0.8.11claws144
3073
3074         * src/common/ssl.c
3075                 fix typo introduced in sync
3076
3077 2003-05-06 [paul]       0.8.11claws143
3078
3079         * sync with 0.8.11cvs39
3080                 see ChangeLog 2003-05-06
3081
3082 2003-05-06 [paul]       0.8.11claws142
3083
3084         * AUTHORS
3085           po/cs.po
3086                 updated Czech translation, submitted by 
3087                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3088                 
3089         * src/plugins/clamav/clamav_plugin_gtk.c
3090                 clean up
3091
3092 2003-05-03 [alfons]     0.8.11claws141
3093
3094         * src/compose.[ch]
3095                 make paste as quotation work even when the call to 
3096                 text_inserted() was deferred (fixes bug #140 "Paste 
3097                 as quotation does not work when using "external" 
3098                 clipboard")
3099
3100 2003-05-03 [thorsten]   0.8.11claws140
3101
3102         * src/addrquery.h
3103           src/ldapquery.h
3104           src/mainwindow.c
3105                 removed C++ comments
3106         * src/addr_compl.c
3107                 function with non-int retval/param used before
3108                 implementation/declaration
3109
3110 2003-05-02 [paul]       0.8.11claws139
3111
3112         * src/addr_compl.[ch]
3113           src/addressbook.[ch]
3114           src/addrindex.c
3115           src/summaryview.c
3116                 revert match's changes to (finally) remove the bug where
3117                 opening a folder causes massive slowdown when using the 
3118                 'Display sender using address book' option
3119
3120 2003-05-01 [melvin]     0.8.11claws138
3121
3122         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3123         * src/plugins/dillo_viewer/dillo_viewer.c
3124                 Fixed bug where "Cancel" button from prefs issued
3125                 warnings.
3126                 Comply a little more to coding style
3127
3128 2003-05-01 [paul]       0.8.11claws137
3129
3130         * sync with 0.8.11cvs38
3131                 see ChangeLog 2003-05-01
3132
3133 2003-05-01 [paul]       0.8.11claws136
3134
3135         * po/bg.po
3136                 updated by George Danchev
3137
3138 2003-04-30 [christoph]  0.8.11claws135
3139
3140         * src/plugins/dillo_viewer/dillo_prefs.c
3141         * src/plugins/image_viewer/viewerprefs.c
3142         * src/plugins/spamassassin/spamassassin_gtk.c
3143                 remove gtk_widget_ref() calls for widgets in
3144                 glade code
3145
3146 2003-04-30 [paul]       0.8.11claws134
3147
3148         * src/addrindex.c
3149                 ok, this time a better fix for the bug where opening folder
3150                 has massive slowdown when using the 'Display sender using 
3151                 address book' option
3152
3153 2003-04-30 [paul]       0.8.11claws133
3154
3155         * src/addrindex.c
3156                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3157         
3158 2003-04-30 [melvin]     0.8.11claws132
3159
3160         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3161
3162         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3163                 Preferences for the dillo plugin
3164         * src/plugins/dillo_viewer/dillo_viewer.c
3165                 Support for preferences
3166         * src/plugins/dillo_viewer/Makefile.am
3167                 Added dillo_prefs.[ch]
3168
3169 2003-04-30 [alfons]     0.8.11claws131
3170
3171         * src/common/plugin.[ch]
3172                 see? this ANSI C'fication immediately gives us type
3173                 checking for free.
3174
3175 2003-04-30 [alfons]     0.8.11claws130
3176
3177         * src/common/plugin.[ch]
3178         * src/plugins/clamav/clamav_plugin.[ch]
3179         * src/plugins/clamav/clamav_plugin_gtk.c
3180         * src/plugins/demo/demo.c
3181         * src/plugins/dillo_viewer/dillo_viewer.c
3182         * src/plugins/image_viewer/plugin.c
3183         * src/plugins/image_viewer/viewer.[ch]
3184         * src/plugins/image_viewer/viewerprefs.[ch]
3185         * src/plugins/mathml_viewer/mathml_viewer.c
3186         * src/plugins/spamassassin/spamassassin.[ch]
3187         * src/plugins/spamassassin/spamassassin_gtk.c
3188         * src/plugins/trayicon/trayicon.c
3189                 clean up
3190
3191 2003-04-30 [alfons]     0.8.11claws129
3192
3193         * src/common/utils.c
3194                 make is_ascii_str() fail gracefully when NULL pointer
3195                 is passed
3196
3197 2003-04-30 [paul]       0.8.11claws128
3198
3199         * src/addrindex.c
3200                 fix bug where opening folder has massive slowdown when
3201                 using the 'Display sender using address book' option
3202
3203 2003-04-30 [paul]       0.8.11claws127
3204
3205         * src/plugins/clamav/clamav_plugin.c
3206           src/plugins/clamav/clamav_plugin_gtk.c
3207           src/plugins/demo/demo.c
3208           src/plugins/dillo_viewer/dillo_viewer.c
3209           src/plugins/image_viewer/plugin.c
3210           src/plugins/mathml_viewer/mathml_viewer.c
3211           src/plugins/spamassassin/spamassassin.c
3212           src/plugins/spamassassin/spamassassin_gtk.c
3213           src/plugins/trayicon/trayicon.c
3214                 get rid of eye-hurting function signatures
3215
3216 2003-04-30 [paul]       0.8.11claws126
3217
3218         * src/plugins/trayicon/trayicon.c
3219                 add description
3220                 
3221         * src/mimeview.c
3222                 be more descriptive
3223
3224 2003-04-30 [paul]       0.8.11claws125
3225
3226         * configure.ac
3227                 arrange the plugins in reverse alphabetical order
3228                 
3229         * src/plugins/clamav/clamav_plugin.[ch]
3230           src/plugins/clamav/clamav_plugin_gtk.c
3231                 rename some params
3232                 resize max_size window
3233                 re-arrange the order of some gui elements
3234                 improve descriptions
3235         
3236         * src/plugins/image_viewer/plugin.c
3237           src/plugins/mathml_viewer/mathml_viewer.c
3238                 add descriptions
3239                 
3240         * src/plugins/spamassassin/spamassassin_gtk.c
3241                 resize max_size window
3242                 re-arrange the order of some gui elements
3243                 
3244         * src/messageview.c
3245           src/mimeview.c
3246                 correct typos
3247
3248 2003-04-30 [alfons]     0.8.11claws124
3249
3250         * src/imap.c
3251                 fix a leak found while browsing Martin Kluge's 
3252                 valgrind log (Claws only)
3253
3254 2003-04-29 [darko]      0.8.11claws123
3255
3256         * src/gtk/gtkstext.h
3257                 include wchar.h if it is available, fixes compilation
3258                 on HP-UX systems
3259
3260 2003-04-29 [melvin]     0.8.11claws122
3261
3262         * src/prefs_actions.c
3263                 Improved help text of Actions' syntax
3264
3265 2003-04-28 [paul]       0.8.11claws121
3266
3267         * src/action.c
3268                 a better fix for the crash when performing an action
3269                 on a mime part
3270
3271 2003-04-28 [paul]       0.8.11claws120
3272
3273         * src/action.c
3274                 fix crash when performing an action on a
3275                 mime part
3276
3277 2003-04-28 [paul]       0.8.11claws119
3278
3279         * sync with 0.8.11cvs36
3280                 see ChangeLog 2003-04-28
3281
3282 2003-04-27 [paul]       0.8.11claws118
3283
3284         * more sync with 0.8.11cvs35
3285                 see ChangeLog 2003-04-25
3286
3287 2003-04-26 [christoph]  0.8.11claws117
3288
3289         * src/folder.c
3290                 fix remove virtual check
3291
3292 2003-04-26 [paul]       0.8.11claws116
3293
3294         * src/messageview.c
3295                 fix return-receipt, make it work again
3296
3297 2003-04-26 [paul]       0.8.11claws115
3298
3299         * src/mimeview.c
3300                 restore double-clicking of the [application/pgp-signature 
3301                 (Select "Check signature" to check)] line in the message view,
3302                 broken in recent sync
3303
3304 2003-04-26 [christoph]  0.8.11claws114
3305
3306         * src/folder.c
3307                 check if remove virtual really exists before
3308                 calling the function
3309
3310 2003-04-25 [match]      0.8.11claws113
3311
3312         * src/addrindex.c
3313         * src/addrbook.c
3314         * src/ldapquery.[ch]
3315         * src/ldapctrl.[ch]
3316                 fix memleak.
3317         * src/ldapserver.[ch]
3318                 fix memleak. fix segfault.
3319                 plug a Claws memleak
3320
3321 2003-04-25 [alfons]     0.8.11claws112
3322
3323         * src/folder.c
3324                 plug a Claws memleak
3325
3326 2003-04-25 [alfons]     0.8.11claws111
3327
3328         * src/common/session.c
3329                 plug a memleak
3330
3331 2003-04-25 [paul]       0.8.11claws110
3332
3333         * sync with 0.8.11cvs35
3334                 see ChangeLog 2003-04-24 and 2003-04-25
3335                 
3336         * src/gtk/pluginwindow.c
3337                 correct another strange float value
3338
3339 2003-04-24 [christoph]  0.8.11claws109
3340
3341         * src/folder.c
3342                 freeze folder item updates when unsetting new flags
3343
3344         * src/gtk/pluginwindow.c
3345                 correct strange float value
3346
3347 2003-04-23 [paul]       0.8.11claws108
3348
3349         * sync with 0.8.11cvs33
3350                 see ChangeLog 2003-04-23
3351
3352 2003-04-22 [paul]       0.8.11claws107
3353
3354         * src/Makefile.am
3355           src/messageview.c
3356           src/mimeview.c
3357           src/pgptext.[ch]      ** REMOVED **
3358                 remove pgptext.[ch] as its not used any more
3359
3360 2003-04-22 [paul]       0.8.11claws106
3361
3362         * sync with 0.8.11cvs31
3363                 see ChangeLog 2003-04-21 and 2003-04-22
3364
3365 2003-04-21 [alfons]     0.8.11claws105
3366
3367         * src/main.c
3368                 No access to GTK structures if we're a spawned child
3369                 (and clean up code a little bit...) Should fix #126.
3370
3371 2003-04-21 [melvin]     0.8.11claws104
3372
3373         * src/plugins/dillo_viewer/README
3374                 Improved slightly the text.
3375
3376 2003-04-21 [melvin]     0.8.11claws103
3377
3378         * src/plugins/dillo_viewer/README *** NEW ***
3379                 Added a README file for the Dillo plugin
3380
3381 2003-04-20 [paul]
3382
3383         * tools/README
3384           tools/outlook2sylpheed.pl
3385                 updated and improved by Ricardo Mones Lastra
3386
3387 2003-04-18 [oliver]     0.8.11claws102
3388
3389         * src/inc.c 
3390         * src/prefs_account.h
3391                 remove Pop3SessionType (used by selective download)
3392         * src/prefs_toolbar.c
3393                 enable set Default Toolbar button
3394
3395 2003-04-18 [paul]       0.8.11claws101
3396
3397         * sync with 0.8.11cvs29
3398                 see ChangeLog 2003-04-18
3399
3400 2003-04-17 [paul]       0.8.11claws100
3401
3402         * src/prefs_common.[ch]
3403           src/summaryview.c
3404                 remove 'Open next message on deletion' option,
3405                 as the same effect can now be achieved via the
3406                 'Always open messages in summary when selected'
3407                 option.
3408
3409 2003-04-17 [paul]       0.8.11claws99
3410
3411         * sync with 0.8.11cvs28
3412                 see ChangeLog 2003-04-17
3413
3414 2003-04-17 [christoph]  0.8.11claws98
3415
3416         * ac/spamassassin.m4
3417         * src/plugins/spamassassin/libspamc.[ch]
3418         * src/plugins/spamassassin/utils.[ch]
3419                 sync libspamc with SpamAssassin project
3420
3421 2003-04-17 [christoph]  0.8.11claws97
3422
3423         * src/common/socket.h
3424         * src/gtk/sslcertwindow.h
3425                 rename old USE_SSL to USE_OPENSSL
3426
3427 2003-04-17 [paul]       0.8.11claws96
3428
3429         * src/prefs_common.h
3430                 use gulong for P_COLOR so that it compiles/runs on
3431                 64-bit systems. Patch submitted by James Noyes
3432                 <jnoyes-claws@retrogeeks.com>
3433                 
3434         * po/de.po
3435                 updated by Jens
3436
3437 2003-04-17 [paul]       0.8.11claws95
3438
3439         * sync with 0.8.11cvs27
3440                 see ChangeLog 2003-04-16
3441
3442 2003-04-15 [paul]       0.8.11claws94
3443
3444         * src/prefs_common.[ch]
3445                 rearrange to stop the window getting too long:
3446                         move Receive dialog stuff to Receive tab
3447                         move Send dialog to Send tab
3448                         remove Dialogs frame
3449                 rename 'Open messages in summary with cursor keys' to
3450                 'Always open messages in summary when selected', as its
3451                 more appropriate
3452
3453 2003-04-15 [paul]       0.8.11claws93
3454
3455         * src/prefs_common.[ch]
3456           src/summaryview.c
3457                 add new option '/Interface/Open next message on deletion'
3458
3459 2003-04-15 [paul]       0.8.11claws92
3460
3461         * src/summaryview.[ch]
3462                 add /Mark/Lock and /Mark/Unlock to the pop-up
3463                 menu. Patch submitted by Ivan Francolin Martinez
3464                 <ivanfm@users.sourceforge.net>
3465
3466 2003-04-15 [paul]       0.8.11claws91
3467
3468         * sync with 0.8.11cvs24
3469                 see ChangeLog 2003-04-15
3470
3471 2003-04-14 [jens]       0.8.11claws90
3472
3473         * updated German translation and some corrections from
3474                 Roland Bless <bless@tm.uka.de>
3475
3476 2003-04-14 [paul]       0.8.11claws89
3477
3478         * sync with 0.8.11cvs22
3479                 see ChangeLog 2003-04-14
3480
3481 2003-04-13 [paul]       0.8.11claws88
3482
3483         * src/plugins/clamav/clamav_plugin.c
3484                 fix memory leaks
3485                 clean up
3486
3487 2003-04-12 [paul]       0.8.11claws87
3488
3489         * src/plugins/clamav/clamav_plugin.c
3490                 activate enable/disable archive scanning option
3491                 
3492         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3493
3494 2003-04-12 [paul]       0.8.11claws86
3495
3496         * src/plugins/Makefile.am
3497           src/plugins/clamav/Makefile.am                ** NEW FILE **
3498           src/plugins/clamav/README                     ** NEW FILE ** 
3499           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3500           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3501                 add Clam AntiVirus plugin
3502
3503 2003-04-12 [paul]       0.8.11claws85
3504
3505         * sync with 0.8.11cvs21
3506                 see ChangeLog 2003-04-11
3507
3508 2003-04-11 [paul]       0.8.11claws84
3509
3510         * po/es.po
3511                 update Spanish translation. Submitted by Ricardo
3512                 Mones Lastra.
3513
3514 2003-04-10 [christoph]  0.8.11claws83
3515
3516         * src/mbox.c
3517                 fix typo that did not move unfiltered mails to destination
3518                 folder
3519
3520         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3521          when filtering from spool)
3522
3523 2003-04-10 [christoph]  0.8.11claws82
3524
3525         * src/imap.c
3526                 use BODY.PEEK instead of BODY in in message fetch operation
3527                 to make sure the IMAP server does not set the \Seen flag for
3528                 messages. Sylpheed does that later itself, when the message
3529                 is opened in sylpheed
3530
3531         (closes Bug 111 Claws destroys unread marks)
3532
3533 2003-04-09 [oliver]     0.8.11claws81
3534         
3535         * src/folder.c
3536                 fix crash in folder_destroy
3537         * README.claws
3538                 remove selective download
3539
3540 2003-04-09 [christoph]  0.8.11claws80
3541
3542         * src/imap.c
3543                 fix crash in imap_get_msginfo() when then fetched message
3544                 is not found
3545
3546         (closes Bug 110 Crash during mail composition)
3547
3548 2003-04-08 [christoph]  0.8.11claws79
3549
3550         * src/folder.c
3551         * src/prefs_account.c
3552                 Filter new messages that are found in an INBOX folder
3553                 when 'Filter messages on receiving' is enabled in the
3554                 Folder's AccountPrefs. This allows to use Sylpheed's
3555                 filtering engine for IMAP folders where messages are
3556                 added to the INBOX by a MTA
3557
3558 2003-04-08 [paul]       0.8.11claws78
3559
3560         * src/procmsg.h
3561                 clean up after last commit
3562
3563 2003-04-08 [paul]       0.8.11claws77
3564
3565         * sync with 0.8.11cvs20
3566                 see ChangeLog 2003-04-07 and 2003-04-08
3567
3568 2003-04-07 [christoph]  0.8.11claws76
3569
3570         * src/filtering.[ch]
3571         * src/inc.[ch]
3572         * src/mbox.c
3573         * src/procmsg.[ch]
3574                 add procmsg_msginfo_filter() to execute filtering actions
3575
3576 2003-04-06 [christoph]  0.8.11claws75
3577
3578         * src/imap.c
3579                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3580
3581 2003-04-06 [christoph]  0.8.11claws74
3582
3583         * src/common/utils.[ch]
3584                 add g_int_compare() function for slist sorting
3585
3586         * src/imap.c
3587                 fetch all MsgInfos with one command in imap_get_msginfos()
3588                 using an imap set with a list of ranges
3589
3590         * src/news.c
3591                 use new g_int_compare() function
3592
3593 2003-04-06 [thorsten]   0.8.11claws73
3594
3595         * src/mh.c
3596                 corrected implementation of mh_folder_destroy()
3597
3598 2003-04-05 [christoph]  0.8.11claws72
3599
3600         * src/account.c
3601         * src/folder.[ch]
3602         * src/folderview.c
3603         * src/imap.c
3604         * src/inc.c
3605         * src/main.c
3606         * src/mainwindow.c
3607         * src/mbox_folder.c
3608         * src/mh.c
3609         * src/mimeview.h
3610         * src/msgcache.[ch]
3611         * src/news.c
3612         * src/procmime.h
3613         * src/procmsg.[ch]
3614         * src/setup.c
3615         * src/gtk/gtkutils.c
3616                 o rename structure field names class and new to klass and
3617                   new_msgs, to allow including files in C++
3618                 o add 'extern "C"' block to some header files
3619                 o add MsgInfoList and MsgNumberList as alias for GSList for
3620                   developers to know what type of list is expected
3621
3622         * src/plugins/image_viewer/plugin.c
3623         * src/plugins/image_viewer/viewer.[ch]
3624         * src/plugins/image_viewer/viewerprefs.[ch]
3625                 rename function names to prevent conflicts
3626
3627 2003-04-05 [paul]       0.8.11claws71
3628
3629         * sync with 0.8.11cvs18
3630                 see ChangeLog 2003-04-03 and 2003-04-04
3631
3632 2003-04-02 [christoph]  0.8.11claws70
3633
3634         * src/folder.[ch]
3635         * src/imap.[ch]
3636         * src/mbox_folder.[ch]
3637         * src/mh.[ch]
3638         * src/news.[ch]
3639                 o Make all virtual folder functions private
3640                 o remove unused folder code
3641
3642         * src/common/socket.[ch]
3643         * src/summaryview.c
3644                 fix warnings
3645
3646 2003-03-30 [alfons]     0.8.11claws69
3647
3648         * src/send_message.c
3649                 remove two debug traces and see if people still report
3650                 errors
3651
3652 2003-03-30 [alfons]     0.8.11claws68
3653
3654         * src/send_message.c
3655         * src/commons/session.c
3656                 add more debug traces
3657
3658 2003-03-30 [christoph]  0.8.11claws67
3659
3660         * src/folder.c
3661                 change processing folder name from .processing to processing
3662
3663         * src/common/ssl.c
3664                 disable SSL certificate check because it causes Xlib error
3665                 when the child process want's to open an GTK window
3666
3667 2003-03-30 [christoph]  0.8.11claws66
3668
3669         * src/folder.c
3670                 don't use default folder for processing folder item because
3671                 it can be a non local folder
3672
3673         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3674
3675 2003-03-30 [alfons]     0.8.11claws65
3676
3677         * src/send_message.c
3678                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3679                 to generate bad code for 'send_send_data_progressive': When
3680                 called from 'send_send_data_finished', the 'data' pointer is
3681                 cleared just before the assignment to the dialog pointer
3682
3683 2003-03-29 [christoph]  0.8.11claws64
3684
3685         * src/common/prefs.h
3686         * src/plugins/image_viewer/Makefile.am
3687         * src/plugins/image_viewer/plugin.c
3688         * src/plugins/image_viewer/viewer.[ch]
3689         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3690                 add PrefsPage for ImageViewer
3691
3692 2003-03-28 [thorsten]   0.8.11claws63
3693
3694         * src/common/session.c
3695                 added some comments
3696
3697 2003-03-28 [paul]       0.8.11claws62
3698
3699         * sync with 0.8.11cvs16
3700                 see ChangeLog 2003-03-28
3701
3702 2003-03-28 [paul]       0.8.11claws61
3703
3704         * sync with 0.8.11cvs15
3705                 see ChangeLog 2003-03-28
3706
3707 2003-03-27 [christoph]  0.8.11claws60
3708
3709         * src/folder.c
3710         * src/imap.c
3711         * src/common/socket.[ch]
3712                 set socket state to DISCONNECTED when any operation
3713                 fails to allow reconnecting in IMAP code without
3714                 checking the return code of all calls to the command
3715                 functions
3716
3717         * src/folderview.c
3718         * src/summaryview.c
3719                 remove some more stuff that depends on specific
3720                 folder types
3721
3722 2003-03-27 [paul]       0.8.11claws59
3723
3724         * sync with 0.8.11cvs14
3725                 see ChangeLog 2003-03-27
3726                 
3727         * src/selective_download.[ch]   ** REMOVED **
3728                 really removed
3729
3730 2003-03-27 [christoph]  0.8.11claws58
3731
3732         * src/folder.c
3733                 fix handling of tmp_flags in flag copy function
3734
3735 2003-03-27 [paul]       0.8.11claws57
3736
3737         * sync with 0.8.11cvs13
3738                 see ChangeLog 2003-03-27
3739
3740 2003-03-27 [oliver]     0.8.11claws56
3741
3742         * src/maiwindow.c
3743                 remove sel_download_cb
3744
3745 2003-03-27 [oliver]     0.8.11claws55
3746         
3747         * src/inc.c
3748                 remove POP3_TOP
3749         
3750 2003-03-26 [oliver]     0.8.11claws54
3751
3752         *src/pop.h
3753                 remove POP3_TOP*
3754         * README.claws
3755                 remove selective donwload readme
3756
3757 2003-03-26 [oliver]     0.8.11claws53
3758         * src/matcher.[ch]
3759         * src/matcher_parser_parse.y 
3760         * src/pop.c 
3761         * src/prefs_account.[ch]
3762         * src/prefs_filtering.c
3763                 remove selective donwload
3764
3765 2003-03-26 [oliver]     0.8.11claws52
3766
3767         * src/inc.[ch] 
3768         * src/filtering.c 
3769         * src/mainwindow.c 
3770                 remove selective donwload
3771
3772 2003-03-26 [oliver]     0.8.11claws51
3773         
3774         * src/Makefile.am
3775         * src/selective_download.[ch]   ** REMOVE **    
3776
3777 2003-03-26 [christoph]  0.8.11claws50
3778
3779         * src/news.c
3780                 fix NEWS that got broken by a sync with sylpheed-main
3781
3782 2003-03-26 [christoph]  0.8.11claws49
3783
3784         * src/mimeview.c
3785                 fix mime type guessing when no mime type is found for a file
3786
3787 2003-03-25 [christoph]  0.8.11claws48
3788
3789         * src/mimeview.c
3790         * src/procmime.c
3791                 remove mime type guessing from mime parser and use
3792                 name based mime types in viewer lookup for mime type
3793                 application/octet-stream
3794
3795 2003-03-25 [christoph]  0.8.11claws47
3796
3797         * doc-src/readme.txt
3798         * doc-src/rfc2554.txt
3799                 add RFC about SMTP AUTH
3800
3801         * src/send_message.c
3802         * src/common/smtp.[ch]
3803                 add extra error code for authentication errors and
3804                 clear temporary password when this error occurs
3805
3806         (closes Bug 84 authentication failure while sending should
3807          prompt for password again)
3808
3809 2003-03-25 [christoph]  0.8.11claws46
3810
3811         * configure.ac
3812         * src/Makefile.am
3813         * src/imageview.[ch]                            ** REMOVE **
3814         * src/messageview.[ch]
3815         * src/mimeview.[ch]
3816         * src/prefs_common.[ch]
3817         * src/textview.c
3818         * src/plugins/Makefile.am
3819         * src/plugins/image_viewer/.cvsignore           ** NEW **
3820         * src/plugins/image_viewer/Makefile.am          ** NEW **
3821         * src/plugins/image_viewer/plugin.c             ** NEW **
3822         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3823                 move image viewer into a plugin (building is enabled by default)
3824                 [ToDo: Prefs for resize and autoview]
3825
3826 2003-03-25 [paul]       0.8.11claws45
3827
3828         * sync with 0.8.11cvs12
3829                 see ChangeLog 2003-03-26
3830
3831 2003-03-25 [paul]       0.8.11claws44
3832
3833         * sync with 0.8.11cvs11
3834                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3835                 
3836         Note: Selective Download is broken.
3837                 
3838 2003-03-22 [christoph]  0.8.11claws43
3839
3840         * src/folder.c
3841                 code cleanup for flags copying
3842
3843 2003-03-22 [christoph]  0.8.11claws42
3844
3845         * src/plugins/trayicon/trayicon.c
3846                 fix setting the transparent area when the window size
3847                 is forced by the system tray
3848
3849 2003-03-22 [christoph]  0.8.11claws41
3850
3851         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3852         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3853         * src/plugins/trayicon/newmail.xpm              ** NEW **
3854         * src/plugins/trayicon/nomail.xpm               ** NEW **
3855         * src/plugins/trayicon/trayicon.c
3856         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3857                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3858                 o add icon for unread mails
3859                 o set transparency for window
3860
3861 2003-03-22 [christoph]  0.8.11claws40
3862
3863         * src/news.c
3864                 init news session to prevent crash when session is closed
3865
3866 2003-03-22 [christoph]  0.8.11claws39
3867
3868         * src/imap.c
3869         * src/common/session.[ch]
3870                 Init session data to make sure we don't have invalid pointers
3871                 for read_ch and write_ch when new multi process sessions are
3872                 not used
3873
3874         * src/main.c
3875         * src/common/plugin.c
3876         * src/common/sylpheed.c
3877         * src/plugins/demo/demo.c
3878         * src/plugins/dillo_viewer/dillo_viewer.c
3879         * src/plugins/mathml_viewer/mathml_viewer.c
3880         * src/plugins/spamassassin/spamassassin.c
3881         * src/plugins/spamassassin/spamassassin_gtk.c
3882                 add plugin types to allow loading plugins at different times
3883                 (and maybe for different frontends), because it's not good to
3884                 load GTK-Plugins gefore gtk_init was called
3885
3886         * configure.ac
3887         * src/plugins/Makefile.am
3888         * src/plugins/trayicon/.cvsignore               ** NEW **
3889         * src/plugins/trayicon/Makefile.am              ** NEW **
3890         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3891         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3892         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3893         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3894         * src/plugins/trayicon/trayicon.c               ** NEW **
3895                 New Trayicon plugin that shows an icon in a systray that uses
3896                 XEMBED protocol like Gnome's systray. Icon shows if there
3897                 are new mails and a tooltip shows information about new,
3898                 unread and total messages.
3899
3900 2003-03-22 [paul]       0.8.11claws38
3901
3902         * src/common/smtp.c
3903                 fix ESMTP AUTH CRAM-MD5
3904                 [sync with main (still version 0.8.11cvs6), see
3905                  ChangeLog 2003-03-22]
3906
3907 2003-03-21 [colin]      0.8.11claws37
3908
3909         * src/send_message.c
3910                 Fix USE_SSL => USE_OPENSSL
3911
3912 2003-03-21 [colin]      0.8.11claws36
3913
3914         * src/folderview.c
3915                 Fix counts in drag and dropped subfolders
3916
3917 2003-03-21 [colin]      0.8.11claws35
3918
3919         * src/folder.c 
3920         * src/folderview.c
3921                 speed up a bit folder dnd
3922
3923 2003-03-20 [alfons]     0.8.11claws34
3924
3925         * src/main.c
3926         * src/toolbar.c
3927         * src/procmsg.c
3928                 don't send locked queue messages
3929                 (feature request "[ 705245 ] Locking message in outbox 
3930                  should prevent sending")
3931
3932 2003-03-20 [christoph]  0.8.11claws33
3933
3934         * src/folder.c
3935                 remove NEW and UNREAD flag in special folders when scanning
3936                 
3937         * src/common/smtp.c
3938                 fix ESMTP AUTH CRAM-MD5
3939
3940 2003-03-20 [paul]       0.8.11claws32
3941
3942         * src/prefs_account.c
3943                 Re-write 'Tunnel command to open connection' as
3944                 'Use command to communicate with server', and disable
3945                 it for all except IMAP accounts
3946
3947 2003-03-20 [paul]       0.8.11claws31
3948
3949         * sync with 0.8.11cvs6
3950                 see ChangeLog 2003-03-20
3951
3952 2003-03-19 [match]      0.8.11claws30
3953
3954         * src/addritem.[ch]
3955                 include documentation. minor refactoring.
3956         * src/addr_compl.[ch]
3957         * src/addrindex.[ch]
3958         * src/addresbook.[ch]
3959         * src/summaryview.c
3960                 re-enable address lookup (was disabled in
3961                 0.8.11claws20).
3962
3963 2003-03-19 [christoph]  0.8.11claws29
3964
3965         * src/procmsg.c
3966                 add temp flag handling, will make moving and copying
3967                 messages possible again
3968
3969         * src/folder.c
3970                 correct calulation of folder stats
3971
3972 2003-03-18 [match]      0.8.11claws28
3973
3974         * src/editgroup.h
3975                 remove case sensitive comparison (closes bug 80).
3976
3977 2003-03-18 [christoph]  0.8.11claws27
3978
3979         * src/imap.c
3980                 fix imap using a tunnel command
3981
3982         (closes bug 87)
3983
3984 2003-03-18 [christoph]  0.8.11claws26
3985
3986         * src/folder.[ch]
3987         * src/imap.c
3988         * src/procmsg.[ch]
3989                 rewrite flag handling for folders
3990
3991 2003-03-18 [christoph]  0.8.11claws25
3992
3993         * src/folder.c
3994         * src/procmsg.c
3995         * src/summaryview.c
3996                 unset NEW and UNREAD flags when message is ignored, to make
3997                 sure messages don't show up as unread on other IMAP clients,
3998                 because the IGNORE_THREAD flag can not be syncronized through
3999                 the IMAP folder
4000
4001 2003-03-17 [christoph]  0.8.11claws24
4002
4003         * src/imap.c
4004                 don't use recursion to fetch uids when the number of messages
4005                 does not match. Moved code into subfunction that is used
4006                 again when needed, to prevent an endless loop.
4007
4008 2003-03-17 [thorsten]   0.8.11claws23
4009
4010         * src/imageview.[ch]
4011                 export imageview_get_resized_size() (for plugins)
4012         * src/prefs_common.[ch]
4013                 added prefs_common_get() (for plugins)
4014
4015 2003-03-17 [christoph]  0.8.11claws22
4016
4017         * src/imap.c
4018                 o remove UID guessing from copy code
4019                 o support UIDPLUS extension for APPEND command
4020
4021 2003-03-17 [paul]       0.8.11claws21
4022
4023         * src/gtk/about.c
4024                 remove 'Compiled-plugins' section.
4025                 
4026         * src/plugins/dillo_viewer/dillo_viewer.c
4027                 slight change to description text
4028
4029 2003-03-16 [match]      0.8.11claws20
4030         * src/ldapserver.[ch]           ** NEW **
4031         * src/ldapctrl.[ch]             ** NEW **
4032         * src/ldapquery.[ch]            ** NEW **
4033         * src/ldaputil.[ch]             ** NEW **
4034         * src/addrcindex.[ch]           ** NEW **
4035         * src/addrquery.h               ** NEW **
4036         * src/addritem.[ch]
4037         * src/addrcache.[ch]
4038         * src/addrindex.[ch]
4039         * src/addr_compl.[ch]
4040         * src/addressbook.[ch]
4041         * src/addrbook.[ch]
4042         * src/editgroup.c
4043         * src/editaddress.c
4044         * src/editldap.c
4045         * src/editldap_basedn.c
4046         * src/vcard.c
4047         * src/jpilot.c
4048         * src/Makefile.am
4049                 included dynamic LDAP queries. improved address
4050                 completion.
4051
4052 2003-03-16 [paul]       0.8.11claws19
4053
4054         * tools/multiwebsearch.pl
4055                 fix a fatal typo
4056
4057 2003-03-16 [christoph]  0.8.11claws18
4058
4059         * src/mimeview.c
4060         * src/plugins/dillo_viewer/dillo_viewer.c
4061         * src/plugins/mathml_viewer/mathml_viewer.c
4062                 make unregistering of MimeViewerFactorys possible
4063
4064 2003-03-16 [alfons]     0.8.11claws17
4065
4066         * configure.ac
4067                 correct typo
4068
4069 2003-03-16 [melvin]     0.8.11claws16
4070
4071         * src/plugins/dillo_viewer.c
4072                 Fixed bug where it was not possible to view more than
4073                 one text/html attachment per message (bug discovered
4074                 by Christoph Hohmann).
4075
4076 2003-03-15 [melvin]     0.8.11claws15
4077
4078         * src/prefs_actions.c
4079                 Fixed compilation warnings.
4080
4081 2003-03-15 [melvin]     0.8.11claws14
4082
4083         * src/plugins/Makefile.am
4084         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4085         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4086         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4087                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4088                 newer (http://dillo.auriga.wearlab.de/).
4089
4090 2003-03-15 [christoph]  0.8.11claws13
4091
4092         * src/imap.c
4093                 don't query imap folder for attributes because we already
4094                 for them from imap_status
4095
4096         * src/mimeview.[ch]
4097                 add support for plugable MimeViewers (unloading Viewers
4098                 not yet complete)
4099
4100         * src/plugins/Makefile.am
4101         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4102         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4103         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4104                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4105                 widget from http://helm.cs.unibo.it/mml-widget/
4106
4107 2003-03-14 [christoph]  0.8.11claws12
4108
4109         * src/folder.[ch]
4110                 o error return code's should better be negative
4111                 o replace printf with debug_print
4112
4113         * src/imap.c
4114                 improve IMAP folder scan by checking UID-NEXT
4115
4116         * src/summaryview.c
4117                 remove check that are unnecessary in my opinion
4118
4119 2003-03-13 [christoph]  0.8.11claws11
4120
4121         * src/folder.[ch]
4122         * src/foldersel.c
4123         * src/folderview.c
4124         * src/imap.c
4125         * src/mbox_folder.c
4126         * src/mh.c
4127         * src/news.c
4128         * src/prefs_scoring.c
4129         * src/summaryview.c
4130                 use a common function to get a displayable name
4131                 for a FolderItem
4132
4133 2003-03-13 [paul]       0.8.11claws10
4134
4135         * tools/Makefile.am
4136           tools/README
4137           tools/multiwebsearch.conf     ** NEW FILE **
4138           tools/multiwebsearch.pl       ** NEW FILE **
4139                 add multiwebsearch Actions script
4140
4141 2003-03-13 [colin]      0.8.11claws9
4142
4143         * src/compose.c
4144                 Remove leading emtpy lines from quoted text
4145                 before quoting it
4146
4147 2003-03-13 [melvin]     0.8.11claws8
4148
4149         * src/prefs_actions.c
4150                 Fixed a memory leak
4151                 Code clean ups
4152                 Added Cancel and OK buttons
4153                 Corrected help text
4154
4155 2003-03-13 [christoph]  0.8.11claws7
4156
4157         * src/account.c
4158         * src/folder.[ch]
4159         * src/imap.c
4160         * src/mainwindow.c
4161         * src/mbox_folder.c
4162         * src/mh.c
4163         * src/news.c
4164         * src/setup.c
4165                 replace more folder type stuff with folder class stuff
4166
4167 2003-03-13 [melvin]     0.8.11claws6
4168
4169         * src/prefs_actions.c
4170                 Added new tokens:
4171                 %u: user provided argument
4172                 %h: user provided argument (hidden on input)
4173                 %s: current text selection in the message view 
4174
4175 2003-03-13 [paul]       0.8.11claws5
4176
4177         * sync with 0.8.11cvs5
4178                 see ChangeLog 2003-03-11, 2003-03-12
4179
4180 2003-03-12 [christoph]  0.8.11claws4
4181
4182         * src/folder.c
4183                 use folder class idstr when writing folderlist.xml
4184
4185         * src/folder.h
4186         * src/imap.c
4187         * src/news.c
4188                 replace folder type checks with folder class checks
4189
4190 2003-03-12 [christoph]  0.8.11claws3
4191
4192         * src/folder.[ch]
4193         * src/imap.[ch]
4194         * src/main.c
4195         * src/mbox_folder.[ch]
4196         * src/mh.[ch]
4197         * src/news.[ch]
4198                 o create a list of known folder classes in the folder system
4199                 o use folder class id strings for folder item identifiers
4200
4201 2003-03-12 [christoph]  0.8.11claws2
4202
4203         * src/imap.c
4204                 fix imap uid validity check
4205
4206 2003-03-12 [christoph]  0.8.11claws1
4207
4208         * src/account.c
4209         * src/folder.[ch]
4210         * src/foldersel.c
4211         * src/folderview.c
4212         * src/imap.c
4213         * src/mainwindow.c
4214         * src/mbox_folder.c
4215         * src/mh.c
4216         * src/news.c
4217         * src/prefs_scoring.c
4218         * src/procmsg.c
4219         * src/setup.c
4220         * src/summaryview.c
4221                 initial restructuring of folder system, seperating
4222                 folders and folder classes
4223
4224 2003-03-12 [paul]       0.8.11claws
4225
4226         0.8.11claws release
4227
4228 2003-03-12 [christoph]
4229
4230         * src/gtk/prefswindow.c
4231                 fix translation of "Page Index"
4232
4233 2003-03-12 [paul]       0.8.10claws110
4234
4235         a sync from 0.8.11cvs4 before the release
4236
4237         * src/common/utils.c
4238                 subject_compare_for_sort(): allow null strings (fixes
4239                 summary sorting).
4240
4241 2003-03-11 [paul]       0.8.10claws109
4242
4243         * po/es.po
4244                 update Spanish translation, submitted by
4245                 Ricardo Mones Lastra
4246
4247 2003-03-11 [melvin]     0.8.10claws108
4248
4249         * po/fr.po
4250                 Updated French translations
4251
4252 2003-03-11 [paul]       0.8.10claws107
4253
4254         * manual/en/Makefile.am
4255           manual/en/*.html
4256                 update English manual, add a new page
4257                 updated by Francois Barriere <fbarriere@atmel.fr>
4258                 
4259         * po/bg.po
4260           po/it.po
4261           po/sr.po
4262                 update Bulgarian, Italian, and Serbian translations
4263                 submitted by George Danchev, Alessandro Maestri, and
4264                 Urke MMI
4265
4266 2003-03-10 [paul]       0.8.10claws106
4267
4268         * src/gtk/about.c
4269           src/gtk/prefswindow.c
4270                 make some strings translatable
4271
4272 2003-03-10 [darko]      0.8.10claws105
4273
4274         * src/compose.c
4275                 code cleanup to make Hiro happy
4276
4277 2003-03-10 [paul]       0.8.10claws104
4278
4279         * sync with 0.8.11cvs2
4280                 see ChangeLog 2003-03-10
4281
4282 2003-03-09 [melvin]     0.8.10claws103
4283
4284         * src/textview.c
4285                 textview_set_font(): fix for message display in
4286                 UTF-8 locales (thanks to Sergey Vlasov).
4287                 (was unintentionnaly reverted in 0.8.6claws6)   
4288
4289 2003-03-08 [darko]      0.8.10claws102
4290
4291         * src/compose.c
4292                 fix infinite loop in wrapping as reported
4293                 by happycactus
4294                 obsoletes patch #696482
4295
4296 2003-03-08 [christoph]  0.8.10claws101
4297
4298         * src/imap.c
4299                 add workaround for IMAP servers that do not
4300                 support the "UID SEARCH UID" command
4301
4302 2003-03-07 [christoph]  0.8.10claws100
4303
4304         * src/plugins/spamassassin/spamassassin.[ch]
4305         * src/plugins/spamassassin/spamassassin_gtk.c
4306                 code cleanup
4307
4308 2003-03-07 [paul]       0.8.10claws99
4309
4310         * po/es.po
4311                 updated Spanish translation, submitted by
4312                 Ricardo Mones Lastra
4313
4314 2003-03-07 [christoph]  0.8.10claws98
4315
4316         * src/send.c
4317                 fix in 0.8.10claws94 was wrong
4318                 local delivery does not require escaping, remove escaping
4319                 code to make signatures of mails with "." lines valid
4320                 
4321                 NOTE: requires that sendmail is executed with "-i" option,
4322                       what is the default now, but has to be changed in all
4323                       exsiting accounts)
4324
4325 2003-03-07 [paul]       0.8.10claws97
4326
4327         * sync with 0.8.11 release
4328                 see ChangeLog 2003-03-07
4329
4330 2003-03-06 [paul]       0.8.10claws96
4331
4332         * src/compose.c
4333                 revert commit 0.8.10claws92
4334
4335 2003-03-06 [paul]       0.8.10claws95
4336
4337         * src/folderview.c
4338                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4339
4340         * src/gtkaspell.c
4341                 fix bug 74, 'Crash opening editor window with pseudo-color
4342                 display'
4343                 
4344         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4345
4346 2003-03-06 [christoph]  0.8.10claws94
4347
4348         * src/send.c
4349                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4350                 all lines starting with a period get an extra period
4351                 inserted
4352                 (found by Simon 'corecode' Schubert)
4353
4354 2003-03-06 [paul]       0.8.10claws93
4355
4356         * src/folderview.c
4357                 if configured font can't be loaded fall back to gtk
4358                 default. (with thanks to Christoph)
4359                 
4360                 closes long-standing bug 15 'Crashes on startup'
4361
4362 2003-03-06 [paul]       0.8.10claws92
4363
4364         * src/compose.c
4365                 freeze text before autosave and thaw afterwards
4366                 fixes bug 67 'autosave make re-rediting message crazy'
4367
4368 2003-03-06 [christoph]  0.8.10claws91
4369
4370         * src/compose.c
4371                 ignore address comment in dupe check for Cc-list
4372
4373         (closes reopened bug 47 Replying to message strips name part of
4374          e-mail addresses of Cc: lines)
4375
4376 2003-03-06 [paul]       0.8.10claws90
4377
4378         * src/Makefile.am
4379                 remove reference to gtkxtext.h as its no longer in
4380                 the repository
4381
4382 2003-03-06 [paul]       0.8.10claws89
4383
4384         * sync with 0.8.10cvs25
4385                 see ChangeLog 2003-03-06
4386
4387 2003-03-06 [oliver]     0.8.10claws88
4388         
4389         * src/messageview.c
4390                 remove include
4391
4392 2003-03-06 [oliver]     0.8.10claws87
4393         
4394         * src/folderview.c 
4395                 remove changes introduced inclaws74
4396         * src/messageview.c
4397                 another attempt to sanely delete and update
4398                 messages deleted in separate messageview
4399
4400 2003-03-05 [christoph]  0.8.10claws86
4401
4402         * src/summaryview.c
4403                 check if "From" matches any account's address if
4404                 addressbook completion of addresses is disabled too
4405
4406         (closes Bug 70 "Display recipient in from" doesn't check
4407          folder's default account)
4408
4409 2003-03-05 [christoph]  0.8.10claws85
4410
4411         * src/compose.c
4412         * src/common/utils.[ch]
4413                 don't strip address comments when building Cc lists
4414
4415         (closes Bug 47 Replying to message strips name part of e-mail addresses
4416          of Cc: lines)
4417
4418         * src/folder.c
4419                 fix return value of copy function
4420
4421 2003-03-05 [christoph]  0.8.10claws84
4422
4423         * src/imap.c
4424                 don't ask imap server for non rfc822 headers
4425
4426         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4427
4428         * src/imap.c
4429                 destroy session on socket error to allow reconnecting
4430
4431 2003-03-05 [christoph]  0.8.10claws83
4432
4433         * configure.ac
4434                 fix building with gnome when no prefix is set
4435
4436         (closes bug 66 Gnome directory is set to NONE)
4437
4438 2003-03-05 [paul]       0.8.10claws82
4439
4440         * sync with 0.8.10cvs23
4441                 see ChangeLog 2003-03-05
4442
4443 2003-03-04 [christoph]  0.8.10claws81
4444
4445         * src/folder.c
4446                 o fix moving and copying when folder returns 0 for new
4447                   message number
4448                 o remove some code for single message copy and move
4449                   operations and use functions for multiple messages
4450
4451         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4452
4453         * src/news.c
4454                 remove unused include
4455
4456 2003-03-04 [paul]       0.8.10claws80
4457
4458         * src/gtk/about.c
4459                 list 'Compiled plugins'
4460
4461 2003-03-03 [christoph]  0.8.10claws79
4462
4463         * src/news.[ch]
4464                 have to multiply the percentage of the current fetch with
4465                 the percentage that it has of the total fetch operation
4466                 for correct values
4467
4468 2003-03-03 [christoph]  0.8.10claws78
4469
4470         * src/news.c
4471                 fix calculation of expected lines for progress indicator
4472
4473 2003-03-03 [christoph]  0.8.10claws77
4474
4475         * src/summaryview.c
4476         * src/common/utils.c
4477                 fix segfault when opening the root news folder
4478
4479 2003-03-03 [christoph]  0.8.10claws76
4480
4481         * src/mainwindow.[ch]
4482         * src/common/Makefile.am
4483         * src/common/progressindicator.[ch]
4484                 add UI independent progress indicator handling
4485
4486         * src/news.[ch]
4487                 use new progress indicator for message info fetching
4488
4489         * src/common/hooks.h
4490                 code cleanup
4491
4492 2003-03-03 [oliver]     0.8.10claws75
4493
4494         * src/toolbar.c
4495         * src/compose.c
4496                 removed commented code
4497
4498 2003-03-03 [oliver]     0.8.10claws74
4499
4500         * src/toolbar.[ch]
4501                 cleanups and refactoring
4502         * src/compose.[ch]
4503                 compose_reply_mode reply & forwarding interface for
4504                 toolbar buttons
4505         * src/folderview.c
4506                 act on messages marked for deletion in folderview_selected
4507                 based on prefs_common.immediate_exec since a message might 
4508                 have been deleted by messageview in a folder we are changing 
4509                 to (does anybody understand what I'm on about ?)
4510
4511 2003-03-03 [oliver]     0.8.10claws73
4512         
4513         * src/messageview.[ch]
4514                 new functions
4515                 - messageview_delete: delete message shown in messagview
4516                 - messageview_update_view: update messageview to currently 
4517                   selected summaryview message
4518                 - add separate messageview to msgview_list in order to update 
4519                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4520         * src/summaryview.[ch]
4521                 summary_get_selection returns a list of selected msgs
4522                 in summaryview
4523         * src/mainwindow.c
4524                 toolbar reply refactoring
4525
4526 2003-03-03 [paul]       0.8.10claws72
4527
4528         * sync with 0.8.10cvs21
4529                 see ChangeLog 2003-03-03
4530
4531 2003-03-02 [christoph]  0.8.10claws71
4532
4533         * src/common/passcrypt.c
4534                 use POSIX includes
4535
4536 2003-03-02 [christoph]  0.8.10claws70
4537
4538         * configure.ac
4539         * src/prefs_account.c
4540         * src/prefs_gtk.[ch]
4541         * src/common/.cvsignore
4542         * src/common/Makefile.am
4543         * src/common/passcrypt.c                ** NEW **
4544         * src/common/passcrypt.h.in             ** NEW **
4545                 Implement password encryption in config files
4546                 using unix encrypt and setkey functions. The crypt
4547                 key can be set as a configure parameter. Old
4548                 passwords will be converted if they do not begin
4549                 with '!'
4550
4551 2003-03-02 [paul]       0.8.10claws69
4552
4553         * src/prefs_account.c
4554                 fix compile error
4555
4556 2003-03-01 [thorsten]   0.8.10claws68
4557
4558         * po/el.po
4559           po/hr.po
4560           po/it.po
4561           po/nl.po
4562           po/sr.po
4563           po/sv.po
4564                 corrected format strings
4565         * po/en_GB.po
4566                 corrected headers
4567                 (fix compile errors with GNU gettext-0.11.5)
4568
4569 2003-03-01 [oliver]     0.8.10claws67
4570
4571         * src/summaryview.c
4572                 menu callbacks call toolbar_menu_reply
4573
4574 2003-03-01 [oliver]     0.8.10claws66
4575
4576         * src/mainwindow.c
4577         * src/messageview.c
4578                 menu callbacks call toolbar_menu_reply
4579         * src/toolbar.[ch]
4580                 callbacks from menu handled by toolbar_menu_reply
4581
4582 2003-03-01 [paul]       0.8.10claws65
4583
4584         * src/addressbook.c
4585                 revert commit 0.8.10claws54 - breaks editing of
4586                 addressbook.
4587                 
4588         * po/bg.po
4589                 update Bulgarian translation, submitted by
4590                 George Danchev
4591
4592 2003-02-28 [christoph]  0.8.10claws64
4593
4594         * src/account.c
4595         * src/addressadd.c
4596         * src/compose.c
4597         * src/gtkaspell.c
4598         * src/gtkxtext.h                ** REMOVE **
4599         * src/imap.c
4600         * src/matcher.[ch]
4601         * src/mh.c
4602         * src/news.c
4603         * src/pine.c
4604         * src/prefs_common.c
4605         * src/prefs_matcher.c
4606         * src/procheader.[ch]
4607         * src/procmsg.[ch]
4608         * src/toolbar.c
4609         * src/common/ssl_certificate.c
4610         * src/gtk/colorlabel.c
4611         * src/gtk/menu.c
4612                 o fix warnings
4613                 o remove code obsoleted by new cache and folder system rework
4614
4615 2003-02-28 [oliver]     0.8.10claws63
4616         
4617         * src/toolbar.[ch]
4618                 * fix bug where reply in Messageview replied to 
4619                 Message displayed in summaryview
4620                 (reportedd via ML by chinatinte at gmx dot ch)
4621                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4622                 didn't work in separate MessageView Toolbar
4623                 (wondering if anybody uses this at all ?)
4624         * src/summaryview.[ch]
4625                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4626                 (generalize reply and forward code);
4627         * src/messageview.c 
4628                 remove focus_in event which updated summaryview to messageview
4629
4630 2003-02-28 [paul]       0.8.10claws62
4631
4632         * po/Makefile.in.in
4633                 add the --check option
4634                 Patch submitted by Ricardo Mones Lastra
4635
4636 2003-02-28 [paul]       0.8.10claws61
4637
4638         * src/prefs_account.c
4639                 re-order 'Signature' items
4640
4641 2003-02-28 [paul]       0.8.10claws60
4642
4643         * sync with 0.8.10cvs20
4644                 see ChangeLog 2003-02-28
4645
4646 2003-02-28 [paul]       0.8.10claws59
4647
4648         * po/POTFILES.in
4649                 update to reflect recent movement of files
4650
4651 2003-02-28 [paul]       0.8.10claws58
4652
4653         * sync with 0.8.10cvs19
4654                 see ChangeLog 2003-02-28
4655
4656 2003-02-27 [martin]     0.8.10claws57
4657
4658         * src/prefs_matcher.c 
4659                 fix segfault in prefs_matcher_ok() when the
4660                 last entry is deleted and prevents that the
4661                 message "entry not saved" comes up after deleting
4662                 an entry
4663
4664 2003-02-27 [martin]     0.8.10claws56
4665
4666         * src/prefs_filtering.c 
4667                 fix segfault in prefs_filtering_ok() when the
4668                 last entry is deleted and prevents that the
4669                 message "entry not saved" comes up after deleting
4670                 an entry
4671
4672 2003-02-27 [paul]       0.8.10claws55
4673
4674         * sync with 0.8.10cvs18
4675                 see ChangeLog 2003-02-27
4676
4677 2003-02-27 [paul]       0.8.10claws54
4678
4679         * src/addressbook.c
4680                 fix bug where the address book crashes with 
4681                 multiple lookups.
4682                 Patch [687729] submitted by David Frager 
4683                 <dbfrager@users.sourceforge.net>
4684
4685 2003-02-25 [christoph]  0.8.10claws53
4686
4687         * src/Makefile.am
4688         * src/colorlabel.[ch]           ** REMOVE **
4689         * src/gtk/Makefile.am
4690         * src/gtk/colorlabel.[ch]       ** NEW **
4691                 move colorlabel files to gtk directory
4692
4693         * src/esmtp.[ch]                ** REMOVE **
4694                 has been merged into smtp.[ch] in 0.7.5
4695
4696 2003-02-25 [christoph]  0.8.10claws52
4697
4698         * src/Makefile.am
4699         * src/about.[ch]                ** REMOVE **
4700         * src/gtk/Makefile.am
4701         * src/gtk/about.[ch]            ** NEW **
4702                 move about files to gtk directory
4703
4704 2003-02-25 [christoph]  0.8.10claws51
4705
4706         * src/folder.c
4707                 some code optimization of folder scanning code
4708
4709         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4710
4711 2003-02-25 [christoph]  0.8.10claws50
4712
4713         * src/main.c
4714         * src/common/sylpheed.c
4715                 add command line parameter parsing to common code
4716
4717 2003-02-24 [christoph]
4718
4719         * Makefile.am
4720         * configure.ac
4721                 fix gnome prefix problems, the configure script now removed
4722                 `gnome-config --prefix` from `gnome-config --datadir`
4723                 and adds $(prefix} instead
4724
4725         (closes Bug 24 Makefile does not respect prefix when installing
4726          GNOME data)
4727
4728 2003-02-24 [christoph]  0.8.10claws49
4729
4730         * src/news.c
4731                 check for valid session before trying to authenticate
4732
4733         (closes Bug 60 crash if "authenticate on logon" is activated
4734          and newsserver-hostname is not valid)
4735
4736 2003-02-24 [melvin]     0.8.10claws48
4737
4738         * src/prefs_actions.c
4739                 Make sure all user's input is sent to the action and then
4740                 close the socket..
4741
4742 2003-02-23 [alfons]     0.8.10claws46
4743
4744         * src/summaryview.c
4745                 also wait cursor when deleting files
4746
4747 2003-02-23 [paul]
4748
4749         * tools/freshmeat_search.pl
4750           tools/google_search.pl
4751                 scripts should now work for any browser/browser command line
4752
4753 2003-02-22 [christoph]  0.8.10claws45
4754
4755         * src/procmsg.c
4756                 fix IMAP flag setting, IMAP flag is not handled correctly
4757                 anymore by the folder system and information about the
4758                 folder should not be saved in the MsgInfo (in my opinion)
4759
4760         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4761
4762 2003-02-22 [christoph]  0.8.10claws44
4763
4764         * src/summaryview.c
4765                 fix spelling of "label" ;-)
4766
4767 2003-02-22 [thorsten]   0.8.10claws43
4768
4769         * src/mimeview.c
4770           src/prefs_common.[ch]
4771           src/procmime.[ch]
4772                 do not use description as attachment name
4773
4774 2003-02-22 [alfons]     0.8.10claws42
4775
4776         * src/summaryview.c
4777                 freeze/thaw folder item updates when changing color labels,
4778                 and put a wait cursors on
4779
4780 2003-02-22 [thorsten]   0.8.10claws41
4781
4782         * src/mimeview.c
4783                 save-all fixes: crash if invoked on multipart container,
4784                 mimeinfo access, pathseparators, error dialog
4785
4786 2003-02-21 [alfons]     0.8.10claws40
4787
4788         * src/prefs_gtk.c
4789                 remove unused var
4790
4791 2003-02-21 [colin]      0.8.10claws39
4792
4793         * src/send.c
4794                 Fix smtp logging
4795
4796 2003-02-21 [colin]      0.8.10claws38
4797
4798         * src/summaryview.c
4799                 Freeze/thaw folderItem updates when filtering messages 
4800                 via Tools/Filter messages
4801
4802 2003-02-21 [paul]       0.8.10claws37
4803
4804         * src/compose.c
4805                 revert commit 0.8.10claws26, there are ulterior motives
4806                 for users to set a Reply-To header when posting to
4807                 newsgroups
4808
4809 2003-02-21 [paul]       0.8.10claws36
4810
4811         * sync with 0.8.10cvs17
4812                 see ChangeLog 2003-02-21
4813
4814 2003-02-20 [christoph]  0.8.10claws35
4815
4816         * src/imap.c
4817                 IMAP UID fetch speedup using SEARCH
4818
4819         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4820
4821         * src/imap.c
4822                 fix problem with UIDs in IMAP UID cache that no longer existed
4823
4824 2003-02-20 [christoph]  0.8.10claws34
4825
4826         * src/imap.c
4827         * src/procheader.c
4828         * src/procheader.h
4829                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4830
4831         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4832
4833         * src/imap.c
4834                 Rewrite imap_cmd_gen_recv use sock_getline instead
4835                 of sock_gets to avoid problems with too long reply
4836                 lines
4837     
4838 2003-02-20 [colin]      0.8.10claws33
4839         
4840         * src/prefs_account.c
4841                 Better wording
4842
4843 2003-02-20 [colin]      0.8.10claws32
4844
4845         * src/compose.c
4846                 Remove useless '&& !to_sender' 
4847
4848 2003-02-20 [darko]
4849
4850         * AUTHORS
4851                 change my e-mail address
4852
4853 2003-02-19 [colin]      0.8.10claws31
4854
4855         * src/prefs_common.c
4856                 X11 style colors for every configurable color
4857
4858 2003-02-19 [alfons]     0.8.10claws30
4859
4860         * src/prefs_gtk.[ch]
4861         * src/prefs_common.c
4862                 for color_new accept both plain integers and X11 style color
4863                 names (as found in /usr/lib/X11/rgb.txt)
4864
4865 2003-02-19 [paul]       0.8.10claws29
4866
4867         * src/mainwindow.c
4868                 add tooltips to online/offline button and account selector
4869                 button
4870
4871 2003-02-19 [paul]       0.8.10claws28
4872
4873         * src/folder.c
4874           src/news.c
4875           src/prefs_account.[ch]
4876           src/prefs_common.[ch]
4877                 move 'Maximum number of articles to download' to
4878                 account prefs.
4879                 clean up account prefs gui a little by hiding entries
4880                 rather then greying out entries
4881
4882 2003-02-19 [hiro]       0.8.10claws27
4883
4884         * src/common/utils.c
4885                 fix bug #54 'yesterdays date is displayed in the message 
4886                 summary window'
4887
4888 2003-02-19 [paul]       0.8.10claws26
4889
4890         * src/compose.c
4891                 fix bug reported in Feature Request [688596] 
4892                 'Reply-to header in news'
4893
4894 2003-02-18 [paul]       0.8.10claws25
4895
4896         * src/select-keys.c
4897                 add a 'List all keys' button to key selection dialog
4898
4899 2003-02-18 [colin]      0.8.10claws24
4900         
4901         * src/stock_pixmap.c
4902                 fix compile error
4903
4904 2003-02-18 [colin]      0.8.10claws23
4905
4906         * src/common/smtp.[ch]
4907           src/prefs_account.c
4908                 Try to starttls if it seems to be the only
4909                 way to authenticate a user
4910
4911 2003-02-18 [paul]       0.8.10claws22
4912
4913         * src/Makefile.am
4914           src/folderview.c
4915           src/stock_pixmap.[ch]
4916           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4917           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4918                 as a Drafts folder is a special folder allow it to have
4919                 its own unique icons
4920
4921 2003-02-18 [colin]      0.8.10claws21
4922
4923         * src/imap.c
4924                 Fix port selection when using starttls
4925
4926 2003-02-18 [paul]       0.8.10claws20
4927
4928         * src/mainwindow.c
4929           src/prefs_common.[ch]
4930                 make blue the default new mail colour
4931
4932 2003-02-18 [paul]       0.8.10claws19
4933
4934         * sync with 0.8.10cvs14
4935                 see ChangeLog 2003-02-18
4936
4937 2003-02-17 [jens]       0.8.10claws18
4938
4939         * src/common/md5.c
4940                 fixed a compile problem with gcc 3.3
4941                 works on 2.95.3 too (testet on PPC as it is big endian)
4942
4943 2003-02-17 [paul]       0.8.10claws17
4944
4945         * sync with 0.8.10cvs13
4946                 see ChangeLog 2003-02-17
4947
4948 2003-02-17 [paul]       0.8.10claws16
4949
4950         * sync with 0.8.10cvs12
4951                 see ChangeLog 2003-02-17
4952
4953 2003-02-16 [match]      0.8.10claws15
4954
4955         * src/addressbook.c
4956                 Eliminates reloading of address data when items
4957                 deleted or added. Applied submitted by
4958                 Luke Plant <lukeplant@softhome.net>
4959
4960 2003-02-16 [paul]       0.8.10claws14
4961
4962         * src/news.c
4963                 when a 'protocol error' is encountered disconnect from
4964                 the server. This means that the user can carry on viewing
4965                 other articles and doesn't have to either wait until the
4966                 server timesout or quit sylpheed.
4967                 Fixes bug #53 'Unable to read messages in newsgroups, 
4968                 displayed message doesn't change'
4969
4970 2003-02-15 [christoph]  0.8.10claws13
4971
4972         * src/imap.c
4973                 fix bug that stopped scanning of folders when an
4974                 IMAP folder was empty
4975
4976         (closes bug 46 stop scan messages in folders after empty folder)
4977
4978 2003-02-15 [paul]
4979
4980         * tools/Makefile.am
4981           tools/README
4982           tools/freshmeat_search.pl     ** NEW FILE **
4983           tools/google_search.pl        ** NEW FILE **
4984                 Add 2 Actions scripts which search freshmeat/google
4985                 for the selected text using the browser configured
4986                 in sylpheedrc.
4987                 
4988         Note: These scripts are very dependent on the format of the
4989         browser command and may not work on every occasion. Testing
4990         is welcome. 
4991
4992 2003-02-14 [alfons]     0.8.10claws12
4993
4994         * src/compose.c
4995                 fix breakage because of uninitialized account pointer.
4996                 please verify.
4997
4998 2003-02-14 [paul]       0.8.10claws11
4999
5000         * src/compose.c
5001           src/prefs_account.[ch]
5002           src/prefs_common.[ch]
5003                 move signature settings to Account Prefs
5004
5005 2003-02-14 [paul]       0.8.10claws10
5006
5007         * sync with 0.8.10cvs11
5008                 see ChangeLog 2003-02-14
5009
5010 2003-02-13 [thorsten]   0.8.10claws9
5011
5012         * src/news.c
5013                 revert news progressbar (GUI separation)
5014
5015 2003-02-13 [paul]       0.8.10claws8
5016
5017         * src/compose.c
5018                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5019                 paragraph 1
5020
5021 2003-02-13 [paul]       0.8.10claws7
5022
5023         * src/compose.[ch]
5024           src/summaryview.c
5025                 fix 'Follow-up and Reply-to' so that it creates a reply to
5026                 the newsgroup and the sender. If the message has the keyword
5027                 'poster' in the Followup-To header, all replies go to the
5028                 sender, re: RFC 1036, Section 2.2.3
5029                 rename all instances of 'ignore_replyto' to 'to_sender', both
5030                 were previously used, now we use just one.
5031
5032 2003-02-13 [paul]       0.8.10claws6
5033
5034         * sync with 0.8.10cvs9
5035                 see ChangeLog 2003-02-13
5036
5037 2003-02-13 [paul]       0.8.10claws5
5038
5039         * configure.ac
5040                 show which plugins are configured in the configure
5041                 output.
5042
5043 2003-02-12 [thorsten]   0.8.10claws4
5044
5045         * src/news.c
5046                 show progress while fetching news headers
5047
5048 2003-02-12 [christoph]  0.8.10claws3
5049
5050         * configure.ac
5051         * src/plugins/Makefile.am
5052                 use AM_CONDITIONAL to enable plugins, automake correctly
5053                 manages this when creating distdir
5054
5055 2003-02-12 [christoph]  0.8.10claws2
5056
5057         * ac/spamassassin.m4
5058         * src/plugins/spamassassin/Makefile.am
5059                 fix building SpamAssassin plugin without OpenSSL
5060
5061 2003-02-12 [paul]       0.8.10claws1
5062
5063         * ac/Makefile.am
5064           src/Makefile.am
5065           src/plugins/Makefile.am
5066                 fix failure of 'make release'
5067
5068 2003-02-12 [paul]       0.8.10claws
5069
5070         * 0.8.10claws released
5071
5072 2003-02-12 [paul]       0.8.9claws56
5073
5074         * po/bg.po
5075           po/es.po
5076           po/it.po
5077           po/ru.po
5078           po/sr.po
5079                 updated translations by George Danchev, Ricardo Mones Lastra,
5080                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5081                 
5082         * sylpheed.spec.in
5083                 Allow the building of RPMs by a regular user. Submitted
5084                 by Sergei Astanin
5085
5086 2003-02-11 [alfons]     0.8.9claws55
5087
5088         * src/colorlabel.c
5089                 don't use pixmaps for label color rect but draw rectangles
5090                 so we can respect the color map of palette based visuals
5091                 (fixes the long time crashes on Suns - thanks to Andreas
5092                 Engel and Steve O'Hara-Smith for testing)
5093
5094 2003-02-11 [christoph]  0.8.9claws54
5095
5096         * src/matcher_parser_parse.y
5097                 correct bug where filering rules of not existing folders in
5098                 matcherrc were added to global filtering
5099                 
5100         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5101          main filter-rules after removing directory, http://bugs.debian.org/180253)
5102         
5103 2003-02-11 [paul]       0.8.9claws53
5104
5105         * sync with 0.8.10cvs7
5106                 see ChangeLog 2003-02-09
5107
5108 2003-02-11 [melvin]     0.8.9claws52
5109
5110         * po/fr.po
5111                 Updated French tranlsations
5112
5113 2003-02-10 [paul]       0.8.9claws51
5114
5115         * sylpheed.spec.in
5116                 correct --enable-openssl
5117                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5118
5119 2003-02-09 [martin]     0.8.9claws50
5120
5121         * src/prefs_matcher.c
5122                 fix segfault in prefs_matcher_substitute_cb() when
5123                 no row is selected
5124
5125 2003-02-09 [paul]       0.8.9claws49
5126
5127         * src/folderview.c
5128                 fix bug where a newsgroup folder's processing rules were
5129                 merged with the global filtering rules when the newsgroup
5130                 folder was deleted, causing some seriously bad results,
5131                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5132
5133 2003-02-08 [melvin]     0.8.9claws48
5134
5135         * src/compose.c
5136                 Corrected and modified an alert message.
5137
5138 2003-02-07 [paul]       0.8.9claws47
5139
5140         * src/folderview.c
5141                 fix bug where both an 'Account properties' window and a
5142                 'Folder properties' window were opened when clicking on
5143                 'Properties' in an NNTP or IMAP folder's popup menu.
5144
5145 2003-02-07 [paul]       0.8.9claws46
5146
5147         * sync with 0.8.10cvs6
5148                 see ChangeLog 2003-02-06
5149
5150 2003-02-06 [christoph]  0.8.9claws45
5151
5152         * src/mbox.c
5153                 freeze folder updates while importing mbox files
5154                 (closes bug 43 importing mbox took hours)
5155                 
5156         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5157
5158 2003-02-06 [thorsten]   0.8.9claws44
5159
5160         * po/de.po
5161                 Updated german translations
5162
5163 2003-02-06 [thorsten]   0.8.9claws43
5164
5165         * src/news.h
5166                 use guint for message numbers (fix count in grouplist dialog)
5167
5168 2003-02-05 [paul]       0.8.9claws42
5169
5170         * sync with 0.8.10cvs2
5171                 see ChangeLog 2003-02-05
5172
5173 2003-02-04 [colin]      0.8.9claws41
5174
5175         * src/prefs_common.[ch]
5176           src/procmsg.c
5177           src/summaryview.c
5178                 Add an option to disable threading by subject
5179
5180 2003-02-04 [christoph]  0.8.9claws40
5181
5182         * src/inc.c
5183                 only abort fetching mails from multiple accounts when the
5184                 error is fatal and does not allow to check any more accounts
5185                 (currently only disk full error)
5186
5187         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5188          receive mails for other accouts)
5189
5190 2003-02-04 [christoph]  0.8.9claws39
5191
5192         * src/folder.c
5193                 first add the new message to the cache, then
5194                 send the update notification
5195
5196         (closes bug 39 after sending message folderview doesnt get updated)
5197
5198 2003-02-04 [colin]      0.8.9claws38
5199
5200         * src/inc.c
5201                 _really_ fix this Connecting... status
5202
5203 2003-02-04 [paul]       0.8.9claws37
5204
5205         * sync with 0.8.10
5206                 see ChangeLog 2003-02-04
5207
5208 2003-02-04 [paul]       0.8.9claws36
5209
5210         * sync with 0.8.9cvs6
5211                 see ChangeLog 2003-02-03
5212
5213 2003-02-04 [paul]       0.8.9claws35
5214
5215         * po/pt_BR.po
5216                 updated by André Filipe de Assunção e Brito 
5217                 <bedecko@netsite.com.br>
5218
5219 2003-02-03 [thorsten]   0.8.9claws34
5220
5221         * po/de.po
5222                 Updated german translations
5223
5224 2003-02-02 [paul]       0.8.9claws33
5225
5226         * po/es.po
5227                 updated by Ricardo Mones Lastra
5228
5229 2003-02-02 [thorsten]   0.8.9claws32
5230
5231         * src/mh.c
5232                 Fix mh_get_msginfo() segfault if file is inaccessible
5233
5234 2003-01-31 [colin]      0.8.9claws31
5235
5236         * src/procheader.c
5237                 Fix last commit's bug
5238
5239 2003-01-31 [colin]      0.8.9claws30
5240
5241         * src/procheader.c
5242                 Missing a change for gpg-signed messages
5243
5244 2003-01-31 [paul]       0.8.9claws29
5245
5246         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5247           src/procheader.c
5248           src/stock_pixmap.[ch]
5249           src/summaryview.c
5250                 indicate GnuPG signed messages by displaying an icon
5251                 in the Attachment column.
5252
5253 2003-01-31 [paul]       0.8.9claws28
5254
5255         * sync with 0.8.9cvs4
5256                 see ChangeLog 2003-01-31
5257
5258 2003-01-31 [alfons]     0.8.9claws27
5259
5260         * src/textview.c
5261                 tune URI parser to accept mailto URLs with a '?'
5262                 (patch from Ruslan Balkin)
5263
5264 2003-01-31 [colin]      0.8.9claws26
5265
5266         * src/summaryview.c
5267                 Fix a leak introduced in claws24
5268
5269 2003-01-31 [colin]      0.8.9claws25
5270
5271         * src/summaryview.c
5272                 Freeze/Thaw folder updates when deleting dups
5273
5274 2003-01-31 [colin]      0.8.9claws24
5275         
5276         * src/addr_compl.c
5277           src/summaryview.c
5278           src/msgcache.c
5279                 little speed improvements
5280
5281 2003-01-31 [colin]      0.8.9claws23
5282
5283         * src/summaryview.c
5284                 Fix segfault when forwarding nothing
5285                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5286                 
5287 2003-01-30 [paul]       0.8.9claws22
5288
5289         * sync with 0.8.9cvs3
5290                 see ChangeLog 2003-01-30
5291
5292 2003-01-30 [paul]       0.8.9claws21
5293
5294         * sync with 0.8.9cvs2
5295                 see ChangeLog 2003-01-30
5296
5297 2003-01-29 [paul]       0.8.9claws20
5298
5299         * sync with 0.8.9cvs1
5300                 see ChangeLog 2003-01-29
5301
5302 2003-01-28 [paul]       0.8.9claws19
5303
5304         * po/POTFILES.in
5305                 update to reflect changes. 
5306                 thanks to Ricardo Mones Lastra
5307
5308 2003-01-27 [christoph]  0.8.9claws18
5309
5310         * ac/openssl.m4
5311         * ac/spamassassin.m4
5312         * src/plugins/spamassassin/README
5313         * src/plugins/spamassassin/libspamc.[ch]
5314         * src/plugins/spamassassin/utils.[ch]
5315                 updated to latest libspamc
5316
5317 2003-01-27 [christoph]  0.8.9claws17
5318
5319         * src/folder.c
5320                 fix wrong use of procheader_get_header_fields
5321
5322 2003-01-27 [christoph]  0.8.9claws16
5323
5324         * src/news.c
5325         * src/prefs_account.[ch]
5326         * src/common/nntp.[ch]
5327                 allow to force authentication for NNTP servers
5328
5329         Patch submitted by Florian Mickler <dmk@d-labs.de>
5330
5331 2003-01-26 [paul]       0.8.9claws15
5332
5333         * src/summaryview.c
5334                 speed up of marking messages as read
5335                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5336
5337 2003-01-26 [christoph]  0.8.9claws14
5338
5339         * src/Makefile.am
5340         * src/mgutils.[ch]              ** REMOVE **
5341         * src/xml.[ch]                  ** REMOVE **
5342         * src/xmlprops.[ch]             ** REMOVE **
5343         * src/common/Makefile.am
5344         * src/common/mgutils.[ch]       ** NEW **
5345         * src/common/xml.[ch]           ** NEW **
5346         * src/common/xmlprops.[ch]      ** NEW **
5347                 move xml files to common directory
5348
5349 2003-01-26 [christoph]  0.8.9claws13
5350
5351         * src/plugins/spamassassin/spamassassin_gtk.c
5352                 only set gtk entry text if string is available
5353
5354 2003-01-26 [melvin]     0.8.9claws12
5355
5356         * src/description_window.c
5357                 Allow resizing of the window
5358                 Allow automatic horizontal scroll bar
5359                 Do not vertically expand and fill
5360
5361 2003-01-26 [christoph]  0.8.9claws11
5362
5363         * src/Makefile.am
5364         * src/gtkutils.[ch]             ** REMOVE **
5365         * src/common/sylpheed.c
5366         * src/gtk/Makefile.am
5367         * src/gtk/description_window.c
5368         * src/gtk/gtkutils.[ch]         ** NEW **
5369         * src/gtk/prefswindow.c
5370                 move gtkutils to gtk directory
5371
5372 2003-01-26 [paul]       0.8.9claws10
5373
5374         * src/summaryview.c
5375                 rename summary_unread_clicked() to summary_status_clicked()
5376
5377 2003-01-26 [melvin]     0.8.9claws9
5378
5379         * src/prefs_actions.c
5380                 Cosmetical changes to the help text
5381
5382 2003-01-26 [paul]       0.8.9claws8
5383
5384         * src/folder.[ch]
5385           src/mainwindow.c
5386           src/prefs_common.c
5387           src/prefs_sumamry_column.c
5388           summaryview.[ch]
5389                 rename the 'Unread' column to 'Status'
5390
5391 2003-01-25 [match]      0.8.9claws7
5392
5393         * src/mgutils.[ch]
5394                 removed reference to LDAP constants. removed error2string.
5395                 included functions to support LDAP dynamic queries.
5396         * src/syldap.h
5397                 moved LDAP constants here.
5398         * src/addressbook.c
5399         * src/addrindex.c
5400         * src/importldif.c
5401                 removed references to LDAP constants and references to
5402                 error2string.
5403
5404 2003-01-25 [paul]       0.8.9claws6
5405
5406         * src/summaryview.c
5407                 summary_thread_build(), summary_thread_init(): remove 
5408                 unneeded reference to summaryview->folder_item
5409
5410 2003-01-25 [christoph]  0.8.9claws5
5411
5412         * src/gtk/description_window.c
5413                 o allow description texts to expand over multiple columns
5414                 o translate all columns
5415         * src/prefs_actions.c
5416                 change syntax description to use new multi column feature
5417
5418         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5419
5420 2003-01-25 [match]      0.8.9claws4
5421
5422         * src/vcard.c
5423                 fixed bug with Quoted-Printable
5424
5425 2003-01-25 [paul]       0.8.9claws3
5426
5427         * src/folder.[ch]
5428           src/summaryview.[ch]
5429                 implement per-folder collapsed/expanded threads setting
5430                 
5431         * src/prefs_common.c
5432                 remove global collapsed/expanded threads option
5433
5434 2003-01-25 [christoph]  0.8.9claws2
5435
5436         * po/POTFILES.in
5437                 add pluginwindow and prefswindow
5438         * src/compose.c
5439                 make send respond correctly to messages that could be added
5440                 to the queue folder, but the UID of the message is unknown
5441         * src/folder.c
5442         * src/imap.c
5443                 don't return guessed UIDs in imap_add_msg anymore. We return
5444                 0 to tell the folder system it was appened but the UID is
5445                 unknown. Folder system now get's the UID by scaning the folder
5446                 and searching the cache for the Message-ID
5447                 (closes bug #29 Messages queued, but not sent)
5448
5449 2003-01-25 [paul]       0.8.9claws1
5450
5451         * src/codeconv.c
5452                 conv_encode_header():  fix bug when long headers with 8-bit
5453                 characters are used, so that the encoded words are wrapped.
5454                 If the space in the original text falls on the wrap boundary,
5455                 it can be lost.
5456                 Patch by Sergey Vlasov.
5457                 
5458         * src/folderview.c
5459                  fix bug where a change to the sorting method or thread view
5460                  of a folder's messages is lost if simpify-subject is set and
5461                  toggled on or off.
5462                  Patch by Luke Plant.
5463
5464 2003-01-24 [paul]       0.8.9claws
5465
5466         * sylpheed-0.8.9claws released
5467         
5468         * Makefile.am
5469           sylpheed.spec.in
5470                 remove reference to 'INSTALL.jp'
5471
5472 2003-01-23 [paul]       0.8.8claws128
5473
5474         * po/es.po
5475           po/it.po
5476           po/ru.po
5477           po/sr.po
5478                 updated translations. submitted by Ricardo Mones Lastra,
5479                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5480
5481 2003-01-23 [colin]      0.8.8claws127
5482
5483         * src/compose.c
5484                 Fix drafted and queued news articles re-edition
5485
5486 2003-01-23 [melvin]     0.8.8claws126
5487
5488         * po/fr.po
5489                 Updated French translations
5490
5491 2003-01-23 [colin]      0.8.8claws125
5492
5493         * src/inc.c
5494                 Fix "Connecting to..." status message
5495
5496 2003-01-22 [paul]       0.8.8claws124
5497
5498         * po/bg.po
5499                 updated by George Danchev
5500                 
5501         * src/folder.c
5502                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5503                 and folder deletion
5504
5505 2003-01-21 [paul]       0.8.8claws123
5506
5507         * po/bg.po
5508                 updated by George Danchev
5509                 
5510         * src/about.c
5511                 its now 2003
5512                 
5513         * src/toolbar.c
5514                 don't translate 'Separator'
5515                 
5516         * src/plugins/spamassassin/Makefile.am
5517                 add aspell to CPPFLAGS
5518                 
5519         * src/plugins/spamassassin/spamassassin.c
5520           src/plugins/spamassassin/spamassassin_gtk.c
5521                 set correct default for spamassassin_receive_spam
5522                 slightly re-word descriptions and some
5523                 other minor changes
5524
5525 2003-01-19 [alfons]     0.8.8claws122
5526                 
5527         * src/mimeview.c
5528                 mimeview_save_as(): we might as well show the file name for
5529                 the single case "Save As" too
5530
5531 2003-01-19 [alfons]     0.8.8claws121
5532
5533         * src/crash.c
5534                 change bug tracker URL to bugzilla URL
5535
5536 2003-01-19 [alfons]     0.8.8claws120
5537
5538         * src/mimeview.c
5539                 mimeview_save_all(): display name of file before overwriting;
5540                 continue saving all, even when one overwrite was cancelled
5541
5542 2003-01-19 [christoph]  0.8.8claws119
5543
5544         * src/summaryview.c
5545         * src/procmsg.[ch]
5546                 fix wrong usage of procmsg_find_children in summaryview
5547                 by using procmsg_update_unread_children instead of
5548                 summaryview_update_unread_children
5549
5550 2003-01-19 [christoph]  0.8.8claws118
5551
5552         * src/procmsg.c
5553                 fix infinite loop in procmsg_find_children
5554                  (closes bug #25 sylpheed crashes on delete.)
5555
5556         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5557
5558 2003-01-19 [paul]       0.8.8claws117
5559
5560         * po/pt_BR.po
5561                 updated by Ivan Francolin Martinez
5562
5563 2003-01-18 [melvin]     0.8.8claws116
5564
5565         * src/prefs_actions.c
5566                 Removed syntax limitation of only one '&' at the end of command.
5567                         Now actions that contain '>/dev/null 2>&1' are possible.
5568
5569 2003-01-18 [melvin]     0.8.8claws115
5570
5571         * src/prefs_actions.c
5572                 Actions IO dialog: when the action ends
5573                 the "Close" button now has focus and [Escape] closes the
5574                 window.
5575
5576 2003-01-18 [christoph]  0.8.8claws114
5577
5578         * src/procmsg.c
5579                 o add debug output when MsgInfos are really freed
5580                 o free GSLists in procmsg_find_children and
5581                   procmsg_update_unread_children
5582
5583 2003-01-18 [christoph]  0.8.8claws113
5584
5585         * src/mainwindow.c
5586                 reorder Configuration menu
5587
5588 2003-01-18 [christoph]  0.8.8claws112
5589
5590         * src/compose.c
5591                 fix applying templates to forwarded messages
5592
5593         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5594
5595 2003-01-17 [christoph]  0.8.8claws111
5596
5597         * src/folder.c
5598                 destroy folder items, when a folder item is removed
5599
5600 2003-01-17 [christoph]  0.8.8claws110
5601
5602         * src/folder.c
5603                 fix wrong folder stats update when ignored message is
5604                 deleted
5605
5606 2003-01-17 [colin]      0.8.8claws109
5607         
5608         * src/mainwindow.c
5609         * src/summaryview.c
5610                 Quicksearch bugfixes: 
5611                 - hide help button at startup if not extended
5612                 - switch to extended when looking for replies
5613
5614 2003-01-17 [paul]
5615
5616         * sync with 0.8.9 release
5617
5618 2003-01-17 [paul]       0.8.8claws108
5619
5620         * sync with 0.8.8cvs11
5621                 see ChangeLog 2003-01-17
5622
5623 2003-01-16 [colin]      0.8.8claws107
5624
5625         * src/procmsg.c
5626                 Changed encryption test to re-ask passphrase
5627                 if an encrypted message hasn't been decrypted
5628                 Fixes bug #5
5629
5630 2003-01-16 [christoph]  0.8.8claws106
5631
5632         * src/prefs_gtk.c
5633         * src/prefs_toolbar.c
5634         * src/gtk/prefswindow.h
5635         * src/plugins/spamassassin/spamassassin_gtk.c
5636                 remove page destroy function that is not used anymore
5637
5638 2003-01-16 [paul]       0.8.8claws105
5639
5640         * sync with 0.8.8cvs9
5641                 see ChangeLog 2002-01-16
5642
5643 2003-01-16 [colin]      0.8.8claws104
5644
5645         * src/compose.[ch]
5646                 Fix bug with autosaved drafts for IMAP, when draft
5647                 folder is specified - fixes bugzilla bug #20
5648
5649 2003-01-15 [paul]       0.8.8claws103
5650
5651         * src/compose.[ch]
5652           src/procmsg.c
5653                 store folder and message-id of message forwarding
5654                 in queue header and set forward flag after sending
5655
5656 2003-01-15 [paul]       0.8.8claws102
5657
5658         * sync with 0.8.8cvs8
5659                 see ChangeLog 2002-01-15
5660
5661 2003-01-15 [colin]      0.8.8claws101
5662
5663         * src/Makefile.am
5664                 Fix linking with GNU libiconv
5665
5666 2003-01-15 [darko]      0.8.8claws100
5667
5668         * src/pine.c
5669                 fix crash when importing pine address book
5670                 entry with an empty name (reported by DY
5671                 <dybulk at tri8.net>)
5672
5673 2003-01-14 [paul]       0.8.8claws99
5674
5675         * configure.in  ** REMOVED **
5676           configure.ac  ** NEW FILE **
5677                 rename configure.in to configure.ac, as it is now
5678                 preferred
5679
5680 2003-01-14 [melvin]     0.8.8claws98
5681
5682         * src/folderview.c
5683                 folderview_check_new(): More precise function description
5684
5685 2003-01-14 [melvin]     0.8.8claws97
5686
5687         * src/folderview.c
5688                 folderview_check_new(): return the number of new messages 
5689                         since last check.
5690         * src/inc.c
5691                 inc_account_mail(): Disable counting of new messages for IMAP
5692                         and NNTP until bug [19] and [14] are fixed.
5693
5694 2003-01-14 [paul]       0.8.8claws96
5695
5696         * sync with 0.8.8cvs6
5697                 see ChangeLog 2003-01-14
5698
5699 2003-01-13 [alfons]     0.8.8claws95
5700
5701         * src/textview.c
5702                 tune email address validation (c. 0.8.8claws89): if . is 
5703                 just one char away from @, the address is invalid too 
5704                 (correctly rejects addresses like foo@.com)
5705
5706 2003-01-13 [paul]       0.8.8claws94
5707
5708         * src/messageview.c
5709           src/toolbar.c
5710                 fixes to the Message View toolbar and menu:
5711                 fix non-functioning Forward button
5712                 make Reply button consider default_reply_list
5713                 remove 'Follow-up...' menu entry
5714                 add 'Forward' and 'Redirect' menu entries
5715
5716 2003-01-13 [melvin]     0.8.8claws93
5717
5718         * src/inc.c
5719                 Fixed typo that could make new messages count incorrect.
5720
5721 2003-01-13 [melvin]     0.8.8claws92
5722
5723         * src/folderview.[ch]
5724                 folderview_check_new(): return the number of new messages.
5725         * src/inc.c
5726                 Should fix bug [14] where new mail notification worked 
5727                         incorrectly with IMAP accounts.
5728                 inc_spool_account(): return number of new msgs, or -1 on error
5729                 inc_all_spool(): return number of new msgs
5730                 
5731 2003-01-13 [melvin]     0.8.8claws91
5732
5733         * src/prefs_actions.c
5734                 Justify help text.
5735
5736 2003-01-12 [thorsten]   0.8.8claws90
5737
5738         * src/common/prefs.c
5739                 close file before rename
5740
5741 2003-01-12 [alfons]     0.8.8claws89
5742
5743         * AUTHORS
5744                 add Christian Mertes
5745         * src/common/utils.[ch]
5746                 g_stricase_hash(), g_stricase_equal(): functions for 
5747                 case insensitive hash tables
5748         * src/textview.c
5749                 use top level domain names to validate email address, based
5750                 on a patch by Christian Mertes (thanks!), but changed 
5751                 implementation to use a hash table 
5752
5753 2003-01-12 [paul]       0.8.8claws88
5754
5755         * po/bg.po
5756                 updated by George Danchev
5757
5758 2003-01-12 [alfons]     0.8.8claws87
5759
5760         * src/summaryview.c
5761                 delete / execute performance: use new style folder update
5762
5763 2003-01-12 [paul]       0.8.8claws86
5764
5765         * sync with 0.8.8cvs5
5766                 see ChangeLog 2003-01-13 (!)
5767
5768 2003-01-12 [alfons]     0.8.8claws85
5769
5770         * src/filtering.c
5771         * src/matcher_parser_parse.y
5772                 prepare change_score filtering action
5773         * src/matcher.[ch]
5774                 give up const-correctness on functions that call non-const-correct functions;
5775                 several casts to gpointer in g_free();
5776                 add change_score;
5777
5778 2003-01-12 [christoph]  0.8.8claws84
5779
5780         * src/compose.c
5781                 fix 2 warnings
5782
5783         * src/gtk/prefswindow.[ch]
5784         * src/plugins/spamassassin/spamassassin_gtk.c
5785                 changed the call of the widget create function
5786                 for PrefsPages, because sometimes the widget
5787                 create function needs a widget that already has
5788                 been attached to a window (to create GDK pixmaps
5789                 for exmaple). So we simply pass the GtkWindow as
5790                 the second parameter now.
5791
5792         * src/main.c
5793         * src/mainwindow.c
5794         * src/prefs_toolbar.[ch]
5795                 rewrite Toolbar Preferences using the new
5796                 prefs window
5797
5798 2003-01-11 [alfons]     0.8.8claws83
5799
5800         * src/addressadd.c
5801                 fix crash when adding sender to addressbook because status bar
5802                 isn't there (the status bar doesn't seem to be used though,
5803                 but I'll let Match decide what to do with it)
5804
5805 2003-01-11 [colin]      0.8.8claws82
5806
5807         * src/main.c
5808           src/toolbar.c
5809                 Two useless changes reversed
5810
5811 2003-01-11 [colin]      0.8.8claws81
5812
5813         * src/mainwindow.c
5814           src/mainwindow.h
5815                 Add mainwindow_get_mainwindow()
5816         * src/alertpanel.c
5817           src/alertpanel.h
5818                 Add alertpanel_error_log() 
5819         * src/compose.c
5820           src/inc.c
5821           src/messageview.c
5822           src/toolbar.c
5823           src/main.c
5824           src/procmsg.c
5825                 Network errors get a View Log button
5826
5827 2003-01-10 [alfons]     0.8.8claws80
5828
5829         * src/prefs_toolbar.c
5830         * src/toolbar.c
5831                 use the translatable string for "Separator" as file name for
5832                 separator toolbar items (probably make this uppercase?)
5833
5834 2003-01-10 [alfons]     0.8.8claws79
5835
5836         * src/prefs_toolbar.c
5837                 put right A_SEPARATOR description string in "displayed
5838                 toolbar items list" so manually added separators are
5839                 saved correctly (bug #10, "Adding a separator to the main 
5840                 toolbar fails, entry in xml file is wrong")
5841
5842 2003-01-10 [christoph]  0.8.8claws78
5843
5844         * src/imap.c
5845                 o fix warnings
5846                 o use CAPABILITY to check if NAMESPACE is available
5847
5848 2003-01-10 [christoph]  0.8.8claws77
5849
5850         * src/imap.[ch]
5851                 apply UIDPLUS IMAP extension support patch
5852
5853         Patch submitted by Simon 'corecode' Schubert
5854
5855 2003-01-10 [paul]       0.8.8claws76
5856
5857         * src/folderview.c
5858                 a sync from main which fixes the news account folders'
5859                 Properties bug
5860
5861 2003-01-10 [christoph]  0.8.8claws75
5862
5863         * src/folder.c
5864                 don't accept 0 as a valid uid returned by copy and move
5865                 functions. 0 means the message was copied or moved but the
5866                 new uid could not be fetched. It is not an error condition
5867                 for the copy or move operation.
5868
5869 2003-01-10 [paul]       0.8.8claws74
5870
5871         * src/prefs_filtering.c
5872                 change English used in Alert when entry is not
5873                 saved.
5874                 
5875         * sync with 0.8.8cvs4
5876                 see ChangeLog 2003-01-10
5877
5878 2003-01-10 [darko]      0.8.8claws73
5879
5880         * src/pine.c
5881                 fix crash when importing address book entry
5882                 without a valid address
5883
5884 2003-01-09 [alfons]     0.8.8claws72
5885
5886         * src/inc.c
5887                 filtering performance: use new style folder update
5888
5889 2003-01-09 [christoph]  0.8.8claws71
5890
5891         * src/compose.c
5892         * src/gtk/menu.[ch]
5893                 fix wrong selecting of mime encoding type, when
5894                 opening property dialog of attachments in the
5895                 compose window. 7bit was always selected and that
5896                 destoryed files with 8bit data.
5897                 (closes bug #9 Sylpheed-claws destroys attachments when
5898                  changing MIME-types)
5899
5900 2003-01-09 [paul]       0.8.8claws70
5901
5902         * sync with 0.8.8cvs3
5903                 see ChangeLog 2003-01-09
5904
5905 2003-01-08 [alfons]     0.8.8claws69
5906         
5907         * src/addressadd.c
5908                 apply patch by Kim Schulz to fix build breakage
5909                 because of missing variable
5910
5911 2003-01-08 [paul]       0.8.8claws68
5912
5913         * sync with 0.8.8cvs2
5914                 see ChangeLog 2002-01-08
5915
5916 2003-01-08 [paul]       0.8.8claws67
5917
5918         * po/it.po
5919                 updated by Alessandro Maestri
5920                 
5921         * src/addressadd.c
5922                 when using 'Add sender to addressbook' allow
5923                 name to be edited and remarks to be entered
5924                 Patch submitted by Luke Plant
5925
5926 2003-01-08 [darko]      0.8.8claws66
5927
5928         * README.claws, src/summaryview.c
5929                 fix description for marked messages
5930
5931 2003-01-08 [paul]
5932
5933         * tools/Makefile.am
5934           tools/launch_phoenix  ** NEW FILE **
5935                 add script that enables using Phoenix as the default
5936                 web browser. 
5937                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5938                 
5939         * tools/OOo2sylpheed.pl
5940                 remove full path to sylpheed executable, just 'sylpheed'
5941                 will do
5942                 
5943         * tools/README
5944                 add launch_phoenix informtion and re-arrange and compress
5945                 the data a little
5946
5947 2003-01-07 [christoph]  0.8.8claws65
5948
5949         * src/folder.c
5950                 fix update for source folder when moving messages
5951         * src/procmsg.[ch]
5952         * src/summaryview.c
5953                 use function to set to_folder for message infos and
5954                 automatically update the op_count for old and new
5955                 folder
5956
5957 2003-01-07 [melvin]     0.8.8claws64
5958
5959         * src/prefs_actions.c
5960                 Fixed bug where an '%p' Action on a displayed image crashed 
5961                         Sylpheed
5962                 Code clean up (get rid of duplicated code and removed unnecessary 
5963                                 structure member)
5964
5965 2003-01-07 [christoph]  0.8.8claws63
5966
5967         * src/compose.c
5968         * src/folder.[ch]
5969         * src/folderview.c
5970         * src/import.c
5971         * src/inc.c
5972         * src/main.c
5973         * src/mainwindow.c
5974         * src/messageview.c
5975         * src/prefs_folder_item.c
5976         * src/procmsg.c
5977         * src/summaryview.c
5978         * src/toolbar.c
5979                 o remove all folder update triggering from the UI code. The folder
5980                   system should know much better when a folder needs an update.
5981                 o to prevent multiple updates in a row the folder updates can be
5982                   frozen for some time.
5983
5984                 Note: - Please verify that no updates are missing
5985                       - Check where freeze/thaws should be added
5986
5987 2003-01-07 [christoph]  0.8.8claws62
5988
5989         * src/prefs_actions.c
5990                 don't translate empty strings
5991
5992         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5993
5994 2003-01-06 [christoph]  0.8.8claws61
5995
5996         * src/prefs_actions.c
5997                 mark strings for gettext
5998         * src/prefs_matcher.c
5999                 use new description window for Execute action and
6000                 match condition in Filtering
6001
6002         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6003
6004 2003-01-06 [alfons]     0.8.8claws60
6005
6006         keep myself inspired to re-organize matcher part 8; 
6007         yes, more to come (I need to move out the descriptive
6008         text for actions to matcher.c, or at least make it not
6009         depend on the wicked ordering)
6010
6011         * src/prefs_matcher.c
6012                 add documentation so others may comprehend the
6013                 UI part of the conditions
6014                 
6015 2003-01-06 [christoph]  0.8.8claws59
6016
6017         * src/prefs_actions.c
6018                 use new description window for syntax help
6019         * src/gtk/description_window.c
6020                 fix display of descriptions with column count != 2
6021
6022         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6023
6024 2003-01-06 [christoph]  0.8.8claws58
6025
6026         * src/quote_fmt.c
6027         * src/summaryview.[ch]
6028         * src/gtk/Makefile.am
6029         * src/gtk/description_window.[ch]       ** NEW **
6030                 use a generic window to display syntax descriptions
6031                 currently used in quote_fmt and summaryview (new description
6032                 for extended quick search)
6033
6034         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6035
6036 2003-01-06 [paul]       0.8.8claws57
6037
6038         * sync with 0.8.8cvs1
6039                 see ChangeLog 2003-01-06
6040
6041 2003-01-06 [christoph]  0.8.8claws56
6042
6043         * src/mainwindow.c
6044         * src/prefs_gtk.[ch]
6045         * src/gtk/prefswindow.[ch]
6046         * src/plugins/spamassassin/spamassassin_gtk.c
6047                 o remove page management from prefswindow, pages
6048                   will be an argument to prefswindow_open
6049                 o prefswindow_open gets a datapointer that is
6050                   passed to the widget_create function to allow
6051                   creation of prefswindow for specific items
6052
6053 2003-01-06 [colin]      0.8.8claws55
6054         
6055         * src/summaryview.c
6056                 We don't want regexp in the reply-finder, 
6057                 because MIDs can contain !,$,. and so on
6058
6059 2003-01-06 [jens]       0.8.8claws54
6060
6061         * src/jpilot.c
6062                 fixed a wrong free in jpilot_read_db_files
6063
6064 2003-01-06 [alfons]     0.8.8claws53
6065
6066         re-organize matcher part 8; more to come
6067        
6068         * src/matcher.c
6069                 matcherprop_to_string(): put g_free()s before the
6070                 switch-case break to fix memleaks                
6071
6072 2003-01-06 [colin]      0.8.8claws52
6073
6074         * src/summaryview.c
6075                 cleanup & reply-finder now displays the first 
6076                 matching message
6077
6078 2003-01-05 [alfons]     0.8.8claws51
6079
6080         re-organize matcher part 7; more to come
6081
6082         * src/matcher.[ch]
6083                 fixes for constant correctness;
6084                 more documentation;
6085
6086 2003-01-05 [alfons]     0.8.8claws50
6087
6088         re-organize matcher part 6; more to come
6089         
6090         * src/matcher.[ch]
6091                 fixes for constant correctness;
6092                 more documentation;
6093         * src/filtering.c
6094                 fix for constant correctness
6095
6096 2003-01-05 [colin]      0.8.8claws49
6097
6098         * src/account.[ch]
6099                 Add account_get_reply_account function
6100         * src/compose.c
6101                 Use account_get_reply_account function 
6102         * src/summaryview.c
6103                 Basic reply-finder - click on the replied
6104                 icon gets you to the outbox using quick-search
6105
6106 2003-01-05 [paul]       0.8.8claws48
6107
6108         * src/prefs_common.c
6109                 small change to English
6110                 
6111         * src/prefs_filtering.c
6112                 prefs_filtering_action_select(): improve logic and uniformity
6113                 of gui
6114
6115 2003-01-05 [alfons]     0.8.8claws47
6116
6117         fine tune solution to focus problems (bug #7)
6118
6119         * src/mainwindow.c
6120                 mainwindow_focus_in_event(): remove grab event check
6121         * src/summaryview.c
6122                 summary_button_pressed(): move selection on right-click
6123                 too. we can't possibly move the selection back after
6124                 canceling a dialog, because gtk's incomplete focus 
6125                 management. whether this is a good solution, only time
6126                 will tell.
6127
6128 2003-01-05 [christoph]  0.8.8claws46
6129
6130         * src/imap.c
6131                 fix crash when no imap connection could be established
6132
6133 2003-01-05 [paul]       0.8.8claws45
6134
6135         * src/mainwindow.c
6136           src/sumamryview.c
6137           src/gtk/menu.[ch]
6138                 fix bug 605957 'shortcuts in popup-menu'
6139                 make user-defined shortcuts work
6140                 show shortcuts that are already defined
6141                 in the main menu
6142                 Patch submitted by Luke Plant
6143
6144 2003-01-05 [alfons]     0.8.8claws44
6145
6146         * src/mainwindow.c
6147                 focus_in_event handler should not select summary view row 
6148                 when another window (menu, dialog) grabbed for events 
6149                 (bug #7, "[0.8.8claws42] Message summary focus") 
6150
6151 2003-01-04 [christoph]  0.8.8claws43
6152
6153         * src/procmsg.c
6154                 update save folder after adding the sent message
6155                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6156
6157 2003-01-02 [christoph]  0.8.8claws42
6158
6159         * src/common/plugin.c
6160                 fix unloading of all plugins and unload
6161                 plugins in reverse order
6162                 
6163         * src/gtk/pluginwindow.c
6164                 implement function of load and unload button
6165
6166         * src/gtk/prefswindow.c
6167         * src/gtk/prefswindow.h
6168                 rename register function and add new unregister
6169                 function
6170
6171         * src/plugins/spamassassin/spamassassin_gtk.c
6172                 unregister prefs page and update for changes in
6173                 src/gtk/prefswindow.c
6174
6175 2003-01-02 [paul]       0.8.8claws41
6176
6177         * po/es.po
6178                 updated by Ricardo Mones Lastra
6179
6180 2003-01-02 [paul]
6181
6182         * tools/tb2sylpheed
6183                 fixes and improvements by Urke MMI
6184
6185 2003-01-02 [thorsten]   0.8.8claws40
6186
6187         * src/procmsg.c
6188                 fixed wrong return value
6189
6190 2003-01-02 [thorsten]   0.8.8claws39
6191
6192         * src/prefs.c
6193                 fixed printing wrong variable
6194
6195 2003-01-02 [thorsten]   0.8.8claws38
6196
6197         * src/prefs.c
6198                 fixed acessing members of freed pfile struct
6199
6200 2003-01-02 [thorsten]   0.8.8claws37
6201
6202         * src/procmsg.c
6203                 detect loops across several messages
6204                 as suggested by Christoph Hohmann
6205
6206 2003-01-01 [match]      0.8.8claws36
6207
6208         * src/addrindex.c
6209                 fixed another memory leak.
6210
6211 2003-01-01 [match]      0.8.8claws35
6212
6213         * src/jpilot.[ch]
6214                 fixed memory leaks. applied Doxygen comments.
6215
6216 2003-01-01 [thorsten]   0.8.8claws34
6217
6218         * src/procmsg.c
6219                 inhibit endless loop if msg references itself
6220                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6221
6222 2003-01-01 [christoph]  0.8.8claws33
6223
6224         * src/mainwindow.c
6225         * src/gtk/Makefile.am
6226         * src/gtk/pluginwindow.c                ** NEW **
6227         * src/gtk/pluginwindow.h                ** NEW **
6228                 add plugin window
6229
6230         * src/plugins/demo/demo.c
6231         * src/plugins/spamassassin/spamassassin.c
6232         * src/plugins/spamassassin/spamassassin_gtk.c
6233                 write better plugin descriptions
6234
6235 2002-12-31 [christoph]  0.8.8claws32
6236
6237         * src/gtk/prefswindow.c
6238         * src/plugins/spamassassin/spamassassin_gtk.c
6239                 some small improvements to GTK code
6240
6241 2002-12-31 [christoph]  0.8.8claws31
6242
6243         * src/plugins/spamassassin/spamassassin_gtk.c
6244                 enable folder select button
6245
6246 2002-12-31 [christoph]  0.8.8claws30
6247
6248         * src/mainwindow.c
6249         * src/gtk/Makefile.am
6250         * src/gtk/prefswindow.c                         ** NEW **
6251         * src/gtk/prefswindow.h                         ** NEW **
6252                 add new prefs window
6253
6254         * src/common/plugin.c
6255                 don't try to load empty config lines
6256         
6257         * src/plugins/spamassassin/Makefile.am
6258         * src/plugins/spamassassin/spamassassin.c
6259         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6260         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6261                 GTK config for SpamAssassin Plugin using
6262                 the new prefs window
6263
6264 2002-12-31 [paul]       0.8.8claws29
6265
6266         * po/POTFILES.in
6267                 remove obsolete entry 'src/menu.c'
6268
6269 2002-12-31 [alfons]     0.8.8claws28
6270
6271         * src/matcher.[ch]
6272         * src/matcher_parser_parse.y
6273         * src/prefs_matcher.c
6274                 add "ignore_thread" and "~ignore_thread" condition so it's
6275                 possible to make the actions / scoring operate on the ignore
6276                 thread flag
6277
6278 2002-12-31 [christoph]  0.8.8claws27
6279
6280         * src/addrbook.c
6281         * src/addrindex.c
6282         * src/folder.c
6283         * src/matcher.c
6284         * src/prefs_account.c
6285         * src/prefs_actions.c
6286         * src/prefs_customheader.c
6287         * src/prefs_display_header.c
6288         * src/prefs_gtk.c
6289         * src/procmime.c
6290         * src/toolbar.c
6291         * src/xmlprops.c
6292         * src/common/prefs.[ch]
6293                 extend prefs file handling for reading and automatic handling
6294                 of blocks. When reading prefs_set_block_label will automatically
6295                 move on to the block. When writing it will copy all other blocks
6296                 automatically
6297
6298         * src/common/plugin.c
6299                 Now loading plugin filenames from [Plugins] block in
6300                 sylpheed rc file
6301
6302 2002-12-30 [christoph]  0.8.8claws26
6303
6304         * src/common/hooks.[ch]
6305                 return abort status to caller of hooks_invoke
6306                 
6307         * src/inc.[ch]
6308                 invoke message filtering hook and stop
6309                 default handling when filter returns abort
6310
6311         * src/common/plugin.[ch]
6312         * src/plugins/demo/demo.c
6313                 modify plugin loader, because resolving symbols for strings
6314                 does not work correctly
6315         
6316         * configure.in
6317         * ac/spamassassin.m4                            ** NEW **
6318         * src/plugins/spamassassin/.cvsignore           ** NEW **
6319         * src/plugins/spamassassin/Makefile.am          ** NEW **
6320         * src/plugins/spamassassin/README               ** NEW **
6321         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6322         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6323         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6324                 add spamassassin plugin, see src/plugins/spamassassin/README
6325                 for details
6326
6327 2002-12-29 [alfons]     0.8.8claws25
6328
6329         * src/mainwindow.c
6330                 when moving focus from a message view to the main 
6331                 window, don't forget to select the summary node
6332                 of the displayed message. should fix "[ 659103 ] 
6333                 focus-follows-mouse confuses sylpheed"
6334
6335 2002-12-29 [christoph]  0.8.8claws24
6336
6337         * src/Makefile.am
6338         * src/stringtable.[ch]          ** REMOVE **
6339         * src/common/Makefile.am
6340         * src/common/stringtable.[ch]   ** NEW **
6341                 move stringtable files to common directory
6342
6343 2002-12-29 [christoph]  0.8.8claws23
6344
6345         * src/Makefile.am
6346         * src/menu.[ch]                 ** REMOVE **
6347         * src/gtk/Makefile.am
6348         * src/gtk/menu.[ch]             ** NEW **
6349                 move menu files to gtk directory
6350
6351 2002-12-29 [match]      0.8.8claws22
6352
6353         * src/addressbook.c
6354         * src/syldap.c
6355                 moved UI specific code out of LDAP code into addressbook
6356                 UI code. fixed memory leak.
6357
6358 2002-12-29 [christoph]  0.8.8claws21
6359
6360         * src/folder.c
6361                 only check for IGNORED parent message when message is
6362                 not IGNORED itself
6363
6364 2002-12-29 [alfons]     0.8.8claws20
6365
6366         * src/summaryview.c
6367                 set gtksctree's anchor correct (immediate execute
6368                 changes the tree's layout, and anchor points at 
6369                 the incorrect row). fixes "[ 657233 ] multiple msg 
6370                 delete sometimes off by 1".
6371                 we probably have to look for more tree layout /
6372                 anchor glitches.
6373
6374 2002-12-29 [paul]       0.8.8claws19
6375
6376         * src/summaryview.c
6377                 fix bug [ 659054 ] incorrect sorting of 'From' column
6378                 when using 'display sender using address book'
6379                 thanks to Alfons and Luke Plant
6380
6381 2002-12-29 [christoph]  0.8.8claws18
6382
6383         * src/folder.c
6384         * src/procmsg.[ch]
6385                 check parent messages for IGNORE THREAD flag, when adding,
6386                 moving or copying messages to a folder
6387
6388 2002-12-27 [alfons]     0.8.8claws17
6389
6390         re-organize matcher part 5; more to come
6391
6392         * src/matcher.c
6393                 hash keywords in matchparser_tab 
6394
6395 2002-12-27 [alfons]     0.8.8claws16
6396
6397         re-organize matcher part 4; more to come
6398
6399         * src/matcher_parser.h
6400         * src/matcher_parser_lex.l
6401         * src/matcher_parser_parse.y
6402                 cleanup
6403
6404 2002-12-27 [alfons]     0.8.8claws15
6405
6406         re-organize matcher part 3; more to come
6407
6408         * src/matcher.[ch]
6409                 cleanup
6410
6411 2002-12-27 [alfons]     0.8.8claws14
6412
6413         re-organize matcher part 2; more to come but this should
6414         work. cc me if there are any regressions.
6415
6416         * src/matcher.h
6417                 add prototype for get_matchparser_tab_id()
6418         * src/matcher_parser_lex.l
6419                 look up keywords using matchparser_tab_id();
6420
6421 2002-12-27 [alfons]     0.8.8claws12
6422
6423         re-organize matcher part 1
6424
6425         * src/matcher.h
6426                 map yacc generated constants to sylpheed matcher constants
6427         * src/matcher.c
6428                 add function to find a matcher constant from a string
6429
6430 2002-12-27 [christoph]  0.8.8claws11
6431
6432         * src/compose.c
6433                 MENUITEM_ADD casts the 4th argument from integer to pointer
6434                 so it probably should not be a pointer, this means we
6435                 should use account id for it and not the account's pointer
6436
6437 2002-12-27 [paul]       0.8.8claws10
6438
6439         * src/mainwindow.c
6440                 remove unneeded 'GtkWidget *vbox'
6441                 
6442         * src/summaryview.c
6443                 further sync with 0.8.8 - make sort
6444                 by recipient work as expected
6445                 
6446         * NEWS
6447                 sync with 0.8.8
6448
6449 2002-12-27 [paul]       0.8.8claws9
6450
6451         * po/pt_BR.po
6452                 updated by Ivan F. Martinez
6453                 
6454 2002-12-27 [darko]      0.8.8claws8
6455
6456         * src/common/utils.c
6457                 added locked pattern to extended search
6458
6459 2002-12-27 [alfons]     0.8.8claws7
6460
6461         * src/prefs_matcher.[ch]
6462                 clean up
6463
6464 2002-12-26 [alfons]     0.8.8claws6
6465
6466         * src/matcher.[ch]
6467         * src/matcher_parser_lex.l
6468         * src/matcher_parser_parse.y
6469         * src/prefs_matcher.c
6470                 allow color label as a condition in the matcher
6471
6472 2002-12-26 [oliver]     0.8.8claws5
6473         
6474         * src/toolbar.c 
6475                 enable Addressbook for Main and Messageview
6476         * src/prefs_actions.c
6477                 enable actions in Messageview
6478
6479 2002-12-26 [christoph]  0.8.8claws4
6480
6481         * src/common/plugin.c
6482                 add a little debug output
6483         * configure.in
6484         * src/plugins/demo/Makefile.am
6485                 better use of automake
6486
6487 2002-12-26 [christoph]  0.8.8claws3
6488
6489         * src/Makefile.am
6490         * src/common/Makefile.am
6491                 fix "make distdir"
6492
6493 2002-12-26 [christoph]  0.8.8claws2
6494
6495         * configure.in
6496                 sort configure checks into common / gtk / plugins
6497         * po/POTFILES.in
6498                 add src/prefs_gtk.c
6499         * src/Makefile.am
6500                 add plugins SUBDIR
6501         * src/main.c
6502         * src/common/sylpheed.[ch]
6503                 added now sylpheed_done function for shutdown
6504         * src/common/Makefile.am
6505         * src/common/plugin.[ch]                ** NEW **
6506                 plugin loader and unloader
6507         * src/plugins/.cvsignore                ** NEW **
6508         * src/plugins/Makefile.am               ** NEW **
6509                 build plugins
6510         * src/plugins/demo/.cvsignore           ** NEW **
6511         * src/plugins/demo/Makefile.am          ** NEW **
6512         * src/plugins/demo/demo.c               ** NEW **
6513                 small demo plugin that installs a logtext hook and
6514                 outputs the log text to stdout
6515
6516 2002-12-26 [paul]       0.8.8claws1
6517
6518         * po/es.po
6519                 updated by Ricardo Mones Lastra
6520
6521 2002-12-26 [paul]       0.8.8claws
6522
6523         * 0.8.8claws released
6524
6525 2002-12-26 [paul]       0.8.7claws12
6526
6527         * po/bg.po
6528                 updated by George Danchev
6529
6530 2002-12-26 [paul]       0.8.7claws11
6531
6532         * po/POTFILES.in
6533                 remove unneeded 'src/prefs.c' entry 
6534
6535 2002-12-26 [paul]       0.8.7claws10
6536
6537         * src/codeconv.c
6538           src/mainwindow.c
6539                 sync with 0.8.8 release
6540         
6541         * src/folder.[ch]
6542           src/mh.c
6543           src/summaryview.c
6544                 partial sync with 0.8.8 release
6545         
6546
6547 2002-12-25 [alfons]     0.8.7claws9
6548
6549         * src/matcher.[ch]
6550         * src/matcher_parser_lex.l
6551         * src/matcher_parser_parse.y
6552         * src/prefs_matcher.c
6553                 add locked flag to possible filtering / matcher 
6554                 conditions (also a good example what should be
6555                 done to add a simple boolean condition)
6556
6557 2002-12-25 [christoph]  0.8.7claws8
6558
6559         * src/Makefile.am
6560         * src/account.[ch]
6561         * src/addrbook.c
6562         * src/addressbook.c
6563         * src/addrindex.c
6564         * src/filtering.c
6565         * src/folder.c
6566         * src/matcher.c
6567         * src/prefs.[ch]                ** REMOVE **
6568         * src/prefs_account.c
6569         * src/prefs_actions.c
6570         * src/prefs_common.c
6571         * src/prefs_customheader.c
6572         * src/prefs_display_header.c
6573         * src/prefs_filtering.c
6574         * src/prefs_folder_item.c
6575         * src/prefs_gtk.[ch]            ** NEW **
6576         * src/prefs_matcher.c
6577         * src/prefs_scoring.c
6578         * src/prefs_summary_column.c
6579         * src/procmime.c
6580         * src/selective_download.c
6581         * src/toolbar.c
6582         * src/common/Makefile.am
6583         * src/common/prefs.[ch]         ** NEW **
6584                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6585
6586 2002-12-24 [alfons]     0.8.7claws7
6587
6588         * src/summaryview.c
6589                 summary_thread_build(): fix real cause of the crash mentioned in
6590                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6591                 this way we get meaningful ctree nodes 
6592
6593 2002-12-24 [oliver]     0.8.7claws6
6594
6595         * src/mainwindow.[ch]
6596         * src/messageview.[ch]
6597         * src/compose.[ch]
6598         * src/inc.c
6599         * src/summaryview.c
6600                 changes to use updated toolbar handling
6601                 
6602 2002-12-24 [oliver]     0.8.7claws5
6603
6604         * src/toolbar.[ch]
6605                 generic toolbar handling
6606                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6607         * src/prefs_toolbar.[ch]
6608                 adjust to handling
6609         
6610 2002-12-24 [oliver]     0.8.7claws4
6611         
6612         * src/stock_pixmap.[ch]
6613                 move SYLPHEED_LOGO to end of list in order 
6614                 to remove it from Custom Toolbar`s Icon View
6615
6616 2002-12-24 [alfons]     0.8.7claws3
6617
6618         * src/summaryview.c
6619                 summary_thread_build(): fix crash because of focus != selection 
6620                 after threading. when deleting the selection, gtk tries but fails 
6621                 to find the correct focusable element. we now force the selection
6622                 to be focused. this should solve the infamous bug reported by 
6623                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6624                 a test case is available. 
6625
6626 2002-12-24 [darko]      0.8.7claws2
6627
6628         * src/summaryview.c
6629                 don't crash when unmarking message with unread children
6630
6631 2002-12-23 [christoph]  0.8.7claws1
6632
6633         * src/Makefile.am
6634         * src/common/Makefile.am
6635                 update Makefiles for moved intl.h, version.h and defs.h
6636         * src/imap.c
6637                 rewrite imap_session_get to avoid duplicate code
6638
6639 2002-12-23 [paul]       0.8.7claws
6640
6641         * Santa-Claws released
6642         
6643         * po/hu.po
6644           po/ru.po
6645                 squeeze in updated Hungarian and Russian translations.
6646                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6647
6648 2002-12-23 [paul]       0.8.6claws129
6649
6650         * po/pl.po
6651                 updated by Witold Wladyslaw Wojciech Wilk
6652
6653 2002-12-23 [paul]       0.8.6claws128
6654
6655         * src/quote_fmt_parse.y
6656                 fix typo and add licence header
6657
6658 2002-12-23 [paul]       0.8.6claws127
6659
6660         * po/en_GB.po
6661                 updated
6662
6663 2002-12-23 [paul]       0.8.6claws126
6664
6665         * po/it.po
6666                 updated translation, submitted by Alessandro Maestri
6667                 
6668 2002-12-23 [paul]       0.8.6claws125
6669
6670         * src/quote_fmt_parse.y
6671                 fix signature-stripping on replies bug. match
6672                 '-- \n' and not '-- '.
6673
6674 2002-12-22 [paul]       0.8.6claws124
6675
6676         * po/bg.po
6677           po/es.po
6678           po/sr.po
6679                 updated translations. submitted by George Danchev,
6680                 Ricardo Mones Lastra, and Urke MMI respectively
6681
6682 2002-12-21 [paul]       0.8.6claws123
6683
6684         * src/addrbook.c
6685                 fix coding style
6686
6687 2002-12-21 [paul]       0.8.6claws122
6688
6689         * src/addrbook.c
6690                 fix bug [643638] where if a person is in one or more
6691                 addressbook groups editing that person's email 
6692                 address results in removal from those groups.
6693                 Patch submitted by Luke Plant.
6694
6695 2002-12-20 [christoph]  0.8.6claws121
6696
6697         * src/common/utils.c
6698         * src/summaryview.c
6699                 reimplement expand_search_string using GString to
6700                 prevent crashs caused by miscalculated string
6701                 lengths reported by Paul
6702
6703 2002-12-20 [christoph]  0.8.6claws120
6704
6705         * src/summaryview.c
6706                 don't use "changed" to check if op_count has to be changed as it
6707                 is also set when the message has unread children
6708                 (closes bug [ 653221 ] crash while deleting duplicates)
6709
6710 2002-12-20 [paul]       0.8.6claws119
6711
6712         * sync with 0.8.6cvs27
6713                 see ChangeLog 2002-12-20
6714
6715 2002-12-20 [paul]       0.8.6claws118
6716
6717         * sync with 0.8.6cvs26
6718                 see ChangeLog 2002-12-19 and 2002-12-20
6719
6720 2002-12-19 [alfons]     0.8.6claws117
6721
6722         * src/textview.c
6723                 fix incorrect parsing of email addresses, submitted by 
6724                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6725                 name display if it contains @".
6726
6727 2002-12-18 [paul]       0.8.6claws116
6728
6729         * sync with 0.8.6cvs23
6730                 see ChangeLog 2002-12-18
6731
6732 2002-12-18 [paul]       0.8.6claws115
6733
6734         * src/Makefile.am
6735         * src/account.c
6736         * src/codeconv.c
6737         * src/gtkutils.[ch]
6738         * src/imap.c
6739                 sync with 0.8.6cvs22.
6740                 see ChangeLog 2002-12-17 and 2002-12-18
6741
6742 2002-12-17 [christoph]  0.8.6claws114
6743
6744         * src/imap.c
6745                 o don't create a session if imap greeting fails
6746                 o don't close socket when authentication fails
6747                   this is done by imap_session_destroy
6748
6749 2002-12-17 [thorsten]   0.8.6claws113
6750
6751         * tools/Makefile.am
6752           tools/README
6753           tools/google_msgid.pl ** NEW FILE **
6754                 Added "search for message-id" script and doc
6755
6756 2002-12-17 [thorsten]   0.8.6claws112
6757
6758         * po/hu.po
6759                 Updated hungarian translation
6760                 (updated by Gal Zoltan)
6761
6762 2002-12-16 [christoph]  0.8.6claws111
6763
6764         * src/addr_compl.c
6765                 remove stupid addressbook dump to debug output
6766         * src/mh.c
6767                 fix memory leak found by Hiro
6768
6769 2002-12-14 [paul]       0.8.6claws110
6770
6771         * src/compose.c
6772                 fix menubar sensitivity on send
6773                 
6774         * src/prefs_filtering.c
6775         * src/prefs_matcher.c
6776         * src/prefs_scoring.c
6777                 Fix english ;)
6778                 
6779         * src/common/quoted-printable.h
6780                 sync: fix typo
6781         
6782 2002-12-13 [christoph]  0.8.6claws109
6783
6784         * src/Makefile.am
6785         * src/manage_window.[ch]        ** REMOVE **
6786         * src/gtk/Makefile.am
6787         * src/gtk/manage_window.[ch]    ** NEW **
6788                 move manage_window files to gtk directory
6789
6790 2002-12-13 [christoph]  0.8.6claws108
6791
6792         * src/Makefile.am
6793         * src/gtkshruler.[ch]           ** REMOVE **
6794         * src/gtk/Makefile.am
6795         * src/gtk/gtkshruler.[ch]       ** NEW **
6796                 move gtkshruler files to gtk directory
6797
6798 2002-12-13 [christoph]  0.8.6claws107
6799
6800         * src/Makefile.am
6801         * src/compose.c
6802         * src/gtkstext.[ch]             ** REMOVE **
6803         * src/gtkutils.[ch]
6804         * src/textview.c
6805         * src/gtk/gtkstext.[ch]         ** NEW **
6806         * src/gtk/Makefile.am
6807                 o move stext functions to gtkstext.c to remove
6808                   dependency of gtkutils
6809                 o move gtkstext files to gtk directory
6810
6811         * src/gtk/Makefile.am
6812         * src/gtk/sslcertwindow.[ch]
6813                 UI stuff can always depend on common code so
6814                 it's ok to add ../common to include path
6815
6816 2002-12-13 [colin]      0.8.6claws106
6817
6818         * src/summaryview.c
6819                 Disconnect sighandlers for mainwindow when
6820                 quicksearch has the focus
6821                 Fix bug #653231
6822         * src/mainwindow.[ch]
6823                 Make key_pressed callback public, to be able
6824                 to disconnect it
6825
6826 2002-12-13 [christoph]  0.8.6claws105
6827
6828         * src/mh.c
6829                 create .mh_sequences file in new MH folders
6830                 (closes feature request [ 523162 ] MH folders should
6831                  get a .mh_sequences)
6832
6833 2002-12-13 [colin]      0.8.6claws104
6834
6835         * src/summaryview.c
6836                 Better handling of quicksearch show/hide
6837                 (basically the button stays under the mouse 
6838                  when toggled)
6839
6840 2002-12-13 [paul]       0.8.6claws103
6841
6842         * sync with 0.8.6cvs17
6843                 see ChangeLog 2002-12-13
6844
6845 2002-12-13 [paul]       0.8.6claws102
6846
6847         * po/es.po
6848                 updated by Ricardo Mones Lastra
6849
6850 2002-12-11 [colin]       0.8.6claws101
6851
6852         * src/folder.c
6853                 remove statusbar stuff
6854           src/folderview.c
6855                 set statusbar verbosity when moving folders
6856
6857 2002-12-11 [colin]       0.8.6claws100
6858         * src/prefs_filtering.c
6859         * src/prefs_matcher.c
6860         * src/prefs_scoring.c
6861                 Fix english ;)
6862
6863 2002-12-11 [colin]       0.8.6claws99
6864
6865         * src/prefs_common.[ch]
6866                 Add summary_quicksearch_type
6867         * src/summaryview.c
6868                 Save last used quicksearch type
6869
6870 2002-12-11 [jens]       0.8.6claws98
6871         * src/prefs_filtering.c
6872         * src/prefs_matcher.c
6873         * src/prefs_scoring.c
6874                 added dialog for incomplete rules in scoring, filtering and
6875                 matcher to ask wheather really close
6876
6877 2002-12-11 [colin]      0.8.6claws97
6878
6879         * src/folder.c
6880                 Fix folder dnd statusbar logging
6881
6882 2002-12-10 [christoph]  0.8.6claws96
6883
6884         * src/compose.c
6885         * src/folder.c
6886         * src/imap.c
6887         * src/inc.c
6888         * src/main.c
6889         * src/mainwindow.c
6890         * src/news.c
6891         * src/send.c
6892         * src/statusbar.[ch]
6893         * src/common/hooks.c
6894         * src/common/log.[ch]
6895                 o handle verbose logging in statusbar directly in statusbar code
6896                   and common code does not need any knowledge about a statusbar
6897                 o remove direct calls to statusbar_(puts|pop)_all functions
6898
6899 2002-12-10 [jens]       0.8.6claws95
6900
6901         * src/*.c
6902                 removed gettext from g_warnings
6903         * po/POTFILES.in
6904                 cleaned and updated
6905         * po/de.po
6906                 updated
6907
6908 2002-12-10 [colin]      0.8.6claws94
6909
6910         * src/main.c
6911                 finish crash dialog fix
6912
6913 2002-12-10 [colin]      0.8.6claws93
6914
6915         * src/main.c
6916                 "Fix" "sylpheed already running" instead of
6917                 crash dialog appearing after a crash
6918
6919 2002-12-10 [colin]      0.8.6claws92
6920
6921         * po/POTFILES.in
6922                 add src/gtk/sslcertwindow.c
6923
6924 2002-12-10 [paul]       0.8.6claws91
6925
6926         * po/POTFILES.in
6927                 updated to reflect recent changes
6928                 submitted by Alessandro Maestri
6929
6930 2002-12-09 [christoph]  0.8.6claws90
6931
6932         * src/Makefile.am
6933         * src/smtp.[ch]                 ** REMOVE **
6934         * src/common/Makefile.am
6935         * src/common/smtp.[ch]          ** NEW **
6936                 move smtp files to common directory
6937
6938 2002-12-09 [christoph]  0.8.6claws89
6939
6940         * src/Makefile.am
6941         * src/session.[ch]              ** REMOVE **
6942         * src/common/Makefile.am
6943         * src/common/session.[ch]       ** NEW **
6944                 move session files to common directory
6945
6946 2002-12-09 [paul]       0.8.6claws88
6947
6948         * src/account.c
6949                 fix bug [649746] edit accounts: move account reverted
6950                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6951
6952 2002-12-09 [colin]      0.8.6claws87
6953
6954         * src/ssl_certificate.c
6955                 cleanup
6956
6957 2002-12-09 [colin]      0.8.6claws86
6958
6959         * src/ssl.c
6960                 Try to open the cert.pem database and 
6961                 issue a warning if it isn't there
6962
6963 2002-12-09 [colin]      0.8.6claws85
6964
6965         * src/common/ssl_certificate.c
6966         * src/gtk/sslcertwindow.c
6967                 Warning fixes
6968
6969 2002-12-09 [colin]      0.8.6claws84
6970
6971         * src/ssl_certificate.[ch] ** REMOVED **
6972         * src/common/ssl_certificate.[ch] ** NEW **
6973         * src/Makefile.am
6974         * src/common/Makefile.am
6975                 Moved ssl_certificate.[ch] to common
6976         * src/common/ssl.c 
6977                 Put back needed include
6978         * src/gtk/sslcertwindow.[ch]
6979                 Changed ssl_certificate.h include
6980         
6981 2002-12-09 [colin]      0.8.6claws83
6982
6983         * src/gtk/sslcertwindow.[ch]
6984                 Implement hook for certificate acception
6985         * src/ssl_certificate.[ch]
6986                 Implement hook for certificate acception
6987         * src/common/ssl.c
6988                 Reenable certificate acception check
6989         * src/mainwindow.c
6990                 Register sslcertwindow's hook
6991         
6992 2002-12-08 [christoph]  0.8.6claws82
6993
6994         * src/about.c
6995         * src/addr_compl.c
6996         * src/codeconv.c
6997         * src/manual.c
6998         * src/undo.c
6999         * src/common/utils.c
7000                 o add missing includes
7001                 o fix warnings
7002         * src/.cvsignore
7003         * src/common/.cvsignore
7004         * src/common/version.h          ** REMOVE **
7005                 remove autogenerated file
7006
7007 2002-12-08 [paul]       0.8.6claws81
7008
7009         * src/stringtable.c
7010                 put back needed include
7011
7012 2002-12-08 [colin]      0.8.6claws80
7013         
7014         * src/gtk/sslcertwindow.c
7015                 Cleaner popups when asking
7016         * src/ssl_certificate.c
7017         * src/prefs_common.[ch]
7018                 remove ssl certificate pref
7019                 put back needed include
7020         * src/undo.c
7021                 put back needed include
7022
7023 2002-12-08 [christoph]  0.8.6claws79
7024
7025         * src/folderview.c
7026         * src/logwindow.c
7027         * src/statusbar.c
7028         * src/summaryview.c
7029                 only abort hook invokation if required data is missing not
7030                 if our own data pointer is NULL, update hookfunction for
7031                 log window
7032
7033 2002-12-08 [paul]       0.8.6claws78
7034
7035         * src/about.c
7036         * src/addrcache.c
7037         * src/addrclip.c
7038         * src/addr_compl.c
7039         * src/addrselect.c
7040         * src/codeconv.c
7041         * src/colorlabel.c
7042         * src/enriched.c
7043         * src/esmtp.c
7044         * src/exporthtml.c
7045         * src/headerview.c
7046         * src/imageview.c
7047         * src/manual.c
7048         * src/noticeview.c
7049         * src/pgptext.c
7050         * src/scoring.c
7051         * src/sourcewindow.c
7052         * src/stringtable.c
7053         * src/undo.c
7054                 clean up: remove unneccesary includes
7055
7056 2002-12-08 [christoph]  0.8.6claws77
7057
7058         * src/folderview.c
7059         * src/statusbar.c
7060         * src/summaryview.c
7061         * src/common/hooks.[ch]
7062                 hook functions now have a gboolean return value, if a hook
7063                 returns TRUE it will stop executing of any more hooks in
7064                 the same hooklist for this invokation
7065
7066 2002-12-08 [colin]      0.8.6claws76
7067         
7068         * src/main.c
7069                 put back argv0 for CRASH_DIALOG
7070
7071 2002-12-08 [christoph]  0.8.6claws75
7072
7073         * src/Makefile.am
7074         * src/about.c
7075         * src/account.c
7076         * src/crash.c
7077         * src/esmtp.h
7078         * src/imap.[ch]
7079         * src/inc.c
7080         * src/main.c
7081         * src/mainwindow.c
7082         * src/news.c
7083         * src/pop.[ch]
7084         * src/prefs_account.[ch]
7085         * src/prefs_common.[ch]
7086         * src/send.[ch]
7087         * src/smtp.[ch]
7088         * src/ssl_certificate.[ch]
7089         * src/ssl_manager.[ch]
7090         * src/common/Makefile.am
7091         * src/common/log.c
7092         * src/common/nntp.[ch]
7093         * src/common/socket.[ch]
7094         * src/common/ssl.[ch]
7095         * src/gtk/sslcertwindow.[ch]
7096         * ac/openssl.m4
7097                 use new autoconf script to detect OpenSSL with extra parameters
7098                 to specify the location of libs and includes, also remove USE_SSL
7099                 to USE_OPENSSL
7100
7101         * src/common/sylpheed.[ch]
7102         * src/common/version.h.in
7103                 start seperation of common code initialization seperated from gui
7104
7105         * src/summaryview.c
7106                 The function that is called when a color label changes
7107                 should not change the color lable again
7108
7109 2002-12-08 [colin]      0.8.6claws74
7110
7111         * src/gtk/sslcertwindow.c
7112                 warning fixes
7113
7114 2002-12-08 [colin]      0.8.6claws73
7115
7116         * src/statusbar.c
7117           src/common/log.h
7118                 Register a hook for statusbar_puts_all
7119         * src/common/log.c
7120                 invoke statusbar_puts_all's hook
7121         
7122 2002-12-08 [colin]      0.8.6claws72
7123
7124         * src/ssl_certificate.c
7125                 Put back a badly-removed include
7126
7127 2002-12-08 [colin]      0.8.6claws71
7128
7129         * src/gtk/sslcertwindow.[ch]    ** NEW **
7130                 new certificate presentation
7131         * src/gtk/Makefile.am
7132                 add new files
7133         * src/ssl_certificate.[ch]
7134                 gtk cleanup, made utility functions public
7135         * src/ssl_manager.c
7136                 use new cert presentation
7137
7138 2002-12-07 [christoph]  0.8.6claws70
7139
7140         * src/Makefile.am
7141         * src/nntp.[ch]                 ** REMOVE **
7142         * src/common/Makefile.am
7143         * src/common/nntp.[ch]          ** NEW **
7144                 move nntp files to common directory
7145
7146 2002-12-07 [christoph]  0.8.6claws69
7147
7148         * src/procmsg.[ch]
7149         * src/summaryview.c
7150                 implement msginfo update callback using sylpheed's new
7151                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7152
7153 2002-12-06 [christoph]  0.8.6claws68
7154
7155         * src/editgroup.c
7156                 This patch changes the 'Edit Group Details' dialog to
7157                 allow extended selections in either pane, so that
7158                 addresses can be added or removed from a group more
7159                 quickly and easily. (it actually is a net decrease in
7160                 file size, as some unnecessary functions have been
7161                 removed). 
7162                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7163
7164 2002-12-06 [christoph]  0.8.6claws67
7165
7166         * src/Makefile.am
7167         * src/template.[ch]             ** REMOVE **
7168         * src/common/Makefile.am
7169         * src/common/template.[ch]      ** NEW **
7170                 move template files to common directory
7171
7172         * src/nntp.c
7173                 add missing log.h include
7174
7175 2002-12-06 [melvin]     0.8.6claws66
7176
7177         * src/prefs_actions.c
7178                 Added the trailing ">" syntax to insert command's output
7179                 without replacing old text (in contrast to trailing "|").
7180
7181 2002-12-05 [colin]      0.8.6claws65
7182         
7183         * src/common/utils.c
7184                 Don't modify original search_string or it'll change
7185                 the next iterations in the for()
7186
7187 2002-12-05 [darko]      0.8.6claws64
7188
7189         * src/common/utils.c
7190                 proper check for filtering commands, found by Colin
7191
7192 2002-12-05 [darko]      0.8.6claws63
7193
7194         * src/common/utils.c
7195                 check proper string for NULL pointer, found by Colin
7196
7197 2002-12-05 [darko]      0.8.6claws62
7198
7199         * src/common/utils.[ch]
7200                 expand_search_string(): new function
7201                 converts Mutt-like patterns to Sylpheed's
7202                 filtering engine
7203         * src/summaryview.c
7204                 use expand_search_string() to allow Mutt-like
7205                 patterns in extended search
7206         * README.claws
7207                 document extended option in quick search
7208
7209 2002-12-05 [paul]       0.8.6claws61
7210
7211         * sync with 0.8.6cvs16
7212                 see ChangeLog 2002-12-05
7213                 
7214         * po/POTFILES.in
7215                 clean up
7216
7217 2002-12-04 [christoph]  0.8.6claws60
7218
7219         * src/imap.[ch]
7220                 put imap authentication code into a new function and
7221                 remove it from imap_session_new that will allow to
7222                 send other commands before authentication
7223
7224 2002-12-04 [christoph]  0.8.6claws59
7225
7226         * src/imap.[ch]
7227                 use already existing method to prevent unneeded IMAP
7228                 folder selects. Set imap_select parameters to NULL
7229                 in some functions if the values are not required.
7230
7231         * src/xml.h
7232                 remove no longer required include
7233
7234 2002-12-04 [paul]       0.8.6claws58
7235
7236         * po/es.po
7237                 updated by Ricardo Mones Lastra
7238                 
7239         * configure.in
7240           po/hu.po      ** NEW FILE **
7241                 initial Hungarian translation, submitted
7242                 by Gál Zoltán <galzoli@hu.inter.net>
7243
7244 2002-12-03 [christoph]  0.8.6claws57
7245
7246         * src/Makefile.am
7247         * src/gtksctree.[ch]            ** REMOVE **
7248         * src/gtk/Makefile.am
7249         * src/gtk/gtksctree.[ch]        ** NEW **
7250                 move gtksctree files to gtk directory
7251
7252 2002-12-03 [christoph]  0.8.6claws56
7253
7254         * src/Makefile.am
7255         * src/md5.[ch]                  ** REMOVE **
7256         * srm/common/Makefile.am
7257         * src/common/md5.[ch]           ** NEW **
7258                 move md5 files to common directory
7259
7260         * src/gtkstext.c
7261                 remove not required #include
7262
7263 2002-12-03 [sergey]     0.8.6claws55
7264
7265         * src/gtkutils.c
7266         * src/gtkutils.h
7267                 gtkut_window_popup(): new function.
7268         * src/mainwindow.c
7269                 main_window_popup(): use gtkut_window_popup() to raise
7270                 window without changing its position.
7271                 (see sylpheed-main ML message [sylpheed:17247])
7272
7273 2002-12-03 [sergey]     0.8.6claws54
7274
7275         * src/send.c
7276                 send_message_local(): removed first-dot escaping
7277                 (SMTP-only, not needed for sending through pipe)
7278
7279 2002-12-03 [paul]       0.8.6claws53
7280
7281         * po/POTFILES.in
7282                 update to reflect recent changes (thanks
7283                 to Ricardo Mones Lastra)
7284                 
7285         * tools/filter_conv.pl
7286                  fix problem with quoted strings. Patch submitted
7287                  by Luke Plant <lukeplant@softhome.net>
7288
7289 2002-12-03 [paul]       0.8.6claws52
7290
7291         * sync with 0.8.6cvs15
7292                 see ChangeLog 2002-12-03
7293
7294 2002-12-02 [christoph]  0.8.6claws51
7295
7296         * src/logwindow.[ch]
7297         * src/common/log.[ch]
7298                 implement logging using a hook function
7299
7300         * src/folderview.c
7301         * src/folder.[ch]
7302                 define hooklist name in header file to avoid
7303                 errors caused by wrong spelling of hooklist names
7304
7305         * src/toolbar.c
7306                 fix warnings
7307
7308 2002-12-02 [christoph]  0.8.6claws50
7309
7310         * src/common/Makefile.am
7311                 add src/common/hooks.[ch]
7312
7313         * src/common/hooks.[ch]
7314                 implement a simple hook system using glib's hook functions
7315
7316         * src/folder.[ch]
7317         * src/folderview.c
7318                 use new hook system for folder item updates
7319
7320 2002-12-02 [christoph]  0.8.6claws49
7321
7322         * doc-src/ui_seperation.txt     ** NEW **
7323                 information for ui seperation
7324
7325         * src/Makefile.am
7326                 remove files that were moved to common
7327                 include common directory by default for the header files
7328
7329         * src/inc.c
7330         * src/common/socket.c
7331         * src/automaton.[ch]
7332                 implement automaton using g_io_*-functions instead of
7333                 gdk_input_add to make it ui independent
7334
7335         * src/codeconv.c
7336         * src/compose.c
7337         * src/ldif.c
7338         * src/pgptext.c
7339         * src/procmime.c
7340         * src/rfc2015.c
7341         * src/smtp.c
7342         * src/unmime.c
7343                 remove common/ prefix because directory is now in
7344                 include path
7345
7346         * src/compose.c
7347         * src/folder.c
7348         * src/folderview.c
7349         * src/mainwindow.c
7350         * src/messageview.c
7351         * src/prefs_common.c
7352         * src/procmsg.c
7353         * src/rfc2015.c
7354                 fix warnings
7355
7356         * src/imap.c
7357         * src/inc.c
7358         * src/news.c
7359         * src/pop.c
7360         * src/send.c
7361         * src/smtp.c
7362         * src/ssl_certificate.c
7363                 add log.h header file for logging functions
7364
7365         * src/main.c
7366         * src/common/utils.c
7367         * src/summaryview.c
7368         * src/xml.c
7369                 o move debug_mode to common/utils.c
7370                 o add functions to set and get debug_mode
7371
7372         * src/defs.h                    ** REMOVE **
7373         * src/intl.h                    ** REMOVE **
7374         * src/socket.[ch]               ** REMOVE **
7375         * src/ssl.[ch]                  ** REMOVE **
7376         * src/utils.[ch]                ** REMOVE **
7377                 replaced by new files in src/common/
7378         
7379         * src/common/Makefile.am
7380                 add new files in src/common/
7381
7382         * src/common/defs.h             ** NEW **
7383         * src/common/intl.h             ** NEW **
7384         * src/common/log.[ch]           ** NEW **
7385         * src/common/socket.[ch]        ** NEW **
7386         * src/common/ssl.[ch]           ** NEW **
7387         * src/common/utils.[ch]         ** NEW **
7388                 replacement for files in src/
7389
7390 2002-12-02 [colin]      0.8.6claws48
7391
7392         * src/folderview.c
7393                 Scroll folderview if necessary during dnd
7394
7395 2002-12-02 [colin]      0.8.6claws47
7396
7397         * src/folder.[ch]
7398                 Add check to verify a move is within a single mailbox
7399         * src/folderview.c
7400                 Add specific error string for this check
7401
7402 2002-12-02 [colin]      0.8.6claws46
7403
7404         * src/folder.c
7405                 Add a test to folder moving, remove a statusbar_print
7406         * src/folderview.c
7407                 Add Move folder... context-menu item
7408                 Factorize folder moving code
7409                 Enable folder DND for mbox
7410
7411 2002-12-01 [christoph]  0.8.6claws45
7412
7413         * ac/aspell.m4
7414                 remove conf.aspelltest if the version check fails
7415
7416 2002-11-30 [christoph]  0.8.6claws44
7417
7418         * autogen.sh
7419                 run libtoolize --force in autogen to create missing
7420                 libtool scripts
7421
7422 2002-11-30 [christoph]  0.8.6claws43
7423
7424         * src/Makefile.am
7425         * src/pgptext.c
7426         * src/procmime.c
7427         * src/rfc2015.c
7428         * src/uuencode.[ch]             ** REMOVED **
7429         * src/common/Makefile.am
7430         * src/common/uuencode.[ch]      ** NEW **
7431                 move uuen/decoder to common directory
7432
7433 2002-11-30 [christoph]  0.8.6claws42
7434
7435         * src/Makefile.am
7436         * src/base64.[ch]               ** REMOVED **
7437         * src/codeconv.c
7438         * src/compose.c
7439         * src/ldif.c
7440         * src/pgptext.c
7441         * src/procmime.c
7442         * src/rfc2015.c
7443         * src/smtp.c
7444         * src/unmime.c
7445         * src/common/Makefile.am
7446         * src/common/base64.[ch]        ** NEW **
7447                 move base64 en/decoder to common directory
7448
7449 2002-11-30 [christoph]  0.8.6claws41
7450
7451         * src/common                    ** NEW **
7452                 new directory for UI independent code
7453         * src/gtk                       ** NEW **
7454                 new directory for GTK frontend
7455         * src/common/.cvsignore         ** NEW **
7456         * src/gtk/.cvsignore            ** NEW **
7457                 ignore build files
7458         * src/common/Makefile.am        ** NEW **
7459         * src/gtk/Makefile.am           ** NEW **
7460                 automake files to build new seperated stuff
7461         * src/Makefile.am
7462                 the binary will currently still be build with the
7463                 files in src, so we include the code from the
7464                 subdirs for now after building the libs there
7465
7466 2002-11-30 [paul]       0.8.6claws40
7467
7468         * src/compose.c
7469                 fix bug [642731] 'Wrong selected account with drafted mail'
7470
7471 2002-11-29 [oliver]     0.8.6claws39
7472         
7473         * src/messageview.c
7474                 o update summaryview when switching between different
7475                   messageviews          
7476         * src/toolbar.c  
7477                 o check if messageview holds already removed msg
7478                   from summaryview
7479                 
7480
7481 2002-11-29 [oliver]     0.8.6claws38
7482
7483         * src/toolbar.c 
7484                 remove not needed variables and includes
7485                 make messageview stay opened and move to next when msgs are deleted 
7486
7487 2002-11-29 [oliver]     0.8.6claws37
7488         
7489         * src/toolbar.c 
7490                 disable compose button (messageview toolbar) by default
7491                 deleted msgs are moved to trash
7492         
7493 2002-11-29 [melvin]     0.8.6claws36
7494
7495         * configure.in
7496                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7497                 and to detect signatures expirations (gpgme 0.3.6)
7498
7499         * src/main.c
7500                 Use non obsolescent function for Gpgme engine checking.
7501
7502         * src/rfc2015.c
7503                 Inform about expired signatures or signatures which key
7504                 has expired. Expiration date is displayed.
7505
7506         * src/sigstatus.c
7507                 Inform about expired signatures or signatures which key
7508                 has expired.
7509
7510 2002-11-28 [paul]       0.8.6claws35
7511
7512         * src/folderview.c
7513                 re-instate 'Check for new messages' in Newsgroup
7514                 folders right-click menu, after a suggestion from
7515                 Tim Mann <timmann@users.sourceforge.net>
7516
7517         * src/main.c
7518                 after a crash check only local folders for new
7519                 messages
7520
7521 2002-11-28 [paul]       0.8.6claws34
7522
7523         * configure.in
7524                 apply patch that fixes the checking of GTK with XIM 
7525                 support on different OSs, such as FreeBSD. Patch 
7526                 submitted by Topia <topia@users.sourceforge.net>
7527                 
7528 2002-11-28 [paul]       0.8.6claws33
7529
7530         * src/mainwindow.c
7531           src/prefs_common.c
7532           src/prefs_toolbar.c
7533                 more changes to the English
7534
7535 2002-11-28 [paul]       0.8.6claws32
7536
7537         * sync with 0.8.6cvs13
7538                 see ChangeLog 2002-11-28 (no sync needed
7539                 for src/compose.c)
7540
7541 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7542         
7543         * src/mainwindow.[ch]
7544                 add patch by Ivan F. Martinez introducing messageview Toolbar
7545                 some changes and committed by oliver    
7546
7547 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7548
7549         * src/messageview.[ch]
7550                 add patch by Ivan F. Martinez introducing messageview Toolbar
7551                 some changes and committed by oliver    
7552
7553 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7554
7555         * src/compose.[ch]
7556                 add patch by Ivan F. Martinez introducing messageview Toolbar
7557                 some changes and committed by oliver    
7558
7559 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7560         
7561         * src/toolbar.[ch]
7562                 add patch by Ivan F. Martinez introducing messageview Toolbar
7563                 some changes and committed by oliver
7564
7565 2002-11-28 [oliver]     0.8.6claws27
7566         
7567         * src/prefs_toolbar.[ch]
7568                 getting ready for messageview toolbar
7569                 free mem allocated by gettext
7570                 change prefs_toolbar to prefs_toolbar_open
7571  
7572 2002-11-28 [thorsten]   0.8.6claws26
7573
7574         * src/imageview.[ch]
7575                 cleaned up conflicting declarations of
7576                 imageview_show_image()
7577
7578 2002-11-28 [paul]       0.8.6claws25
7579
7580         * src/grouplistdialog.c
7581           src/prefs_common.c
7582           src/prefs_summary_column.c
7583                 a few more improvements to the English
7584
7585 2002-11-28 [colin]      0.8.6claws24
7586
7587         * man/sylpheed.1
7588                 A few updates to command-line parameters
7589
7590 2002-11-28 [colin]      0.8.6claws23
7591
7592         * src/prefs_filtering.c
7593                 Fix problems with prefs_filtering_delete_path:
7594                 a) if the first rule is removed, original pointers
7595                    weren't updated (leading to segfaults)
7596                 b) it was always global_processing updated in case
7597                    of removed path was parent of rule path
7598
7599 2002-11-27 [paul]       0.8.6claws22
7600
7601         * src/mainwindow.c
7602           src/prefs_account.c
7603           src/prefs_actions.c
7604           src/prefs_common.c
7605           src/prefs_customheader.c
7606           src/prefs_display_header.c
7607           src/prefs_filtering.c
7608           src/prefs_folder_item.c
7609           src/prefs_matcher.c
7610           src/prefs_scoring.c
7611           src/prefs_summary_column.c
7612           src/prefs_template.c
7613           src/prefs_toolbar.c
7614                  improve the English in the GUI
7615
7616 2002-11-27 [colin]      0.8.6claws21
7617
7618         * src/folder.c
7619                 Fix processing renaming problems happening after
7620                 last commit
7621
7622 2002-11-27 [colin]      0.8.6claws20
7623
7624         * src/folder.c
7625                 recursive move now deletes src each subfolder after 
7626                 having moved it
7627         * src/folderview.c
7628                 Use identifier instead of path during dnd (enables
7629                 IMAP folder dnd)
7630
7631 2002-11-27 [paul]       0.8.6claws19
7632
7633         * src/main.c
7634                 apply patch that does command-line processing 
7635                 BEFORE gtk_init, allowing claws to run from 
7636                 shell-scripts in non-X environment (e.g. crontab 
7637                 or ip-up, ip-down scripts). Patch submitted by
7638                 Ruslan N. Balkin <baron@dartel.ru>
7639                 
7640         * po/it.po
7641                 updated by Alessandro Maestri
7642
7643 2002-11-27 [paul]       0.8.6claws18
7644
7645         * sync with 0.8.6cvs12
7646           src/prefs_common.c
7647                 Differences are that main uses a 'Receive dialog'
7648                 frame on the Interface tab, whereas claws groups all 
7649                 the dialogs together in a 'Dialogs' frame.
7650
7651 2002-11-27 [colin]      0.8.6claws17
7652
7653         * src/prefs_matcher.c
7654                 Fix Execute criteria's NOT flag
7655
7656
7657 2002-11-26 [christoph]  0.8.6claws16
7658
7659         * src/ssl.c
7660                 rewrite the ssl code a little bit, only use one
7661                 SSL context, set default certificates' file/path
7662
7663 2002-11-26 [thorsten]   0.8.6claws15
7664
7665         * src/compose.c
7666                 default-reply-to didn't work for ml-reply
7667
7668 2002-11-26 [melvin]     0.8.6claws14
7669
7670         * src/prefs_actions.c
7671                 Made pipe-actions ignore short headers in message view
7672                 Made trailing-pipe-actions write in the message view with
7673                 the same font as the original message
7674
7675 2002-11-26 [paul]       0.8.6claws13
7676
7677         * src/compose.c
7678                 this time commit the correct file
7679
7680 2002-11-26 [paul]       0.8.6claws12
7681
7682         * sync with 0.8.6cvs11
7683           src/quote_fmt_parse.y  
7684                 no sync needed
7685           src/account.[ch]       
7686                 not sync'ed
7687           src/compose.c
7688                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7689                 on draft mode.
7690                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7691                 header
7692                 
7693         see ChangeLog 2002-11-25 and 2002-11-26
7694
7695 2002-11-26 [colin]      0.8.6claws11
7696
7697         * src/folderview.c
7698                 Fix collapsed folder not auto-expanding during
7699                 mail dnd, if it was the source folder.
7700
7701 2002-11-25 [colin]      0.8.6claws10
7702
7703         * src/folderview.[ch]
7704                 Variable renaming and cleaning (slist of nodes 
7705                 to be re-collapsed is stored in FolderView)
7706
7707 2002-11-25 [paul]       0.8.6claws9
7708
7709         * src/prefs_common.[ch]
7710                 fix breakage caused by last commit
7711
7712 2002-11-25 [paul]       0.8.6claws8
7713
7714         * sync with 0.8.6cvs4
7715                 see ChangeLog 2002-11-21
7716
7717 2002-11-25 [paul]       0.8.6claws7
7718
7719         * sync with 0.8.6cvs4
7720                 see ChangeLog 2002-11-20
7721
7722 2002-11-25 [paul]       0.8.6claws6
7723
7724         * sync with 0.8.6cvs3
7725                 see ChangeLog 2002-11-18
7726
7727 2002-11-25 [colin]      0.8.6claws5
7728
7729         * src/gtkutils.[ch]
7730                 Add gtkut_ctree_node_is_parent()
7731         * src/folderview.c
7732                 Spring-loaded folders
7733
7734 2002-11-25 [colin]      0.8.6claws4
7735
7736         * src/utils.[ch]
7737                 Add slist_concat_unique(), function to merge
7738                 two GSList filtering dups
7739         * src/folder.[ch]
7740         * src/summaryview.[ch]
7741         * src/folderview.c
7742         * src/main.c
7743                 Add detection/update/display of unread answers
7744                 to marked mails
7745         * src/procmsg.[ch]
7746                 Add procmsg_find_children()
7747                 Add procmsg_msg_has_marked_parent()
7748
7749 2002-11-25 [colin]      0.8.6claws3
7750
7751         * src/ssl_certificate.[ch]
7752                 Allow checking a certificate without a DNS
7753                 lookup
7754                 Allow to forget a cert (by deleting it)
7755                 Make ssl_certificate_destroy_public
7756         * src/ssl_manager.[ch] ** NEW FILES **
7757                 Gui to manage (display/remove) certificates
7758         * src/prefs_common.[ch]
7759                 Add a pref to allow silent acceptation of
7760                 trusted certificates or not (based on the
7761                 "I want to know what's going on" principle)
7762         * src/mainwindow.c
7763                 Add SSL manager in Tools menu
7764         * src/Makefile.am
7765                 Add the new files to the build
7766         * po/POTFILES.in
7767                 Add ssl_manager.c to translations
7768
7769 2002-11-25 [colin]      0.8.6claws2
7770
7771         * src/summaryview.[ch]
7772                 Add S_SEARCH_EXTENDED to the quick search, which 
7773                 allows to search using filtering syntax.
7774
7775 2002-11-25 [colin]      0.8.6claws1
7776
7777         * src/summaryview.c
7778                 Deletion of duplicates now prefer deleting
7779                 the unread dup (fixes feature-request 638989).
7780
7781 2002-11-24 [paul]       0.8.6claws
7782
7783         * po/es.po
7784           po/pl.po
7785           po/ru.po
7786           po/sr.po
7787                 updated by Ricardo Mones Lastra,
7788                 Witold Wladyslaw Wojciech Wilk,
7789                 Ruslan N. Balkin, and  Urke MMI 
7790                 respectively
7791
7792 2002-11-24 [paul]       0.8.5claws182
7793
7794         * po/bg.po
7795                 updated by George Danchev
7796
7797 2002-11-23 [alfons]     0.8.5claws181
7798
7799         * src/imap.c
7800                 tiny memory leak found by browsing Dimitar's 
7801                 valgrind report
7802
7803 2002-11-23 [paul]       0.8.5claws180
7804
7805         * po/it.po
7806                 updated by Alessandro Maestri
7807
7808 2002-11-22 [christoph]  0.8.5claws179
7809
7810         * src/compose.c
7811         * src/inc.c
7812         * src/prefs_filtering.c
7813         * src/summaryview.c
7814                 more warning fixes
7815
7816 2002-11-22 [alfons]     0.8.5claws178
7817
7818         * src/summaryview.c
7819                 summary_execute_delete_func(): if message is deleted, make 
7820                 sure to also remove its entry in the subject hash table. 
7821                 fixes a corner case bug.
7822
7823 2002-11-22 [paul]       0.8.5claws177
7824
7825         * .cvsignore
7826                 add 'autom4te.cache'
7827                 
7828         * ltconfig      ** REMOVED **
7829                 not needed
7830
7831 2002-11-22 [paul]       0.8.5claws176
7832
7833         * src/textview.c
7834                 textview_set_font(): fix for message display in
7835                 UTF-8 locales (thanks to Sergey Vlasov).
7836                 
7837         * AUTHORS
7838                 add new team members and contributors
7839
7840
7841 2002-11-21 [colin]      0.8.5claws175
7842
7843         * src/procmsg.[ch]
7844                 Add procmsg_remove_special_headers()
7845         * src/mh.c
7846                 Use procmsg_remove_special_headers() for 
7847                 previous fix
7848
7849 2002-11-21 [colin]      0.8.5claws174
7850
7851         * src/mh.c
7852                 Fix moving/copying from queue/draft folders
7853                 for MH folders
7854
7855 2002-11-21 [christoph]  0.8.5claws173
7856
7857         * src/crash.c
7858         * src/filtering.c
7859         * src/logwindow.c
7860         * src/main.c
7861         * src/matcher_parser_lex.[hl]
7862         * src/mbox.c
7863         * src/mbox_folder.[ch]
7864         * src/prefs_filtering.c
7865         * src/procheader.c
7866         * src/quote_fmt_lex.l
7867         * src/ssl.c
7868                 fix all warnings except the warnings in lex and yacc files
7869
7870 2002-11-20 [christoph]  0.8.5claws172
7871
7872         * src/imap.c
7873                 fix MsgInfo retrieval for IMAP draft and queue folders
7874                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7875
7876 2002-11-19 [christoph]  0.8.5claws171
7877
7878         * src/compose.c
7879                 fix segfault, when draft saving does not get
7880                 the MsgInfo of the new message
7881                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7882
7883 2002-11-19 [christoph]  0.8.5claws170
7884
7885         * src/procmsg.c
7886                 add parameter check for flag setting function
7887                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7888
7889 2002-11-18 [paul]       0.8.5claws169
7890
7891         * src/compose.c
7892                 more sensitivity fixes to redirect mode:
7893                 * disable toolbar draft button
7894                 * allow only Address book in the Tools menu
7895                 * disable editing of message by the spell
7896                   checker
7897
7898 2002-11-18 [paul]       0.8.5claws168
7899
7900         * src/compose.c
7901                 fix sensitivity of menu items in compose_redirect():
7902                 allow only the necessary items 
7903
7904 2002-11-18 [paul]       0.8.5claws167
7905
7906         * src/compose.c
7907                 fix bug [ 603259 ] 'attachment got lost on bounce'
7908
7909 2002-11-18 [paul]       0.8.5claws166
7910
7911         * po/ru.po
7912                 updated by Ruslan N. Balkin <baron@dartel.ru>
7913
7914 2002-11-18 [colin]      0.8.5claws165
7915
7916         * src/main.c
7917           src/defs.h
7918                 Remove old filtering stuff
7919
7920
7921 2002-11-17 [oliver]     0.8.5claws164
7922
7923         * src/toolbar.h
7924                 remove not needed typedef 
7925
7926 2002-11-17 [oliver]     0.8.5claws163
7927
7928         * src/toolbar.c
7929                 make toolbar's on click events translatable
7930
7931 2002-11-15 [colin]      0.8.5claws162
7932
7933         * src/summaryview.c
7934                 Revert too-soon integration of a feature
7935
7936 2002-11-15 [christoph]  0.8.5claws161
7937
7938         * src/imap.c
7939                 use main's implementation of imap_get_msginfo
7940
7941 2002-11-15 [christoph]  0.8.5claws160
7942
7943         * src/compose.c
7944         * src/folder.[ch]
7945         * src/imap.c
7946         * src/mbox_folder.c
7947         * src/mh.c
7948         * src/news.c
7949         * src/procmsg.c
7950         * src/summaryview.c
7951                 replace claws' fetch_msginfo with main's get_msginfo
7952                 (use main's implementation where possible)
7953
7954 2002-11-15 [colin]      0.8.5claws159
7955
7956         * src/ssl_certificate.c
7957                 Missed a check
7958
7959 2002-11-16 [melvin]     0.8.5claws158
7960
7961         * po/fr.po
7962                 Updated French translations.
7963
7964 2002-11-16 [colin]      0.8.5claws157
7965
7966         * src/ssl_certificate.c
7967                 Check for missing parts in the certificates
7968
7969 2002-11-15 [colin]      0.8.5claws156
7970
7971         * src/folderview.c
7972                 Preventive fix (missing check) found by
7973                 Alfons
7974
7975 2002-11-15 [paul]
7976
7977         * NEWS
7978                 sync with 0.8.6 release
7979
7980 2002-11-15 [colin]      0.8.5claws155
7981
7982         * src/folder.[ch]
7983           src/folderview.c
7984                 Fix error handling of folder_item_move_to()
7985                 (thanks to Alfons!)
7986
7987 2002-11-15 [colin]      0.8.5claws154
7988
7989         * src/folder.[ch]
7990           src/folderview.c
7991                 folder_item_move_to() sets an error message instead
7992                 of having GUI stuff in folder.c
7993
7994 2002-11-15 [colin]      0.8.5claws153
7995
7996         * src/procmsg.[ch]
7997                 Implemented a callback for MsgInfo updates, 
7998                 heavily copy/pasted from Christoph's folder 
7999                 callback system
8000         * src/summaryview.[ch]
8001                 Register summary_update_msg as callback
8002
8003 2002-11-14 [colin]      0.8.5claws152
8004         
8005         * src/procmsg.c
8006                 Update the FolderItem after sending (fixes 617593)
8007
8008 2002-11-14 [christoph]  0.8.5claws151
8009
8010         * src/folder.c
8011                 fix wrong position of NULL pointer check found
8012                 by Sergey
8013
8014 2002-11-14 [christoph]  0.8.5claws150
8015
8016         * src/folder.c
8017                 fix segfault when deleting messages from IMAP folders
8018                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8019
8020 2002-11-14 [colin]      0.8.5claws149
8021
8022         * src/compose.c
8023                 Forwarding was also ignoring the folder's default account.
8024
8025 2002-11-14 [colin]      0.8.5claws148
8026
8027         * src/compose.c
8028                 Fix sent folder not set to folder properties when 
8029                 forwarding.
8030
8031 2002-11-14 [thorsten]   0.8.5claws147
8032
8033         * src/inc.c
8034                 inc_start(): Files were not moved from .processing to inbox,
8035                 if no global processing rule existed
8036
8037 2002-11-14 [colin]      0.8.5claws146
8038
8039         * src/ssl_certificate
8040                 Fix file operations
8041
8042 2002-11-14 [paul]       0.8.5claws145
8043
8044         * po/it.po
8045                 updated by Alessandro Maestri
8046
8047 2002-11-13 [alfons]     0.8.5claws144
8048
8049         * src/folder.c
8050                 folder_item_close(): only mark messages unread
8051                 when a folder has new messages 
8052
8053 2002-11-13 [keith]      0.8.5claws143
8054
8055         * src/imap.c
8056                 Fix problem moving or copying between
8057                 IMAP folders
8058
8059 2002-11-13 [colin]      0.8.5claws142
8060
8061         * src/matcher_parser_parse.y
8062                 Fix rule problem when " don't match
8063
8064 2002-11-13 [christoph]  0.8.5claws141
8065
8066         * src/folder.c
8067         * src/folderview.c
8068                 moved cache saving to folder_item_close
8069                 the folderview should not have to deal with
8070                 this things
8071
8072 2002-11-13 [christoph]  0.8.5claws140
8073
8074         * src/summaryview.c
8075                 moved setting of important score to
8076                 summary_set_prefs_from_folderitem
8077
8078 2002-11-13 [colin]      0.8.5claws139
8079
8080         * src/matcher_parser_parse.y
8081                 Fix a segfault in the parser (happening when
8082                 a good expression had been tested and a bad 
8083                 one arrives)
8084
8085 2002-11-13 [paul]       0.8.5claws138
8086
8087         * sync with 0.8.5cvs24
8088                 see ChangeLog 2002-11-13
8089                 
8090         * po/pt_BR.po
8091                 updated by Fabio Jr. Beneditto
8092
8093 2002-11-13 [colin]      0.8.5claws137
8094         
8095         * src/msgcache.c
8096           src/defs.h
8097           src/procmsg.[ch]
8098                 Revert last commit, problem
8099
8100 2002-11-13 [colin]      0.8.5claws136
8101
8102         * src/msgcache.c
8103                 Remove duplicated code
8104         * src/defs.h
8105                 Bumped CACHE_VERSION and MARK_VERSION
8106         * src/procmsg.[ch]
8107                 Network endian for cache and mark files
8108
8109 2002-11-12 [colin]      0.8.5claws135
8110
8111         * src/inc.c
8112                 Fix the "socket error" dialog which disappeared
8113
8114 2002-11-12 [colin]      0.8.5claws134
8115
8116         * src/msgcache.c
8117                 Reverse last commit which had performance 
8118                 problems, but still reverse the list
8119
8120 2002-11-12 [colin]      0.8.5claws133
8121
8122         * src/msgcache.c
8123                 Reverse list order
8124
8125 2002-11-12 [melvin]     0.8.5claws132
8126
8127         * src/compose.c
8128                 Added a check for a NULL prefs_common.dictionary
8129
8130 2002-11-12 [colin]      0.8.5claws131
8131
8132         * src/ssl_certificate.[ch]
8133                 Use FQDN hostname
8134
8135 2002-11-12 [colin]      0.8.5claws130
8136
8137         * src/ssl_certificate.[ch]
8138                 Take connection port into account for 
8139                 checking certificates (a single hostname
8140                 could have multiple servers with multiple
8141                 certificates)
8142         * src/ssl.c
8143                 Pass the port to ssl_certificate_check
8144
8145 2002-11-12 [paul]       0.8.5claws129
8146
8147         * src/folder.c
8148                 fix a typo in last commit
8149
8150 2002-11-12 [paul]       0.8.5claws128
8151
8152         * sync with 0.8.5cvs23
8153                 see ChangeLog entry 2002-11-12
8154
8155 2002-11-11 [colin]      0.8.5claws127
8156
8157         * src/ssl_certificate.c
8158                 Cleaner messages
8159                 Don't popup, instead log error, if the 
8160                 corresponding pref is checked
8161         * src/ssl_certificate.h
8162                 include <openssl/objects/h>
8163
8164 2002-11-11 [colin]      0.8.5claws126
8165
8166         * src/ssl_certificate.h
8167                 _Really_ clean it
8168
8169 2002-11-11 [colin]      0.8.5claws125
8170         
8171         * src/ssl_certificate.c
8172                 Fixed leak
8173
8174 2002-11-11 [colin]      0.8.5claws124
8175
8176         * src/ssl.c
8177                 Cleaned a bit
8178         * src/ssl_certificate.[ch]
8179                 Cleaned a bit (better use of SSL API)
8180                 (This will cause non-recognition of saved 
8181                  certificates of claws12[23]...)
8182
8183 2002-11-11 [paul]       0.8.5claws123
8184         
8185         * po/es.po
8186                 updated by Ricardo Mones Lastra
8187
8188 2002-11-11 [colin]      0.8.5claws122
8189
8190         * src/ssl.c
8191                 Fix a typo
8192
8193 2002-11-11 [colin]      0.8.5claws121
8194
8195         * src/ssl_certificate.[ch] ** NEW FILES **
8196         * src/ssl.[ch]
8197                 Check SSL certificates presented to us
8198         * src/Makefile.am
8199                 Add ssl_certificate.[ch]
8200         * po/POTFILES.in
8201                 Add ssl_certificate.c
8202
8203 2002-11-11 [paul]       0.8.5claws120
8204
8205         * sync with 0.8.5cvs22
8206                 see ChangeLog 2002-11-11
8207
8208 2002-11-11 [paul]       0.8.5claws119
8209
8210         * sync with 0.8.5cvs21
8211                 see ChangeLog 2002-11-11
8212
8213 2002-11-10 [jens]       0.8.5claws118
8214
8215         * src/folder.c
8216         * src/folderview.c
8217                 corrected some typing
8218         * po/de.po
8219                 updated german translation
8220         * sylpheed.spec.in
8221                 cleaned up specfile and adjusted it for claws
8222
8223 2002-11-10 [colin]      0.8.5claws117
8224
8225         * src/summaryview.c
8226                 a STATUSBAR_PUSH/POP fix
8227
8228 2002-11-10 [colin]      0.8.5claws116
8229
8230         * src/prefs_folder_item.c
8231                 Fix hanging after opening folder properties
8232
8233 2002-11-10 [hoa]        0.8.5claws115
8234
8235         * src/matcher_parser_lex.l
8236         * src/matcher_parser_parse.y
8237                 config file for scoring and filtering is no more trashed
8238                 when there is a syntax error in a filtering rule when
8239                 editing it in a dialog.
8240
8241 2002-11-09 [colin]      0.8.5claws114
8242
8243         * src/mbox_folder.c
8244                 Added missing initialisation of folder->destroy()
8245
8246 2002-11-09 [colin]      0.8.5claws113
8247
8248         * src/folder.c
8249           src/folderview.c
8250                 Fix the status bar messages
8251
8252 2002-11-09 [colin]      0.8.5claws112
8253
8254         * src/folderview.c
8255                 Fix hangs after folder dnd, happening after 
8256                 claws109.
8257
8258 2002-11-09 [christoph]  0.8.5claws111
8259
8260         * src/folderview.c
8261                 just changed order of calls (reverse order of
8262                 associated calls)
8263         * src/inc.c
8264                 lock inc when checking only one account, otherwise
8265                 inc all could be executed at the same time
8266
8267 2002-11-09 [christoph]  0.8.5claws110
8268
8269         * src/folderview.c
8270                 better unlock the mouse cursor before calling
8271                 summary_show because it changes the cursor too
8272
8273 2002-11-09 [christoph]  0.8.5claws109
8274
8275         * src/folder.[ch]
8276         * src/folderview.c
8277                 add functions to open and close a folder
8278                 o opending will execute scanning for remote folders
8279                   and processing
8280                 o closing will unset new flag for messages
8281
8282 2002-11-09 [colin]      0.8.5claws108
8283
8284         * src/folder.c
8285                 Add a call to prefs_matcher_write_config to 
8286                 avoid non-leaf folders filtering settings to be
8287                 lost
8288
8289 2002-11-09 [paul]       0.8.5claws107
8290
8291         * src/prefs_account.c
8292                 re-word a label
8293
8294 2002-11-09 [colin]      0.8.5claws106
8295
8296         * src/folderview.c
8297                 Minor esthetic fix
8298
8299 2002-11-09 [colin]      0.8.5claws105
8300
8301         * src/folderview.c
8302                 Fix prefs_filtering deletion for MH folders (same
8303                 reason as below)
8304         * src/prefs_filtering.c
8305                 Fix prefs_filtering renaming and deletion for 
8306                 folder-based processing rules.  
8307
8308 2002-11-09 [christoph]  0.8.5claws104
8309
8310         * src/compose.c
8311         * src/folder.[ch]
8312         * src/folderview.[ch]
8313         * src/import.c
8314         * src/inc.c
8315         * src/main.c
8316         * src/mainwindow.c
8317         * src/messageview.c
8318         * src/prefs_folder_item.c
8319         * src/procmsg.c
8320         * src/summaryview.c
8321                 implement a callback system for folder item updates
8322
8323 2002-11-09 [colin]      0.8.5claws103
8324
8325         * src/folderview.c
8326                 Fix prefs_filtering renaming for MH folders (we
8327                 shouldn't rename by path as another folder could
8328                 have the same hierarchy).
8329
8330 2002-11-09 [colin]      0.8.5claws102
8331
8332         * src/folder.c
8333                 Fix a leak found by Christoph, use better variable
8334                 names
8335
8336 2002-11-09 [colin]      0.8.5claws101
8337
8338         * src/folder.c
8339                 One more fix for processing rules
8340
8341 2002-11-08 [colin]      0.8.5claws100
8342         
8343         * src/matcher.c
8344                 Don't copy the compiled regexp (will be reevaluated)
8345         * src/folderview.c
8346                 Lock folderview while moving
8347         * src/folder.c
8348                 Provide info on what's happening to the user
8349
8350 2002-11-08 [colin]      0.8.5claws99
8351
8352         * src/folderview.c
8353                 Fix folder reordering after a move if parent is 
8354                 root
8355         * src/scoring.[ch]
8356                 Add function to copy a ScoringProp
8357         * src/prefs_folder_item.c
8358                 Copy scoring rules when copying a folder prefs
8359
8360 2002-11-08 [colin]      0.8.5claws98
8361
8362         * src/folderview.c
8363                 Fixes in case of failure
8364         * src/filtering.[ch]    
8365                 Add function to duplicate a FilteringProp
8366         * src/matcher.[ch]
8367                 Add function to duplicate a MatcherProp
8368         * src/prefs_folder_item.c
8369                 Save folder's processing rules when copying 
8370                 its prefs
8371
8372 2002-11-08 [colin]      0.8.5claws97
8373         
8374         * src/folderview.c
8375                 Sort after move
8376         * src/folder.c 
8377                 Change a printf to debug_print
8378
8379 2002-11-08 [colin]      0.8.5claws96
8380
8381         * src/folder.c
8382           src/folderview.c
8383                 Fix segfaults, call me stupido
8384         
8385
8386 2002-11-08 [colin]      0.8.5claws95
8387
8388         *src/folder.c
8389                 Added forgotten prefs to save when moving folders
8390
8391 2002-11-08 [colin]      0.8.5claws94
8392
8393         * src/folder.c
8394                 Fixes to folder DND (prefs copy)
8395         * src/folderview.c
8396                 Optimization for folder DND (don't rescan whole tree)
8397                 Added folderview_create_folder_node() for this 
8398                 optimization, so de-duped a bit the code
8399         * src/prefs_folder_item.[ch]
8400                 Added prefs_folder_item_copy_prefs()    
8401           
8402 2002-11-08 [paul]       0.8.5claws93
8403
8404         * src/prefs_account.c
8405           tools/README
8406           tools/kmail2sylpheed_v2.pl
8407                 correct some typos
8408
8409 2002-11-08 [paul]       0.8.5claws92
8410
8411         * src/compose.c
8412           src/prefs_account.[ch]
8413                 remove account options 'clearsign' and 'ascii_armored',
8414                 replace with 'default_gnupg_mode' to prevent mixed-mode
8415                 Privacy settings
8416
8417 2002-11-08 [paul]       0.8.5claws91
8418
8419         * src/compose.[ch]
8420                 re-implement GnuPG 'on-the-fly' mode selection,
8421                 disallow mixed-mode
8422
8423 2002-11-08 [colin]      0.8.5claws90
8424
8425         * src/folderview.c
8426           src/prefs_folder_item.c
8427                 Change "Property" to "Properties"
8428
8429 2002-11-07 [colin]      0.8.5claws89
8430
8431         * src/folderview.c
8432           src/folder.c
8433                 Allow folder dropping to a root folder
8434
8435 2002-11-07 [paul]       0.8.5claws88
8436
8437         * src/compose.c
8438                 revert last commit
8439
8440 2002-11-07 [paul]       0.8.5claws87
8441
8442         * src/compose.c
8443                 fix reply-to-list bug. closes bug report
8444                 "[633382] reply-to-list broken in recent cvs"
8445
8446 2002-11-07 [paul]       0.8.5claws86
8447
8448         * src/compose.c
8449                 add a forgotten '#if USE_GPGME ... #endif'
8450
8451 2002-11-07 [paul]       0.8.5claws85
8452
8453         * sync with 0.8.5cvs20
8454                 see ChangeLog 2002-11-07
8455
8456 2002-11-07 [colin]      0.8.5claws84
8457
8458         * src/folder.[ch]
8459                 Change folder_item_move_to to return the newly 
8460                 created folderitem.
8461         * src/folderview.c
8462                 Select the new folderitem after moving.
8463
8464 2002-11-07 [colin]      0.8.5claws83
8465
8466         * src/prefs_filtering.c
8467                 Fix rule rewriting when moving a leaf folder to a 
8468                 shorter path
8469
8470 2002-11-07 [colin]      0.8.5claws82
8471
8472         * src/prefs_filtering.c
8473                 fix a leak
8474
8475 2002-11-07 [colin]      0.8.5claws81
8476
8477         * src/folder.[ch]
8478                 Add folder_item_move_to() function to move a 
8479                 folderitem into another one (updates matcher etc)
8480         * src/folderview.c
8481                 Add folder drag'n drop (context menu to come)
8482                 [Should be dataloss free, but Please backup before 
8483                  trying !]
8484
8485 2002-11-06 [colin]      0.8.5claws80
8486
8487         * src/mh.c
8488                 mh_create_folder() returns NULL if can't create
8489                 directory hierarchy
8490
8491 2002-11-06 [paul]       0.8.5claws79
8492
8493         * src/compose.[ch]
8494                 allow 'on-the-fly' changing of the type of encryption 
8495                 and/or signing used (mime/ascii) via the compose window
8496
8497 2002-11-06 [paul]       0.8.5claws78
8498
8499         * sync with 0.8.5cvs19
8500                 see ChangeLog 2002-11-06 for src/account.c: 
8501                 account_get_special_folder()
8502                 
8503 2002-11-05 [alfons]     0.8.5claws77
8504
8505         * src/crash.c
8506                 very minor cleanups: nothing to see here, move on. :-)
8507
8508 2002-11-05 [colin]      0.8.5claws76
8509
8510         * src/main.c
8511                 Changes choices if compose windows are opened to
8512                 Discard, Draft, Don't quit
8513
8514 2002-11-05 [thorsten]   0.8.5claws75
8515
8516         * src/compose.c
8517                 reenabled default_reply_to folder option
8518
8519 2002-11-05 [colin]      0.8.5claws74
8520
8521         * src/compose.[ch] 
8522                 add compose_draft()
8523         * src/crash.c
8524                 add SIGTERM handler
8525         * src/main.[ch]
8526                 add clean_quit() for the SIGTERM handler
8527
8528 2002-11-05 [paul]       0.8.5claws73
8529         
8530         * po/es.po
8531                 updated by Ricardo Mones Lastra
8532
8533 2002-11-05 [melvin]     0.8.5claws72
8534
8535         * src/logwindow.c
8536                 Fixed log-clipping bug #616795.
8537                 To stop logging in the log window use 0 length.
8538         * src/prefs_common.c
8539                 Added a label to inform about the 0 log length behaviour.
8540
8541 2002-11-05 [paul]       0.8.5claws71
8542
8543         * sync with 0.8.5cvs17
8544                 see ChangeLog 2002-11-05
8545
8546 2002-11-04 [paul]       0.8.5claws70
8547
8548         * sylpheed-128x128.png
8549           sylpheed-64x64.png
8550           sylpheed.png
8551                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8552                 <nikai@users.sourceforge.net>
8553                 
8554         * po/bg.po
8555                 updated by George Danchev
8556
8557 2002-11-03 [thorsten]   0.8.5claws69
8558
8559         * src/main.c
8560           src/mimeview.c
8561           src/rfc2015.h
8562                 add check if gpg is active
8563
8564 2002-11-03 [thorsten]   0.8.5claws68
8565
8566         * src/toolbar.h
8567                 removed GSList declaration causing trouble on MacOS-X
8568                 (submitted by alfons, reported by xfesty)
8569
8570 2002-11-01 [paul]       0.8.5claws67
8571
8572         * src/mainwindow.c
8573                 remove last remnants of main's filter code
8574
8575 2002-11-01 [paul]       0.8.5claws66
8576
8577         * tools/filter_conv.pl
8578                 fix bug where user-defined headers were ignored
8579
8580 2002-11-01 [paul]       0.8.5claws65
8581
8582         * src/logwindow.c
8583                 make a debug_print() not translatable
8584
8585 2002-10-31 [melvin]     0.8.5claws64
8586
8587         * ac/aspell.m4
8588                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8589                 not run any GNU/aspell test.  The dictionary path will
8590                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8591                 was given, in which case, it will be $prefix/lib/aspell/
8592         * configure.in
8593                 Fixed typo in commentary (Aspell code).
8594
8595 2002-10-31 [paul]       0.8.5claws63
8596
8597         * po/POTFILES.in
8598                 remove src/filter.c and src/prefs_filter.c
8599                 thanks to Ricardo for reminding me
8600
8601 2002-10-31 [colin]      0.8.5claws62
8602
8603         * src/mbox_folder.c
8604                 Plug some leaks
8605
8606 2002-10-31 [paul]       0.8.5claws61
8607
8608         * src/prefs_filter.[ch] ** REMOVED **
8609           src/filter.[ch]       ** REMOVED **
8610           
8611         * src/Makefile.am
8612           src/folderview.c
8613           src/inc.c
8614           src/main.c
8615           src/mainwindow.c
8616           src/mbox.c
8617           src/prefs_common.c
8618           src/prefs_filtering.c
8619           src/summaryview.[ch]
8620                 remove main's 'filter' code
8621                 
8622         README.claws
8623                 update to reflect removal of main's filter
8624
8625 2002-10-31 [paul]       0.8.5claws60
8626
8627         * src/summaryview.c
8628                 remove check for global_processing in summary_filter_open(). 
8629                 This fixes the bug where if the user uses the right-click 
8630                 'Create filter rule...' and doesn't have any filter rules 
8631                 already defined in claws' advanced filtering, the newly 
8632                 created filter rule goes to main's filtering which is 
8633                 inaccessible through the gui. Now the filter rule gets added
8634                 to claws' filtering by default.
8635
8636 2002-10-28 [melvin]     0.8.5claws59
8637
8638         * src/prefs_actions.c
8639                 Fixed bug #627322 where MIME parts were not always
8640                 correctly passed to a %p action
8641                 Display an error dialog when message filename is not found.
8642
8643 2002-10-28 [melvin]     0.8.5claws58
8644
8645         * src/prefs_common.c
8646                 Readded a missing function declaration lost in 0.8.3claws34
8647
8648 2002-10-28 [paul]       0.8.5claws57
8649
8650         * sync with 0.8.5cvs15
8651                 see ChangeLog 2002-10-28 and 2002-10-25
8652                 
8653         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8654
8655 2002-10-27 [oliver]     0.8.5claws56
8656
8657         * src/pop.c
8658                 plug leak in pop3_top_recv
8659
8660 2002-10-26 [christoph]  0.8.5claws55
8661
8662         * src/folder.c
8663                 set need_update folder flag when messages are added
8664                 (closes bug [ 626922 ] folder not updated after receiving)
8665
8666 2002-10-25 [melvin]     0.8.5claws54
8667
8668         * src/imageview.c
8669                 Fixed a memleak introduced in the scaling code.
8670
8671 2002-10-24 [alfons]     0.8.5claws53
8672
8673         * src/filtering.c
8674                 make filtering's forward message action forward from the 
8675                 correct account
8676                 (closes bug [628089 ] Filter -> Forward from address problem
8677                 reported by Oktay)
8678
8679 2002-10-24 [christoph]  0.8.5claws52
8680
8681         * src/mainwindow.c
8682         * src/manual.[ch]
8683                 o use manual of current locale or english if current
8684                   locale is not available (and english is available)
8685                 o also link to sylpheed doc project manuals
8686
8687 2002-10-23 [paul]       0.8.5claws51
8688
8689         * tools/README
8690           tools/kmail2sylpheed_v2.pl
8691                 add new version of kmail addressbook importer script.
8692                 works with newer versions of Kmail/KAddressBook which
8693                 have new and rearranged data.
8694
8695 2002-10-23 [martin]     0.8.5claws50
8696
8697         * src/folderview.c
8698         * src/summaryview.c
8699         * src/utils.h
8700         * src/utils.c
8701                 added length parameter to get_abbrev_newsgroup_name()
8702                 changed this function so that it abbreviates the newsgroup
8703                 names only so long it is smaller than the length parameter
8704                 (for better reading of some newsgroup names and space efficiency)
8705
8706 2002-10-22 [colin]      0.8.5claws49
8707
8708         *src/foldersel.c
8709                 Revert Alfons' last modification (after voting ;-))
8710
8711 2002-10-21 [alfons]     0.8.5claws48
8712
8713         * src/foldersel.c
8714                 folder view in folder selection dialog reflects state of
8715                 folder view in main window
8716
8717 2002-10-18 [alfons]     0.8.5claws47
8718
8719         * src/mbox.c
8720                 drop imported messages in folder selected by user,
8721                 and not in the inbox
8722                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8723
8724 2002-10-18 [alfons]     0.8.5claws46
8725
8726         * src/compose.c
8727                 make automagic reply work correctly for email accounts 
8728                 (whether it's viable to do a full sync with Hiro's 
8729                 compose.c is still under discussion)
8730
8731 2002-10-18 [melvin]     0.8.5claws45
8732
8733         * src/prefs_actions.c
8734                 Fixed bug #622275 where asynchroneous actions left 
8735                 zombies processes
8736                 Made (synchroneous) actions' input be displayed live.
8737
8738 2002-10-18 [christoph]  0.8.5claws44
8739
8740         * src/textview.c
8741                 don't add a newline in the textview in front of the
8742                 first textpart if header display is disabled
8743                 (closes bug [ 603385 ] disabled header display leaves blank
8744                  lin)
8745
8746 2002-10-18 [christoph]  0.8.5claws43
8747
8748         * src/folder.[ch]
8749         * src/imap.c
8750         * src/mbox_folder.c
8751         * src/mh.c
8752         * src/news.c
8753                 folder->get_num_list now returns an error code
8754                 (closes bug [ 609424 ] News cache cleared on failure)
8755                 
8756 2002-10-17 [colin]      0.8.5claws42
8757         
8758         * src/news.c
8759                 Changed a printf by debug_print
8760
8761 2002-10-16 [paul]       
8762
8763         * tools/OOo2sylpheed.pl
8764                 allow for spaces in the name of the
8765                 file to be attached.
8766
8767 2002-10-16 [colin]      0.8.5claws41
8768
8769         * src/main.c
8770                 Use a tristate to change online mode
8771
8772 2002-10-16 [paul]       0.8.5claws40
8773
8774         * po/es.po
8775                 updated by Ricardo Mones Lastra
8776
8777 2002-10-16 [colin]      0.8.5claws39
8778
8779         * src/main.c
8780           src/mainwindow.[ch]
8781                 Added --online and --offline command-line
8782                 switches
8783
8784 2002-10-15 [christoph]  0.8.5claws38
8785
8786         * src/procmime.c
8787                 set mimeinfo->name to NULL after g_free to
8788                 avoid double freeing with g_free
8789
8790 2002-10-14 [christoph]  0.8.5claws37
8791
8792         * src/compose.c
8793         * src/filtering.c
8794         * src/summaryview.c
8795                 remove calls to folder->change_flags that are now
8796                 done by procmsg flag functions (seems it is not
8797                 used by any foldertype anyway)
8798         * src/folder.c
8799                 init folder->change_flags with NULL
8800
8801 2002-10-14 [christoph]  0.8.5claws36
8802
8803         * src/folder.[ch]
8804         * src/imap.[ch]
8805                 use virtual functions for folder item new and destroy
8806                 functions
8807
8808 2002-10-14 [melvin]     0.8.5claws35
8809
8810         * src/compose.c
8811                 Added a test to not run the spell checker if no default
8812                 dictionary is available. No dialog is displayed though.
8813
8814 2002-10-14 [melvin]     0.8.5claws34
8815
8816         * src/gtkaspell.c
8817                 Fixed bug in dictionary list context menu where
8818                 "More..." pointed to an emtpy submenu if the
8819                 number of dictionaries is a multiple of 15
8820                 Removed unneeded code in suggestions list creation
8821
8822 2002-10-14 [paul]       0.8.5claws33
8823
8824         * po/bg.po
8825                 updated by George Danchev
8826
8827 2002-10-13 [hoa]        0.8.5claws32
8828
8829         * src/matcher.[ch]
8830           src/matcher_parser_parser.y
8831                 removed the escaped string from internal structure
8832                 of matcher.
8833
8834 2002-10-12 [colin]      0.8.5claws31
8835
8836         * src/gtksctree.[ch]
8837           src/summaryview.c
8838                 Removed useless function gtksctree_reanchor
8839
8840 2002-10-12 [alfons]     0.8.5claws30
8841         
8842         * sync with remaining main changes 2002-10-09 - 2002-10-11
8843         - drop changes to src/compose.c (requires claws specific changes)
8844         
8845 2002-10-12 [alfons]     0.8.5claws29
8846         
8847         * sync with main changes of 2002-10-08
8848         - drop changes to src/compose.c (requires claws specific changes)
8849         - drop changes to src/summaryview.c (requires changes to compose.c)     
8850
8851 2002-10-12 [alfons]     0.8.5claws28
8852         
8853         * sync with main changes of 2002-10-07
8854
8855 2002-10-12 [alfons]     0.8.5claws27
8856
8857         * sync with main changes of 2002-10-04
8858         - drop changes to src/compose.c (requires claws specific changes)
8859         - drop changes to src/prefs_folder_item.c (claws implementation
8860           seems to be working)
8861
8862 2002-10-12 [colin]      0.8.5claws26
8863
8864         * src/mainwindow.c
8865                 Fix folder-flicker when space-reading, introduced 
8866                 in claws22.
8867
8868 2002-10-12 [colin]      0.8.5claws25
8869
8870         * src/compose.c
8871                 Save account address when saving as draft.
8872                 (closes bug 621838)
8873
8874 2002-10-12 [colin]      0.8.5claws24
8875
8876         * src/summaryview.c
8877                 Fix the problem consisting of no message selected
8878                 after the last message in a folder has been moved.
8879
8880 2002-10-12 [paul]       0.8.5claws23
8881
8882         * src/compose.c
8883           src/prefs_template.c
8884           src/template.[ch]
8885                 add Cc and Bcc to templates. Patch submitted by
8886                 John L. Males.
8887
8888 2002-10-12 [colin]      0.8.5claws22
8889
8890         * src/folderview.c
8891                 Fix a bug after "Check for new messages":
8892                 If a folder was opened, it was still selected at
8893                 the end of the check, but displayed empty.
8894         * src/mainwindow.c
8895                 Remove unnecessary check
8896
8897 2002-10-12 [paul]
8898
8899         * tools/README
8900                 be more verbose in the description of
8901                 OOo2sylpheed.pl
8902                 
8903
8904 2002-10-11 [colin]      0.8.5claws21
8905
8906         * src/mainwindow.c
8907                 Make space work (better) when no mail is selected
8908
8909 2002-10-11 [colin]      0.8.5claws20
8910
8911         * src/inc.c
8912           src/news.c
8913                 fix warnings
8914
8915 2002-10-11 [colin]      0.8.5claws19
8916
8917         * src/mainwindow.c
8918                 revert 0.8.5claws6 changes as i couldn't get to
8919                 anything satisfying
8920
8921 2002-10-11 [melvin]     0.8.5claws18
8922
8923         * src/compose.c
8924                 Removed buggy and unused macro (should have been committed in
8925                 0.8.5claws17)
8926
8927 2002-10-11 [melvin]     0.8.5claws17
8928
8929         * src/compose.c
8930                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8931
8932 2002-10-11 [thorsten]   0.8.5claws16 
8933
8934         * src/folderview.c
8935                 remove rescan warning
8936
8937 2002-10-11 [colin]      0.8.5claws15 
8938
8939         * src/procheader.c
8940                 fix a segfault that happens if conv_unmime_header
8941                 fails (should be better to find out why it fails)
8942
8943 2002-10-11 [christoph]  0.8.5claws14
8944
8945         * src/summaryview.c
8946                 update folderview stats after ignore/unignore thread
8947
8948 2002-10-11 [hoa]        0.8.5claws13
8949
8950         * src/quote_fmt_parse.y
8951                 Fixed a yacc/bison syntax error
8952         * src/matcher.c
8953                 Escaping of string is fixed.
8954
8955 2002-10-11 [colin]      0.8.5claws12
8956
8957         * src/imageview.c
8958                 Resize images to fit
8959
8960 2002-10-11 [paul]       0.8.5claws11
8961
8962         * po/es.po
8963                 updated by Ricardo Mones Lastra
8964
8965 2002-10-10 [alfons]     0.8.5claws10
8966
8967         * src/compose.c
8968                 allow dropping files by "moving" files from a file manager,
8969                 not only by the more cumbersome "copying". the latter 
8970                 mostly implies holding down the Control button
8971
8972 2002-10-10 [christoph]  0.8.5claws9
8973
8974         * src/summaryview.c
8975                 update folders after thread building for ignored threads
8976
8977 2002-10-10 [christoph]  0.8.5claws8
8978
8979         * config/.cvsignore
8980                 added Makefile
8981         * src/filtering.[ch]
8982         * src/folder.[ch]
8983         * src/folderview.[ch]
8984         * src/import.c
8985         * src/inc.[ch]
8986         * src/mbox.[ch]
8987         * src/procmsg.c
8988         * src/summaryview.[ch]
8989                 o added new flag need_update to FolderItem
8990                 o removed folder_table from various functions from tracking
8991                   folder updates
8992                 o set need_update flags in folder.c's move, copy and delete
8993                   functions and procmsg's flags functions
8994                 o added function folderview_update_items_when_required that
8995                   updates all folders with need_update set
8996                 o call folderview_update_items_when_required instead of
8997                   folderview_update_item_foreach
8998
8999 2002-10-09 [sergey]     0.8.5claws7
9000
9001         * src/compose.c
9002                 Strip CRs whel loading the text into editor in reedit mode.
9003
9004 2002-10-09 [colin]      0.8.5claws6
9005
9006         * src/mainwindow.c
9007                 Make Space work when no mail is selected
9008
9009 2002-10-09 [colin]      0.8.5claws5
9010
9011         * src/gtksctree.[ch]
9012                 Fix range_select
9013                 Add gtk_sctree_reanchor() 
9014         * src/summaryview.c
9015                 Use gtk_sctree_reanchor() - better fix for 
9016                 bug 60413
9017
9018 2002-10-09 [colin]      0.8.5claws4
9019
9020         * src/summaryview.c
9021                 Fix shift-click select after delete problem
9022                 (closes bug 60413)
9023
9024 2002-10-08 [thorsten]   0.8.5claws3
9025
9026         * src/summaryview.c
9027                 exclude current msg from -hide read messages-
9028
9029 2002-10-08 [colin]      0.8.5claws2
9030
9031         * src/inc.[ch]
9032           src/pop.c
9033           src/recv.c
9034                 Differentiate socket errors from disk full
9035                 errors
9036
9037 2002-10-08 [christoph]  0.8.5claws1
9038
9039         * Makefile.am
9040         * configure.in
9041                 modifications for new config directory
9042
9043         * config.guess  ** REMOVED **
9044         * config.sub    ** REMOVED **
9045         * install-sh    ** REMOVED **
9046         * ltmain.sh     ** REMOVED **
9047         * missing       ** REMOVED **
9048         * mkinstalldirs ** REMOVED **
9049                 these files are autogenerated by automake
9050                 when you run autogen.sh
9051
9052         * config/.cvsignore     ** NEW FILE **
9053         * config/Makefile.am    ** NEW FILE **
9054                 ignore autogenerated files
9055                 create a Makefile in this directory
9056
9057 2002-10-08 [paul]       0.8.5claws
9058
9059         * 0.8.5claws release
9060         
9061         * src/compose.c
9062           src/procheader.c
9063           src/procmsg.c
9064                 fix quote reply format for newsgroups reply bug
9065                 (thanks to Hoa)
9066                 
9067         * po/en_GB.po
9068           po/pl.po
9069                 updated by me and Witold Wladyslaw Wojciech Wilk
9070                 repectively
9071
9072 2002-10-07 [paul]       0.8.3claws53
9073
9074         * po/it.po
9075           po/pt_BR.po
9076           po/sr.po
9077                 updated messages catalogs, submitted by
9078                 Alessandro Maestri, Fabio Jr.Beneditto 
9079                 and Urke MMI, respectively.
9080
9081 2002-10-07 [christoph]  0.8.3claws52
9082
9083         * src/folder.[ch]
9084         * src/folderview.c
9085         * src/mainwindow.c
9086                 fix new folder ghost message bug
9087                 (closes bug [ 619722 ] wrong count for newly created folders)
9088
9089 2002-10-07 [christoph]  0.8.3claws51
9090
9091         * src/compose.c
9092                 fix news posting problem
9093
9094 2002-10-07 [melvin]     0.8.3claws50
9095
9096         * po/fr.po
9097                 Updated French translation
9098
9099 2002-10-05 [christoph]  0.8.3claws49
9100
9101         * src/gtkstext.c
9102                 check if line_start_cache is set in gtk_stext_update_text
9103                 (closes bug [ 618119 ] crash while doing search in folder)
9104
9105 2002-10-05 [christoph]  0.8.3claws48
9106
9107         * src/imap.c
9108         * src/news.c
9109         * src/utils.c
9110         * src/utils.h
9111                 implement cache cleanups for claws' folder system
9112                 (closes bug [ 595916 ] imapcache not cleaned up)
9113
9114 2002-10-05 [melvin]     0.8.3claws47
9115
9116         * src/prefs_actions.c
9117                 Made the help text more clear for the %p token
9118
9119 2002-10-04 [paul]       0.8.3claws46
9120
9121         * sync with 0.8.5
9122                 see ChangeLog 2002-10-02 and 2002-10-03
9123
9124 2002-10-04 [christoph]  0.8.3claws45
9125
9126         * src/inc.c
9127                 fix segfault caused by pop before smtp
9128                 call to inc_account_mail with NULL
9129                 pointer for mainwin
9130
9131 2002-10-04 [paul]       0.8.3claws44
9132
9133         * configure.in
9134                 sync the LDAP detection from 0.8.5cvs1
9135
9136 2002-10-02 [christoph]  0.8.3claws43
9137
9138         * po/de.po
9139                 fix small spelling error
9140
9141 2002-10-02 [melvin]     0.8.3claws42
9142
9143         * ac/aspell.m4
9144                 Behave better and say "no" when test program cannot be run.
9145
9146 2002-10-02 [paul]       0.8.3claws41
9147
9148         * sync with 0.8.4cvs1
9149                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9150                 
9151         * src/summaryview.c
9152                 toggle the behavior of Reply menuitem between
9153                 normal reply and reply-to-list
9154
9155 2002-10-01 [sergey]     0.8.3claws40
9156
9157         * src/compose.c
9158                 Convert newlines in the message text to the canonical form
9159                 before base64 encoding (RFC2045 compliance, fixes some
9160                 interoperability issues with Evolution 1.0.3)
9161
9162 2002-09-29 [colin]      0.8.3claws39
9163
9164         * src/summaryview.c
9165                 Fix an unwanted copy/paste
9166
9167 2002-09-29 [colin]      0.8.3claws38
9168
9169         * src/mainwindow.c
9170                 Renamed "Custom toolbar" to "Customize toolbar"
9171                 Renamed "Show all header" to "Show all headers"
9172                 Renamed "Set diplay item" to "Set displayed items"
9173         * src/prefs_common.c
9174                 Renamed "Show all header" to "Show all headers"
9175         * src/prefs_summary_column.c
9176                 Renamed "diplay item" to "displayed items"
9177
9178 2002-09-29 [colin]      0.8.3claws37
9179
9180         * src/mainwindow.[ch]
9181                 online/offline status pixmaps follow theme
9182                 changes
9183         * src/summaryview.[ch]
9184                 quicksearch pixmap follows theme changes
9185
9186 2002-09-29 [thorsten]   0.8.3claws36
9187
9188         * src/compose.c
9189           src/prefs_folder_item.[ch]
9190                 add default_reply_to folder option (closes patch 581044)
9191
9192 2002-09-29 [christoph]  0.8.3claws35
9193
9194         * acconfig.h    ** REMOVED **
9195         * configure.in
9196         * ac/aspell.m4
9197         * ac/check-type.m4
9198         * ac/gnupg-check-typedef.m4
9199                 fix autoheader 2.50 warning
9200
9201 2002-09-29 [christoph]  0.8.3claws34
9202
9203         * major code cleanup (part 2)
9204         
9205                 - unused variables removed
9206                 - unused functions removed
9207                 - uninitialized variables checked
9208                 - missing return statements added
9209                 - missing function return types added
9210                 - added parentheses around assignment
9211                   when suggested by gcc
9212
9213 2002-09-29 [alfons]     0.8.3claws33
9214
9215         * src/logwindow.c
9216                 log_window_clear(): only bracket gtk_text_forward_delete() 
9217                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9218                 works around GTK text bug)
9219
9220 2002-09-29 [paul]       0.8.3claws32
9221
9222         * po/bg.po
9223           po/sr.po
9224                 updated by George Danchev and Urke MMI
9225                 respectively
9226
9227 2002-09-27 [christoph]  0.8.3claws31
9228
9229         * doc-src/readme.txt
9230         * doc-src/rfc1806.txt   ** REMOVED **
9231         * doc-src/rfc2183.txt   ** NEW FILE **
9232         * doc-src/rfc2980.txt   ** NEW FILE **
9233                 update rfcs
9234
9235 2002-09-27 [melvin]     0.8.3claws30
9236
9237         * ac/aspell.m4
9238                 Fixed typo which could break linking
9239
9240 2002-09-27 [melvin]     0.8.3claws29
9241
9242         * ac/aspell.m4
9243                 Improved GNU/aspell checking. 
9244                 Fixed bug #614490
9245
9246 2002-09-27 [paul]       0.8.3claws28
9247
9248         * sync with 0.8.3cvs8
9249                 see ChangeLog 2002-09-27
9250
9251 2002-09-26 [colin]      0.8.3claws27
9252
9253         * src/toolbar.[ch]
9254           src/mainwindow.[ch]
9255                 Add "Reply to Mailing-list" to the toolbar
9256
9257 2002-09-26 [christoph]  0.8.3claws26
9258
9259         * src/summaryview.c
9260                 Fix wrong message counts in summaryview status
9261
9262 2002-09-26 [paul]       0.8.3claws25
9263
9264         * sync with 0.8.3cvs7
9265                 see ChangeLog 2002-09-26
9266
9267 2002-09-26 [paul]       0.8.3claws24
9268
9269         * sync with 0.8.3cvs6
9270                 see ChangeLog 2002-09-25
9271
9272 2002-09-25 [christoph]  0.8.3claws23
9273
9274         * src/prefs_common.c
9275         * src/prefs_folder_item.c
9276         * src/prefs_scoring.c
9277                 Renamed "kill score" to "hide score" in GUI
9278                 and prefs files
9279
9280 2002-09-25 [paul]       0.8.3claws22
9281
9282         * sync with 0.8.3cvs5
9283                 see ChangeLog 2002-09-24
9284
9285 2002-09-24 [alfons]     0.8.3claws21
9286
9287         patch by Satoshi Nagayasu: allows appending / saving multiple 
9288         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9289         'Save as ...'")
9290
9291         * AUTHORS
9292                 add Satoshi Nagayasu
9293         * src/summaryview.c
9294                 summary_save_as(): allow saving selected files to
9295                 one file
9296                 summary_set_menu_sensitive: enable "Save As..." when
9297                 multiple files are selected
9298         * src/utils.[ch]
9299                 append_file(): new function
9300
9301 2002-09-24 [colin]      0.8.3claws20
9302
9303         * src/procmime.c
9304                 Fix segfault when mimeinfo doesn't have a 
9305                 content_type. 
9306
9307 2002-09-24 [colin]      0.8.3claws19
9308
9309         * src/prefs_common.[ch]
9310                 Add a preference to display send dialog or not
9311         * src/send.c
9312                 Display send dialog according to preference
9313
9314 2002-09-24 [colin]      0.8.3claws18
9315
9316         * src/compose.[ch]
9317                 Disable user actions when sending
9318
9319 2002-09-24 [colin]      0.8.3claws17
9320
9321         * src/procmime.c
9322                 Do not display name or filename for attachments
9323                 with an application/pgp-signature type
9324                 (security flaw, see bug 537413)
9325
9326 2002-09-23 [colin]      0.8.3claws16
9327
9328         * src/editaddress.c
9329                 Initialize entry_email, entry_alias and 
9330                 entry_remarks to first email address of the list
9331
9332 2002-09-23 [colin]      0.83claws15
9333
9334         * src/compose.c
9335                 Drop pgp-signature when reediting a signed queued
9336                 message
9337
9338 2002-09-23 [melvin]     0.8.3claws14
9339
9340         * po/fr.po
9341                 Updated French translation
9342
9343 2002-09-23 [melvin]     0.8.3claws13
9344
9345         * src/mainwindow.c
9346                 Made custom toolbar menu labels more consistent
9347         * src/prefs_toolbar.c
9348                 Made custom toolbar window title more consistent
9349
9350 2002-09-22 [colin]      0.8.3claws12
9351
9352         * src/inc.c
9353                 Initialize session type to normal before getting 
9354                 mail (fixes strange Get behaviour)
9355         * src/prefs_account.h
9356                 Move STYPE_POP_BEFORE_SMTP to last position to 
9357                 avoid other side-effects
9358
9359 2002-09-22 [colin]      0.8.3claws11
9360
9361         * src/prefs_account.c
9362                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9363                 from pop3 to apop or vice-versa
9364
9365 2002-09-22 [colin]      0.8.3claws10
9366         
9367         * src/prefs_account.[ch]
9368                 Add an option for the POP before SMTP timeout
9369         * src/inc.c
9370                 Remember time of last POP connection
9371         * src/send.c
9372                 Do POP before SMTP only if timeout reached
9373
9374 2002-09-22 [oliver]     0.8.3claws9
9375         
9376         * README.claws
9377                 explain custom toolbar
9378
9379 2002-09-22 [oliver]     0.8.3claws8
9380
9381         * src/prefs_actions.[ch]
9382         custom toolbar for compose      
9383                 actions callback from compose toolbar
9384         * src/folderview.c
9385                 remove include toolbar.h
9386
9387 2002-09-22 [oliver]     0.8.3claws7
9388         
9389         * src/prefs_toolbar.[ch]
9390                 custom toolbar for compose
9391                 - generic prefs_toolbar handles both
9392                   Mainwin's toolbar as well as Compose toolbar          
9393
9394 2002-09-22 [oliver]     0.8.3claws6
9395         
9396         * src/toolbar.[ch]
9397                 custom toolbar for compose
9398                 restructure toolbar.[ch]
9399
9400 2002-09-22 [oliver]     0.8.3claws5
9401
9402         * src/compose.[ch]
9403                 custom toolbar for compose
9404
9405 2002-09-22 [oliver]     0.8.3claws4
9406         
9407         * src/mainwindow.[ch]
9408                 custom toolbar for compose 
9409                 move mainwin toolbar back to mainwindow
9410
9411 2002-09-22 [alfons]     0.8.3claws3
9412
9413         * src/procmsg.c
9414                 :%sno/if(/if (/gc
9415                 :%sno/for(/for (/gc
9416                 (beautify)
9417
9418 2002-09-22 [alfons]     0.8.3claws2
9419         
9420         * src/procmsg.c
9421                 procmsg_save_to_outbox(): don't unlink message file from queue;
9422                 callers should do it using folder_item_remove_msg()
9423
9424 2002-09-22 [colin]      0.8.3claws1
9425
9426         * src/mimeview.[ch]
9427                 Made mimeview_check_signature() public
9428         * src/textview.c
9429                 Made GPG signatures verifiable by clicking
9430                 the [application/pgp-signature] in the Text
9431                 view
9432
9433 2002-09-22 [paul]       0.8.3claws
9434
9435         * po/bg.po
9436           po/en_GB.po
9437           po/es.po
9438           po/it.po
9439           po/pl.po
9440           po/pt_BR.po
9441           po/sr.po
9442                 updated translations, submitted by George Danchev,
9443                 me, Ricardo Mones Lastra, Alessandro Maestri,
9444                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9445                 and Urke MMI, respectively.     
9446
9447 2002-09-22 [alfons]     0.8.2claws65
9448
9449         * src/procmsg.c
9450         * src/pgptext.c
9451                 no furry valgrinds have been used to plug these memleaks
9452
9453 2002-09-20 [paul]       0.8.2claws64
9454
9455         * sync with 0.8.3cvs4
9456                 'Select thread' re-implemented 
9457                 see ChangeLog 2002-09-20
9458
9459 2002-09-21 [alfons]     0.8.2claws63
9460
9461         * src/compose.c
9462                 compose_send(): plug unnoticed memleak
9463
9464 2002-09-20 [alfons]     0.8.2claws62
9465
9466         * src/addr_compl.c
9467                 replace_address_in_edit(): strict check for NULL address to
9468                 fix "[ 607348 ] Segfault in address completion". My guess is
9469                 that this happens with an empty address book, but it's good
9470                 to have this check here anyway
9471                 
9472                 completion_window_button_press(): free string returned 
9473                 from the internal cache
9474
9475 2002-09-20 [christoph]  0.8.2claws61
9476
9477         * src/procmime.h
9478                 added ENC_BINARY to EncodingType
9479         * src/procmime.c
9480                 the string returned by procmime_get_encoding_str
9481                 should not depend on the order of values in the
9482                 EncodingType definition
9483         * doc-src/rfc1806.txt   ** NEW FILE **
9484                 Added rfc1806 about MIME Content-Disposition
9485                 Extension
9486
9487 2002-09-19 [paul]       0.8.2claws60
9488
9489         * sync with 0.8.2cvs3
9490                 see ChangeLog 2002-09-19
9491
9492 2002-09-19 [paul]       0.8.2claws59
9493
9494         * src/prefs_folder_item.c
9495                 revert to Darko's original alignment of colour
9496                 selector button
9497                 add a colon to folder_color label
9498                 
9499         * src/compose.c
9500                 add Colin's patch (with Hiro's modifications) to 
9501                 force BASE64 encoding for 8-bit text when signing
9502                 (sync with 0.8.3cvs2)
9503
9504 2002-09-18 [alfons]     0.8.2claws58
9505
9506         * src/compose.c
9507                 :%sno/if(/if (/gc
9508                 :%sno/for(/for (/gc
9509                 (beautify a little bit)
9510
9511 2002-09-18 [christoph]  0.8.2claws57
9512
9513         * src/pine.c
9514                 fix handling of fgetc return value
9515
9516 2002-09-17 [alfons]     0.8.2claws56
9517         
9518         * src/summaryview.c
9519                 summary_sort(): check non-NULL summaryview->folder_item when no 
9520                 folder is selected at all
9521                 (closes "[ 610344 ] sort label make syl Crash")
9522
9523 2002-09-17 [alfons]     0.8.2claws55
9524         
9525         * src/compose.c
9526                 beautify a little bit
9527
9528 2002-09-17 [christoph]  0.8.2claws54
9529
9530         * src/folder.c
9531                 initialize max values for cache and folder
9532                 when cache or folder is empty
9533
9534 2002-09-15 [colin]      0.8.2claws53
9535
9536         * src/compose.c
9537                 Fix a leak (thanks Alfons!) and cleaned
9538                 variables names for custom headers
9539
9540 2002-09-15 [colin]      0.8.2claws52
9541
9542         * src/compose.c
9543                 Fix custom headers recognition when
9544                 prefs_common.trans_hdr is on
9545
9546 2002-09-15 [colin]      0.8.2claws51
9547
9548         * src/compose.c
9549                 Allow dynamically-added custom headers
9550                 Yet not reparsed if reedited
9551
9552 2002-09-15 [alfons]     0.8.2claws50
9553
9554         * src/prefs_account.c
9555                 fix warnings
9556
9557 2002-09-15 [colin]      0.8.2claws49
9558         
9559         * src/prefs_account.c
9560                 fix pop_before_smtp sensitivity
9561
9562 2002-09-15 [colin]      0.8.2claws48
9563
9564         * src/inc.[ch]
9565                 add inc_pop_before_smtp()
9566                 allow MainWindow to be undefined in 
9567                 inc_account_mail() and inc_start()
9568         * src/pop.c
9569           src/prefs_account.h
9570                 add STYPE_POP_BEFORE_SMTP session type
9571         * src/prefs_account.c
9572                 activated pop before smtp option
9573         * src/send.c
9574                 do pop before smtp if the relevant option 
9575                 is set
9576
9577 2002-09-15 [paul]       0.8.2claws47
9578
9579         * sync with 0.8.3
9580                 see ChangeLog 2002-09-15
9581
9582 2002-09-14 [paul]       0.8.2claws46
9583
9584         * po/bg.po
9585                 updated Bulgarian translation, submitted by
9586                 George Danchev
9587
9588 2002-09-13 [paul]       0.8.2claws45
9589
9590         * src/compose.c
9591                 merge claws' select_account() with main's
9592                 (new) compose_select_account(). [sync with
9593                 0.8.2cvs15, see ChangeLog 2002-09-11]
9594
9595 2002-09-12 [christoph]  0.8.2claws44
9596
9597         * src/filter.c
9598                 allocate 1 elements of FolderItem not 0
9599
9600 2002-09-12 [colin]      0.8.2claws43
9601
9602         * src/compose.c
9603                 Fix bug #590825 (obey Follow-up: poster)
9604
9605 2002-09-12 [colin]      0.8.2claws42
9606
9607         * src/procmime.c
9608                 Fix bug #557009 (wrong headers for messages 
9609                 forwarded as attachments)
9610
9611 2002-09-11 [colin]      0.8.2claws41
9612         
9613         * src/compose.c
9614                 Put SCF: pseudo-header on top of message
9615                 Set draft tmp_flag when saved as draft
9616
9617         * src/procmsg.c
9618           src/procheader.c
9619                 Skip after first \n\n for beginning of real message
9620                 for drafts too
9621
9622 2002-09-11 [christoph]  0.8.2claws40
9623
9624         * src/filtering.c
9625                 use procmsg flag functions in filtering or processing
9626                 will cause incorrect folder message counts
9627
9628 2002-09-11 [colin]      0.8.2claws39
9629
9630         * src/compose.c
9631                 Fix bug #550175 - wrong save folder when reediting
9632                 drafts
9633
9634 2002-09-11 [paul]       0.8.2claws38
9635
9636         * sync with 0.8.2cvs14
9637                 see ChangeLog 2002-09-11
9638
9639 2002-09-11 [colin]      0.8.2claws37
9640
9641         * src/folder.c
9642                 Fix a typo (seeming to cause new/unread status to
9643                 be lost)
9644
9645 2002-09-10 [christoph]  0.8.2claws36
9646
9647         * src/compose.c
9648                 compose_redirect should not use compose_generic_new
9649                 because that does more stuff than expected including
9650                 opening the external editor
9651                 (closes bug "[ 526608 ] bounced messages appear blank
9652                  in editor")
9653
9654 2002-09-10 [christoph]  0.8.2claws35
9655
9656         * src/folder.c
9657                 fix problem with too large message number range
9658                 causing a crash in folder_item_scan
9659
9660 2002-09-10 [paul]       0.8.2claws34
9661
9662         * sync with 0.8.2cvs13
9663                 see ChangeLog 2002-09-10
9664
9665 2002-09-10 [christoph]  0.8.2claws33
9666
9667         * src/msgcache.c
9668                 set MsgInfo TmpFlags for queue and draft folders
9669                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9670
9671 2002-09-10 [paul]       0.8.2claws32
9672
9673         * AUTHORS
9674           po/bg.po      ** NEW FILE **
9675                 new Bulgarian translation submitted by
9676                 George Danchev <danchev@spnet.net>
9677                 
9678         * tools/Makefile.am
9679           tools/README
9680           tools/tb2sylpheed     ** NEW FILE **
9681                 add script that converts an addressbook exported
9682                 from The Bat! into a Sylpheed addressbook. Submitted
9683                 by Urke MMI <urke-kg@eunet.yu>
9684
9685 2002-09-10 [paul]       0.8.2claws31
9686
9687         * sync with 0.8.2cvs12
9688                 see ChangeLog 2002-09-10
9689
9690 2002-09-06 [paul]       0.8.2claws30
9691
9692         * src/prefs_common.c
9693                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9694                 
9695         * tools/Makefile.am
9696           tools/README
9697           tools/ldif-to-xml.py  ** REMOVED **
9698                 remove obsolete python script
9699
9700 2002-09-06 [paul]       0.8.2claws29
9701
9702         * sync with 0.8.2cvs10
9703                 see ChangeLog 2002-09-06
9704
9705 2002-09-04 [paul]       0.8.2claws28
9706
9707         * sync with 0.8.2cvs9
9708                 see ChangeLog 2002-08-04
9709
9710 2002-09-04 [colin]      0.8.2claws27 
9711
9712         * src/prefs_common.[ch]
9713                 Added signature color configuration
9714         * src/textview.c
9715                 Use user-specified signature color
9716
9717 2002-09-03 [colin]      0.8.2claws26
9718
9719         * src/prefs_common.[ch]
9720                 Added autosave and autosave_length prefs
9721         * src/compose.c
9722                 Added compose_remove_draft()
9723                 Auto-save drafts according to the prefs
9724         * src/main.c
9725                 Added a crash-indicator file, allowing to check
9726                 for new messages on startup if Sylpheed crashed
9727                 (makes saved drafts "reappear")
9728
9729 2002-09-03 [colin]      0.8.2claws25
9730
9731         * src/textview.[ch]
9732                 Grey the signature
9733
9734 2002-09-03 [paul]       0.8.2claws24
9735
9736         * sync with 0.8.2cvs8
9737                 see ChangeLog 2002-09-02 and 2002-09-03
9738
9739 2002-09-03 [darko]      0.8.2claws23
9740
9741         * src/folderview.c
9742                 use normal style when creating new folder to pick
9743                 proper font size 
9744
9745 2002-09-02 [melvin]     0.8.2claws22
9746
9747         * src/gtkaspell.m4
9748                 removed some obsolete code
9749
9750 2002-09-02 [melvin]     0.8.2claws21
9751
9752         * ac/aspell.m4
9753                 fixed test's equality sign (== to =)
9754
9755 2002-09-02 [alfons]     0.8.2claws20
9756
9757         * src/folder.c
9758         * src/mh.c
9759                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9760                 as folder->destroy virtual as suggested by Hiro
9761                 (the mh.c code seems to have been lost around mh.c.1.21)
9762
9763 2002-09-02 [paul]       0.8.2claws19
9764
9765         * po/pt_BR.po
9766                 updated by Fabio Jr. Beneditto
9767                 
9768         * src/defs.h
9769                 use 'http://claws.sylpheed.org' for homepage link. 
9770                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9771
9772 2002-09-01 [alfons]     0.8.2claws18
9773
9774         * src/mh.c
9775                 plug memleak related to one Martin Kluge found
9776
9777 2002-08-31 [paul]       0.8.2claws17
9778
9779         * sync with 0.8.2cvs6
9780                 see ChangeLog 2002-08-30
9781
9782 2002-08-31 [alfons]     0.8.2claws16
9783
9784         * src/folder.c
9785                 folder_destroy(): remove mailbox from folderlist even if it has
9786                 no destroy virtual
9787
9788 2002-08-31 [alfons]     0.8.2claws15
9789
9790         * src/folder.c
9791                 :%sno/if(/if (/gc
9792                 :%sno/for(/for (/gc
9793                 (being pedantic I know)
9794
9795 2002-08-31 [alfons]     0.8.2claws14
9796
9797         * src/folder.c
9798                 check for NULL pointers returned from folder->fetch_msginfo virtual
9799                 (should solve some reported crashes)
9800
9801 2002-08-30 [alfons]     0.8.2claws13
9802
9803         * acconfig.h
9804         * configure.in
9805         * src/crash.c
9806                 enable crash dialog on compilation time
9807                 (--enable-crash-dialog configure option)
9808
9809 2002-08-30 [alfons]     0.8.2claws12
9810
9811         * AUTHORS
9812                 add Martin Kluge
9813         * src/mh.c
9814                 apply memory leak plug patch by Martin Kluge
9815                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9816                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9817                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9818
9819 2002-08-30 [darko]      0.8.2claws11
9820
9821         * src/folderview.c
9822                 copy Gtk style from normal style to match
9823                 font size for coloured folders
9824
9825 2002-08-29 [alfons]     0.8.2claws10
9826
9827         * sylpheed.desktop
9828                 Type=Internet <- Type=Application
9829                 (reported by Michael Schwendt, see:
9830                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9831                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9832
9833 2002-08-29 [paul]       0.8.2claws9
9834
9835         * sync with 0.8.2cvs5
9836                 see ChangeLog 2002-08-29
9837
9838 2002-08-29 [colin]      0.8.2claws8
9839
9840         * src/summaryview.c
9841                 Added a sanity check in summary_select_thread
9842                 Should fix bug 601605
9843
9844 2002-08-29 [colin]      0.8.2claws7
9845
9846         * src/main.c
9847                 Revert claws6 changes regarding bug #591676
9848
9849 2002-08-28 [colin]      0.8.2claws6
9850         
9851         * src/main.c
9852                 Ignore cache for queue folderitems
9853                 Fix bug #591676
9854
9855 2002-08-28 [melvin]     0.8.2claws5
9856
9857         * README.claws
9858                 Fixed typos.
9859
9860 2002-08-28 [melvin]     0.8.2claws4
9861
9862         * README.claws
9863                 Updated a bit the text concerning the spell checker
9864
9865 2002-08-28 [melvin]     0.8.2claws3
9866
9867         Merged the GNU_aspell_branch:
9868                 Support of new GNU/aspell is now included and the old pspell
9869                 is not supported anymore.
9870                 See README.claws
9871
9872         * README.claws
9873                 Updated spell checker text to reflect the switch to GNU/aspell
9874
9875         * ac/aspell.m4          *** NEW ***
9876         * src/gtkaspell.[ch]    *** NEW *** 
9877         * ac/pspell.m4          *** DELETED *** 
9878         * src/gtkspell.[ch]     *** DELETED ***
9879
9880         * ac/Makefile.am
9881                 Updated for GNU/aspell support
9882
9883         * po/POTFILES.in
9884                 Replaced gtkspell.c by gtkaspell.c
9885
9886         * acconfig.h
9887         * src/Makefile.am
9888         * src/about.c
9889         * src/compose.[ch]
9890         * src/crash.c
9891         * src/main.c
9892         * src/prefs_common.[ch]
9893                 Updated for GNU/aspell support
9894
9895 2002-08-28 [paul]       0.8.2claws2
9896
9897         * sync with 0.8.2cvs4
9898                 see ChangeLog 2002-08-27 and 2002-08-28
9899
9900 2002-08-28 [colin]      0.8.2claws1
9901
9902         * src/summary_search.c
9903                 Added "AND search"
9904
9905 2002-08-28 [jens]       0.8.2claws
9906
9907         *po/de.po
9908                 Updated German translations
9909
9910 2002-08-27 [melvin]     0.8.2claws
9911
9912         * po/fr.po
9913                 Updated French translations
9914
9915 2002-08-27 [paul]       0.8.2claws
9916
9917         * sync with 0.8.2 main release
9918
9919         * po/en_GB.po
9920           po/es.po
9921           po/it.po
9922           po/pl.po
9923           po/pt_BR.po
9924           po/sr.po
9925                 updated message catalogs submitted by
9926                 Ricardo Mones Lastra, Alessandro Maestri,
9927                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9928                 Beneditto and Urke MMI  
9929
9930 2002-08-27 [hoa]        0.8.1claws123
9931
9932         * src/mainwindow.[ch]
9933         * src/summaryview.[ch]
9934                 removed the "filter setting" menu option.
9935                 add a "cancel a news message" menu option.
9936
9937 2002-08-26 [martin]     0.8.1claws122
9938
9939         * ChangeLog.claws
9940                 changed string under 0.8.1claws79 changed by myself
9941                 i'm sorry alfons :(
9942
9943 2002-08-26 [martin]     0.8.1claws121
9944
9945         * src/crash.c
9946                 added kill command to debuggerrc to start crash dialog
9947
9948 2002-08-26 [paul]       0.8.1claws120
9949
9950         * sync with 0.8.1cvs31
9951                 see ChangeLog 2002-08-26
9952
9953 2002-08-25 [alfons]     0.8.1claws119
9954
9955         * src/procmsg.c
9956                 fix bug that didn't send out correct headers to news server
9957                 when sending news article and email from queue (bug reported
9958                 and patch provided by Tim Mann; closes bug 
9959                 "[ 583196 ] 0.7.8claws can't post news")
9960
9961 2002-08-25 [alfons]     0.8.1claws118
9962
9963         * src/selective_download.c
9964                 mark two strings as translatable
9965                 (thanks to Urke MMI for pointing this out)
9966
9967 2002-08-25 [alfons]     0.8.1claws117
9968
9969         * src/summaryview.c
9970                 treat sent boxes as special and allow sorting them by addressee
9971                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9972                 submitted by Steve Lamb)
9973
9974 2002-08-24 [alfons]     0.8.1claws116
9975
9976         * src/matcher.c
9977                 fix memleak reported by Martin Kluge
9978                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9979
9980 2002-08-24 [oliver]     0.8.1claws115
9981
9982         * src/prefs_toolbar.c
9983                 o code cleanup as suggested by Alfons
9984                 o memleak fix
9985
9986 2002-08-24 [alfons]     0.8.1claws114
9987
9988         * src/summaryview.c
9989                 o fix another memory leak reported by Martin Kluge
9990                   (see "[ 599568 ] Small Memory Leak")
9991                 o remove 'from' variable from 'summary_set_header()'; we can
9992                   do with just 'to' 
9993
9994 2002-08-24 [paul]       0.8.1claws113
9995
9996         * sync with 0.8.1cvs30
9997                 see ChangeLog 2002-08-23
9998
9999 2002-08-24 [alfons]     0.8.1claws112
10000
10001         * src/summaryview.c
10002                 remove unnecessary allocations for search bar fixing leaks
10003                 reported by Martin Kluge
10004                 (see "[ 599451 ] Further memory leaks?")
10005
10006 2002-08-24 [alfons]     0.8.1claws111
10007
10008         * src/main.c
10009                 make get_socket_name() public for crash.c
10010         * src/crash.c
10011                 o make report bug button work (goes to claws' 
10012                   bug tracker at sf.net)
10013                 o introduce function for doing important stuff just
10014                   before claws goes down
10015                 o clean up code 
10016
10017 2002-08-24 [alfons]     0.8.1claws110
10018
10019         * src/compose.c
10020                 move cursor to "To" entry when forwarding as attachment
10021                 (reported and solved by Steve Lamb, closes bug report
10022                 "[ 592880 ] Forward as attachment; cursor not in to")
10023
10024 2002-08-24 [colin]      0.8.1claws109
10025
10026         * src/mainwindow.c
10027                 fix quick search visibility after GUI (de)separations.
10028
10029 2002-08-23 [colin]      0.8.1claws108
10030
10031         * src/mainwindow.c
10032                 fix header pane visibility after folderview or
10033                 messageview (de)separation
10034
10035 2002-08-23 [paul]       0.8.1claws107
10036
10037         * src/mainwindow.[ch]
10038           src/toolbar.c
10039                 give full control of display or non-display 
10040                 of the Execute icon to Custom toolbar settings.
10041                 add new sensitivity condition to maninwindow.h: 
10042                 M_DELAY_EXEC
10043
10044         * ChangeLog
10045           ChangeLog.jp
10046           NEWS
10047                 more sync with 0.8.1cvs29
10048
10049 2002-08-23 [melvin]     0.8.1claws106
10050
10051         * src/alertpanel.c
10052                 Readded support for custom widget in alertpanel lost in last
10053                 sync.
10054
10055 2002-08-23 [paul]       0.8.1claws105
10056
10057         * sync with 0.8.1cvs29
10058                 see ChangeLog 2002-08-23
10059
10060 2002-08-23 [colin]      0.8.1claws104
10061
10062         * src/summaryview.c
10063                 Fix folder and search pixmaps exchanging positions
10064                 after theme or toolbar changes. Thank to Oliver for 
10065                 reporting this.
10066
10067 2002-08-23 [colin]      0.8.1claws103
10068
10069         * src/mainwindow.c
10070           src/messageview.[ch]
10071           src/noticeview.[ch]
10072           src/summaryview.c
10073                 Changed messageview_create() and noticeview_create()
10074                 to avoid the last gdk_warning
10075
10076 2002-08-22 [colin]      0.8.1claws102
10077
10078         * src/summaryview.c
10079                 Fix my new `Creating pixmap from xpm' warning
10080
10081 2002-08-22 [colin]      0.8.1claws101
10082
10083         * src/mainwindow.c
10084                 Fix some of the gdk warnings
10085
10086 2002-08-22 [colin]      0.8.1claws100
10087
10088         * src/Makefile.am
10089         * src/stock_pixmap.c
10090         * src/stock_pixmap.h
10091         * src/pixmaps/quicksearch.xpm *ADDED*
10092                 Add the quicksearch pixmap
10093         * src/mainwindow.c
10094         * src/summaryview.c
10095         * src/summaryview.h
10096                 Make quicksearch bar visible/hidden via a button
10097
10098 2002-08-22 [christoph]  0.8.1claws99
10099
10100         * src/folder.c
10101                 fix folder update for newsgroups with message
10102                 numbers below minimum number of articles to fetch
10103                 (closes bug #598445)
10104
10105 2002-08-22 [paul]       0.8.1claws98
10106
10107         * sync with 0.8.1cvs28
10108                 see ChangeLog 2002-08-22
10109
10110 2002-08-21 [alfons]     0.8.1claws97
10111
10112         * src/crash.c
10113                 use bt instead of bt full which seems to work 
10114                 better, and bt full doesn't give a great deal 
10115                 of information anyway
10116
10117 2002-08-21 [colin]      0.8.1claws96
10118
10119         * src/summaryview.c
10120                 fix summaryview_searchtype_changed prototype
10121
10122 2002-08-21 [christoph]  0.8.1claws95
10123
10124         * src/mainwindow.c
10125                 o fix broken menu update for sorting type, we have to
10126                   get this info from the summaryview now
10127                 o removed setting of threaded state in menu callback
10128         * src/summaryview.[ch]
10129                 more summaryview/folderitem seperation for
10130                 threading option
10131         * configure.in
10132                 removed not required --with-compiler-flags option
10133
10134 2002-08-21 [oliver]     0.8.1claws94
10135         
10136         * src/toolbar.h 
10137                 o rename toolbar.xml to toolbar_main.xml
10138                   since toolbar_compose.xml might come up 
10139                   any time soon
10140         * README.claws
10141                 add custom toolbar              
10142
10143 2002-08-21 [darko]      0.8.1claws93
10144
10145         * src/procmsg.c
10146                 don't reset tmp flags for messages copied
10147                 to sent folder
10148
10149 2002-08-21 [colin]      0.8.1claws92
10150         
10151         * src/prefs_filtering.c
10152                 fix renaming rules on folder rename 
10153                 when folder is not a leaf folder
10154
10155 2002-08-21 [paul]       0.8.1claws91
10156
10157         * src/prefs_folder_item.c
10158                 fix alignment of colour selector
10159
10160 2002-08-21 [paul]       0.8.1claws90
10161
10162         * sync with 0.8.1cvs27
10163                 see ChangeLog 2002-08-21
10164
10165 2002-08-21 [paul]       0.8.1claws89
10166
10167         * src/summaryview.c
10168                 fix crash when changing field type in
10169                 Quick search bar
10170
10171 2002-08-21 [colin]      0.8.1claws88
10172
10173         * src/summaryview.c
10174                 Made quick search case-insensitive
10175
10176 2002-08-21 [paul]       0.8.1claws87
10177
10178         * sync with 0.8.1cvs26
10179                 see ChangeLog 2002-08-21
10180
10181 2002-08-20 [christoph]  0.8.1claws86
10182
10183         * src/folderview.c
10184         * src/main.c
10185         * src/summaryview.[ch]
10186                 more summaryview/folderitem seperation for
10187                 sort_key and sort_type
10188         * src/procmsg.c
10189                 added missing return statement
10190
10191 2002-08-20 [colin]      0.8.1claws85
10192
10193         * src/summaryview.[ch]
10194                 Added a quick search box
10195         * src/mainwindow.c
10196         * src/prefs_common.[ch]
10197                 Added a show/hide option for the quick search
10198
10199 2002-08-20 [oliver]     0.8.1claws84
10200         
10201         * src/mainwindow.c
10202                 remove toolbar_create_popups
10203         * src/toolbar.[ch]
10204                 o remove toolbar_create_popups
10205                 o fix toolbar_set_sensitive 
10206                   (Bug reports #596834 and #596832)     
10207         * src/prefs_toolbar.c
10208                 o add "Set default" button
10209                 o align label and text + combo widgets
10210
10211 2002-08-20 [hoa]        0.8.1claws83bis
10212
10213         * src/imap.c
10214                 fixed a bug in imap_fetch_msginfo() in case there is no
10215                 current folder.
10216
10217 2002-08-20 [darko]      0.8.1claws83
10218
10219         * src/folderview.c
10220                 copy the color style of folder view so it
10221                 works with GTK themes
10222
10223 2002-08-20 [darko]      0.8.1claws82
10224
10225         * src/folder.h
10226         * src/folderview.c
10227         * src/prefs_folder_item.[hc]
10228                 don't use UI stuff in folder.h
10229
10230 2002-08-20 [darko]      0.8.1claws81
10231
10232         * src/folder.h
10233         * src/prefs_folder_item.h
10234         * src/folderview.c
10235         * src/prefs_folder_item.c
10236                 ability to set folder color in folderview
10237
10238 2002-08-19 [alfons]     0.8.1claws80
10239
10240         * src/summaryview.c
10241                 fix one of the earlier memleaks reported by Martin Kluge
10242
10243 2002-08-19 [alfons]     0.8.1claws79
10244
10245         * src/mainwindow.c
10246                 hide notice view when selecting seperate folder
10247                 view (reported by Urke MMI)
10248
10249 2002-08-19 [christoph]  0.8.1claws78
10250
10251         * src/folderview.c
10252         * src/prefs_folder_item.h
10253         * src/summaryview.[ch]
10254                 o add summary_set_prefs_from_folderitem to set
10255                   summaryview prefs (first step to remove all
10256                   references to the folderitem in summaryview)
10257                 o moved compiled regex stuff from folderitem prefs
10258                   to summaryview code
10259
10260 2002-08-19 [paul]       0.8.1claws77
10261
10262         * src/compose.c
10263                 add check for '.' to QUOTE_IF_REQUIRED
10264
10265 2002-08-19 [paul]       0.8.1claws76
10266
10267         * src/inc.c
10268                 sync with 0.8.1cvs25 (plug memory leak)
10269
10270         * src/prefs_toolbar.c
10271                 re-order prefs_toolbar_cancel()
10272
10273 2002-08-18 [alfons]     0.8.1claws75
10274
10275         * src/inc.c
10276         * src/matcher.c
10277                 plug other memleaks reported by Martin Kluge
10278
10279 2002-08-18 [paul]       0.8.1claws74
10280
10281         * po/pt_BR.po
10282                 updated by Fabio Jr. Beneditto
10283
10284 2002-08-18 [paul]       0.8.1claws73
10285
10286         * src/toolbar.[ch]
10287                 fix bug where tooltips were displayed untranslated              
10288
10289         * src/prefs_toolbar.c
10290                 fix bug where clicking 'Cancel' creates an icon & text
10291                 toolbar regardless of prefs
10292         
10293
10294 2002-08-17 [oliver]     0.8.1claws72
10295
10296         * src/prefs_toolbar.c
10297                 update toolbar on CANCEL
10298                 bug reported by Martin Kluge
10299         * src/toolbar.c
10300                 toolbar_destroy memleak fixed           
10301
10302 2002-08-17 [alfons]     0.8.1claws71
10303
10304         * src/toolbar.c
10305                 plug another memleak reported by Martin Kluge
10306
10307 2002-08-16 [alfons]     0.8.1claws70
10308
10309         * src/crash.c
10310                 use execvp() correctly (suggested by wwp; thanks!)
10311
10312 2002-08-16 [alfons]     0.8.1claws69
10313
10314         * src/gtksctree.c
10315                 plug memory leak reported by Kim Schultz & Martin Kluge
10316
10317 2002-08-16 [paul]       0.8.1claws68
10318
10319         * po/es.po
10320                 updated by Ricardo Mones Lastra
10321
10322 2002-08-16 [paul]       0.8.1claws67
10323
10324         * src/toolbar.h
10325                 fix bug where 'Compose News' icon showed wrong
10326                 tooltip
10327
10328 2002-08-16 [paul]       0.8.1claws66
10329
10330         * sync with 0.8.1cvs24
10331                 see ChangeLog 2002-08-16
10332
10333         * po/it.po
10334                 updated by Alessandro Maestri
10335
10336 2002-08-15 [paul]       0.8.1claws65
10337
10338         * po/sr.po
10339                 updated by Urke MMI
10340
10341 2002-08-15 [paul]       0.8.1claws64
10342
10343         * src/*.c
10344                 don't translate debug info
10345
10346         * src/matcher.[ch]
10347                 add copyright info
10348
10349 2002-08-15 [paul]       0.8.1claws63
10350
10351         * src/prefs_toolbar.c
10352                 fix bug where clicking 'OK' creates an icon & text
10353                 toolbar regardless of prefs
10354
10355 2002-08-14 [alfons]     0.8.1claws62
10356
10357         * src/main.c
10358                 add global var that has the full argv[0]
10359         * src/crash.c
10360                 o execvp the correct sylpheed by using argv0
10361                   and setting the correct work dir
10362                 o other tweaks  
10363
10364 2002-08-14 [oliver]     0.8.1claws61
10365         
10366         * enable/disable Toolbar Action Buttons 
10367         * code cleanups
10368         * src/mainwindow.c
10369         * src/toolbar.[ch]      
10370         * src/prefs_toolbar.c   
10371
10372 2002-08-14 [melvin]     0.8.1claws60
10373
10374         * po/fr.po
10375                 Updated French translations
10376
10377 2002-08-14 [melvin]     0.8.1claws59
10378
10379         * src/crash.c
10380                 Made bug report not translatable
10381         * src/exporthtml.c
10382                 Fixed exporthtml_build_filespec() return value
10383         * src/foldersel.c
10384                 Fixed incorrect include file
10385         * src/gtkspell.c
10386         * src/prefs_actions.c
10387         * src/prefs_toolbar.c
10388                 Made debug info not translatable
10389         * src/mutt.c
10390         * src/quote_fmt.c
10391                 Added missing includes
10392         * src/prefs_common.c
10393                 Fixed typo
10394
10395 2002-08-14 [paul]       0.8.1claws58
10396
10397         * faq/es/sylpheed-faq.html
10398           faq/es/sylpheed-faq-[1-3].html
10399           faq/es/sylpheed-faq-4.html     **NEW FILE **
10400                 update Spanish FAQ
10401
10402 2002-08-13 [christoph]  0.8.1claws57
10403
10404         * src/procmsg.c
10405                 ignore thread fix that did not mark all
10406                 child nodes of a ignored thread as
10407                 ignored. Does not work perfectly yet,
10408                 but it is better now
10409
10410 2002-08-13 [alfons]     0.8.1claws56
10411
10412         * src/crash.c
10413                 o implement 'save crash log'
10414                 o some tweaks
10415
10416 2002-08-13 [melvin]     0.8.1claws55
10417
10418         * src/main.c
10419                 removed unrequired "execinfo.h" header
10420
10421 2002-08-12 [paul]       0.8.1claws54
10422
10423         * faq/en/sylpheed-faq.html
10424           faq/en/sylpheed-faq-[1-3].html
10425           faq/en/sylpheed-faq-4.html     **NEW FILE **
10426                 update English FAQ
10427
10428 2002-08-12 [alfons]     0.8.1claws53
10429
10430         * po/POTFILES.in
10431                 add crash.c to translatables
10432         * src/crash.c
10433                 bring in Leandro's crash dialog
10434
10435 2002-08-11 [alfons]     0.8.1claws52
10436
10437         * src/crash.c
10438                 clean up some warnings
10439
10440 2002-08-11 [alfons]     0.8.1claws51
10441
10442         * acconfig.h
10443         * configure.in
10444         * src/crash.[ch]        ** NEW FILES **
10445         * src/main.c            
10446                 initial gdb crash handler
10447
10448 2002-08-11 [paul]       0.8.1claws50
10449
10450         * src/prefs_toolbar.c
10451                 replace Up/Down arrow pixmaps with text to be
10452                 consistent across icon themes
10453
10454 2002-08-11 [paul]       0.8.1claws49
10455
10456         * src/prefs_common.c
10457           src/prefs_toolbar.c
10458                 rename 'Pixmap' -> 'Icon'
10459
10460         * src/toolbar.[ch]
10461                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10462
10463 2002-08-10 [paul]       0.8.1claws48
10464
10465         * src/prefs_toolbar.c
10466                 re-work the UI
10467
10468 2002-08-10 [paul]       0.8.1claws47
10469
10470         * src/main.c
10471                 don't write Processing progress to status bar
10472                 patch submitted by Alexander Evseev
10473
10474         * src/prefs_toolbar.c
10475                 re-position and resize window
10476                 make window assume correct size on first call
10477
10478 2002-08-10 [paul]       0.8.1claws46
10479
10480         * src/mainwindow.c
10481           src/prefs_toolbar.c
10482           src/toolbar.c
10483           src/toolbar.h
10484                 obey coding style
10485                 follow UI text conventions
10486
10487 2002-08-10 [alfons]     0.8.1claws45
10488
10489         * src/toolbar.c
10490                 correct pixmap for delete action
10491
10492 2002-08-10 [paul]       0.8.1claws44
10493
10494         * po/pt_BR.po
10495                 updated by Fabio Jr. Beneditto
10496
10497 2002-08-10 [paul]       0.8.1claws43
10498
10499         * po/POTFILES.in
10500                 add custom toolbar files
10501
10502 2002-08-10 [paul]       0.8.1claws42
10503
10504         * sync with 0.8.1cvs22
10505                 see ChangeLog 2002-08-09
10506
10507 2002-08-09 [paul]       0.8.1claws41
10508
10509         * tools/Makefile.am
10510           tools/README
10511           tools/outlook2sylpheed.pl     ** NEW FILE **
10512                 add script to convert exported Outlook
10513                 contacts list to a Sylpheed addressbook.
10514                 Submitted by Ricardo Mones Lastra.
10515
10516 2002-08-09 [paul]       0.8.1claws40
10517
10518         * AUTHORS
10519           configure.in
10520           po/sr.po      ** NEW FILE **
10521                 add Serbian message catalog. Submitted by
10522                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10523
10524 2002-08-09 [paul]       0.8.1claws39
10525
10526         * sync with 0.8.1cvs21
10527                 see ChangeLog 2002-08-08
10528
10529 2002-08-08 [oliver]     0.8.1claws38
10530
10531         * src/mainwindow.c
10532                 move Custom Toolbar to Configuration menu
10533
10534 2002-08-08 [oliver]     0.8.1claws37
10535
10536         * src/prefs_toolbar.c
10537                 fix substitute pixmap bug
10538
10539 2002-08-08 [paul]       0.8.1claws36
10540
10541         * sync with 0.8.1cvs19
10542                 see ChangeLog 2002-08-08
10543
10544 2002-08-07 [christoph]  0.8.1claws35
10545
10546         * src/utils.c
10547                 fixed a memory leak in new canonicalize_file_replace
10548
10549 2002-08-07 [christoph]  0.8.1claws34
10550
10551         * src/utils.[ch]
10552                 o canonicalize_file_replace should create the temporary
10553                   file in the same directory as the original file.
10554                 o added get_tmpfile_in_dir that creates a temorary file
10555                   in a specified directory.
10556
10557 2002-08-07 [melvin]     0.8.1claws33
10558
10559         * src/toolbar.c
10560                 fixed bug where 'Article' button acted as 'Email' button.
10561
10562 2002-08-07 [paul]       0.8.1claws32
10563
10564         * sync with 0.8.1.cvs17
10565                 see ChangeLog 2002-08-07
10566
10567 2002-08-07 [colin]      0.8.1claws31
10568         
10569         * src/news.c
10570                 fix mass-cancel problem
10571
10572 2002-08-07 [thorsten]   0.8.1claws30
10573
10574         * src/prefs_toolbar.c
10575                 fix: crash on replace or add new button
10576         * src/toolbar.c
10577                 fix: close xmlfile after reading
10578         * src/utils.c
10579                 fix: unlink() file before rename()
10580
10581 2002-08-06 [paul]       0.8.1claws29
10582
10583         * sync with 0.8.cvs15
10584                 see ChangeLog 2002-08-06
10585
10586 2002-08-06 [oliver]     0.8.1claws28
10587
10588         * src/toolbar.c
10589         * src/prefs_toolbar.c
10590                 fixed empty toolbar issue
10591
10592 2002-08-06 [oliver]     0.8.1claws27
10593
10594         * Custom Toolbar Final 
10595         * src/folderview.c
10596         * src/inc.c
10597         * src/summaryview.c
10598                 o toolbar stuff now lives in src/toolbar.[ch]
10599                 o main_window_toolbar_* functions are renamed to
10600                   toolbar_* reflecting their new source file
10601         * src/mainwindow.[ch]
10602                 o remove toolbar stuff  
10603
10604 2002-08-06 [oliver]     0.8.1claws26
10605         
10606         * src/Makefile.am
10607         * src/prefs_toolbar.[ch]        **New File**
10608         * src/toolbar.[ch]              **New File**
10609                 o prefs_toolbar.[ch] custom toolbar frontend
10610                 o toolbar.[ch]       backend 
10611
10612 2002-08-06 [oliver]     0.8.1claws25
10613
10614         * src/prefs_actions.[ch]
10615                 o new exported function actions_execute
10616
10617 2002-08-06 [paul]       0.8.1claws24
10618
10619         * sync with 0.8.1cvs4
10620                 see ChangeLog 2002-08-06
10621
10622 2002-08-06 [paul]       0.8.1claws23
10623
10624         * sync with 0.8.1cvs13
10625                 see ChangeLog 2002-08-06
10626
10627 2002-08-06 [paul]       0.8.1claws22
10628
10629         * sync with 0.8.1cvs12
10630                 see ChangeLog 2002-08-05 and 2002-08-06
10631
10632 2002-08-06 [match]      0.8.1claws21
10633
10634         * src/addrclip.c
10635                 improvements to cut/copy/paste address
10636
10637 2002-08-05 [match]      0.8.1claws20
10638
10639         * src/addritem.[ch]
10640         * src/addrcache.c
10641         * src/addrbook.c
10642         * src/editaddress.c
10643         * src/addressbook.c
10644                 fixes to improve cut/copy/paste
10645
10646 2002-08-06 [melvin]     0.8.1claws19
10647
10648         * src/account.[ch]
10649                 account_find_all_from_address(): new function that returns the
10650                 list of all accounts that are matched in an address.
10651         * src/alertpanel.[ch]
10652                 alertpanel() now accepts a custom widget
10653                 alertpanel_with_widget(): new function that pops up a panel with
10654                 a custom widget in it 
10655         * src/gtkutils.[ch]
10656                 gtkut_account_menu_new(): new function that allows the selection
10657                 of an account from a list of accounts.
10658         * src/messageview.c
10659                 Extended Return Receipt notification to select the correct 
10660                 account and to make a security test on the Delivery-Notification
10661                 address which should be the same as the Return-Path.
10662
10663 2002-08-06 [thorsten]   0.8.1claws18
10664
10665         * src/mimeview.c
10666                 attach_all: save unnamed as "noname.%d",
10667                 dont free static dirname
10668
10669 2002-08-05 [alfons]     0.8.1claws17
10670
10671         * configure.in
10672                 detect XIM by trying to link rather than compile a XIM program
10673
10674 2002-08-05 [oliver]     0.8.1claws16
10675                 
10676         * src/stock_pixmap.[ch]
10677                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10678                 o new func to retrieve pixmaps
10679
10680 2002-08-05 [paul]       0.8.1claws15
10681
10682         * sync with 0.8.1cvs10
10683                 see ChangeLog 2002-08-05
10684
10685 2002-08-04 [alfons]     0.8.1claws14
10686
10687         * src/textview.c
10688                 see if this plugs memleak
10689
10690 2002-08-04 [melvin]     0.8.1claws13
10691
10692         * src/gtkspell.c
10693                 fixed bug that could crash Sylpheed when highlighting
10694                 all misspelled words.
10695
10696 2002-08-03 [melvin]     0.8.1claws12
10697
10698         * src/prefs_actions.c
10699                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10700         * src/messageview.c
10701                 fixed bug where the Return Receipt was sent to
10702                 Delivery-Notification-To address even if it was not present
10703
10704 2002-08-02 [alfons]     0.8.1claws11
10705
10706         * src/prefs_actions.c
10707                 o more check for NULLs
10708                 o put create_io_dialog() in right conditional block
10709
10710 2002-08-02 [paul]       0.8.1claws10
10711
10712         * po/es.po
10713                 updated by Ricardo Mones Lastra
10714
10715 2002-08-01 [christoph]  0.8.1claws9
10716
10717         * src/folder.c
10718                 don't free the cache of the opened
10719                 folder in the summaryview
10720         * src/summaryview.c
10721                 don't unset flags, if it is not required
10722
10723 2002-08-01 [paul]       0.8.1claws8
10724
10725         * sync with 0.8.1cvs8
10726                 see ChangeLog entry 2002-08-01
10727
10728 2002-08-01 [paul]       0.8.1claws7
10729
10730         * sync with 0.8.1cvs7
10731                 see ChangeLog 2002-07-31 and 2002-08-01
10732
10733 2002-07-31 [christoph]  0.8.1claws6
10734
10735         * src/mainwindow.c
10736                 forgot to update menu sensitivity
10737                 function for new menu entry
10738
10739 2002-07-31 [alfons]     0.8.1claws5
10740
10741         * src/main.c
10742                 check folder item and its path for NULL on
10743                 initial processing
10744
10745 2002-07-31 [christoph]  0.8.1claws4
10746
10747         * src/folder.c
10748                 check if folder_item_get_msginfo in
10749                 folder_item_remove_msg returned NULL
10750         * src/imap.c
10751                 better clear the uid cache in the
10752                 uid validity check function and delete
10753                 cached messages
10754
10755 2002-07-31 [paul]       0.8.1claws3
10756
10757         * man/sylpheed.1
10758                 add the '--attach' option and a few other
10759                 minor changes
10760
10761 2002-07-31 [paul]       0.8.1claws2
10762
10763         * sync with 0.8.1cvs5
10764                 see ChangeLog 2002-07-31
10765
10766 2002-07-31 [christoph]  0.8.1claws1
10767
10768         * src/folderview.[ch]
10769         * src/mainwindow.c
10770                 replace "Rescan all folders..." with
10771                 "Check all folders for new messages..."
10772
10773 2002-07-30 [paul]       0.8.1claws
10774
10775         * version 0.8.1claws released
10776
10777 2002-07-30 [paul]       0.8.0claws29
10778
10779         * tools/OOo2sylpheed.pl ** NEW FILE **
10780           tools/README
10781                 add script to enable sending documents as
10782                 attachments from OpenOffice.org
10783
10784 2002-07-30 [melvin]     0.8.0claws28
10785
10786         * src/prefs_actions.c
10787                 Made the actions' input/output dialog display
10788                 without delay.
10789
10790 2002-07-30 [christoph]  0.8.0claws27
10791
10792         * src/procmsg.c
10793                 check if folder_item_get_msginfo in
10794                 procmsg_save_to_outbox returned NULL
10795
10796 2002-07-30 [paul]       0.8.0claws26
10797
10798         * sync with 0.8.1cvs4
10799                 see ChangeLog 2002-07-29
10800
10801 2002-07-29 [thorsten]   0.8.0claws25
10802
10803         * README.claws
10804                 added selective download, delete on server
10805
10806 2002-07-29 [paul]       0.8.0claws24
10807
10808         * sync with 0.8.1cvs3
10809                 see ChangeLog 2002-07-29
10810
10811 2002-07-27 [christoph]  0.8.0claws23
10812
10813         * src/folder.c
10814                 add extra check if fetching the msginfo
10815                 returned NULL
10816
10817 2002-07-27 [paul]       0.8.0claws22
10818
10819         * sync with 0.8.1cvs2
10820                 see ChangeLog 2002-07-26
10821
10822 2002-07-27 [christoph]  0.8.0claws21
10823
10824         * src/imap.c
10825                 add another check if a valid msginfo
10826                 was returned
10827
10828 2002-07-26 [hoa]        0.8.0claws20
10829
10830         * src/folder.c
10831                 Fixed a condition in folder_item_destroy()
10832
10833         * src/imap.c
10834                 Fixed an error in IMAP protocol
10835
10836 2002-07-26 [alfons]     0.8.0claws19
10837
10838         * src/folder.c
10839                 ofcourse compare with identifier, not the path
10840
10841 2002-07-26 [alfons]     0.8.0claws18
10842
10843         * src/folder.c
10844                 use folder item identifier for saving / restoring
10845                 preferences because folder->path might not be unique
10846
10847 2002-07-26 [melvin]     0.8.0claws17
10848
10849         * src/logwindow.c
10850                 Fixed a crash introduced in 0.8.0claws5 when log is 
10851                 cut under 80 characters.
10852
10853 2002-07-26 [paul]       0.8.0claws16
10854
10855         * sync with 0.8.1cvs1
10856                 see ChangeLog 2002-07-26
10857
10858 2002-07-26 [christoph]  0.8.0claws15
10859
10860         * src/imap.[ch]
10861                 imap folder now remembers the last selected
10862                 folder and imap_fetch_msginfo skips selecting
10863                 the folder if it is already selected
10864
10865 2002-07-26 [christoph]  0.8.0claws14
10866
10867         * src/folder.c
10868         * src/folderview.c
10869         * src/imap.c
10870                 fix imap folder rescanning
10871
10872 2002-07-25 [christoph]  0.8.0claws13
10873
10874         * src/filter.c
10875         * src/folder.[ch]
10876         * src/folderview.c
10877         * src/imap.[ch]
10878         * src/mainwindow.c
10879         * src/mbox_folder.c
10880         * src/mh.c
10881         * src/news.c
10882                 implement imap uid cache and uid validity check
10883
10884 2002-07-25 [alfons]     0.8.0claws12
10885
10886         * src/summaryview.c
10887                 fix a brown paper bag bug, and also add some more
10888                 checks
10889
10890 2002-07-25 [christoph]  0.8.0claws11
10891
10892         * src/folder.c
10893                 don't mix copy, fetch_msginfo and remove
10894                 operations in folder item copy and move
10895                 operations
10896
10897 2002-07-25 [christoph]  0.8.0claws10
10898
10899         * src/folderview.c
10900         * src/mainwindow.c
10901         * src/prefs_folder_item.c
10902         * src/summaryview.[ch]
10903                 remove no longer required parameter update_cache from
10904                 summary_show
10905
10906 2002-07-25 [paul]       0.8.0claws9
10907
10908         * sync with 0.8.1
10909         
10910         * AUTHORS
10911                 a few corrections
10912
10913 2002-07-24 [alfons]     0.8.0claws8
10914
10915         * src/summaryview.c
10916                 sort correctly when using simplified subject line
10917                 (closes feature request "[ 585141 ] applying regexp to subject 
10918                 before sort" submitted by Alexandra Walford)
10919
10920 2002-07-24 [paul]       0.8.0claws7
10921
10922         * sync with 0.8.0cvs3
10923                 see ChangeLog 2002-07-24
10924
10925 2002-07-23 [christoph]  0.8.0claws6
10926
10927         * src/folder.c
10928         * src/folder.h
10929         * src/summaryview.c
10930         * src/summaryview.h
10931         * src/main.c
10932                 o separate processing and summaryview
10933                 o removed summary_write_cache from summaryview
10934                 o removed summaryview->killed_messages, because we don't have
10935                   to keep a list of killed messages anymore. New cache will
10936                   keep the hidden messages in cache anyway
10937         * src/folderview.c
10938         * src/inc.c
10939         * src/selective_download.c
10940                 o removed unnecessary summary_write_cache calls
10941         * src/procmsg.c
10942                 o don't set ignore thread flag in procmsg_get_thread_tree
10943                   if it is already set
10944         * src/mainwindow.c
10945         * src/statusbar.h
10946                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10947                   they are used in different files
10948
10949 2002-07-23 [melvin]     0.8.0claws5
10950
10951         * src/addressbook.c
10952         * src/addrgather.c
10953         * src/editaddress.c
10954         * src/editgroup.c
10955         * src/editldap_basedn.c
10956         * src/importldif.c
10957         * src/prefs_common.c
10958                 Fixed few memory leak (gtk_editable_get_chars returns
10959                 an allocated string)
10960         * src/logwindow.c
10961                 Fixed few memory leak (gtk_editable_get_chars returns
10962                 an allocated string) and modified a little the log cutting
10963                 loop.
10964         * src/compose.c
10965                 Replaced a call to an obsolete function gtk_entry_get_text()
10966                 by gtk_editable_get_chars()
10967         * src/send.c
10968                 Removed a debug printf
10969
10970 2002-07-23 [christoph]  0.8.0claws4
10971
10972         * src/filesel.c
10973                 fix another g_dirname memory leak
10974
10975 2002-07-23 [christoph]  0.8.0claws3
10976
10977         * src/mh.c
10978                 fixed a memory leak in mh_fetch_msginfo
10979                 fixed crash when message header could not be
10980                 parsed
10981
10982 2002-07-23 [paul]       0.8.0claws2
10983
10984         * sync with 0.8.0cvs2
10985                 see ChangeLog 2002-07-23
10986
10987 2002-07-23 [paul]       0.8.0claws1
10988
10989         * sync with 0.8.0cvs1
10990                 see ChangeLog 2002-07-23
10991
10992 2002-07-23 [paul]       0.8.0claws
10993
10994         * release of 0.8.0claws
10995
10996 2002-07-23 [paul]       0.7.8claws99
10997
10998         * po/ru.po
10999                 new Russian translation, submitted by
11000                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11001
11002 2002-07-22 [jens]       0.7.8claws98
11003
11004         * po/de.po
11005                 Updated German translations.
11006
11007 2002-07-22 [paul]       0.7.8claws97
11008
11009         * po/es.po
11010           po/it.po
11011           po/nl.po
11012           po/pt_BR.po
11013                 updated translations by Ricardo Mones Lastra,
11014                 Alessandro Maestri, Wilbert Berendsen and 
11015                 Fabio Jr. Beneditto respectively
11016
11017 2002-07-22 [christoph]  0.7.8claws96
11018
11019         * src/mimeview.c
11020                 fix memory leak caused by wrong g_dirname usage
11021
11022 2002-07-22 [christoph]  0.7.8claws95
11023
11024         * src/summaryview.c
11025                 update new and unread message counts for summaryview
11026                 summaryview does not get it from the folder anymore
11027                 and has to update the values itself
11028
11029 2002-07-22 [melvin]     0.7.8claws94
11030
11031         * po/fr.po
11032                 Updated French translations.
11033
11034 2002-07-22 [christoph]  0.7.8claws93
11035
11036         * src/matcher.c
11037                 set prop->preg pointer to NULL or following check
11038                 will not fail and regexec will be called with
11039                 invalid pointer
11040
11041 2002-07-21 [alfons]     0.7.8claws92
11042         
11043         * src/prefs_common.[ch]
11044                 remove option "Send return receipt on request"
11045
11046 2002-07-21 [thorsten]   0.7.8claws91
11047
11048         * src/mimeview.c
11049                 fixed memleaks, coding style as pointed out by alfons
11050
11051 2002-07-21 [alfons]     0.7.8claws90
11052
11053         * src/messageview.c
11054         * src/noticeview.[ch]
11055                 o fix bug notice view being displayed when going to empty folder 
11056                   (noticed by Christoph)
11057                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11058                   (noticed by Thorsten)
11059
11060 2002-07-21 [thorsten]   0.7.8claws89
11061
11062         * src/mimeview.c
11063                 Included save_all patch from Xaview FACQ
11064                 added support for pathnames
11065
11066 2002-07-21 [alfons]     0.7.8claws88
11067
11068         * po/POTFILES.in
11069         * src/Makefile.am
11070         * src/mainwindow.c
11071         * src/messageview.[ch]
11072         * src/noticeview.c      ** NEW FILE **
11073         * src/noticeview.h      ** NEW FILE **
11074                 make return receipts work again
11075                 (UI idea by Leandro Pereira)
11076
11077 2002-07-21 [paul]       0.7.8claws87
11078
11079         * src/summaryview.c
11080                 fix sensitivity of 'Select thread'
11081
11082 2002-07-21 [paul]       0.7.8claws86
11083
11084         * src/prefs_common.c
11085                 add browser command line for Galeon
11086
11087 2002-07-21 [paul]       0.7.8claws85
11088
11089         * Makefile.am
11090                 fix 'EXTRA_DIST': remove README.README, add TODO
11091                 and TODO.claws
11092
11093 2002-07-21 [alfons]     0.7.8claws84
11094
11095         * src/gtkstext.c
11096                 make enter clear selection
11097                 (closes "[ 579888 ] Editor selection/entry error"
11098                 reported by Steve Lamb)
11099
11100 2002-07-21 [alfons]     0.7.8claws83
11101         
11102         * src/summaryview.c
11103                 sort message list when selecting unthread messages
11104                 (closes "[ 501593 ] switching threaded view doesn't sort"
11105                 reported by Simon Schubert)
11106
11107 2002-07-20 [alfons]     0.7.8claws82
11108         
11109         * src/matcher.c
11110                 const-correctness
11111
11112 2002-07-20 [thorsten]   0.7.8claws81
11113
11114         * src/matcher.c
11115                 Fixed expansion of empty fields in matchactions
11116
11117 2002-07-19 [melvin]     0.7.8claws80
11118
11119         * src/gtkspell.c
11120                 Removed a duplicate menu entry (fast mode) introduced during
11121                 the new cache merge
11122                 Added a menu separator between 'Use alternate' and 'Fast mode'
11123
11124 2002-07-19 [paul]       0.7.8claws79
11125
11126         * tools/Makefile.am
11127           tools/README
11128                 correct typos
11129
11130 2002-07-19 [thorsten]   0.7.8claws78
11131
11132         * tools/calypso_convert.pl      ** NEW FILE **
11133           tools/README
11134           tools/Makefile.am
11135                 script to import mbox files exported
11136                 by calypso
11137                 o generates folder structure
11138                 o includes attachments
11139
11140 2002-07-19 [melvin]     0.7.8claws77
11141
11142         * src/selective_download.[ch]
11143                 Fixed bug where closing the dialog with the window manager's
11144                 close button will not unlock the summary
11145                 Corrected some function declarations that missed a return value
11146                 Made the source code comply better with coding style.
11147         * src/prefs_common.c
11148                 Added new browser command line for Mozilla.
11149
11150 2002-07-18 [paul]       0.7.8claws76
11151
11152         * src/mainwindow.c
11153           src/selective_download.[ch]
11154                 reflect theme changes, fix Gdk Warning when creating 
11155                 pixmap from NULL window, and minor clean up.
11156                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11157
11158         * po/en_GB.po
11159                 updated
11160
11161 2002-07-17 [paul]       0.7.8claws75
11162
11163         * INSTALL[.jp]
11164                 sync with 0.8.0
11165         
11166         * po/en_GB.po
11167                 updated
11168
11169 2002-07-16 [paul]       0.7.8claws74
11170
11171         * tools/filter_conv.pl
11172           tools/README
11173                 replace conversion script with reimplemented version, 
11174                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11175
11176 2002-07-16 [colin]      0.7.8claws73
11177
11178         * src/summaryview.c
11179                 remove forgotten debug messages - sorry ;-)
11180
11181 2002-07-16 [colin]      0.7.8claws72
11182
11183         * src/mimeview.c
11184           src/summaryview.c
11185           src/textview.c
11186           src/textview.h
11187                 add the ability to select part of a text mime-part 
11188                 to reply.
11189
11190 2002-07-15 [christoph]  0.7.8claws71
11191
11192         * src/folder.c
11193                 fix folder message count for folders without
11194                 msg_is_changed (includes news folders)
11195
11196 2002-07-15 [martin]     0.7.8claws70
11197
11198         * src/summaryview.c
11199                 option "display recipient on 'From'..." now works
11200                 without the need of enabling the option
11201                 "display  sender  using  address  book".
11202
11203 2002-07-15 [christoph]  0.7.8claws69
11204
11205         * src/summaryview.c
11206                 removed setting folder status from summaryview.
11207                 folder.c should update all message counts correctly.
11208
11209 2002-07-15 [paul]       0.7.8claws68
11210
11211         * po/pt_BR.po
11212                 updated by Fabio Junior Beneditto
11213
11214 2002-07-15 [darko]      0.7.8claws67
11215
11216         * src/mh.c
11217                 Fixed target folder colorization, don't decrease op
11218                 number twice
11219
11220 2002-07-14 [paul]       0.7.8claws66
11221
11222         * sync with main 0.8.0
11223                 see ChangeLog 2002-07-14
11224
11225 2002-07-13 [melvin]     0.7.8claws65
11226         
11227         * src/addrbook.c
11228         * src/addressbook.c
11229         * src/addrindex.c
11230                 Replaced sprintf by g_snprintf to prevent possible buffer
11231                 overflow.
11232         * src/news.c
11233                 Corrected a log message output format.
11234                 Added a missing "done" debug output.
11235         * src/compose.c
11236                 Added keyboard accelerator for Priority menu items
11237                 Added missing \n in debug output
11238         * src/logwindow.c
11239         * src/gtkspell.c
11240         * src/rfc2015.c
11241                 Added missing \n in debug output
11242
11243 2002-07-13 [paul]       0.7.8claws64
11244
11245         * man/sylpheed.1
11246                 change Sergey's email address to the sf address
11247
11248         * src/textview.c
11249                 increase show_url_timeout (more useful for long
11250                 urls)
11251
11252 2002-07-12 [sergey]     0.7.8claws63
11253
11254         * src/rfc2015.c
11255                 applied (with some modifications) patch to set the
11256                 micalg parameter for signatures
11257                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11258
11259 2002-07-12 [sergey]     0.7.8claws62
11260
11261         * man/Makefile.am
11262         * configure.in
11263                 fixed man page installation
11264
11265 2002-07-12 [paul]       0.7.8claws61
11266
11267         * sync with 0.7.8cvs26
11268                 see ChangeLog 2002-07-11 and 2002-07-12
11269
11270 2002-07-11 [christoph]  0.7.8claws60
11271
11272         * src/compose.c
11273         * src/procmsg.c
11274                 first use the message number to find the message
11275                 to mark with a reply flag but check the
11276                 message-id if we got the correct message, if not
11277                 try to find it by message-id.
11278                 use new string seperator that is not allowed
11279                 in message-ids.
11280
11281 2002-07-11 [paul]       0.7.8claws59
11282
11283         * sync with 0.7.8cvs23
11284                 see ChangeLog 2002-07-10
11285
11286 2002-07-10 [christoph]  0.7.8claws58
11287
11288         * src/folder.[ch]
11289         * src/msgcache.[ch]
11290                 Added message-id table to the cache in memory
11291                 and functions to msgcache.c and folder.c to
11292                 fetch MsgInfos by message id
11293         * src/compose.c
11294         * src/procmsg.c
11295                 store folder and message-id of message replying
11296                 to in queue header and set reply flag after sending
11297                 (Closes bug #469498)
11298
11299 2002-07-10 [paul]       0.7.8claws57
11300
11301         * AUTHORS
11302           man/sylpheed.1.gz
11303                 add Martin to the list of authors
11304
11305 2002-07-09 [martin]     0.7.8claws56
11306         * src/gtksctree.c
11307                 Added gtk_ctree_last_visible(), tree_update_level(),
11308                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11309                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11310                 from gtk+ to gtksctree.c for the new sorting code
11311                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11312                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11313         * src/gtksctree.h
11314                 Added declaration for gtk_sctree_sort_recursive() and
11315                 gtk_sctree_sort_node
11316         * src/addressbook.c
11317         * src/foldersel.c
11318         * src/folderview.c
11319         * src/summaryview.c
11320                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11321                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11322
11323 2002-07-08 [paul]       0.7.8claws55
11324
11325         * more sync with 0.7.8cvs21
11326                 see ChangeLog 2002-07-08
11327
11328 2002-07-08 [paul]       0.7.8claws54
11329
11330         * sync with 0.7.8cvs21
11331                 see ChangeLog 2002-07-08
11332
11333 2002-07-07 [alfons]     0.7.8claws53
11334
11335         * src/Makefile.am
11336         * src/stock_pixmap.[ch]
11337         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11338         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11339         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11340                 add new pixmaps for upcoming notice pane
11341
11342 2002-07-06 [melvin]     0.7.8claws52
11343
11344         * src/gtkspell.[ch]
11345                 Made them a bit closer to Sylpheed's coding style.
11346                 Removed old code.
11347                 Removed possible memory leaks when some errors occurs.
11348
11349 2002-07-06 [melvin]     0.7.8claws51
11350
11351         * po/Makefile.in.in
11352                 Removed --no-location in xgettext command line to help
11353                 translators that use Emacs' po-mode
11354         * src/quote_fmt.c
11355                 Removed unnecessary comments that messed up sylpheed.pot
11356
11357 2002-07-06 [paul]       0.7.8claws50
11358
11359         * sync with 0.7.8cvs19
11360                 see ChangeLog 2002-07-05
11361
11362 2002-07-06 [christoph]  0.7.8claws49
11363
11364         * src/folder.c
11365         * src/mainwindow.c
11366                 fix folder_item_remove_all_msg and folderview
11367                 status for trash folders after emptying trash
11368
11369 2002-07-05 [paul]       0.7.8claws48
11370
11371         * sync with 0.7.8cvs16
11372                 see ChangeLog 2002-07-04 and 2002-07-05
11373
11374 2002-07-04 [paul]       0.7.8claws47
11375
11376         * sync with 0.7.8cvs14
11377                 see  ChangeLog 2002-07-04
11378
11379 2002-07-03 [alfons]     0.7.8claws46
11380
11381         * src/folder.c
11382                 dupe folder item's path because it's being reallocated
11383                 by new folder scanning code
11384
11385 2002-07-03 [christoph]  0.7.8claws45
11386
11387         * src/imap.c
11388                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11389         * src/msgcache.c
11390                 add missing return in msgcache_write
11391
11392 2002-07-02 [thorsten]   0.7.8claws44
11393
11394         * src/jpilot.c
11395         * src/msgcache.c
11396         * src/rfc2015.c
11397                 use binary mode for file access
11398
11399 2002-07-02 [christoph]  0.7.8claws43
11400
11401         * major code cleanup (part 1)
11402         
11403                 - unused variables removed
11404                 - unused functions removed
11405                 - uninitialized variables checked
11406                 - missing return statements added
11407                 - missing function return types added
11408                 - added parentheses around assignment and
11409                   && in || when suggested by gcc
11410               
11411         * src/mh.c
11412         * src/folder.c
11413                 replaced direct calls to folder->scan_tree
11414                 with folder_scan_tree and restore folder
11415                 prefs in this function. The folder should
11416                 not have to deal with them.
11417                 ( Should now work for all folder types )
11418
11419 2002-07-02 [paul]       0.7.8claws42
11420
11421         * sync with 0.7.8cvs13
11422                 see ChangeLog 2002-07-01 and 2002-07-02
11423
11424 2002-07-01 [christoph]  0.7.8claws41
11425
11426         * src/summaryview.c
11427                 fix "goto next/prev unread message" with
11428                 ignored threads
11429
11430 2002-07-01 [paul]       0.7.8claws40
11431
11432         * po/es.po
11433                 updated by Ricardo Mones Lastra
11434
11435 2002-06-30 [match]      0.7.8claws39
11436
11437         * src/jpilot.c
11438                 applied variation of leonerd's patch (566661) to
11439                 allow multiple email addresses per JPilot entry.
11440                 addresses may be separated by space, comma, pipe,
11441                 semi-colon, new-line.
11442
11443 2002-06-30 [alfons]     0.7.8claws38
11444
11445         * src/procmsg.c
11446                 simple fix for putting older nodes before
11447                 newer nodes when threading by subject
11448
11449 2002-06-30 [christoph]  0.7.8claws37
11450
11451         * src/folder.c
11452         * src/folderview.c
11453         * src/mh.c
11454         * src/news.c
11455         * src/procmsg.c
11456                 fix broken folder tree rescaning
11457                 and don't use procmsg_get_mark_sum
11458                 anymore
11459
11460 2002-06-30 [christoph]  0.7.8claws36
11461
11462         * merge new cache branch
11463         * src/imap.c
11464                 fix new cache imap copy bug
11465         * src/folder.c
11466                 improved folder_item_scan
11467                 it should now always set the correct
11468                 new, unread and total message counts
11469
11470 2002-06-29 [paul]       0.7.8claws35
11471
11472         * configure.in
11473                 correct syntax error
11474
11475 2002-06-29 [paul]       0.7.8claws34
11476
11477         * configure.in
11478           Makefile.am
11479           man/Makefile.am       ** NEW FILE **
11480           man/sylpheed.1.gz     ** NEW FILE **
11481                 add Sylpheed man page
11482
11483 2002-06-29 [paul]       0.7.8claws33
11484
11485         * po/pt_BR.po
11486                 updated by Fabio Junior Beneditto
11487
11488 2002-06-28 [jens]       0.7.8claws32
11489
11490         * po/de.po
11491                 translation updated
11492
11493         * src/selective_download.c
11494                 removed gettext for space " "
11495
11496         * src/imap.c
11497                 removed wrong space
11498
11499 2002-06-28 [paul]       0.7.8claws31
11500
11501         * sync with 0.7.8cvs11
11502                 see ChangeLog 2002-06-28
11503
11504 2002-06-28 [paul]       0.7.8claws30
11505
11506         * sync with 0.7.8cvs10
11507                 see ChangeLog 2002-06-27 and 2002-06-28
11508
11509 2002-06-26 [paul]       0.7.8claws29
11510
11511         * src/addrgather.c
11512           src/selective_download.c
11513                 don't gettextise empty strings.
11514                 reserved by gettext. gettext("") returns 
11515                 the header entry with meta information, 
11516                 not the empty string
11517
11518         * po/en_GB.po
11519                 updated
11520
11521 2002-06-26 [paul]       0.7.8claws28
11522
11523         * sync with 0.7.8cvs7
11524                 see ChangeLog 2002-06-25
11525
11526         * src/prefs_common.c
11527                 ...and in the process, tweak the gui a little
11528
11529 2002-06-25 [alfons]     0.7.8claws27
11530         
11531         * configure.in
11532         * src/Makefile.am
11533                 fine tune ldap library detection
11534
11535 2002-06-25 [alfons]     0.7.8claws26
11536
11537         * src/compose.c
11538                 don't allow return receipts when composing a news article
11539
11540 2002-06-25 [paul]       0.7.8claws25
11541
11542         * Makefile.am
11543                 add '$(AMTAR)' to 'release' section to allow for
11544                 new and older autotools
11545
11546 2002-06-25 [paul]       0.7.8claws24
11547
11548         * src/summaryview.c
11549                 fix "No more unread messages" persistant pop-up
11550                 window bug
11551
11552 2002-06-25 [paul]       0.7.8claws23
11553
11554         * po/it.po
11555                 updated by Alessandro Maestri
11556
11557 2002-06-25 [paul]       0.7.8claws22
11558
11559         * sync with 0.7.8cvs6
11560                 see ChangeLog 2002-06-25
11561
11562 2002-06-24 [paul]       0.7.8claws21
11563
11564         * tools/update-po
11565                 add GPL copyright information
11566
11567 2002-06-24 [paul]       0.7.8claws20
11568
11569         * tools/Makefile.am
11570           tools/README
11571           tools/update-po       ** NEW FILE **
11572                 add script that eases the creation of *.po files
11573                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11574
11575 2002-06-23 [alfons]     0.7.8claws19
11576
11577         * src/messageview.c
11578                 make notification_convert_header obey const correctness
11579                 (next step will be fixing the broken return receipt)
11580
11581 2002-06-23 [paul]       0.7.8claws18
11582
11583         * src/messageview.c
11584                 fix bug introduced in last commit:
11585                 removed too much code in last commit - put back what's
11586                 needed
11587
11588 2002-06-23 [paul]       0.7.8claws17
11589
11590         * src/messageview.[ch]
11591                 remove code committed in error from locally patched
11592                 source
11593
11594 2002-06-23 [colin]      0.7.8claws16
11595
11596         * src/compose.[ch]
11597                 add compose_entry_select(), used to select the default_to
11598                 email address - hopefully avoiding people sending mails to
11599                 wrong recipients.
11600
11601 2002-06-22 [alfons]     0.7.8claws15
11602
11603         * AUTHORS
11604                 add Bram Metsch & Stanislav Karchebny
11605         * src/smtp.[ch]
11606         * src/prefs_account.[ch]
11607         * src/send.c
11608                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11609                   options.  (see <http://sourceforge.net/tracker/index.php
11610                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11611
11612                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11613                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11614
11615 2002-06-22 [paul]       0.7.8claws14
11616
11617         * sync with 0.7.8cvs5
11618                 see ChangeLog 2002-06-19 and 2002-06-20
11619
11620 2002-06-22 [alfons]     0.7.8claws13
11621
11622         * src/selective_download.c
11623                 fix a stupid mistake I made
11624
11625 2002-06-22 [alfons]     0.7.8claws12
11626
11627         * src/selective_download.[ch]
11628                 fix another unnoticed leak; cleanup code
11629
11630 2002-06-21 [alfons]
11631
11632         * tools/Makefile.am
11633                 gpg-sign <-- gpg-sign-syl
11634
11635 2002-06-21 [alfons]     0.7.8claws11
11636
11637         * src/selective_download.c
11638         * src/selective_download.h
11639                 fix assorted mix of allocation errors (should solve
11640                 problem reported by Philippe Gramoullé, see:
11641                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11642
11643 2002-06-20 [melvin]     0.7.8claws10
11644
11645         * tools/gpg-sign *REMOVED*
11646           tools/gpg-sign-syl *ADDED*
11647                 Replaced the gpg clearsigning script with the version using
11648                 xterm instead of ssh-askpass and changed its name.
11649
11650         * README.claws
11651                 Updated actions example to reflect the renaming of the
11652                 gpg clearsigning script.
11653
11654 2002-06-19 [paul]       0.7.8claws9
11655
11656         * sync with 0.7.8claws9
11657                 see ChangeLog 2002-06-18 and 2002-06-19
11658
11659 2002-06-19 [paul]       0.7.8claws8
11660
11661         * sync with 0.7.8cvs1
11662                 see ChangeLog 2002-06-18
11663
11664 2002-06-18 [alfons]     0.7.8claws7
11665
11666         * src/mainwindow.h
11667                 add omitted prototype
11668
11669 2002-06-17 [paul]       0.7.8claws6
11670
11671         * src/mainwindow.c
11672                 fix hiding of exec_btn
11673
11674 2002-06-17 [paul]       0.7.8claws5
11675
11676         * src/pop.c
11677                 remove unneeded code: should_delete() 
11678                 and Pop3State::uidl_todelete_list
11679
11680 2002-06-17 [paul]       0.7.8claws4
11681
11682         * sync with 0.7.8
11683                 see ChangeLog 2002-06-11 and 2002-06-13
11684
11685 2002-06-16 [alfons]     0.7.8claws3
11686         
11687         * src/folder.c
11688                 make sure lock sort mode (claws specific) is
11689                 also persists after a tree rescan
11690
11691 2002-06-16 [alfons]     0.7.8claws2
11692
11693         * src/prefs_folder_item.c
11694         * src/folder.[ch]
11695                 fix persistence of folder sort mode (broken
11696                 by adapting Hiro's new folder persistence code)
11697
11698 2002-06-16 [alfons]     0.7.8claws1
11699
11700         * AUTHORS
11701         * src/logwindow.c
11702         * src/prefscommon.[ch]
11703                 control size of log text in log window; 
11704                 closes patch #569155 submitted by Mitko Haralanov.
11705
11706 2002-06-15 [paul]       0.7.8claws
11707
11708         * release of 0.7.8claws
11709
11710 2002-06-15 [paul]       0.7.7claws
11711
11712         * po/pt_BR.po
11713                 updated by Fabio Junior Beneditto
11714
11715 2002-06-14 [paul]       0.7.6claws49
11716
11717         * po/es.po
11718                 updated by Ricardo Mones Lastra
11719
11720 2002-06-14 [paul]       0.7.6claws48
11721
11722         * po/nl.po
11723                 updated translation by Wilbert Berendsen
11724
11725 2002-06-14 [melvin]     0.7.6claws47
11726
11727         * po/fr.po
11728                 Updated French translation
11729
11730 2002-06-13 [paul]       0.7.6claws46
11731
11732         * src/filesel.c
11733                 allow filename to be typed in, rather than just
11734                 selected by the mouse. Patch by Gustavo Noronha Silva.
11735
11736 2002-06-13 [alfons]     0.7.6claws45
11737
11738         * src/mainwindow.[ch]
11739                 more cleanups (removing unnecessary menu items Expand 
11740                 summary / message view)
11741
11742 2002-06-13 [melvin]     0.7.6claws44
11743
11744         * po/POTFILES.in
11745                 Added src/string_match.c
11746         * src/string_match.c
11747                 Fixed possible buffer overflow.
11748                 Corrected typo.
11749                 Added missing config.h header.
11750         * src/prefs_common.c
11751           src/prefs_matcher.c
11752           src/prefs_scoring.c
11753                 Made some strings translatable (missing _(..)).
11754
11755 2002-06-13 [melvin]     0.7.6claws43
11756
11757         * README.claws
11758                 Corrected action example (verifying clearsigned mail).
11759         * src/prefs_account.c
11760                 Corrected typo.
11761         * src/prefs_common.c
11762                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11763
11764 2002-06-12 [alfons]     0.7.6claws42
11765
11766         * src/summaryview.c
11767                 add init of score column lost in 0.7.6claws42
11768
11769 2002-06-12 [paul]       0.7.6claws41
11770
11771         * src/prefs_account.c
11772                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11773                 behavior of the radio buttons, (from 0.7.7cvs2)
11774
11775 2002-06-11 [alfons]     0.7.6claws40
11776
11777         * src/messageview.[ch]
11778         * src/summaryview.[ch]
11779         * src/summary_search.c
11780         * src/mainwindow.c
11781                 perform a sync to bring in Hiro's separate view implementation 
11782
11783                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11784
11785 2002-06-11 [paul]       0.7.6claws39
11786         
11787         * src/prefs_account.c
11788                 correct a typo on the Receive tab
11789
11790 2002-06-10 [match]      0.7.6claws38
11791
11792         * src/addressbook.c
11793                 Included address completion patch from Gustavo Noronha.
11794
11795 2002-06-10 [paul]       0.7.6claws37
11796
11797         * src/inc.[ch]
11798           src/pop.c
11799           src/prefs_account.[ch]
11800           src/selective_download.[ch]
11801                 apply PATCH #561712
11802                  NEW:
11803                 - check if POP Account
11804                 - Receive Button renamed to Preview
11805                 - Preview Button Popup: preview new/all messages
11806                 - Download Button
11807                 - Account Preferences-->Receive tab checkbutton if you
11808                   want to remove Mail after Download
11809                 -: default YES
11810                 - Account Preferences-->Receive tab checkbutton use
11811                   filtering rules on preview
11812                   (think of delete_on_server)
11813                 -: default YES
11814                 - Account selectable from SD dialog
11815                 - checkbutton to show already downloaded messages if
11816                   all messages are previewed
11817                 - new clist column showing Date
11818                 - ESC KEY close
11819                 FIXES:
11820                 - play ball with UIDL
11821                 - fault tolerant (?) 
11822                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11823
11824 2002-06-10 [melvin]     0.7.6claws36
11825
11826         * README.claws
11827                 Added a hint to ac/README in cvs instructions.
11828
11829         * src/prefs_actions.c
11830                 Made it possible to use a more elaborate command line
11831                 for asynchronous actions, too.
11832
11833 2002-06-10 [melvin]     0.7.6claws35
11834         
11835         * src/prefs_actions.c
11836                 Make it possible to use a more elaborate command line
11837                 (e.g. |foo|bar|cat>there;echo Done|)
11838                 Corrected error message when calling %f, %F and %p commands
11839                 from the compose window.
11840
11841 2002-06-09 [colin]      0.7.6claws34
11842
11843         * src/summaryview.c
11844                 Automatically find unread messages in current folder
11845                 before annoying the user.
11846
11847 2002-06-08 [alfons]     0.7.6claws33
11848
11849         * po/it.po
11850                 remove bad formatting string in it.po translation
11851                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11852
11853 2002-06-08 [paul]       0.7.6claws32
11854
11855         * sync with 0.7.6cvs25
11856                 see ChangeLog 2002-06-07
11857
11858 2002-06-05 [paul]       0.7.6claws31
11859
11860         * src/mainwindow.c
11861                 add 'Sort by locked' and 'Sort by score'
11862
11863 2002-06-05 [paul]       0.7.6claws30
11864
11865         * sync with 0.7.6cvs24
11866                 see ChangeLog 2002-06-04
11867
11868 2002-06-04 [paul]       0.7.6claws29
11869
11870         * po/pt_BR.po
11871                 updated by Fabio Junior Beneditto
11872
11873 2002-06-03 [thorsten]   0.7.6claws28
11874
11875         * src/matcher.c
11876                 fclose() matcherrc after reading
11877
11878 2002-06-03 [paul]       0.7.6claws27
11879
11880         * sync with 0.7.6cvs21
11881                 see ChangeLog 2002-05-31
11882
11883 2002-05-31 [paul]       0.7.6claws26
11884
11885         * sync with 0.7.6cvs20
11886                 see ChangeLog 2002-05-29 and 2002-05-30
11887
11888 2002-05-31 [paul]       0.7.6claws25
11889
11890         * src/imap.c
11891                 hopefully fix last buggy sync
11892
11893         * README.claws
11894                 correct typo in 'Actions' examples
11895
11896 2002-05-29 [paul]       0.7.6claws24
11897
11898         * sync with 0.7.6cvs18
11899                 see ChangeLog 2002-05-28 and 2002-05-29
11900
11901         * src/news.c
11902           src/nntp.[ch]
11903                 sync with above 
11904
11905 2002-05-28 [paul]       0.7.6claws23
11906
11907         * sync with 0.7.6cvs16
11908                 see ChangeLog 2002-05-28
11909
11910 2002-05-27 [thorsten]   0.7.6claws22 
11911
11912         * faq/it/sylpheed-faq-1.html
11913           faq/it/sylpheed-faq-2.html
11914           faq/it/sylpheed-faq-3.html
11915           faq/it/sylpheed-faq.html
11916                 corrected DOS lineendings
11917         * faq/de/sylpheed-faq-1.html
11918           faq/de/sylpheed-faq-2.html
11919           faq/en/sylpheed-faq-1.html
11920           faq/en/sylpheed-faq-2.html
11921           faq/en/sylpheed-faq-3.html
11922           faq/es/sylpheed-faq-1.html
11923           faq/es/sylpheed-faq-2.html
11924           faq/es/sylpheed-faq-3.html
11925           faq/fr/sylpheed-faq-1.html
11926           faq/it/sylpheed-faq-1.html
11927           faq/it/sylpheed-faq-2.html
11928           faq/it/sylpheed-faq-3.html
11929           faq/it/sylpheed-faq.html
11930                 changed ">" to &quot;
11931
11932 2002-05-27 [paul]       0.7.6claws21
11933         
11934         * sync with 0.7.6cvs15
11935                 see ChangeLog 2002-05-27
11936
11937 2002-05-27 [paul]       0.7.6claws20
11938
11939         * src/prefs_account.c
11940                 correct a typo
11941
11942 2002-05-26 [paul]       0.7.6claws19
11943
11944         * tools/README
11945                 correct a typo
11946
11947 2002-05-25 [paul]       0.7.6claws18
11948
11949         * tools/README
11950                 add description of kmail2sylpheed.pl
11951
11952 2002-05-25 [paul]       0.7.6claws17
11953
11954         * tools/kmail2sylpheed.pl       ** NEW FILE **
11955                 perl script that converts an exported Kmail address
11956                 book, converts it to sylpheed addressbook file,
11957                 writes the file to .sylpheed, and updates
11958                 addrbook--index.xml 
11959
11960 2002-05-25 [paul]       0.7.6claws16
11961
11962         * sync with 0.7.6cvs14
11963                 see ChangeLog 2002-05-23
11964
11965 2002-05-24 [paul]       0.7.6claws15
11966
11967         * README.claws
11968                 make a correction and add some more info
11969
11970 2002-05-24 [paul]       0.7.6claws14
11971
11972         * src/compose.c
11973                 fix memory leak in 
11974                 compose_redirect_write_headers_from_headerlist()
11975                 add Subject and Resent-Message-ID to
11976                 compose_redirect_write_headers()
11977                 Received, Subject, and X-UIDL are filtered out in 
11978                 compose_redirect_write_to_file()
11979
11980 2002-05-23 [paul]       0.7.6claws13
11981
11982         * src/compose.[ch]
11983           src/filtering.c
11984           src/mainwindow.c
11985           src/matcher.[ch]
11986           src/matcher_parser_lex.l
11987           src/matcher_parser_parse.y
11988           src/prefs_common.[ch]
11989           src/prefs_filtering.c
11990           src/summaryview.c
11991                 rename 'Bounce' to 'Redirect'
11992
11993 2002-05-23 [paul]       0.7.6claws12
11994
11995         * more sync with 0.7.6cvs13
11996           src/compose.c
11997                 see ChangeLog 2002-05-22
11998
11999 2002-05-22 [paul]       0.7.6claws11
12000
12001         * sync with 0.7.6cvs13
12002           src/codeconv.c
12003                 see ChangeLog 2002-05-20
12004           src/prefs_common.c
12005                 see ChangeLog 2002-05-22
12006
12007 2002-05-21 [melvin]     0.7.6claws10
12008
12009         * src/folderview.c
12010                 Added missing filtering and scoring headers
12011                 Fixed bad function call that showed garbage 
12012                 in Folder->Processing
12013
12014 2002-05-21 [paul]       0.7.6claws9
12015
12016         * tools/Makefile.am
12017                 make all tools executable, (patch by Alfons).
12018
12019 2002-05-20 [alfons]     0.7.6claws8
12020
12021         * src/procheader.c
12022                 don't forget to call mktime() so we have a valid week 
12023                 and year day
12024                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12025
12026 2002-05-20 [paul]       0.7.6claws7
12027
12028         * src/html.c
12029                 fix broken parsing of urls
12030         * src/textview.c
12031                 fix displaying of urls
12032
12033                 both fixes from the patch [547855] by Eugene 
12034                 Brevdo (zonem)
12035
12036 2002-05-19 [alfons]     0.7.6claws6
12037
12038         * configure.in
12039                 make sylpheed configure correctly with the latest
12040                 and greatest of automake / autoconf / gettext
12041
12042 2002-05-19 [alfons]     0.7.6claws5
12043
12044         * src/procheader.c
12045         * src/procheader.h
12046                 add function for returning ime zone offset
12047         * src/quote_fmt.c
12048         * src/quote_fmt_parse.y
12049                 better quotation formatting - does not convert
12050                 to local time, but uses the original date string.
12051                 
12052                 Note: %z inserts the timezone offset (should 
12053                 work also on platforms where strftime does not
12054                 support %z).
12055
12056 2002-05-18 [christoph]  0.7.6claws4
12057
12058         * src/summaryview.c
12059                 fix indentation of some code
12060         * tools/Makefile.am
12061                 fix spaces after \
12062         * src/Makefile.am
12063                 add missing \
12064                 correct path for ignorethread.xpm
12065                 incorrect filename for sylpheed_logo.xpm
12066                 add missing include matcher_parser_parse.h
12067
12068 2002-05-18 [paul]       0.7.6claws3
12069
12070         * sync with 0.7.6cvs8
12071                 see ChangeLog 2002-05-16 and 2002-05-17
12072
12073 2002-05-18 [melvin]     0.7.6claws2
12074
12075         * README.claws
12076                 Corrected an action's definition and fixed some misspellings.
12077
12078 2002-05-18 [paul]       0.7.6claws1
12079
12080         * tools/Makefile.am
12081           tools/gpg-sign        ** new file **
12082           tools/uudec           ** new file **
12083                 add Melvin's Actions scripts
12084
12085         * README.claws
12086                 add Melvin's descriptions for Actions
12087
12088 2002-05-18 [paul]       0.7.6claws
12089
12090         * Version 0.7.6claws released
12091
12092 2002-05-17 [paul]       0.7.5claws32
12093
12094         * po/es.po
12095                 updated by Ricardo Mones Lastra
12096
12097 2002-05-17 [paul]       0.7.5claws31
12098
12099         * src/compose.c
12100                 fix Account prefs default folder for sent/draft/deleted
12101                 messages bug
12102
12103         * po/it.po
12104           po/nl.po
12105                 updated translation by Alessandro Maestri and
12106                 Wilbert Berendsen
12107
12108 2002-05-17 [melvin]     0.7.5claws30
12109
12110         * src/prefs_actions.c
12111                 Fixed bug where using %F not at the end of the command 
12112                 resulted in an additional empty argument being created.
12113                 Thanks to Darko Koruga for reporting the bug.
12114
12115 2002-05-17 [melvin]     0.7.5claws29
12116
12117         * po/fr.po
12118                 Updated French translations.
12119
12120 2002-05-15 [paul]       0.7.5claws28
12121         
12122         * po/es.po
12123                 updated by Ricardo Mones Lastra
12124
12125 2002-05-15 [paul]       0.7.5claws27
12126
12127         * sync with 0.7.6cvs4
12128                 see ChangeLog 2002-05-14 and 2002-05-15
12129
12130 2002-05-14 [paul]       0.7.5claws26
12131
12132         * sync with 0.7.6cvs1
12133                 see ChangeLog 2002-05-13
12134
12135 2002-05-13 [thorsten]   0.7.5claws25
12136
12137         * src/messageview.c
12138                 fix select_all and copy in multipart messages
12139         * src/mainwindow.c
12140                 fix select_all and copy in multipart messages
12141
12142 2002-05-12 [paul]       0.7.5claws24
12143
12144         * src/summaryview.c
12145                 reverse last commit, bug already fixed in 0.7.5claws3
12146
12147 2002-05-12 [netztorte]  0.7.5claws23
12148
12149         * src/summaryview.c
12150                 dont parse empty addressbook (checked in before claws20)
12151
12152 2002-05-12 [melvin]     0.7.5claws22
12153
12154         * src/procmsg.[ch]
12155                 Removed unneeded priority code introduced by the previous 
12156                 commit.
12157
12158 2002-05-12 [melvin]     0.7.5claws21
12159
12160         * src/compose.[ch]
12161                 Added possibility to set message's priority.
12162         * src/procmsg.[ch]
12163                 Added possibility to set message's priority.
12164                 Added missing headers
12165
12166 2002-05-12 [melvin]     0.7.5claws20
12167
12168         * src/prefs_actions.c
12169                 Removed implicitely added quotes around the name
12170                 of the temporary files of mime parts.
12171
12172 2002-05-12 [paul]       0.7.5claws19
12173
12174         * sync with 0.7.5cvs20
12175                 see ChangeLog 2002-05-11
12176
12177 2002-05-12 [alfons]     0.7.5claws18
12178
12179         * src/quote_fmt_lex.l
12180         * src/quote_fmt_parse.y
12181                 allow quote / reply date & time format to be set using
12182                 %D{format}. format is a format string you'd pass to
12183                 strftime() (see man strftime, or the Display tab |
12184                 Date format setting).
12185
12186                 Currently %D converts the date to local time. 
12187
12188 2002-05-11 [paul]       0.7.5claws17
12189
12190         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12191                 see ChangeLog 2002-05-10 and 2002-05-11
12192
12193 2002-05-10 [paul]       0.7.5claws16
12194
12195         * sync with 0.7.5cvs16
12196                 see ChangeLog entries 2002-05-09 and 
12197                 2002-05-10
12198
12199 2002-05-10 [colin]      0.7.5claws15
12200
12201         * src/textview.c
12202                 Corrected a bug that prevented sylpheed to open
12203                 double-clicked URIs.
12204
12205 2002-05-09 [paul]       0.7.5claws14
12206
12207         * sync with 0.7.5cvs14
12208                 see ChangeLog 2002-05-08 and 2002-05-09
12209
12210 2002-05-08 [paul]       0.7.5claws13
12211
12212         * sync with 0.7.5cvs11
12213                 see ChangeLog entry 2002-05-08
12214
12215 2002-05-08 [paul]       0.7.5claws12
12216
12217         * src/mainwindow.c
12218           src/textview.[ch]
12219                 fix segfault on View->Open in new window
12220                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12221
12222 2002-05-07 [paul]       0.7.5claws11
12223
12224         * sync with 0.7.5cvs9
12225                 see ChangeLog entry 2002-05-07
12226
12227 2002-05-06 [paul]       0.7.5claws10
12228
12229         * src/messageview.c
12230           src/textview.c
12231                 display url in statusbar on single-click
12232                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12233
12234 2002-05-06 [match]      0.7.5claws9
12235
12236         * src/addritem.[ch]
12237                 new functions.
12238         * src/addrcache.c
12239                 tidy up.
12240         * src/xmlprops.[ch]
12241                 XML implementation of properties file.
12242         * src/exporthtml.[ch]
12243         * src/expthtmldlg.[ch]
12244         * src/addressbook.c
12245                 export to HTML.
12246
12247 2002-05-02 [sergey]     0.7.5claws8
12248
12249         * src/mainwindow.c (mainwin_entries),
12250           src/prefs_common.c (prefs_send_create()),
12251           src/codeconv.c (locale_table):
12252                 use charset name "Windows-1251" instead of "CP1251".
12253
12254 2002-05-02 [colin]      0.7.5claws7
12255         
12256         * src/compose.c
12257           src/prefs_common.c
12258           src/prefs_folder_item.c
12259                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12260
12261 2002-05-02 [hiro]       0.7.5claws6
12262
12263         * src/imap.c
12264                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12265
12266 2002-05-02 [paul]       0.7.5claws5
12267
12268         * src/compose.c
12269                 more sync with 0.7.5cvs7, see ChangeLog entry
12270                 2002-05-02
12271
12272 2002-05-02 [hiro]       0.7.5claws4
12273
12274         * src/compose.c
12275                 compose_queue_sub():
12276                 check if queue folder exists (closes #550397).
12277                 removed directory creation since it should be handled
12278                 transparently.
12279         * src/imap.c
12280                 imap_add_msg(): return UID for appended message
12281                 (closes #548842).
12282
12283 2002-04-30 [paul]       0.7.5claws3
12284
12285         * src/summaryview.c
12286                 fix account_find_from_address() bug
12287
12288 2002-04-28 [colin]      0.7.5claws2
12289
12290         * src/compose.c
12291           src/textview.c
12292           src/prefs_common.[ch]
12293           src/utils.[ch]
12294                 Added user-definable quotation characters recognition.
12295
12296 2002-04-28 [paul]       0.7.5claws1
12297
12298         * sync with 0.7.5cvs4
12299                 see ChangeLog entry  2002-04-25
12300
12301 2002-04-28 [paul]       0.7.5claws
12302
12303         * po/es.po
12304           po/nl.po
12305           po/pt_BR.po
12306                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12307                 Fabio Junior Beneditto
12308
12309 2002-04-27 [jens]       0.7.4claws103
12310
12311         * po/de.po
12312                 updated German translation.
12313
12314 2002-04-27 [hiro]       0.7.4claws102
12315
12316         * src/summaryview.c
12317                 summary_write_cache(): fixed the mark loss of hidden messages.
12318
12319 2002-04-26 [melvin]     0.7.4claws101
12320
12321         * src/procmsg.c
12322                 fixed a second typo (same one)
12323         * po/fr.po
12324           po/it.po
12325           po/pt_BR.po
12326                 fixed the type again...
12327
12328 2002-04-26 [melvin]     0.7.4claws100
12329
12330         * src/procmsg.c
12331                 fixed a typo in an alert message ("temorary").
12332         * po/it.po
12333         * po/pt_BR.po
12334                 corrected the typo  described above.
12335         * po/fr.po
12336                 updated French translation.
12337
12338 2002-04-26 [darko]      0.7.4claws99
12339
12340         * src/summaryview.c
12341                 fix target folder colorization
12342
12343 2002-04-25 [paul]       0.7.4claws98
12344
12345         * po/it.po
12346                 updated by Alessandro Maestri
12347
12348 2002-04-24 [colin]      0.7.4claws97
12349         
12350         * src/compose.c
12351                 Fixed double "subject is empty" question.
12352
12353 2002-04-23 [colin]      0.7.4claws96
12354         
12355         * src/mimeview.c
12356                 Corrected issue when "automatically display images" was
12357                 not set : first image remained after selecting second.
12358
12359 2002-04-23 [melvin]     0.7.4claws95
12360
12361         * src/prefs_actions.c
12362                 Don't display in/out dialog if there is nothing to show.
12363
12364 2002-04-23 [paul]       0.7.4claws94
12365
12366         * sync with 0.7.5cvs3
12367                 bug fixes: see ChangeLog entry 2002-04-23
12368
12369 2002-04-22 [darko]      0.7.4claws93
12370
12371         * src/compose.c
12372                 fix previous check-in which changed code after
12373                 merge from main
12374
12375 2002-04-22 [paul]       0.7.4claws92
12376
12377         * faq/de/*
12378                 add German FAQ
12379         * faq/en/*
12380           faq/es/*
12381           faq/fr/*
12382                 update English, Spanish and French FAQs
12383         * manual/de/*
12384           manual/es/*
12385                 add German and Spanish manuals
12386         * manual/en/*
12387           manual/fr/*
12388                 update English and French manuals
12389
12390         * src/Makefile.am
12391                 add to and re-arrange the pixmap entries
12392
12393 2002-04-22 [darko]      0.7.4claws91
12394
12395         * src/compose.c
12396                 fix sender initials recognition to only allow
12397                 '>' after the initials
12398
12399 2002-04-21 [paul]       0.7.4claws90
12400
12401         * sync with 0.7.5 release
12402                 see ChangeLog entry 2002-04-21
12403
12404 2002-04-21 [alfons]
12405
12406         * src/Makefile.am
12407                 add colin's new pixmaps to EXTRA_DIST
12408
12409 2002-04-21 [colin]      0.7.4claws89
12410         * src/compose.c
12411         * src/inc.c
12412         * src/mainwindow.[ch]
12413         * src/prefs_common.[ch]
12414         * src/stock_pixmap.[ch]
12415                 Added "Work offline" ability.
12416
12417 2002-04-21 [colin]      0.7.4claws88
12418         
12419         * src/mimeview.c
12420         * src/prefs_common.c
12421         * src/prefs_common.h
12422         * src/textview.c : Added an option to common preferences -> display
12423           to allow user not to automatically display images.
12424
12425 2002-04-21 [paul]       0.7.4claws87
12426
12427         * sync with 0.7.4cvs52
12428                 see ChangeLog entry 2002-04-21 (src/imap.c)
12429
12430 2002-04-21 [paul]       0.7.4claws86
12431
12432         * sync with 0.7.4cvs51
12433                 see ChangeLog entry 2002-04-21
12434
12435 2002-04-21 [paul]       0.7.4claws85
12436
12437         * sync with 0.7.4cvs49
12438                 see ChangeLog entries 2002-04-20 and 2002-04-21
12439
12440         * src/Makefile.am
12441                 clean up: remove old 'stock_' element from xpm 
12442                 filenames.
12443
12444 2002-04-21 [alfons]     0.7.4claws84
12445
12446         apply sync patch from Paul
12447
12448         * src/folderview.c
12449                 use old claws prefs_folder_item_create() for now
12450
12451 2002-04-19 [match]      0.7.4claws83
12452
12453         * src/addressbook.[ch]
12454         * src/addrharvest.[ch]
12455         * src/addrgather.[ch]
12456                 recurse folders.
12457         * src/mainwindow.c
12458         * src/summaryview.[ch]
12459                 change menu option.
12460
12461 2002-04-19 [paul]       0.7.4claws82
12462
12463         * po/pt_BR.po
12464                 updated by Fabio Junior Beneditto
12465
12466 2002-04-14 [alfons]     0.7.4claws81
12467
12468         * src/passphrase.c
12469                 add #include <sys/types.h> for mode_t and off_t 
12470
12471 2002-04-13 [paul]       0.7.4claws80
12472         
12473         * src/main.c
12474           src/passphrase.[ch]
12475           src/pgptext.c
12476           src/prefs_common.[ch]
12477           src/rfc2015.c
12478                 enable storing of GnuPG passphrase for the whole 
12479                 session or a user-defined number of minutes. patch 
12480                 submitted by Ravemax <ravemax@dextrose.com>
12481
12482 2002-04-13 [alfons]     0.7.4claws79
12483
12484         * src/textview.c
12485                 make email parser also stop scanning when encountering separators
12486                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12487
12488 2002-04-13 [paul]       0.7.4claws78
12489
12490         * sync with 0.7.4cvs39
12491                 see ChangeLog entry 2002-04-12
12492
12493 2002-04-11 [paul]       0.7.4claws77
12494
12495         * sync with 0.7.4cvs37
12496                 see ChangeLog entry 2002-04-11
12497
12498 2002-04-11 [paul]       0.7.4claws76
12499
12500         * COPYING 
12501                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12502                 the clause for OpenSSL). sync with sylpheed main
12503
12504 2002-04-09 [melvin]     0.7.4claws75
12505
12506         * src/compose.c
12507                 Made 'Ctrl-Enter' on send ignore some modifiers 
12508                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12509                 to bind other *-Enter (but not Alt-Enter).
12510
12511 2002-04-09 [paul]       0.7.4claws74
12512
12513         * sync with 0.7.4cvs35
12514                 see ChangeLog entries 2002-04-09
12515
12516 2002-04-08 [paul]       0.7.4claws73
12517
12518         * sync with 0.7.4cvs33
12519                 see ChangeLog entry 200-04-08
12520
12521 2002-04-07 [match]      0.7.4claws72
12522
12523         * src/addrharvest.[ch]
12524                 fixed to read all addresses in header, regardless
12525                 of header size. improved name parsing. accommodate
12526                 harvest from folders and selected message.
12527         * src/addritem.[ch]
12528                 included new address parsing function.
12529         * src/addrgather.[ch]
12530         * src/addressbook.[ch]
12531         * src/summaryview.[ch]
12532         * src/mainwindow.c
12533                 allow address harvest of folder as well as selected
12534                 messages.
12535
12536 2002-04-07 [paul]       0.7.4claws71
12537
12538         * src/esmtp.[ch]
12539           src/smtp.c
12540                 don't try to authenticate with CRAM-MD5 in SMTP when 
12541                 SMTP-AUTH enabled if MTA doesn't issue this 
12542                 auth-method in it's ehlo-response. bug item #531364,
12543                 patch item #938910. patch submitted by Colin Leroy 
12544                 <colin@colino.net>
12545
12546 2002-04-07 [paul]       0.7.4claws70
12547
12548         * src/nntp.c
12549                 fix missing MODE_READER bug. patch submitted by
12550                 Colin Leroy <colin@colino.net>
12551
12552 2002-04-07 [alfons]     0.7.4claws69
12553
12554         * src/matcher.[ch]
12555         * src/prefs_filtering.c
12556         * src/summaryview.c
12557                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12558                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12559
12560 2002-04-07 [paul]       0.7.4claws68
12561
12562         * sync with 0.7.4cvs32
12563                 see ChangeLog entry 2002-04-06
12564
12565         * tools/filter_conv.pl
12566                 more bug fixes
12567
12568 2002-04-06 [paul]       0.7.4claws67
12569
12570         * tools/filter_conv.pl
12571                 modify to be able to find the name of the first
12572                 mailbox and use that. main's filter does not
12573                 record the full path to the mailbox and therefore
12574                 can only filter to the first mailbox.
12575
12576 2002-04-05 [paul]       0.7.4claws66
12577
12578         * tools/filter_conv.pl
12579                 attempt to make the script all-encompassing and
12580                 be able to convert any main 'filter' rule thrown
12581                 at it
12582
12583 2002-04-05 [paul]       0.7.4claws65
12584
12585         * tools/filter_conv.pl
12586                 allow for collapsed folder trees
12587
12588 2002-04-05 [paul]       0.7.4claws64
12589
12590         * sync with 0.7.4cvs31
12591                 see ChangeLog entries 2002-04-05
12592
12593 2002-04-03 [paul]       0.7.4claws63
12594
12595         * sync with 0.7.4cvs29
12596                 see ChangeLog entries 2002-04-02 and 2002-04-03
12597
12598 2002-04-02 [paul]       0.7.4claws62
12599
12600         * sync with 0.7.4cvs26
12601                 see ChangeLog entry 2002-04-01
12602
12603 2002-04-02 [match]      0.7.4claws61
12604
12605         * src/pine.[ch]
12606         * src/importpine.[ch]
12607         * src/addressbook.c
12608                 import Pine address book.
12609
12610 2002-04-02 [match]      0.7.4claws60
12611
12612         * src/addrharvest.[ch]
12613                 improve address parsing of funky addresses.
12614
12615 2002-04-02 [darko]      0.7.4claws59
12616
12617         * src/compose.c
12618                 wrap on send improvements, it now recognizes quoted
12619                 initials as part of the quotation string, and it
12620                 does not join lines separated by CR
12621
12622 2002-04-01 [match]      0.7.4claws58
12623
12624         * src/mgutils.[ch]
12625                 added new functions.
12626         * src/mutt.[ch]
12627                 remove excessive duplicate address generation
12628                 on import.
12629
12630 2002-04-01 [alfons]     0.7.4claws57
12631         
12632         * src/summaryview.c
12633                 put back g_free() 
12634
12635 2002-04-01 [paul]       0.7.4claws56
12636
12637         * sync with 0.7.4cvs25
12638                 see ChangeLog entry 2002-04-01
12639
12640 2002-04-01 [alfons]     0.7.4aprilfool55
12641
12642         * src/summaryview.c
12643                 honour feature request item #537427 to allow for
12644                 displaying names from address book for sent mail also
12645
12646 2002-03-29 [paul]       0.7.4claws54
12647
12648         * src/mainwindow.c
12649           src/prefs_filtering.[ch]
12650           src/prefs_matcher.c
12651           src/summaryview.c
12652                 add 'fast filter' for claws' filtering,
12653                 /Tools/Create filter rule/... patch submitted
12654                 by Neill Miller <neillm@thecodefactory.org>
12655
12656 2002-03-29 [paul]       0.7.4claws53
12657
12658         * sync with 0.7.4cvs24
12659                 see ChangeLog entry 2002-03-29
12660
12661 2002-03-28 [paul]       0.7.4claws52
12662
12663         * sync with 0.7.4cvs23
12664                 see ChangeLog entry 2002-03-28
12665
12666 2002-03-27 [melvin]     0.7.4claws51
12667
12668         * src/prefs_actions.c
12669                 Added support to pass only one message part (as a
12670                 file) to the command using '%p'. No quotes are needed
12671                 because doubles quotes are automatically added.
12672                 Fixed bug where Sylpheed could block when waiting for
12673                 a child process to finish.
12674                 Changed the help menu to remove quotes around symbols to 
12675                 avoid misinterpretation (they must not be used).
12676
12677 2002-03-27 [melvin]     0.7.4claws50
12678
12679         * src/inc.c
12680                 Made the new mail notification command always 
12681                 execute asynchronously.
12682
12683 2002-03-27 [paul]       0.7.4claws49
12684
12685         * src/compose.c
12686                 fix bug introduced in last commit
12687
12688 2002-03-27 [paul]       0.7.4claws48
12689
12690         * sync with 0.7.4cvs21
12691                 see ChangeLog 2002-03-26 and 2002-03-27
12692
12693 2002-03-26 [hoa]        0.7.4claws47
12694
12695         * src/prefs_folder_item.c
12696                 really fixed the bug #516442 with folder rescan.
12697
12698 2002-03-26 [paul]       0.7.4claws46
12699
12700         * sync with 0.7.4cvs19
12701                 see ChangeLog entries 2002-03-25 and 2002-03-26
12702
12703 2002-03-25 [hoa]        0.7.4claws45
12704
12705         * src/matcher.c
12706         * src/mh.c
12707                 fix the bug #516442 with folder rescan.
12708
12709         * src/prefs_common.[ch]
12710         * src/compose.c
12711                 added an option to enable two different behaviours
12712                 for bounce.
12713
12714
12715 2002-03-25 [paul]       0.7.4claws44
12716
12717         * src/mainwindow.c
12718           src/selective_download.c
12719                 correct a few menuitem labels
12720
12721 2002-03-25 [christoph]  0.7.4claws43
12722
12723         * src/procmsg.c
12724                 fix non deleted tmp message in
12725                 procmsg_save_to_outbox
12726                 fix problems caused by sync with
12727                 main branch's procmsg_send_queue
12728
12729 2002-03-25 [paul]       0.7.4claws42
12730
12731         * src/quote_fmt.c
12732           src/quote_fmt_lex.l
12733           src/quote_fmt_parse.y
12734                 add Last name (%L) placeholder for quoting. 
12735                 patch submitted by Thorsten Thielen 
12736                 <thth@users.sourceforge.net>
12737
12738 2002-03-25 [paul]       0.7.4claws41
12739
12740         * src/utils.c
12741                 get full hostname. patch submitted by
12742                 Bob Woodside <rwoodside1@comcast.net>
12743
12744 2002-03-25 [paul]       0.7.4claws40
12745
12746         * src/account.c
12747           src/news.c
12748           src/nntp.[ch]
12749           src/prefs_account.[ch]
12750                 enable NNTP over SSL. patch submitted by
12751                 Pascal Jermini <pascal@infinity.hn.org>
12752
12753 2002-03-24 [paul]       0.7.4claws39
12754
12755         * src/prefs_common.c
12756                 make the arrangement of the Compose tab more
12757                 coherent
12758
12759         * src/mainwindow.c
12760                 fix some irregularities of style
12761
12762         * po/de.po
12763                 updated by Kilian Krause
12764
12765 2002-03-23 [paul]       0.7.4claws38
12766
12767         * po/pt_BR.po
12768                 updated by Fabio Junior Beneditto
12769
12770 2002-03-23 [paul]       0.7.4claws37
12771
12772         * src/mainwindow.c
12773                 move 'Gather addresses' to 'Tools' menu
12774                 make 'Selective download' sensitive
12775
12776 2002-03-23 [paul]       0.7.4claws36
12777
12778         * sync with 0.7.4cvs16
12779                 see ChangeLog entries 2002-03-23
12780
12781 2002-03-22 [christoph]  0.7.4claws35
12782
12783         * src/quote_fmt_parse.y
12784                 fix include program output
12785
12786 2002-03-22 [alfons]     0.7.4claws34
12787
12788         * src/pop.c
12789                 initialize GDate stack variable correctly (sorry!)
12790
12791 2002-03-22 [paul]       0.7.4claws33
12792
12793         * src/compose.c
12794           src/mainwindow.c
12795           src/prefs_actions.c
12796           src/prefs_common.c
12797                 rename 'Tool' to 'Tools'
12798
12799         * src/mainwindow.c
12800                 move 'Delete duplicated messages' from
12801                 'Message/' to 'Tools/'
12802                 re-arrange the order of 'Tools/' items
12803
12804 2002-03-22 [paul]       0.7.4claws32
12805
12806         * src/addr_compl.c
12807           src/addressbook.[ch]
12808                 auto-address completion now also matches on
12809                 Nickname. patch submitted by Bob Forsman 
12810                 <hammor@users.sourceforge.net>
12811
12812         * src/editaddress.c
12813                 correct a spelling mistake
12814
12815 2002-03-22 [alfons]     0.7.4claws31
12816
12817         * src/pop.c
12818                 fix getting uidl from incorrect string 
12819                 (spotted by Colin)
12820
12821 2002-03-21 [alfons]     0.7.4claws30
12822
12823         * src/pop.c
12824                 more code refactoring
12825                 plug mem leak introduced by delete on server
12826
12827 2002-03-21 [paul]       0.7.4claws29
12828
12829         * sync with 0.7.4cvs11
12830                 see ChangeLog entries 2002-03-20
12831
12832 2002-03-20 [alfons]     0.7.4claws28
12833
12834         * src/inc.c
12835                 apply Colin's patch and refactor
12836
12837 2002-03-20 [paul]       0.7.4claws27
12838
12839         * sync with sylpheed 0.7.4cvs9
12840                 see ChangeLog entry 2002-03-20
12841
12842 2002-03-19 [christoph]  0.7.4claws26
12843
12844         * src/mh.c
12845         * src/procmsg.[ch]
12846         * src/summaryview.c
12847                 revert changes for flag updates
12848                 (does not work correctly and no time to debug)
12849
12850 2002-03-20 [alfons]     0.7.4claws25
12851
12852         * src/pop.c
12853                 refactor should_delete() a little bit 
12854
12855 2002-03-19 [paul]       0.7.4claws24
12856
12857         * src/inc.[ch]
12858           src/pop.c
12859           src/prefs_account.[ch]
12860                 allow the user to leave downloaded mail on the 
12861                 server for n days. Patch submitted by Colin Leroy 
12862                 <colin@colino.net>
12863
12864 2002-02-19 [paul]       0.7.4claws23
12865
12866         * sync with sylpheed 0.7.4cvs8
12867                 see ChangeLog entries 2002-03-19
12868
12869 2002-03-18 [paul]       0.7.4claws22
12870
12871         * sync with sylpheed 0.7.4cvs6
12872                 see ChangeLog entry 2002-03-18
12873
12874 2002-03-18 [paul]       0.7.4claws21
12875
12876         * po/en_GB.po
12877                 add en_GB message catalogue
12878
12879         * src/mbox_folder.c
12880           src/prefs_account.c
12881           src/prefs_actions.c
12882                 correct a few spelling mistakes
12883
12884 2002-03-17 [alfons]     0.7.4claws20
12885
12886         * src/matcher.c
12887                 more stringent checks for NULL params when writing
12888                 filtering actions to a file
12889                 
12890 2002-03-17 [hoa]        0.7.3claws20
12891
12892         * src/news.c
12893                 fixed the count of new messages
12894
12895         * src/compose.c
12896                 fixed the "attachment properties" window
12897
12898 2002-03-17 [paul]       0.7.4claws19
12899
12900         * src/defs.h
12901           src/folder.h
12902           src/news.c
12903           src/prefs_account.[ch]
12904           src/procmsg.[ch]
12905           src/summaryview.c
12906                 automatically mark cross-posted messages as read 
12907                 and (optionally) give them a colour label
12908                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12909                 
12910
12911 2002-03-17 [paul]       0.7.4claws18
12912
12913         * sync with sylpheed 0.7.4cvs5
12914                 see ChangeLog entry 2002-03-17
12915
12916 2002-03-17 [melvin]     0.7.4claws17
12917         
12918         * src/textview.c
12919                 Worked around a gtktext 'bug': when searching for 
12920                 a text in a long message it was scrolling slowly
12921                 line by line until it hit the searched text.
12922         * po/fr.po
12923                 Updated French translation
12924
12925 2002-03-17 [melvin]     0.7.4claws16
12926
12927         * src/mainwindow.c
12928         * src/compose.c
12929         * src/prefs_actions.c
12930                 Moved "Edit/Actions" to "Tool/Actions"
12931                 Made mainwindow/compose window sensitive as soon as
12932                 no child process is running anymore even if the io dialog
12933                 is open.
12934                 Fixed a struct being initialized with a non constant char*
12935
12936 2002-03-16 [christoph]  0.7.4claws15
12937
12938         * configure.in
12939                 add --with-compiler-flags option
12940                 (only for developer hacking)
12941         * src/mh.c
12942         * src/procmsg.[ch]
12943         * src/summaryview.c
12944                 try to make folder-stats and flag handling more
12945                 independent from the summaryview. msgcounts
12946                 are only set when the folder is opened and
12947                 procmsg_msginfo_(un)set_flags will handle it
12948                 later and summaryview will get the values
12949                 from the folder.
12950
12951 2002-03-16 [paul]       0.7.4claws14
12952
12953         * src/messageview.c
12954                 fix Return-receipt. Patch submitted by Bob
12955                 Woodside <rwoodside1@comcast.net>
12956
12957 2002-03-16 [paul]       0.7.4claws13
12958
12959         * src/compose.c
12960                 fix 'dynamic' signatures, make it work again
12961                 broken during sync on 2002-03-14 (0.7.4claws2)
12962
12963 2002-03-15 [match]      0.7.4claws12
12964
12965         * src/addrharvest.[ch]
12966         * src/addrgather.[ch]
12967         * src/addressbook.[ch]
12968         * src/mainwindow.c
12969                 included address harvester feature. still some
12970                 issues with address parsing that I will fix.
12971
12972 2002-03-15 [match]      0.7.4claws11
12973
12974         * src/addrbook.[ch]
12975         * src/addrcache.[ch]
12976         * src/addressbook.[ch]
12977         * src/addrindex.c
12978         * src/editbook.c
12979         * src/importldif.c
12980         * src/importmutt.c
12981         * src/jpilot.[ch]
12982         * src/main.c
12983         * src/syldap.[ch]
12984         * src/vcard.[ch]
12985                 tidy up. fix memory leaks. moved attribs and methods
12986                 from individual interfaces to addrcache object. prep
12987                 for new stuff to come in.
12988
12989 2002-03-15 [alfons]     0.7.4claws10
12990
12991         * src/matcher.[ch]
12992         * src/matcher_parser_parse.y
12993         * src/matcher_parser_lex.l
12994         * src/prefs_matcher.c
12995                 add filtering conditions message greater than, smaller 
12996                 than, and exactly matching a size in bytes
12997                 (does not work with delete from POP3 server yet)
12998
12999                 this should also give others an idea what you should
13000                 do to add new criterions to claws filtering system
13001                 
13002
13003 2002-03-15 [paul]       0.7.4claws9
13004
13005         * tools/filter_conv.pl
13006                 exit if there are no filter rules to convert
13007                 rename filterrc to filterrc.old after completion
13008
13009 2002-03-15 [paul]       0.7.4claws8
13010
13011         * sync with sylpheed 0.7.4cvs3
13012                 see ChangeLog entry 2002-03-14
13013
13014 2002-03-14 [paul]       0.7.4claws7
13015
13016         * src/compose.c
13017                 clean up the last commit (ahem)
13018
13019 2002-03-14 [paul]       0.7.4claws6
13020
13021         * src/compose.c
13022                 fix bug #515655. honour account preferences
13023                 regarding gpg default signing/encryption when 
13024                 changing account from the compose window.
13025
13026 2002-03-14 [paul]       0.7.4claws5
13027
13028         * src/folderview.c
13029                 remove unnecessary curly brackets
13030
13031 2002-03-14 [paul]       0.7.4claws4
13032
13033         * src/folderview.c
13034           src/prefs_filtering.[ch]
13035                 add filter rename on folder rename and filter
13036                 delete on folder delete. Patch submitted by
13037                 Neill Miller <neillm@thecodefactory.org> 
13038
13039 2002-03-14 [christoph]  0.7.4claws3
13040
13041         * src/procmsg.c
13042         * src/send.c
13043                 fix local delivery
13044                 (patch submitted by "Simon 'corecode' Schubert")
13045         * src/prefs_common.c
13046         * src/procmsg.c
13047                 fix gcc 3.0 warning
13048
13049 2002-03-14 [paul]       0.7.4claws2
13050
13051         * sync with sylpheed 0.7.4cvs2
13052                 see ChangeLog entry 2002-03-13
13053
13054 2002-03-12 [darko]      0.7.4claws1
13055
13056         * src/mainwindow.c
13057                 fix what seems to be a copy and paste error
13058                 when setting color for important messages
13059                 (reported by wwp)
13060
13061 2002-03-11 [paul]       version 0.7.4claws released
13062
13063 2002-03-11 [paul]       0.7.4claws
13064
13065         * po/es.po
13066           po/it.po
13067           po/nl.po
13068           po/pt_BR.po
13069                 update message catalogs. Submitted by Ricardo Mones 
13070                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13071                 Fabio Junior Beneditto
13072
13073         * configure.in
13074           faq/Makefile.am
13075           faq/it/Makefile
13076           faq/it/sylpheed-faq*
13077           src/mainwindow.c
13078           src/manual.[ch]
13079                 add FAQ in Italian
13080         
13081
13082 2002-03-11 [jens]       0.7.3claws7
13083
13084         * po/de.po
13085                 updated German translation
13086
13087 2002-03-11 [melvin]     0.7.3claws6
13088
13089         * po/fr.po
13090                 updated and corrected French translation
13091
13092 2002-03-10 [hoa]        0.7.3claws5
13093
13094         * src/account.c
13095         * src/inc.c
13096         * src/prefs_account.c
13097         * src/procmsg.c
13098         * src/send.[ch]
13099                 fixed the local account.
13100                 you have to change the default "/usr/sbin/sendmail"
13101                 to "/usr/sbin/sendmail -t" in the preferences of
13102                 the local account.
13103
13104         * src/procmime.c
13105                 removed some debug display for renderer
13106
13107 2002-03-10 [paul]       0.7.3claws4
13108
13109         * faq/en/sylpheed-faq-1.html
13110           faq/en/sylpheed-faq-2.html
13111                 update
13112
13113 2002-03-09 [paul]       0.7.3claws3
13114
13115         * sync with sylpheed 0.7.4
13116                 see ChangeLog entry 2002-03-09
13117
13118 2002-03-08 [paul]       0.7.3claws2
13119
13120         * faq/en/sylpheed-faq*
13121           faq/es/sylpheed-faq*
13122           faq/fr/sylpheed-faq*
13123                 update the FAQs
13124
13125         * manual/fr/.cvsignore
13126           manual/fr/Makefilea.am
13127           manual/fr/sylpheed*
13128           src/mainwindow.c
13129           src/manual.[ch]
13130                 add the French manual
13131
13132 2002-03-07 [paul]       0.7.3claws1
13133
13134         * sync with sylpheed 0.7.3cvs4
13135                 see ChangeLog entries  2002-03-06 and 2002-03-07
13136         
13137         * po/nl.po
13138                 updated by Wilbert Berendsen
13139
13140 2002-03-07 [melvin]     0.7.2claws34
13141
13142         * src/selective_download.c
13143                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13144
13145 2002-03-06 [paul]       0.7.2claws33
13146
13147         * sync with sylpheed 0.7.3cvs1
13148                 bug fix, see ChangeLog entry 2002-03-05
13149
13150 2002-03-05 [paul]       0.7.2claws32
13151
13152         * src/mimeview.c
13153           src/pgptext.[ch]
13154           src/procmsg.c
13155                 reverse the pgp ascii-armored code implemented in 
13156                 0.7.2claws16. removal of this code until it matures.
13157                 this means that verifying ascii-armored pgp sigs and
13158                 automatic decryption of ascii-armored encrypted
13159                 messages no longer works.
13160
13161 2002-03-05 [paul]       0.7.2claws31
13162
13163         * configure.in
13164           Makefile.am
13165         * faq/Makefile.am
13166         * faq/en/Makefile.am
13167           faq/en/sylpheed-faq.html
13168           faq/en/sylpheed-faq-1.html
13169           faq/en/sylpheed-faq-2.html
13170           faq/en/sylpheed-faq-3.html
13171         * faq/es/Makefile.am
13172           faq/es/sylpheed-faq.html
13173           faq/es/sylpheed-faq-1.html
13174           faq/es/sylpheed-faq-2.html
13175           faq/es/sylpheed-faq-3.html
13176           faq/es/sylpheed-faq-4.html
13177         * faq/fr/Makefile.am
13178           faq/fr/sylpheed-faq.html
13179           faq/fr/sylpheed-faq-1.html
13180           faq/fr/sylpheed-faq-2.html
13181           faq/fr/sylpheed-faq-3.html
13182         * src/Makefile.am
13183           src/defs.h
13184           src/mainwindow.c
13185           src/manual.[ch]
13186                 add FAQs in English, Spanish and French
13187
13188
13189 2002-03-05 [paul]       0.7.2claws30
13190
13191         * manual/en/sylpheed.html
13192           manual/en/sylpheed-XX.html
13193                 updated the English manual
13194
13195 2002-03-05 [hoa]        
13196
13197         * src/summaryview.c
13198                 dialog box pops up if the article can't be deleted.
13199
13200 2002-03-04 [paul]       
13201         
13202         * po/pt_BR.po
13203                 updated by Fabio Junior Benedito
13204
13205 2002-03-04 [hoa]
13206
13207         * removed ac/gpgme.m4
13208                 to avoid autogen common problem
13209                 developers have to install gpgme development package now
13210
13211         * src/compose.c
13212                 encoding to 7bit or 8bit is enabled.
13213
13214 2002-03-03 [alfons]     0.7.2claws29
13215
13216         * src/pop.c
13217                 merge fix by Oliver Haertel for selective
13218                 download buglet
13219
13220 2002-03-03 [paul]       0.7.2claws28
13221         
13222         * sync with sylpheed 0.7.3
13223
13224 2002-03-03 [paul]       0.7.2claws27
13225
13226         * sync with sylpheed 0.7.2cvs24
13227                 see ChangeLog entries 2002-03-02 and 2002-03-03
13228
13229 2002-03-02 [melvin]     0.7.2claws26
13230
13231         * src/inc.[ch]
13232         * src/main.c
13233         * src/mainwindow.c
13234         * src/prefs_common.[ch]
13235                 Added user definable notification on new mail arrival.
13236                 Removed unused variables in spell checker prefs code.
13237
13238 2002-03-02 [melvin]     0.7.2claws25
13239
13240         * src/quote_fmt.c
13241                 Removed unnecessary escape sequences.
13242                 Changed 'Initial...' to 'Initials of Sender'
13243
13244 2002-03-02 [paul]       0.7.2claws24
13245
13246         * sync with sylpheed 0.7.2cvs22
13247                 see ChangeLog entry 2002-03-01
13248
13249 2002-03-01 [hoa]        0.7.2claws23
13250
13251         * src/mainwindow.c
13252                 Set sensitivity of delete actions to active
13253                 even if the folder is a newsgroup.
13254
13255         * src/summaryview.c
13256                 - Set sensitivity of delete actions
13257                 - Added function check_permission() that will check if the
13258                   user is authorized to delete a message. For news, it
13259                   will check if the author is the same.
13260                 - Enabled deletion when there is no trash folder.
13261
13262         * src/news.[ch]
13263                 - Added news_cancel_article() to cancel articles
13264                 - Implemented news_remove_message() (public function)
13265
13266 2002-03-01 [paul]       0.7.2claws22
13267
13268         * src/gtkutils.c
13269           src/textview.c
13270                 recognise urls that that don't include 'http://' and
13271                 simply begin 'www.' 
13272
13273         * AUTHORS
13274                 remove duplicated name
13275
13276 2002-02-28 [paul]       0.7.2claws21
13277
13278         * src/mainwindow.c
13279           src/summaryview.[ch]
13280                 add ability to 'Select thread'
13281                 combines Melvin's "Select thread's head" patch (#510907)
13282                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13283                 patch (#518514) 
13284
13285 2002-02-28 [paul]       0.7.2claws20
13286
13287         * src/mimeview.c
13288                 hopefully fix segfault on right-clicking a mime part
13289                 that some people have experienced.      
13290                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13291
13292 2002-02-28 [paul]       0.7.2claws19
13293
13294         * sync with sylpheed 0.7.2cvs21
13295                 see ChangeLog entries 2002-02-27 and 2002-02-28
13296
13297 2002-02-27 [paul]       0.7.2claws18
13298
13299         * sync with sylpheed 0.7.2cvs18
13300                 see ChangeLog entries 2002-02-26 and 2002-02-27
13301
13302 2002-02-26 [alfons]     0.7.2claws17
13303
13304         * src/procheader.c
13305                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13306                 (spotted by Chris Hessman <idatech@gmx.net>)
13307
13308 2002-02-26 [paul]       0.7.2claws16
13309
13310         * src/mimeview.c
13311           src/pgptext.[ch]
13312           src/procmsg.c
13313                 make decryption of ascii-armored pgp encrypted messages
13314                 and verification of ascii-armored signatures work again.
13315                 slightly altered from the patch by Jens Jahnke 
13316                 <jan0sch@gmx.net>
13317
13318                 ##FIX ME##
13319                 * the checking of plaintext signatures always comes up in 
13320                   a popup box
13321                 * it doesn't work for multipart messages 
13322                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13323                   including the msg headers and these 2 line themselves, are 
13324                   not displayed
13325
13326         * src/mainwindow.c
13327                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13328                 "View/Message View" becomes "View/Separate Message View"
13329                 because its less ambiguous.
13330
13331         * po/es.po
13332                 updated by Ricardo Mones Lastra
13333
13334 2002-02-26 [paul]       0.7.2claws15
13335
13336         * sync with sylpheed 0.7.2cvs17
13337                 see ChangeLog entries 2002-02-25 and 2002-02-26
13338
13339 2002-02-25 [christoph]  0.7.2claws14
13340
13341         * src/filtering.[ch]
13342         * src/inc.c
13343                 do filtering stuff after all messages have been received
13344                   1. drop all messages to .processing
13345                   2. scan processing folder for messages
13346                   3. filter messages or move to inbox
13347                 this will also find old messages left in processing after
13348                 a crash or something like that and we get a real msginfo
13349                 from folder->get_msg_list and do not have to create our
13350                 own in filter_message
13351         * src/matcher_parser_parse.y
13352                 remove MIX/MAX warning (reordered includes)
13353
13354 2002-02-25 [paul]       0.7.2claws13
13355
13356         * sync with sylpheed 0.7.2cvs15
13357                 see ChangeLog entry 2002-02-24
13358
13359 2002-02-24 [alfons]     0.7.2claws12
13360
13361         * src/filtering.c
13362                 clear old color flags first when applying a new color to
13363                 a message info. 
13364                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13365
13366 2002-02-24 [alfons]     0.7.2.claws11
13367         
13368         * AUTHORS
13369         * src/prefs_common.c
13370                 add presets for Opera and Konqueror, closes patch #517261,
13371                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13372
13373 2002-02-24 [alfons]     0.7.2.claws10
13374
13375         * AUTHORS
13376         * src/summaryview.c
13377                 fix threading for null message ids, closes patch #521601,
13378                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13379
13380 2002-02-24 [alfons]     0.7.2claws9
13381
13382         * src/summaryview.c
13383         * src/filtering.c
13384                 make Tool | Filter Message work with filtering system so
13385                 setting flags also works
13386
13387                 TODO:
13388
13389                 - Processing uses the same function as Tool | Filter
13390                   Message, but doesn't use the same update proc yet
13391
13392 2002-02-23 [paul]       0.7.2claws8
13393
13394         * sync with sylpheed 0.7.2cvs14
13395                 see ChangeLog entries 2002-02-22 and 2002-02-23
13396
13397 2002-02-22 [christoph]  0.7.2claws7
13398
13399         * src/quote_fmt.c
13400                 Add column space to table
13401         * src/quote_fmt_parse.y
13402                 Close files
13403
13404 2002-02-22 [paul]       0.7.2claws6
13405
13406         * src/Makefile.am
13407           src/defs.h
13408           src/filtering.c
13409           src/inc.[ch]
13410           src/mainwindow.c
13411           src/matcher.[ch]
13412           src/matcher_parser_lex.l
13413           src/matcher_parser_parse.y
13414           src/pop.[ch]
13415           src/prefs_account.h
13416           src/prefs_filtering.c
13417           src/selective_download.[ch]   *** NEW FILES ***
13418           src/utils.[ch]
13419           po/POTFILES.in
13420                 Selective Download added to 'Tool' menu. 
13421                 Retrieves email headers of the currently selected pop3 
13422                 account and allows the user to mark emails for deletion 
13423                 right on the pop3 server. Patch submitted by Oliver Haertel 
13424                 <oha@users.sourceforge.net>.
13425         
13426         * po/POTFILES.in
13427                 add 'src/quote_fmt.c'           
13428
13429 2002-02-22 [christoph]  0.7.2claws5
13430
13431         * src/Makefile.am
13432                 added quote_fmt.c
13433         * src/prefs_common.[ch]
13434         * src/prefs_template.c
13435         * src/quote_fmt.c               *** NEW FILE ***
13436         * src/quote_fmt.h
13437                 move quote format symbol description code
13438                 to it's own file because it is used from
13439                 differnent code parts
13440                 Rewrote symbol description GUI
13441                   + use table
13442                   + add separators
13443                   + get data from array (no more long constant strings)
13444         * src/quote_fmt_lex.l
13445         * src/quote_fmt_parse.y
13446                 Symbol for Literal % changed to \% instead of %%
13447                 (More logical as \ is used for quoting for other symbols)
13448                 Add |f and |p to include files and program output
13449                 Examples:
13450                     |f{/home/.../.signature}
13451                     |p{date}
13452         * po/de.po
13453                 Correct wrong spelling for "Referenzen"
13454
13455 2002-02-21 [paul]       0.7.2claws4
13456
13457         * src/procmsg.c
13458                 forgotten during sync
13459
13460 2002-02-21 [paul]       0.7.2claws3
13461
13462         * sync with sylpheed 0.7.2cvs11
13463                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13464                 2002-02-20 and 2002-02-21
13465
13466 2002-02-20 [melvin]     0.7.2claws2
13467
13468         * src/prefs_actions.c
13469                 Added error report when child cannot fork or when execvp 
13470                 returns with an error.
13471
13472 2002-02-19 [christoph]  0.7.2claws1
13473
13474         * src/codeconv.c
13475                 return unconverted text if conde conversion is not possible
13476                 when libjconv is used.
13477                 (patch submitted by "Simon 'corecode' Schubert")
13478
13479 2002-02-19 [paul]       
13480
13481         * version 0.7.2claws release
13482
13483 2002-02-19 [paul]       0.7.2claws
13484
13485         * po/nl.po
13486                 updated by Wilbert Berendsen
13487
13488
13489 2002-02-18 [alfons]     0.7.1claws13
13490
13491         * src/syldap.c
13492         * src/jpilot.c
13493                 remove references to dlfcn and explicitly loading functions
13494                 from dynalink libs, because libs linked anyway, and functions
13495                 are loaded explicitly
13496
13497 2002-02-17 [melvin]     0.7.1claws12
13498
13499         * src/prefs_actions.c
13500                 Replaced children wait loop with double fork technique.
13501                 Now, input/output window updated at each new output.
13502                 free_children(): Fixed a memory leak.
13503                 Made input/output window non closable if running children
13504                 still exist.
13505                 Added missing <unistd.h> include.
13506                 Added some --debug outputs.
13507
13508 2002-02-17 [melvin]     0.7.1claws11
13509
13510         * src/summaryview.c
13511                 Fixed bug where descending sort order did not select top
13512                 message.
13513
13514 2002-02-17 [melvin]     0.7.1claws10
13515
13516         * acconfig.h
13517                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13518         * src/prefs_common.c
13519                 Pspell data package directory no more hard coded but
13520                 set during configuration (PSPELL_PATH). (Thanks to 
13521                                 Gustavo Noronha Silva.)
13522
13523 2002-02-17 [melvin]     0.7.1claws9
13524
13525         * configure.in
13526                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13527         * src/gtkspell.c
13528                 Fixed compile-time warnings.
13529
13530 2002-02-16 [alfons]     0.7.1claws8
13531
13532         * src/filesel.c
13533                 fix inadvertent free of NULL pointer which caused
13534                 sylpheed to crash when closing the save-as dialog
13535                 using the window close button
13536
13537 2002-02-16 [carsten]    0.7.1claws7
13538         * src/mainwindow.[ch]
13539           src/summaryview.c
13540           src/prefs_common.c
13541                 fixes for pixmap theming code:
13542                         - recently changed mail attributes shouldn't get
13543                           lost any longer
13544                         - theme is only reloaded iff another theme was
13545                           selected
13546
13547 2002-02-16 [paul]       0.7.1claws6
13548
13549         * sync with sylpheed 0.7.2 release
13550                 see ChangeLog entry 2002-02-15 and 2002-02-16
13551
13552 2002-02-15 [paul]       0.7.1claws5
13553
13554         * sync with sylpheed 0.7.1cvs9
13555                 see ChangeLog entry 2002-02-15
13556
13557         * po/POTFILES.in
13558                 remove unneeded headerwindow.c entry
13559
13560 2002-02-14 [carsten]    0.7.1claws4
13561         * src/summaryview.c
13562                 fixed a bug for "Go to next unread message": there was
13563                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13564                 in the prefs, because of doing "Search again" instead
13565                 "No"
13566
13567 2002-02-14 [carsten]    0.7.1claws3
13568         * src/stock_pixmap.c
13569                 removed 2 more mem leaks; following memprof,
13570                 this code is "leak free" now :)
13571
13572 2002-02-14 [carsten]    0.7.1claws2
13573         * src/stock_pixmap.c
13574                 used opendir/readdir/closedir instead of scandir
13575                 -> code should work now on Solaris
13576
13577 2002-02-14 [paul]       0.7.1claws1
13578
13579         * sync with sylpheed 0.7.1cvs8
13580                 see ChangeLog entries 2002-02-13 and 2002-02-14
13581
13582         * README.claws
13583                 add some description of Actions and Pixmap Themes
13584
13585 2002-02-13 [paul]       
13586
13587         * version 0.7.1claws release
13588
13589 2002-02-13 [paul]       0.7.1claws
13590
13591         * po/es.po
13592           po/it.po
13593           po/pt_BR.po
13594                 updated translations, submitted by Ricardo Mones Lastra,
13595                 Alessandro Maestri and Fabio Junior Beneditto
13596
13597 2002-02-13 [melvin]     0.7.0claws75
13598
13599         * src/prefs_actions.c
13600                 Added missing "signal.h" include
13601
13602 2002-02-13 [melvin]     0.7.0claws74
13603
13604         * src/prefs_folder_item.c
13605                 Added missing "config.h" include
13606         * po/fr.po
13607                 Updated French translation for folder propriety.
13608
13609 2002-02-13 [jens]       0.7.0claws73
13610
13611         * po/POTFILES.in
13612                 Added missing src/prefs_folder_item.c [log added by melvin]
13613         * po/de.po
13614                 Updated German translation.
13615
13616 2002-02-13 [melvin]     0.7.0claws72
13617
13618         * po/fr.po
13619                 Updated French translation.
13620
13621 2002-02-13 [melvin]     0.7.0claws71
13622
13623         * src/gtkutils.c
13624                 Made gtkut_editable_get_selection return NULL if selection
13625                 is of length zero.
13626                 This fixes a bug where selecting part of message A then
13627                 switching to message B and replying to it will not
13628                 quote the message's body.
13629
13630 2002-02-12 [paul]       0.7.0claws70
13631
13632         * src/mainwindow.c
13633                 cosmetic, relating to pixmap themes: on toolbar make 
13634                 updating of 'Exec' and 'Compose news/Compose email'
13635                 icons faster.
13636
13637 2002-02-12 [carsten]    0.7.0claws69
13638         * src/folderview.c
13639           src/mainwindow.[ch]
13640           src/stock_pixmap.c
13641           src/summaryview.c
13642           src/prefs_common.c
13643                 - refreshing after changing pixmap theme better
13644                   now (thanks Paul)
13645                 - wanted to remove some mem leaks, but alfons was
13646                   faster (and had the better solution ;)
13647
13648 2002-02-12 [alfons]     0.7.0claws68
13649
13650         * src/prefs_common.c
13651         * src/stock_pixmap.[ch]
13652                 plug mem leaks, refactor code a little bit
13653
13654
13655 2002-02-12 [sergey]     0.7.0claws67
13656
13657         * src/imap.c
13658                 Fixed problem with copying messages to IMAP folders when the
13659                 server uses something other than '/' as a namespace separator
13660                 (cyrus-imapd uses '.').
13661
13662 2002-02-12 [jens]       0.7.0claws66
13663
13664         * po/de.po
13665                 Updated German Translation
13666
13667 2002-02-12 [paul]       0.7.0claws65
13668
13669         * sync with sylpheed 0.7.1cvs1
13670                 see ChangeLog entry 2002-02-12
13671
13672 2002-02-12 [melvin]     0.7.0claws64
13673
13674         * src/prefs_actions.c
13675                 Fixed "feature" where children's output was duplicated 
13676                 instead of refreshed while monitoring.
13677                 Removed some debug code.
13678
13679 2002-02-12 [christoph]  0.7.0claws63
13680
13681         * src/compose.c
13682                 always delete message from queue after sending/send error
13683                 (closes bug #509601)
13684
13685 2002-02-12 [melvin]     0.7.0claws62
13686
13687         * src/prefs_actions.c
13688                 Children wait loop is now triggered with a timeout of 1s
13689                 Added %F which is replaced with the list of filenames 
13690                 of all selected messages (as suggested by Ricardo Mones Lestra)
13691                 Pipe syntax changed. Prefix with | to send selection, postfix
13692                 with | to retrieve output. Prefix with > or * to send
13693                 user definable input to the command (*: input is hidden)
13694                 Old pipe action should now be postfixed with |, too.
13695
13696 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13697         * src/stock_pixmap.c
13698                 fixed a bug: if there's no theme directory don't
13699                 throw an error, just do "nothing" (thanks Alfons)
13700
13701 2002-02-12 [carsten]    0.7.0claws60
13702         * src/folderview.c
13703           src/summaryview.c
13704                 had to write the cache twice (nasty!); some marks would 
13705                 get lost if not
13706
13707 2002-02-11 [carsten]    0.7.0claws59
13708         * acconfig.h
13709           configure.in
13710           doc-src/maintainer_guide.txt
13711           src/compose.[ch]
13712           src/defs.h
13713           src/folderview.[ch]
13714           src/gtkutils.[ch]
13715           src/mainwindow.[ch]
13716           src/prefs_common.[ch]
13717           src/stock_pixmap.[ch]
13718           src/summaryview.[ch]
13719                 pixmap theming and related work on pixmap
13720                 handling on some other places
13721                 (e.g. hrm features for all folder)
13722           src/pixmap/stock_*.xpm -> the stock_ was removed
13723         
13724 2002-02-11 [paul]       0.7.0claws58
13725
13726         * sync with sylpheed 0.7.1 release
13727                 see ChangeLog entries 2002-02-11
13728
13729 2002-02-08 [paul]       0.7.0claws57
13730
13731         * sync with sylpheed 0.7.0cvs39
13732                 see ChangeLog entry 2002-02-07 (last entry) 
13733
13734         * src/prefs_actions.c
13735           src/prefs_filtering.c
13736           src/prefs_matcher.c
13737           src/prefs_scoring.c
13738                 sync: made it compile with C compilers other than gcc
13739
13740 2002-02-07 [paul]       0.7.0claws56
13741
13742         * sync with sylpheed 0.7.0cvs38
13743                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13744                 2002-02-07
13745
13746 2002-02-07 [darko]      0.7.0claws55
13747
13748         * src/gtkutils.[ch]
13749         * src/summaryview.c
13750                 Fix const gchar */gchar * issue (thanks Hiro)
13751
13752 2002-02-07 [darko]      0.7.0claws54
13753
13754         * src/compose.[ch]
13755         * src/filtering.c
13756         * src/gtkutils.[ch]
13757         * src/prefs_template.c
13758         * src/quote_fmt.h
13759         * src/quote_fmt_parse.y
13760         * src/summaryview.c
13761         * src/utils.[ch]
13762                 When replying or forwarding an email don't quote the entire
13763                 mail body but use the part of the message text that is selected
13764
13765 2002-02-06 [melvin]     0.7.0claws53
13766
13767         * src/prefs_common.[ch]
13768         * src/gtkspell.[ch]
13769         * src/compose.c
13770                 Made possible to switch quickly to last used dictionary
13771                 which makes checking bilingual documents easier.
13772
13773 2002-02-06 [melvin]     0.7.0claws52
13774         
13775         * po/POTFILES.in
13776                 Added forgotten new file src/prefs_actions.c
13777
13778 2002-02-06 [melvin]     0.7.0claws51
13779
13780         * src/prefs_actions.c   ** NEW FILE **
13781         * src/prefs_actions.h   ** NEW FILE **
13782                 Added actions to execute on message text view, or on the
13783                         message's file.
13784         * src/Makefile.am
13785                 Added src/prefs_actions.[ch]
13786         * src/compose.c
13787                 Added new menu "Edit/Actions"
13788         * src/defs.h
13789                 Added new actionsrc file.
13790         * src/main.c
13791                 Added actionsrc reading.
13792         * src/mainwindow.c
13793                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13794         * src/prefs_common.h
13795                 Added new element actionslst element to prefs_common.
13796
13797 2002-02-06 [paul]       0.7.0claws50
13798
13799         * sync with sylpheed 0.7.0cvs36
13800                 see ChangeLog entry 2002-02-06
13801
13802 2002-02-05 [paul]
13803
13804         * po/es.po
13805                 updated by Ricardo Mones Lastra
13806
13807 2002-02-05 [paul]       0.7.0claws49
13808
13809         * sync with sylpheed 0.7.0cvs33
13810                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13811
13812 2002-02-05 [paul]       0.7.0claws48
13813
13814         * src/compose.c
13815                 re-add 'Edit/Advanced/Delete entire line', previously named
13816                 'Delete Line+'
13817
13818 2002-02-04 [paul]       0.7.0claws47
13819
13820         * src/compose.c
13821           src/summaryview.c
13822                 fix bug #494993 (Reply All not taking Reply-To into consi)
13823                 eliminate differences in behaviour of right-click 'Reply to all' 
13824                 in summary view and 'Reply to all' on the toolbar. 
13825                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13826                 view and From gets ignored by 'Reply to all' on toolbar.
13827                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13828                 From when no Reply-To header is present.
13829
13830 2002-02-04 [paul]       0.7.0claws46
13831
13832         * sync with sylpheed 0.7.0cvs30
13833                 see ChangeLog entries 2002-02-03 and 2002-02-04
13834
13835 2002-02-03 [melvin]     0.7.0claws45
13836
13837         * src/gtkspell.[ch]
13838                 Readded function to highlight all misspelled words.
13839                 Fixed bug where user-provided-words did not replace
13840                         correctly the misspelled word when using the mouse.
13841                 Fixed bug where checking a region selected from right to left did
13842                         not check the region at all.
13843                 Fixed bug where 'Check backwards' may not check at all. 
13844                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13845                 Fixed possible buffer overflow when checking for long strings (>1k).
13846                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13847                 Accelerators code uses now gtk_widget_add_accel.
13848                 Removed and disabled obsolete and unfinished code.
13849                 Cleaning up.
13850
13851         * src/compose.c
13852                 Added menu item to Highlight all misspelled words.
13853
13854 2002-02-01 [paul]       0.7.0claws44
13855
13856         * src/mainwindow.c
13857                 fix '/View/Hide read messages' sensitivity when all
13858                 messages in a folder are hidden
13859
13860 2002-02-01 [paul]       0.7.0claws43
13861
13862         * src/main.c
13863                 add --send option to command line interface, sends all
13864                 queued mail. Patch submitted by Ricardo Mones Lastra.
13865
13866 2002-01-31 [paul]       0.7.0claws42
13867
13868         * src/mainwindow.c
13869                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13870
13871 2002-01-31 [paul]       0.7.0claws41
13872
13873         * sync with sylpheed 0.7.0cvs27
13874                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13875                 and 2002-01-31
13876
13877         * src/textview.c
13878                 comment out elements of textview_show_part() as temporary
13879                 workaround for attachment 'Display as text' bug 
13880
13881         * po/pt_BR.po
13882                 updated by Fabio Junior Beneditto
13883
13884 2002-01-30 [paul]       0.7.0claws40
13885
13886         * sync with sylpheed 0.7.0cvs24
13887                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13888                 and 2002-01-30
13889
13890         * src/compose.c
13891                 add {N_("/_Spelling"), ... "<Branch>"} to 
13892                 GtkItemFactoryEntry compose_entries[]
13893
13894         * src/prefs_common.c
13895                 add claws menu items to prefs_keybind_apply_clicked()
13896                 and remove non-claws menu items
13897
13898 2002-01-29 [paul]       0.7.0claws39
13899
13900         * sync with sylpheed 0.7.0cvs22
13901                 see ChangeLog entries 2002-01-28 and 2002-01-29
13902
13903 2002-01-28 [melvin]     0.7.0claws38
13904
13905         * src/compose.c
13906                 Added the declartion of compose_send_control_enter.
13907
13908         * src/compose.c
13909         * src/gtkspell.[ch]
13910                 Added in a 'Spelling' menu which includes the configuration menu. 
13911                 Added a real 'Check all' and got rid from the old one which only
13912                 highlited misspelled word.
13913                 Made 'Check while typing' a disableable option.
13914                 Added a dialog when there are no more misspelled word.
13915                 Added a dialog if error occurs when switching to a dictionary.
13916         
13917         * src/prefs_common.[ch]
13918                 Added option for the default 'Check while typing' option.
13919
13920
13921 2002-01-28 [alfons]     0.7.0claws37
13922
13923         * src/compose.c
13924                 fix buglet and make code comply with sylpheed code style
13925
13926 2002-01-28 [paul]       0.7.0claws36
13927
13928         * sync with sylpheed 0.7.0cvs19
13929                 see ChangeLog entries for 2002-01-28
13930
13931 2002-01-28 [hoa]        0.7.0claws35
13932
13933         * src/defs.h
13934                 added rendererrc
13935
13936         * src/main.c
13937                 read the renderer config
13938
13939         * src/procmime.[ch]
13940                 use the renderer config to convert mime attachments
13941
13942         * src/textview.c
13943                 don't use textview_show_html/ertf,
13944                 use get_text_content instead
13945
13946 2002-01-27 [alfons]     0.7.0claws34
13947         
13948         * src/news.c
13949                 make sylpheed believe it can delete a news message...
13950                 (messages are NOT deleted, maybe we should remove
13951                 processing from the folder properties after all.)
13952
13953 2002-01-27 [alfons]     0.7.0claws33
13954
13955         * src/folder.c
13956                 add extra checks
13957         * src/news.c
13958                 implement remove_msg() 
13959
13960 2002-01-27 [alfons]     0.7.0claws32
13961
13962         * src/procmsg.h
13963         * src/procheader.c
13964         * src/messageview.c
13965                 fix return receipt / disposition notification again. this
13966                 stuff seems to break on _every_ major summary UI change, so
13967                 it's now implemented using a flag which is saved in the
13968                 marks cache
13969                 
13970 2002-01-26 [alfons]     0.7.0claws31
13971
13972         * src/import.c
13973                 let import dialog show the destination folder identifier
13974
13975 2002-01-26 [melvin]     0.7.0claws30
13976
13977         * src/folderview.c
13978         * src/summaryview.c
13979                 Readded 'Mark all read' into summary view popup menu
13980                 Added 'Mark all read' in folder view popup menu for IMAP
13981                 and NNTP.
13982                 Made it insensitive if the selected folder is not the shown
13983                 one to avoid 'Mark all read' on the wrong folder.
13984                 
13985 2002-01-26 [paul]       0.7.0claws29
13986
13987         * src/folderview.c
13988           src/summaryview.c
13989                 move 'Mark all read' from summary view to folder view
13990                 menu. (adapted from) patch submitted by Jeremy Andrews,
13991                 <lists@kerneltrap.com>
13992
13993 2002-01-25 [alfons]     0.7.0claws28
13994
13995         * src/gtkstext.c
13996                 put the gtk class name back so GtkSText adapts the 
13997                 settings of GtkText
13998
13999 2002-01-25 [alfons]     0.7.0claws27
14000
14001         * src/folderview.c 
14002                 assimilate Ricardo's patch that shows pixmaps instead of
14003                 plain "new" and "unread" texts in the folder view column
14004                 headers 
14005
14006 2002-01-25 [paul]       0.7.0claws26
14007
14008         * src/Makefile.am
14009                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14010                 be found in non-standard locations. 
14011                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14012
14013 2002-01-25 [paul]       0.7.0claws25
14014
14015         * sync with sylpheed 0.7.0cvs16
14016                 see ChangeLog entry 2002-01-25
14017
14018 2002-01-24 [paul]       0.7.0claws24
14019
14020         * more sync with sylpheed 0.7.0cvs15
14021                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14022
14023 2002-01-23 [sergey]     0.7.0claws23
14024
14025         * src/importldif.c
14026                 Fixed segfault when closing LDIF import wizard with
14027                 the window manager.
14028         * src/imageview.c
14029         * src/imageview.h
14030         * src/messageview.c
14031         * src/mimeview.c
14032                 Fixed wrong scrolling position after switching between
14033                 text and image parts.
14034
14035 2002-01-23 [paul]       0.7.0claws22
14036
14037         * sync with sylpheed 0.7.0cvs15
14038                 see ChangeLog entries 2002-01-22 and 2002-01-23
14039
14040 2002-01-21 [melvin]     0.7.0claws21
14041
14042         * src/prefs_scoring.c
14043         * src/prefs_filtering.c
14044                 Fixed bug where scoring and filtering windows stopped
14045                 autochecking.
14046
14047 2002-01-21 [paul]       0.7.0claws20
14048
14049         * sync with sylpheed 0.7.0cvs12
14050                 see ChangeLog entries 2002-01-20 and 2002-01-21
14051
14052 2002-01-21 [carsten]    0.7.0claws19
14053         * src/mainwindow.c
14054         * src/menu.[ch]
14055         * src/messageview.[ch]
14056         * src/summaryview.[ch]
14057                 changes to shortcuts handling again:
14058                         + "Q" now controled by mainwin
14059                         + v/V are now customizable and have slightly
14060                           different meanings
14061                 the "button" to minimize the messageview (and maximize
14062                 the summary view) is a real button now
14063         * src/compose.c
14064                 "Delete Line+" added to Edit/Advanced (this will also
14065                 delete the '\n')
14066
14067 2002-01-20 [melvin] 0.7.0claws18
14068
14069         * src/addressbook.c
14070                 Made "Bcc" sensitive when addressbook is called from
14071                 compose window (it was a Claws only bug).
14072
14073 2002-01-19 [alfons] 0.7.0claws17
14074
14075         * src/inc.c
14076                 prevent unnecessary updates when currently selected folder has
14077                 no new messages 
14078
14079 2002-01-19 [alfons] 0.7.0claws16
14080         
14081         * src/summaryview.c
14082                 prevent writing the cache based on current message list in summary 
14083                 view when filtering also put messages in currently selected folder
14084
14085 2002-01-19 [paul]
14086
14087         * po/it.po
14088                 Italian translation submitted by Alessandro Maestri
14089                 <a.maestri@cs.tin.it>
14090
14091 2002-01-18 [melvin]     0.7.0claws15
14092
14093         * src/prefs_filters.c
14094                 fixed bug where 'cancel' from 'filters' window stops autochecking
14095                 if the timer timed out  when the window was open.
14096
14097 2002-01-18 [match]      0.7.0claws14
14098
14099         * src/addrclip.[ch]     ** NEW FILE **
14100         * src/addrselect.[ch]   ** NEW FILE **
14101         * src/adbookbase.h      ** NEW FILE **
14102                 addressbook cut, copy and paste
14103         * src/addrbook.[ch]
14104         * src/addrcache.[ch]
14105         * src/addressitem.h
14106         * src/addrindex.[ch]
14107         * src/addritem.[ch]
14108         * src/importldif.c
14109         * src/importmutt.c
14110         * src/jpilot.[ch]
14111         * src/syldap.[ch]
14112         * src/vcard.[ch]
14113         * src/jpilot.[ch]
14114         * src/editbook.c
14115         * src/editjpilot.c
14116         * src/editldap.c
14117         * src/editvcard.c
14118                 support for copy/paste
14119         * src/addressbook.c
14120                 support for copy/paste
14121                 tidy up menu option processing
14122                 correct address list function arguments
14123         * src/editaddress.c
14124                 sort user attributes
14125         * src/ldif.h
14126         * src/mutt.h
14127                 tidy up
14128
14129         * src/addrbook.[ch]
14130         * src/addrbook.[ch]
14131         * src/addrbook.[ch]
14132                 
14133
14134 2002-01-18 [paul]       0.7.0claws13
14135
14136         * sync with sylpheed 0.7.0cvs8
14137                 configure.in: support Mac OS X (Darwin)
14138
14139 2002-01-18 [carsten]    0.7.0claws12
14140         * src/html.c
14141                 small hack to fix a segfault with an empty href
14142                 (reported by Alexandra Walford <deeni@altern.org>)
14143         * src/mainwindow.c
14144         * src/summaryview.c
14145                 the shortcuts for Mark und Mark as unread are hardcoded
14146                 again
14147         * src/compose.c
14148         * src/gtkstext.[ch]
14149                 readded the shortcuts in gtkstext but made them
14150                 customizeable (simply by adding a menu plus a wrapper
14151                 to compose.c)
14152
14153 2002-01-17 [melvin]     0.7.0claws11
14154
14155         * src/gtkspell.c
14156                 fix default dictionary not being saved.
14157
14158 2002-01-16 [darko]      0.7.0claws10
14159
14160         * src/compose.c
14161                 fix wrapping crash with URL longer than wrapping margin
14162
14163 2002-12-08 [hoa]        0.7.0claws10
14164
14165         * src/matcher_parser_parse.y
14166                 fixed some bugs
14167
14168         * src/prefs_filtering.c
14169                 now, we can use bounce action in the dialog box.
14170
14171 2002-01-16 [carsten]    0.7.0claws9
14172         * src/gtkstext.c
14173                 removed the <control> and <alt> shortcuts because they're
14174                 not needed and interefered with the "normal" shortcuts
14175         * src/mainwindow.c
14176         * src/summaryview.c
14177                 removed most of the hardcoded shortcuts and assigned
14178                 them to menu entries making them easy customizable by
14179                 that
14180
14181 2002-01-16 |melvin]     0.7.0claws8
14182
14183         * src/gtkspell.c
14184                 fixed bug where using the mouse and when the compose
14185                 window is not on top may result in a crash.
14186
14187 2002-01-16 [melvin]     0.7.0claws7
14188
14189         * src/compose.c
14190                 fixed a long standingspell checker bug which could 
14191                 cause a crash after sending a message.
14192
14193 2002-01-16 [paul]       0.7.0claws6
14194
14195         * sync with sylpheed 0.7.0cvs7
14196                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14197                 2002-01-15, and 2002-01-16
14198
14199 2002-01-16 [melvin]     0.7.0claws5
14200
14201         * README.claws
14202         * src/compose.c
14203         * src/gtkspell.[ch]
14204         * src/main.c
14205                 Heavily modified spell checker code to work around
14206                 ispell bug, to add keyboard shortcuts and for future
14207                 enhancements. See README.claws for usage information.
14208
14209 2002-01-15 [alfons]     0.7.0claws4
14210         
14211         * src/summaryview.c
14212                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14213                 so sorting within threads reflects sort mode
14214
14215 2002-01-15 [christoph]  0.7.0claws3
14216
14217         * src/procmsg.c
14218                 added alertpanel if mail sending failed
14219
14220 2002-01-15 [alfons]     0.7.0claws2
14221         
14222         * src/prefs_filtering.c
14223                 don't stop timer when prefs filtering dialog is opened
14224
14225 2002-01-14 [alfons]     0.7.0claws1
14226
14227         * src/addr_compl.c
14228         * src/prefs.c
14229                 remove debug_print()s for privacy reasons
14230
14231 2002-01-14 [darko]      0.7.0claws
14232
14233         * README.claws
14234                 quotation wrapping is now also in the main branch
14235
14236 2002-01-14 [paul]
14237
14238         * tools/filter_conv.pl
14239                 allow for Boolean Op and case-sensitivity
14240                 this file is included in the release and tagged
14241                 'rel_0_7_0'
14242
14243 2002-01-13 [paul]       0.7.0claws
14244
14245         * release 0.7.0, with cvs tag 'rel_0_7_0'
14246
14247 2002-01-13 [paul]
14248
14249         * tools/filter_conv.pl
14250         * tools/README
14251                 rewritten to output to matcherrc instead of filteringrc
14252
14253         * po/es.po
14254                 updated Spanish translation by Ricardo Mones Lastra
14255
14256 2002-01-13 [alfons]
14257
14258         * po/nl.po
14259                 update dutch translation
14260
14261 2002-01-13 [paul]
14262
14263         * po/pt_BR.po
14264                 Updated by Fabio Junior Beneditto 
14265
14266 2002-01-13 [melvin]     0.6.6claws53
14267
14268         * po/fr.po
14269                 Updated french translation
14270
14271 2002-01-12 [alfons]     0.6.6claws52
14272
14273         * src/filtering.c
14274                 plug mem leak that has been sitting there for ages              
14275
14276 2002-01-12 [alfons]     0.6.6claws51
14277
14278         * src/summaryview.c
14279                 undo melvin's changes from 0.6.6claws48 because summary
14280                 view now refuses to select first unread message when
14281                 selecting a folder 
14282
14283 2002-01-11 [alfons]     0.6.6claws50
14284
14285         * src/import.c
14286                 use claws' semantics for getting folder item when
14287                 importing an mbox file into a folder 
14288                 (submitted by Dale P. Smith)
14289
14290 2002-01-11 [christoph]  0.6.6claws49
14291
14292         * src/prefs.h
14293                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14294                 toggle widget, because non static prefs can not use
14295                 prefs_set_* functions
14296         * src/prefs_account.c
14297                 toggle smtp auth password field sensitivity if
14298                 user id is empty and add descrition of usage for
14299                 these fields
14300         * src/prefs_folder_item.c
14301                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14302                 callbacks
14303
14304 2002-01-11 [melvin]     0.6.6claws48
14305
14306         * src/compose.c
14307                 fix the 'Ctrl-Enter' feature for sending and test really
14308                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14309                 editables which was not documented in Gtk)
14310
14311         * src/summaryview.c
14312                 Made summaryview refresh after sorting and not before.
14313
14314 2002-01-11 [christoph]  0.6.6claws47
14315
14316         * src/compose.c
14317                 select account from account ids if possible and
14318                 correctly set save folder for copy in reedit
14319
14320 2002-01-10 [paul]       0.6.6claws46
14321
14322         * sync with sylpheed 0.7.0 release
14323                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14324                 2002-01-09
14325
14326 2002-01-09 [alfons]
14327
14328         * src/summaryview.c
14329                 remove more dirt traces...
14330
14331 2002-01-09 [alfons]
14332         
14333         * src/summaryview.c
14334                 clean up some traces of my debugging stuff
14335
14336 2002-01-09 [alfons]     0.6.6claws45
14337
14338         * src/filtering.c
14339                 break up filteringprop_apply() in three separate pieces
14340                 so we can drop messages that failed processing in the
14341                 inbox
14342
14343         * src/summaryview.c
14344                 fix bug #469598 "no refresh of inbox after filter" which 
14345                 was introduced by the new summary view locking, and which 
14346                 prevented the summary view to update after a manual filter 
14347                 message. claw's filter message requires a summary_show().
14348                 (aargh, summary_show() again! :-)
14349                 
14350 2002-01-07 [alfons]     0.6.6claws44
14351
14352         * src/headerwindow.c
14353         * src/logwindow.c
14354         * src/messageview.c
14355         * src/sourcewindow.c
14356                 bring in Hiro's last 0.7.0 wm class fixes
14357
14358         * tools/sylprint.pl
14359                 bring in Ricardo's fix for sylprint script
14360
14361         * AUTHORS       
14362         * src/rfc2015.[ch]
14363         * src/prefs_common.[ch]
14364         * src/prefs_account.[ch]
14365         * src/compose.c
14366                 clean up account preference poison in rfc2015,
14367                 and preparation to fix double sign bug 
14368                 (patch submitted by Simon 'corecode' Schubert)
14369
14370 2002-01-07 [christoph]  0.6.6claws43
14371
14372         * src/mh.c
14373                 search for free message number, do not only rely
14374                 on last_num
14375         * src/send.c
14376                 fix smtp auth and use extra account information
14377                 if available, if not use pop3 data instead
14378                 (closes bug #500341)            
14379         * src/ssl.[ch]
14380                 match coding style
14381
14382 2002-01-06 [alfons]     0.6.6claws42
14383
14384         * src/mainwindow.c
14385                 try making the separate windows work again...
14386
14387 2002-01-06 [alfons]     0.6.6claws41
14388
14389         * src/mainwindow.c
14390                 adapt Hiro's separate window menu (to get rid of the funny
14391                 duplicate menu items), and make it work again
14392
14393 2002-01-06 [alfons]     0.6.6claws40
14394
14395         * tools/Makefile.am
14396         * tools/sylprint.rc
14397         * tools/sylprint.pl
14398         * tools/README.sylprint
14399                 add sylprint script for printing mails from Sylpheed
14400                 (contributed by Ricardo Mones Lastra)
14401
14402         * src/acount.c
14403                 clean up
14404
14405 2002-01-06 [melvin]     0.6.6claws39
14406
14407         * src/mainwindow.c
14408         * src/summaryview.c
14409                 Fixed crash introduced in 0.6.6claws38 by the menu
14410                 reorganisation (Hide read messages)
14411         
14412         * ChangeLog.claws 
14413                 Fixed typo (we are now in 2002, alfons ;) )
14414
14415 2002-01-05 [alfons]     0.6.6claws38
14416
14417         * sync with sylpheed 0.6.6cvs10-17
14418                 (last stuff marked as LAST_STABLE)
14419
14420 2002-01-04 [melvin]     0.6.6claws37
14421
14422         * src/account.c
14423                 Made account selection code use strcasestr again instead of
14424                 g_strcasecmp (fixes bug where reediting queued messages
14425                 did not select proper account reported by T. Link).
14426         
14427         * src/folderview.c
14428                 Fix bug where folder icons are not shown when 'hide read messages'
14429                 is on.
14430         
14431         * src/stock_pixmaps.[ch]
14432                 Added folder icons for 'hide read messages'.
14433         
14434         * src/compose.c
14435                 Fixed bug where 'Enter' in a header entry will send the message 
14436                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14437
14438 2002-01-03 [melvin]     0.6.6claws36
14439         
14440         * src/prefs.[ch]
14441                 Added popup menu for common preferences and
14442                 account preferences (right click on tab displays
14443                                 a menu of all tabs.)
14444
14445 2002-01-02 [melvin]     0.6.6claws35
14446
14447         * src/gtkspell.[ch]
14448                 Made spelling code compatible with undo/redo feature.
14449                 Added creation of suggestion mode menu for the general
14450                         preferences.
14451         
14452         * src/prefs_common.[ch]
14453                 Added option menu for the speller's suggestion mode.
14454                 Added missing spaces in "..." buttons and made a "..."
14455                         button non translatable!
14456         
14457         * src/compose.c
14458                 Made speller use the default suggestion mode.
14459                 Hack to make it possible to choose 'CTRL-Enter' as a
14460                         shortcut for sending (and only for sending).
14461
14462         * src/prefs_folder_item.c
14463                 Changing subject simplification does not update cache 
14464                         anymore (because it is unnecessary).
14465                 Fixed bug where changing subject simplification updated the 
14466                         summaryview even when the viewed folder is not the
14467                         folder which properties are being changed. (E.g. 
14468                                         viewing folder A and changing
14469                                         the subject simplification of 
14470                                         folder B -not being viewed- updated the 
14471                                         summaryview of folder A with data of
14472                                         folder B). (Hope this is clear... )
14473
14474 2001-12-31 [alfons]     0.6.6claws34
14475         
14476         * src/ldif.c
14477         * src/mutt.c
14478                 fgetc() returns a signed integer which doesn't
14479                 fit in a char. so c truncates this to a char
14480                 but we may lose significant bits. i.e. we may
14481                 comparing 0xFF which may not be equal to -1
14482                 unless properly casted to signed char which
14483                 we won't do because fgetc() returns a signed
14484                 integer which doesn't fit in a char. so c 
14485                 truncates this to a char but we may lose 
14486                 significat bits. (you got the idea, thanks
14487                 to Gustavo Noronha Silva <kov@debian.org>
14488                 and the Debian folks!)
14489
14490 2001-12-30 [alfons]     0.6.6claws33
14491
14492         * src/prefs_common.c
14493                 add #ifdef USE_PSPELLs that Melvin forgot               
14494
14495 2001-12-30 [melvin]     0.6.6claws32
14496         
14497         * src/prefs_common.[ch]
14498                 Added configurable color for misspelled words.
14499
14500         * src/gtkspell.[ch]
14501                 Fixed bug of foreground text color (reported by David
14502                                 Mehrmann)
14503                 Added configurable color for misspelled words.
14504
14505 2001-12-30 [alfons]     0.6.6claws31
14506
14507         * src/folder.c
14508                 remove unnecessary things someone put there
14509
14510         * src/mh.c
14511         * src/folder.[ch]
14512                 make folder properties (like threading and sorting) persistent
14513                 (closes bug #497424 "rescan folder tree resets proprieties")
14514                 currently this is only for MH folders. 
14515
14516 2001-12-29 [melvin]     0.6.6claws30
14517
14518         * src/string_match.[ch]
14519                 Optimized a bit: regexp pattern buffer compiled only once, and
14520                   one subroutine call removed. Fixed ^ regexp search: Now, 
14521                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14522         
14523         * src/summaryview.c
14524                 Subject filtering changed to filter summary columns and
14525                   not directly the messages subject cache. The loss in 
14526                   performance is balanced by the improvement of string_match.
14527                 Added an alert panel if there is an error in the regexp.
14528
14529         * src/src/prefs_folder_item.h
14530                 Added a regexp pattern buffer.
14531
14532 2001-12-28 [alfons]     0.6.6claws29
14533
14534         * src/string_match.[ch]
14535                 clean up name space
14536                 allow compilation *BSD
14537
14538 2001-12-27 [alfons]     0.6.6claws28
14539
14540         * src/filter.c
14541                 sync the Hiro's bug fix for BSD
14542
14543 2001-12-27 [melvin]     0.6.6claws27
14544         
14545         * src/compose.c
14546                 Simplify focus to subject entry code.
14547
14548 2001-12-27 [darko]      0.6.6claws26
14549
14550         * src/filtering.c
14551         * src/mbox_folder.c
14552         * src/messageview.c
14553         * src/mh.c
14554         * src/procheader.[ch]
14555         * src/procmsg.h
14556         * src/stock_pixmap.[ch]
14557         * src/summaryview.c
14558                 Show key icon for encrypted mails in summary view
14559
14560         * src/pixmaps/clip.xpm
14561         * src/pixmaps/clipkey.xpm
14562         * src/pixmaps/key.xpm
14563                 New/modified icons for the above
14564
14565 2001-12-27 [melvin]     0.6.6claws25
14566
14567         * src/prefs_common.c
14568                 Put spell checker options in a separate tab to decrease
14569                 the Common Preferences window height.
14570
14571         * README.claws  
14572                 Update spell checker usage instruction about its options
14573                 location.
14574
14575 2001-12-27 [melvin]     0.6.6claws24
14576
14577         * src/compose.c
14578                 Changed subject entry widget position. Initial focus is
14579                 on the To header instead of the subject entry.
14580                 Creating a new header scrolls the header list to make the
14581                 created one visible. Nevertheless, when automatically filling
14582                 headers, the first one is shown.
14583                 A Tab key press in the last empty header entry zips the 
14584                 focus to the subject entry.
14585                 (I did not change the combo boxes, yet)
14586
14587 2001-12-26 [alfons]     0.6.6claws23
14588
14589         * src/prefs_account.c
14590         * src/inc.c
14591                 allow default inbox to reside in another mailbox (only
14592                 works for POP3 accounts)
14593
14594 2001-12-26 [alfons]     0.6.6claws22
14595         
14596         * src/textview.c
14597                 make reply-on-click work with the account of the selected folder
14598         * src/compose.c
14599                 put a fixme here to remind me to fix finding correct default
14600                 account for nested folders
14601
14602 2001-12-25 [alfons]     0.6.6claws21
14603
14604         * src/summaryview.c
14605                 make column headers display locked and mark pixmaps (idea by Melvin) 
14606                 fix bug by adding score and locked column type to sort array
14607
14608 2001-12-25 [alfons]     0.6.6claws20
14609         
14610         * src/summaryview.c
14611                 catch a *potentially* inadvertent write back of  
14612                 the message cache(s) introduced by 0.6.5claws37
14613
14614 2001-12-25 [christoph]  0.6.6claws19
14615
14616         * src/stock_pixmap.[ch]
14617         * src/summaryview.c
14618                 add ignore thread pixmap
14619                 (can someone draw a better icon for this?)
14620
14621 2001-12-24 [alfons]     0.6.6claws18
14622
14623         * src/prefs_folder_item.c
14624                 make address completion actually work for the
14625                 Default To address in the Folder Property dialog.
14626
14627 2001-12-24 [alfons]     0.6.6claws17
14628         
14629         * src/summaryview.c
14630                 use new style regexp for subject stripping 
14631                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14632
14633 2001-12-24 [darko]      0.6.6claws16
14634
14635         * src/pgptext.c
14636         * src/rfc2015.c
14637                 move GPG related informational messages to debug mode
14638
14639 2001-12-23 [alfons]     0.6.6claws15
14640
14641         * src/stock_pixmap.[ch]
14642         * src/summaryview.c
14643                 add the forgotten Claws' locked pixmap
14644
14645 2001-12-23 [alfons]     0.6.6claws14
14646
14647         * src/filesel.c
14648                 accept file name typed in entry in multi file
14649                 selector (patch submitted by Gustavo Noronha Silva 
14650                 <kov@debian.org>)
14651
14652 2001-12-23 [alfons]     0.6.6claws13
14653
14654         * src/prefs_filter.c
14655         * src/prefs_filtering.c
14656         * src/matcher.c
14657         * src/importmutt.c
14658                 clean up a little bit
14659         
14660         * src/string_match.c
14661                 validate input strings a little bit more
14662
14663 2001-12-23 [alfons]     0.6.6claws12
14664
14665         * src/Makefile.am
14666         * src/summaryview.c
14667         * src/string_match.[ch]         ** NEW **
14668         * src/folderview.[ch]
14669         * src/headerview.h
14670         * src/folder.[ch]
14671         * src/prefs_folder_item.[ch]
14672                 add subject simplification to strip out strings from
14673                 a subject line (esp. handy for mailing lists). 
14674                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14675                 but slightly changed things for better integration.)
14676
14677 2001-12-23 [alfons]     0.6.6claws11
14678
14679         * src/mainwindow.c
14680                 fix bug introduced by submission included in 0.6.5claws52.
14681                 ideally this submission should clean the trash if any trash
14682                 folder has a message. however, the hasTrash variable was
14683                 set to false whenever a trash folder was empty (discarding
14684                 a previously found *filled* trash folder.)
14685
14686                 also edited the code a little bit and made it more safe.
14687
14688 2001-12-22 [alfons]     0.6.6claws10
14689
14690         * src/imap.c
14691                 quick fix for Martin Pool's omission of an account
14692                 specific SSL setting
14693
14694 2001-12-22 [alfons]     0.6.6claws9
14695
14696         * src/compose.c
14697         * src/messageview.c
14698         * src/mimeview.c
14699         * src/pgptext.c
14700         * src/procmime.[ch]
14701                 better support for multipart/digest (submitted
14702                 by Fredrik <e98fo@efd.lth.se>)
14703
14704 2001-12-22 [alfons]     0.6.6claws8
14705
14706         * src/addressbook.c
14707                 correct function signature
14708         * src/socket.[ch]
14709         * src/imap.[ch]
14710         * src/prefs_account.[ch]
14711                 allow IMAP over SSH tunnel (patch submitted by 
14712                 Martin Pool <mbp@samba.org>)
14713
14714 2001-12-21 [alfons]     0.6.6claws7
14715
14716         * sync with sylpheed 0.6.6cvs4-9
14717                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14718
14719 2001-12-21 [christoph]  0.6.6claws6
14720
14721         * src/compose.c
14722         * src/prefs_folder_item.[ch]
14723                 implement saving of outgoing messages to current folder.
14724                 fix segfault when no default outbox is available
14725                 (closes bug #495683)
14726
14727 2001-12-21 [carsten]    0.6.6claws5
14728         * src/folderview.c
14729         * src/summaryview.c
14730                 pressing CTRL while DND does now the expected thing and
14731                 copies the mail (moving is still the default, as this
14732                 seam more appropriate for handling mails by DND)
14733
14734 2001-12-18 [paul]       0.6.6claws4
14735
14736         * sync with sylpheed 0.6.6cvs3
14737                 see ChangeLog entries 2001-12-18
14738
14739 2001-12-18 [hiro]       0.6.6claws3
14740
14741         * src/undo.c
14742                 fix for multibyte characters (obtain the number of letters
14743                 instead of bytes).
14744
14745 2001-12-17 [paul]       0.6.6claws2
14746
14747         * sync with sylpheed 0.6.6cvs1
14748                 see ChangeLog entry 2001-12-16
14749
14750 2000-12-17 [alfons]     0.6.6claws1
14751
14752         * src/filtering.c
14753                 clean up
14754
14755 2001-12-16 [paul]       0.6.6claws
14756 2001-12-15
14757
14758         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14759
14760         * src/mimeview.c
14761                 last minute sync with main 0.6.6
14762
14763         * po/es.po
14764                 updated by Ricardo Mones Lastra
14765                 update for last minute sync
14766         * po/fr.po
14767         * po/nl.po
14768                 update for last minute sync
14769         * po/de.po
14770                 updated by Jens Oberender
14771         * po/pt_BR.po
14772                 updated by Fabio Junior Beneditto
14773
14774         * src/prefs_common.[ch]
14775         * src/undo.c
14776                 number of undo levels is user configurable
14777                 (squeeze it into the release in the dying
14778                 moments) Submitted by Jens Oberender    
14779
14780 2001-12-15 [melvin]
14781
14782         * po/fr.po
14783                 updated french translation
14784
14785 2001-12-15 [paul]       0.6.5claws92
14786
14787         * sync with sylpheed 0.6.5cvs28
14788                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14789
14790         * po/nl.po
14791                 update to allow for sync
14792
14793 2001-12-15 [alfons]
14794         
14795         * po/nl.po
14796                 update dutch translation
14797
14798 2001-12-14 [carsten]    0.6.5claws91
14799         * src/summaryview.c
14800                 fixed bug #473785; also after changing the column order
14801                 the same message will be selected and displayed as before
14802                 the reordering
14803
14804 2001-12-14 [carsten]    0.6.5claws90
14805         * src/folderview.c
14806                 probably found the bug reported by wwb opening or closing
14807                 a folder tree just before dnd (found the solution in the
14808                 balsa source -- thanks to them)
14809
14810 2001-12-14 [carsten]    0.6.5claws89
14811         * src/gtkutils.c
14812         * src/account.c
14813                 moved gtk_clist_moveto to the right place, so that
14814                 only the accounts dialog is effected on opening
14815
14816 2001-12-14 [carsten]    0.6.5claws88
14817         * src/gtkutils.c
14818                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14819                 now, so that the focused row will be seen in any case
14820                 (reported by wwp on sf-claws-user)
14821
14822 2001-12-14 [darko]      0.6.5claws87
14823
14824         * src/compose.c
14825                 remove unnecessary line
14826
14827 2001-12-14 [paul]       0.6.5claws86
14828
14829         * sync with sylpheed 0.6.5cvs27
14830                 see ChangeLog entries 2001-12-14
14831
14832 2001-12-14 [carsten]    0.6.5claws85
14833         * src/mainwindow.c
14834                 following a suggestion of Melvin the rcoabm pops up
14835                 right under the button now and the button is reliefed
14836                 while the popup is open
14837
14838 2001-12-14 [darko]      0.6.5claws84
14839
14840         * src/compose.c
14841                 fix crash when wrapping long lines if linewrap quotation
14842                 is disabled and wrapper encounters a word spanning more
14843                 than one line
14844
14845 2001-12-13 [paul]       0.6.5claws83
14846
14847         * src/compose.c
14848                 prefer 'Reply-To' header over mailing list header when
14849                 replying to a message. Finally prevent all those confirmation 
14850                 messages being sent to the list itself.
14851
14852         * src/summaryview.c
14853                 remove unused summary_set_menu_sensitive() entry
14854
14855 2001-12-13 [paul]       0.6.5claws82
14856
14857         * src/folderview.c
14858         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14859         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14860         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14861                 improvements to 'Hide read messages': Inbox, Outbox,
14862                 Trash, Queue, and Draft icons now reveal presence of hidden 
14863                 messages
14864
14865 2001-12-12 [alfons]     0.6.5claws81
14866
14867         0.6.5claws80 was tagged as LAST_STABLE
14868
14869         * src/filtering.[ch]
14870         * src/matcher.[ch]
14871         * src/matcher_parser_lex.c
14872                 fix the filtering; my last attempt to get it right, 
14873                 if it does not work, it's Hoa's turn. ;-)
14874
14875                 for my honourable peers:
14876                 
14877                 the code now makes a clear distinction between
14878                 rules as they are displayed (probably escaped),
14879                 and as they are executed (probably unescaped). the
14880                 parser does *NOT* do any unescaping, this is
14881                 the task of the matcher.c (which breaks up a
14882                 rule into condition) and the filtering.c (which
14883                 breaks up the rule's action). to make this
14884                 run happily we provide an unescaped copy of
14885                 crucial strings to the MatcherProp and 
14886                 FilteringAction structures. note that the only
14887                 exception to this is any REGEXP string. those
14888                 are directly passed to regcomp() and regexp()
14889                 (who have much more powerful unescape functions).
14890                 
14891                 for everyone else:
14892         
14893                 you can escape tab (\t), carriage return (\r),
14894                 linefeed (\n), form feed (\f), quote (\"), 
14895                 single quote (\'), bell (\b) in all the entry
14896                 lines in the scoring & filtering dialogs.
14897                 as an added bonus this should not affect
14898                 existing filtering rules.
14899
14900 2001-12-12 [carsten]    0.6.5claws80
14901
14902         * src/summaryview.c
14903         * po/de.po
14904                 "item(s) selected" is now sensitive to 1 or more
14905                 than one selected (nice for language where simple
14906                 adding of a "s" is not possible as German (Eintrag
14907                 ->Eintr"age)
14908                 
14909                 the "forward as attachment" entry from the right
14910                 click menu removed, "forward" acts following the
14911                 prefs
14912         
14913         * src/textview.c
14914                 reverted my former changes; so compiler warning again
14915                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14916                 nevertheless
14917
14918         * src/messageview.c
14919                 "search in message" does now *not* only work in MVIEW_TEXT
14920                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14921                 message
14922
14923         * src/mainwindow.c
14924                 removed "/File/_Close" as it was the same as "/File/E_xit"
14925                 and we don't need it two times
14926
14927                 the separate folder view and message view now get a distinct
14928                 WMCLASS, just in case someone is using sawfish ;-)
14929
14930                 as the menu entries "/View/Message view" and "/View/Folder tree"
14931                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14932                 make them sensitive accordingly and as these two are "shown"
14933                 after startup anytime check this menuitem at startup
14934
14935 2001-12-12 [paul]       0.6.5claws79
14936
14937         * src/folderview.c
14938                 fix sensitivity of 'Search folder...', broken in
14939                 0.6.5claws75
14940
14941         * src/mainwindow.c
14942                 fix dodgy English
14943
14944 2001-12-11 [carsten]    0.6.5claws78
14945         * src/filtering.c
14946                 fixed two typos returning a wrong FALSE/TRUE
14947         * src/mainwindow.[ch]
14948                 extra menu for email/news button removed
14949
14950 2001-12-11 [alfons]     0.6.5claws77
14951         
14952         * src/matcher.c                 (1.3)
14953         * src/matcher_parser_lex.l      (1.28)
14954                 revert for another attempt
14955                 mark 0.6.5claws77 as LAST_STABLE
14956
14957 2001-12-11 [christoph]  0.6.5claws76
14958
14959         * po/de.po
14960                 fixed wrong translation for prev. unread msg
14961
14962 2001-12-11 [paul]       0.6.5claws75
14963
14964         * src/folder.[ch]
14965         * src/folderview.c
14966         * src/mainwindow.c
14967         * src/summaryview.[ch]
14968         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14969                 enable ability to hide read messages on per folder basis via 
14970                 '/Summary/Hide read messages'; when selected, a folder will 
14971                 have a red open folder icon, instead of a blue icon, if the 
14972                 folder contains hidden messges
14973                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14974
14975         * src/mainwindow.c
14976                 remove '/Message/Forward as attachment' from 
14977                 main_window_set_menu_sensitive() to prevent debug warning
14978
14979         * src/folderview.c
14980         * src/mainwindow.c
14981                 Clean up some of the English
14982
14983         * tools/newscache_clean.pl
14984                 allow for new 'hidereadmsgs' entry in folderlist.xml
14985
14986         * po/es.po
14987                 updated translation, submitted by Ricardo Mones Lastra
14988
14989 2001-12-11 [paul]       0.6.5claws74
14990
14991         * sync with sylpheed 0.6.5cvs25
14992                 see ChangeLog entry 2001-12-11
14993
14994 2001-12-10 [alfons]     0.6.5claws73
14995
14996         * src/matcher.c
14997                 add more control characters
14998         * src/matcher_parser_lex.l
14999                 make escaping / unescaping work again
15000
15001 2001-12-10 [alfons]     0.6.5claws72
15002
15003         * src/imap.c
15004                 clean up warnings "returning value for void function" 
15005         * src/prefs_filtering.c
15006                 make info button for execute action sensitive
15007
15008 2001-12-10 [paul]       0.6.5claws71
15009
15010         * src/compose.c
15011         * src/imap.[ch]
15012         * src/summaryview.c
15013                 fix: imap server now gets informed of MARKED, UNMARKED
15014                 and REPLY events. Now people can use different IMAP-Mail
15015                 clients and have the exact same information about MARKED,
15016                 UNMARKED and REPLY status with all of them. Especially
15017                 useful for imap servers with a web-frontend.
15018                 submitted by Tobias Sandhaas <medlor@web.de>
15019
15020 2001-12-09 [melvin]     0.6.5claws70
15021         
15022         * src/textview.[ch]
15023                 fixed bug #490076 (hunted down by Alfons who implemented
15024                 a workaround in 0.6.5claws65)
15025
15026 2001-12-09 [christoph]  0.6.5claws69
15027
15028         * src/summaryview.c
15029                 set pointer to string in LOCKED column to NULL
15030                 (might fix bug #490800)
15031
15032 2001-12-09 [carsten]    0.6.5claws68
15033
15034         * po/de.po
15035                 resolved some cluttered menu shortcuts 
15036                 ('creating new email' and 'creating news message'
15037                 hade the same)
15038         * src/compose.c
15039                 wmclass now distinc from main window
15040         * src/mainwindow.c
15041           src/mainwindow.h
15042                 email/news and forward button functionality similar
15043                 to the reply buttons; removed the ugly dropdown arrows
15044                 and use instead the right mouse button
15045
15046 2001-12-09 [paul]       0.6.5claws67
15047
15048         * src/imap.c
15049         * src/utils.h
15050                 allow spaces in imap folder names
15051                 submitted by Willem van Engen <wvengen@stack.nl>
15052
15053 2001-12-09 [paul]       0.6.5claws66
15054
15055         * sync with sylpheed 0.6.5cvs24
15056                 see ChangeLog entry 2001-12-09
15057
15058 2001-12-08 [alfons]     0.6.5claws65
15059
15060         * src/textview.c
15061                 prevent secondary selection claim after "add to sender" dialog
15062                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15063                 we trick GTK by simulating a click at (0, 0) in the textview.
15064
15065 2001-12-08 [hoa]        0.6.5claws64
15066
15067         * src/folder.c
15068                 fixed a bug about the .processing folder name while filtering
15069
15070 2001-12-08 [alfons]     0.6.5claws63
15071
15072         * src/folderview.c 
15073                 work around problem of not correctly updating folder stats
15074                 when deleting messages. there's some folder scanning evil
15075                 going so the folderview_update_msg_num() does not work
15076                 correctly. need to investigate this.
15077
15078 2001-12-08 [paul]       0.6.5claws62
15079
15080         * sync with sylpheed 0.6.5cvs23
15081                 see ChangeLog entry 2001-12-08
15082
15083 2001-12-07 [christoph]  0.6.5claws61
15084
15085         * src/compose.c
15086                 fix another header translation problem
15087
15088 2001-12-07 [alfons]     0.6.5claws60
15089
15090         * src/mbox.c
15091                 make filtering also work on local spool mbox
15092
15093 2001-12-07 [carsten]    0.6.5claws59
15094         * src/addressbook.c
15095                 addressbook window gets a wmclass distinct from the main
15096                 sylpheed window
15097         * src/compose.h
15098         * src/mainwindow.[ch]
15099                   forward menu item will use mode selected in prefs, forward 
15100                 as attatchment in menu removed (will be substituted in the
15101                 toolbar similar to reply buttons)
15102                   create news message menu entry and news button is now 
15103                 sensitive to the existance of a news account
15104         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15105         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15106         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15107                 these are removed because the toolbar buttons don't show
15108                 the quoting modus any longer
15109
15110 2001-12-07 [paul]
15111
15112         * tools/newscache_clean.pl      ** NEW FILE **
15113                 perl script to do some tidying up in the newscache directory 
15114                 
15115         * tools/sylpheed-switcher       ** NEW FILE **
15116                 perl script to enable easy switching between main and claws
15117                 
15118         * tools/README
15119                 added descriptions of the two new perl scripts          
15120
15121
15122 2001-12-07 [melvin]     0.6.5claws58
15123
15124         * src/messageview.c
15125                 fixed a warning during compilation introduced in 0.6.5claws56
15126
15127 2001-12-07 [paul]       0.6.5claws57
15128
15129         * src/mainwindow.[ch]
15130         * src/menu.[ch]
15131                 further usability enhancements to replying with or without 
15132                 quoting via the toolbar, use of Ctrl key is replaced by 
15133                 drop down menu 
15134                 Submitted by Carsten Schurig            
15135
15136 2001-12-07 [melvin]     0.6.5claws56
15137
15138         * src/messageview.c
15139                 hack to fix bug that prevented to make/paste selections
15140                 after switching between MVIEW_TEXT and MVIEW_MIME views
15141                 without deselecting the selection first.
15142
15143 2001-12-06 [alfons]     0.6.5claws55
15144
15145         * src/filtering.[ch]
15146         * src/inc.c
15147                 revise filtering a little bit more, and make sure
15148                 messages are delivered to the appropriate inbox
15149                 (perhaps set per account)
15150
15151 2001-12-06 [paul]       0.6.5claws54
15152
15153         * sync with sylpheed 0.6.5cvs22
15154                 see ChangeLog entry 2001-12-06
15155
15156 2001-12-05 [alfons]     0.6.5claws53
15157
15158         * src/inc.c
15159         * src/folder.[ch]
15160         * src/procmsg.c
15161         * src/filtering.c
15162                 more revisions of filtering system
15163                 (last stable version is marked as LAST_STABLE)
15164                 
15165                 | NOTE 1): the filtering system now uses a local folder called
15166                 | .processing. if filtering fails, check this directory
15167                 | for missing messages.
15168                 |
15169                 | NOTE 2): help us find the filtering actions still missing
15170
15171 2001-12-05 [paul]       0.6.5claws52
15172
15173         * src/mainwindow.c
15174                 fix bug where 'Empty Trash?' pop-up window appears even
15175                 when Trash is empty, submitted by Jesse Skinner         
15176
15177 2001-12-05 [melvin]     0.6.5claws51
15178
15179         * src/compose.c
15180                 fixed bug #486106 to select correct account when reediting 
15181                 a queued message
15182         
15183 2001-12-04 [alfons]     0.6.5claws50
15184
15185         * src/mh.c
15186                 declare markfile in appropriate functions when
15187                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15188                 for spotting this)
15189
15190 2001-12-04 [paul]       0.6.5claws49
15191
15192         * sync with sylpheed 0.6.5cvs21
15193                 see ChangeLog entry 2001-12-04
15194
15195 2001-12-03 [christoph]  0.6.5claws48
15196
15197         * po/de.po
15198                 changed translation of undo
15199         * src/account.c
15200         * src/folder.c
15201                 don't reinvent the wheel to traverse a GNode
15202         * src/compose.[ch]
15203                 seperate code to create the compose gui into functions
15204                 add "Others" page with folder selection for saving copy
15205                 of the message.
15206                 the folder identifier is saved to queue header
15207         * src/procmsg.c
15208                 save message to folder in queue header
15209
15210 2001-12-03 [paul]       0.6.5claws47
15211
15212         * sync with sylpheed 0.6.5cvs20
15213                 see ChangeLog entry 2001-12-03
15214
15215 2001-12-01 [paul]
15216
15217         * more sync with sylpheed 0.6.5cvs19
15218                 see ChangeLog entry 2001-11-29
15219
15220 2001-11-30 [paul]       0.6.5claws46
15221         
15222         * src/compose.c
15223                 remove conflicts introduced by Hoa's last commit
15224          
15225         * src/mainwindow.c
15226                 make 'Message/Bounce' sensitive
15227
15228 2001-11-30 [hoa]        0.6.5claws45
15229
15230         * src/compose.c
15231                 slightly change bounce function to add
15232                 information about the user that bounced the mail
15233                 in the From header line.
15234
15235         * src/folderview.c
15236                 permit the use of processing in outbox folder.
15237
15238 2001-11-29 [paul]       0.6.5claws44
15239
15240         * src/mainwindow.[ch]
15241         * src/prefs_common.c
15242         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15243         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15244         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15245                 usability enhancements to the quoting, implements
15246                 use of Ctrl key to toggle quoting settings
15247                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15248
15249 2001-11-29 [paul]       0.6.5claws43
15250         
15251         * sync with sylpheed 0.6.5cvs19
15252                 see ChangeLog entry 2001-11-28
15253
15254 2001-11-29 [melvin]     0.6.5claws42
15255         * src/Makefile.am
15256                 added enriched.[ch] to the list of files
15257
15258         * src/textview.c
15259         * src/mimeview.c
15260         * src/procmime.[ch]
15261         * src/enriched.[ch]
15262                 added support to view text/enriched
15263                 added support to show headers in message view for text/enriched and text/html
15264                         in non multipart messages
15265
15266 2001-11-28 [paul]       0.6.5claws41
15267
15268         * more sync with sylpheed 0.6.5cvs18
15269                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15270
15271 2001-11-27 [paul]       0.6.5claws40
15272         
15273         * po/pt_BR.po
15274                 updated translation, submitted by Fabio Junior Beneditto
15275                 
15276         * sync with sylpheed 0.6.5cvs18
15277                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15278                 2001-11-27
15279
15280
15281 2001-11-26 [paul]
15282
15283         * po/es.po
15284                 updated translation, submitted by Ricardo Mones Lastra
15285
15286 2001-11-26 [alfons]
15287
15288         * src/matcher.c
15289                 add more translatable strings
15290
15291 2001-11-26 [christoph]  0.6.5claws39
15292
15293         * po/de.po      
15294                 fixed one more umlaut
15295         * src/compose.c
15296                 fix translated header when it should not be translated
15297
15298 2001-11-26 [paul]       0.6.5claws38
15299
15300         * src/mainwindow.c
15301                 remove '/Message/Add Sender to address book' from 
15302                 main_window_set_menu_sensitive(), prevent debug warning
15303                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15304
15305 2001-11-26 [paul]       0.6.5claws37
15306
15307         * src/summaryview.c
15308                 fix 'recurring unread state' bug 
15309
15310         * tools/README 
15311         * tools/filter_conv.pl
15312                 read name of top level mailbox from folderlist.xml
15313                 and presume nothing about its name              
15314
15315 2001-11-26 [darko]      0.6.5claws36
15316
15317         * src/gtkstext.[ch]
15318                 removed functions that are now in gtkutils.c
15319                 use gtkut_text_is_uri_string() from gtkutils.c
15320         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15321
15322 2001-11-26 [paul]       0.6.5claws35
15323
15324         * sync with sylpheed 0.6.5cvs16
15325                 see ChangeLog entries 2001-11-25 and 2001-11-26
15326
15327 2001-11-25 [alfons]     0.6.5claws34
15328
15329         EXPERIMENTAL!!! Please checkout the last stable version using: 
15330           
15331         % cvs update -r LAST_STABLE -dRAP
15332
15333         (Or help us testing this stuff.)
15334
15335         * src/filtering.c               (1.14)
15336         * src/filtering.h               (1.6)
15337         * src/inc.c                     (1.28)
15338         * src/matcher.c                 (1.20)
15339         * src/mbox.c                    (1.9)
15340         * src/procmsg.h                 (1.14)
15341         * src/summaryview.c             (1.59)
15342         * src/summaryview.h             (dunno)
15343                 revert/merge/sync to as it was before commit 
15344                 on Thu, 19 Jul 2001 10:15:51 -0700.
15345
15346 2001-11-25 [hoa]        0.6.5claws33
15347
15348         * src/main.c
15349                 processing mails at startup
15350
15351         * src/folderview.c
15352         * src/summaryview.[ch]
15353                 processing mails when entering folder
15354
15355         * src/prefs_filtering.c
15356                 fixed some UI bugs
15357
15358 2001-11-24 [alfons]     0.6.5claws32
15359
15360         * src/summaryview.[ch]
15361                 make summary sort headers work, and also make
15362                 sure the sort type is stored
15363
15364 2001-11-23 [alfons]     0.6.5claws31
15365
15366         * src/summaryview.[ch]
15367                 make lock work like mark
15368                 disallow deleting messages marked as locked
15369
15370 2001-11-23 [alfons]     0.6.5claws30
15371
15372         * src/gtkstext.c
15373         * src/compose.[ch]
15374         * src/Makefile.am
15375         * src/undo.[ch]
15376                 merge undo patch submitted by Jens
15377
15378 2001-11-23 [christoph]  0.6.5claws29
15379
15380         * src/.cvsignore
15381                 added ylwrap
15382         * src/compose.c
15383                 fixed gpg signing and encoding
15384         * src/folder.[ch]
15385         * src/main.c
15386                 added --status option to get new, unread and total
15387                 message count from a running sylpheed
15388         * src/prefs_common.c
15389                 temporary fix for reply_with_quote problem
15390                 (don't call functions for non existing widget)
15391         * src/procmsg.c
15392                 one more check for ignored threads but still not
15393                 always working correctly. probably a recursive
15394                 check for all parents is needed
15395
15396 2001-11-23 [darko]      0.6.5claws28
15397
15398         * src/compose.c
15399                 wrapping on send improvements
15400         * src/gtkutils.[ch]
15401                 fix for GtkSText after last sync with main branch
15402                 GTK_TEXT -> GTK_STEXT
15403
15404 2001-11-23 [paul]       0.6.5claws27
15405
15406         * sync with sylpheed 0.6.5cvs14
15407                 see ChangeLog entries 2001-11-22 and 2001-11-23
15408                 
15409         * po/de.po
15410                 fixed the scrambled umlauts 
15411                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15412
15413 2001-11-21 [paul]       0.6.5claws26
15414
15415         * sync with sylpheed 0.6.5cvs12
15416                 see 2nd ChangeLog entry dated 2001-11-20
15417
15418 2001-11-20 [paul]       0.6.5claws25
15419
15420         * sync with sylpheed 0.6.5cvs11
15421                 see ChangeLog entry 2001-11-19 (src/utils.c)
15422
15423 2001-11-20 [hiro]
15424
15425         * src/compose.c
15426                 GTK_TEXT -> GTK_STEXT
15427                 fix for wrong comment
15428
15429 2001-11-20 [hiro]       0.6.5claws24
15430
15431         * src/compose.[ch]
15432                 more merges from main branch
15433                 removed fatal warnings (uninitialized variables etc.)
15434                 some coding style fix
15435         * src/gtkutils.h
15436                 fixed typo.
15437         * src/addressbook.c
15438           src/addrindex.c
15439                 V-Card -> vCard
15440
15441 2001-11-19 [hoa]        0.6.5claws23
15442
15443         * src/filtering.c
15444         * src/prefs_scoring.c
15445         * src/matcher.[ch]
15446         * src/scoring.c
15447                 cleaning code
15448
15449         * src/matcher_parser_parse.y
15450         * src/prefs_filtering.c
15451                 bouncing
15452
15453 2001-11-19 [alfons]     0.6.5claws22
15454
15455         more of my old things into claws
15456
15457         * src/Makefile.am
15458         * src/prefs_common.c
15459         * src/procmsg.h
15460         * src/summaryview.[ch]
15461         * src/prefs_summary_column.c
15462         * src/pixmaps/locked.xpm
15463                 add indicators for locking of message in summary view
15464                 (does not work yet, only visual indicator)
15465
15466 2001-11-19 [paul]       0.6.5claws21
15467
15468         * sync with sylpheed 0.6.5cvs10
15469                 see ChangeLog entry 2001-11-19
15470
15471 2001-11-18 [alfons]     0.6.5claws20
15472         
15473         * src/filtering.c
15474                 remove an inadvertent free I forgot in previous clean up 
15475
15476 2001-11-18 [alfons]     0.6.5claws19
15477
15478         * src/filtering.[ch]
15479                 clean up & plug leaks
15480
15481 2001-11-18 [paul]       0.6.5claws18
15482
15483         * sync with sylpheed 0.6.5cvs9
15484                 see ChangeLog entries 2001-11-17 and 2001-11-18
15485
15486 2001-11-16 [paul]       0.6.5claws17
15487
15488         * sync with sylpheed 0.6.5cvs8
15489                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15490
15491 2001-11-16 [paul]       0.6.5claws16
15492
15493         * sync with sylpheed 0.6.5cvs7
15494                 see ChangeLog entries 2001-11-15 and 2001-11-16
15495
15496 2001-11-15 [hoa]        0.6.5claws15
15497
15498         * src/compose.c
15499                 fix bounce, mails we received couln't be bounced to ourself.
15500
15501         * src/defs.h
15502         * src/filtering.[ch]
15503         * src/matcher.[ch]
15504         * src/matcher_parser.h
15505         * src/matcher_parser_lex.l
15506         * src/matcher_parser_parse.y
15507         * src/inc.c
15508         * src/main.c
15509         * src/mbox.c
15510         * src/prefs_filtering.[ch]
15511         * src/mainwindow.c
15512         * src/prefs_matcher.c
15513         * src/prefs_scoring.c
15514         * src/scoring.[ch]
15515         * src/summaryview.c
15516                 new matcher/filter/score configuration file parser
15517                 one unique configuration file => ~/.sylpheed/matcherrc
15518                 import in currently automatic, then save are made
15519                 in this new file.
15520                 one filter per folder and one global filter
15521                 (filter of a folder will be used as folder processing)
15522
15523         * src/folder.c
15524                 fix a bug in folder_item_get_identifier
15525                 
15526         * src/messageview.c
15527                 receive receipt return are fixed.
15528
15529 2001-11-14 [alfons]     0.6.5claws14
15530
15531         * src/session.h
15532                 add things from main branch to make claws compile
15533
15534 2001-11-14 [paul]       0.6.5claws13
15535
15536         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15537                 see ChangeLog entries 2001-11-08 to 2001-11-14
15538
15539 2001-11-14 [hoa] 0.6.5claws12
15540
15541         * src/compose.[ch]
15542         * src/mainwindow.c
15543         * src/summaryview.c
15544                 add "bounce mail" option
15545
15546 2001-11-13 [christoph]  0.6.5claws11
15547
15548         * src/compose.c
15549                 Cleanup a mess i add before commiting
15550
15551 2001-11-13 [hoa]        0.6.5claws10
15552
15553         * src/compose.c
15554                 some fixes when mail are sent or
15555                 for crossposts
15556
15557 2001-11-13 [christoph]  0.6.5claws9
15558
15559         * po/de.po
15560                 Changed two string with the same translation
15561         * src/compose.c
15562         * src/procmsg.[ch]
15563         * src/send.[ch]
15564                 New mailsending process:
15565                   - Always queue message before sending
15566                     (message will be saved if sylpheed crashed or
15567                      freezes while sending)
15568                   - Allow queuing of newspostings
15569                   - No copy in outbox before sending
15570                     (closes bug #469501)
15571                   - No more redundant code for send and send_later
15572         * src/summaryview.c
15573                 Applied wwp <subscript@free.fr>'s patch that fixes
15574                 marks for multiple forwarded messages (+compose.c)
15575
15576 2001-11-12 [alfons]
15577
15578         * README.claws
15579                 remove things that are now in main branch
15580         
15581         * po/nl.po
15582                 update Dutch translation
15583
15584 2001-11-12 [mhadasht]   0.6.5.claws8
15585
15586         * src/prefs_common.c
15587                 re-enabled account autoselection feature for forward
15588                 and reedit lost during the branch point for SYNC-B4-REL
15589         * src/gtkspell.c
15590                 gtkpspell_get_dict(): more readable code (even if function is
15591                 not used yet)
15592         * ChangeLog.claws
15593                 added version number info to 2001-11-12 [hiro] comment.
15594
15595 2001-11-12 [hiro]       0.6.5.claws7
15596
15597         * src/compose.c
15598                 compose_forward(): fixed a bug that forward quote mark
15599                 wasn't used.
15600                 removed unnecessary code.
15601         * src/template_select.[ch]: removed.
15602
15603 2001-11-11 [alfons]
15604
15605         * src/compose.c
15606                 :%s/GTK_TEXT/GTK_STEXT/g
15607         
15608         * src/compose.[ch]
15609         * src/undo.[ch]
15610         * src/Makefile.am
15611                 revert the undo stuff (this is 0.6.6claws stuff)
15612
15613 2001-11-11 [hoa]        0.6.5.claws6
15614
15615         * src/compose.[ch]
15616                 Insert signature at the end of the text.
15617                 Added undo patch but currently disabled
15618
15619         * src/procmsg.c
15620                 Threading by subject improved.
15621
15622         * added src/undo.[ch]
15623                 Undo module for compose dialog box.
15624
15625 2001-11-11 [alfons]     0.6.5.claws5
15626
15627         * src/procmsg.c
15628                 prevent threading by subject on nodes that have already been
15629                 threaded by in-reply-to (as in "circular references in a tree
15630                 result in a dead branch")
15631
15632 2001-11-09 [hoa]        0.6.5.claws4
15633         
15634         * src/folderview.c
15635                 allows creation of mbox folder item from any files.
15636
15637 2001-11-09 [alfons]     0.6.5.claws3
15638         
15639         * src/utils.c
15640         * src/procmsg.c
15641                 do what I mean and correct threading by subject so it really
15642                 ignores attracting lines without "Re: "
15643
15644 2001-11-07 [alfons]     0.6.5.claws2
15645
15646         * src/procmsg.c
15647         * src/utils.[ch]
15648                 only attract by subject if a subject line starts with a "Re: "
15649         * src/syldap.c
15650                 remove warning
15651
15652 2001-11-07 [paul]       0.6.5claws1
15653
15654         * sync with sylpheed 0.6.5. release
15655                 see ChangeLog entry 2001-11-07
15656
15657 2001-11-07 [paul]       0.6.4claws31
15658
15659         * sync with sylpheed 0.6.4cvs18
15660                 see ChangeLog entries 2001-10-30 to 2001-11-07
15661                 prefs_templates.[ch] renamed prefs_template.[ch]
15662
15663 2001-11-06 [alfons]
15664         
15665         * src/utils.h
15666                 add semicolon Hoa forgot ;-)
15667                 
15668
15669 2001-11-06 [hoa]        0.6.4claws30
15670         
15671         * src/procmsg.c
15672         * src/summaryview.c
15673         * src/utils.c
15674         * src/utils.h
15675                 threading by subject - empty subject are ignored
15676
15677 2001-11-06 [christoph]  0.6.4claws29
15678
15679         * src/socket.c
15680                 use SSL_peek for sock_gets
15681         * src/utils.c
15682                 removed unneeded pointer in extracting quoted
15683                 names implementation
15684
15685 2001-11-06 [melvin]     0.6.4claws28
15686
15687         * src/gtkspell.c
15688                 fixed bug #476792 Selection overtyping with spell checker
15689                 fixed bug which could cause a buffer overflow
15690                 fixed a memory leak
15691
15692 2001-11-06 [hoa]        0.6.4claws27
15693         
15694         * src/procmsg.c
15695         * src/summaryview.c
15696                 threading by subject
15697
15698 2001-11-05 [alfons]     0.6.4claws26
15699         
15700         * README.claws
15701                 Claws -> Sylpheed (vice versa)
15702
15703         * src/compose.c
15704                 :%s/gtk_text/gtk_stext/g
15705                 :%s/GTK_TEXT/GTK_STEXT/g
15706                 (thanks to Jonathan Ware for spotting this)
15707
15708 2001-11-04 [christoph]  0.6.4claws25
15709
15710         * src/summaryview.c
15711                 replace Xalloca + strdup with Xstrdup_a
15712         * src/utils.c
15713                 better implementation of extracting quoted names
15714                 from addresses (remove backlashes and ignore
15715                 quotes after them)
15716
15717 2001-11-04 [alfons]     0.6.4claws24
15718
15719         * src/utils.[ch]
15720                 edit to comply more with coding style
15721
15722         * src/textview.c
15723                 fix bug reported by Kim Schulz. introduced by the patch integrated
15724                 in 0.6.4claws15. the code did not check the return value of
15725                 the html parser.
15726
15727         * AUTHORS
15728                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15729
15730 2001-11-04 [christoph]  0.6.4claws23
15731
15732         * src/main.c
15733         * src/prefs_common.[ch]
15734                 init some pointers that possibly caused a segfault
15735                 reported in the claws-users ML
15736
15737 2001-11-04 [hoa]        0.6.4claws22
15738
15739         * src/grouplistdialog.c
15740                 change the names of the nodes in the tree
15741
15742         * src/compose.c
15743                 enhanced mailto syntax as described in
15744                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15745                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15746
15747         * src/utils.c
15748                 encode and decode URI (useful when opening URL into
15749                 netscape).
15750
15751 2001-11-03 [hoa]        0.6.4claws21
15752
15753         * src/grouplistdialog.c
15754                 a new newsgroups list selection dialog box
15755                 with a CTree instead of a CList
15756
15757 2001-11-03 [hoa]        0.6.4claws20
15758
15759         * src/folderview.c
15760                 enable property and scoring options when right
15761                 click on "inbox"
15762
15763         * src/summaryview.c
15764                 fixed bug when nickname were displayed using
15765                 the address book.
15766
15767 2001-11-02 [darko]      0.6.4claws19
15768
15769         * src/compose.c
15770                 new wrap quotation and URL/long words wrapping implementation
15771         * src/compose.c src/gtkstext.[ch]
15772                 move gtkstext_strncmp() to gtkstext.c
15773
15774 2001-11-01 [christoph]  0.6.4claws18
15775
15776         * src/prefs_account.c
15777                 fixed mess in account settings dialog
15778         * src/prefs_folder_item.c
15779                 added label with folder path to dialog
15780
15781 2001-10-31 [match]      0.6.4claws17
15782
15783         * src/vcard.c
15784                 fix memory leak.
15785         * src/addrbook.c
15786                 fix generation of spurious address book file names.
15787                 remove redundant functions.
15788         * po/POTFILES.in
15789                 added missing file names.
15790
15791 2001-10-30 [paul]       0.6.4claws16
15792
15793         * sync with sylpheed 0.6.4cvs6
15794                 see ChangeLog entries 2001-10-26 to 2001-10-30
15795
15796         * tools/filter_conv.pl
15797                 read folderlist.xml to discover whether the top-level
15798                 folder is called 'Mailbox' or 'Mail' 
15799
15800 2001-10-29 [paul]       0.6.4claws15
15801
15802         * src/html.c, src/textview.c
15803                 activate links in html mail and fix clickable parts
15804                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15805
15806 2001-10-29 [paul]
15807
15808         * po/de.po, po/es.po, po/pt_BR/po
15809                 updated translations, submitted by Jens Oberender,
15810                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15811
15812 2001-10-29 [darko]      0.6.4claws14
15813
15814         * src/compose.c
15815                 fix wrapping for good
15816
15817 2001-10-29 [darko]
15818
15819         * src/compose.c
15820                 undo previous change as it broke the smart wrapping
15821
15822 2001-10-29 [darko]      0.6.4claws13
15823
15824         * src/compose.c
15825                 fix infinite loop when long URL is quoted
15826                 (closes bug #475122.
15827
15828 2001-10-28 [match]
15829
15830         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15831                 import Mutt address book
15832         * src/ldif.[ch] src/importldif.h
15833                 modified import LDIF handle user attributes
15834
15835 2001-10-28 [christoph]  0.6.4claws12
15836
15837         * src/summaryview.c
15838                 fixed that filtering did not work if there
15839                 were no filter rules
15840                 (closes bug #472003 and better implementation
15841                  of patch #474644)
15842
15843 2001-10-27 [christoph]  0.6.4claws11
15844
15845         * src/compose.c
15846                 make the folder's default account to be used when
15847                 replying. (patch by wwp <subscript@free.fr>)
15848         * src/compose.c
15849                 code cleanup, nearly killed all of wwp's patch
15850                 for folder's default account in compose
15851         * src/folderview.c
15852                 error panel when a folder could not be created
15853                 (closes bug #471080 new folder name & already
15854                  existing file)
15855
15856 2001-10-26 [alfons]
15857
15858         * src/utils.h
15859                 change prototype of strstr2() that Christoph forgot about
15860
15861 2001-10-26 [christoph]  0.6.4claws10
15862
15863         * src/account.c
15864                 made search for accounts by email address not case
15865                 sensitive
15866         * src/folder.c
15867                 fixed memory leak in folder_item_get_identifier
15868         * src/gtkspell.c
15869         * src/utils.c
15870                 fixed wrong strstr2 (should work like strstr)
15871
15872 2001-10-26 [darko]      0.6.4claws9
15873
15874         * src/compose.c src/gtkstext.[ch]
15875         * src/gtkstext.c
15876                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15877
15878 2001-10-26 [paul]       0.6.4claws8
15879
15880         * src/html.c
15881                 ignore css and javascript tags in html mail
15882                 case-insensitive, with or without double-quoted
15883                 strings
15884
15885 2001-10-26 [paul]       0.6.4claws7
15886
15887         * sync with sylpheed 0.6.4cvs1
15888                 see ChangeLog entry 2001-10-26
15889
15890         * src/prefs_account.c, src/prefs_common.c,
15891           src/prefs_summary_column.c
15892                 minor improvements to the English
15893
15894 2001-10-25 [alfons]     0.6.4claws6
15895
15896         * src/gtkstext.c
15897         
15898                 make GtkSText follow style of GtkText (closes bug 
15899                 #469211 "text selection while writing message")
15900                 
15901                 do sync with GTK 1.2.10
15902
15903 2001-10-25 [paul]       0.6.4claws5
15904
15905         * src/html.c
15906                 ignore css tags in html mail
15907
15908 2001-10-25 [darko]      0.6.4claws4
15909
15910         * src/compose.c
15911                 don't declare is_url_string as static function since
15912                 we need it in gtkstext.c
15913         * src/gtkstext.c
15914                 remove unused variable
15915                 don't wrap long URLs while composing a message
15916
15917 2001-10-24 [christoph]  0.6.4claws3
15918
15919         * src/socket.c
15920                 fix ssl deadlock, when peer closes connection
15921
15922 2001-10-24 [paul]       0.6.4claws2
15923
15924         * src/prefs_common.c
15925                 gettextize the gpg ascii-armored warning message
15926
15927         * src/compose.c
15928                 insert a DOS/MAC file into the composed message
15929                 (improvements)
15930
15931         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15932
15933 2001-10-22 [paul]       0.6.4claws1
15934
15935         * sync with sylpheed 0.6.4 release
15936                 see ChangeLog entries 2001-10-21
15937
15938         * po/fr.po, po/pt_BR.po
15939                 updated by Melvin Hadasht and Fabio Junior Beneditto
15940
15941 2001-10-21 [paul]       0.6.3claws30
15942
15943         * src/compose.c
15944                 insert a DOS text file from the compose window
15945                 into the composed message text (removes CRs characters)
15946                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15947
15948         * tools/filter_conv.pl, tools/README
15949                 automatically use ~/.sylpheed as working directory
15950                 print out confirmation message on completion
15951
15952         * correct Hoa's last ChangeLog.claws entry
15953
15954 2001-10-20 [hoa]        0.6.3claws29
15955
15956         * src/grouplistdialog.c
15957                 bugfix (another ?) to give the right
15958                 newsgroups list for each news server.
15959
15960         * src/news.c
15961         * src/news.h
15962                 improve the newsgroups list cache
15963
15964 2001-10-20 [paul]       0.6.3claws28
15965
15966         * sync with sylpheed 0.6.3cvs9
15967                 see ChangeLog entry 2001-10-19
15968
15969         * correct Alfons' last ChangeLog.claws entry
15970
15971 2001-10-19 [alfons]
15972
15973         * src/pgptext.[ch]
15974                 fix compilation problems (part of bug #472895)
15975
15976 2001-10-18 [hoa]        0.6.3claws27
15977
15978         * src/grouplistdialog.c
15979                 bugfix when we refresh was clicked (bug 472701)
15980
15981 2001-10-19 [christoph]  0.6.3claws26
15982
15983         * src/compose.c
15984                 last header entry should default to "To:" or
15985                 "Newsgroups:" and not copy the last entry line
15986                 in a new compose window
15987                 (closes bug #472686, #470792)
15988
15989 2001-10-19 [paul]       0.6.3claws25
15990
15991         * sync with Sylpheed 0.6.3cvs8
15992                 see ChangeLog entries 2001-10-18 and 2001-10-19
15993
15994 2001-10-18 [christoph]  0.6.3claws24
15995
15996         * src/procmsg.c
15997                 reimplement ignore thread
15998         
15999 2001-10-18 [hoa]        0.6.3claws23
16000
16001         * src/folderview.c
16002         * src/grouplistdialog.[ch]
16003                 enhanced news subscription interface (feature 469113)
16004
16005         * src/news.c
16006         * src/news.h
16007                 enchanced newsgroup listing,
16008                 now, we can get groups informations
16009                 (NNTPGroupInfo)
16010
16011 2001-10-18 [paul]       0.6.3claws22
16012
16013         * src/summaryview.c
16014                 remove comment (sync with main branch)
16015         * src/mainwindow.c
16016                 fix 'Re-edit' bug in 'Message' menu
16017
16018 2001-10-17 [christoph]  0.6.3claws21
16019
16020         * src/compose.c
16021                 ignore empty or whitespace only header lines
16022
16023 2001-10-17 [paul]       0.6.3claws20
16024
16025         * sync with sylpheed 0.6.3cvs7
16026                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16027                 2001-10-17
16028
16029 2001-10-17 [darko]
16030
16031         * src/compose.c
16032                 wrap long lines without spaces
16033                 don't wrap URLs
16034
16035 2001-10-16 [paul]
16036
16037         * po/es.po, po/nl.po, po/pt_BR.po
16038                 updated by Ricardo Mones Lastra, Alfons,
16039                 and Fabio Junior Beneditto
16040
16041         * sylpheed-0.6.3claws released
16042
16043 2001-10-15 [melvin] 0.6.3claws18
16044
16045         * README.claws
16046                 added summary and detailed installation instructions
16047                 for spell checker
16048         * po/fr.po
16049                 Updated, corrected and completed french translation
16050
16051 2001-10-15 [hoa] 0.6.3claws17
16052         * src/grouplistdialog.c
16053                 we can choose the newsgroups to display with wildcards
16054
16055 2001-10-15 [christoph]  0.6.3claws16
16056
16057         * src/account.c
16058         * src/compose.c
16059         * src/prefs_folder_item.[ch]
16060                 applied wwp <subscript@free.fr>'s folder
16061                 default account patch
16062         * po/de.po
16063                 Fixed wrong translation
16064
16065 2001-10-13 [alfons, christoph, melvin]  
16066                         0.6.3claws15
16067
16068         solution #2 to solve MT-safety problems defers all GUI related calls
16069         to the main thread using a gtk_idle_add() callback. discussed on
16070         ircnet #sylpheed, with christoph spotting some issues with the
16071         original code, and melvin allowing us to lobotomize his sylpheed.
16072
16073         * src/syldap.[ch], src/main.c
16074                 fix race problem in ldap search thread by deferring GUI 
16075                 stuff to main thread using gtk_idle_add()
16076
16077 2001-10-13 [paul]       0.6.3claws14
16078
16079         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16080                 add Sergey's smtpcred.patch
16081                 adds separate username/password setting for SMTP Auth
16082                 needed by some servers
16083                 (closes feature request #471659)
16084
16085 2001-10-13 [paul]       0.6.3claws13
16086
16087         * src/pgptext.[ch] **NEW FILES**
16088         * src/Makefile.am, src/messageview.c, src/mimeview.c
16089                 decrypt ascii-armored gpg text embedded in
16090                 the message body.
16091                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16092
16093 2001-10-13 [christoph]  0.6.3claws12
16094
16095         * README.claws
16096                 some more details on default to and
16097                 feature requests
16098         * src/main.c
16099                 init glib threading when ldap is used
16100         * src/syldap.c
16101                 threading fixes
16102         * po/de.po
16103                 fixed a typo
16104
16105 2001-10-12 [paul]       0.6.3claws11
16106
16107         * src/prefs_common.[ch], src/rfc2015.c
16108                 enable ascii-armored gpg text to be embedded in the
16109                 message body, selectable through the 'Privacy'
16110                 preferences. Supports encrypting only.
16111                 Submitted by Ravemax <ravemax@dextrose.com>
16112
16113 2001-10-12 [paul]       0.6.3claws10
16114
16115         * sync with sylpheed 0.6.3cvs6
16116                 see ChangeLog entries 2001-10-11 and 2001-11-12
16117
16118         * src/folderview.c
16119                 incorporated mbox folders, scoring, and folder
16120                 properties into the sync
16121
16122 2001-10-12 [darko]      0.6.3claws9
16123
16124         * README.claws
16125                 describe quotation wrapping
16126         * src/compose.c
16127                 don't treat tab as space to calculate line length properly
16128
16129 2001-10-11 [alfons]
16130
16131         * README.claws
16132                 correct description of how to make new filtering system work,
16133                 add some other things
16134                 
16135         * src/syldap.c
16136                 remove sched_yield() (not necessary / unportable)
16137
16138 2001-10-11 [paul]       0.6.3claws8
16139
16140         * sync with sylpheed 0.6.3cvs3
16141                 see ChangeLog entry 2001-10-10
16142
16143 2001-10-10 [christoph]  0.6.3claws7
16144
16145         * .cvsignore
16146                 ignore 2 files created by newer autotools
16147         * src/prefs_folder_item.c
16148                 using table for widget alignment
16149                 fixed memory leak and broken octal display
16150         * src/filesel.c
16151                 fixed segfault caused by lost filename
16152                 workaround (closes bug #469551)
16153
16154 2001-10-10 [paul]       0.6.3claws6
16155
16156         * sync with sylpheed 0.6.3cvs2
16157                 see ChangeLog entries 2001-10-09 and 2001-10-10
16158
16159 2001-10-10 [darko]      0.6.3.claws5
16160
16161         * src/gtkstext.c
16162                 proper calculation of right margin if smart wrapping is enabled
16163         * src/compose.c
16164                 automatically wrap long lines if wrap quotation is enabled
16165
16166 2001-10-09 [alfons]     0.6.3.claws4
16167
16168         * src/summaryview.c
16169                 select correct row when deleting last row in the summary view (and
16170                 close bug "[ #469104 ] select second last in list when deleting")
16171
16172 2001-10-09 [paul]       0.6.3claws3
16173
16174         * sync with sylpheed 0.6.3cvs1
16175                 updated some autotool scripts
16176
16177 2001-10-09 [darko]      0.6.3claws2
16178
16179         * src/gtkstext.[ch]
16180                 new name and mark with Sylpheed comment
16181         * src/compose.c
16182                 smart quotation wrapping a-la VIM
16183
16184 2001-10-08 [paul]       0.6.3claws1
16185
16186         * sync with sylpheed 0.6.3 release
16187                 see ChangeLog entry 2001-10-08
16188
16189 2001-10-08 [paul]       0.6.2claws24
16190
16191         * src/summaryview.c
16192                 more sync with sylpheed 0.6.2cvs12
16193                 Fixed the bug that didn't select the last row correctly
16194
16195
16196 2001-10-07 [paul]       0.6.2claws23
16197
16198         * sync with sylpheed 0.6.2cvs12
16199                 see ChangeLog entry 2001-10-07
16200
16201 2001-10-06 [match]
16202         * src/jpilot.[ch]
16203                 enable jpilot to read unsynch'ed addresses.
16204
16205         * src/editldap_basedn.c
16206                 fix segfault when opening dialog.
16207
16208 2001-10-06 [alfons]     0.6.2.claws22
16209
16210         * src/summaryview.c
16211                 fix bug with summary view selecting last *inserted*
16212                 node instead of last *visible* node. remember we
16213                 work with a tree
16214
16215 2001-10-06 [paul]       0.6.2claws21
16216
16217         * po/pt_BR.po
16218                 updated translation, contains some fixes and new
16219                 translations, submitted by Gustavo Noronha Silva
16220                 <kov@debian.org>
16221
16222         * src/prefs_common.c
16223                 change 'each' to 'every' - fix dubious English
16224
16225         * sync with sylpheed 0.6.2cvs11
16226
16227 2001-10-05 [alfons]     0.6.2claws20
16228
16229         * src/mainwindow.[ch], src/folderview.c
16230                 make composite tool button switch between "Compose News"
16231                 and "Compose Mail" depending on selected folder
16232                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16233
16234 2001-10-05 [paul]       0.6.2claws19
16235
16236         * src/mainwindow.c, src/summaryview.c
16237                 fix 'Message/Reply to all', broken in last commit
16238
16239         * src/compose.c
16240                 fix X_BEENTHERE seg fault, thanks to Alfons
16241
16242 2001-10-04 [paul]       0.6.2claws18
16243
16244         * src/compose.[ch], src/mainwindow.c
16245                 make "Message/Reply" reply to mailing lists; matches
16246                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16247                 based on portions of the patch submitted by
16248                 Junichi Uekawa <dancer@netfort.gr.jp>
16249
16250 2001-10-04 [darko]      0.6.2claws17
16251
16252         * src/compose.c
16253                 better smart wrapping
16254         * src/gtkstext.[hc]
16255                 a function to make text buffer contiguous
16256
16257 2001-10-03 [paul]       0.6.2claws16
16258
16259         * sync with sylpheed 0.6.2cvs10
16260
16261 2001-10-02 [alfons]
16262
16263         * configure.in
16264         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16265                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16266                 references to chinese translations (hope someone picks up
16267                 this)
16268
16269 2001-10-02 [christoph]  0.6.2claws15
16270
16271         * src/compose.c
16272                 fixed non translated header bug
16273         * ChangeLog.claws
16274                 fixed wrong date in alfons last entry ;)
16275
16276 2001-10-02 [alfons]     0.6.2claws14
16277
16278         * src/compose.c, src/prefs_common.[ch]
16279                 add block cursor option
16280
16281 2001-10-02 [paul]       0.6.2claws13
16282
16283         * sync with sylpheed 0.6.2cvs9
16284
16285 2001-09-30 [paul]       0.6.2claws12
16286
16287         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16288                 updated translations
16289
16290         * po/POTFILES.in
16291                 add 'src/importldif.c'
16292
16293         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16294                 added eudora-to-vCard conversion tool
16295                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16296
16297         * sync with sylpheed 0.6.2cvs8
16298
16299 2001-09-30 [paul]
16300
16301         * sylpheed-0.6.2claws released
16302
16303 2001-09-27 [melvin]     0.6.2claws11
16304
16305         * src/gtkspell.c
16306                 fixed crash when using default path (introduced 
16307                 in 0.6.2claws10)
16308                 fixed tiny bug for initial suggestion mode
16309
16310 2001-09-27 [melvin]     0.6.2claws10
16311         
16312         * src/gtkspell.c
16313                 fixed bug where gtkpspell didn't set the path correctly
16314
16315         * README.claws
16316                 added a paragraph about spell checking
16317                 
16318
16319
16320 2001-09-27 [paul]       0.6.2claws9
16321
16322         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16323                 replace '// comments' with '/* comments */' to prevent
16324                 some compiler warnings 
16325
16326         * sync with sylpheed 0.6.2cvs6
16327
16328 2001-09-26 [alfons]     0.6.2claws8
16329
16330         * src/messageview.c
16331                 introduce return receipt request notification again,
16332                 which was lost because of other semantics in 
16333                 procheader_parse() (???)
16334
16335 2001-09-26 [christoph]  0.6.2claws7
16336
16337         * src/compose.c
16338                 replace comments for old code with #if 0
16339                 readded auto cc, bcc and reply-to
16340         * src/prefs_matcher.c
16341         * src/prefs_scoring.c
16342                 removed some definition (was moved to
16343                 prefs.h)
16344
16345 2001-09-26 [paul]       0.6.2claws6
16346
16347         * src/mainwindow.c
16348                 make 'Follow-up and reply to' sensitive
16349
16350         * more sync with sylpheed 0.6.2cvs5
16351
16352 2001-09-25 [melvin]
16353
16354         * 0.6.2claws5
16355
16356         * src/gtkspell.c
16357                 fixed bug for "US-ASCII" introduced by the encoding code
16358
16359 2001-09-25 [paul]
16360
16361         * 0.6.2claws4
16362
16363         * src/prefs_common.[ch], src/summaryview.c
16364                 'next unread msg' 'go to next folder?' dialog can be
16365                 given default behaviour, either always show dialog,
16366                 or assume 'yes', or assume 'no'
16367                 Submitted by wwp <subscript@free.fr>
16368
16369 2001-09-25 [melvin]
16370                 
16371         * src/compose.c src/gtkspell.[ch]
16372                 added support for different encodings
16373
16374 2001-09-25 [paul]
16375
16376         * more sync with sylpheed 0.6.2cvs5
16377
16378 2001-09-24 [alfons]
16379         
16380         * src/prefs_folder_item.c
16381                 add check for item->prefs->default_to string is NULL and
16382                 add another check when freeing this string
16383
16384 2001-09-24 [paul]
16385
16386         * configure.in
16387                 change to version 0.6.2claws3
16388
16389         * sync with sylpheed 0.6.2cvs5 
16390
16391 2001-09-24 [match]
16392         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16393                 import LDIF files.
16394         * src/addrcache.[ch], addrindex.[ch]
16395                 small update for future
16396         * src/addrbook.c
16397                 fix test XML file.
16398
16399 2001-09-24 [melvin]
16400         * src/gtkspell.[ch]
16401                 added 'Learn from mistakes' option
16402                 better handling of quotes in checked words
16403                 sorted dict list
16404         * po/fr.po
16405                 small update for spell checking stuff
16406
16407 2001-09-23 [alfons]
16408         
16409         * src/gtkspell.c
16410                 edit a little bit so it complies more with main coding style
16411
16412 2001-09-23 [alfons]
16413
16414         * src/folder.[ch], prefs_folder_item.c, compose.c
16415                 migrate "request return receipt" folder property
16416                 to folderlist.xml
16417
16418 2001-09-22 [alfons]
16419
16420         * README.claws **NEW**
16421                 (add things of interest for users of main branch 
16422                 and claws here)
16423
16424         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16425                 re-implement threading per folder option, but store 
16426                 the setting in folderlist.xml (where it belongs)
16427
16428 2001-09-21 [melvin]
16429
16430         * src/gtkspell.[ch]
16431                 fixed bug when compose window is under another window
16432         * src/prefs_common.[ch] src/compose.c
16433                 changed 'dictionary_path' to 'dictionary' to be consistent
16434                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16435         * ac/pspell.m4 src/Makefile.am 
16436                 dropped PSPELL_PATH macro
16437         * po/fr.po
16438                 updated translations
16439
16440 2001-09-21 [christoph]
16441
16442         * src/compose.c
16443                 added border around header fields
16444                 keep header type when new field is added
16445
16446 2001-09-20 [christoph]
16447
16448         * src/utils.[ch]
16449                 more portable debug_print with source filename
16450                 and linenumber
16451         * src/procmsg.c
16452                 more newlines after debug messages
16453
16454 2001-09-20 [paul]
16455
16456         * configure.in
16457                 change to version 0.6.2claws2
16458
16459         * sync with sylpheed 0.6.2cvs3
16460
16461 2001-09-19 [melvin]
16462
16463         * src/gtkspell.c
16464                 fixed the post-right-click focus pb
16465                 fixed crash when 'Spell check all' after dict change 
16466                         and when cursor is at the end of the text
16467                 shift-right-click pops up config menu even on misspelled words.
16468         * po/POTFILES.in
16469                 added gtkspell.c
16470
16471 2001-09-19 [melvin]
16472
16473         * src/about.c
16474                 added pspell to compiled-in features list
16475
16476 2001-09-18 [melvin]
16477
16478         * switched to pspell and dropped ispell
16479         * ac/pspell.m4
16480                 new file. autoconf macro for pspell
16481         * ac/Makefile.am 
16482         * configure.in acconfig.h
16483                 added pspell support
16484         * src/Makefile.am
16485         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16486         * src/prefs_common.[ch] 
16487                 added pspell support
16488
16489 2001-09-18 [christoph]
16490
16491         * src/addr_compl.c
16492         * src/template.[ch]
16493                 replace LOG_MESSAGE with debug_print
16494         * src/compose.[ch]
16495                 gui improvements
16496         * src/menu.c
16497                 added newline after debug message
16498         * src/utils.h
16499                 using __VA_ARGS__ for debug_print macro
16500         * tools/.cvsignore
16501                 ignore Makefile and Makefile.in
16502
16503 2001-09-18 [paul]
16504
16505         * configure.in
16506                 change to version 0.6.2claws1
16507         * sync with sylpheed 0.6.2cvs1
16508
16509         * src/matcher.c 
16510         * src/prefs_matcher.c
16511                 add 'score equal to' option, submitted by
16512                 Paul Evans <nerd@freeuk.com>
16513
16514 2001-09-15 [christoph]
16515
16516         * src/mainwindow.c
16517                 comment out menu entry not existing in claws
16518         * src/menu.c
16519                 add debug output for non existing menu entries
16520         * src/summaryview.c
16521                 fix next/prev unread message for ignored threads
16522         * src/utils.[ch]
16523                 add sourcefile and line number to debug output
16524                 otherwise it is sometimes hard to find the
16525                 source code part if debug messages are translated
16526
16527 2001-09-14 [darko]
16528         
16529         * src/folderview.c
16530                 refresh target folder style after colour is changed
16531
16532 2001-09-13 [paul]
16533
16534         * configure.in
16535                 change to version 0.6.1claws3
16536
16537         * sync with sylpheed 0.6.1cvs6
16538
16539 2001-09-13 [darko]
16540         
16541         * src/folderview.c
16542                 fix target folder colourization to use user selected colour
16543
16544 2001-09-12 [darko]
16545         
16546         * src/summaryview.c
16547                 fix crash when message that is marked for copy/move is unmarked
16548
16549 2001-09-09 [paul]
16550
16551         * configure.in
16552                 change to version 0.6.1claws2
16553
16554         * sync with sylpheed 0.6.1cvs3
16555
16556 2001-09-09 [alfons]
16557         
16558         * src/folderview.c
16559                 fix bug with default font used for trash folder text
16560
16561 2001-09-06 [paul]
16562
16563         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16564                 updated translations
16565
16566         * configure.in
16567                 change to version 0.6.1claws1
16568
16569         * sync with sylpheed 0.6.1cvs2
16570
16571 2001-09-03 [paul]
16572
16573         * po/POTFILES.in
16574                 add Match's new addressbook
16575
16576         * po/de.po
16577                 updated translation submitted by Jens Oberender
16578
16579 2001-09-02 [paul]
16580
16581         * configure.in
16582                 change to 0.6.1claws
16583         * sync with sylpheed 0.6.1 release
16584
16585 2001-09-02 [paul]
16586
16587         * configure.in
16588                 change to 0.6.0claws2
16589
16590         * sync with sylpheed 0.6.0cvs4
16591
16592         * po/pt_BR.po
16593                 updated translation submitted by Fabio Junior Beneditto
16594
16595 2001-09-01 [match]
16596         * pixmaps/
16597                 interface.xpm
16598                 book.xpm
16599                 address.xpm
16600         * src/
16601                 Makefile.am
16602                 a ton of new files
16603
16604 2001-08-31 [paul]
16605
16606         * configure.in
16607                 change to version 0.6.0claws1
16608
16609         * sync with sylpheed 0.6.0cvs1
16610
16611         * po/es.po
16612                 updated translation submitted by Ricardo Mones Lastra
16613
16614         * po/POTFILES.in
16615                 add 'src/prefs_templates.c'
16616
16617         * src/compose.c, src/summaryview.c
16618                 fix segfault on 'Re_edit'               
16619
16620 2001-08-30 [alfons]
16621
16622         * configure.in, Makefile.am
16623         * tools/Makefile.am
16624                 add tools directory to source distribution
16625
16626 2001-08-30 [paul]
16627
16628         * configure.in
16629                 change to version 0.6.0claws
16630
16631         * sync with sylpheed 0.6.0 release
16632
16633 2001-08-30 [christoph]
16634
16635         * configure.in
16636                 removed autoconf version check
16637
16638 2001-08-30 [paul]
16639
16640         * src/account.c, src/compose.c, src/prefs_common.[ch]
16641         * src/procheader.[ch] src/utils.[ch]
16642                 Enhanced automatic account selection on replies
16643                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16644
16645         * configure.in
16646                 add LDAP and JPilot to the configuration results output.
16647
16648 2001-08-29 [christoph]
16649
16650         * src/summeryview.c
16651                 no bold font for ignored threads
16652
16653 2001-08-29 [paul]
16654
16655         * configure.in
16656                 change to version 0.5.3claws6
16657
16658         * sync with sylpheed 0.5.3cvs10
16659                 src/stringtable.[ch]: New Files
16660
16661         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16662         * src/pixmaps/sylpheed.xpm
16663                 add mini-icons to windows (by Alfons)
16664
16665 2001-08-27 [paul]
16666
16667         * src/mainwindow.c
16668                 new functions: next_labeled_cb(), prev_labeled_cb()
16669
16670         * src/summaryview.c
16671                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16672                 summary_select_next_labeled(), summary_select_prev_labeled()
16673
16674         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16675                 give claws blue folders and a blue trash can
16676
16677 2001-08-27 [paul]
16678
16679         * configure.in
16680                 change to version 0.5.3claws5
16681
16682         * sync with sylpheed 0.5.3cvs9
16683                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16684
16685 2001-08-24 [christoph]
16686
16687         * src/filesel.c
16688                 keep filename when browsing directories
16689                 (not working for user entered filename, but
16690                  for default name and selected filename from
16691                  file list)
16692         * src/mainwindow.c
16693                 fixed wrong spelling "Folllow-up"
16694         * src/mbox_folder.c
16695         * src/procmsg.c
16696         * src/summaryview.c
16697                 fixed new/unread message count with ignored
16698                 threads (2 commits, first didn't notice no
16699                 longer needed decreasing)
16700         * src/inc.c
16701                 readded scrolling of progress dialog
16702                 (lost in sync)
16703
16704 2001-08-24 [paul]
16705
16706         * configure.in
16707                 change to 0.5.3claws4
16708
16709         * sync with sylpheed 0.5.3cvs7
16710
16711 2001-08-24 [christoph]
16712
16713         * src/compose.c
16714                 set request return receipt when replying
16715                 if it is set is the folder prefs of the
16716                 message
16717         * src/inc.c
16718                 disable final error popup if popups are
16719                 disabled in config (again)
16720
16721 2001-08-23 [paul]
16722
16723         * configure.in
16724                 Change version number to 0.5.3claws3
16725
16726         * sync with sylpheed 0.5.3cvs5
16727
16728         * src/mimeview.c
16729                 double quote '%s' in 'gedit %s' to fix bug when
16730                 opening attachment with spaces in the name
16731
16732 2001-08-22 [alte]
16733         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16734           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16735                 initial message templates support
16736
16737
16738 2001-08-22 [paul]
16739
16740         * configure.in
16741                 change version number to 0.5.3claws2
16742
16743         * sync with sylpheed 0.5.3cvs4
16744
16745         * src/procmsg.h src/summaryview.c
16746                 re-implement (un)ignore thread
16747
16748 2001-08-21 [paul]
16749
16750         * src/summaryview.c
16751                 remove unnecessary code
16752         * src/compose.c
16753                 enable 'dynamic' signatures (submitted by
16754                 Eric Limpens <eric@hscg-internet.nl>)
16755
16756 2001-08-21 [paul]
16757
16758         clean up after sync with sylpheed 0.5.3 release
16759
16760         * src/folderview.c
16761                 fix re-introduced font mess, see Christoph's
16762                 entry 2001-06-24
16763
16764         * src/summaryview.c
16765                 remove prev_msgnum
16766                 use sylpheed's small font instead of
16767                 gtk default font for summary view
16768
16769
16770 2001-08-17 [paul]
16771
16772         * configure.in
16773                 add pl to ALL_LINGUAS - sync with main branch
16774
16775         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16776                 Updated. Translations by Jens Oberender, Ricardo Mones
16777                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16778
16779         * po/pl.po  ** NEW FILE **
16780                 sync with the main branch
16781
16782         * src/folderview.c
16783                 fix target folder colorizing and refresh problem
16784
16785
16786 2001-08-17 [christoph]
16787
16788         * src/mainwindow.c
16789                 claws uses 4 colors for target folder coloring.
16790                 arrays were not long enough and destroyed the
16791                 stack causing a segfault.
16792                 target folder colorizing does not work anymore
16793                 for me
16794
16795 2001-08-16 [paul]
16796
16797         * configure.in
16798                 change to version 0.5.3claws1
16799
16800         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16801           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16802           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16803
16804                 sync with sylpheed 0.5.3 release, but keep claws method of
16805                 configuring/saving fonts
16806
16807         * src/addressbook.[ch]
16808                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16809                 in line with a similar change in Hiroyuki's branch
16810
16811         * src/mainwindow.[ch]
16812                 disable main_window_set_thread_option()
16813         * src/prefs_folder_item.c
16814                 comment out &tmps_prefs.enable_thread,
16815         * src/mbox_folder.c, src/procmsg.[ch]
16816                 comment out MSG_IS_IGNORE_THREAD
16817         * src/summaryview.c
16818                 comment out summary_ignore_thread() and summary_unignore_thread()
16819                 comment out MSG_IS_IGNORE_THREAD
16820
16821                 use Hiroyuki's threading instead.
16822
16823
16824
16825 2001-08-15 [paul]
16826
16827         * src/account.c
16828                 use Hiroyuki's 0.5.3 column scheme but also
16829                 include the enable/disable button.
16830         * src/pixmaps/mark.xpm
16831                 add Hiroyuki's amended pixmap
16832
16833 2001-08-13 [christoph]
16834
16835         * src/account.c
16836                 receive at get all column showed wrong state for APOP
16837                 button should only work for POP3 and APOP accounts
16838         * src/prefs_account.c
16839                 added missing preprocessor statement for SSL
16840
16841 2001-08-12 [paul]
16842
16843         * src/account.[ch]
16844                 add 'receive at get all' column and enable/disable
16845                 button.
16846
16847 2001-08-06 [christoph]
16848
16849         * src/account.c
16850                 show usage of SSL in protocol column
16851
16852         * src/imap.c
16853         * src/inc.c
16854                 renamed ssl options
16855
16856         * src/prefs_account.[ch]
16857                 moved ssl options to a new page
16858
16859         * src/send.c
16860         * src/smtp.c
16861         * src/ssl.[ch]
16862                 renamed ssl options
16863                 added support for SMTP STARTTLS command
16864
16865 2001-08-05 [christoph]
16866
16867         * configure.in
16868                 debian autoconf needs version check to find
16869                 correct autoconf version. if the file is
16870                 named configure.in 2.13 is used, which does
16871                 not work with this configure.in script.
16872                 other solution would be to rename the script
16873                 to configure.ac as suggested in the autoconf
16874                 manual.
16875
16876         * src/inc.c
16877                 disable final error popup if popups are
16878                 diabled in config
16879
16880         * src/socket.c
16881                 bugfix in ssl_gets
16882                 fixes IMAP over SSL problem
16883
16884 2001-08-03 [paul]
16885
16886         * configure.in
16887                 change to 0.5.2claws1
16888
16889         * sync with sylpheed 0.5.2cvs1
16890
16891 2001-08-02 [alfons]
16892
16893         * configure.in
16894                 quick fix for ispell detection...
16895
16896 2001-08-01 [paul]
16897
16898         * configure.in
16899                 change to 0.5.1claws4
16900
16901         * sync with sylpheed 0.5.1cvs7
16902
16903 2001-07-31 [alfons]
16904
16905         * src/prefs_common.c, src/prefs_common.h, 
16906           src/gtkspell.c, src/gtkspell.h
16907                 add global spelling checker settings (compose tab) +
16908                 selection of dictionary 
16909           
16910         * configure.in  
16911                 guess valid ispell location
16912
16913 2001-07-31 [paul]
16914
16915         * po/POTFILES.in
16916                 removal of 'src/quote_fmt_parse.c'
16917         * po/de.po
16918                 Updated de.po
16919                 (submitted by Jens Oberender <didge@suse.de>)
16920
16921 2001-07-31 [darko]
16922
16923         * src/folder.[ch]
16924         * src/folderview.[ch]
16925         * src/mainwindow.c
16926         * src/mh.c
16927         * src/prefs_common.[ch]
16928         * src/summaryview.c
16929                 target folder colourization
16930
16931 2001-07-30 [paul]
16932
16933         more sync with Sylpheed 0.5.1cvs6 
16934
16935 2001-07-30 [darko]
16936
16937         * src/mh.c
16938         * src/prefs_folder_item.[hc]
16939         * src/summaryview.c
16940                 shared folders support with a GUI
16941
16942 2001-07-29 [paul]
16943
16944         0.5.1claws3
16945
16946         * sync with Sylpheed 0.5.1cvs6
16947
16948 2001-07-29 [paul]
16949
16950         * po/pt_BR.po
16951                 updated
16952                 (submitted by Fabio Junior Beneditto)
16953
16954 2001-07-28 [paul]
16955
16956         * src/procmime.c
16957         * AUTHORS
16958                 patch to correct bad image mime headers
16959                 (submitted by Don Quijote <dq@searchlores.org>)
16960
16961 2001-07-28 [paul]
16962
16963         * tools/gif2xface.pl   **NEW FILE**
16964         * tools/README
16965                 script to convert file.gif to file.xface for
16966                 use in a custom header.
16967                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16968
16969 2001-07-27 [alfons]
16970         
16971         * configure.in
16972                 change macros for detecting JPilot and LDAP
16973
16974 2001-07-27 [christoph]
16975
16976         * src/filtering.c
16977                 code cleanup (MIN / MAX warning, needed casting)
16978
16979 2001-07-27 [alfons]
16980
16981         * procheader.c
16982                 disallow setting flags when detecting certain headers
16983                 (X-Status, Status, Seen, X-Seen). 
16984         
16985         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16986
16987 2001-07-27 [christoph]
16988
16989         * src/prefs_filter.c
16990         * src/prefs_filtering.c
16991         * src/prefs_matcher.c
16992         * src/prefs_scoring.c
16993                 scroll list when moving rows up or down
16994
16995         * src/imap.c
16996         * src/imap.h
16997         * src/prefs_account.c
16998         * src/prefs_account.h
16999         * src/send.c
17000                 SMTP over SSL (untested, feedback requested)
17001                 IMAP over SSL
17002
17003         * src/ssl.c
17004                 code cleanup
17005
17006 2001-07-26 [alfons]
17007         
17008         * configure.in, acconfig.h
17009                 define CLAWS (need this for main / claws detection)
17010
17011 2001-07-25 [alfons]
17012
17013         * configure.in
17014                 Sylpheed 0.5.1claws2
17015                 
17016         * sync with Sylpheed 0.5.1cvs4
17017
17018 2001-07-25 [christoph]
17019
17020         * src/scoring.c
17021                 fixed segfault
17022                 item->prefs == NULL (don't know why)
17023
17024 2001-07-25 [alfons]
17025
17026         * configure.in
17027                 Sylpheed 0.5.1claws1
17028
17029         * sync with Sylpheed 0.5.1cvs1-3
17030
17031 2001-07-24 [christoph]
17032
17033         * src/folderview.c
17034         * src/prefs_folder_item.[ch]
17035                 added folderitem preferences dialog with
17036                 default To: and auto request return receipt
17037
17038         * src/compose.[ch]
17039         * src/menu.[ch]
17040                 changes to handle new folderitem preferences
17041
17042         * src/mainwindow.c
17043         * src/summaryview.c
17044                 call compose new mail with current folderitem
17045
17046 2001-07-24 [alfons]
17047
17048         Release Sylpheed 0.5.1claws
17049
17050         * configure.in
17051                 change to release version 0.5.1claws
17052
17053 2001-07-24 [christoph]
17054
17055         * src/summaryview.c
17056                 fixed segfault that happend when the selected
17057                 message was removed while retrieving new messages.
17058
17059         * po/es.po
17060                 updated translation
17061                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17062
17063 2001-07-22 [alfons]
17064
17065         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17066         this is a work in progress, for more information: http://nlpagan.net/sylman 
17067         
17068         * configure.in, src/mainwindow.c, manual/Makefile.am
17069                 add support for English manual
17070
17071         * AUTHORS
17072                 add authors of user manuals
17073
17074         * manual/en/sylpheed*.html
17075                 add English documentation
17076
17077 2001-07-22 [christoph]
17078
17079         * po/POTFILES.in
17080                 added src/ssl.c
17081         * src/ssl.c
17082                 changed a wrong debug message
17083
17084 2001-07-22 [alfons]
17085
17086         * po/nl.po
17087                 update Dutch translation
17088
17089         * src/prefs_filtering.c, 
17090           src/prefs_matcher.c
17091                 add more translatable strings           
17092
17093 2001-07-21 [alfons]
17094
17095         0.5.0claws7
17096
17097         * configure.in
17098                 change version
17099
17100         * src/inc.c, src/summaryview.[ch]
17101                 prevent update of mark file when filtering has done, by
17102                 using a variable; this affects two functions:
17103                         inc.c::inc_finished()
17104                         summaryview.c::summary_show()
17105
17106 2001-07-20 [alfons]
17107
17108         * src/filtering.[ch], src/prefs_filtering.c, 
17109           src/matcher.[ch]
17110                 add filtering action for label coloring 
17111
17112         * po/POTFILES.in
17113                 add labelcolors.c
17114
17115         * added src/labelcolors.c
17116         * added src/labelcolors.h
17117         * src/Makefile.am, src/summaryview.c
17118                 rearrange label coloring code
17119
17120         * src/procmsg.h
17121                 add more parentheses so label colouring works correctly
17122
17123         * src/filtering.c
17124                 don't really delete message, but move it to Trash
17125
17126         * src/prefs_matcher.c
17127                 add quote options to info dialog
17128
17129 2001-07-20 [christoph]
17130
17131         * src/Makefile.am
17132         * src/inc.c
17133         * src/main.[ch]
17134         * src/socket.h
17135         * src/ssl.[ch] (new)
17136                 moved ssl stuff to a seperate file
17137
17138 2001-07-20 [darko]
17139
17140         * src/summaryview.c
17141                 fix show sender using address book with no e-mail
17142                 address in From: field
17143
17144 2001-07-19 [alfons]
17145
17146         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17147                 fix messy handling of escaping... now at least the
17148                 execute command is useful. escape char is '\', we
17149                 accept \n and \r too. 
17150
17151                 Real life example:
17152                 
17153                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17154                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17155
17156 2001-07-18 [alfons]
17157
17158         0.5.0claws6
17159
17160         * src/summaryview.c
17161                 clean up
17162
17163         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17164           src/procmsg.[ch]
17165                 revise filtering; currently move, copy, marking have
17166                 been tested. if you like bleeding edge stuff, you
17167                 should definitely go for this version :)
17168
17169         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17170
17171 2001-07-17 [christoph]
17172
17173         * src/utils.c
17174                 timestamp log
17175
17176 2001-07-17 [alfons]
17177
17178         0.5.0claws5
17179
17180         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17181           bits in the mark file, without affecting either branch. Lots of
17182           files changed, also in claws branch.
17183
17184           UNTESTED: use of mbox folders
17185
17186         * src/summaryview.c
17187                 added mark all read; however this was a quick hack used for
17188                 cleaning up mess after initial merge with Hiroyuki
17189
17190         * configure.in
17191                 change claws version number back to 0.5.0claws5 to clear up 
17192                 confusion & pretension (recent release was technically 
17193                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17194
17195 2001-07-16 [alfons]
17196
17197         sync with Hiroyuki's 0.5.0cvs4
17198
17199 2001-07-16 [alfons]
17200
17201         0.5.1claws3
17202
17203         * src/filtering.[ch]
17204                 remove invalid updating of mark files for 
17205                 filter actions MATCHING_ACTION_MOVE and 
17206                 MATCHING_ACTION_DELETE; this should fix the
17207                 folder update bug
17208                 
17209         * src/procmsg.c
17210                 revert Christoph's stab at fixing the folder 
17211                 update bug
17212
17213         * po/POTFILES.in
17214                 add missing files with translatable strings
17215
17216         * src/summaryview.c
17217                 remove debug print
17218
17219 2001-07-15 [alfons]
17220
17221         * src/addr_compl.[ch], src/prefs_filtering.c
17222                 make "filtering pref dialog's destination entry" an
17223                 "address completable entry", if filter destination is 
17224                 an email address
17225
17226         0.5.1claws2
17227         
17228         sync with Hiroyuki's 0.5.0cvs2-3
17229
17230 2001-07-15 [christoph]
17231
17232         * src/procmsg.c
17233                 fixed folder stats update after incorporation
17234
17235 2001-07-15 [alfons]
17236
17237         * src/summaryview.c
17238                 * finish label colouring stuff (for now)
17239                 * fix incorrect colour bug (off by one) 
17240
17241 2001-07-14 [alfons]
17242
17243         * src/mainwindow.c
17244                 change text labels for news and mail message so there's
17245                 plenty of toolbar estate left
17246
17247         * configure.in
17248                 0.5.1claws1
17249
17250         * src/folderview.c
17251           src/folder.[ch]
17252                 sync with Hiroyuki's 0.5.0cvs1
17253
17254         * src/summaryview.c
17255                 more rewrite label colouring
17256
17257 2001-07-14 [alfons]
17258
17259         * src/summaryview.[ch]
17260                 * start rewrite label colouring 
17261                 * fix proper location "Add Sender To Addressbook" menu item
17262
17263 2001-07-13
17264
17265         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17266         (actually this is 0.5.0claws4)
17267
17268 2001-07-13 [alfons]
17269
17270         * po/pt_BR.po
17271                 * fix duplicate message
17272                 * add updated Portugese / Brazilian translation
17273                   submitted by Fabio Junior Beneditto
17274
17275 2001-07-12 [alfons]
17276
17277         * AUTHORS
17278                 add Jens
17279
17280         * po/nl.po
17281                 add updated Dutch translation
17282
17283         * po/de.po
17284                 add updated German translation submitted by Jens
17285
17286 2001-07-11 [alfons]
17287
17288         Prerelease before 0.5.0claws. Please test.
17289         This version is temporarily tagged as VERSION_0_5_0_TEST
17290
17291         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17292           src/prefs_scoring.c, src/prefs_matcher.c, 
17293           src/prefs_filtering.c, src/mbox.c, 
17294           src/main.c, src/inc.c, src/filtering.[ch]
17295                 revert new Hoa's new matcher (does not work yet)
17296
17297         * src/Makefile.am
17298                 clean up
17299
17300 2001-07-10
17301
17302         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17303
17304
17305 2001-07-10 [alfons]
17306
17307         * Makefile.am
17308                 add ChangeLog.claws to EXTRA_DIST
17309         * src/Makefile.am
17310                 add matcher_parser_parse.h to EXTRA_DIST
17311
17312 2001-07-10 [christoph]
17313
17314         * src/inc.c
17315                 add destination folder to table of
17316                 folders that need to be updated after
17317                 incorporation
17318
17319 2001-07-10 [alfons]
17320
17321         * folder.[ch]
17322           folderview.c
17323                 make collapse state of folders and folder items persistent, i.e.
17324                 if you collapse a folder tree, the next time sylpheed-claws starts 
17325                 up the folder tree remains collapsed.  
17326                 
17327 2001-07-10 [christoph]
17328
17329         * acconfig.h
17330         * configure.in
17331                 added --enable-ssl
17332         * src/md5.[ch]
17333                 renamed MD5_CTX to MD5_CTX_syl
17334                 conflicts with a struct in openssl
17335         * src/inc.c
17336         * src/main.[ch]
17337         * src/prefs_account.[ch]
17338         * src/socket.[ch]
17339                 SSL support for POP
17340         * src/mainwindow.c
17341                 fixed compose with current account
17342                 broken by new compose button stuff
17343
17344 2001-07-09 [hoa]
17345
17346         * AUTHORS
17347                 changed my email address
17348
17349         * src/matcher_parser_parse.y
17350                 clean the parser to remove conflicts
17351
17352 2001-07-09 [alfons]
17353
17354         * AUTHORS
17355                 add Match Grun
17356
17357         * configure.in
17358                 fix incorrect description of --enable-ldap parameter
17359
17360         * src/prefs_common.[ch]
17361           src/compose.c
17362                 add experimental option "smart wrapping" which makes the
17363                 compose editor auto wrap.
17364                 
17365                 | TODO: the problem with the buggy cursor handling is caused |
17366                 | by the GtkText. when deleting / backspacing text its       |
17367                 | wrapping algorithm does not take in account the previous   |
17368                 | line. should find a way to hack this in.                   |
17369                 | or should perhaps combine this with the word wrapping      |
17370                 | patch i wrote in january.                                  |
17371
17372         * src/about.c
17373                 show build parameters for LDAP and JPilot
17374
17375         * src/summaryview.c
17376                 revert Christoph's bugfix for selecting next unread message, 
17377                 because folder stats aren't updated correctly
17378
17379 2001-07-08 [hoa]
17380
17381         * src/filtering.c
17382         * src/mainwindow.c
17383         * src/matcher.c
17384         * src/matcher_parser_lex.l
17385         * src/matcher_parser_parse.y
17386         * src/prefs_filtering.c
17387         * src/prefs_scoring.c
17388         * src/scoring.c
17389                 bugfix of the config file parser
17390
17391 2001-07-08 [alfons]
17392
17393         * src/Makefile.am
17394                 added generated matcher sources to BUILT_SOURCES
17395
17396 2001-07-08 [hoa]
17397
17398         * src/Makefile.am
17399         * src/.cvsignore
17400                 added new config file parser
17401
17402         * src/scoring.[ch]
17403         * src/filtering.[ch]
17404         * src/matcher.[ch]
17405         * src/prefs_filtering.c
17406         * src/prefs_matcher.c
17407         * src/prefs_scoring.c
17408         * added src/matcher_parser.h
17409         * added src/matcher_parser_lex.h
17410         * added src/matcher_parser_lex.l
17411         * added src/matcher_parser_parse.y
17412                 lex & yacc config file parser
17413
17414         * src/mbox.c
17415         * src/inc.c
17416         * src/main.c
17417                 changes prefs_filtering into global_filtering           
17418
17419         * src/summaryview.c
17420                 build threads with subjects only if "Re: " is at the
17421                 beginning of the subject
17422
17423 2001-07-07 [paul]
17424
17425         0.5.0claws
17426
17427         sync with sylpheed 0.5.0
17428                 change of version number only
17429
17430 2001-07-06 [paul]
17431
17432         0.5.0claws5
17433
17434         sync with sylpheed 0.5.0pre5
17435
17436 2001-07-05 [paul]
17437
17438         sync with sylpheed 0.5.0pre4 release
17439                 /po and /manual/ja not sync'ed
17440
17441 2001-07-04 [paul]
17442
17443         more sync with sylpheed 0.5.0pre4
17444
17445 2001-07-03 [christoph]
17446
17447         * src/addressbook.c
17448                 fixed address book broken by address book
17449                 for VCard, JPilot, LDAP
17450
17451 2001-07-03 [alfons]
17452
17453         * src/matcher.c
17454         * src/textview.c
17455                 stopped memory leaks
17456
17457 2001-07-03 [paul]
17458
17459         more sync with sylpheed 0.5.0pre4
17460
17461 2001-07-02 [match]
17462
17463         * included address book patch for VCard, JPilot, LDAP
17464         * pref_common.c - fixed Font options on Display tab (cosmetic)
17465         * alertpanel.c - fixed truncated message
17466
17467 2001-07-02 [christoph]
17468
17469         * src/mbox_folder.c
17470         * src/procmsg.[ch]
17471         * src/summaryview.c
17472                 mark threads for ignoring
17473
17474 2001-07-02 [paul]
17475
17476         0.5.0claws4
17477
17478         * sync with sylpheed 0.5.0pre4
17479                 updated gettext to 0.10.38.
17480
17481 2001-07-01 [paul]
17482
17483         * src/ mainwindow.c
17484         * src/procmsg.h
17485         * src/summaryview.[ch]
17486                 new right-click option: Label.
17487                 substitute for 'Mark-->Mark/Unmark', colours the line.
17488                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17489
17490 2001-07-01 [christoph]
17491
17492         * src/folderview.c
17493                 fixed font for trash
17494         * src/summaryview.c
17495                 move ctree to unread message
17496
17497 2001-07-01 [paul]
17498
17499         * sync with sylpheed 0.5.0pre3 release
17500
17501 2001-06-30 [alfons]
17502
17503         * src/filesel.[ch]
17504         * src/compose.c
17505                 allow inserting / attaching multiple files in
17506                 the composer window
17507
17508 2001-06-30 [paul]
17509
17510         * src/codeconv.c
17511                 small change to Alfons' previous stuff so that it
17512                 actually makes
17513
17514 2001-06-30 [alfons]
17515
17516         * lots of files changed; first attempt to merge the changes
17517           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17518
17519 2001-06-30 [paul]
17520
17521         * po/pt_BR.po
17522                 updated and completed, translations by Fabio
17523                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17524
17525 2001-06-29 [alfons]
17526
17527         * src/compose.c
17528         * src/mimeproc.[ch]
17529                 allow selecting an attached files' mime type from a 
17530                 list of types.
17531
17532 2001-06-29 [paul]
17533
17534         * more sync with sylpheed 0.5.0pre3
17535
17536 2001-06-29 [paul]
17537
17538         * po/pt_BR.po
17539                 merge with sylpheed.pot and pt_BR.po provided by
17540                 Fabio Junior Beneditto.
17541
17542 2001-06-29 [darko]
17543
17544         * src/procmime.c
17545                 make MIME types case insensitive
17546
17547 2001-06-28 [alfons]
17548
17549         * po/nl.po
17550                 merge with sylpheed.pot and old nl.po; translations added.
17551
17552 2001-06-28 [paul]
17553
17554         * more sync with sylpheed 0.5.0pre3
17555
17556 2001-06-27 [alfons]
17557
17558         * src/summaryview.c
17559                 don't crash when removing parent node of messages
17560                 attracted by subject. this was caused by not deleting
17561                 the parent node from the subject line hash table.
17562
17563 2001-06-27 [alfons]
17564
17565         * src/summaryview.c
17566         * src/compose.[ch]
17567         * src/mainwindow.c
17568                 if there are multiple messages selected, allow forwarding
17569                 them as attachments.
17570
17571 2001-06-27 [paul]
17572
17573         * more sync with sylpheed 0.5.0pre3
17574
17575 2001-06-26 [paul]
17576
17577         0.5.0claws3
17578
17579         * sync with sylpheed 0.5.0pre3
17580
17581 2001-06-25 [paul]
17582
17583         * src/mainwindow.c
17584                 fixed 'compose news article' bug
17585                 from icon-and-text toolbar
17586
17587 2001-06-25 [paul]
17588
17589         * sync with sylpheed 0.5.0pre2 release
17590
17591 2001-06-24 [christoph]
17592
17593         * src/prefs_common.c
17594                 bug fix in font selection
17595         * src/folderview.c
17596                 use sylpheed's normal font instead of
17597                 gtk default font for folders without
17598                 new messages
17599
17600 2001-06-24 [alfons]
17601
17602         * src/mainwindow.[ch]
17603                 added composite compose mail / news button (an idea by Leandro
17604                 Pereira <leandro@linuxmag.com.br>)
17605
17606 2001-06-24 [paul]
17607
17608         Added instructions for ldif-to-xml.py
17609
17610         * tools/README
17611
17612 2001-06-23 [alfons]
17613
17614         Some minor things.
17615
17616         * src/pixmaps/stock_news_compose.xpm
17617                 added pixmap by Leandro
17618         * src/prefs_common.c
17619                 tested built-in spelling checker of GCC 3.0 :)
17620         * po/nl.po
17621                 merged dutch translation of sylpheed-main with
17622                 sylpheed.pot
17623
17624 2001-06-23 [paul]
17625
17626         Added tools directory and files.
17627
17628         * tools/filter_conv.pl
17629                 converts old filter system to new filtering system
17630         * tools/ldif-to-xml.py
17631                 converts netscape addressbook to sylpheed addressbook
17632         * tools/README
17633                 descriptions/instructions for above two files
17634
17635 2001-06-23 [christoph]
17636
17637         * src/inc.c
17638         * src/manage_window.[ch]
17639         * src/prefs_common.[ch]
17640                 mail retrieval dialog can be enabled, disabled
17641                 or hidden if non of sylpheed's windows is active
17642
17643 2001-06-22 [paul]
17644
17645         0.5.0claws2
17646
17647         * sync with sylpheed 0.5.0pre2
17648
17649 2001-06-21 [christoph]
17650
17651         * src/summaryview.c
17652                 show recipient on 'from' for all accounts
17653                 
17654         * src/inc.c
17655         * src/prefs_common.[ch]
17656                 disable error popup on mail receive errors
17657
17658 2001-06-21 [alfons]
17659
17660         * src/compose.c
17661                 made the ruler correctly appear and disappear.
17662
17663         * src/Makefile.am
17664                 removed Hoa's work-in-progress-stuff (interesting!) so 
17665                 claws compiles ok.
17666
17667 2001-06-20 [christoph]
17668
17669         * src/inc.c
17670         * src/progressdialog.c
17671                 added scrolled window for list in progressdialog
17672
17673 2001-06-20 [paul]
17674
17675         sync with sylpheed 0.5.0pre1 release
17676
17677 2001-06-20 [christoph]
17678
17679         * src/summeryview.c
17680                 make building threads by subject work when
17681                 thread view is enabled
17682                 
17683         * src/compose.c
17684         * src/prefs_common.[ch]
17685                 automatically select account for mail replys
17686
17687 2001-06-19 [sergey]
17688
17689         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17690         they are filled in from the account settings.
17691
17692 2001-06-19 [paul]
17693
17694         * more sync with sylpheed 0.5.0pre1
17695
17696 2001-06-18 [alfons]
17697
17698         * src/Makefile.am,
17699           src/procmime.c
17700                 added --sysconfdir to CPPFLAGS for pointing to the correct
17701                 location of mime.types. 
17702
17703                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17704                 or ./configure!
17705
17706 2001-06-18 [hoa]
17707
17708         * src/summaryview.c
17709                 fixed some bug when building threads
17710
17711 2001-06-18 [pau]l
17712
17713         * src/prefs_account.c
17714                 UI stuff: More changes to the English
17715
17716 2001-06-18 [paul]
17717
17718         * src/pixmaps/stock_news_compose.xpm: new file
17719         * src/Makefile.am
17720         * src/mainwindow.c
17721         * src/summaryview.c
17722                 Added new icon for Hoa's 'compose a news
17723                 message', plus minor improvements to the
17724                 English
17725
17726         * po/ja.po
17727         * ChangeLog
17728         * ChangeLog.jp
17729                 more sync with sylpheed 0.5.0pre1
17730
17731 2001-06-18 [hoa]
17732
17733         * src/compose.[ch]
17734         * src/mainwindow.c
17735                 Follow-up and reply to
17736
17737         * src/summaryview.[ch]
17738                 Build threads also with subjects
17739
17740 2001-06-17 [hoa]
17741
17742         * src/compose.c
17743                 forwarding use the current account.
17744
17745         * src/mainwindow.c
17746                 the "compose message" button has been replaced with
17747                 "new mail" and "new news" buttons
17748
17749         * src/prefs_common.[ch]
17750                 added a configuration option to use the forward button
17751                 as "forward as attachment"
17752                 changed reply and forward format description
17753
17754         * src/quote_fmt_lex.l
17755         * src/quote_fmt_parse.y
17756                 added message with no signature in format for reply
17757                 and forward.
17758
17759 2001-06-17 [paul]
17760
17761         Minor UI stuff
17762
17763         * src/mainwindow.c
17764         * src/summaryview.c
17765                 Improvements to the English
17766
17767         * src/prefs_common.c
17768                 Improvements to the English and some
17769                 clarity/continuity improvements in the
17770                 description of Quote symbols.
17771
17772 2001-06-17 [paul]
17773
17774         0.5.0claws1
17775
17776         * sync with sylpheed 0.5.0pre1
17777
17778 2001-06-17 [hoa]
17779
17780         * src/compose.c
17781                 Better interface for compose, displayed fields
17782                 are updated whenever we change account.
17783                 Newsgroups field is automatically filled.
17784
17785         * src/mainwindow.c
17786                 Newsgroups field is automatically filled.
17787
17788         * src/prefs_account.c
17789                 Some interface stuff when fields appear and
17790                 disappear.
17791
17792 2001-06-16 [paul]
17793
17794         0.4.99claws
17795
17796         * sync with sylpheed 0.4.99
17797
17798 2001-06-16 [sergey]
17799
17800         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17801         base64_decoder_free, base64_decoder_decode): new object and
17802         functions for decoding base64 streams.
17803         * src/procmime.c (procmime_decode_content): modified to use the
17804         new base64 decoder.
17805
17806 2001-06-15 [paul]
17807
17808         0.4.99claws10
17809
17810         * sync with sylpheed 0.4.99cvs11
17811
17812 2001-06-13 [paul]
17813
17814         0.4.99claws9
17815
17816         * sync with sylpheed 0.4.99cvs9
17817
17818 2001-06-13 [hoa]
17819
17820         * src/compose.c
17821         * src/prefs_account.c
17822
17823                 SMTP server can be defined in the news account
17824                 mime type of attachment are kept.
17825
17826         * src/summaryview.c
17827
17828                 now choose the highest important score between default
17829                 and important score of folder.
17830
17831 2001-06-09 [alfons]
17832         
17833         * src/prefs_common.c: 
17834
17835                 (prefs_quote_description_create): corrected description of 
17836                 quote format characters
17837
17838 2001-06-09 [paul]
17839
17840         0.4.99claws8
17841
17842         * sync with sylpheed 0.4.99cvs8
17843
17844 2001-06-08 [sergey]
17845
17846         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17847         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17848
17849 2001-06-08 [paul]
17850
17851         0.4.99claws7
17852
17853         * sync with sylpheed 0.4.99cvs7
17854
17855 2001-06-06 [sergey]
17856
17857         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17858         clashes with autogenerated header).
17859         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17860         * src/Makefile.am: added quote_fmt.h.
17861         * src/.cvsignore: added lex/yacc autogenerated files
17862         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17863
17864 2001-06-06 [paul]
17865
17866         0.4.99claws6
17867
17868         * sync with sylpheed 0.4.99cvs6
17869
17870 2001-06-06 [hoa]
17871
17872         * added src/quote_fmt_parse.h
17873         * src/compose.c
17874                 removed warnings
17875
17876         * src/prefs.[ch]
17877                 don't modify readonly configuration files
17878
17879         * src/prefs_account.c
17880         * src/prefs_common.c
17881         * src/prefs_customheader.c
17882         * src/prefs_display_header.c
17883         * src/prefs_filter.c
17884         * src/prefs_filtering.c
17885         * src/prefs_scoring.c
17886                 don't open dialog box when configuration files
17887                 are readonly
17888
17889 2001-06-05 [sergey]
17890
17891         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17892
17893         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17894         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17895         BUILT_SOURCES to make all files rebuild properly.
17896
17897         * src/compose.c: removed #include "quote_fmt.tab.h".
17898
17899         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17900         CHARACTER value in yylval.
17901
17902         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17903         receive CHARACTER value by documented means (yylval).
17904
17905         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17906
17907 2001-06-05 [hoa]
17908
17909         * src/Makefile.am
17910                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17911
17912         * src/filtering.c
17913         * src/matcher.c
17914         * src/matcher.h
17915         * src/prefs_filtering.c
17916                 now keep the configuration for execute action
17917
17918         * src/mbox_folder.c
17919                 fixed a warning
17920
17921 2001-06-05 [paul]
17922
17923         * sync with sylpheed 0.4.99cvs5
17924
17925 2001-06-05 [hoa]
17926
17927         * src/Makefile.am
17928                 added quote_fmt.[ch]
17929
17930         * added src/quote_fmt.y
17931         * added src/quote_fmt.l
17932         * added src/quote_fmt.tab.h
17933         * added src/quote_fmt.tab.c
17934         * added src/lex.quote_fmt.c
17935                 parsing configuration for replying
17936                 and forwarding
17937
17938         * src/prefs_common.[ch]
17939                 added configuration UI for replying
17940                 and forwarding
17941
17942         * src/compose.c
17943                 using configuration for replying
17944                 and forwarding
17945
17946 2001-06-04 [hoa]
17947
17948         * src/filtering.c
17949         * src/matcher.c
17950         * src/matcher.h
17951         * src/prefs_filtering.c
17952         * src/prefs_matcher.c
17953         * src/prefs_matcher.h
17954                 action "run a command" for filtering
17955                 and matching with a command.
17956                 fixed the "whole message" matching
17957
17958         * src/mbox_folder.c
17959                 changed temporary filename for security
17960
17961         * src/messageview.c
17962                 queue the notification if it fails to send.
17963
17964         * src/prefs_common.c
17965         * src/prefs_folder_item.c
17966                 changed the default important score             
17967
17968         * src/prefs_scoring.c
17969         * src/scoring.c
17970                 hide kill score input when the folder is not
17971                 a newsgroup
17972
17973 2001-06-03 [alfons]
17974
17975         * src/prefs_common.c:
17976
17977                 (prefs_font_select): pass font name in font entry box to font
17978                 selection dialog.
17979
17980 2001-06-03 [sergey]
17981
17982         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17983
17984 2001-06-03 [paul]
17985
17986         * sync with sylpheed 0.4.99cvs4
17987
17988 2001-06-03 [alfons]
17989
17990         * src/headerwindow.c:
17991
17992                 (headerwindow_show_cb): use the selected summary view item, not
17993                 the displayed item.
17994
17995 2001-06-02 [alfons]
17996
17997         * src/headerwindow.c:
17998
17999                 (headerwindow_show_cb): always try to show msginfo
18000
18001 2001-06-02 [hoa]
18002
18003         * src/compose.c
18004                 keep attached parts when reediting or forwarding.
18005
18006 2001-06-01 [hoa]
18007
18008         * src/folderview.c
18009         * src/prefs_folder_item.[ch]
18010         * src/prefs_scoring.[ch]
18011         * src/scoring.[ch]
18012         * src/summaryview.[ch]
18013         * src/main.c
18014         * src/mainwindow.c
18015         * src/prefs_common.[ch]
18016                 support for folder scoring
18017                 kill score and important score for messages
18018         
18019         * src/prefs_account.c
18020                 some display bug fixed for local account
18021                 preferences
18022
18023 2001-05-31 [alfons]
18024
18025         * src/summaryview.c:
18026
18027                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18028                 sender to address book menu item is disabled.
18029
18030 2001-05-30 [hoa]
18031
18032         * src/filtering.[ch]
18033         * src/summaryview.c
18034                 handling summary menu / filter messages
18035
18036         * src/folder.[ch]
18037                 add some stuff
18038
18039         * src/foldersel.c
18040                 imap folders now appears in list
18041
18042         * src/mbox_folder.c
18043                 doesn't crash if destination mail is not writeable
18044
18045 2001-05-29 [hoa]
18046
18047         * src/compose.c
18048                 removed some warnings
18049
18050         * src/filtering.c
18051         * src/folder.[ch]
18052         * src/prefs_filtering.c
18053                 global string to identify any folders           
18054                 removed some debug info
18055                 filtering to mbox folders is now possible
18056
18057         * src/mainwindow.c
18058                 removed some warnings
18059
18060         * src/mbox_folder.c
18061                 permission on files are changed to read/write for user only,
18062                 nothing for other.
18063                 creation of subfolder is handled better.
18064
18065 2001-05-28 [alfons]
18066
18067         Verified the sync for src/prefs_common.[ch] and
18068         src/prefs_account.[ch]. I believe there were some
18069         minor indentation differences.
18070
18071 2001-05-28 [paul]
18072
18073         0.4.99claws3
18074
18075         * sync with 0.4.99cvs3
18076
18077 2001-05-28 [hoa]
18078
18079         * src/compose.c
18080                 handling flags for mbox format
18081
18082         * src/filtering.c
18083                 use of mark file only for MH format
18084                 handling flags for mbox format
18085                 filtering cannot yet move or copy mails to mbox folders.
18086
18087         * src/folder.[ch]
18088                 changed move_msg, copy_msg,
18089                 move_msgs_with_dest, copy_msgs_with_dest functions
18090                 uses only folder->copy_msg() function
18091                 uses folder->finished_copy() to handle the destination
18092                 folder at the end of the copy or move operation.
18093
18094         * src/foldersel.c
18095                 included mbox directories.
18096
18097         * src/folderview.[ch]
18098         * src/mainwindow.c
18099                 handle folders operation for mbox format
18100
18101         * src/mbox.c
18102                 disable conversion of "From " header
18103
18104         * src/mbox_folder.[ch]
18105                 completion of mbox format handling
18106
18107         * src/mh.c
18108                 changed mh_copy_msg() function and
18109                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18110                 mh_copy_msgs_with_dest()
18111
18112         * src/prefs_filtering.c
18113                 removed some warnings
18114
18115         * src/prefs_matcher.c
18116                 default boolean operation is AND
18117
18118         * src/procheader.c
18119                 handling flags for mbox format
18120                 handling of "From " header
18121
18122         * src/procmsg.[ch]
18123                 removed data field
18124                 added MSG_REALLY_DELETED flags to handle deletion of
18125                 messages in mbox format.
18126
18127         * src/summaryview.c
18128                 handling flags for mbox format
18129                 disable the MSG_DELETED flags when messages
18130                 are deleted in mbox format
18131
18132         * src/textview.c
18133                 "From " headers display fixed.
18134
18135 2001-05-27 [alfons]
18136
18137         * src/textview.c:
18138                 
18139                 (get_email_part): skip quoted email addresses, like in e.g.
18140                 "'alfons@proteus.demon.nl'".
18141
18142 2001-05-26 [alfons]
18143
18144         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18145         and fixing the persistence troubles when using separate windows.
18146
18147         * src/mainwindow.c:
18148         
18149             Added #define SEPARATE_ACTION used in the gtk item factory for 
18150             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18151                 use gtk_item_factory_get_widget_by_action() to get the items.
18152                 
18153             Removed separate_widget_cb from the gtk item factory data   
18154           
18155             (mainwindow_create): connect separate_widget_cb() to check
18156             menu item "toggled" signal. also passing a MainWindow pointer
18157                 as object data for both check menu items.
18158                 
18159             (separate_widget_cb): definition of separate_widget_cb() to match
18160             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18161                 window using gtk_object_get_data(). The type of window separation 
18162                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18163         
18164         * src/prefs_filtering.c,
18165           src/prefs_matcher.c: added horizontal scrollbars
18166
18167 2001-05-25 [darko]
18168
18169         * src/headerview.c
18170                 fix segfault with invalid bold font
18171         * src/summaryview.c
18172                 correctly display summary stats after row is marked
18173
18174 2001-05-23 [sergey]
18175
18176         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18177         encodings with libjconv.
18178
18179 2001-05-23 [hoa]
18180
18181         * src/Makefile.am
18182                 added mbox_folder.[ch]
18183         * src/defs.h
18184                 mbox temporary folder
18185         * src/folder.[ch]
18186         * added src/mbox_folder.[ch]
18187         * src/folderview.c
18188         * src/procheader.[ch]
18189                 added mbox support
18190         * src/mbox.c
18191                 bugfix for file incorporation filtering
18192         * src/imap.c
18193                 enable creation of MBOX
18194         * src/prefs_display_header.c
18195                 enable use of headers like "From "
18196                 something that should be fixed :
18197                         displaying of such headers add an extra space
18198         * src/prefs_folder_item.c
18199                 don't create folders because it is not necessary
18200         * src/procmsg.h
18201                 added data field to MsgInfo for mbox internal use
18202         * src/summaryview.c
18203                 added some support for mbox
18204         * src/utils.[ch]
18205                 added get_mbox_cache_dir() function
18206
18207 2001-05-23 [hiroyuki]
18208
18209         * src/headerwindow.c
18210           src/inc.c
18211           src/main.c
18212           src/mh.c
18213           src/nntp.c
18214           src/procmsg.h
18215           src/session.h
18216           src/socket.[ch]
18217           src/summaryview.c
18218           src/textview.c
18219           src/automaton.c
18220           src/folderview.c: more sync with 0.4.99cvs2.
18221
18222         * src/headerwindow.c: reverted.
18223
18224 2001-05-22 [paul]
18225
18226         0.4.99claws2
18227
18228         * sync with sylpheed 0.4.99cvs2
18229                 * src/news.[ch]
18230                 * src/nntp.[ch]
18231                 * INSTALL
18232                 * INSTALL.jp
18233
18234 2001-05-22 [alfons]
18235
18236         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18237
18238 2001-05-21 [alfons]
18239
18240         Minor things:
18241
18242         * configure.in: if gnome-config not found, "no" is displayed
18243         
18244         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18245
18246         * src/textview.c: now also possible to add mail addresses by right
18247           clicking in the text view
18248
18249         * src/codeconv.c: merged patch which fixes endless loop when encountering
18250           invalid wide characters; from Alte <010@imis.ru>  
18251
18252 2001-05-20 [alfons]
18253
18254         Added installation of gnome specific things:
18255
18256         * Makefile.am: gnome conditional
18257
18258         * configure.in: check for installed gnome
18259
18260         * added sylpheed.png, sylpheed.desktop
18261
18262 2001-05-20 [sergey]
18263
18264         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18265
18266         * src/mainwindow.h (main_window_toolbar_create): created a button
18267         for "Reply to all".
18268         (main_window_set_toolbar_sensitive): enable/disable the new button
18269         appropriately.
18270         (toolbar_reply_to_author_cb): handle the new button.
18271
18272         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18273         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18274         failure).
18275
18276 2001-05-19 [sergey]
18277
18278         * src/compose.h (ComposeReplyMode): new modes
18279         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18280         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18281
18282         * src/compose.c
18283         (compose_send): move some code into a new function:
18284         (compose_current_mail_account): new function.
18285         (compose_reply): new argument to_author, all callers changed; if
18286         to_author==TRUE and account->protocol==A_NNTP, find and use an
18287         appropriate mail account for replying.
18288         (compose_reply_set_entry): new argument to_author; ignore
18289         compose->replyto if to_author==TRUE.
18290
18291         * src/mainwindow.c: new command "Message/Reply to author".
18292         (main_window_set_menu_sensitive): enable/disable it.
18293         (reply_cb): handle it.
18294
18295         * src/summaryview.c: new command "Reply to author".
18296         (summary_set_menu_sensitive): enable/disable it.
18297         (summary_reply_cb): handle it.
18298
18299         * src/account.c (account_find_mail_from_address): new function.
18300
18301 2001-05-18 [paul]
18302
18303         0.4.99claws1
18304
18305         * sync with sylpheed 0.4.99cvs1
18306
18307 2001-05-18 [hoa]
18308
18309         * src/compose.[ch]
18310         * src/filtering.c
18311         * src/summaryview.c
18312                 new filtering action : forward and forward as attachment
18313
18314         * src/main.c
18315                 no need for $DISPLAY when we run sylpheed --help
18316                 call to parse_cmd_opt() is moved
18317
18318         * src/mainwindow.[ch]
18319                 execute button is hidden when immediate execute
18320                 is chosen
18321
18322         * src/mh.c
18323         * src/news.c
18324         * src/prefs_folder_item.c
18325         * src/procmsg.c
18326                 better handling of missing directories
18327
18328         * src/summaryview.c
18329                 reedit is enabled in outbox
18330                 reedit is enabled in queue
18331
18332 2001-05-17 [hoa]
18333
18334         * src/filtering.c
18335         * src/matcher.[ch]
18336         * src/prefs_filtering.c
18337                 changed attachement into attachment
18338
18339 2001-05-17 [alfons]
18340
18341         0.4.67claws4    
18342
18343         * sync with sylpheed 0.4.67cvs9
18344         * sync with sylpheed 0.4.67cvs7-8
18345
18346 2001-05-17 [hoa]
18347
18348         * src/Makefile.am
18349                 added prefs_filtering.c
18350
18351         * src/filtering.[ch]
18352         * src/matcher.[ch]
18353                 removed action : forward_news and forward_news_as_attachement
18354                 (forward and forward_as_attachement can be used instead)
18355
18356         * src/mainwindow.c
18357                 added menu option to access filtering configuration
18358
18359         * src/prefs_account.c
18360                 changed mail_command default to /usr/sbin/sendmail
18361
18362         * added src/prefs_filtering.[ch]
18363                 dialog box for filtering configuration
18364
18365         * src/prefs_matcher.c
18366                 added function prefs_matcher_get_criteria_from_matching()
18367
18368         * src/prefs_scoring.c
18369                 reset the dialog when register or substitute is clicked
18370
18371 2001-05-15 [hoa]
18372
18373         * src/Makefile.am
18374                 added filtering.[ch]
18375         * src/inc.c
18376                 using filering.[ch] instead of filter.[ch]
18377         * src/main.c
18378                 reading new filtering configuration
18379         * src/matcher.[ch]
18380                 added some filtering actions
18381                 and fixed a bug for headers and mail body matching
18382         * src/mbox.c
18383                 using filering.[ch] instead of filter.[ch]
18384         * src/mh.c
18385                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18386         * src/summaryview.c
18387                 some fixes for filtering
18388
18389 2001-05-14 [hiroyuki]
18390
18391         * src/send.c: fixed some weird indentations.
18392           send_message_with_command(): call pclose() only if p != NULL.
18393         * src/textview.c: get_email_part(): modified the code for readability.
18394
18395 2001-05-14 [hiroyuki]
18396
18397         * src/md5global.h
18398           src/md5ify.c
18399           src/md5ify.h: removed from the cvs.
18400
18401 2001-05-13 [sergey]
18402
18403         * src/main.c: include rfc2015.h to avoid compiler warnings.
18404         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18405         the panel is already on screen.
18406         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18407         closing the alert window by ESC as "No".
18408         * src/prefs_common.c (prefs_interface_create): moved return
18409         receipt check button to the correct place.
18410
18411 2001-03-13 [alfons]
18412
18413         * src/prefs_common.c: 
18414                 moved return receipt check button to the Send tab. (prefs_send_create)
18415                 removed the date format ui related globals. (prefs_display_create)
18416
18417         0.4.67claws3
18418         
18419         * sync with sylpheed 0.4.67cvs5-6
18420
18421 2001-05-13 [paul]
18422
18423         * added Alfons' font selection patch
18424
18425         * src/defs.h
18426         * src/headerwindow.c
18427         * src/prefs_common.c
18428         * src/prefs_common.h
18429
18430 2001-05-13 [hoa]
18431         * src/defs.h
18432                 changed version of cache
18433         * src/matcher.[ch]
18434         * src/prefs_matcher.c
18435                 added additionnal matching criteria
18436         * src/procheader.c
18437         * src/procmsg.[ch]
18438         * src/news.c
18439                 added references in MsgInfo
18440
18441 2001-05-12 [hoa]
18442
18443         * src/defs.h
18444                 prepared some things for new filtering
18445         * src/matcher.[ch]
18446                 added some matching properties
18447                 inreplyto need to be enhanced
18448                 prepared some things for new filtering
18449         * src/messageview.c
18450                 added Return-Receipt-To handling
18451         * src/prefs_folder_item.c
18452                 changed default value to TRUE
18453         * src/prefs_matcher.c
18454                 added some matching properties
18455         * src/prefs_scoring.[ch]
18456                 the scoring dialog is finished
18457         * src/procheader.c
18458                 added Return-Receipt-To handling
18459                 Reference need to be added
18460         * src/procmsg.[ch]
18461                 added Return-Receipt-To handling
18462                 added threadscore to get a better score sorting when
18463                 threads are enabled
18464         * src/summaryview.c
18465                 suppressed a bug when we sort the list
18466                 when no folder is opened.
18467                 better score sorting when threads are enabled
18468
18469 2001-05-12 [alfons]
18470
18471         * reverted previous patch because of potential errors 
18472
18473         0.4.67claws2
18474         
18475         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18476                 applied "toggle mail-retrieval dialog window" patch submitted 
18477                 by Eric Limpens <eric@qnt.net>
18478
18479         * sync with sylpheed 0.4.67cvs4
18480
18481 2001-05-12 [sergey]
18482
18483         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18484         some picky compilers.
18485         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18486         * src/grouplist_dialog.c: include alertpanel.h.
18487         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18488         fix compile warning.
18489         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18490         #include "defs.h" before others to prevent the warning of `MIN'
18491         and `MAX' redefinition.
18492
18493 2001-05-11 [hoa]
18494
18495         * src/main.c
18496         * src/messageview.c
18497         * src/prefs_account.c
18498         * src/prefs_display_header.c
18499                 removed warning
18500         * src/Makefile.am
18501                 added prefs_scoring.[ch]
18502         * src/grouplist_dialog.c
18503                 display an error dialog box if the group list
18504                 cannot be fetched.
18505         * src/mainwindow.[ch]
18506                 added main_window_set_thread_option() function
18507                 scoring dialog box enabled
18508         * src/matcher.[ch]
18509                 added flags matching unread /new / marked
18510                 / deleted / replied / forwarded
18511         * src/news.c
18512                 newsgroups are now finally in newscache
18513         * src/prefs_matcher.[ch]
18514                 finished preferences for matching dialog
18515         * added src/prefs_scoring.[ch]
18516                 scoring dialog box completed
18517         * src/scoring.[ch]
18518                 conversion to string : added scoringprop_to_string()
18519                 write config for preferences :
18520                 added prefs_scoring_write_config()
18521         * src/summaryview.c
18522                 threads can be enabled/disabled independently
18523                 for each folder
18524
18525 2001-05-10 [alfons]
18526
18527         0.4.67claws1
18528         
18529         * AUTHORS: 
18530                 thought it would be nice to have a list of all
18531                 contributors (used Changelog as a reference)
18532         
18533         * configure.in: 
18534                 messed up version numbering...
18535
18536         0.4.66claws1
18537
18538         * sync with sylpheed 0.4.67cvs1-3
18539
18540 2001-05-10 [darko]
18541
18542         * src/prefs_common.c:
18543                 better UI for strftime format, double clicking
18544                 on format now inserts the format in text entry
18545                 replaced close button with standard OK/Cancel
18546                 moved date format button to the right of the
18547                 text entry field
18548
18549 2001-05-09 [alfons]
18550
18551         * src/gtkstext.c:
18552                 Ctrl-Home / Ctrl-End have proper cursor navigation
18553
18554 2001-05-09 [hoa]
18555
18556         * src/prefs_matcher.c
18557                 finished UI to define matching properties
18558                 added ok and cancel button
18559         * src/prefs_filter.c
18560                 added ok and cancel button
18561         * src/news.c
18562                 fixed some bug in xhdr parsing
18563
18564 2001-05-08 [alfons]
18565
18566         * src/textview.c: 
18567                 fixed a bug in textview_show_header(), which displayed two colons (':');
18568                 cleaned up some warnings
18569
18570 2001-05-08 [hoa]
18571
18572         * src/Makefile.am
18573                 added prefs_matcher.[ch]
18574                 compilation with -W -Wall
18575         * src/alertpanel.c
18576                 ungrab the mouse events if grabbed - does it
18577                 fix the bug for disposition notification ?
18578         * src/mainwindow.c
18579                 added a menu option to open the matching dialog.
18580         * src/matcher.[ch]
18581                 added matcherprop_to_string() and matcherlist_to_string()
18582                 fixed some bugs, changed the name of some options
18583                 age_sup and age_inf becomes age_greater and age_lower,
18584                 body and messageheaders becomes body_part and headers_part,
18585                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18586         * src/prefs_display_header.c
18587         * src/prefs_headers.c
18588                 fixed a bug that accidentally destroyed dialogs
18589                 when closed them with delete_event
18590                 Added *_deleted() which handle delete_event signal correctly.
18591         * src/prefs_folder_item.[ch]
18592                 added "enable_thread" field for future customization
18593         * added src/prefs_matcher.[ch]
18594                 sample of the UI to define matching properties
18595         * src/procheader.c
18596                 using procheader_headername_equal instead of str*cmp functions
18597                 using procheader_parse_header() function
18598         * src/scoring.c
18599                 using MATCHING_XXX instead of SCORING_XXX
18600         * src/summaryview.c
18601                 display the sender of the news even if this is ourself
18602                 when this is a news message.
18603         * src/textview.c
18604                 using headername_equal() instead of str*cmp functions
18605
18606 2001-05-08 [alfons]
18607
18608         0.4.66claws
18609
18610         * sync with sylpheed 0.4.66
18611         * src/gtkstext.c: trace logs added 
18612
18613 2001-05-08 [sergey]
18614
18615         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18616         signature check popup.
18617         * src/rfc2015.c (check_signature): show signature check popup only
18618         if it is enabled in preferences.
18619
18620 2001-05-07 [alfons]
18621
18622         0.4.66claws4
18623         
18624         * sync with sylpheed 0.4.66cvs6
18625
18626 2001-05-07 [darko]
18627
18628         * src/prefs_common.[ch]: added option to enable/disable
18629           looking up sender name in address book for summary pane
18630         * src/summaryview.c: look up sender in the address book
18631           by using Alfons' address completion code
18632
18633 2001-05-07 [hiroyuki]
18634
18635         * src/inc.h
18636           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18637           member of Pop3State.
18638         * src/news.c: brought #include "defs.h" before #include <glib.h>
18639           to prevent the warning of `MIN' and `MAX' redefinition.
18640
18641 2001-05-06 [hoa]
18642
18643         * removed src/headers_display.[ch]
18644         * removed src/prefs_display_headers.[ch]
18645         * src/inc.c
18646                 use a temporary file in the user directory for mbox import
18647         * src/news.c
18648                 added XHDR support to get "To" and "Cc" headers
18649                 (in order to match news with to or cc field for
18650                 scoring)
18651                 added function news_parse_xhdr() to get XHDR response
18652         * src/nntp.[ch]
18653                 added function nntp_xhdr()
18654         * src/matcher.c
18655                 fetch the message if necessary
18656
18657 2001-05-06 [alfons]
18658
18659         0.4.66claws3
18660
18661         * sync with sylpheed 0.4.66cvs3-5
18662
18663 2001-05-06 [hoa]
18664
18665         * src/utils.[ch]
18666                 added function itos_buf() to enable use of several buffers
18667         * src/summaryview.c
18668                 use of itos_buf() instead of itos() in summary list
18669                 to fix the broken display of message number.
18670
18671 2001-05-06 [alfons]
18672
18673         * src/gtkstext.c: bug in cursor up navigation fixed,
18674                 fixed another unsigned / signed comparison (we're getting there :-)
18675
18676 2001-05-06 [hoa]
18677
18678         * src/Makefile.am
18679                 added scoring.c scoring.h
18680                 prefs_folder_item.c prefs_folder_item.h
18681                 matcher.c matcher.h
18682         * src/defs.h
18683                 added FOLDERITEM_RC SCORING_RC
18684         * src/folder.[ch]
18685                 added prefs field in FolderItem :
18686                 properties for each folder (PrefsFolderItem),
18687                 sorting type and mode were added as the first properties.
18688         * src/main.c
18689                 read config for scoring
18690         * added src/matcher.[ch]
18691                 gives functions to parse configuration file to do
18692                 matching on mails with a list of conditions.
18693         * src/mainwindow.c
18694                 add option to sort by score
18695         * src/prefs_common.[ch]
18696                 added preference option to show score and for
18697                 the score column size
18698         * added src/prefs_folder_item.[ch]
18699                 properties for each folder (PrefsFolderItem),
18700                 sorting type and mode were added as the first properties.
18701         * src/procheader.[ch]
18702                 added procheader_parse_header()
18703                 added procheader_header_free()
18704                 added procheader_headername_equal()
18705                 and made modification to use them.
18706         * src/procmsg.[ch]
18707                 added score field to MsgInfo structure
18708         * added src/scoring.[ch]
18709                 gives functions to parse configuration file to do
18710                 scoring on mails with a list of conditions.
18711         * src/summaryview.[ch]
18712                 save the sorting type and mode for the folder
18713                 added column to display the score of the mail
18714                 added function summary_score_clicked()
18715                 sorting type and mode are restored to the folder
18716                 when it is reopen
18717         * src/textview.c
18718                 use procheader_parse_header(), procheader_headername_equal()
18719                 removed memory leak in text_scan_header when freeing headers
18720         * src/filter.c
18721                 changed the function to match names of headers
18722                 using procheader_headername_equal()
18723
18724         Scoring functions are implemented, an interface is needed
18725         to configure that.
18726
18727 2001-05-04 [alfons]
18728
18729         * src/gtkstext.c: 
18730                 hopefully fixed the row up navigation bug,
18731                 removed adding back / forward lines to cache
18732
18733 2001-05-04 [sergey]
18734
18735         * src/prefs_display_headers.c: user interface changes:
18736         (prefs_display_headers_create): remove unused "Show" check button;
18737         allow reordering of headers by dragging.
18738         (prefs_display_headers_write_config): remove unused variables.
18739         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18740         of lists (not needed with the new UI).
18741         (prefs_display_headers_set_list): scan lists starting from row 0,
18742         not 1 (do not skip "(New)").
18743         (prefs_display_headers_find_header): new function.
18744         (prefs_display_headers_clist_set_row): do not allow duplicates.
18745         (prefs_display_headers_delete_cb): do not skip row 0; treat
18746         closing the alert window by ESC as "No".
18747         (prefs_display_headers_up): do not protect row 0.
18748         (prefs_display_headers_down): do not protect row 0.
18749
18750 2001-05-04 [sergey]
18751
18752         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18753         functions.
18754
18755         * src/summaryview.c
18756         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18757         summary_select_next_marked, summary_select_prev_marked): new
18758         functions.
18759
18760 2001-05-03 [sergey]
18761
18762         * src/news.c: fixed a bug when no article can be fetched after
18763         server timeout if the connection was restored by news_post():
18764         (news_select_group): new function.
18765         (news_fetch_msg): call news_select_group() before fetching
18766         article.
18767         (news_get_uncached_articles): set session->group after successful
18768         GROUP command.
18769
18770 2001-05-03 [hoa]
18771
18772         * src/defs.h
18773         * src/procmsg.[ch]
18774         * src/procheader.c
18775                  changed version of cache, added cc field
18776
18777         * src/prefs_display_headers.c
18778                 the interface was changed
18779
18780         * src/prefs_headers.c
18781                 added cancel button
18782
18783 2001-05-03 [alfons]
18784
18785         * completed sync of sylpheed cvs2
18786         * src/gtkstext.c: updated row up / down cursor navigation
18787         * src/textview.c: re-edited, prepared for fixing the email address
18788                 scanner.
18789
18790 2001-05-03 [darko]
18791
18792         * src/prefs_common.c: use alfons' strftime ui code
18793         entry_datefmt and datefmt_sample widgets have to be
18794         global in this module because of this change
18795
18796 2001-05-03 [hoa]
18797
18798         * src/messageview.c
18799         * src/prefs_common.[ch] added option to activate the return receipt
18800                 feature.
18801
18802 2001-05-02 [alfons]
18803
18804         * src/gtkstext.c: fix for row up/down cursor navigation. 
18805
18806         0.4.66claws2
18807         
18808         * sync with 0.4.66cvs2
18809
18810 2001-05-02 [paul]
18811
18812         added add-sender-to-addressbook patch
18813
18814         * src/addressbook.c
18815         * src/addressbook.h
18816         * src/summaryview.c
18817
18818 2001-05-02 [sergey]
18819
18820         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18821         G_ALERTDISABLE.
18822
18823         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18824         all existing callers changed to pass FALSE; create a check button
18825         to disable the message.
18826         (alertpanel_message_with_disable): new function.
18827         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18828         (alertpanel_button_toggled): new function.
18829         (alertpanel_button_clicked, alertpanel_close): set value using
18830         G_ALERT_VALUE_MASK.
18831
18832         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18833
18834         * src/prefs_common.c (prefs_privacy_create): new check button
18835         checkbtn_gpgme_warning.
18836
18837         * src/main.c (main): moved preferences reading before gpgme
18838         initialization; check prefs_common.gpgme_warning before giving the
18839         GnuPG warning and set it to FALSE if the user wants to disable the
18840         warning.
18841
18842 2001-05-02 [hiroyuki]
18843
18844         * src/prefs_display_headers.c: modified the layout and some labels.
18845
18846 2001-05-02 [sergey]
18847
18848         * src/prefs_account.c (prefs_account_fix_size): new function.
18849         (prefs_account_create): call prefs_account_fix_size(); use
18850         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18851         size when the window is shown for the first time).
18852         (prefs_account_basic_create): changed layout of serv_table; moved
18853         localmbox_entry above smtpserv_entry (logically it replaces
18854         POP3/IMAP server).
18855         (prefs_account_protocol_activated): set sensitivity of
18856         nntpauth_chkbtn according to the protocol (in addition to
18857         hide/show); commented out gtk_table_set_row_spacing() calls.
18858         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18859         not sensitive (fixes a bug with disabled username/password boxes
18860         when editing POP3 account after NNTP with authentication).
18861
18862 2001-05-02 [hoa]
18863
18864         * src/account.c
18865         * src/inc.c
18866         * src/prefs_account.[ch]
18867         * src/send.c
18868                 removed local account without SMTP server
18869                 added option to use mail command instead of a connexion
18870                 to SMTP server when a local account is used
18871         * src/prefs_headers.c
18872                 fixed a bug
18873         * src/news.c
18874                 fixed a bug when connexion immediately closed
18875
18876 2001-05-01 [alfons]
18877
18878         0.4.66claws1
18879         
18880         * sync with 0.4.65
18881
18882 2001-05-01 [sergey]
18883
18884         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18885         widget nntpauth_chkbtn.
18886         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18887         visibility.
18888         (prefs_account_nntpauth_toggled): new function.
18889
18890         * src/news.c (news_session_new_for_folder): use NNTP
18891         authentication only if ac->use_nntp_auth is set.
18892
18893 2001-05-01 [hoa]
18894
18895         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18896         * src/prefs_display_headers.c changed the UI
18897         * src/prefs_headers.c changed account_name to account_id
18898         * src/compose.c using customheader.h
18899
18900 2001-05-01 [hiroyuki]
18901
18902         * src/esmtp.c
18903           src/news.c
18904           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18905           unsynched.
18906
18907 2001-05-01 [hoa]
18908
18909         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18910         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18911                 for displaying of headers
18912         * src/grouplist_dialog.[ch] minor changes to remove warnings
18913         * src/prefs_display_headers.[ch] dialog to choose the
18914         headers to display in the mail viewer.
18915         * src/headers.h correction of #define
18916         * src/headers_display.[ch] configuration for displaying of headers.
18917         * src/main.c read config of displaying of headers
18918         * src/prefs_common.c add a button to access the config dialog
18919                 for displaying of headers
18920         * src/prefs_display_headers.[ch] dialog for configuration for
18921                 displaying of the headers.
18922         * src/prefs_headers.c cleaning of code
18923         * src/procheader.c comments added to code
18924         * src/textview.c changes to reorder the headers depending
18925                 on the config for displaying of headers
18926
18927 2001-04-30 [alfons]
18928
18929         0.4.65claws7
18930
18931         * sync with 0.4.65cvs12
18932
18933         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18934
18935 2001-04-30 [sergey]
18936
18937         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18938
18939         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18940         is set to force reconnection after authentication failure.
18941         (nntp_gen_command): set sock->auth_failed on authentication
18942         failure, or if sock->userid and sock->passwd are not set.
18943
18944         * src/news.c (news_session_new_for_folder): set userid=NULL if
18945         password dialog is cancelled.
18946
18947 2001-04-30 [sergey]
18948
18949         * src/nntp.h (NNTPSockInfo): new type.
18950
18951         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18952         SockInfo.
18953         (nntp_open_auth, nntp_close): new functions.
18954         (nntp_gen_command): new function to handle authentication; all
18955         NNTP command functions updated to use it.
18956         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18957         (nntp_list): removed old useless code.
18958
18959         * src/news.h (NNTPSession): new field nntp_sock.
18960
18961         * src/news.c: all functions updated to use NNTPSockInfo instead of
18962         SockInfo.
18963         (news_session_new): new arguments (userid, passwd); made static;
18964         use nntp_open_auth() if needed.
18965         (news_session_destroy): use nntp_close() instead of sock_close().
18966         (news_query_password): changed arguments.
18967         (news_session_new_for_folder): new function.
18968         (news_session_get): use news_session_new_for_folder().
18969         (news_authenticate): deleted.
18970         (news_get_uncached_articles): removed old authentication code.
18971
18972 2001-04-30 [sergey]
18973
18974         * src/news.c: reverted my previous changes (need to do NNTP
18975         authentication in a cleaner way).
18976         
18977 2001-04-29 [sergey]
18978
18979         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18980         news_nntp_post, news_nntp_mode): new functions (wrappers with
18981         authentication support).
18982         (news_get_article_cmd, news_get_article, news_get_header): new
18983         argument "folder"; all callers changed.
18984         (news_get_article_cmd): added authentication support.
18985         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18986         (news_post): use news_nntp_post() instead of nntp_post().
18987         (news_get_uncached_articles): use news_nntp_group() instead of
18988         nntp_group() and news_nntp_xover() instead of nntp_xover();
18989         removed old authentication code.
18990         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18991
18992         * src/nntp.c (nntp_list): return real error code instead of
18993         hardcoded NN_ERROR.
18994
18995 2001-04-29 [sergey]
18996
18997         * configure.in: fixed wint_t typedef detection again
18998
18999 2001-04-28 [hoa]
19000
19001         * src/prefs_account.[ch], added A_LOCAL_CMD
19002                 (send mail with mail command)
19003         * src/send.c added function send_message_with_command()
19004         * src/inc.c made a more secure get_spool() function with
19005                 mktemp() but maybe mkstemp() or something more
19006                 secure can be used.
19007
19008 2001-04-28 [alfons]
19009
19010         * src/textview.c, colorization of email addresses in headers
19011
19012         0.4.65claws6
19013
19014         * bug sync with sylpheed
19015         * prefs_common.c: created date format ui for darko
19016         * sync with 0.4.65cvs11
19017         * configure.in: corrected to have the new gpg checks
19018
19019 2001-04-27 [alfons]
19020
19021         * completed sync with 0.4.65cvs10
19022         * minor debug things added to gtkstext.c
19023
19024 2001-04-27 [darko]
19025
19026         * configure.in: remove check for availability of
19027           strftime() as advised by Hiroyuki
19028         * src/prefs_common.[ch], src/procheader.c:
19029           synch strftime() code with Hiroyki's main branch
19030
19031 2001-04-26 [sergey]
19032
19033         * src/news.c: news_query_password(), news_authenticate(): new
19034           functions.
19035           news_get_uncached_articles(): added NNTP authentication
19036           handling.
19037         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19038           new functions.
19039         * src/prefs_account.c: prefs_account_protocol_activated():
19040           enable userid and password fields for NNTP.
19041
19042 2001-04-26
19043
19044         * configure.in: check for availability of strftime()
19045           [darko]
19046         * src/prefs_common.[ch], src/procheader.c: use
19047           strftime() for displaying date in summary pane if it
19048           is available
19049
19050 2001-04-25
19051
19052         * more .cvsignore cleanups [alfons]
19053
19054 2001-04-25
19055
19056         * ac/sv-check-type.m4: new autoconf macro.
19057         * configure.in: fixed wint_t typedef detection (did not work
19058           with gcc-2.96).
19059
19060 2001-04-25
19061
19062         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19063           [hiroyuki]
19064
19065 2001-04-24
19066         * modified gtkstext.c : buggy cursor navigation fixed, 
19067           and font descent also taken in account when drawing
19068           cursor. [alfons]
19069
19070 2001-04-24 [hoa]
19071         * added comments in src/news.c src/nntp.c
19072         * added src/prefs_headers.[ch]
19073         * added src/headers.[ch]
19074         * modified compose.c to activate custom headers
19075                 added function is_in_custom_headers
19076         * modified prefs_account.[ch]
19077                 added function prefs_account_customhdr_edit
19078         * modified src/defs.h :
19079                 added HEADERS_RC : name of the config file
19080                 for the custom headers
19081
19082 2001-04-24
19083
19084     0.4.65claws5
19085
19086         * configure.in
19087           src/gtkstext.[ch]
19088           src/compose.c
19089           src/Makefile.am
19090           
19091           added gtkstext with configure.in patch by Hiroyuki which
19092           should fix the XIM detection [alfons]
19093
19094         * more clean up of cvs [alfons]
19095
19096                  * removed all Makefile.in files to attic.
19097
19098                  * updated all .cvsignores to really ignore things that could
19099                    be unintentionally committed by a recursive commit.
19100
19101 2001-04-23 [hoa]
19102         * added src/grouplist_dialog.[ch]
19103         * changed src/folderview.c to call grouplist_dialog instead
19104                 of inputdialog
19105         * src/news.c :
19106                 added functions news_reset_group_list
19107                 and news_get_group_list
19108         * src/nntp.c :
19109                 added function nntp_list
19110         * src/defs.h :
19111                 added GROUPLIST_FILE : name of the newsgroup list cache file
19112
19113 2001-04-21
19114
19115         * added option to warn about queued messages on exit [sergey]:
19116
19117           * src/compose.c: compose_queue(): call folder_item_scan()
19118             and folderview_update_item() after queueing.
19119           * src/folderview.c: folderview_update_node(): draw the queue
19120             folder in bold font if there are queued messages.
19121           * src/mainwindow.c: queued_messages(): new function.
19122             app_exit_cb(): display warning if there are queued messages
19123             if warn_queued_on_exit is set.
19124           * prefs_common.[ch]: add warn_queued_on_exit option.
19125
19126         * enhanced GnuPG key selection support [sergey]:
19127
19128           * src/select-keys.c: updated to newer version from Win32
19129             branch with support for selecting arbitrary keys.
19130           * src/prefs_account.c: added the Privacy tab to the account
19131             options window.
19132             prefs_account_privacy_create(),
19133             prefs_account_sign_key_set_data_from_radiobtn(),
19134             prefs_account_sign_key_set_radiobtn(): new functions.
19135           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19136           * src/rfc2015.c: set_signers(): new function.
19137             pgp_sign(): add the account parameter, call set_signers().
19138             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19139           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19140           * src/compose.c: pass the current account to rfc2015_sign().
19141
19142         * tag name claws added to prevent confusion with main branch [alfons]
19143
19144         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19145
19146         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19147
19148         * sync with recent sylpheed cvs. Untested though. [alfons]
19149