update src/Makefile.am to reflect the changes to the icons that happened in 0.9.6claws35
[claws.git] / ChangeLog.claws
1 2003-10-22 [paul]       0.9.6claws45
2
3         * src/Makefile.am
4                 update to reflect the changes to the icons that
5                 happened in 0.9.6claws35
6
7 2003-10-22 [alfons]     0.9.6claws44
8         
9         * src/carray.h
10                 inline carray_count() 
11
12 2003-10-21 [alfons]     0.9.6claws43
13
14         * src/carray.h
15                 glib wrappers
16         * src/carray.c
17                 disable
18         * src/mailmbox.[ch]
19         * src/mailmbox_folder.c
20         * src/mailmbox_parse.c
21         * src/mailmbox_types.[ch]
22                 %s/uint32_t/guint
23
24 2003-10-21 [luke]       0.9.6claws42
25
26         * src/stock_pixmaps.[ch]
27         * src/mimeview.c
28         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
29         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
30                 o remove mime_application_octet_stream.xpm icon (it was never
31                   really needed)
32                 o remove redundant icon messageview_text.xpm
33
34         * src/mainwindow.c
35                 fix visibility of signature noticeview when toggling 'separate
36                 message view'
37
38 2003-10-21 [christoph]  0.9.6claws41
39
40         * src/procmime.c
41                 decode multipart and rfc822 mime parts to allow further
42                 parsing when required
43
44 2003-10-21 [christoph]  0.9.6claws40
45
46         * src/procmime.[ch]
47         * src/textview.c
48                 remove obsolete charset parameter in MimeInfo and fix
49                 TextView to use the charset from the parameter hash table
50
51         * src/plugins/dillo_viewer/Makefile.am
52         * src/plugins/trayicon/Makefile.am
53                 add OPENSSL_CFLAGS to fix building with using
54                 --with-openssl-* parameters
55
56 2003-10-21 [paul]       0.9.6claws39
57
58         * src/prefs_matcher.[ch]
59                 replace remnants of the old, renamed 'Execute' matchtype
60                 add a brief description to the Info window
61
62 2003-10-21 [hoa]        0.9.6claws38
63         
64         * src/Makefile.am
65         * src/carray.[ch]               * NEW *
66         * src/chash.[ch]                * NEW *
67         * src/folder.c
68         * src/maillock.[ch]             * NEW *
69         * src/mailmbox.[ch]             * NEW *
70         * src/mailmbox_folder.[ch]      * NEW *
71         * src/mailmbox_parse.[ch]       * NEW *
72         * src/mailmbox_types.[ch]       * NEW *
73                 implementation of mbox folder with unique message numbers
74
75                 made use of libEtPan! implementation of mbox for lower-layer.
76
77 2003-10-20 [alfons]     0.9.6claws37
78
79         * src/noticeview.c
80                 fix invalid argument warning
81         * src/pgpmime.c
82                 no in place variable
83
84 2003-10-20 [paul]       0.9.6claws36
85
86         * src/compose.[ch]
87           src/filtering.c
88           src/messageview.c
89                 fix crash when using Forward in Filtering when
90                 external editor option is set
91                 
92                 Patch submitted by Simon 'corecode' Schubert
93                 <corecode@corecode.ath.cx> 
94
95 2003-10-20 [paul]       0.9.6claws35
96
97         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
98           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
99           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
100           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
101           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
102           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
103           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
104           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
105           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
106           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
107           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
108           src/mimeview.c
109           src/stock_pixmap.[ch]
110                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
111                 icons. add privacy_warn.xpm icon
112
113 2003-10-20 [hoa]  0.9.6claws34
114
115         * src/folder_item_prefs.[ch]
116         * src/prefs_folder_item.c
117         * src/main.c
118                 Added a property per folder to choose whether we 
119                 want to apply processing on it on startup or if we
120                 prefer to wait the folder selection to apply it.
121         
122         * src/messageview.c
123                 fixed C89 compatibility (for old compilers, for
124                 example gcc 2.95.x).
125
126 2003-10-17 [christoph]  0.9.6claws33
127
128         * src/mimeview.c
129         * src/noticeview.[ch]
130                 change noticeview icon to indicate signature status
131
132 2003-10-17 [christoph]  0.9.6claws32
133
134         * src/Makefile.am
135         * src/main.c
136         * src/mimeview.c
137         * src/noticeview.c
138         * src/pgpmime.[ch]                              ** NEW **
139         * src/privacy.[ch]
140         * src/rfc2015.c
141         * src/sgpgme.c                                  ** NEW **
142                 reimplement PGP/Mime signature checking (unfinished)
143
144 2003-10-15 [christoph]  0.9.6claws31
145
146         * src/procmime.[ch]
147                 fix procmime_get_text_content() and
148                 procmime_get_first_text_content()
149
150 2003-10-15 [christoph]  0.9.6claws30
151
152         * src/plugins/spamassassin/spamassassin_gtk.c
153         * src/plugins/spamassassin/spamassassin_gtk.glade
154                 fix timeout tooltip
155
156 2003-10-15 [paul]       0.9.6claws29
157
158         * src/messageview.c
159                 workaround for buggy smtp servers. on sending a
160                 return receipt strip the name part from the address
161                 when creating headers
162                 
163 2003-10-15 [paul]       0.9.6claws28
164
165         * sync with 0.9.7 release
166                 see ChangeLog 2003-10-15
167
168 2003-10-14 [christoph]  0.9.6claws27
169
170         * src/plugins/clamav/clamav_plugin.c
171                 fix clamav plugin
172
173 2003-10-14 [christoph]  0.9.6claws26
174
175         * src/compose.c
176         * src/mimeview.c
177         * src/procmime.[ch]
178         * src/rfc2015.c
179         * src/textview.c
180         * src/plugins/clamav/clamav_plugin.c
181                 use GNode to create the mime tree (some changes to functions
182                 that traverse the tree are just quick and dirty. Maybe we
183                 can find better solutions with g_node_*-functions)
184
185 2003-10-14 [luke]       0.9.6claws25
186
187         * src/mimeview.c
188                 fix a navigation bug (stupid typo of mine)
189
190 2003-10-14 [christoph]  0.9.6claws24
191
192         * src/textview.c
193                 fix missing last line in plain/text mails
194
195 2003-10-13 [luke]       0.9.6claws23
196
197         * src/summaryview.c
198                 fix bug 334 (part 1)
199
200 2003-10-13 [kov]        0.9.6claws22
201
202         * src/mimeview.c
203                 error checking when the user enters a non-directory at
204                 the file selection dialog.
205                 work-around for users entering directory location without
206                 adding a leading G_DIR_SEPARATOR.
207
208 2003-10-13 [luke]       0.9.6claws21
209
210         * src/compose.c
211                 error reporting for inserting files, including catching
212                 invalid characters for current locale/encoding
213
214 2003-10-13 [paul]       0.9.6claws20
215
216         * src/folderview.c
217                 fix bug #347 'subscribe newsgroups crashes'
218
219 2003-10-13 [paul]       0.9.6claws19
220
221         * src/compose.c
222                 when using 'Reply to all' include the 'send replies
223                 to' folder property
224                 
225         * po/ja.po
226                 update Japanese translation. submitted by Rui Hirokawa 
227                 <rui_hirokawa@ybb.ne.jp>        
228
229 2003-10-13 [hoa]        0.9.6claws18
230
231         * src/account.c
232         * src/compose.c
233         * src/messageview.c
234         * src/procheader.c
235         * src/procheader.h
236                 rename get_header_from_msginfo() into
237                 procheader_get_header_from_msginfo() so that we have a
238                 coherent exported naming.
239                 avoid parsing of header contained in a string via
240                 a newly written temporary file.
241
242         Patch submitted by Simon 'corecode' Schubert
243                 <corecode@corecode.ath.cx>
244
245 2003-10-12 [hoa]        0.9.6claws17
246
247         * src/filtering.c
248         * src/filtering.h
249         * src/matcher.c
250         * src/matcher.h
251         * src/matcher_parser_parse.y
252         * src/prefs_filtering_action.c
253                 added "stop" action : stop applying the filtering rules.
254                 added "set score" and "increase/decrease score" actions.
255                 That two last action replace the "change_score" action
256                 introduced by alfons in 0.8.8claws85.
257                 "set score" is to set a given score to the message.
258                 "increase/decrease score" will increase or decrease the
259                 score if the given value is respectively positive or
260                 negative. If someone find a some better name for this last
261                 rule, it can be modified.
262
263 2003-10-12 [paul]       0.9.6claws16
264
265         * AUTHORS
266           po/ja.po
267                 update Japanese translation. submitted by Rui Hirokawa 
268                 <rui_hirokawa@ybb.ne.jp>
269
270 2003-10-12 [christoph]  0.9.6claws15
271
272         * src/procmime.c
273                 fix crash caused by incorrect headers
274
275 2003-10-10 [christoph]  0.9.6claws14
276
277         * src/main.c
278         * src/privacy.[ch]
279         * src/rfc2015.[ch]
280                 implement detection of signed message parts for rfc2015
281
282 2003-10-10 [thorsten]   0.9.6claws13
283
284         * src/mimeview.c
285                 fix typo
286
287 2003-10-10 [christoph]  0.9.6claws12
288
289         * src/stock_pixmap.[ch]
290         * src/pixmaps/mime_message.xpm                  ** NEW **
291                 add a new icon for mime type "message"
292
293         * src/privacy.[ch]
294         * src/procmime.[ch]
295                 add crypto api
296
297         * src/mimeview.c
298                 o use crypto api
299                 o add icons for message type mime parts
300
301 2003-10-10 [christoph]  0.9.6claws11
302
303         * src/mainwindow.c
304         * src/messageview.[ch]
305         * src/mimeview.[ch]
306         * src/procmime.[ch]
307         * src/procmsg.[ch]
308         * src/rfc2015.c
309         * src/summaryview.c
310         * src/textview.[ch]
311                 o remove switching between TextView and MimeView in MessageView
312                   (if required we can hide the icon box and the MimeView will
313                    look exaxtly like the TextView)
314                 o temporary remove signature and decrypting GPGME code
315
316 2003-10-09 [christoph]  0.9.6claws10
317
318         * src/action.c
319         * src/compose.c
320         * src/messageview.c
321         * src/mimeview.c
322         * src/procmime.[ch]
323         * src/procmsg.c
324         * src/rfc2015.c
325         * src/textview.c
326         * src/common/utils.[ch]
327         * src/plugins/clamav/clamav_plugin.c
328         * src/plugins/dillo_viewer/dillo_viewer.c
329         * src/plugins/image_viewer/viewer.c
330         * src/plugins/mathml_viewer/mathml_viewer.c
331                 new mime parser (several things need fixing)
332
333 2003-10-09 [paul]       0.9.6claws9
334
335         * src/imap.c
336                 a little more sync with 0.9.6cvs2 and a tidy up
337
338 2003-10-08 [paul]       0.9.6claws8
339
340         * sync with 0.9.6cvs2
341                 see ChangeLog 2003-10-03
342
343 2003-10-05 [christoph]  0.9.6claws7
344
345         * src/summaryview.c
346                 don't use flags to check if a message is in a news folder
347
348         (closes Bug 282 clicking on folder with copied Messages from News
349          immediately after having copied them crashes Sylpheed-Claws)
350
351 2003-10-05 [christoph]  0.9.6claws6
352
353         * src/Makefile.am
354         * src/progressdialog.[ch]               ** REMOVE **
355         * src/gtk/Makefile.am
356         * src/gtk/progressdialog.[ch]           ** NEW **
357                 move progressdialog to gtk directory
358
359 2003-10-04 [christoph]  0.9.6claws5
360
361         * src/prefs_toolbar.c
362         * src/gtk/prefswindow.c
363                 remove widget_show_all for pages root widget
364
365         * src/plugins/spamassassin/spamassassin.[ch]
366         * src/plugins/spamassassin/spamassassin_gtk.c
367         * src/plugins/spamassassin/spamassassin_gtk.glade
368                 add support for new libspamc transports
369
370 2003-10-04 [christoph]  0.9.6claws4
371
372         * src/plugins/spamassassin/libspamc.[ch]
373         * src/plugins/spamassassin/spamassassin.c
374         * src/plugins/spamassassin/utils.[ch]
375                 update libspamc to version from SpamAssassin 2.60
376
377 2003-10-03 [christoph]  0.9.6claws3
378
379         * src/send_message.c
380                 fix missing format string bug found by
381                 Georgi Guninski <guninski@guninski.com>
382
383 2003-10-03 [paul]       0.9.6claws2
384
385         * po/zh_CN.po
386                 update Simpilified Chinese translation, submitted by
387                 Hansom Young
388
389 2003-10-02 [christoph]  0.9.6claws1
390
391         * src/imap.c
392                 add UIDPLUS support for COPY and EXPUNGE
393
394 2003-10-02 [paul]       0.9.6claws
395
396         * 0.9.6claws released
397
398 2003-10-02 [paul]
399
400         * po/es.po
401           po/sk.po
402                 update Spanish and Slovak translations
403                 submitted by Ricardo Mones Lastra and Andrej Kacian
404  
405 2003-10-02 [paul]       0.9.5claws43
406
407         * po/en_GB.po
408                 update British English translation
409
410 2003-10-02 [paul]       0.9.5claws42
411
412         * po/hr.po
413                 update Croatian translation, submitted by Dragan
414
415 2003-10-01 [paul]       0.9.5claws41
416
417         * po/pl.po
418           po/sr.po
419                 update Polish and Serbian translations, submitted by
420                 Emil and Urke MMI
421
422 2003-10-01 [melvin]     0.9.5claws40
423
424         * po/fr.po
425                 Updated French translations
426
427 2003-10-01 [melvin]     0.9.5claws39
428
429         * src/prefs_fonts.c
430                 Fixed a Gtk warning
431
432         * src/plugins/dillo_prefs.c     
433                 Quasi unnoticeable UI clean-up.
434
435 2003-10-01 [paul]
436
437         * tools/README
438           tools/maildir2sylpheed.pl
439                 bug fixes, rewrites, submitted by Matthias Förste 
440                 <itsjustme@users.sourceforge.net>
441
442 2003-09-29 [paul]       0.9.5claws38
443
444         * src/inc.c
445                 fix my coding carelessness
446
447 2003-09-29 [paul]       0.9.5claws37
448
449         * po/POTFILES.in
450           src/Makefile.am
451           src/main.c
452           src/prefs_common.[ch]
453           src/prefs_fonts.[ch]  ** NEW FILES **
454                 move Font config options to Other Prefs/Display/Fonts
455                 (user's current configuration is preserved)
456
457 2003-09-29 [paul]       0.9.5claws36
458
459         * src/inc.c
460           src/prefs_account.c
461                 allow 'local_mbox' value to point to either a directory 
462                 (/var/mail -  default, new) or a file (/var/mail/username
463                 - original)
464
465 2003-09-28 [paul]       0.9.5claws35
466
467         * src/rfc2015.c
468                 on signature check, where key exists, print the
469                 Key ID
470
471 2003-09-27 [alfons]     0.9.5claws34
472
473         * src/action.c
474                 o make progress bar not fill/expand when resizing dialog
475                 o use default fixed text font for actions output
476
477 2003-09-27 [paul]       0.9.5claws33
478
479         * src/prefs_common.[ch]
480           src/procmsg.c
481           src/send_message.c
482                 remove External Program settings from Common Prefs/Send
483                 as they are now unnecessary due to Local account settings.
484                 plus a little tidying-up after 0.9.5claws31
485
486 2003-09-27 [paul]       0.9.5claws32
487
488         * src/prefs_account.c
489                 o make correction to gui text:
490                   'Local mailbox file' -> 'Local mailbox directory'
491                 o give 'local_mbox' option a reasonable default value:
492                   '/var/mail'
493                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
494                   value
495
496 2003-09-26 [paul]       0.9.5claws31
497
498         * src/inc.c
499           src/prefs_common.[ch]
500                 remove 'Incorporate from spool' common pref,
501                 force creation of a 'Local' account
502
503 2003-09-26 [christoph]  0.9.5claws30
504
505         * src/folder.c
506         * src/msgcache.c
507                 add more NULL pointer checks
508
509 2003-09-25 [christoph]  0.9.5claws29
510
511         * src/folder.c
512                 o don't fetch source message to get it's message id
513                 o immediately scan dest folder when copying a message did not
514                   return a new message number and not do it when the first message
515                   without a new message number is found
516
517 2003-09-23 [christoph]  0.9.5claws28
518
519         * src/compose.c
520                 fix generating of headers
521
522         (patch by David Relson <relson@osagesoftware.com>)
523
524 2003-09-23 [paul]       0.9.5claws27
525
526         * po/zh_CN.po
527                 update Simplified Chinese translation. submitted by
528                 Hansom Young
529
530 2003-09-23 [paul]       0.9.5claws26
531
532         * tools/Makefile.am
533           tools/README
534           tools/vcard2xml.py    ** NEW FILE **
535                 add a script that converts an evolution vcard to
536                 sylpheed's xml format
537                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
538
539 2003-09-22 [paul]       0.9.5claws25
540
541         * src/plugins/clamav/clamav_plugin.c
542                 don't skip MULTIPART parts
543
544 2003-09-21 [christoph]  0.9.5claws24
545
546         * src/alertpanel.c
547                 remove unneeded include
548
549         * src/folder.c
550                 clean up copy/move mess with duplicated code
551
552         * src/imap.c
553                 fix problem that sometimes the folder was not scanned
554                 also it was changed
555
556 2003-09-21 [christoph]  0.9.5claws23
557
558         * src/Makefile.am
559         * src/logwindow.[ch]                    ** REMOVE **
560         * src/mainwindow.c
561         * src/prefs_common.c
562         * src/gtk/Makefile.am
563         * src/gtk/logwindow.[ch]                ** ADD **
564                 make logwindow prefs_common independent and move
565                 it to gtk directory
566
567 2003-09-20 [christoph]  0.9.5claws22
568
569         * src/compose.c
570                 add extra space for address code conversion
571                 (4 * unconvered size could be too small for short headers)
572
573 2003-09-20 [christoph]  0.9.5claws21
574
575         * src/compose.c
576                 increase temp buffer size when writing headers
577
578 2003-09-19 [darko]      0.9.5claws20
579
580         * src/compose.c
581                 don't ignore value of 'Save copy of outgoing messages to
582                 this folder instead of Sent' in message redirect
583
584 2003-09-17 [christoph]  0.9.5claws19
585
586         * src/compose.c
587                 use ", " as address seperator for mail headers and pass whole
588                 header line at once to compose_convert_header to make sure
589                 it is correctly folded
590
591         (closes Bug 64 Problem when sending to many recipients)
592
593 2003-09-17 [hoa]        0.9.5claws18
594         
595         * src/matcher.[ch]
596           src/matcher_parser_parse.y
597           src/prefs_matcher.c
598                 changed the keyword used for command execution in condition
599                 keyword is changed from "execute" to "test"
600                 so that it is not the same as the one used for action.
601                 This will fix a bug when using filtering dialog.
602                 All semantic in the code is also changed to reflect
603                 the keyword change.
604
605 2003-09-17 [paul]
606         
607         * sync with 0.9.6 release
608
609 2003-09-17 [paul]       0.9.5claws17
610
611         * sync with 0.9.5cvs8
612                 see ChangeLog 2003-09-16 and 2003-09-17
613
614 2003-09-16 [paul]       0.9.5claws16
615
616         * sync with 0.9.5cvs6
617                 see ChangeLog 2003-09-16
618
619 2003-09-15 [paul]       0.9.5claws15
620
621         * sync with 0.9.5cvs5
622                 see ChangeLog 2003-09-15
623
624 2003-09-14 [alfons]     0.9.5claws14
625
626         * src/inc.c
627                 make "Go to inbox after receiving new mail" again;
628                 regression of a sync, restored to sylpheed main 
629                 behaviour. (misses still some bits)
630
631 2003-09-14 [alfons]     0.9.5claws13
632
633         * src/prefs_filtering_action.c
634                 o add proper message if empty execute command line
635                 o don't select first action item after registering a
636                   new action to prevent (what seems to be a GTK) bug
637                   #36, "filtering will only accept one action change 
638                   per invocation".
639
640 2003-09-14 [alfons]     0.9.5claws12
641
642         * src/prefs_filtering.c
643         * src/prefs_filtering_action.c
644         * src/prefs_matcher.c
645                 fix function signature for key_pressed_event signal handlers
646
647 2003-09-14 [alfons]     0.9.5claws11
648
649         * src/mainwindow.c
650                 fix regression caused by fix for invalid bug #7
651                 (should fix #246, "Multiple selections are deselected when 
652                 moving from search window to main window")
653                 
654 2003-09-14 [alfons]     0.9.5claws10
655         
656         * src/actions.[ch]
657         * src/filtering.[ch]
658         * src/prefs_actions.c
659                 allow `filtering actions` in actions; only for advanced users
660                 right now: try for example, "%as{mark color 2}" 
661         
662 2003-09-13 [paul]       0.9.5claws9
663         
664         * po/pl.po
665           po/zh_CN.po   ** NEW FILE **
666                 update Polish translation, submitted by Emil 
667                 <eminowbl@posejdon.wpk.p.lodz.pl>
668                 add new Simplified Chinese translation, submitted by
669                 Hansom Young <hansom_young@yahoo.com>
670
671 2003-09-12 [alfons]     0.9.5claws8
672
673         * src/summaryview.c
674                 don't open separate message views when View | Separate message view
675                 is active 
676                 (please look carefully for any navigation regressions)
677
678 2003-09-11 [alfons]     0.9.5claws7
679
680         * src/mainwindow.c
681                 make default message view, opened by View | Separate message 
682                 view, look like a claws message view (which includes a menu
683                 bar and a toolbar)
684                 (fixes bug #298, "message view loses tool bar") 
685
686 2003-09-11 [christoph]  0.9.5claws6
687
688         * src/folderview.c
689                 fix double deleting of newsgroup folders
690
691         (closes Bug 305 crash after deleting of a newsgroup)
692
693 2003-09-11 [paul]       0.9.5claws5
694
695         * src/rfc2015.c
696           src/common/utils.h
697                 more sync'ing from 0.9.5cvs2
698
699 2003-09-11 [christoph]  0.9.5claws4
700
701         * src/compose.c
702         * src/rfc2015.c
703         * src/common/utils.h
704                 fix sync with 0.9.5cvs2
705
706 2003-09-11 [paul]       0.9.5claws3
707
708         * sync with 0.9.5cvs4
709                 see ChangeLog 2003-09-11
710
711 2003-09-11 [paul]       0.9.5claws2
712
713         * sync with 0.9.5cvs2
714                 see ChangeLog 2003-09-05
715                 
716 2003-09-11 [paul]       0.9.5claws1
717
718         * sync with 0.9.5cvs3
719                 see ChangeLog 2003-09-10
720
721 2003-09-10 [paul]       0.9.5claws
722
723         * 0.9.5claws released
724
725 2003-09-10 [paul]       0.9.4claws78
726
727         * src/Makefile.am
728                 add missing files
729
730 2003-09-10 [melvin]     0.9.4claws77
731
732         * po/fr.po
733                 Updated French translations
734
735 2003-09-10 [paul]       0.9.4claws76
736
737         * po/es.po
738           po/sk.po
739           po/sr.po
740                 update Spanish, Slovak, and Serbian translations.
741                 submitted by Ricardo Mones Lastra, Andrej Kacian,
742                 and Urke MMI
743                 
744         * AUTHORS
745                 add translation team section
746
747 2003-09-09 [christoph]  0.9.4claws75
748
749         * src/folder.c
750                 free item->prefs in folder_item_destroy
751
752 2003-09-09 [alfons]     0.9.4claws74
753
754         * src/folderview.c
755                 o proper check for root node sorting
756                 o remove unnecessary gtk_ctree_remove_node 
757
758         (should fix bug #300, "crash while moving folder")      
759
760 2003-09-08 [christoph]  0.9.4claws73
761
762         * src/folderview.c
763                 o fix double adding of IMAP FolderItems to GtkCTree
764                 o fix crash then mbox folder is removed
765
766 2003-09-08 [christoph]  0.9.4claws72
767
768         * src/folder.c
769         * src/folderview.c
770         * src/mainwindow.c
771                 fix new folder notification
772
773         * src/mbox_folder.c
774                 fix cache path
775
776 2003-09-08 [christoph]  0.9.4claws71
777
778         * src/compose.c
779                 replace '\n' and '\r' before removing trailing spaces
780
781         * src/folder.[ch]
782         * src/folderview.c
783                 add information about new or removed items in folder tree change
784                 notification and use this in folderview to add and remove only
785                 the appected items and not refresh the whole tree
786
787 2003-09-07 [match]      0.9.4claws70
788
789         * src/Makefile.am
790         * src/addr_compl.c
791         * src/addressbook.c
792         * src/addressitem.h
793         * src/addrindex.c
794         * src/addritem.c
795         * src/addritem.h
796         * src/addrquery.c                       ** NEW **
797         * src/addrquery.h
798         * src/ldapquery.c
799         * src/ldapserver.c
800         * src/stock_pixmap.c
801         * src/stock_pixmap.h
802         * src/pixmaps/address_search.xpm        ** NEW **
803                 re-introduce Lookup button for LDAP 'static' searches.
804
805 2003-09-07 [alfons]     0.9.4claws69
806         
807         * src/summaryview.c
808                 abandon setting usize for messageview because it gives layout problems
809                 with the quick search bar and the headerview; fixes assorted UI glitches:
810                 
811                 o bug #148, "Toggling of quick-search bar reduces index view area" 
812                 o bug #280, "Window resiizes for line length but does not revert"
813
814 2003-09-07 [christoph]  0.9.4claws68
815
816         * src/compose.c
817                 o make sure we don't have any newlines in header values
818                 o check custom headers for spaces and newlines and ignore
819                   malformed header names
820
821 2003-09-06 [christoph]  0.9.4claws67
822
823         * src/folder.c
824         * src/folderview.c
825                 invoke notification hook for folder tree changes after append
826                 and remove folder
827
828         (closes Bug 294 Crash while moving folder with many subdirectories)
829
830 2003-09-06 [christoph]  0.9.4claws66
831
832         * src/folder.c
833                 destroy folder's MsgCache if FolderItem is removed to make sure
834                 it is not saved when the FolderItem is destroyed
835
836 2003-09-06 [christoph]  0.9.4claws65
837
838         * src/plugins/clamav/clamav_plugin.c
839                 fix copy & paste bug
840
841 2003-09-05 [christoph]  0.9.4claws64
842
843         * src/folder.c
844         * src/messageview.[ch]
845         * src/procmsg.[ch]
846         * src/summaryview.c
847                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
848                 by MessageView to clear it when the message is deleted. Should
849                 work even if messages are deleted in MainWindow or by
850                 processing.
851
852 2003-09-05 [alfons]     0.9.4claws63
853
854         * src/messageview.c
855                 deleting a message in a message view frees its msginfo, make 
856                 messageview_update_all() aware of that (should fix bug #293,
857                 "deleting message caused crash")
858
859 2003-09-05 [melvin]     0.9.4claws62
860
861         * src/action.c
862                 Improve synchronous action exit code (fixes 
863                 a ~5 seconds delay after action exit on RedHat 9)
864
865 2003-09-04 [christoph]  0.9.4claws61
866
867         * src/compose.c
868         * src/rfc2015.c
869         * src/common/utils.[ch]
870                 add util function to create mime boundary and use it
871                 in compose and gpg code
872
873 2003-09-04 [alfons]     0.9.4claws60
874
875         * src/folder.c
876                 source folder item's GNode should already have been freed in 
877                 a previous call to src->folder->klass->remove_folder()
878                 (should fix bug #287, "crash when moving folders")
879
880 2003-09-03 [thorsten]   0.9.4claws59
881
882         * src/plugins/spamassassin/spamassassin_gtk.c
883                 fix compile error
884
885 2003-09-03 [christoph]  0.9.4claws58
886
887         * src/plugins/spamassassin/spamassassin.[ch]
888         * src/plugins/spamassassin/spamassassin_gtk.c
889                 add timeout config option
890
891 2003-09-03 [paul]       0.9.4claws57
892
893         * po/sk.po      ** NEW FILE **
894                 add Slovak translation. Submitted by Andrej Kacian 
895                 <andrej@kacian.sk>
896
897 2003-09-03 [paul]       0.9.4claws56
898
899         * src/plugins/clamav/clamav_plugin_gtk.c
900                 gui tweaks: replace a label with a tooltip, modify the
901                 text, use gtk_check_button_new(); instead of
902                 gtk_check_button_new_with_label("");
903
904 2003-09-02 [alfons]     0.9.4claws55
905
906         * src/gtk/filesel.c
907                 remember last used dir when attaching multiple files (should fix
908                 bug #290, "Attach File does not remember directory")
909
910 2003-09-01 [paul]       0.9.4claws54
911
912         * po/es.po
913                 updated by Ricardo Mones Lastra
914
915 2003-09-01 [alfons]     0.9.4claws53
916
917         * src/gtk/gtkaspell.[ch]
918                 be pedantic and strict and use const gchar * instead of guchar *
919
920 2003-09-01 [alfons]     0.9.4claws52
921
922         * src/mainwindow.c
923         * src/summaryviewc.
924                 re-enable Save As when multiple messages are selected
925
926 2003-09-01 [paul]       0.9.4claws51
927
928         * src/textview.c
929                 g_free(trimmed_uri);
930
931 2003-09-01 [paul]       0.9.4claws50
932
933         * sync with 0.9.4cvs13
934                 see ChangeLog 2003-09-01
935
936 2003-09-01 [paul]       0.9.4claws49
937
938         * src/textview.c
939                 trim uri before sending to the statusbar
940                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
941                 in the message window causes main S-C window to enlarge 
942                 past screen edges'
943
944 2003-09-01 [paul]       0.9.4claws48
945
946         * sync with 0.9.4cvs12
947                 see ChangeLog 2003-09-01
948
949 2003-08-30 [christoph]  0.9.4claws47
950
951         * src/compose.c
952         * src/folder_item_prefs.[ch]
953         * src/prefs_folder_item.c
954         * src/gtk/gtkaspell.[ch]
955                 commit per folder dictionary patch by
956                 Paul Evans <nerd@freeuk.com>
957
958 2003-08-30 [christoph]  0.9.4claws46
959
960         * src/plugins/spamassassin/spamassassin_gtk.c
961         * src/plugins/spamassassin/spamassassin_gtk.glade
962                 reduce GUI clutter by placing hints into tooltips
963
964 2003-08-30 [paul]       0.9.4claws45
965
966         * src/compose.c
967                 add 'Content-Disposition: inline' to a text/plain
968                 part when using PGP/MIME signing
969
970 2003-08-30 [paul]       0.9.4claws44
971
972         * src/prefs_common.c
973           src/prefs_spelling.c
974           src/prefs_spelling.glade
975                 reduce GUI clutter by placing hints into tooltips
976
977 2003-08-29 [christoph]  0.9.4claws43
978
979         * configure.ac
980                 fix bug found by Ivan Rayner <ivanr@sgi.com>
981
982         * src/stock_pixmap.c
983                 change unecessary warning into a debug message
984
985         * src/plugins/clamav/Makefile.am
986                 Fix error "-I$(CLAMAV_LIBS)"
987
988 2003-08-29 [christoph]  0.9.4claws42
989
990         * intl/Makefile.in
991         * src/Makefile.am
992         * src/matcher.h
993         * src/common/Makefile.am
994         * src/common/passcrypt.c
995                 commit fixes and patches for some of the IRIX problems found by
996                 Ivan Rayner <ivanr@sgi.com>
997
998 2003-08-29 [paul]       0.9.4claws41
999
1000         * src/prefs_filtering.c
1001                 add 'Top' and 'Bottom' buttons, based on changes in
1002                 src/prefs_filter.c in 0.9.4cvs11.
1003
1004 2003-08-27 [christoph]  0.9.4claws40
1005
1006         * src/folderview.c
1007                 fix bug that the current summary settings were copied to the
1008                 wrong folder item, when the folder item prefs are opened.
1009                 Copying is not required because summary settings and
1010                 folder_item_prefs do not contain the same settings
1011
1012 2003-08-27 [thorsten]   0.9.4claws39
1013
1014         * src/imap.c
1015                 fix compile error
1016
1017 2003-08-26 [paul]       0.9.4claws38
1018
1019         * sync with 0.9.4cvs9
1020                 see ChangeLog 2003-08-26
1021
1022 2003-08-25 [paul]       0.9.4claws37
1023
1024         * sync with 0.9.4cvs8
1025                 see ChangeLog 2003-08-25
1026
1027 2003-08-24 [christoph]  0.9.4claws36
1028
1029         * src/prefs_filtering.c
1030                 shouldn't remove items from a GSList while iterating over the
1031                 list (makes cur invalid and cur->next not accessable)
1032
1033         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1034          crashed)
1035
1036 2003-08-23 [christoph]  0.9.4claws35
1037
1038         * src/news.c
1039                 news folders should be scanned when opened
1040
1041 2003-08-22 [christoph]  0.9.4claws34
1042
1043         * src/prefs_folder_item.c
1044                 use macro to assign strings that always frees the old string
1045
1046         * src/gtk/gtkaspell.[ch]
1047                 add gtkaspell_set_dictionary_menu_active_item() to set active
1048                 item in dictionary option menu
1049
1050         * src/prefs_spelling.c
1051                 use gtkaspell_set_dictionary_menu_active_item() to select
1052                 dictionary
1053
1054 2003-08-21 [christoph]  0.9.4claws33
1055
1056         * src/folder.[ch]
1057         * src/imap.c
1058         * src/mbox_folder.c
1059         * src/mh.c
1060         * src/news.c
1061                 optimize folder system
1062
1063         * src/gtk/gtkstext.c
1064                 fix division by zero when font has 0 width for ' '
1065
1066 2003-08-21 [paul]       0.9.4claws32
1067
1068         * sync with 0.9.4cvs7
1069                 see ChangeLog 2003-08-20
1070
1071 2003-08-19 [paul]       0.9.4claws31
1072
1073         * src/common/defs.h
1074                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1075                 SYLDOC_FAQ_HTML_INDEX.
1076         * src/manual.c
1077                 use LC_MESSAGES instead of LC_ALL to find the current
1078                 language
1079
1080           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1081
1082 2003-08-19 [paul]       0.9.4claws30
1083
1084         * po/bg.po
1085                 updated by George Danchev
1086
1087 2003-08-18 [luke]       0.9.4claws29
1088         * src/mimeview.[ch]
1089         * src/gtk/gtkvscrollbutton.[ch]
1090                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1091                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1092                 o removed horizontal separator between icons
1093
1094 2003-08-17 [christoph]  0.9.4claws28
1095
1096         * src/procmsg.c
1097                 no subject threading when the subject has no reply prefix
1098
1099 2003-08-16 [christoph]  0.9.4claws27
1100
1101         * src/mainwindow.c
1102                 remember and restore window sizes and position when the main
1103                 window is hidden or shown
1104
1105         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1106          minimised/reopened using trayicon)
1107
1108 2003-08-16 [paul]       0.9.4claws26
1109
1110         * src/crash.c
1111                 add #include "defs.h"
1112
1113 2003-08-16 [paul]       0.9.4claws25
1114
1115         * src/plugins/clamav/clamav_plugin.c
1116                 reword a debug_print
1117                 
1118         * src/plugins/dillo_viewer/dillo_prefs.c
1119                 cosmetic: change the labels' text, add tooltips, and
1120                 left-align the hint
1121
1122 2003-08-15 [christoph]  0.9.4claws24
1123
1124         * src/news.c
1125                 complete last change (forgot some changes)
1126
1127 2003-08-15 [christoph]  0.9.4claws23
1128
1129         * src/news.c
1130                 o check number of messages and don't return a 0 message
1131                   when no messages are available
1132                 o don't parse xref header anymore
1133
1134         (closes Bug 203 I'm not getting any news)
1135
1136 2003-08-15 [paul]       0.9.4claws22
1137
1138         * src/common/defs.h
1139           src/crash.c
1140                 update and define claws bugzilla location
1141
1142 2003-08-15 [paul]       0.9.4claws21
1143
1144         * po/ru.po
1145                 update submitted by Ruslan N. Balkin
1146
1147 2003-08-14 [christoph]  0.9.4claws20
1148
1149         * src/procmsg.c
1150                 fix search for oldest node in subject threading
1151
1152 2003-08-14 [christoph]  0.9.4claws19
1153
1154         * src/procmsg.c
1155         * src/common/utils.h
1156                 add possibility to check all nodes with the same subject for
1157                 subject threading, not only the oldest node. Should not break
1158                 threads anymore if the oldest node is thread_by_subject_max_age
1159                 days older then parent, because it can now find a child of
1160                 oldest node as new parent.
1161
1162 2003-08-11 [christoph]  0.9.4claws18
1163
1164         * src/plugins/spamassassin/spamassassin.c
1165                 run spam check in background process
1166
1167 2003-08-10 [alfons]     0.9.4claws17
1168
1169         * src/summaryview.c
1170                 make `Select All' sensitive too
1171
1172 2003-08-10 [christoph]  0.9.4claws16
1173
1174         * src/imap.c
1175                 add more checks in imap_close
1176
1177 2003-08-09 [alfons]     0.9.4claws15
1178
1179         * src/prefs_spelling.c
1180                 no spell checking UI if not requested
1181
1182 2003-08-09 [alfons]     0.9.4claws14
1183
1184         * src/gtk/prefswindow.c
1185                 make it compile
1186
1187 2003-08-09 [christoph]  0.9.4claws13
1188
1189         * src/prefs_spelling.c
1190         * src/gtk/prefswindow.[ch]
1191         * src/plugins/clamav/clamav_plugin_gtk.c
1192         * src/plugins/spamassassin/spamassassin_gtk.c
1193                 sort prefs pages by heighest weight in tree
1194
1195 2003-08-09 [paul]       0.9.4claws12
1196
1197         * sync with 0.9.4cvs6
1198                 see ChangeLog 2003-08-07
1199                 
1200         * AUTHORS
1201                 add Leandro and Luke to claws-branch section
1202
1203 2003-08-09 [christoph]  0.9.4claws11
1204
1205         * src/gtk/Makefile.am
1206         * src/gtk/colorsel.[ch]                 ** NEW **
1207                 create a color selection dialog that can be used as a simple
1208                 function call with it's own gtk main loop like filesel.[ch]
1209
1210         * src/Makefile.am
1211         * src/main.c
1212         * src/prefs_common.c
1213         * src/prefs_spelling.[ch]               ** NEW **
1214         * src/prefs_spelling.glade              ** NEW **
1215         * src/gtk/gtkutils.[ch]
1216                 move "Spell Checker" prefs to new prefs dialog
1217
1218         * src/prefs_folder_item.c
1219                 use new colorsel dialog
1220
1221 2003-08-08 [paul]       0.9.4claws10
1222
1223         * src/inc.c
1224                 clear the progress bar unconditionally
1225
1226 2003-08-08 [paul]       0.9.4claws9
1227
1228         * sync with 0.9.4cvs4
1229                 see ChangeLog 2003-07-31
1230
1231 2003-08-07 [christoph]  0.9.4claws8
1232
1233         * configure.ac
1234                 fix bug in image viewer plugin part
1235
1236         * src/imap.c
1237                 don't execute close command if the folder item is not selected
1238
1239 2003-08-07 [hoa]        0.9.4claws7
1240
1241         * src/filtering.[ch]
1242         * src/matcher_parser.h
1243         * src/matcher_parser_parse.y
1244                 can define several actions for each filtering rule
1245                 can import old versions of filtering rules
1246
1247         * src/prefs_filtering.c
1248                 call to a new dialog box to define actions
1249
1250         * src/prefs_filtering_action.[ch]
1251                 dialog box to define actions for filtering rules
1252
1253 2003-08-06 [christoph]  0.9.4claws6
1254
1255         * src/imap.c
1256                 make sure source folder is selected when copying messages
1257
1258 2003-08-06 [christoph]  0.9.4claws5
1259
1260         * sync with 0.9.4cvs2
1261                 see ChangeLog 2003-07-29                
1262
1263 2003-08-05 [paul]       0.9.4claws4
1264
1265         * sync with 0.9.4cvs3
1266                 see ChangeLog 2003-07-30
1267
1268 2003-08-04 [match]      0.9.4claws3
1269
1270         * po/POTFILES.in
1271                 export of LDIF files.
1272
1273 2003-08-04 [match]      0.9.4claws2
1274
1275         * src/ldif.[ch]
1276                 support for export LDIF. documented.
1277         * src/importldif.[ch]
1278         * src/exportldif.[ch]
1279                 add tooltips. documented.
1280         * src/exphtmldlg.[ch]
1281         * src/common/xmlprops.[ch]
1282                 documented.
1283         * src/exportldif.[ch]                   ** NEW **
1284         * src/expldifdlg.[ch]                   ** NEW **
1285         * src/addressbook.[ch]
1286         * src/Makefile.am
1287                 export of LDIF files.
1288                 documented.
1289
1290 2003-08-04 [christoph]  0.9.4claws1
1291
1292         * .cvsignore
1293         * Makefile.am
1294         * configure.ac
1295         * sylpheed-claws.pc.in                  ** NEW **
1296         * src/Makefile.am
1297         * src/common/Makefile.am
1298         * src/gtk/Makefile.am
1299                 install sylpheed header files in $(pkgincludedir) and create a
1300                 pkg-config file to allow building a plugin without the source
1301                 package
1302
1303 2003-08-04 [paul]       0.9.4claws
1304
1305         * version 0.9.4claws
1306
1307 2003-08-04 [paul]       0.9.3claws97
1308
1309         * po/es.po
1310                 update Spanish translation. Submitted by Ricardo
1311                 Mones Lastra.
1312
1313 2003-08-03 [paul]       0.9.3claws96
1314
1315         * po/hr.po
1316           po/sr.po
1317                 update Croatian and Serbian translations. Submitted by
1318                 Dragan and Urke MMI respectively
1319
1320 2003-08-03 [alfons]     0.9.3claws95
1321
1322         * src/summaryview.c
1323                 mark flag has precedence over important flag - seems
1324                 to have been changed in sync of 0.9.3claws45. this fixes
1325                 a regression where messages that were scored as important
1326                 don't show their mark flags. (using the same column for
1327                 both importance as mark flags is the real problem
1328                 ofcourse)
1329
1330 2003-08-03 [melvin]     0.9.3claws94
1331
1332         * po/fr.po
1333                 Updated French translations.
1334
1335 2003-08-03 [melvin]     0.9.3claws93
1336
1337         * src/Makefile.am
1338                 Fixed typo introduced after 0.9.3claws92 
1339                 that prevented compilation
1340                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1341                 CPPFLAGS and YFLAGS to allow user setting these.
1342         * src/common/Makefile.am
1343         * src/gtk/Makefile.am
1344         * src/plugins/clamav/Makefile.am
1345         * src/plugins/demo/Makefile.am
1346         * src/plugins/dillo_viewer/Makefile.am
1347         * src/plugins/image_viewer/Makefile.am
1348         * src/plugins/mathml_viewer/Makefile.am
1349         * src/plugins/spamassassin/Makefile.am
1350         * src/plugins/trayicon/Makefile.am
1351         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1352                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1353                 CPPFLAGS and YFLAGS to allow user setting these.
1354
1355 2003-08-02 [christoph]  0.9.3claws92
1356
1357         * configure.ac
1358                 o rearrange plugin tests
1359                 o add test for clamav.h to ClamAV tests
1360
1361 2003-08-02 [luke]       0.9.3claws91
1362
1363         * src/mimeview.c
1364                 o fixed appearance of icon list when toggling back from the 
1365                   ctree
1366                 o toggling of icons using the keyboard works correctly
1367                 o fixed all other keyboard shortcuts to work when icons are
1368                   active
1369         
1370         * src/messageview.c
1371                 o fixed bug 4 - focus lost when changing messageview view type
1372
1373 2003-08-02 [christoph]  0.9.3claws90
1374
1375         * src/common/hooks.c
1376                 fix crash when pointer stored in hash table could get invalid
1377                 when a plugin is unloaded
1378
1379 2003-08-01 [christoph]  0.9.3claws89
1380
1381         * configure.ac
1382                 o try to build all plugins (except spamassassin) by default
1383                 o don't build a plugin if a dependency check fails
1384
1385         * src/common/hooks.c
1386                 fix warning
1387
1388 2003-08-01 [match]      0.9.3claws88
1389
1390         * src/importldif.c
1391                 allow single click field selection. document code.
1392
1393 2003-08-01 [christoph]  0.9.3claws87
1394
1395         * src/plugins/clamav/clamav_plugin.c
1396         * src/plugins/clamav/clamav_plugin_gtk.c
1397         * src/plugins/dillo_viewer/dillo_viewer.c
1398         * src/plugins/image_viewer/plugin.c
1399         * src/plugins/mathml_viewer/mathml_viewer.c
1400         * src/plugins/spamassassin/spamassassin.c
1401         * src/plugins/spamassassin/spamassassin_gtk.c
1402         * src/plugins/trayicon/trayicon.c
1403                 add version check to all plugins
1404
1405 2003-08-01 [hoa]        0.9.3claws86
1406
1407         * src/prefs_filtering.c
1408                 fixed a cosmetic bug, during creation of dialog box,
1409                 wrong widgets were shown after creation.
1410
1411 2003-08-01 [luke]       0.9.3claws85
1412
1413         * src/mainwindow.c
1414                 o fixed visibility of icons/mimeview after toggling separate
1415                   message/folder view (factored out some similar code too).
1416
1417
1418 2003-07-31 [alfons]     0.9.3claws84
1419
1420         * src/mimeview.c
1421                 tweak icon box UI a bit more, now allowing right-clicks actions
1422                 getting the relevant mime data too; should fix #250, "Can't save 
1423                 attachments sometimes".
1424
1425 2003-07-30 [alfons]     0.9.3claws83
1426
1427         * src/compose.c
1428                 don't do auto-save-draft inside key press handler, but rather
1429                 schedule it half of a second later; should fix #67, "autosave 
1430                 make re-rediting message crazy"
1431
1432 2003-07-30 [christoph]  0.9.3claws82
1433
1434         * src/plugins/trayicon/trayicon.c
1435                 process pending events before unloading the plugin
1436
1437         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1438
1439 2003-07-30 [alfons]     0.9.3claws81
1440
1441         * src/common/hooks.c
1442                 parameter 2 of g_hook_destroy() should really be a hook id
1443
1444 2003-07-30 [alfons]     0.9.3claws80
1445
1446         * src/common/plugin.c
1447                 fix a possibly harmful function signature mismatch 
1448                 for plugin_done
1449
1450 2003-07-30 [alfons]     0.9.3claws79
1451
1452         * src/common/hooks[.ch]
1453                 const correctness
1454
1455 2003-07-30 [darko]      0.9.3claws78
1456
1457         * src/summaryview.c
1458                 make it compile again
1459
1460 2003-07-30 [luke]       0.9.3claws77
1461
1462         * src/crash.c
1463         * src/main.c
1464                 o added/moved signal handlers for SIGTERM (normal kill command) 
1465                   and SIGINT (ctl-c) to be used even without 
1466                   --enable-crash-dialog, fixing bug 166
1467
1468         * src/summaryview.c
1469                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1470                   bug 227
1471
1472         * src/mainwindow.c
1473                 o changed sensitivity condition for 'Next new' and 'Next 
1474                   unread', fixing bug 8
1475
1476 2003-07-29 [alfons]     0.9.3claws76
1477
1478         * src/common/utils.[ch]
1479                 add generate_msgid()
1480         * src/messageview.c
1481                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1482                 sent folder".
1483
1484 2003-07-29 [alfons]     0.9.3claws75
1485
1486         * src/messageview.c
1487                 fix a memleak (claws-only)
1488
1489 2003-07-29 [alfons]     0.9.3claws74
1490
1491         * src/mimeview.[ch]
1492         * src/gtk/gtkvscrollbutton.[ch]
1493                 fix UI glitch where mime icon toolbox' scroll position is not 
1494                 reset after switching to another message
1495                 
1496
1497 2003-07-29 [paul]       0.9.3claws73
1498
1499         * src/prefs_folder_item.c
1500                 split the prefs into 2 separate pages
1501
1502 2003-07-29 [paul]       0.9.3claws72
1503
1504         * src/compose.c
1505                 prepend "\n\n" to a signature without a separator too
1506
1507 2003-07-29 [paul]       0.9.3claws71
1508
1509         * src/compose.c
1510                 fix bug where changing to an account without an auto-sig
1511                 from an initial account without an auto-sig would insert 
1512                 2 blank lines at the cursor point
1513                 fix bug where changing to an account with an auto-sig
1514                 from an initial account without an auto-sig would insert
1515                 the sig at the cursor point
1516
1517 2003-07-29 [paul]       0.9.3claws70
1518
1519         * src/folderview.c
1520                 use the colour from the folder pref unless the folder
1521                 has new messages
1522
1523 2003-07-29 [alfons]     0.9.3claws69
1524
1525         * src/procmsg.[ch]
1526         * src/messageview.c
1527         * src/procheader.c
1528                 rewrite return receipt request work a little bit (the former 
1529                 implementation presumably depended too much on the UI setting
1530                 flags). (we're losing the old pending flag.) 
1531
1532 2003-07-28 [christoph]  0.9.3claws68
1533
1534         * src/folder.c
1535         * src/imap.c
1536         * src/mh.c
1537         * src/procmsg.[ch]
1538                 fix copy to IMAP folder from other folder
1539
1540 2003-07-28 [christoph]  0.9.3claws67
1541
1542         * src/procmsg.c
1543                 fix sync of procmsg_get_message_file_list
1544
1545 2003-07-28 [christoph]  0.9.3claws66
1546
1547         * sync with 0.9.3cvs14
1548                 see ChangeLog 2003-07-18
1549         * sync with 0.9.3cvs17
1550                 see ChangeLog 2003-07-23
1551
1552         (closes Bug 234 segmentation fault after sending out mail via
1553          smtp(auth))
1554
1555 2003-07-28 [paul]       0.9.3claws65
1556
1557         * po/es.po
1558                 update Spanish translation, submitted by Ricardo Mones
1559                 Lastra
1560
1561 2003-07-28 [christoph]  0.9.3claws64
1562
1563         * src/folder.[ch]
1564         * src/imap.c
1565         * src/mh.c
1566                 return new message numbers as a GRelation instead of a GSList
1567                 that has to be in the same order as the input list. A list
1568                 would make it hard for IMAP to optimize oepration by sorting
1569                 the input list. The returned list would have to be reordered
1570                 to match the same order that input list has.
1571
1572         * src/gtk/gtkaspell.c
1573                 fix missing return value, could cause a crash when garbage is
1574                 on the stack that is used as the expected return value
1575
1576 2003-07-28 [paul]       0.9.3claws63
1577
1578         * sync with 0.9.4cvs1
1579                 see ChangeLog 2003-07-28
1580
1581 2003-07-27 [alfons]     0.9.3claws62
1582
1583         * src/mimeview.c
1584                 tweak it more to make icon list act like a check button group
1585
1586 2003-07-27 [christoph]  0.9.3claws61
1587
1588         * sync with 0.9.3cvs20
1589                 see ChangeLog 2003-07-25
1590
1591 2003-07-27 [paul]       0.9.3claws60
1592
1593         * src/procmsg.c
1594                 re-commit changes from 0.9.3claws58 -
1595                 accidently removed in 0.9.3claws59
1596
1597 2003-07-27 [paul]       0.9.3claws59
1598
1599         * src/procmsg.[ch]
1600                 a sync from 0.9.3cvs17
1601                 see ChangeLog 2003-07-23
1602
1603 2003-07-27 [alfons]     0.9.3claws58
1604
1605         * src/procmsg.c
1606                 add missing header members to MsgInfo; fixes the problem of 
1607                 not displaying X-Faces, as noticed by Ricardo Mones
1608
1609 2003-07-26 [christoph]  0.9.3claws57
1610
1611         * sync with 0.9.3cvs18
1612                 see ChangeLog 2003-07-24
1613
1614 2003-07-26 [christoph]  0.9.3claws56
1615
1616         * sync with 0.9.3cvs17
1617                 see ChangeLog 2003-07-23
1618
1619 2003-07-26 [christoph]  0.9.3claws55
1620
1621         * src/folder.[ch]
1622         * src/imap.c
1623         * src/mbox_folder.c
1624         * src/mh.c
1625         * src/news.c
1626                 add support for copy function that copy multiple messages
1627                 (not implemented yet)
1628
1629         * src/summaryview.c
1630                 add missing return value
1631
1632 2003-07-26 [paul]       0.9.3claws54
1633
1634         * tools/multiwebsearch.pl
1635                 do whitespace substitution before passing the string
1636                 to the browser. fixes bug with browsers that don't
1637                 do whitespace conversion themselves.
1638
1639 2003-07-25 [christoph]  0.9.3claws53
1640
1641         * src/folder.[ch]
1642         * src/imap.c
1643         * src/mh.c
1644                 rewrite adding of multiple messages to a folder for
1645                 claws' folder system
1646
1647 2003-07-25 [luke]       0.9.3claws52
1648
1649         * src/mimeview.c
1650                 o icon toggles set correctly on leaving ctree mimeview
1651
1652 2003-07-25 [paul]       0.9.3claws51
1653
1654         * partial sync with 0.9.3cvs21 [src/main.c]
1655                 see ChangeLog 2003-07-25
1656
1657 2003-07-24 [paul]       0.9.3claws50
1658
1659         * tools/maildir2sylpheed.pl
1660                 fix typo
1661
1662 2003-07-24 [paul]       0.9.3claws49
1663
1664         * src/mimeview.c
1665                 increase the gutter size of paned so that the panes
1666                 can be resized
1667                 
1668         * src/plugins/demo/demo.c
1669                 squeeze in another typo fix
1670
1671 2003-07-24 [paul]       0.9.3claws48
1672
1673         * src/plugins/demo/demo.c
1674           src/prefs_account.c
1675                 small changes to the English
1676                 
1677         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1678           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1679           src/Makefile.am
1680           src/stock_pixmap.c
1681                 rename the misspelled icon
1682
1683 2003-07-23 [alfons]     0.9.3claws47
1684
1685         * src/mimeview.c
1686                 make icon list look like a list of toggles
1687
1688 2003-07-23 [luke]       0.9.3claws46
1689
1690         * src/pixmaps/mimeview_gpg_expired.xpm
1691         * src/pixmaps/mimeview_gpg_failed.xpm
1692         * src/pixmaps/mimeview_gpg_passed.xpm
1693         * src/pixmaps/mimeview_text_html.xpm
1694         * src/pixmaps/mimeview_image.xpm
1695                 o all icons the same size
1696
1697         * src/mimeview.[ch]
1698                 o mimeview ctree arranged vertically above the viewer
1699                 o icons changed to buttons
1700                 o can use keyboard to select an icon (Enter)
1701                 o resize icon list to width of icons
1702
1703         *  src/gtk/gtkvscrollbutton.c
1704                 o sensitivity of buttons reacts to position
1705
1706 2003-07-23 [christoph]  0.9.3claws45
1707
1708         * sync with 0.9.3cvs14 (incomplete)
1709                 see ChangeLog 2003-07-17
1710
1711 2003-07-23 [alfons]     0.9.3claws44
1712
1713         * src/folder.c
1714         * src/procmsg.h
1715                 sync with my local tree to restore some claws-only things
1716
1717 2003-07-23 [paul]       0.9.3claws43
1718
1719         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1720           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1721           src/Makefile.am
1722           src/mimeview.c
1723           src/procmime.h
1724           src/rfc2015.c
1725           src/stock_pixmap.[ch]
1726                 indicate missing keys and expired sigs/keys
1727                 in mime view column
1728
1729 2003-07-23 [paul]       0.9.3claws42
1730
1731         * src/compose.c
1732                 Redirect fixes: enable automatic account selection and
1733                 do not append signature to message on changing account
1734                 fixes Bug[s] #248
1735
1736 2003-07-23 [paul]       0.9.3claws41
1737
1738         * sync with 0.9.3cvs16
1739                 see ChangeLog 2003-07-23
1740
1741 2003-07-23 [alfons]     0.9.3claws40
1742
1743         * src/inc.c
1744                 give progress dialog a main window, and give it the first 
1745                 one (presumably the only one). fixes bug #247, "segfault on 
1746                 pop-before-smtp" 
1747
1748 2003-07-22 [alfons]     0.9.3claws39
1749
1750         * src/summaryview.c
1751                 shift-space scrolls up
1752
1753 2003-07-22 [paul]       0.9.3claws38
1754
1755         * sync with 0.9.3cvs15
1756                 see ChangeLog 2003-07-22
1757
1758 2003-07-20 [alfons]     0.9.3claws37
1759
1760         * src/compose.c
1761                 put menu inside #ifdef USE_ASPELL..#endif
1762
1763 2003-07-20 [christoph]  0.9.3claws36
1764
1765         * src/procmsg.c
1766                 fix wrong flags in MsgInfo returned by
1767                 procmsg_msginfo_get_full_info()
1768
1769         (closes Bug 221 Deleting messages from the Message View gives incorrect
1770          new/unread message counts in the folder view)
1771
1772         * src/plugins/spamassassin/spamassassin_gtk.c
1773                 add gettext macro for prefs page title
1774
1775 2003-07-20 [paul]       0.9.3claws35
1776
1777         * src/mimeview.c
1778                 redraw icon list on signature check
1779
1780 2003-07-20 [christoph]  0.9.3claws34
1781
1782         * src/Makefile.am
1783         * src/account.c
1784         * src/folder.[ch]
1785         * src/folder_item_prefs.[ch]            ** NEW **
1786         * src/folderview.c
1787         * src/mainwindow.c
1788         * src/mh.c
1789         * src/prefs_gtk.c
1790         * src/prefs_scoring.c
1791         * src/summaryview.c
1792         * src/prefs_folder_item.[ch]
1793                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1794                   Properties dialog
1795                 o use prefswindow for folder properties
1796
1797         * src/gtk/prefswindow.[ch]
1798                 change implementation to use an invisible notebook instead
1799                 of unparenting widgets
1800
1801 2003-07-20 [christoph]  0.9.3claws33
1802
1803         * src/compose.h
1804         * src/folder.c
1805         * src/folderview.h
1806         * src/headerview.h
1807         * src/prefs_filtering.h
1808         * src/prefs_folder_item.[ch]
1809         * src/procmime.h
1810         * src/procmsg.h
1811         * src/summaryview.h
1812                 clean up header mess
1813                 (always use 1. typedefs, 2. #includes, 3. structures)
1814
1815         * src/common/version.h.in
1816                 add casts for constants
1817
1818         * src/plugins/demo/demo.c
1819                 fix typo
1820
1821         * src/plugins/spamassassin/spamassassin.c
1822                 remove unused variable
1823
1824 2003-07-20 [alfons]     0.9.3claws32
1825
1826         * src/mimeview.c
1827                 o make icon buttons respond on left click
1828                 o minor cosmetic change
1829
1830 2003-07-19 [luke]       0.9.3claws31
1831
1832         * src/mimeview.[ch]
1833         * src/gtk/gtkvscrollbutton.c
1834         * src/messageview.c
1835                 o improved mimeview behaviour when selecting a new message
1836                 o plus code cleanups to remove compile warnings
1837
1838
1839 2003-07-19 [alfons]     0.9.3claws30
1840
1841         * src/procmsg.c
1842         * src/compose.c
1843         * src/common/utils.[ch]
1844                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1845
1846 2003-07-19 [alfons]     0.9.3claws29
1847
1848         * src/prefs_folder_item.c
1849                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1850                 string pointers
1851
1852 2003-07-19 [luke]       0.9.3claws28
1853
1854         * src/messageview.c
1855         * src/mimeview.[ch]
1856         * src/procmime.h
1857         * src/rfc2015.c
1858         * src/stock_pixmap.[ch]
1859         * src/gtk/Makefile.am
1860         * src/Makefile.am
1861         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1862         * src/pixmaps/mime_*.xpm                ** NEW **
1863                 o mimeview rearrangement with a new icon shortcut bar
1864
1865 2003-07-19 [alfons]     0.9.3claws27
1866
1867         * src/folderview.c
1868                 o plug leaking nodes_to_recollapse
1869                 o add folderview_recollapse_all_nodes() (not used yet)
1870
1871 2003-07-19 [alfons]     0.9.3claws26
1872
1873         * src/compose.c
1874         * src/common/utils.c
1875                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1876                 for both forwarding as replying
1877
1878 2003-07-18 [christoph]  0.9.3claws25
1879
1880         * configure.ac
1881         * src/common/sylpheed.[ch]
1882         * src/common/version.h.in
1883                 add version in numeric form to allow easy comparison
1884
1885         * src/plugins/demo/demo.c
1886                 add version check
1887                 - sylpheed version > plugin version => never allowed, sylpheed
1888                   could contain unknown API changes
1889                 - sylpheed version < minimum version required => don't load,
1890                   API required not available (if linking does not fail)
1891
1892 2003-07-18 [alfons]     0.9.3claws24
1893         
1894         * src/common/plugin.[ch]
1895                 const correctness
1896
1897 2003-07-18 [christoph]  0.9.3claws23
1898
1899         * src/common/hooks.c
1900                 fix crash when hooks where unregisted
1901
1902         * src/plugins/trayicon/trayicon.c
1903                 unregister detroy signal before destroying the widget
1904                 (still crashes when the plugin is unloaded)
1905
1906 2003-07-18 [alfons]     0.9.3claws22
1907         
1908         * src/folderview.c
1909                 delay expanding folder tree during drags until timeout triggered
1910                 (needs perhaps some tweaking, so testing is welcome)
1911
1912 2003-07-17 [alfons]     0.9.3claws21
1913
1914         * src/folderview.c
1915                 clean up cruft
1916
1917 2003-07-17 [christoph]  0.9.3claws20
1918
1919         * src/common/session.c
1920                 fix opening of SSL connections
1921
1922         * src/plugins/image_viewer/Makefile.am
1923                 add OPENSSL_CFLAGS (we should find a better solution to remove
1924                 this dependencies if they are not required)
1925
1926         * src/plugins/spamassassin/spamassassin.c
1927                 remove setlocale workaround (fixed in libspamc)
1928
1929         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1930          if spell checking enabled)
1931
1932 2003-07-17 [alfons]     0.9.3claws19
1933
1934         * src/common/hooks.[ch]
1935         * src/plugins/clamav/clamav_plugin.c
1936         * src/plugins/spamassassin/spamassassin.c
1937         * src/plugins/trayicon/trayicon.c
1938                 fix signedness muck 
1939
1940 2003-07-17 [alfons]     0.9.3claws18
1941
1942         * src/procmime.c
1943                 plug memleak
1944
1945 2003-07-17 [alfons]     0.9.3claws17
1946
1947         * src/inc.c
1948                 plug memleak
1949
1950 2003-07-17 [paul]       0.9.3claws16
1951
1952         * src/common/defs.h
1953           src/mainwindow.c
1954           src/manual.[ch]
1955                 add link to the Claws site's FAQ page, after the suggestion
1956                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1957                 Move url strings to defs.h
1958                 
1959         * src/mainwindow.c
1960                 fix typo to prevent "unknown menu entry" warnings
1961
1962 2003-07-17 [alfons]     0.9.3claws15
1963
1964         * src/folderview.[ch]
1965         * src/summaryview.[ch]
1966         * src/mimeview.[ch]
1967                 plug DnD leaks 
1968
1969 2003-07-17 [paul]       0.9.3claws14
1970
1971         * src/inc.c
1972                 remove two instances of 'GTK_EVENTS_FLUSH' because
1973                 they are unnecessary and probably cause a stack overflow
1974
1975 2003-07-16 [christoph]  0.9.3claws13
1976
1977         * src/mimeview.[ch]
1978                 use an invisible GTK notebook to switch between viewers
1979                 instead of reparenting widgets
1980
1981 2003-07-16 [christoph]  0.9.3claws12
1982
1983         * src/folder.c
1984                 move folder_item_update_freeze() to correct place in
1985                 folder_item_scan_full()
1986
1987 2003-07-16 [paul]       0.9.3claws11
1988
1989         * sync with 0.9.3cvs12
1990                 see ChangeLog 2003-07-14 and 2003-07-15
1991
1992 2003-07-16 [christoph]  0.9.3claws10
1993
1994         * src/imap.[ch]
1995         * src/prefs_account.[ch]
1996                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1997
1998 2003-07-15 [alfons]     0.9.3claws9
1999
2000         * src/main.c
2001                 make --config-dir do something useful
2002
2003 2003-07-15 [alfons]     0.9.3claws8
2004
2005         * src/procmsg.c
2006                 o fix a bug where 'last' didn't really point to the last message
2007                   in the top level list of children, but to the last threaded
2008                   message. 
2009                 
2010                 o clean up and make it easier to sync
2011
2012 2003-07-15 [alfons]     0.9.3claws7
2013
2014         * src/mainwindow.c
2015                 make correct menu items sensitive       
2016
2017 2003-07-14 [alfons]     0.9.3claws6
2018
2019         * src/procmsg.c
2020                 tune the threader so it will not subject-thread any message
2021                 without a subject prefix (this will not thread correctly if 
2022                 a parent is delivered after their childs, but it looks 
2023                 better right now)
2024
2025 2003-07-13 [christoph]  0.9.3claws5
2026
2027         * src/mainwindow.c
2028                 group "Add mailbox *..." menu items in submenu
2029
2030 2003-07-13 [alfons]     0.9.3claws4
2031
2032         * src/summaryview.c
2033                 correct summary_toggle_pressed() signature and make sure
2034                 signal is not passed on
2035
2036 2003-07-13 [alfons]     0.9.3claws3
2037
2038         * src/summaryview.c
2039                 o for now don't pass on keys when they we're handled by 
2040                   ctree::key_press_event
2041                 o clean up
2042
2043 2003-07-13 [alfons]     0.9.3claws2
2044         
2045         * src/main.c
2046                 add command line option "--config-dir" to get the current 
2047                 configuration dir
2048
2049 2003-07-12 [alfons]     0.9.3claws1
2050
2051         * src/matcher.[ch]
2052         * src/matcher_parser_parse.y
2053         * src/prefs_filtering.c
2054         * src/filtering.c
2055                 add "Lock" filter action to lock messages;
2056
2057         * src/filtering.c       
2058                 remove debug_print()    
2059         * src/prefs_filtering.c
2060                 re-organize matcher part 9: 
2061                 make action text entries easily extendible;
2062                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2063                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2064
2065 2003-07-12 [paul]
2066
2067         * tools/README
2068                 update old information and add missing
2069                 information
2070
2071 2003-07-12 [paul]       0.9.3claws
2072
2073         * 0.9.3claws released
2074         
2075 2003-07-12 [paul]       0.9.0claws103
2076
2077         * src/Makefile.am
2078                 add addrquery.h
2079
2080 2003-07-12 [melvin]     0.9.0claws102
2081
2082         * src/messageview.c
2083                 Fixed bug #215: Show MIME tab for single text/html messages. 
2084                 
2085 2003-07-12 [paul]       0.9.0claws101
2086
2087         * man/sylpheed.1
2088                 updated
2089
2090 2003-07-12 [paul]       0.9.0claws100
2091
2092         * po/es.po
2093           po/hr.po
2094           po/pl.po
2095           po/sr.po
2096                 update Spanish, Croatian, Polish, Serbian translations.
2097                 submitted by Ricardo Mones Lastra, Dragan, Witold
2098                 Wladyslaw Wojciech Wilk, Urke MMI
2099
2100 2003-07-12 [melvin]     0.9.0claws99
2101
2102         * po/fr.po
2103                 Updated French translations.
2104
2105 2003-07-12 [paul]       0.9.0claws98
2106
2107         * src/addressbook.c
2108                 disable 'Lookup' button as it has no effect
2109
2110 2003-07-11 [alfons]     0.9.0claws97
2111         
2112         * src/summaryview.c
2113                 summary_searchbar_pressed() should return TRUE to signal that
2114                 event was handled. when returning void, the return value passed
2115                 to GTK is actually random, but maybe FALSE, in which case the
2116                 event is handled by parent
2117                 
2118 2003-07-10 [paul]       0.9.0claws96
2119
2120         * ac/missing/gettext.m4
2121                 update to version 0.12
2122
2123 2003-07-10 [paul]       0.9.0claws95
2124
2125         * src/plugins/clamav/clamav_plugin.c
2126                 fix bug where multipart/alternative messages
2127                 would slip through without being scanned
2128
2129 2003-07-10 [christoph]  0.9.0claws94
2130
2131         * src/folder.c
2132                 correct check if folder supports removing when a message is
2133                 moved. if not the message is only copied.
2134
2135         (closes Bug 132 crash on startup in newsgroups folders)
2136
2137 2003-07-09 [alfons]     0.9.0claws93
2138
2139         * configure.ac
2140         * src/common/defs.h
2141                 --with-config-dir (default .sylpheed)
2142
2143 2003-07-09 [christoph]  0.9.0claws92
2144
2145         * configure.ac
2146                 use PKG_CHECK_MODULES to check for gtkmathview
2147                 (version 0.4.2 now required)
2148
2149 2003-07-08 [melvin]     0.9.0claws91
2150
2151         * src/action.c
2152                 Implemented a progress bar that counts the number of completed
2153                 tasks when the action runs more than one command.
2154
2155 2003-07-08 [alfons]     0.9.0claws90
2156
2157         * src/procmsg.c
2158                 if queued message has an invalid Message-Id, don't try to
2159                 find message it refers to (fixes #209 "crash when processing 
2160                 in folder")
2161
2162 2003-07-08 [paul]       0.9.0claws89
2163
2164         * sync with 0.9.3cvs2
2165                 see ChangeLog 2003-07-08
2166
2167 2003-07-08 [match]      0.9.0claws88
2168
2169         * src/ldapctrl.c
2170                 extend LDAP search for first/last name by parsing search term.
2171
2172 2003-07-08 [alfons]     0.9.0claws87
2173
2174         * src/send_message.c
2175                 fix bug #208 "Status message stuck when sending on POP3 account"
2176
2177 2003-07-07 [paul]       0.9.0claws86
2178
2179         * po/hr.po
2180                 new Croatian translation, submitted by
2181                 Dragan <drleskov@inet.hr>
2182
2183 2003-07-07 [paul]       0.9.0claws85
2184
2185         * sync with 0.9.3cvs1
2186                 see ChangeLog 2003-07-07
2187
2188 2003-07-05 [christoph]  0.9.0claws84
2189
2190         * src/Makefile.am
2191         * src/messageview.c
2192         * src/mimeview.[ch]
2193         * src/stock_pixmap.[ch]
2194         * src/pixmaps/messageview_text.xpm              ** NEW **
2195                 move mimeview tabs to the right side and use icons
2196                 instead of text to save some space
2197
2198         (patch by Luke Plant <lukeplant@softhome.net>)
2199
2200 2003-07-05 [christoph]  0.9.0claws83
2201
2202         * src/inc.c
2203                 add NULL pointer checks
2204
2205         (patch by Luke Plant <lukeplant@softhome.net>)
2206         (closes Bug 204 0.9.0 quits on authentication error?!)
2207
2208 2003-07-05 [alfons]     0.9.0claws82
2209
2210         * configure.ac
2211                 take the clue in bug #202 "./configure script - 
2212                 'if test' comparison failure" reported by John Kristoff. 
2213
2214 2003-07-04 [christoph]  0.9.0claws81
2215
2216         * src/plugins/spamassassin/spamassassin.c
2217                 set timeout for spam check
2218
2219 2003-07-04 [christoph]  0.9.0claws80
2220
2221         * src/main.c
2222                 destroy all FolderItems when shutting down to
2223                 allow folders to clean up
2224
2225 2003-07-04 [melvin]     0.9.0claws79
2226
2227         * src/gtk/gtkaspell.c
2228                 Fixed bug #184 "Entering non-ascii character deletes
2229                 previous char if spell checking enabled": this makes
2230                 the spell checking in multibytes (e.g. UTF-8)locales work.
2231                 (Patch by Luke Plant).
2232                 
2233 2003-07-04 [christoph]  0.9.0claws78
2234
2235         * sync with 0.9.2cvs1
2236                 see ChangeLog 2003-06-10
2237
2238 2003-07-04 [paul]       0.9.0claws77
2239
2240         * sync with 0.9.3 release
2241                 see ChangeLog 2003-07-04
2242
2243 2003-07-03 [christoph]  0.9.0claws76
2244
2245         * src/folder.[ch]
2246         * src/imap.c
2247         * src/mbox_folder.c
2248         * src/mh.c
2249         * src/news.c
2250                 move folder_item_get_path() stuff into a folder virtual function
2251
2252         * src/procmsg.c
2253                 use folder_item_fetch_msg() to get message and do not contruct
2254                 the filename from path and number
2255
2256 2003-07-03 [paul]       0.9.0claws75
2257
2258         * sync with 0.9.2cvs12
2259                 see ChangeLog 2003-07-03
2260
2261 2003-07-02 [paul]       0.9.0claws74
2262
2263         * src/messageview.c
2264                 fix text-selection for replying
2265
2266 2003-07-02 [paul]       0.9.0claws73
2267
2268         * sync with 0.9.2cvs11
2269                 see ChangeLog 2003-07-02
2270
2271 2003-07-02 [paul]       0.9.0claws72
2272
2273         * src/procmsg.c
2274                 revert last commit because it breaks more
2275                 than it fixes
2276
2277 2003-07-02 [paul]       0.9.0claws71
2278
2279         * src/procmsg.c
2280                 fix thread by subject/sort by date
2281
2282 2003-07-01 [paul]       0.9.0claws70
2283
2284         * sync with 0.9.2cvs10
2285                 see ChangeLog 2003-07-01
2286
2287 2003-06-30 [paul]       0.9.0claws69
2288
2289         * sync with 0.9.2cvs9
2290                 see ChangeLog 2003-06-30
2291
2292 2003-06-28 [match]      0.9.0claws68
2293
2294         * src/addressbook.c
2295                 fix null ptr.
2296
2297 2003-06-27 [paul]       0.9.0claws67
2298
2299         * sync with 0.9.2cvs7
2300                 see ChangeLog 2003-06-27
2301
2302 2003-06-26 [christoph]  0.9.0claws66
2303
2304         * src/folder.c
2305                 freeze folder updates while a folder is scanned
2306
2307         (closes Bug 185 New message counter)
2308
2309 2003-06-26 [darko]      0.9.0claws65
2310
2311         * src/ldapserver.c
2312                 fix infinite loop when adding a new LDAP server
2313
2314 2003-06-26 [paul]       0.9.0claws64
2315
2316         * sync with 0.9.2cvs6
2317                 see ChangeLog 2003-06-26
2318
2319 2003-06-26 [paul]       0.9.0claws63
2320
2321         * sync with 0.9.2cvs5
2322                 see ChangeLog 2003-06-25 and 2003-06-26
2323
2324 2003-06-25 [match]      0.9.0claws62
2325
2326         * src/addr_compl.c
2327                 Fixed tab/backtab for dropped-down completion list to
2328                 move next/previous field. (close bug 147)
2329
2330 2003-06-25 [christoph]  0.9.0claws61
2331
2332         * src/addr_compl.[ch]
2333         * src/addrindex.[ch]
2334         * src/folderview.c
2335         * src/inc.c
2336         * src/news.c
2337         * src/summaryview.c
2338         * src/toolbar.c
2339                 fix warnings
2340
2341 2003-06-25 [leandro]    0.9.0claws60
2342
2343         * src/compose.c
2344                 o cleanups
2345                 o gray out "Message/Remove references" menu item if not
2346                   replying to a message
2347
2348 2003-06-24 [leandro]    0.9.0claws59
2349
2350         * src/compose.[ch]
2351                 o removed "Message/Create new thread" menu item
2352                 o added "Message/Remove references" menu item
2353                   (it's off by default and will not check anymore
2354                    if the subject changed)
2355
2356 2003-06-23 [alfons]     0.9.0claws58
2357
2358         * src/procmsg.c
2359                 try better grouping messages threaded by subject based on their age.
2360                 still not perfect - because the message tree is not sorted by date.  
2361
2362 2003-06-23 [thorsten]   0.9.0claws57
2363
2364         * src/pop.[ch]
2365                 added mail_receive_hook to allow modifications
2366                 directly after retrieval (e.g. adding headers).
2367
2368 2003-06-23 [paul]       0.9.0claws56
2369
2370         * src/sourcewindow.c
2371                  enable the use of Ctrl+A to select all text in
2372                  the sourcewindow
2373                  Patch submitted by Ivan Francolin Martinez
2374                  <ivanfm@users.sourceforge.net>
2375
2376 2003-06-22 [christoph]  0.9.0claws55
2377
2378         * src/folder.[ch]
2379                 o add notification hook for folder tree changes
2380                 o invoke hooks after folder tree scanning
2381
2382         * src/folderview.[ch]
2383                 register hook for folder tree changes that
2384                 updates the ctree
2385
2386         (there are more places that should be updated, like add, remove 
2387          or move folder)
2388
2389         (closes Bug 164 Crash on rebuild folder tree)
2390         (closes Bug 190 Crash on 'rebuilding folder tree')
2391
2392 2003-06-21 [leandro]    0.9.0claws54
2393
2394         * src/compose.[ch]
2395                 create a new thread if subject changes
2396                 (it's on by default, can be disabled in Message menu)
2397
2398 2003-06-21 [alfons]     0.9.0claws53
2399
2400         * src/summaryview.c
2401                 quiet little compiler
2402
2403 2003-06-21 [christoph]  0.9.0claws52
2404
2405         update gettext stuff to version 0.12
2406
2407 2003-06-19 [alfons]     0.9.0claws51
2408
2409         * src/common/log.c
2410         * src/common/plugin.c
2411                 move defs.h before glib.h to prevent MIN/MAX redefs
2412
2413 2003-06-19 [alfons]
2414
2415         * src/addressbook.c
2416                 translatable
2417
2418 2003-06-19 [match]      0.9.0claws50
2419
2420         * src/addressbook.[ch]
2421         * src/addrindex.[ch]
2422         * src/addr_compl.[ch]
2423         * src/editldap.[ch]
2424         * src/editldap_basedn.[ch]
2425         * src/addritem.[ch]
2426         * src/ldapquery.h
2427                 re-implemented dynamic LDAP search. works without
2428                 slowdown on display sender with addressbook
2429                 option.
2430         * src/addrbook.c
2431                 documented code.
2432
2433 2003-06-19 [paul]       0.9.0claws49
2434
2435         * src/compose.c
2436                 fix Bug #136 'Nonprovided quotation marks crash claws'
2437                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2438
2439 2003-06-19 [alfons]     0.9.0claws48
2440
2441         * src/prefs_common.[ch]
2442         * src/procmsg.c
2443                 restrict threading by subject by checking thread for
2444                 age (prefs_common.thread_by_subject_max_age)
2445
2446 2003-06-18 [christoph]  0.9.0claws47
2447
2448         * src/imap.c
2449                 fix memory leak in imap_cmd_fetch()
2450
2451 2003-06-18 [christoph]  0.9.0claws46
2452
2453         * src/prefs_gtk.c
2454                 fix memory leak in prefs_set_default() when used multiple
2455                 times or after prefs have been read
2456
2457 2003-06-18 [christoph]  0.9.0claws45
2458
2459         * src/common/plugin.c
2460                 fix memory leak in plugin_unload()
2461
2462 2003-06-18 [christoph]  0.9.0claws44
2463
2464         * src/imap.c
2465                 fix memory leak in imap_cmd_ok()
2466
2467 2003-06-18 [christoph]  0.9.0claws43
2468
2469         * src/folder.c
2470                 stop messages that are downloaded from POP3 and added to
2471                 an IMAP inbox from being filtered twice (first by POP3
2472                 and again when IMAP folder is scaned to get the UID of
2473                 the APPEND operation when no UIDPLUS is available)
2474
2475 2003-06-18 [alfons]
2476
2477         * tools/Makefile.am
2478                 phoenix <- firebird     
2479
2480 2003-06-18 [paul]
2481
2482         * tools/launch_phoenix          ** REMOVED **
2483           tools/launch_firebird         ** NEW **
2484                 renamed and edited to reflect the browser's name change from
2485                 'phoenix' to 'firebird'
2486
2487 2003-06-18 [paul]       0.9.0claws42
2488
2489         * sync with 0.9.2cvs2
2490                 see ChangeLog 2003-06-16
2491
2492 2003-06-17 [alfons]     0.9.0claws41
2493
2494         * src/procmsg.c
2495                 prevent threading problems when a node is an ancestor (parent / great parent),
2496                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2497                 for finding an sample set of messages)
2498
2499 2003-06-16 [christoph]  0.9.0claws40
2500
2501         * src/main.c
2502                 don't popup main window on --receive or --receive-all
2503
2504         * src/mainwindow.[ch]
2505         * src/plugins/trayicon/trayicon.c
2506                 allow hiding of main window by clicking on the trayicon
2507                 (doesn't work correctly in seperate window mode and may
2508                  cause unexpected GTK problems I couldn't find yet)
2509
2510         * src/common/ssl.c
2511                 remove incorrect warning
2512
2513 2003-06-15 [alfons]     0.9.0claws39
2514
2515         * src/gtk/gtkstext.c
2516                 don't output debug text;
2517                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2518                 for pointing this out);
2519
2520 2003-06-14 [alfons]     0.9.0claws38
2521         
2522         * src/messageview.c
2523                 remove printf() and make one if..else comply with coding style
2524
2525 2003-06-14 [alfons]     0.9.0claws37
2526
2527         * AUTHORS
2528                 add Martin Wicke
2529         * src/action.c
2530         * src/messageview.[ch]
2531         * src/summaryview.c
2532                 apply patch #754162 "Quoting messages filtered by actions" submitted
2533                 by Martin Wicke, which allows quoting message body changed by an
2534                 action (Thanks!).
2535
2536 2003-06-13 [alfons]     0.9.0claws36
2537
2538         * src/utils.c
2539                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2540                 use case insensitive regexp (suggested by Ivan Martinez)
2541
2542 2003-06-13 [christoph]  0.9.0claws35
2543
2544         * configure.ac
2545         * src/plugins/trayicon/Makefile.am
2546         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2547         * src/plugins/trayicon/trayicon.c
2548         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2549         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2550         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2551         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2552         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2553         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2554                 replace my own EggTrayIcon backport with the backport
2555                 used by (l|x)mule and gabber.
2556
2557 2003-06-13 [alfons]     0.9.0claws34
2558
2559         * AUTHORS
2560         * src/common/utils.c
2561                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2562
2563 2003-06-13 [alfons]     0.9.0claws33
2564
2565         * src/compose.c
2566                 clean up a little bit
2567
2568 2003-06-12 [alfons]     0.9.0claws32
2569
2570         * src/compose.c
2571                 const correctness fix
2572
2573         * src/common/sylpheed.[ch]
2574                 () -> (void)
2575                 prevent redef MIN/MAX
2576                 
2577         * src/common/utils.[ch]
2578                 () -> (void)
2579
2580 2003-06-12 [melvin]     0.9.0claws31
2581
2582         * src/compose.c
2583                 Updated to take into accounts changes in GtkAspell.
2584
2585 2003-06-12 [alfons]     0.9.0claws30
2586
2587         * src/compose.c
2588         * src/procmsg.c
2589         * src/common/utils.[ch]
2590                 handle reply subject prefixes better (initial 
2591                 suggestion by Robert Story adapted and enhanced 
2592                 using regexps)
2593
2594 2003-06-12 [melvin]     0.9.0claws29
2595
2596         * src/compose.c
2597                 Use new gtkaspell_checkers_strerror() to get the speller's
2598                 error message instead of accessing the (now private)
2599                 checkers structure.
2600                 Minor code clean up
2601
2602         * src/main.c
2603                 Use #ifdef instead of #if for USE_ASPELL
2604                 Use the new spell checkers init/quit functions 
2605
2606         * src/gtk/gtkaspell.c
2607                 Use #ifdef instead of #if for USE_ASPELL
2608                 Moved in the majority of GtkAspell structures that were
2609                 exported before by gtkaspell.h
2610         
2611         * src/gtk/gktaspell.h
2612                 Made gtkaspell.h contain only the necessary data to be
2613                 publicized by moving many structures to gtkaspell.c.
2614                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2615                 gtkaspell_checkers_new(): replaced by...
2616                 gtkaspell_checkers_init(): new function for initialization
2617                 gtkaspell_checkers_delete(): replaced by...
2618                 gtkaspell_checkers_quit(): new function
2619                 gtkaspell_checkers_strerror(): new function that returns
2620                 the checker's last error message.
2621                 
2622 2003-06-11 [melvin]     0.9.0claws28
2623
2624         * po/POTFILES.in
2625                 Updated to take into account gtkaspell.c migration to
2626                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2627
2628 2003-06-10 [alfons]     0.9.0claws27
2629
2630         * src/filtering.[ch]
2631         * src/folder.c
2632         * src/matcher.c
2633         * src/scoring.[ch]
2634                 - try fixing bug #18 (any brave testers?)
2635                 - add more robustness by refusing previously 
2636                   unchecked NULL pointers 
2637
2638 2003-06-10 [alfons]     0.9.0claws26
2639
2640         * src/procmsg.c
2641                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2642
2643 2003-06-09 [alfons]     0.9.0claws25
2644
2645         * src/prefs_common.c
2646                 fix bug #163 "Icon switching doesnt work properly" by 
2647                 preventing early freeing of prefs_common.pixmap_theme_path.
2648
2649 2003-06-09 [christoph]  0.9.0claws24
2650
2651         * src/gtk/gtkaspell.c
2652                 revert Thorsten's fix and add forgotten g_strdup for
2653                 aspell path (it should not be possible to alter the path a
2654                 GtkASpell uses from outside)
2655
2656 2003-06-09 [thorsten]   0.9.0claws23
2657
2658         * src/gtk/gtkaspell.c
2659                 dont free prefs_common.aspell_path when closing compose
2660
2661 2003-06-08 [colin]      0.9.0claws22
2662
2663         * src/plugins/spamassassin/spamassassin.c
2664                 fix prefs types
2665
2666 2003-06-07 [christoph]  0.9.0claws21
2667
2668         * src/Makefile.am
2669         * src/compose.c
2670         * src/gtkaspell.[ch]            ** REMOVE **
2671         * src/gtk/Makefile.am
2672         * src/gtk/gtkaspell.[ch]        ** NEW **
2673                 o make gtkaspell independent from sylpheed's prefs
2674                 o move gtkaspell.[ch] to gtk directory
2675
2676 2003-06-07 [christoph]  0.9.0claws20
2677
2678         * src/Makefile.am
2679         * src/crash.c
2680         * src/export.c
2681         * src/filesel.[ch]              ** REMOVE **
2682         * src/folder.c
2683         * src/main.[ch]
2684         * src/common/sylpheed.[ch]
2685         * src/gtk/Makefile.am
2686         * src/gtk/filesel.[ch]          ** NEW **
2687         * src/gtk/pluginwindow.c
2688         * src/gtk/sslcertwindow.c
2689                 move filesel.[ch] to gtk directory
2690
2691 2003-06-07 [alfons]     0.9.0claws19
2692
2693         * src/filesel.c
2694                 make (multi) file selection dialog work again (Claws-only)
2695
2696 2003-06-07 [thorsten]   0.9.0claws18
2697
2698         * po/de.po
2699                 fix typos
2700
2701 2003-06-07 [alfons]     0.9.0claws17
2702
2703         * configure.ac
2704         * src/mimeview.c
2705                 detect apache mishap in which case don't include fnmatch.h
2706                 if regex.h is already included
2707
2708 2003-06-06 [christoph]  0.9.0claws16
2709
2710         * configure.ac
2711         * src/mimeview.h
2712                 add check for fnmatch.h and include it when available
2713
2714         * src/mimeview.[ch]
2715                 fix wrong case sensitivity of Content-Types
2716
2717         * src/gtk/Makefile.am
2718                 need the same include paths in gtk directory as in
2719                 common directory because .h files in common can
2720                 include files from these directories, when included
2721                 in gtk's .h or .c files
2722
2723 2003-06-06 [alfons]     0.9.0claws15
2724
2725         * src/mimeview.c
2726         * src/summaryview.c
2727                 make it compile again because of regex.h / fnmatch.h 
2728                 include problems (related to recent mime stuff, can
2729                 someone check this?)
2730
2731 2003-06-06 [thorsten]   0.9.0claws14
2732
2733         * src/folderview.c
2734                 possible use of uninitialized pointer while dragging
2735
2736 2003-06-06 [paul]       0.9.0claws13
2737
2738         * src/compose.c
2739                 fix bug where the insert sig button would be effective
2740                 only when auto_sig was set
2741
2742 2003-06-06 [paul]       0.9.0claws12
2743
2744         * sync with 0.9.2 release
2745
2746 2003-06-02 [paul]       0.9.0claws11
2747
2748         * sync with 0.9.1cvs1
2749                 see ChangeLog 2003-06-02
2750                 
2751         * po/de.po
2752                 update by Jens
2753
2754 2003-06-01 [christoph]  0.9.0claws10
2755
2756         * src/account.c
2757                 don't use substring search to find accounts by email address
2758
2759         (closes Bug 169 Overly loose matching of "From" address)
2760
2761 2003-05-31 [christoph]  0.9.0claws9
2762
2763         * doc-src/rfc2683.txt
2764         * src/imap.c
2765                 limit IMAP command length as recommended in RFC2683
2766                 (message number lists will be split into multiple imap
2767                 sets, the limit of 1000 octets is not a hard limit)
2768
2769         (closes Bug 161 sylpheed-claws exits with segfault when logging
2770          in to certain imap-servers)
2771
2772 2003-05-29 [alfons]     0.9.0claws8
2773
2774         * src/toolbar.[ch]
2775                 add print button (calling summary_print());
2776                 fine tune setting tooltip text;
2777                 (if someone needs other buttons, please take these 
2778                 commits as a guide, instead of bothering us - also
2779                 see 0.8.11claws150) 
2780
2781 2003-05-29 [darko]      0.9.0claws7
2782
2783         * src/compose.c
2784                 fix crash when word wrapping kicks in due to
2785                 changed text by spell checker
2786
2787 2003-05-29 [paul]       0.9.0claws6
2788
2789         * src/compose.c
2790                 fix bug where changing account would insert
2791                 sig even if auto_sig was FALSE
2792                 
2793         * ChangeLog
2794           ChangeLog.jp
2795           INSTALL
2796                 sync with 0.9.1 release
2797
2798 2003-05-28 [christoph]  0.9.0claws5
2799
2800         * src/imap.c
2801                 fix truncation of too long commands
2802
2803         (closes Bug 167 IMAP hangs trying to get envelope
2804          information in imap_get_uncached_messages)
2805
2806 2003-05-27 [paul]       0.9.0claws4
2807
2808         * tools/Makefile.am
2809           tools/maildir2sylpheed.pl     ** NEW FILE **
2810                 add kmail to sylpheed mailbox conversion script
2811
2812 2003-05-27 [paul]       0.9.0claws3
2813
2814         * sync with 0.9.0cvs10
2815                 see ChangeLog 2003-05-26
2816
2817 2003-05-26 [paul]       0.9.0claws2
2818
2819         * sync with 0.9.0cvs9
2820                 see ChangeLog 2003-05-26
2821
2822 2003-05-24 [paul]       0.9.0claws1
2823
2824         * sync with 0.9.0cvs8
2825                 see ChangeLog 2003-05-23
2826
2827 2003-05-24 [paul]       0.9.0claws
2828
2829         * version 0.9.0claws released
2830
2831 2003-05-24 [paul]       0.8.11claws177
2832
2833         * src/plugins/dillo-viewer/Makefile.am
2834           src/plugins/traycon/Makefile.am
2835                 add missing files
2836                 
2837         * po/bg.po
2838           po/en_GB.po
2839           po/es.po
2840           po/it.po
2841           po/pt_BR.po
2842           po/ru.po
2843           po/sr.po
2844                 update Bulgarian, British English, Spanish, Italian, 
2845                 Brazilian Portuguese, Russian, and Serbian translations, 
2846                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2847                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2848                 Ruslan N. Balkin, and Urke MMI
2849
2850 2003-05-23 [melvin]     0.8.11claws176
2851
2852         * po/fr.po
2853                 Updated French translations
2854
2855 2003-05-22 [paul]       0.8.11claws175
2856
2857         * src/Makefile.am
2858           src/addrbook.[ch]
2859           src/addrcache.[ch]
2860           src/addr_compl.[ch]
2861           src/adressbook.[ch]
2862           src/addrindex.[ch]
2863           src/addritem.[ch]
2864           src/editaddress.c
2865           src/editgroup.c
2866           src/editldap_basedn.c
2867           src/editldap.c
2868           src/jpilot.c
2869           src/vcard.c
2870                 revert to get ldap into it previous working state
2871                 
2872         * po/zh_TW.Big5.po
2873                 new Taiwanese translation,
2874                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2875
2876 2003-05-22 [christoph]  0.8.11claws174
2877
2878         * src/plugins/spamassassin/libspamc.[ch]
2879                 sync libspamc with SpamAssaain release 2.55
2880
2881 2003-05-22 [paul]       0.8.11claws173
2882
2883         * sync with 0.9.0cvs7
2884                 see ChangeLog 2003-05-22
2885                 
2886         * src/summaryview.c
2887                 revert change in 0.8.11claws172: follow
2888                 Hiroyuki's decision and that's the end of it.
2889
2890 2003-05-21 [paul]       0.8.11claws172
2891
2892         * src/summaryview.c
2893                 fix discrepency between open_unread_on_enter
2894                 and always_show_msg
2895
2896 2003-05-21 [paul]       0.8.11claws171
2897
2898         * sync with 0.9.0cvs6
2899                 see ChangeLog 2003-05-21
2900
2901 2003-05-21 [paul]       0.8.11claws170
2902
2903         * sync with 0.9.0cvs5
2904                 see ChangeLog 2003-05-21
2905
2906 2003-05-20 [paul]       0.8.11claws169
2907
2908         * sync with 0.9.0cvs4
2909                 see ChangeLog 2003-05-20
2910                 fixes bug #152, 'encoding of IMAP folders names'
2911
2912 2003-05-20 [paul]       0.8.11claws168
2913
2914         * sync with 0.9.0cvs3
2915                 see ChangeLog 2003-05-20
2916                 
2917         * src/tools/convert_mbox.pl
2918                 minor change in the comments, submitted by Fred Marton
2919
2920 2003-05-19 [paul]       0.8.11claws167
2921
2922         * src/plugins/clamav/Makefile.am
2923           configure.ac
2924                 link clamav_lib to the plugin and not to the main program
2925
2926 2003-05-19 [christoph]
2927
2928         * src/Makefile.am
2929                 add -export-dynamic for linking
2930
2931 2003-05-19 [paul]       0.8.11claws166
2932
2933         * sync with 0.9.0cvs1
2934                 see ChangeLog 2003-05-19
2935
2936 2003-05-19 [paul]       0.8.11claws165
2937
2938         * src/inc.c
2939                 fix 'pop before smtp' timeout
2940
2941 2003-05-18 [alfons]     0.8.11claws164
2942
2943         * src/prefs_matcher.c
2944                 put "execute" action command line ("expression") in edit box
2945
2946 2003-05-18 [christoph]  0.8.11claws163
2947
2948         * src/mimeview.[ch]
2949         * src/plugins/dillo_viewer/dillo_viewer.c
2950         * src/plugins/image_viewer/viewer.c
2951         * src/plugins/mathml_viewer/mathml_viewer.c
2952                 let a viewer have a list of Content-Types
2953
2954 2003-05-18 [paul]       0.8.11claws162
2955
2956         * src/prefs_filtering.c
2957                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2958                 and REDIRECT actions
2959
2960 2003-05-17 [christoph]
2961
2962         * README.claws
2963                 o remove dynamic signatures that was syned with main
2964                 o add infos about no longer "build in" image viewer
2965                 o update bugtracker URL
2966
2967 2003-05-17 [christoph]  0.8.11claws161
2968
2969         * src/folder.c
2970         * src/folderview.c
2971         * src/imap.c
2972                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2973                 for every folder after rebuilding the folder tree.
2974
2975         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2976          messages)
2977
2978 2003-05-17 [christoph]  0.8.11claws160
2979
2980         * src/imap.c
2981                 don't use STATUS command on current folder to check for
2982                 content changes. imap_cmd_ok() now tracks changes to
2983                 folder and number of existing messages.
2984
2985 2003-05-17 [paul]       0.8.11claws159
2986
2987         * src/plugins/clamav/clamav_plugin.c
2988                 remove unnecessary debug_print
2989
2990 2003-05-16 [thorsten]   0.8.11claws158
2991
2992         * src/plugins/demo.c
2993                 included missing intl.h
2994
2995 2003-05-16 [paul]       0.8.11claws157
2996
2997         * po/POTFILES.in
2998                 remove non-existant entries
2999         
3000         * src/plugins/clamav/clamav_plugin.c
3001           src/plugins/clamav/clamav_plugin_gtk.c
3002           src/plugins/dillo_viewer/dillo_prefs.c
3003           src/plugins/dillo_viewer/dillo_viewer.c
3004                 gettextise
3005
3006 2003-05-16 [christoph]  0.8.11claws156
3007
3008         * po/POTFILES.in
3009                 include plugin .c files for translation until I
3010                 find a better solution to have plugins have their
3011                 own textdomain
3012         * src/plugins/demo/demo.c
3013         * src/plugins/image_viewer/plugin.c
3014         * src/plugins/mathml_viewer/mathml_viewer.c
3015         * src/plugins/spamassassin/spamassassin.c
3016         * src/plugins/spamassassin/spamassassin_gtk.c
3017         * src/plugins/trayicon/trayicon.c
3018                 add gettext macros for plugin name and description
3019
3020 2003-05-16 [paul]
3021
3022         * sync with 0.9.0
3023
3024 2003-05-16 [paul]       0.8.11claws155
3025
3026         * sync with lastest 0.9.0pre1
3027                 see ChangeLog 2003-05-16
3028
3029 2003-05-15 [paul]       0.8.11claws154
3030
3031         * sync with latest 0.9.0pre1
3032                 see ChangeLog 2003-05-14 and 2003-05-15
3033
3034 2003-05-14 [christoph]  0.8.11claws153
3035
3036         * src/plugins/image_viewer/viewer.c
3037         * src/plugins/image_viewer/viewer.glade         ** NEW **
3038         * src/plugins/image_viewer/viewerprefs.c
3039                 make it possible to disable the autoload function in the
3040                 imageviewer again
3041
3042 2003-05-14 [christoph]  0.8.11claws152
3043
3044         * src/folder.c
3045                 fix folder update after adding a message
3046
3047 2003-05-13 [alfons]     0.8.11claws151
3048
3049         * src/common/session.c
3050                 remove debug traces
3051                 
3052         * src/addrcache.[ch]
3053         * src/filtering.[ch]
3054         * src/folder.[c]
3055         * src/gtkaspell.[ch]
3056         * src/imap.[ch]
3057         * src/mbox_folder.[ch]
3058         * src/mh.[ch]
3059         * src/mimeview.h
3060         * src/msgcache.[ch]
3061         * src/news.[ch]
3062         * src/passphrase.[ch]
3063         * src/prefs_common.[ch]
3064         * src/prefs_gtk.[ch]
3065         * src/procmsg.c
3066         * src/scoring.[ch]
3067                 be pedantic; (in prototypes () implies (int))
3068
3069 2003-05-13 [alfons]     0.8.11claws150
3070
3071         * src/prefs_toolbar.[ch]
3072         * src/summaryview.[ch]
3073         * src/toolbar.[ch]
3074                 change misleading text in toolbar prefs;
3075                 add toolbar action for ignore thread (toggles ignore thread flag);
3076                 clean up a little bit;
3077
3078 2003-05-12 [paul]
3079
3080         * tools/convert_mbox.pl
3081                 bug fixed by Fred Marton
3082
3083 2003-05-12 [paul]
3084
3085         * sync with 0.9.0pre1
3086
3087 2003-05-09 [paul]       0.8.11claws149
3088
3089         * sync with 0.8.11cvs43
3090                 see ChangeLog 2003-05-09
3091
3092 2003-05-08 [christoph]  0.8.11claws148
3093
3094         * src/imap.[ch]
3095                 o use CAPABILIY as first command and check for PREAUTH
3096                   information in the response to it
3097                 o rewrite all imap_cmd_* functions to use an IMAPSession
3098                   instead of a SockInfo as parameter
3099                 o do STARTTLS after fetching and checking the server
3100                   capabilities
3101
3102 2003-05-08 [paul]       0.8.11claws147
3103
3104         * tools/Makefile.am
3105           tools/README
3106           tools/convert_mbox.pl         ** NEW FILE **
3107                 add mbox conversion script. Submitted by 
3108                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3109
3110 2003-05-07 [christoph]
3111
3112         * doc-src/glade.txt
3113         * src/gtk/pluginwindow.glade
3114         * src/plugins/image_viewer/viewerprefs.glade
3115         * src/plugins/spamassassin/spamassassin_gtk.glade
3116                 add glade files for user interfaces and a description how
3117                 to use glade to create the sylpheed code
3118
3119 2003-05-07 [paul]       0.8.11claws146
3120
3121         * sync with 0.8.11cvs41
3122                 see ChangeLog 2003-05-07
3123
3124 2003-05-06 [christoph]  0.8.11claws145
3125
3126         * src/main.c
3127         * src/plugins/image_viewer/viewer.c
3128                 fix usage of imlib in imageviewer plugin
3129
3130         * src/gtk/prefswindow.c
3131                 handle window close event correctly
3132
3133 2003-05-06 [paul]       0.8.11claws144
3134
3135         * src/common/ssl.c
3136                 fix typo introduced in sync
3137
3138 2003-05-06 [paul]       0.8.11claws143
3139
3140         * sync with 0.8.11cvs39
3141                 see ChangeLog 2003-05-06
3142
3143 2003-05-06 [paul]       0.8.11claws142
3144
3145         * AUTHORS
3146           po/cs.po
3147                 updated Czech translation, submitted by 
3148                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3149                 
3150         * src/plugins/clamav/clamav_plugin_gtk.c
3151                 clean up
3152
3153 2003-05-03 [alfons]     0.8.11claws141
3154
3155         * src/compose.[ch]
3156                 make paste as quotation work even when the call to 
3157                 text_inserted() was deferred (fixes bug #140 "Paste 
3158                 as quotation does not work when using "external" 
3159                 clipboard")
3160
3161 2003-05-03 [thorsten]   0.8.11claws140
3162
3163         * src/addrquery.h
3164           src/ldapquery.h
3165           src/mainwindow.c
3166                 removed C++ comments
3167         * src/addr_compl.c
3168                 function with non-int retval/param used before
3169                 implementation/declaration
3170
3171 2003-05-02 [paul]       0.8.11claws139
3172
3173         * src/addr_compl.[ch]
3174           src/addressbook.[ch]
3175           src/addrindex.c
3176           src/summaryview.c
3177                 revert match's changes to (finally) remove the bug where
3178                 opening a folder causes massive slowdown when using the 
3179                 'Display sender using address book' option
3180
3181 2003-05-01 [melvin]     0.8.11claws138
3182
3183         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3184         * src/plugins/dillo_viewer/dillo_viewer.c
3185                 Fixed bug where "Cancel" button from prefs issued
3186                 warnings.
3187                 Comply a little more to coding style
3188
3189 2003-05-01 [paul]       0.8.11claws137
3190
3191         * sync with 0.8.11cvs38
3192                 see ChangeLog 2003-05-01
3193
3194 2003-05-01 [paul]       0.8.11claws136
3195
3196         * po/bg.po
3197                 updated by George Danchev
3198
3199 2003-04-30 [christoph]  0.8.11claws135
3200
3201         * src/plugins/dillo_viewer/dillo_prefs.c
3202         * src/plugins/image_viewer/viewerprefs.c
3203         * src/plugins/spamassassin/spamassassin_gtk.c
3204                 remove gtk_widget_ref() calls for widgets in
3205                 glade code
3206
3207 2003-04-30 [paul]       0.8.11claws134
3208
3209         * src/addrindex.c
3210                 ok, this time a better fix for the bug where opening folder
3211                 has massive slowdown when using the 'Display sender using 
3212                 address book' option
3213
3214 2003-04-30 [paul]       0.8.11claws133
3215
3216         * src/addrindex.c
3217                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3218         
3219 2003-04-30 [melvin]     0.8.11claws132
3220
3221         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3222
3223         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3224                 Preferences for the dillo plugin
3225         * src/plugins/dillo_viewer/dillo_viewer.c
3226                 Support for preferences
3227         * src/plugins/dillo_viewer/Makefile.am
3228                 Added dillo_prefs.[ch]
3229
3230 2003-04-30 [alfons]     0.8.11claws131
3231
3232         * src/common/plugin.[ch]
3233                 see? this ANSI C'fication immediately gives us type
3234                 checking for free.
3235
3236 2003-04-30 [alfons]     0.8.11claws130
3237
3238         * src/common/plugin.[ch]
3239         * src/plugins/clamav/clamav_plugin.[ch]
3240         * src/plugins/clamav/clamav_plugin_gtk.c
3241         * src/plugins/demo/demo.c
3242         * src/plugins/dillo_viewer/dillo_viewer.c
3243         * src/plugins/image_viewer/plugin.c
3244         * src/plugins/image_viewer/viewer.[ch]
3245         * src/plugins/image_viewer/viewerprefs.[ch]
3246         * src/plugins/mathml_viewer/mathml_viewer.c
3247         * src/plugins/spamassassin/spamassassin.[ch]
3248         * src/plugins/spamassassin/spamassassin_gtk.c
3249         * src/plugins/trayicon/trayicon.c
3250                 clean up
3251
3252 2003-04-30 [alfons]     0.8.11claws129
3253
3254         * src/common/utils.c
3255                 make is_ascii_str() fail gracefully when NULL pointer
3256                 is passed
3257
3258 2003-04-30 [paul]       0.8.11claws128
3259
3260         * src/addrindex.c
3261                 fix bug where opening folder has massive slowdown when
3262                 using the 'Display sender using address book' option
3263
3264 2003-04-30 [paul]       0.8.11claws127
3265
3266         * src/plugins/clamav/clamav_plugin.c
3267           src/plugins/clamav/clamav_plugin_gtk.c
3268           src/plugins/demo/demo.c
3269           src/plugins/dillo_viewer/dillo_viewer.c
3270           src/plugins/image_viewer/plugin.c
3271           src/plugins/mathml_viewer/mathml_viewer.c
3272           src/plugins/spamassassin/spamassassin.c
3273           src/plugins/spamassassin/spamassassin_gtk.c
3274           src/plugins/trayicon/trayicon.c
3275                 get rid of eye-hurting function signatures
3276
3277 2003-04-30 [paul]       0.8.11claws126
3278
3279         * src/plugins/trayicon/trayicon.c
3280                 add description
3281                 
3282         * src/mimeview.c
3283                 be more descriptive
3284
3285 2003-04-30 [paul]       0.8.11claws125
3286
3287         * configure.ac
3288                 arrange the plugins in reverse alphabetical order
3289                 
3290         * src/plugins/clamav/clamav_plugin.[ch]
3291           src/plugins/clamav/clamav_plugin_gtk.c
3292                 rename some params
3293                 resize max_size window
3294                 re-arrange the order of some gui elements
3295                 improve descriptions
3296         
3297         * src/plugins/image_viewer/plugin.c
3298           src/plugins/mathml_viewer/mathml_viewer.c
3299                 add descriptions
3300                 
3301         * src/plugins/spamassassin/spamassassin_gtk.c
3302                 resize max_size window
3303                 re-arrange the order of some gui elements
3304                 
3305         * src/messageview.c
3306           src/mimeview.c
3307                 correct typos
3308
3309 2003-04-30 [alfons]     0.8.11claws124
3310
3311         * src/imap.c
3312                 fix a leak found while browsing Martin Kluge's 
3313                 valgrind log (Claws only)
3314
3315 2003-04-29 [darko]      0.8.11claws123
3316
3317         * src/gtk/gtkstext.h
3318                 include wchar.h if it is available, fixes compilation
3319                 on HP-UX systems
3320
3321 2003-04-29 [melvin]     0.8.11claws122
3322
3323         * src/prefs_actions.c
3324                 Improved help text of Actions' syntax
3325
3326 2003-04-28 [paul]       0.8.11claws121
3327
3328         * src/action.c
3329                 a better fix for the crash when performing an action
3330                 on a mime part
3331
3332 2003-04-28 [paul]       0.8.11claws120
3333
3334         * src/action.c
3335                 fix crash when performing an action on a
3336                 mime part
3337
3338 2003-04-28 [paul]       0.8.11claws119
3339
3340         * sync with 0.8.11cvs36
3341                 see ChangeLog 2003-04-28
3342
3343 2003-04-27 [paul]       0.8.11claws118
3344
3345         * more sync with 0.8.11cvs35
3346                 see ChangeLog 2003-04-25
3347
3348 2003-04-26 [christoph]  0.8.11claws117
3349
3350         * src/folder.c
3351                 fix remove virtual check
3352
3353 2003-04-26 [paul]       0.8.11claws116
3354
3355         * src/messageview.c
3356                 fix return-receipt, make it work again
3357
3358 2003-04-26 [paul]       0.8.11claws115
3359
3360         * src/mimeview.c
3361                 restore double-clicking of the [application/pgp-signature 
3362                 (Select "Check signature" to check)] line in the message view,
3363                 broken in recent sync
3364
3365 2003-04-26 [christoph]  0.8.11claws114
3366
3367         * src/folder.c
3368                 check if remove virtual really exists before
3369                 calling the function
3370
3371 2003-04-25 [match]      0.8.11claws113
3372
3373         * src/addrindex.c
3374         * src/addrbook.c
3375         * src/ldapquery.[ch]
3376         * src/ldapctrl.[ch]
3377                 fix memleak.
3378         * src/ldapserver.[ch]
3379                 fix memleak. fix segfault.
3380                 plug a Claws memleak
3381
3382 2003-04-25 [alfons]     0.8.11claws112
3383
3384         * src/folder.c
3385                 plug a Claws memleak
3386
3387 2003-04-25 [alfons]     0.8.11claws111
3388
3389         * src/common/session.c
3390                 plug a memleak
3391
3392 2003-04-25 [paul]       0.8.11claws110
3393
3394         * sync with 0.8.11cvs35
3395                 see ChangeLog 2003-04-24 and 2003-04-25
3396                 
3397         * src/gtk/pluginwindow.c
3398                 correct another strange float value
3399
3400 2003-04-24 [christoph]  0.8.11claws109
3401
3402         * src/folder.c
3403                 freeze folder item updates when unsetting new flags
3404
3405         * src/gtk/pluginwindow.c
3406                 correct strange float value
3407
3408 2003-04-23 [paul]       0.8.11claws108
3409
3410         * sync with 0.8.11cvs33
3411                 see ChangeLog 2003-04-23
3412
3413 2003-04-22 [paul]       0.8.11claws107
3414
3415         * src/Makefile.am
3416           src/messageview.c
3417           src/mimeview.c
3418           src/pgptext.[ch]      ** REMOVED **
3419                 remove pgptext.[ch] as its not used any more
3420
3421 2003-04-22 [paul]       0.8.11claws106
3422
3423         * sync with 0.8.11cvs31
3424                 see ChangeLog 2003-04-21 and 2003-04-22
3425
3426 2003-04-21 [alfons]     0.8.11claws105
3427
3428         * src/main.c
3429                 No access to GTK structures if we're a spawned child
3430                 (and clean up code a little bit...) Should fix #126.
3431
3432 2003-04-21 [melvin]     0.8.11claws104
3433
3434         * src/plugins/dillo_viewer/README
3435                 Improved slightly the text.
3436
3437 2003-04-21 [melvin]     0.8.11claws103
3438
3439         * src/plugins/dillo_viewer/README *** NEW ***
3440                 Added a README file for the Dillo plugin
3441
3442 2003-04-20 [paul]
3443
3444         * tools/README
3445           tools/outlook2sylpheed.pl
3446                 updated and improved by Ricardo Mones Lastra
3447
3448 2003-04-18 [oliver]     0.8.11claws102
3449
3450         * src/inc.c 
3451         * src/prefs_account.h
3452                 remove Pop3SessionType (used by selective download)
3453         * src/prefs_toolbar.c
3454                 enable set Default Toolbar button
3455
3456 2003-04-18 [paul]       0.8.11claws101
3457
3458         * sync with 0.8.11cvs29
3459                 see ChangeLog 2003-04-18
3460
3461 2003-04-17 [paul]       0.8.11claws100
3462
3463         * src/prefs_common.[ch]
3464           src/summaryview.c
3465                 remove 'Open next message on deletion' option,
3466                 as the same effect can now be achieved via the
3467                 'Always open messages in summary when selected'
3468                 option.
3469
3470 2003-04-17 [paul]       0.8.11claws99
3471
3472         * sync with 0.8.11cvs28
3473                 see ChangeLog 2003-04-17
3474
3475 2003-04-17 [christoph]  0.8.11claws98
3476
3477         * ac/spamassassin.m4
3478         * src/plugins/spamassassin/libspamc.[ch]
3479         * src/plugins/spamassassin/utils.[ch]
3480                 sync libspamc with SpamAssassin project
3481
3482 2003-04-17 [christoph]  0.8.11claws97
3483
3484         * src/common/socket.h
3485         * src/gtk/sslcertwindow.h
3486                 rename old USE_SSL to USE_OPENSSL
3487
3488 2003-04-17 [paul]       0.8.11claws96
3489
3490         * src/prefs_common.h
3491                 use gulong for P_COLOR so that it compiles/runs on
3492                 64-bit systems. Patch submitted by James Noyes
3493                 <jnoyes-claws@retrogeeks.com>
3494                 
3495         * po/de.po
3496                 updated by Jens
3497
3498 2003-04-17 [paul]       0.8.11claws95
3499
3500         * sync with 0.8.11cvs27
3501                 see ChangeLog 2003-04-16
3502
3503 2003-04-15 [paul]       0.8.11claws94
3504
3505         * src/prefs_common.[ch]
3506                 rearrange to stop the window getting too long:
3507                         move Receive dialog stuff to Receive tab
3508                         move Send dialog to Send tab
3509                         remove Dialogs frame
3510                 rename 'Open messages in summary with cursor keys' to
3511                 'Always open messages in summary when selected', as its
3512                 more appropriate
3513
3514 2003-04-15 [paul]       0.8.11claws93
3515
3516         * src/prefs_common.[ch]
3517           src/summaryview.c
3518                 add new option '/Interface/Open next message on deletion'
3519
3520 2003-04-15 [paul]       0.8.11claws92
3521
3522         * src/summaryview.[ch]
3523                 add /Mark/Lock and /Mark/Unlock to the pop-up
3524                 menu. Patch submitted by Ivan Francolin Martinez
3525                 <ivanfm@users.sourceforge.net>
3526
3527 2003-04-15 [paul]       0.8.11claws91
3528
3529         * sync with 0.8.11cvs24
3530                 see ChangeLog 2003-04-15
3531
3532 2003-04-14 [jens]       0.8.11claws90
3533
3534         * updated German translation and some corrections from
3535                 Roland Bless <bless@tm.uka.de>
3536
3537 2003-04-14 [paul]       0.8.11claws89
3538
3539         * sync with 0.8.11cvs22
3540                 see ChangeLog 2003-04-14
3541
3542 2003-04-13 [paul]       0.8.11claws88
3543
3544         * src/plugins/clamav/clamav_plugin.c
3545                 fix memory leaks
3546                 clean up
3547
3548 2003-04-12 [paul]       0.8.11claws87
3549
3550         * src/plugins/clamav/clamav_plugin.c
3551                 activate enable/disable archive scanning option
3552                 
3553         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3554
3555 2003-04-12 [paul]       0.8.11claws86
3556
3557         * src/plugins/Makefile.am
3558           src/plugins/clamav/Makefile.am                ** NEW FILE **
3559           src/plugins/clamav/README                     ** NEW FILE ** 
3560           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3561           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3562                 add Clam AntiVirus plugin
3563
3564 2003-04-12 [paul]       0.8.11claws85
3565
3566         * sync with 0.8.11cvs21
3567                 see ChangeLog 2003-04-11
3568
3569 2003-04-11 [paul]       0.8.11claws84
3570
3571         * po/es.po
3572                 update Spanish translation. Submitted by Ricardo
3573                 Mones Lastra.
3574
3575 2003-04-10 [christoph]  0.8.11claws83
3576
3577         * src/mbox.c
3578                 fix typo that did not move unfiltered mails to destination
3579                 folder
3580
3581         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3582          when filtering from spool)
3583
3584 2003-04-10 [christoph]  0.8.11claws82
3585
3586         * src/imap.c
3587                 use BODY.PEEK instead of BODY in in message fetch operation
3588                 to make sure the IMAP server does not set the \Seen flag for
3589                 messages. Sylpheed does that later itself, when the message
3590                 is opened in sylpheed
3591
3592         (closes Bug 111 Claws destroys unread marks)
3593
3594 2003-04-09 [oliver]     0.8.11claws81
3595         
3596         * src/folder.c
3597                 fix crash in folder_destroy
3598         * README.claws
3599                 remove selective download
3600
3601 2003-04-09 [christoph]  0.8.11claws80
3602
3603         * src/imap.c
3604                 fix crash in imap_get_msginfo() when then fetched message
3605                 is not found
3606
3607         (closes Bug 110 Crash during mail composition)
3608
3609 2003-04-08 [christoph]  0.8.11claws79
3610
3611         * src/folder.c
3612         * src/prefs_account.c
3613                 Filter new messages that are found in an INBOX folder
3614                 when 'Filter messages on receiving' is enabled in the
3615                 Folder's AccountPrefs. This allows to use Sylpheed's
3616                 filtering engine for IMAP folders where messages are
3617                 added to the INBOX by a MTA
3618
3619 2003-04-08 [paul]       0.8.11claws78
3620
3621         * src/procmsg.h
3622                 clean up after last commit
3623
3624 2003-04-08 [paul]       0.8.11claws77
3625
3626         * sync with 0.8.11cvs20
3627                 see ChangeLog 2003-04-07 and 2003-04-08
3628
3629 2003-04-07 [christoph]  0.8.11claws76
3630
3631         * src/filtering.[ch]
3632         * src/inc.[ch]
3633         * src/mbox.c
3634         * src/procmsg.[ch]
3635                 add procmsg_msginfo_filter() to execute filtering actions
3636
3637 2003-04-06 [christoph]  0.8.11claws75
3638
3639         * src/imap.c
3640                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3641
3642 2003-04-06 [christoph]  0.8.11claws74
3643
3644         * src/common/utils.[ch]
3645                 add g_int_compare() function for slist sorting
3646
3647         * src/imap.c
3648                 fetch all MsgInfos with one command in imap_get_msginfos()
3649                 using an imap set with a list of ranges
3650
3651         * src/news.c
3652                 use new g_int_compare() function
3653
3654 2003-04-06 [thorsten]   0.8.11claws73
3655
3656         * src/mh.c
3657                 corrected implementation of mh_folder_destroy()
3658
3659 2003-04-05 [christoph]  0.8.11claws72
3660
3661         * src/account.c
3662         * src/folder.[ch]
3663         * src/folderview.c
3664         * src/imap.c
3665         * src/inc.c
3666         * src/main.c
3667         * src/mainwindow.c
3668         * src/mbox_folder.c
3669         * src/mh.c
3670         * src/mimeview.h
3671         * src/msgcache.[ch]
3672         * src/news.c
3673         * src/procmime.h
3674         * src/procmsg.[ch]
3675         * src/setup.c
3676         * src/gtk/gtkutils.c
3677                 o rename structure field names class and new to klass and
3678                   new_msgs, to allow including files in C++
3679                 o add 'extern "C"' block to some header files
3680                 o add MsgInfoList and MsgNumberList as alias for GSList for
3681                   developers to know what type of list is expected
3682
3683         * src/plugins/image_viewer/plugin.c
3684         * src/plugins/image_viewer/viewer.[ch]
3685         * src/plugins/image_viewer/viewerprefs.[ch]
3686                 rename function names to prevent conflicts
3687
3688 2003-04-05 [paul]       0.8.11claws71
3689
3690         * sync with 0.8.11cvs18
3691                 see ChangeLog 2003-04-03 and 2003-04-04
3692
3693 2003-04-02 [christoph]  0.8.11claws70
3694
3695         * src/folder.[ch]
3696         * src/imap.[ch]
3697         * src/mbox_folder.[ch]
3698         * src/mh.[ch]
3699         * src/news.[ch]
3700                 o Make all virtual folder functions private
3701                 o remove unused folder code
3702
3703         * src/common/socket.[ch]
3704         * src/summaryview.c
3705                 fix warnings
3706
3707 2003-03-30 [alfons]     0.8.11claws69
3708
3709         * src/send_message.c
3710                 remove two debug traces and see if people still report
3711                 errors
3712
3713 2003-03-30 [alfons]     0.8.11claws68
3714
3715         * src/send_message.c
3716         * src/commons/session.c
3717                 add more debug traces
3718
3719 2003-03-30 [christoph]  0.8.11claws67
3720
3721         * src/folder.c
3722                 change processing folder name from .processing to processing
3723
3724         * src/common/ssl.c
3725                 disable SSL certificate check because it causes Xlib error
3726                 when the child process want's to open an GTK window
3727
3728 2003-03-30 [christoph]  0.8.11claws66
3729
3730         * src/folder.c
3731                 don't use default folder for processing folder item because
3732                 it can be a non local folder
3733
3734         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3735
3736 2003-03-30 [alfons]     0.8.11claws65
3737
3738         * src/send_message.c
3739                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3740                 to generate bad code for 'send_send_data_progressive': When
3741                 called from 'send_send_data_finished', the 'data' pointer is
3742                 cleared just before the assignment to the dialog pointer
3743
3744 2003-03-29 [christoph]  0.8.11claws64
3745
3746         * src/common/prefs.h
3747         * src/plugins/image_viewer/Makefile.am
3748         * src/plugins/image_viewer/plugin.c
3749         * src/plugins/image_viewer/viewer.[ch]
3750         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3751                 add PrefsPage for ImageViewer
3752
3753 2003-03-28 [thorsten]   0.8.11claws63
3754
3755         * src/common/session.c
3756                 added some comments
3757
3758 2003-03-28 [paul]       0.8.11claws62
3759
3760         * sync with 0.8.11cvs16
3761                 see ChangeLog 2003-03-28
3762
3763 2003-03-28 [paul]       0.8.11claws61
3764
3765         * sync with 0.8.11cvs15
3766                 see ChangeLog 2003-03-28
3767
3768 2003-03-27 [christoph]  0.8.11claws60
3769
3770         * src/folder.c
3771         * src/imap.c
3772         * src/common/socket.[ch]
3773                 set socket state to DISCONNECTED when any operation
3774                 fails to allow reconnecting in IMAP code without
3775                 checking the return code of all calls to the command
3776                 functions
3777
3778         * src/folderview.c
3779         * src/summaryview.c
3780                 remove some more stuff that depends on specific
3781                 folder types
3782
3783 2003-03-27 [paul]       0.8.11claws59
3784
3785         * sync with 0.8.11cvs14
3786                 see ChangeLog 2003-03-27
3787                 
3788         * src/selective_download.[ch]   ** REMOVED **
3789                 really removed
3790
3791 2003-03-27 [christoph]  0.8.11claws58
3792
3793         * src/folder.c
3794                 fix handling of tmp_flags in flag copy function
3795
3796 2003-03-27 [paul]       0.8.11claws57
3797
3798         * sync with 0.8.11cvs13
3799                 see ChangeLog 2003-03-27
3800
3801 2003-03-27 [oliver]     0.8.11claws56
3802
3803         * src/maiwindow.c
3804                 remove sel_download_cb
3805
3806 2003-03-27 [oliver]     0.8.11claws55
3807         
3808         * src/inc.c
3809                 remove POP3_TOP
3810         
3811 2003-03-26 [oliver]     0.8.11claws54
3812
3813         *src/pop.h
3814                 remove POP3_TOP*
3815         * README.claws
3816                 remove selective donwload readme
3817
3818 2003-03-26 [oliver]     0.8.11claws53
3819         * src/matcher.[ch]
3820         * src/matcher_parser_parse.y 
3821         * src/pop.c 
3822         * src/prefs_account.[ch]
3823         * src/prefs_filtering.c
3824                 remove selective donwload
3825
3826 2003-03-26 [oliver]     0.8.11claws52
3827
3828         * src/inc.[ch] 
3829         * src/filtering.c 
3830         * src/mainwindow.c 
3831                 remove selective donwload
3832
3833 2003-03-26 [oliver]     0.8.11claws51
3834         
3835         * src/Makefile.am
3836         * src/selective_download.[ch]   ** REMOVE **    
3837
3838 2003-03-26 [christoph]  0.8.11claws50
3839
3840         * src/news.c
3841                 fix NEWS that got broken by a sync with sylpheed-main
3842
3843 2003-03-26 [christoph]  0.8.11claws49
3844
3845         * src/mimeview.c
3846                 fix mime type guessing when no mime type is found for a file
3847
3848 2003-03-25 [christoph]  0.8.11claws48
3849
3850         * src/mimeview.c
3851         * src/procmime.c
3852                 remove mime type guessing from mime parser and use
3853                 name based mime types in viewer lookup for mime type
3854                 application/octet-stream
3855
3856 2003-03-25 [christoph]  0.8.11claws47
3857
3858         * doc-src/readme.txt
3859         * doc-src/rfc2554.txt
3860                 add RFC about SMTP AUTH
3861
3862         * src/send_message.c
3863         * src/common/smtp.[ch]
3864                 add extra error code for authentication errors and
3865                 clear temporary password when this error occurs
3866
3867         (closes Bug 84 authentication failure while sending should
3868          prompt for password again)
3869
3870 2003-03-25 [christoph]  0.8.11claws46
3871
3872         * configure.ac
3873         * src/Makefile.am
3874         * src/imageview.[ch]                            ** REMOVE **
3875         * src/messageview.[ch]
3876         * src/mimeview.[ch]
3877         * src/prefs_common.[ch]
3878         * src/textview.c
3879         * src/plugins/Makefile.am
3880         * src/plugins/image_viewer/.cvsignore           ** NEW **
3881         * src/plugins/image_viewer/Makefile.am          ** NEW **
3882         * src/plugins/image_viewer/plugin.c             ** NEW **
3883         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3884                 move image viewer into a plugin (building is enabled by default)
3885                 [ToDo: Prefs for resize and autoview]
3886
3887 2003-03-25 [paul]       0.8.11claws45
3888
3889         * sync with 0.8.11cvs12
3890                 see ChangeLog 2003-03-26
3891
3892 2003-03-25 [paul]       0.8.11claws44
3893
3894         * sync with 0.8.11cvs11
3895                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3896                 
3897         Note: Selective Download is broken.
3898                 
3899 2003-03-22 [christoph]  0.8.11claws43
3900
3901         * src/folder.c
3902                 code cleanup for flags copying
3903
3904 2003-03-22 [christoph]  0.8.11claws42
3905
3906         * src/plugins/trayicon/trayicon.c
3907                 fix setting the transparent area when the window size
3908                 is forced by the system tray
3909
3910 2003-03-22 [christoph]  0.8.11claws41
3911
3912         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3913         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3914         * src/plugins/trayicon/newmail.xpm              ** NEW **
3915         * src/plugins/trayicon/nomail.xpm               ** NEW **
3916         * src/plugins/trayicon/trayicon.c
3917         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3918                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3919                 o add icon for unread mails
3920                 o set transparency for window
3921
3922 2003-03-22 [christoph]  0.8.11claws40
3923
3924         * src/news.c
3925                 init news session to prevent crash when session is closed
3926
3927 2003-03-22 [christoph]  0.8.11claws39
3928
3929         * src/imap.c
3930         * src/common/session.[ch]
3931                 Init session data to make sure we don't have invalid pointers
3932                 for read_ch and write_ch when new multi process sessions are
3933                 not used
3934
3935         * src/main.c
3936         * src/common/plugin.c
3937         * src/common/sylpheed.c
3938         * src/plugins/demo/demo.c
3939         * src/plugins/dillo_viewer/dillo_viewer.c
3940         * src/plugins/mathml_viewer/mathml_viewer.c
3941         * src/plugins/spamassassin/spamassassin.c
3942         * src/plugins/spamassassin/spamassassin_gtk.c
3943                 add plugin types to allow loading plugins at different times
3944                 (and maybe for different frontends), because it's not good to
3945                 load GTK-Plugins gefore gtk_init was called
3946
3947         * configure.ac
3948         * src/plugins/Makefile.am
3949         * src/plugins/trayicon/.cvsignore               ** NEW **
3950         * src/plugins/trayicon/Makefile.am              ** NEW **
3951         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3952         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3953         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3954         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3955         * src/plugins/trayicon/trayicon.c               ** NEW **
3956                 New Trayicon plugin that shows an icon in a systray that uses
3957                 XEMBED protocol like Gnome's systray. Icon shows if there
3958                 are new mails and a tooltip shows information about new,
3959                 unread and total messages.
3960
3961 2003-03-22 [paul]       0.8.11claws38
3962
3963         * src/common/smtp.c
3964                 fix ESMTP AUTH CRAM-MD5
3965                 [sync with main (still version 0.8.11cvs6), see
3966                  ChangeLog 2003-03-22]
3967
3968 2003-03-21 [colin]      0.8.11claws37
3969
3970         * src/send_message.c
3971                 Fix USE_SSL => USE_OPENSSL
3972
3973 2003-03-21 [colin]      0.8.11claws36
3974
3975         * src/folderview.c
3976                 Fix counts in drag and dropped subfolders
3977
3978 2003-03-21 [colin]      0.8.11claws35
3979
3980         * src/folder.c 
3981         * src/folderview.c
3982                 speed up a bit folder dnd
3983
3984 2003-03-20 [alfons]     0.8.11claws34
3985
3986         * src/main.c
3987         * src/toolbar.c
3988         * src/procmsg.c
3989                 don't send locked queue messages
3990                 (feature request "[ 705245 ] Locking message in outbox 
3991                  should prevent sending")
3992
3993 2003-03-20 [christoph]  0.8.11claws33
3994
3995         * src/folder.c
3996                 remove NEW and UNREAD flag in special folders when scanning
3997                 
3998         * src/common/smtp.c
3999                 fix ESMTP AUTH CRAM-MD5
4000
4001 2003-03-20 [paul]       0.8.11claws32
4002
4003         * src/prefs_account.c
4004                 Re-write 'Tunnel command to open connection' as
4005                 'Use command to communicate with server', and disable
4006                 it for all except IMAP accounts
4007
4008 2003-03-20 [paul]       0.8.11claws31
4009
4010         * sync with 0.8.11cvs6
4011                 see ChangeLog 2003-03-20
4012
4013 2003-03-19 [match]      0.8.11claws30
4014
4015         * src/addritem.[ch]
4016                 include documentation. minor refactoring.
4017         * src/addr_compl.[ch]
4018         * src/addrindex.[ch]
4019         * src/addresbook.[ch]
4020         * src/summaryview.c
4021                 re-enable address lookup (was disabled in
4022                 0.8.11claws20).
4023
4024 2003-03-19 [christoph]  0.8.11claws29
4025
4026         * src/procmsg.c
4027                 add temp flag handling, will make moving and copying
4028                 messages possible again
4029
4030         * src/folder.c
4031                 correct calulation of folder stats
4032
4033 2003-03-18 [match]      0.8.11claws28
4034
4035         * src/editgroup.h
4036                 remove case sensitive comparison (closes bug 80).
4037
4038 2003-03-18 [christoph]  0.8.11claws27
4039
4040         * src/imap.c
4041                 fix imap using a tunnel command
4042
4043         (closes bug 87)
4044
4045 2003-03-18 [christoph]  0.8.11claws26
4046
4047         * src/folder.[ch]
4048         * src/imap.c
4049         * src/procmsg.[ch]
4050                 rewrite flag handling for folders
4051
4052 2003-03-18 [christoph]  0.8.11claws25
4053
4054         * src/folder.c
4055         * src/procmsg.c
4056         * src/summaryview.c
4057                 unset NEW and UNREAD flags when message is ignored, to make
4058                 sure messages don't show up as unread on other IMAP clients,
4059                 because the IGNORE_THREAD flag can not be syncronized through
4060                 the IMAP folder
4061
4062 2003-03-17 [christoph]  0.8.11claws24
4063
4064         * src/imap.c
4065                 don't use recursion to fetch uids when the number of messages
4066                 does not match. Moved code into subfunction that is used
4067                 again when needed, to prevent an endless loop.
4068
4069 2003-03-17 [thorsten]   0.8.11claws23
4070
4071         * src/imageview.[ch]
4072                 export imageview_get_resized_size() (for plugins)
4073         * src/prefs_common.[ch]
4074                 added prefs_common_get() (for plugins)
4075
4076 2003-03-17 [christoph]  0.8.11claws22
4077
4078         * src/imap.c
4079                 o remove UID guessing from copy code
4080                 o support UIDPLUS extension for APPEND command
4081
4082 2003-03-17 [paul]       0.8.11claws21
4083
4084         * src/gtk/about.c
4085                 remove 'Compiled-plugins' section.
4086                 
4087         * src/plugins/dillo_viewer/dillo_viewer.c
4088                 slight change to description text
4089
4090 2003-03-16 [match]      0.8.11claws20
4091         * src/ldapserver.[ch]           ** NEW **
4092         * src/ldapctrl.[ch]             ** NEW **
4093         * src/ldapquery.[ch]            ** NEW **
4094         * src/ldaputil.[ch]             ** NEW **
4095         * src/addrcindex.[ch]           ** NEW **
4096         * src/addrquery.h               ** NEW **
4097         * src/addritem.[ch]
4098         * src/addrcache.[ch]
4099         * src/addrindex.[ch]
4100         * src/addr_compl.[ch]
4101         * src/addressbook.[ch]
4102         * src/addrbook.[ch]
4103         * src/editgroup.c
4104         * src/editaddress.c
4105         * src/editldap.c
4106         * src/editldap_basedn.c
4107         * src/vcard.c
4108         * src/jpilot.c
4109         * src/Makefile.am
4110                 included dynamic LDAP queries. improved address
4111                 completion.
4112
4113 2003-03-16 [paul]       0.8.11claws19
4114
4115         * tools/multiwebsearch.pl
4116                 fix a fatal typo
4117
4118 2003-03-16 [christoph]  0.8.11claws18
4119
4120         * src/mimeview.c
4121         * src/plugins/dillo_viewer/dillo_viewer.c
4122         * src/plugins/mathml_viewer/mathml_viewer.c
4123                 make unregistering of MimeViewerFactorys possible
4124
4125 2003-03-16 [alfons]     0.8.11claws17
4126
4127         * configure.ac
4128                 correct typo
4129
4130 2003-03-16 [melvin]     0.8.11claws16
4131
4132         * src/plugins/dillo_viewer.c
4133                 Fixed bug where it was not possible to view more than
4134                 one text/html attachment per message (bug discovered
4135                 by Christoph Hohmann).
4136
4137 2003-03-15 [melvin]     0.8.11claws15
4138
4139         * src/prefs_actions.c
4140                 Fixed compilation warnings.
4141
4142 2003-03-15 [melvin]     0.8.11claws14
4143
4144         * src/plugins/Makefile.am
4145         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4146         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4147         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4148                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4149                 newer (http://dillo.auriga.wearlab.de/).
4150
4151 2003-03-15 [christoph]  0.8.11claws13
4152
4153         * src/imap.c
4154                 don't query imap folder for attributes because we already
4155                 for them from imap_status
4156
4157         * src/mimeview.[ch]
4158                 add support for plugable MimeViewers (unloading Viewers
4159                 not yet complete)
4160
4161         * src/plugins/Makefile.am
4162         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4163         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4164         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4165                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4166                 widget from http://helm.cs.unibo.it/mml-widget/
4167
4168 2003-03-14 [christoph]  0.8.11claws12
4169
4170         * src/folder.[ch]
4171                 o error return code's should better be negative
4172                 o replace printf with debug_print
4173
4174         * src/imap.c
4175                 improve IMAP folder scan by checking UID-NEXT
4176
4177         * src/summaryview.c
4178                 remove check that are unnecessary in my opinion
4179
4180 2003-03-13 [christoph]  0.8.11claws11
4181
4182         * src/folder.[ch]
4183         * src/foldersel.c
4184         * src/folderview.c
4185         * src/imap.c
4186         * src/mbox_folder.c
4187         * src/mh.c
4188         * src/news.c
4189         * src/prefs_scoring.c
4190         * src/summaryview.c
4191                 use a common function to get a displayable name
4192                 for a FolderItem
4193
4194 2003-03-13 [paul]       0.8.11claws10
4195
4196         * tools/Makefile.am
4197           tools/README
4198           tools/multiwebsearch.conf     ** NEW FILE **
4199           tools/multiwebsearch.pl       ** NEW FILE **
4200                 add multiwebsearch Actions script
4201
4202 2003-03-13 [colin]      0.8.11claws9
4203
4204         * src/compose.c
4205                 Remove leading emtpy lines from quoted text
4206                 before quoting it
4207
4208 2003-03-13 [melvin]     0.8.11claws8
4209
4210         * src/prefs_actions.c
4211                 Fixed a memory leak
4212                 Code clean ups
4213                 Added Cancel and OK buttons
4214                 Corrected help text
4215
4216 2003-03-13 [christoph]  0.8.11claws7
4217
4218         * src/account.c
4219         * src/folder.[ch]
4220         * src/imap.c
4221         * src/mainwindow.c
4222         * src/mbox_folder.c
4223         * src/mh.c
4224         * src/news.c
4225         * src/setup.c
4226                 replace more folder type stuff with folder class stuff
4227
4228 2003-03-13 [melvin]     0.8.11claws6
4229
4230         * src/prefs_actions.c
4231                 Added new tokens:
4232                 %u: user provided argument
4233                 %h: user provided argument (hidden on input)
4234                 %s: current text selection in the message view 
4235
4236 2003-03-13 [paul]       0.8.11claws5
4237
4238         * sync with 0.8.11cvs5
4239                 see ChangeLog 2003-03-11, 2003-03-12
4240
4241 2003-03-12 [christoph]  0.8.11claws4
4242
4243         * src/folder.c
4244                 use folder class idstr when writing folderlist.xml
4245
4246         * src/folder.h
4247         * src/imap.c
4248         * src/news.c
4249                 replace folder type checks with folder class checks
4250
4251 2003-03-12 [christoph]  0.8.11claws3
4252
4253         * src/folder.[ch]
4254         * src/imap.[ch]
4255         * src/main.c
4256         * src/mbox_folder.[ch]
4257         * src/mh.[ch]
4258         * src/news.[ch]
4259                 o create a list of known folder classes in the folder system
4260                 o use folder class id strings for folder item identifiers
4261
4262 2003-03-12 [christoph]  0.8.11claws2
4263
4264         * src/imap.c
4265                 fix imap uid validity check
4266
4267 2003-03-12 [christoph]  0.8.11claws1
4268
4269         * src/account.c
4270         * src/folder.[ch]
4271         * src/foldersel.c
4272         * src/folderview.c
4273         * src/imap.c
4274         * src/mainwindow.c
4275         * src/mbox_folder.c
4276         * src/mh.c
4277         * src/news.c
4278         * src/prefs_scoring.c
4279         * src/procmsg.c
4280         * src/setup.c
4281         * src/summaryview.c
4282                 initial restructuring of folder system, seperating
4283                 folders and folder classes
4284
4285 2003-03-12 [paul]       0.8.11claws
4286
4287         0.8.11claws release
4288
4289 2003-03-12 [christoph]
4290
4291         * src/gtk/prefswindow.c
4292                 fix translation of "Page Index"
4293
4294 2003-03-12 [paul]       0.8.10claws110
4295
4296         a sync from 0.8.11cvs4 before the release
4297
4298         * src/common/utils.c
4299                 subject_compare_for_sort(): allow null strings (fixes
4300                 summary sorting).
4301
4302 2003-03-11 [paul]       0.8.10claws109
4303
4304         * po/es.po
4305                 update Spanish translation, submitted by
4306                 Ricardo Mones Lastra
4307
4308 2003-03-11 [melvin]     0.8.10claws108
4309
4310         * po/fr.po
4311                 Updated French translations
4312
4313 2003-03-11 [paul]       0.8.10claws107
4314
4315         * manual/en/Makefile.am
4316           manual/en/*.html
4317                 update English manual, add a new page
4318                 updated by Francois Barriere <fbarriere@atmel.fr>
4319                 
4320         * po/bg.po
4321           po/it.po
4322           po/sr.po
4323                 update Bulgarian, Italian, and Serbian translations
4324                 submitted by George Danchev, Alessandro Maestri, and
4325                 Urke MMI
4326
4327 2003-03-10 [paul]       0.8.10claws106
4328
4329         * src/gtk/about.c
4330           src/gtk/prefswindow.c
4331                 make some strings translatable
4332
4333 2003-03-10 [darko]      0.8.10claws105
4334
4335         * src/compose.c
4336                 code cleanup to make Hiro happy
4337
4338 2003-03-10 [paul]       0.8.10claws104
4339
4340         * sync with 0.8.11cvs2
4341                 see ChangeLog 2003-03-10
4342
4343 2003-03-09 [melvin]     0.8.10claws103
4344
4345         * src/textview.c
4346                 textview_set_font(): fix for message display in
4347                 UTF-8 locales (thanks to Sergey Vlasov).
4348                 (was unintentionnaly reverted in 0.8.6claws6)   
4349
4350 2003-03-08 [darko]      0.8.10claws102
4351
4352         * src/compose.c
4353                 fix infinite loop in wrapping as reported
4354                 by happycactus
4355                 obsoletes patch #696482
4356
4357 2003-03-08 [christoph]  0.8.10claws101
4358
4359         * src/imap.c
4360                 add workaround for IMAP servers that do not
4361                 support the "UID SEARCH UID" command
4362
4363 2003-03-07 [christoph]  0.8.10claws100
4364
4365         * src/plugins/spamassassin/spamassassin.[ch]
4366         * src/plugins/spamassassin/spamassassin_gtk.c
4367                 code cleanup
4368
4369 2003-03-07 [paul]       0.8.10claws99
4370
4371         * po/es.po
4372                 updated Spanish translation, submitted by
4373                 Ricardo Mones Lastra
4374
4375 2003-03-07 [christoph]  0.8.10claws98
4376
4377         * src/send.c
4378                 fix in 0.8.10claws94 was wrong
4379                 local delivery does not require escaping, remove escaping
4380                 code to make signatures of mails with "." lines valid
4381                 
4382                 NOTE: requires that sendmail is executed with "-i" option,
4383                       what is the default now, but has to be changed in all
4384                       exsiting accounts)
4385
4386 2003-03-07 [paul]       0.8.10claws97
4387
4388         * sync with 0.8.11 release
4389                 see ChangeLog 2003-03-07
4390
4391 2003-03-06 [paul]       0.8.10claws96
4392
4393         * src/compose.c
4394                 revert commit 0.8.10claws92
4395
4396 2003-03-06 [paul]       0.8.10claws95
4397
4398         * src/folderview.c
4399                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4400
4401         * src/gtkaspell.c
4402                 fix bug 74, 'Crash opening editor window with pseudo-color
4403                 display'
4404                 
4405         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4406
4407 2003-03-06 [christoph]  0.8.10claws94
4408
4409         * src/send.c
4410                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4411                 all lines starting with a period get an extra period
4412                 inserted
4413                 (found by Simon 'corecode' Schubert)
4414
4415 2003-03-06 [paul]       0.8.10claws93
4416
4417         * src/folderview.c
4418                 if configured font can't be loaded fall back to gtk
4419                 default. (with thanks to Christoph)
4420                 
4421                 closes long-standing bug 15 'Crashes on startup'
4422
4423 2003-03-06 [paul]       0.8.10claws92
4424
4425         * src/compose.c
4426                 freeze text before autosave and thaw afterwards
4427                 fixes bug 67 'autosave make re-rediting message crazy'
4428
4429 2003-03-06 [christoph]  0.8.10claws91
4430
4431         * src/compose.c
4432                 ignore address comment in dupe check for Cc-list
4433
4434         (closes reopened bug 47 Replying to message strips name part of
4435          e-mail addresses of Cc: lines)
4436
4437 2003-03-06 [paul]       0.8.10claws90
4438
4439         * src/Makefile.am
4440                 remove reference to gtkxtext.h as its no longer in
4441                 the repository
4442
4443 2003-03-06 [paul]       0.8.10claws89
4444
4445         * sync with 0.8.10cvs25
4446                 see ChangeLog 2003-03-06
4447
4448 2003-03-06 [oliver]     0.8.10claws88
4449         
4450         * src/messageview.c
4451                 remove include
4452
4453 2003-03-06 [oliver]     0.8.10claws87
4454         
4455         * src/folderview.c 
4456                 remove changes introduced inclaws74
4457         * src/messageview.c
4458                 another attempt to sanely delete and update
4459                 messages deleted in separate messageview
4460
4461 2003-03-05 [christoph]  0.8.10claws86
4462
4463         * src/summaryview.c
4464                 check if "From" matches any account's address if
4465                 addressbook completion of addresses is disabled too
4466
4467         (closes Bug 70 "Display recipient in from" doesn't check
4468          folder's default account)
4469
4470 2003-03-05 [christoph]  0.8.10claws85
4471
4472         * src/compose.c
4473         * src/common/utils.[ch]
4474                 don't strip address comments when building Cc lists
4475
4476         (closes Bug 47 Replying to message strips name part of e-mail addresses
4477          of Cc: lines)
4478
4479         * src/folder.c
4480                 fix return value of copy function
4481
4482 2003-03-05 [christoph]  0.8.10claws84
4483
4484         * src/imap.c
4485                 don't ask imap server for non rfc822 headers
4486
4487         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4488
4489         * src/imap.c
4490                 destroy session on socket error to allow reconnecting
4491
4492 2003-03-05 [christoph]  0.8.10claws83
4493
4494         * configure.ac
4495                 fix building with gnome when no prefix is set
4496
4497         (closes bug 66 Gnome directory is set to NONE)
4498
4499 2003-03-05 [paul]       0.8.10claws82
4500
4501         * sync with 0.8.10cvs23
4502                 see ChangeLog 2003-03-05
4503
4504 2003-03-04 [christoph]  0.8.10claws81
4505
4506         * src/folder.c
4507                 o fix moving and copying when folder returns 0 for new
4508                   message number
4509                 o remove some code for single message copy and move
4510                   operations and use functions for multiple messages
4511
4512         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4513
4514         * src/news.c
4515                 remove unused include
4516
4517 2003-03-04 [paul]       0.8.10claws80
4518
4519         * src/gtk/about.c
4520                 list 'Compiled plugins'
4521
4522 2003-03-03 [christoph]  0.8.10claws79
4523
4524         * src/news.[ch]
4525                 have to multiply the percentage of the current fetch with
4526                 the percentage that it has of the total fetch operation
4527                 for correct values
4528
4529 2003-03-03 [christoph]  0.8.10claws78
4530
4531         * src/news.c
4532                 fix calculation of expected lines for progress indicator
4533
4534 2003-03-03 [christoph]  0.8.10claws77
4535
4536         * src/summaryview.c
4537         * src/common/utils.c
4538                 fix segfault when opening the root news folder
4539
4540 2003-03-03 [christoph]  0.8.10claws76
4541
4542         * src/mainwindow.[ch]
4543         * src/common/Makefile.am
4544         * src/common/progressindicator.[ch]
4545                 add UI independent progress indicator handling
4546
4547         * src/news.[ch]
4548                 use new progress indicator for message info fetching
4549
4550         * src/common/hooks.h
4551                 code cleanup
4552
4553 2003-03-03 [oliver]     0.8.10claws75
4554
4555         * src/toolbar.c
4556         * src/compose.c
4557                 removed commented code
4558
4559 2003-03-03 [oliver]     0.8.10claws74
4560
4561         * src/toolbar.[ch]
4562                 cleanups and refactoring
4563         * src/compose.[ch]
4564                 compose_reply_mode reply & forwarding interface for
4565                 toolbar buttons
4566         * src/folderview.c
4567                 act on messages marked for deletion in folderview_selected
4568                 based on prefs_common.immediate_exec since a message might 
4569                 have been deleted by messageview in a folder we are changing 
4570                 to (does anybody understand what I'm on about ?)
4571
4572 2003-03-03 [oliver]     0.8.10claws73
4573         
4574         * src/messageview.[ch]
4575                 new functions
4576                 - messageview_delete: delete message shown in messagview
4577                 - messageview_update_view: update messageview to currently 
4578                   selected summaryview message
4579                 - add separate messageview to msgview_list in order to update 
4580                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4581         * src/summaryview.[ch]
4582                 summary_get_selection returns a list of selected msgs
4583                 in summaryview
4584         * src/mainwindow.c
4585                 toolbar reply refactoring
4586
4587 2003-03-03 [paul]       0.8.10claws72
4588
4589         * sync with 0.8.10cvs21
4590                 see ChangeLog 2003-03-03
4591
4592 2003-03-02 [christoph]  0.8.10claws71
4593
4594         * src/common/passcrypt.c
4595                 use POSIX includes
4596
4597 2003-03-02 [christoph]  0.8.10claws70
4598
4599         * configure.ac
4600         * src/prefs_account.c
4601         * src/prefs_gtk.[ch]
4602         * src/common/.cvsignore
4603         * src/common/Makefile.am
4604         * src/common/passcrypt.c                ** NEW **
4605         * src/common/passcrypt.h.in             ** NEW **
4606                 Implement password encryption in config files
4607                 using unix encrypt and setkey functions. The crypt
4608                 key can be set as a configure parameter. Old
4609                 passwords will be converted if they do not begin
4610                 with '!'
4611
4612 2003-03-02 [paul]       0.8.10claws69
4613
4614         * src/prefs_account.c
4615                 fix compile error
4616
4617 2003-03-01 [thorsten]   0.8.10claws68
4618
4619         * po/el.po
4620           po/hr.po
4621           po/it.po
4622           po/nl.po
4623           po/sr.po
4624           po/sv.po
4625                 corrected format strings
4626         * po/en_GB.po
4627                 corrected headers
4628                 (fix compile errors with GNU gettext-0.11.5)
4629
4630 2003-03-01 [oliver]     0.8.10claws67
4631
4632         * src/summaryview.c
4633                 menu callbacks call toolbar_menu_reply
4634
4635 2003-03-01 [oliver]     0.8.10claws66
4636
4637         * src/mainwindow.c
4638         * src/messageview.c
4639                 menu callbacks call toolbar_menu_reply
4640         * src/toolbar.[ch]
4641                 callbacks from menu handled by toolbar_menu_reply
4642
4643 2003-03-01 [paul]       0.8.10claws65
4644
4645         * src/addressbook.c
4646                 revert commit 0.8.10claws54 - breaks editing of
4647                 addressbook.
4648                 
4649         * po/bg.po
4650                 update Bulgarian translation, submitted by
4651                 George Danchev
4652
4653 2003-02-28 [christoph]  0.8.10claws64
4654
4655         * src/account.c
4656         * src/addressadd.c
4657         * src/compose.c
4658         * src/gtkaspell.c
4659         * src/gtkxtext.h                ** REMOVE **
4660         * src/imap.c
4661         * src/matcher.[ch]
4662         * src/mh.c
4663         * src/news.c
4664         * src/pine.c
4665         * src/prefs_common.c
4666         * src/prefs_matcher.c
4667         * src/procheader.[ch]
4668         * src/procmsg.[ch]
4669         * src/toolbar.c
4670         * src/common/ssl_certificate.c
4671         * src/gtk/colorlabel.c
4672         * src/gtk/menu.c
4673                 o fix warnings
4674                 o remove code obsoleted by new cache and folder system rework
4675
4676 2003-02-28 [oliver]     0.8.10claws63
4677         
4678         * src/toolbar.[ch]
4679                 * fix bug where reply in Messageview replied to 
4680                 Message displayed in summaryview
4681                 (reportedd via ML by chinatinte at gmx dot ch)
4682                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4683                 didn't work in separate MessageView Toolbar
4684                 (wondering if anybody uses this at all ?)
4685         * src/summaryview.[ch]
4686                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4687                 (generalize reply and forward code);
4688         * src/messageview.c 
4689                 remove focus_in event which updated summaryview to messageview
4690
4691 2003-02-28 [paul]       0.8.10claws62
4692
4693         * po/Makefile.in.in
4694                 add the --check option
4695                 Patch submitted by Ricardo Mones Lastra
4696
4697 2003-02-28 [paul]       0.8.10claws61
4698
4699         * src/prefs_account.c
4700                 re-order 'Signature' items
4701
4702 2003-02-28 [paul]       0.8.10claws60
4703
4704         * sync with 0.8.10cvs20
4705                 see ChangeLog 2003-02-28
4706
4707 2003-02-28 [paul]       0.8.10claws59
4708
4709         * po/POTFILES.in
4710                 update to reflect recent movement of files
4711
4712 2003-02-28 [paul]       0.8.10claws58
4713
4714         * sync with 0.8.10cvs19
4715                 see ChangeLog 2003-02-28
4716
4717 2003-02-27 [martin]     0.8.10claws57
4718
4719         * src/prefs_matcher.c 
4720                 fix segfault in prefs_matcher_ok() when the
4721                 last entry is deleted and prevents that the
4722                 message "entry not saved" comes up after deleting
4723                 an entry
4724
4725 2003-02-27 [martin]     0.8.10claws56
4726
4727         * src/prefs_filtering.c 
4728                 fix segfault in prefs_filtering_ok() when the
4729                 last entry is deleted and prevents that the
4730                 message "entry not saved" comes up after deleting
4731                 an entry
4732
4733 2003-02-27 [paul]       0.8.10claws55
4734
4735         * sync with 0.8.10cvs18
4736                 see ChangeLog 2003-02-27
4737
4738 2003-02-27 [paul]       0.8.10claws54
4739
4740         * src/addressbook.c
4741                 fix bug where the address book crashes with 
4742                 multiple lookups.
4743                 Patch [687729] submitted by David Frager 
4744                 <dbfrager@users.sourceforge.net>
4745
4746 2003-02-25 [christoph]  0.8.10claws53
4747
4748         * src/Makefile.am
4749         * src/colorlabel.[ch]           ** REMOVE **
4750         * src/gtk/Makefile.am
4751         * src/gtk/colorlabel.[ch]       ** NEW **
4752                 move colorlabel files to gtk directory
4753
4754         * src/esmtp.[ch]                ** REMOVE **
4755                 has been merged into smtp.[ch] in 0.7.5
4756
4757 2003-02-25 [christoph]  0.8.10claws52
4758
4759         * src/Makefile.am
4760         * src/about.[ch]                ** REMOVE **
4761         * src/gtk/Makefile.am
4762         * src/gtk/about.[ch]            ** NEW **
4763                 move about files to gtk directory
4764
4765 2003-02-25 [christoph]  0.8.10claws51
4766
4767         * src/folder.c
4768                 some code optimization of folder scanning code
4769
4770         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4771
4772 2003-02-25 [christoph]  0.8.10claws50
4773
4774         * src/main.c
4775         * src/common/sylpheed.c
4776                 add command line parameter parsing to common code
4777
4778 2003-02-24 [christoph]
4779
4780         * Makefile.am
4781         * configure.ac
4782                 fix gnome prefix problems, the configure script now removed
4783                 `gnome-config --prefix` from `gnome-config --datadir`
4784                 and adds $(prefix} instead
4785
4786         (closes Bug 24 Makefile does not respect prefix when installing
4787          GNOME data)
4788
4789 2003-02-24 [christoph]  0.8.10claws49
4790
4791         * src/news.c
4792                 check for valid session before trying to authenticate
4793
4794         (closes Bug 60 crash if "authenticate on logon" is activated
4795          and newsserver-hostname is not valid)
4796
4797 2003-02-24 [melvin]     0.8.10claws48
4798
4799         * src/prefs_actions.c
4800                 Make sure all user's input is sent to the action and then
4801                 close the socket..
4802
4803 2003-02-23 [alfons]     0.8.10claws46
4804
4805         * src/summaryview.c
4806                 also wait cursor when deleting files
4807
4808 2003-02-23 [paul]
4809
4810         * tools/freshmeat_search.pl
4811           tools/google_search.pl
4812                 scripts should now work for any browser/browser command line
4813
4814 2003-02-22 [christoph]  0.8.10claws45
4815
4816         * src/procmsg.c
4817                 fix IMAP flag setting, IMAP flag is not handled correctly
4818                 anymore by the folder system and information about the
4819                 folder should not be saved in the MsgInfo (in my opinion)
4820
4821         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4822
4823 2003-02-22 [christoph]  0.8.10claws44
4824
4825         * src/summaryview.c
4826                 fix spelling of "label" ;-)
4827
4828 2003-02-22 [thorsten]   0.8.10claws43
4829
4830         * src/mimeview.c
4831           src/prefs_common.[ch]
4832           src/procmime.[ch]
4833                 do not use description as attachment name
4834
4835 2003-02-22 [alfons]     0.8.10claws42
4836
4837         * src/summaryview.c
4838                 freeze/thaw folder item updates when changing color labels,
4839                 and put a wait cursors on
4840
4841 2003-02-22 [thorsten]   0.8.10claws41
4842
4843         * src/mimeview.c
4844                 save-all fixes: crash if invoked on multipart container,
4845                 mimeinfo access, pathseparators, error dialog
4846
4847 2003-02-21 [alfons]     0.8.10claws40
4848
4849         * src/prefs_gtk.c
4850                 remove unused var
4851
4852 2003-02-21 [colin]      0.8.10claws39
4853
4854         * src/send.c
4855                 Fix smtp logging
4856
4857 2003-02-21 [colin]      0.8.10claws38
4858
4859         * src/summaryview.c
4860                 Freeze/thaw folderItem updates when filtering messages 
4861                 via Tools/Filter messages
4862
4863 2003-02-21 [paul]       0.8.10claws37
4864
4865         * src/compose.c
4866                 revert commit 0.8.10claws26, there are ulterior motives
4867                 for users to set a Reply-To header when posting to
4868                 newsgroups
4869
4870 2003-02-21 [paul]       0.8.10claws36
4871
4872         * sync with 0.8.10cvs17
4873                 see ChangeLog 2003-02-21
4874
4875 2003-02-20 [christoph]  0.8.10claws35
4876
4877         * src/imap.c
4878                 IMAP UID fetch speedup using SEARCH
4879
4880         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4881
4882         * src/imap.c
4883                 fix problem with UIDs in IMAP UID cache that no longer existed
4884
4885 2003-02-20 [christoph]  0.8.10claws34
4886
4887         * src/imap.c
4888         * src/procheader.c
4889         * src/procheader.h
4890                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4891
4892         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4893
4894         * src/imap.c
4895                 Rewrite imap_cmd_gen_recv use sock_getline instead
4896                 of sock_gets to avoid problems with too long reply
4897                 lines
4898     
4899 2003-02-20 [colin]      0.8.10claws33
4900         
4901         * src/prefs_account.c
4902                 Better wording
4903
4904 2003-02-20 [colin]      0.8.10claws32
4905
4906         * src/compose.c
4907                 Remove useless '&& !to_sender' 
4908
4909 2003-02-20 [darko]
4910
4911         * AUTHORS
4912                 change my e-mail address
4913
4914 2003-02-19 [colin]      0.8.10claws31
4915
4916         * src/prefs_common.c
4917                 X11 style colors for every configurable color
4918
4919 2003-02-19 [alfons]     0.8.10claws30
4920
4921         * src/prefs_gtk.[ch]
4922         * src/prefs_common.c
4923                 for color_new accept both plain integers and X11 style color
4924                 names (as found in /usr/lib/X11/rgb.txt)
4925
4926 2003-02-19 [paul]       0.8.10claws29
4927
4928         * src/mainwindow.c
4929                 add tooltips to online/offline button and account selector
4930                 button
4931
4932 2003-02-19 [paul]       0.8.10claws28
4933
4934         * src/folder.c
4935           src/news.c
4936           src/prefs_account.[ch]
4937           src/prefs_common.[ch]
4938                 move 'Maximum number of articles to download' to
4939                 account prefs.
4940                 clean up account prefs gui a little by hiding entries
4941                 rather then greying out entries
4942
4943 2003-02-19 [hiro]       0.8.10claws27
4944
4945         * src/common/utils.c
4946                 fix bug #54 'yesterdays date is displayed in the message 
4947                 summary window'
4948
4949 2003-02-19 [paul]       0.8.10claws26
4950
4951         * src/compose.c
4952                 fix bug reported in Feature Request [688596] 
4953                 'Reply-to header in news'
4954
4955 2003-02-18 [paul]       0.8.10claws25
4956
4957         * src/select-keys.c
4958                 add a 'List all keys' button to key selection dialog
4959
4960 2003-02-18 [colin]      0.8.10claws24
4961         
4962         * src/stock_pixmap.c
4963                 fix compile error
4964
4965 2003-02-18 [colin]      0.8.10claws23
4966
4967         * src/common/smtp.[ch]
4968           src/prefs_account.c
4969                 Try to starttls if it seems to be the only
4970                 way to authenticate a user
4971
4972 2003-02-18 [paul]       0.8.10claws22
4973
4974         * src/Makefile.am
4975           src/folderview.c
4976           src/stock_pixmap.[ch]
4977           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4978           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4979                 as a Drafts folder is a special folder allow it to have
4980                 its own unique icons
4981
4982 2003-02-18 [colin]      0.8.10claws21
4983
4984         * src/imap.c
4985                 Fix port selection when using starttls
4986
4987 2003-02-18 [paul]       0.8.10claws20
4988
4989         * src/mainwindow.c
4990           src/prefs_common.[ch]
4991                 make blue the default new mail colour
4992
4993 2003-02-18 [paul]       0.8.10claws19
4994
4995         * sync with 0.8.10cvs14
4996                 see ChangeLog 2003-02-18
4997
4998 2003-02-17 [jens]       0.8.10claws18
4999
5000         * src/common/md5.c
5001                 fixed a compile problem with gcc 3.3
5002                 works on 2.95.3 too (testet on PPC as it is big endian)
5003
5004 2003-02-17 [paul]       0.8.10claws17
5005
5006         * sync with 0.8.10cvs13
5007                 see ChangeLog 2003-02-17
5008
5009 2003-02-17 [paul]       0.8.10claws16
5010
5011         * sync with 0.8.10cvs12
5012                 see ChangeLog 2003-02-17
5013
5014 2003-02-16 [match]      0.8.10claws15
5015
5016         * src/addressbook.c
5017                 Eliminates reloading of address data when items
5018                 deleted or added. Applied submitted by
5019                 Luke Plant <lukeplant@softhome.net>
5020
5021 2003-02-16 [paul]       0.8.10claws14
5022
5023         * src/news.c
5024                 when a 'protocol error' is encountered disconnect from
5025                 the server. This means that the user can carry on viewing
5026                 other articles and doesn't have to either wait until the
5027                 server timesout or quit sylpheed.
5028                 Fixes bug #53 'Unable to read messages in newsgroups, 
5029                 displayed message doesn't change'
5030
5031 2003-02-15 [christoph]  0.8.10claws13
5032
5033         * src/imap.c
5034                 fix bug that stopped scanning of folders when an
5035                 IMAP folder was empty
5036
5037         (closes bug 46 stop scan messages in folders after empty folder)
5038
5039 2003-02-15 [paul]
5040
5041         * tools/Makefile.am
5042           tools/README
5043           tools/freshmeat_search.pl     ** NEW FILE **
5044           tools/google_search.pl        ** NEW FILE **
5045                 Add 2 Actions scripts which search freshmeat/google
5046                 for the selected text using the browser configured
5047                 in sylpheedrc.
5048                 
5049         Note: These scripts are very dependent on the format of the
5050         browser command and may not work on every occasion. Testing
5051         is welcome. 
5052
5053 2003-02-14 [alfons]     0.8.10claws12
5054
5055         * src/compose.c
5056                 fix breakage because of uninitialized account pointer.
5057                 please verify.
5058
5059 2003-02-14 [paul]       0.8.10claws11
5060
5061         * src/compose.c
5062           src/prefs_account.[ch]
5063           src/prefs_common.[ch]
5064                 move signature settings to Account Prefs
5065
5066 2003-02-14 [paul]       0.8.10claws10
5067
5068         * sync with 0.8.10cvs11
5069                 see ChangeLog 2003-02-14
5070
5071 2003-02-13 [thorsten]   0.8.10claws9
5072
5073         * src/news.c
5074                 revert news progressbar (GUI separation)
5075
5076 2003-02-13 [paul]       0.8.10claws8
5077
5078         * src/compose.c
5079                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5080                 paragraph 1
5081
5082 2003-02-13 [paul]       0.8.10claws7
5083
5084         * src/compose.[ch]
5085           src/summaryview.c
5086                 fix 'Follow-up and Reply-to' so that it creates a reply to
5087                 the newsgroup and the sender. If the message has the keyword
5088                 'poster' in the Followup-To header, all replies go to the
5089                 sender, re: RFC 1036, Section 2.2.3
5090                 rename all instances of 'ignore_replyto' to 'to_sender', both
5091                 were previously used, now we use just one.
5092
5093 2003-02-13 [paul]       0.8.10claws6
5094
5095         * sync with 0.8.10cvs9
5096                 see ChangeLog 2003-02-13
5097
5098 2003-02-13 [paul]       0.8.10claws5
5099
5100         * configure.ac
5101                 show which plugins are configured in the configure
5102                 output.
5103
5104 2003-02-12 [thorsten]   0.8.10claws4
5105
5106         * src/news.c
5107                 show progress while fetching news headers
5108
5109 2003-02-12 [christoph]  0.8.10claws3
5110
5111         * configure.ac
5112         * src/plugins/Makefile.am
5113                 use AM_CONDITIONAL to enable plugins, automake correctly
5114                 manages this when creating distdir
5115
5116 2003-02-12 [christoph]  0.8.10claws2
5117
5118         * ac/spamassassin.m4
5119         * src/plugins/spamassassin/Makefile.am
5120                 fix building SpamAssassin plugin without OpenSSL
5121
5122 2003-02-12 [paul]       0.8.10claws1
5123
5124         * ac/Makefile.am
5125           src/Makefile.am
5126           src/plugins/Makefile.am
5127                 fix failure of 'make release'
5128
5129 2003-02-12 [paul]       0.8.10claws
5130
5131         * 0.8.10claws released
5132
5133 2003-02-12 [paul]       0.8.9claws56
5134
5135         * po/bg.po
5136           po/es.po
5137           po/it.po
5138           po/ru.po
5139           po/sr.po
5140                 updated translations by George Danchev, Ricardo Mones Lastra,
5141                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5142                 
5143         * sylpheed.spec.in
5144                 Allow the building of RPMs by a regular user. Submitted
5145                 by Sergei Astanin
5146
5147 2003-02-11 [alfons]     0.8.9claws55
5148
5149         * src/colorlabel.c
5150                 don't use pixmaps for label color rect but draw rectangles
5151                 so we can respect the color map of palette based visuals
5152                 (fixes the long time crashes on Suns - thanks to Andreas
5153                 Engel and Steve O'Hara-Smith for testing)
5154
5155 2003-02-11 [christoph]  0.8.9claws54
5156
5157         * src/matcher_parser_parse.y
5158                 correct bug where filering rules of not existing folders in
5159                 matcherrc were added to global filtering
5160                 
5161         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5162          main filter-rules after removing directory, http://bugs.debian.org/180253)
5163         
5164 2003-02-11 [paul]       0.8.9claws53
5165
5166         * sync with 0.8.10cvs7
5167                 see ChangeLog 2003-02-09
5168
5169 2003-02-11 [melvin]     0.8.9claws52
5170
5171         * po/fr.po
5172                 Updated French tranlsations
5173
5174 2003-02-10 [paul]       0.8.9claws51
5175
5176         * sylpheed.spec.in
5177                 correct --enable-openssl
5178                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5179
5180 2003-02-09 [martin]     0.8.9claws50
5181
5182         * src/prefs_matcher.c
5183                 fix segfault in prefs_matcher_substitute_cb() when
5184                 no row is selected
5185
5186 2003-02-09 [paul]       0.8.9claws49
5187
5188         * src/folderview.c
5189                 fix bug where a newsgroup folder's processing rules were
5190                 merged with the global filtering rules when the newsgroup
5191                 folder was deleted, causing some seriously bad results,
5192                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5193
5194 2003-02-08 [melvin]     0.8.9claws48
5195
5196         * src/compose.c
5197                 Corrected and modified an alert message.
5198
5199 2003-02-07 [paul]       0.8.9claws47
5200
5201         * src/folderview.c
5202                 fix bug where both an 'Account properties' window and a
5203                 'Folder properties' window were opened when clicking on
5204                 'Properties' in an NNTP or IMAP folder's popup menu.
5205
5206 2003-02-07 [paul]       0.8.9claws46
5207
5208         * sync with 0.8.10cvs6
5209                 see ChangeLog 2003-02-06
5210
5211 2003-02-06 [christoph]  0.8.9claws45
5212
5213         * src/mbox.c
5214                 freeze folder updates while importing mbox files
5215                 (closes bug 43 importing mbox took hours)
5216                 
5217         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5218
5219 2003-02-06 [thorsten]   0.8.9claws44
5220
5221         * po/de.po
5222                 Updated german translations
5223
5224 2003-02-06 [thorsten]   0.8.9claws43
5225
5226         * src/news.h
5227                 use guint for message numbers (fix count in grouplist dialog)
5228
5229 2003-02-05 [paul]       0.8.9claws42
5230
5231         * sync with 0.8.10cvs2
5232                 see ChangeLog 2003-02-05
5233
5234 2003-02-04 [colin]      0.8.9claws41
5235
5236         * src/prefs_common.[ch]
5237           src/procmsg.c
5238           src/summaryview.c
5239                 Add an option to disable threading by subject
5240
5241 2003-02-04 [christoph]  0.8.9claws40
5242
5243         * src/inc.c
5244                 only abort fetching mails from multiple accounts when the
5245                 error is fatal and does not allow to check any more accounts
5246                 (currently only disk full error)
5247
5248         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5249          receive mails for other accouts)
5250
5251 2003-02-04 [christoph]  0.8.9claws39
5252
5253         * src/folder.c
5254                 first add the new message to the cache, then
5255                 send the update notification
5256
5257         (closes bug 39 after sending message folderview doesnt get updated)
5258
5259 2003-02-04 [colin]      0.8.9claws38
5260
5261         * src/inc.c
5262                 _really_ fix this Connecting... status
5263
5264 2003-02-04 [paul]       0.8.9claws37
5265
5266         * sync with 0.8.10
5267                 see ChangeLog 2003-02-04
5268
5269 2003-02-04 [paul]       0.8.9claws36
5270
5271         * sync with 0.8.9cvs6
5272                 see ChangeLog 2003-02-03
5273
5274 2003-02-04 [paul]       0.8.9claws35
5275
5276         * po/pt_BR.po
5277                 updated by André Filipe de Assunção e Brito 
5278                 <bedecko@netsite.com.br>
5279
5280 2003-02-03 [thorsten]   0.8.9claws34
5281
5282         * po/de.po
5283                 Updated german translations
5284
5285 2003-02-02 [paul]       0.8.9claws33
5286
5287         * po/es.po
5288                 updated by Ricardo Mones Lastra
5289
5290 2003-02-02 [thorsten]   0.8.9claws32
5291
5292         * src/mh.c
5293                 Fix mh_get_msginfo() segfault if file is inaccessible
5294
5295 2003-01-31 [colin]      0.8.9claws31
5296
5297         * src/procheader.c
5298                 Fix last commit's bug
5299
5300 2003-01-31 [colin]      0.8.9claws30
5301
5302         * src/procheader.c
5303                 Missing a change for gpg-signed messages
5304
5305 2003-01-31 [paul]       0.8.9claws29
5306
5307         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5308           src/procheader.c
5309           src/stock_pixmap.[ch]
5310           src/summaryview.c
5311                 indicate GnuPG signed messages by displaying an icon
5312                 in the Attachment column.
5313
5314 2003-01-31 [paul]       0.8.9claws28
5315
5316         * sync with 0.8.9cvs4
5317                 see ChangeLog 2003-01-31
5318
5319 2003-01-31 [alfons]     0.8.9claws27
5320
5321         * src/textview.c
5322                 tune URI parser to accept mailto URLs with a '?'
5323                 (patch from Ruslan Balkin)
5324
5325 2003-01-31 [colin]      0.8.9claws26
5326
5327         * src/summaryview.c
5328                 Fix a leak introduced in claws24
5329
5330 2003-01-31 [colin]      0.8.9claws25
5331
5332         * src/summaryview.c
5333                 Freeze/Thaw folder updates when deleting dups
5334
5335 2003-01-31 [colin]      0.8.9claws24
5336         
5337         * src/addr_compl.c
5338           src/summaryview.c
5339           src/msgcache.c
5340                 little speed improvements
5341
5342 2003-01-31 [colin]      0.8.9claws23
5343
5344         * src/summaryview.c
5345                 Fix segfault when forwarding nothing
5346                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5347                 
5348 2003-01-30 [paul]       0.8.9claws22
5349
5350         * sync with 0.8.9cvs3
5351                 see ChangeLog 2003-01-30
5352
5353 2003-01-30 [paul]       0.8.9claws21
5354
5355         * sync with 0.8.9cvs2
5356                 see ChangeLog 2003-01-30
5357
5358 2003-01-29 [paul]       0.8.9claws20
5359
5360         * sync with 0.8.9cvs1
5361                 see ChangeLog 2003-01-29
5362
5363 2003-01-28 [paul]       0.8.9claws19
5364
5365         * po/POTFILES.in
5366                 update to reflect changes. 
5367                 thanks to Ricardo Mones Lastra
5368
5369 2003-01-27 [christoph]  0.8.9claws18
5370
5371         * ac/openssl.m4
5372         * ac/spamassassin.m4
5373         * src/plugins/spamassassin/README
5374         * src/plugins/spamassassin/libspamc.[ch]
5375         * src/plugins/spamassassin/utils.[ch]
5376                 updated to latest libspamc
5377
5378 2003-01-27 [christoph]  0.8.9claws17
5379
5380         * src/folder.c
5381                 fix wrong use of procheader_get_header_fields
5382
5383 2003-01-27 [christoph]  0.8.9claws16
5384
5385         * src/news.c
5386         * src/prefs_account.[ch]
5387         * src/common/nntp.[ch]
5388                 allow to force authentication for NNTP servers
5389
5390         Patch submitted by Florian Mickler <dmk@d-labs.de>
5391
5392 2003-01-26 [paul]       0.8.9claws15
5393
5394         * src/summaryview.c
5395                 speed up of marking messages as read
5396                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5397
5398 2003-01-26 [christoph]  0.8.9claws14
5399
5400         * src/Makefile.am
5401         * src/mgutils.[ch]              ** REMOVE **
5402         * src/xml.[ch]                  ** REMOVE **
5403         * src/xmlprops.[ch]             ** REMOVE **
5404         * src/common/Makefile.am
5405         * src/common/mgutils.[ch]       ** NEW **
5406         * src/common/xml.[ch]           ** NEW **
5407         * src/common/xmlprops.[ch]      ** NEW **
5408                 move xml files to common directory
5409
5410 2003-01-26 [christoph]  0.8.9claws13
5411
5412         * src/plugins/spamassassin/spamassassin_gtk.c
5413                 only set gtk entry text if string is available
5414
5415 2003-01-26 [melvin]     0.8.9claws12
5416
5417         * src/description_window.c
5418                 Allow resizing of the window
5419                 Allow automatic horizontal scroll bar
5420                 Do not vertically expand and fill
5421
5422 2003-01-26 [christoph]  0.8.9claws11
5423
5424         * src/Makefile.am
5425         * src/gtkutils.[ch]             ** REMOVE **
5426         * src/common/sylpheed.c
5427         * src/gtk/Makefile.am
5428         * src/gtk/description_window.c
5429         * src/gtk/gtkutils.[ch]         ** NEW **
5430         * src/gtk/prefswindow.c
5431                 move gtkutils to gtk directory
5432
5433 2003-01-26 [paul]       0.8.9claws10
5434
5435         * src/summaryview.c
5436                 rename summary_unread_clicked() to summary_status_clicked()
5437
5438 2003-01-26 [melvin]     0.8.9claws9
5439
5440         * src/prefs_actions.c
5441                 Cosmetical changes to the help text
5442
5443 2003-01-26 [paul]       0.8.9claws8
5444
5445         * src/folder.[ch]
5446           src/mainwindow.c
5447           src/prefs_common.c
5448           src/prefs_sumamry_column.c
5449           summaryview.[ch]
5450                 rename the 'Unread' column to 'Status'
5451
5452 2003-01-25 [match]      0.8.9claws7
5453
5454         * src/mgutils.[ch]
5455                 removed reference to LDAP constants. removed error2string.
5456                 included functions to support LDAP dynamic queries.
5457         * src/syldap.h
5458                 moved LDAP constants here.
5459         * src/addressbook.c
5460         * src/addrindex.c
5461         * src/importldif.c
5462                 removed references to LDAP constants and references to
5463                 error2string.
5464
5465 2003-01-25 [paul]       0.8.9claws6
5466
5467         * src/summaryview.c
5468                 summary_thread_build(), summary_thread_init(): remove 
5469                 unneeded reference to summaryview->folder_item
5470
5471 2003-01-25 [christoph]  0.8.9claws5
5472
5473         * src/gtk/description_window.c
5474                 o allow description texts to expand over multiple columns
5475                 o translate all columns
5476         * src/prefs_actions.c
5477                 change syntax description to use new multi column feature
5478
5479         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5480
5481 2003-01-25 [match]      0.8.9claws4
5482
5483         * src/vcard.c
5484                 fixed bug with Quoted-Printable
5485
5486 2003-01-25 [paul]       0.8.9claws3
5487
5488         * src/folder.[ch]
5489           src/summaryview.[ch]
5490                 implement per-folder collapsed/expanded threads setting
5491                 
5492         * src/prefs_common.c
5493                 remove global collapsed/expanded threads option
5494
5495 2003-01-25 [christoph]  0.8.9claws2
5496
5497         * po/POTFILES.in
5498                 add pluginwindow and prefswindow
5499         * src/compose.c
5500                 make send respond correctly to messages that could be added
5501                 to the queue folder, but the UID of the message is unknown
5502         * src/folder.c
5503         * src/imap.c
5504                 don't return guessed UIDs in imap_add_msg anymore. We return
5505                 0 to tell the folder system it was appened but the UID is
5506                 unknown. Folder system now get's the UID by scaning the folder
5507                 and searching the cache for the Message-ID
5508                 (closes bug #29 Messages queued, but not sent)
5509
5510 2003-01-25 [paul]       0.8.9claws1
5511
5512         * src/codeconv.c
5513                 conv_encode_header():  fix bug when long headers with 8-bit
5514                 characters are used, so that the encoded words are wrapped.
5515                 If the space in the original text falls on the wrap boundary,
5516                 it can be lost.
5517                 Patch by Sergey Vlasov.
5518                 
5519         * src/folderview.c
5520                  fix bug where a change to the sorting method or thread view
5521                  of a folder's messages is lost if simpify-subject is set and
5522                  toggled on or off.
5523                  Patch by Luke Plant.
5524
5525 2003-01-24 [paul]       0.8.9claws
5526
5527         * sylpheed-0.8.9claws released
5528         
5529         * Makefile.am
5530           sylpheed.spec.in
5531                 remove reference to 'INSTALL.jp'
5532
5533 2003-01-23 [paul]       0.8.8claws128
5534
5535         * po/es.po
5536           po/it.po
5537           po/ru.po
5538           po/sr.po
5539                 updated translations. submitted by Ricardo Mones Lastra,
5540                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5541
5542 2003-01-23 [colin]      0.8.8claws127
5543
5544         * src/compose.c
5545                 Fix drafted and queued news articles re-edition
5546
5547 2003-01-23 [melvin]     0.8.8claws126
5548
5549         * po/fr.po
5550                 Updated French translations
5551
5552 2003-01-23 [colin]      0.8.8claws125
5553
5554         * src/inc.c
5555                 Fix "Connecting to..." status message
5556
5557 2003-01-22 [paul]       0.8.8claws124
5558
5559         * po/bg.po
5560                 updated by George Danchev
5561                 
5562         * src/folder.c
5563                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5564                 and folder deletion
5565
5566 2003-01-21 [paul]       0.8.8claws123
5567
5568         * po/bg.po
5569                 updated by George Danchev
5570                 
5571         * src/about.c
5572                 its now 2003
5573                 
5574         * src/toolbar.c
5575                 don't translate 'Separator'
5576                 
5577         * src/plugins/spamassassin/Makefile.am
5578                 add aspell to CPPFLAGS
5579                 
5580         * src/plugins/spamassassin/spamassassin.c
5581           src/plugins/spamassassin/spamassassin_gtk.c
5582                 set correct default for spamassassin_receive_spam
5583                 slightly re-word descriptions and some
5584                 other minor changes
5585
5586 2003-01-19 [alfons]     0.8.8claws122
5587                 
5588         * src/mimeview.c
5589                 mimeview_save_as(): we might as well show the file name for
5590                 the single case "Save As" too
5591
5592 2003-01-19 [alfons]     0.8.8claws121
5593
5594         * src/crash.c
5595                 change bug tracker URL to bugzilla URL
5596
5597 2003-01-19 [alfons]     0.8.8claws120
5598
5599         * src/mimeview.c
5600                 mimeview_save_all(): display name of file before overwriting;
5601                 continue saving all, even when one overwrite was cancelled
5602
5603 2003-01-19 [christoph]  0.8.8claws119
5604
5605         * src/summaryview.c
5606         * src/procmsg.[ch]
5607                 fix wrong usage of procmsg_find_children in summaryview
5608                 by using procmsg_update_unread_children instead of
5609                 summaryview_update_unread_children
5610
5611 2003-01-19 [christoph]  0.8.8claws118
5612
5613         * src/procmsg.c
5614                 fix infinite loop in procmsg_find_children
5615                  (closes bug #25 sylpheed crashes on delete.)
5616
5617         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5618
5619 2003-01-19 [paul]       0.8.8claws117
5620
5621         * po/pt_BR.po
5622                 updated by Ivan Francolin Martinez
5623
5624 2003-01-18 [melvin]     0.8.8claws116
5625
5626         * src/prefs_actions.c
5627                 Removed syntax limitation of only one '&' at the end of command.
5628                         Now actions that contain '>/dev/null 2>&1' are possible.
5629
5630 2003-01-18 [melvin]     0.8.8claws115
5631
5632         * src/prefs_actions.c
5633                 Actions IO dialog: when the action ends
5634                 the "Close" button now has focus and [Escape] closes the
5635                 window.
5636
5637 2003-01-18 [christoph]  0.8.8claws114
5638
5639         * src/procmsg.c
5640                 o add debug output when MsgInfos are really freed
5641                 o free GSLists in procmsg_find_children and
5642                   procmsg_update_unread_children
5643
5644 2003-01-18 [christoph]  0.8.8claws113
5645
5646         * src/mainwindow.c
5647                 reorder Configuration menu
5648
5649 2003-01-18 [christoph]  0.8.8claws112
5650
5651         * src/compose.c
5652                 fix applying templates to forwarded messages
5653
5654         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5655
5656 2003-01-17 [christoph]  0.8.8claws111
5657
5658         * src/folder.c
5659                 destroy folder items, when a folder item is removed
5660
5661 2003-01-17 [christoph]  0.8.8claws110
5662
5663         * src/folder.c
5664                 fix wrong folder stats update when ignored message is
5665                 deleted
5666
5667 2003-01-17 [colin]      0.8.8claws109
5668         
5669         * src/mainwindow.c
5670         * src/summaryview.c
5671                 Quicksearch bugfixes: 
5672                 - hide help button at startup if not extended
5673                 - switch to extended when looking for replies
5674
5675 2003-01-17 [paul]
5676
5677         * sync with 0.8.9 release
5678
5679 2003-01-17 [paul]       0.8.8claws108
5680
5681         * sync with 0.8.8cvs11
5682                 see ChangeLog 2003-01-17
5683
5684 2003-01-16 [colin]      0.8.8claws107
5685
5686         * src/procmsg.c
5687                 Changed encryption test to re-ask passphrase
5688                 if an encrypted message hasn't been decrypted
5689                 Fixes bug #5
5690
5691 2003-01-16 [christoph]  0.8.8claws106
5692
5693         * src/prefs_gtk.c
5694         * src/prefs_toolbar.c
5695         * src/gtk/prefswindow.h
5696         * src/plugins/spamassassin/spamassassin_gtk.c
5697                 remove page destroy function that is not used anymore
5698
5699 2003-01-16 [paul]       0.8.8claws105
5700
5701         * sync with 0.8.8cvs9
5702                 see ChangeLog 2002-01-16
5703
5704 2003-01-16 [colin]      0.8.8claws104
5705
5706         * src/compose.[ch]
5707                 Fix bug with autosaved drafts for IMAP, when draft
5708                 folder is specified - fixes bugzilla bug #20
5709
5710 2003-01-15 [paul]       0.8.8claws103
5711
5712         * src/compose.[ch]
5713           src/procmsg.c
5714                 store folder and message-id of message forwarding
5715                 in queue header and set forward flag after sending
5716
5717 2003-01-15 [paul]       0.8.8claws102
5718
5719         * sync with 0.8.8cvs8
5720                 see ChangeLog 2002-01-15
5721
5722 2003-01-15 [colin]      0.8.8claws101
5723
5724         * src/Makefile.am
5725                 Fix linking with GNU libiconv
5726
5727 2003-01-15 [darko]      0.8.8claws100
5728
5729         * src/pine.c
5730                 fix crash when importing pine address book
5731                 entry with an empty name (reported by DY
5732                 <dybulk at tri8.net>)
5733
5734 2003-01-14 [paul]       0.8.8claws99
5735
5736         * configure.in  ** REMOVED **
5737           configure.ac  ** NEW FILE **
5738                 rename configure.in to configure.ac, as it is now
5739                 preferred
5740
5741 2003-01-14 [melvin]     0.8.8claws98
5742
5743         * src/folderview.c
5744                 folderview_check_new(): More precise function description
5745
5746 2003-01-14 [melvin]     0.8.8claws97
5747
5748         * src/folderview.c
5749                 folderview_check_new(): return the number of new messages 
5750                         since last check.
5751         * src/inc.c
5752                 inc_account_mail(): Disable counting of new messages for IMAP
5753                         and NNTP until bug [19] and [14] are fixed.
5754
5755 2003-01-14 [paul]       0.8.8claws96
5756
5757         * sync with 0.8.8cvs6
5758                 see ChangeLog 2003-01-14
5759
5760 2003-01-13 [alfons]     0.8.8claws95
5761
5762         * src/textview.c
5763                 tune email address validation (c. 0.8.8claws89): if . is 
5764                 just one char away from @, the address is invalid too 
5765                 (correctly rejects addresses like foo@.com)
5766
5767 2003-01-13 [paul]       0.8.8claws94
5768
5769         * src/messageview.c
5770           src/toolbar.c
5771                 fixes to the Message View toolbar and menu:
5772                 fix non-functioning Forward button
5773                 make Reply button consider default_reply_list
5774                 remove 'Follow-up...' menu entry
5775                 add 'Forward' and 'Redirect' menu entries
5776
5777 2003-01-13 [melvin]     0.8.8claws93
5778
5779         * src/inc.c
5780                 Fixed typo that could make new messages count incorrect.
5781
5782 2003-01-13 [melvin]     0.8.8claws92
5783
5784         * src/folderview.[ch]
5785                 folderview_check_new(): return the number of new messages.
5786         * src/inc.c
5787                 Should fix bug [14] where new mail notification worked 
5788                         incorrectly with IMAP accounts.
5789                 inc_spool_account(): return number of new msgs, or -1 on error
5790                 inc_all_spool(): return number of new msgs
5791                 
5792 2003-01-13 [melvin]     0.8.8claws91
5793
5794         * src/prefs_actions.c
5795                 Justify help text.
5796
5797 2003-01-12 [thorsten]   0.8.8claws90
5798
5799         * src/common/prefs.c
5800                 close file before rename
5801
5802 2003-01-12 [alfons]     0.8.8claws89
5803
5804         * AUTHORS
5805                 add Christian Mertes
5806         * src/common/utils.[ch]
5807                 g_stricase_hash(), g_stricase_equal(): functions for 
5808                 case insensitive hash tables
5809         * src/textview.c
5810                 use top level domain names to validate email address, based
5811                 on a patch by Christian Mertes (thanks!), but changed 
5812                 implementation to use a hash table 
5813
5814 2003-01-12 [paul]       0.8.8claws88
5815
5816         * po/bg.po
5817                 updated by George Danchev
5818
5819 2003-01-12 [alfons]     0.8.8claws87
5820
5821         * src/summaryview.c
5822                 delete / execute performance: use new style folder update
5823
5824 2003-01-12 [paul]       0.8.8claws86
5825
5826         * sync with 0.8.8cvs5
5827                 see ChangeLog 2003-01-13 (!)
5828
5829 2003-01-12 [alfons]     0.8.8claws85
5830
5831         * src/filtering.c
5832         * src/matcher_parser_parse.y
5833                 prepare change_score filtering action
5834         * src/matcher.[ch]
5835                 give up const-correctness on functions that call non-const-correct functions;
5836                 several casts to gpointer in g_free();
5837                 add change_score;
5838
5839 2003-01-12 [christoph]  0.8.8claws84
5840
5841         * src/compose.c
5842                 fix 2 warnings
5843
5844         * src/gtk/prefswindow.[ch]
5845         * src/plugins/spamassassin/spamassassin_gtk.c
5846                 changed the call of the widget create function
5847                 for PrefsPages, because sometimes the widget
5848                 create function needs a widget that already has
5849                 been attached to a window (to create GDK pixmaps
5850                 for exmaple). So we simply pass the GtkWindow as
5851                 the second parameter now.
5852
5853         * src/main.c
5854         * src/mainwindow.c
5855         * src/prefs_toolbar.[ch]
5856                 rewrite Toolbar Preferences using the new
5857                 prefs window
5858
5859 2003-01-11 [alfons]     0.8.8claws83
5860
5861         * src/addressadd.c
5862                 fix crash when adding sender to addressbook because status bar
5863                 isn't there (the status bar doesn't seem to be used though,
5864                 but I'll let Match decide what to do with it)
5865
5866 2003-01-11 [colin]      0.8.8claws82
5867
5868         * src/main.c
5869           src/toolbar.c
5870                 Two useless changes reversed
5871
5872 2003-01-11 [colin]      0.8.8claws81
5873
5874         * src/mainwindow.c
5875           src/mainwindow.h
5876                 Add mainwindow_get_mainwindow()
5877         * src/alertpanel.c
5878           src/alertpanel.h
5879                 Add alertpanel_error_log() 
5880         * src/compose.c
5881           src/inc.c
5882           src/messageview.c
5883           src/toolbar.c
5884           src/main.c
5885           src/procmsg.c
5886                 Network errors get a View Log button
5887
5888 2003-01-10 [alfons]     0.8.8claws80
5889
5890         * src/prefs_toolbar.c
5891         * src/toolbar.c
5892                 use the translatable string for "Separator" as file name for
5893                 separator toolbar items (probably make this uppercase?)
5894
5895 2003-01-10 [alfons]     0.8.8claws79
5896
5897         * src/prefs_toolbar.c
5898                 put right A_SEPARATOR description string in "displayed
5899                 toolbar items list" so manually added separators are
5900                 saved correctly (bug #10, "Adding a separator to the main 
5901                 toolbar fails, entry in xml file is wrong")
5902
5903 2003-01-10 [christoph]  0.8.8claws78
5904
5905         * src/imap.c
5906                 o fix warnings
5907                 o use CAPABILITY to check if NAMESPACE is available
5908
5909 2003-01-10 [christoph]  0.8.8claws77
5910
5911         * src/imap.[ch]
5912                 apply UIDPLUS IMAP extension support patch
5913
5914         Patch submitted by Simon 'corecode' Schubert
5915
5916 2003-01-10 [paul]       0.8.8claws76
5917
5918         * src/folderview.c
5919                 a sync from main which fixes the news account folders'
5920                 Properties bug
5921
5922 2003-01-10 [christoph]  0.8.8claws75
5923
5924         * src/folder.c
5925                 don't accept 0 as a valid uid returned by copy and move
5926                 functions. 0 means the message was copied or moved but the
5927                 new uid could not be fetched. It is not an error condition
5928                 for the copy or move operation.
5929
5930 2003-01-10 [paul]       0.8.8claws74
5931
5932         * src/prefs_filtering.c
5933                 change English used in Alert when entry is not
5934                 saved.
5935                 
5936         * sync with 0.8.8cvs4
5937                 see ChangeLog 2003-01-10
5938
5939 2003-01-10 [darko]      0.8.8claws73
5940
5941         * src/pine.c
5942                 fix crash when importing address book entry
5943                 without a valid address
5944
5945 2003-01-09 [alfons]     0.8.8claws72
5946
5947         * src/inc.c
5948                 filtering performance: use new style folder update
5949
5950 2003-01-09 [christoph]  0.8.8claws71
5951
5952         * src/compose.c
5953         * src/gtk/menu.[ch]
5954                 fix wrong selecting of mime encoding type, when
5955                 opening property dialog of attachments in the
5956                 compose window. 7bit was always selected and that
5957                 destoryed files with 8bit data.
5958                 (closes bug #9 Sylpheed-claws destroys attachments when
5959                  changing MIME-types)
5960
5961 2003-01-09 [paul]       0.8.8claws70
5962
5963         * sync with 0.8.8cvs3
5964                 see ChangeLog 2003-01-09
5965
5966 2003-01-08 [alfons]     0.8.8claws69
5967         
5968         * src/addressadd.c
5969                 apply patch by Kim Schulz to fix build breakage
5970                 because of missing variable
5971
5972 2003-01-08 [paul]       0.8.8claws68
5973
5974         * sync with 0.8.8cvs2
5975                 see ChangeLog 2002-01-08
5976
5977 2003-01-08 [paul]       0.8.8claws67
5978
5979         * po/it.po
5980                 updated by Alessandro Maestri
5981                 
5982         * src/addressadd.c
5983                 when using 'Add sender to addressbook' allow
5984                 name to be edited and remarks to be entered
5985                 Patch submitted by Luke Plant
5986
5987 2003-01-08 [darko]      0.8.8claws66
5988
5989         * README.claws, src/summaryview.c
5990                 fix description for marked messages
5991
5992 2003-01-08 [paul]
5993
5994         * tools/Makefile.am
5995           tools/launch_phoenix  ** NEW FILE **
5996                 add script that enables using Phoenix as the default
5997                 web browser. 
5998                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5999                 
6000         * tools/OOo2sylpheed.pl
6001                 remove full path to sylpheed executable, just 'sylpheed'
6002                 will do
6003                 
6004         * tools/README
6005                 add launch_phoenix informtion and re-arrange and compress
6006                 the data a little
6007
6008 2003-01-07 [christoph]  0.8.8claws65
6009
6010         * src/folder.c
6011                 fix update for source folder when moving messages
6012         * src/procmsg.[ch]
6013         * src/summaryview.c
6014                 use function to set to_folder for message infos and
6015                 automatically update the op_count for old and new
6016                 folder
6017
6018 2003-01-07 [melvin]     0.8.8claws64
6019
6020         * src/prefs_actions.c
6021                 Fixed bug where an '%p' Action on a displayed image crashed 
6022                         Sylpheed
6023                 Code clean up (get rid of duplicated code and removed unnecessary 
6024                                 structure member)
6025
6026 2003-01-07 [christoph]  0.8.8claws63
6027
6028         * src/compose.c
6029         * src/folder.[ch]
6030         * src/folderview.c
6031         * src/import.c
6032         * src/inc.c
6033         * src/main.c
6034         * src/mainwindow.c
6035         * src/messageview.c
6036         * src/prefs_folder_item.c
6037         * src/procmsg.c
6038         * src/summaryview.c
6039         * src/toolbar.c
6040                 o remove all folder update triggering from the UI code. The folder
6041                   system should know much better when a folder needs an update.
6042                 o to prevent multiple updates in a row the folder updates can be
6043                   frozen for some time.
6044
6045                 Note: - Please verify that no updates are missing
6046                       - Check where freeze/thaws should be added
6047
6048 2003-01-07 [christoph]  0.8.8claws62
6049
6050         * src/prefs_actions.c
6051                 don't translate empty strings
6052
6053         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6054
6055 2003-01-06 [christoph]  0.8.8claws61
6056
6057         * src/prefs_actions.c
6058                 mark strings for gettext
6059         * src/prefs_matcher.c
6060                 use new description window for Execute action and
6061                 match condition in Filtering
6062
6063         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6064
6065 2003-01-06 [alfons]     0.8.8claws60
6066
6067         keep myself inspired to re-organize matcher part 8; 
6068         yes, more to come (I need to move out the descriptive
6069         text for actions to matcher.c, or at least make it not
6070         depend on the wicked ordering)
6071
6072         * src/prefs_matcher.c
6073                 add documentation so others may comprehend the
6074                 UI part of the conditions
6075                 
6076 2003-01-06 [christoph]  0.8.8claws59
6077
6078         * src/prefs_actions.c
6079                 use new description window for syntax help
6080         * src/gtk/description_window.c
6081                 fix display of descriptions with column count != 2
6082
6083         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6084
6085 2003-01-06 [christoph]  0.8.8claws58
6086
6087         * src/quote_fmt.c
6088         * src/summaryview.[ch]
6089         * src/gtk/Makefile.am
6090         * src/gtk/description_window.[ch]       ** NEW **
6091                 use a generic window to display syntax descriptions
6092                 currently used in quote_fmt and summaryview (new description
6093                 for extended quick search)
6094
6095         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6096
6097 2003-01-06 [paul]       0.8.8claws57
6098
6099         * sync with 0.8.8cvs1
6100                 see ChangeLog 2003-01-06
6101
6102 2003-01-06 [christoph]  0.8.8claws56
6103
6104         * src/mainwindow.c
6105         * src/prefs_gtk.[ch]
6106         * src/gtk/prefswindow.[ch]
6107         * src/plugins/spamassassin/spamassassin_gtk.c
6108                 o remove page management from prefswindow, pages
6109                   will be an argument to prefswindow_open
6110                 o prefswindow_open gets a datapointer that is
6111                   passed to the widget_create function to allow
6112                   creation of prefswindow for specific items
6113
6114 2003-01-06 [colin]      0.8.8claws55
6115         
6116         * src/summaryview.c
6117                 We don't want regexp in the reply-finder, 
6118                 because MIDs can contain !,$,. and so on
6119
6120 2003-01-06 [jens]       0.8.8claws54
6121
6122         * src/jpilot.c
6123                 fixed a wrong free in jpilot_read_db_files
6124
6125 2003-01-06 [alfons]     0.8.8claws53
6126
6127         re-organize matcher part 8; more to come
6128        
6129         * src/matcher.c
6130                 matcherprop_to_string(): put g_free()s before the
6131                 switch-case break to fix memleaks                
6132
6133 2003-01-06 [colin]      0.8.8claws52
6134
6135         * src/summaryview.c
6136                 cleanup & reply-finder now displays the first 
6137                 matching message
6138
6139 2003-01-05 [alfons]     0.8.8claws51
6140
6141         re-organize matcher part 7; more to come
6142
6143         * src/matcher.[ch]
6144                 fixes for constant correctness;
6145                 more documentation;
6146
6147 2003-01-05 [alfons]     0.8.8claws50
6148
6149         re-organize matcher part 6; more to come
6150         
6151         * src/matcher.[ch]
6152                 fixes for constant correctness;
6153                 more documentation;
6154         * src/filtering.c
6155                 fix for constant correctness
6156
6157 2003-01-05 [colin]      0.8.8claws49
6158
6159         * src/account.[ch]
6160                 Add account_get_reply_account function
6161         * src/compose.c
6162                 Use account_get_reply_account function 
6163         * src/summaryview.c
6164                 Basic reply-finder - click on the replied
6165                 icon gets you to the outbox using quick-search
6166
6167 2003-01-05 [paul]       0.8.8claws48
6168
6169         * src/prefs_common.c
6170                 small change to English
6171                 
6172         * src/prefs_filtering.c
6173                 prefs_filtering_action_select(): improve logic and uniformity
6174                 of gui
6175
6176 2003-01-05 [alfons]     0.8.8claws47
6177
6178         fine tune solution to focus problems (bug #7)
6179
6180         * src/mainwindow.c
6181                 mainwindow_focus_in_event(): remove grab event check
6182         * src/summaryview.c
6183                 summary_button_pressed(): move selection on right-click
6184                 too. we can't possibly move the selection back after
6185                 canceling a dialog, because gtk's incomplete focus 
6186                 management. whether this is a good solution, only time
6187                 will tell.
6188
6189 2003-01-05 [christoph]  0.8.8claws46
6190
6191         * src/imap.c
6192                 fix crash when no imap connection could be established
6193
6194 2003-01-05 [paul]       0.8.8claws45
6195
6196         * src/mainwindow.c
6197           src/sumamryview.c
6198           src/gtk/menu.[ch]
6199                 fix bug 605957 'shortcuts in popup-menu'
6200                 make user-defined shortcuts work
6201                 show shortcuts that are already defined
6202                 in the main menu
6203                 Patch submitted by Luke Plant
6204
6205 2003-01-05 [alfons]     0.8.8claws44
6206
6207         * src/mainwindow.c
6208                 focus_in_event handler should not select summary view row 
6209                 when another window (menu, dialog) grabbed for events 
6210                 (bug #7, "[0.8.8claws42] Message summary focus") 
6211
6212 2003-01-04 [christoph]  0.8.8claws43
6213
6214         * src/procmsg.c
6215                 update save folder after adding the sent message
6216                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6217
6218 2003-01-02 [christoph]  0.8.8claws42
6219
6220         * src/common/plugin.c
6221                 fix unloading of all plugins and unload
6222                 plugins in reverse order
6223                 
6224         * src/gtk/pluginwindow.c
6225                 implement function of load and unload button
6226
6227         * src/gtk/prefswindow.c
6228         * src/gtk/prefswindow.h
6229                 rename register function and add new unregister
6230                 function
6231
6232         * src/plugins/spamassassin/spamassassin_gtk.c
6233                 unregister prefs page and update for changes in
6234                 src/gtk/prefswindow.c
6235
6236 2003-01-02 [paul]       0.8.8claws41
6237
6238         * po/es.po
6239                 updated by Ricardo Mones Lastra
6240
6241 2003-01-02 [paul]
6242
6243         * tools/tb2sylpheed
6244                 fixes and improvements by Urke MMI
6245
6246 2003-01-02 [thorsten]   0.8.8claws40
6247
6248         * src/procmsg.c
6249                 fixed wrong return value
6250
6251 2003-01-02 [thorsten]   0.8.8claws39
6252
6253         * src/prefs.c
6254                 fixed printing wrong variable
6255
6256 2003-01-02 [thorsten]   0.8.8claws38
6257
6258         * src/prefs.c
6259                 fixed acessing members of freed pfile struct
6260
6261 2003-01-02 [thorsten]   0.8.8claws37
6262
6263         * src/procmsg.c
6264                 detect loops across several messages
6265                 as suggested by Christoph Hohmann
6266
6267 2003-01-01 [match]      0.8.8claws36
6268
6269         * src/addrindex.c
6270                 fixed another memory leak.
6271
6272 2003-01-01 [match]      0.8.8claws35
6273
6274         * src/jpilot.[ch]
6275                 fixed memory leaks. applied Doxygen comments.
6276
6277 2003-01-01 [thorsten]   0.8.8claws34
6278
6279         * src/procmsg.c
6280                 inhibit endless loop if msg references itself
6281                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6282
6283 2003-01-01 [christoph]  0.8.8claws33
6284
6285         * src/mainwindow.c
6286         * src/gtk/Makefile.am
6287         * src/gtk/pluginwindow.c                ** NEW **
6288         * src/gtk/pluginwindow.h                ** NEW **
6289                 add plugin window
6290
6291         * src/plugins/demo/demo.c
6292         * src/plugins/spamassassin/spamassassin.c
6293         * src/plugins/spamassassin/spamassassin_gtk.c
6294                 write better plugin descriptions
6295
6296 2002-12-31 [christoph]  0.8.8claws32
6297
6298         * src/gtk/prefswindow.c
6299         * src/plugins/spamassassin/spamassassin_gtk.c
6300                 some small improvements to GTK code
6301
6302 2002-12-31 [christoph]  0.8.8claws31
6303
6304         * src/plugins/spamassassin/spamassassin_gtk.c
6305                 enable folder select button
6306
6307 2002-12-31 [christoph]  0.8.8claws30
6308
6309         * src/mainwindow.c
6310         * src/gtk/Makefile.am
6311         * src/gtk/prefswindow.c                         ** NEW **
6312         * src/gtk/prefswindow.h                         ** NEW **
6313                 add new prefs window
6314
6315         * src/common/plugin.c
6316                 don't try to load empty config lines
6317         
6318         * src/plugins/spamassassin/Makefile.am
6319         * src/plugins/spamassassin/spamassassin.c
6320         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6321         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6322                 GTK config for SpamAssassin Plugin using
6323                 the new prefs window
6324
6325 2002-12-31 [paul]       0.8.8claws29
6326
6327         * po/POTFILES.in
6328                 remove obsolete entry 'src/menu.c'
6329
6330 2002-12-31 [alfons]     0.8.8claws28
6331
6332         * src/matcher.[ch]
6333         * src/matcher_parser_parse.y
6334         * src/prefs_matcher.c
6335                 add "ignore_thread" and "~ignore_thread" condition so it's
6336                 possible to make the actions / scoring operate on the ignore
6337                 thread flag
6338
6339 2002-12-31 [christoph]  0.8.8claws27
6340
6341         * src/addrbook.c
6342         * src/addrindex.c
6343         * src/folder.c
6344         * src/matcher.c
6345         * src/prefs_account.c
6346         * src/prefs_actions.c
6347         * src/prefs_customheader.c
6348         * src/prefs_display_header.c
6349         * src/prefs_gtk.c
6350         * src/procmime.c
6351         * src/toolbar.c
6352         * src/xmlprops.c
6353         * src/common/prefs.[ch]
6354                 extend prefs file handling for reading and automatic handling
6355                 of blocks. When reading prefs_set_block_label will automatically
6356                 move on to the block. When writing it will copy all other blocks
6357                 automatically
6358
6359         * src/common/plugin.c
6360                 Now loading plugin filenames from [Plugins] block in
6361                 sylpheed rc file
6362
6363 2002-12-30 [christoph]  0.8.8claws26
6364
6365         * src/common/hooks.[ch]
6366                 return abort status to caller of hooks_invoke
6367                 
6368         * src/inc.[ch]
6369                 invoke message filtering hook and stop
6370                 default handling when filter returns abort
6371
6372         * src/common/plugin.[ch]
6373         * src/plugins/demo/demo.c
6374                 modify plugin loader, because resolving symbols for strings
6375                 does not work correctly
6376         
6377         * configure.in
6378         * ac/spamassassin.m4                            ** NEW **
6379         * src/plugins/spamassassin/.cvsignore           ** NEW **
6380         * src/plugins/spamassassin/Makefile.am          ** NEW **
6381         * src/plugins/spamassassin/README               ** NEW **
6382         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6383         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6384         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6385                 add spamassassin plugin, see src/plugins/spamassassin/README
6386                 for details
6387
6388 2002-12-29 [alfons]     0.8.8claws25
6389
6390         * src/mainwindow.c
6391                 when moving focus from a message view to the main 
6392                 window, don't forget to select the summary node
6393                 of the displayed message. should fix "[ 659103 ] 
6394                 focus-follows-mouse confuses sylpheed"
6395
6396 2002-12-29 [christoph]  0.8.8claws24
6397
6398         * src/Makefile.am
6399         * src/stringtable.[ch]          ** REMOVE **
6400         * src/common/Makefile.am
6401         * src/common/stringtable.[ch]   ** NEW **
6402                 move stringtable files to common directory
6403
6404 2002-12-29 [christoph]  0.8.8claws23
6405
6406         * src/Makefile.am
6407         * src/menu.[ch]                 ** REMOVE **
6408         * src/gtk/Makefile.am
6409         * src/gtk/menu.[ch]             ** NEW **
6410                 move menu files to gtk directory
6411
6412 2002-12-29 [match]      0.8.8claws22
6413
6414         * src/addressbook.c
6415         * src/syldap.c
6416                 moved UI specific code out of LDAP code into addressbook
6417                 UI code. fixed memory leak.
6418
6419 2002-12-29 [christoph]  0.8.8claws21
6420
6421         * src/folder.c
6422                 only check for IGNORED parent message when message is
6423                 not IGNORED itself
6424
6425 2002-12-29 [alfons]     0.8.8claws20
6426
6427         * src/summaryview.c
6428                 set gtksctree's anchor correct (immediate execute
6429                 changes the tree's layout, and anchor points at 
6430                 the incorrect row). fixes "[ 657233 ] multiple msg 
6431                 delete sometimes off by 1".
6432                 we probably have to look for more tree layout /
6433                 anchor glitches.
6434
6435 2002-12-29 [paul]       0.8.8claws19
6436
6437         * src/summaryview.c
6438                 fix bug [ 659054 ] incorrect sorting of 'From' column
6439                 when using 'display sender using address book'
6440                 thanks to Alfons and Luke Plant
6441
6442 2002-12-29 [christoph]  0.8.8claws18
6443
6444         * src/folder.c
6445         * src/procmsg.[ch]
6446                 check parent messages for IGNORE THREAD flag, when adding,
6447                 moving or copying messages to a folder
6448
6449 2002-12-27 [alfons]     0.8.8claws17
6450
6451         re-organize matcher part 5; more to come
6452
6453         * src/matcher.c
6454                 hash keywords in matchparser_tab 
6455
6456 2002-12-27 [alfons]     0.8.8claws16
6457
6458         re-organize matcher part 4; more to come
6459
6460         * src/matcher_parser.h
6461         * src/matcher_parser_lex.l
6462         * src/matcher_parser_parse.y
6463                 cleanup
6464
6465 2002-12-27 [alfons]     0.8.8claws15
6466
6467         re-organize matcher part 3; more to come
6468
6469         * src/matcher.[ch]
6470                 cleanup
6471
6472 2002-12-27 [alfons]     0.8.8claws14
6473
6474         re-organize matcher part 2; more to come but this should
6475         work. cc me if there are any regressions.
6476
6477         * src/matcher.h
6478                 add prototype for get_matchparser_tab_id()
6479         * src/matcher_parser_lex.l
6480                 look up keywords using matchparser_tab_id();
6481
6482 2002-12-27 [alfons]     0.8.8claws12
6483
6484         re-organize matcher part 1
6485
6486         * src/matcher.h
6487                 map yacc generated constants to sylpheed matcher constants
6488         * src/matcher.c
6489                 add function to find a matcher constant from a string
6490
6491 2002-12-27 [christoph]  0.8.8claws11
6492
6493         * src/compose.c
6494                 MENUITEM_ADD casts the 4th argument from integer to pointer
6495                 so it probably should not be a pointer, this means we
6496                 should use account id for it and not the account's pointer
6497
6498 2002-12-27 [paul]       0.8.8claws10
6499
6500         * src/mainwindow.c
6501                 remove unneeded 'GtkWidget *vbox'
6502                 
6503         * src/summaryview.c
6504                 further sync with 0.8.8 - make sort
6505                 by recipient work as expected
6506                 
6507         * NEWS
6508                 sync with 0.8.8
6509
6510 2002-12-27 [paul]       0.8.8claws9
6511
6512         * po/pt_BR.po
6513                 updated by Ivan F. Martinez
6514                 
6515 2002-12-27 [darko]      0.8.8claws8
6516
6517         * src/common/utils.c
6518                 added locked pattern to extended search
6519
6520 2002-12-27 [alfons]     0.8.8claws7
6521
6522         * src/prefs_matcher.[ch]
6523                 clean up
6524
6525 2002-12-26 [alfons]     0.8.8claws6
6526
6527         * src/matcher.[ch]
6528         * src/matcher_parser_lex.l
6529         * src/matcher_parser_parse.y
6530         * src/prefs_matcher.c
6531                 allow color label as a condition in the matcher
6532
6533 2002-12-26 [oliver]     0.8.8claws5
6534         
6535         * src/toolbar.c 
6536                 enable Addressbook for Main and Messageview
6537         * src/prefs_actions.c
6538                 enable actions in Messageview
6539
6540 2002-12-26 [christoph]  0.8.8claws4
6541
6542         * src/common/plugin.c
6543                 add a little debug output
6544         * configure.in
6545         * src/plugins/demo/Makefile.am
6546                 better use of automake
6547
6548 2002-12-26 [christoph]  0.8.8claws3
6549
6550         * src/Makefile.am
6551         * src/common/Makefile.am
6552                 fix "make distdir"
6553
6554 2002-12-26 [christoph]  0.8.8claws2
6555
6556         * configure.in
6557                 sort configure checks into common / gtk / plugins
6558         * po/POTFILES.in
6559                 add src/prefs_gtk.c
6560         * src/Makefile.am
6561                 add plugins SUBDIR
6562         * src/main.c
6563         * src/common/sylpheed.[ch]
6564                 added now sylpheed_done function for shutdown
6565         * src/common/Makefile.am
6566         * src/common/plugin.[ch]                ** NEW **
6567                 plugin loader and unloader
6568         * src/plugins/.cvsignore                ** NEW **
6569         * src/plugins/Makefile.am               ** NEW **
6570                 build plugins
6571         * src/plugins/demo/.cvsignore           ** NEW **
6572         * src/plugins/demo/Makefile.am          ** NEW **
6573         * src/plugins/demo/demo.c               ** NEW **
6574                 small demo plugin that installs a logtext hook and
6575                 outputs the log text to stdout
6576
6577 2002-12-26 [paul]       0.8.8claws1
6578
6579         * po/es.po
6580                 updated by Ricardo Mones Lastra
6581
6582 2002-12-26 [paul]       0.8.8claws
6583
6584         * 0.8.8claws released
6585
6586 2002-12-26 [paul]       0.8.7claws12
6587
6588         * po/bg.po
6589                 updated by George Danchev
6590
6591 2002-12-26 [paul]       0.8.7claws11
6592
6593         * po/POTFILES.in
6594                 remove unneeded 'src/prefs.c' entry 
6595
6596 2002-12-26 [paul]       0.8.7claws10
6597
6598         * src/codeconv.c
6599           src/mainwindow.c
6600                 sync with 0.8.8 release
6601         
6602         * src/folder.[ch]
6603           src/mh.c
6604           src/summaryview.c
6605                 partial sync with 0.8.8 release
6606         
6607
6608 2002-12-25 [alfons]     0.8.7claws9
6609
6610         * src/matcher.[ch]
6611         * src/matcher_parser_lex.l
6612         * src/matcher_parser_parse.y
6613         * src/prefs_matcher.c
6614                 add locked flag to possible filtering / matcher 
6615                 conditions (also a good example what should be
6616                 done to add a simple boolean condition)
6617
6618 2002-12-25 [christoph]  0.8.7claws8
6619
6620         * src/Makefile.am
6621         * src/account.[ch]
6622         * src/addrbook.c
6623         * src/addressbook.c
6624         * src/addrindex.c
6625         * src/filtering.c
6626         * src/folder.c
6627         * src/matcher.c
6628         * src/prefs.[ch]                ** REMOVE **
6629         * src/prefs_account.c
6630         * src/prefs_actions.c
6631         * src/prefs_common.c
6632         * src/prefs_customheader.c
6633         * src/prefs_display_header.c
6634         * src/prefs_filtering.c
6635         * src/prefs_folder_item.c
6636         * src/prefs_gtk.[ch]            ** NEW **
6637         * src/prefs_matcher.c
6638         * src/prefs_scoring.c
6639         * src/prefs_summary_column.c
6640         * src/procmime.c
6641         * src/selective_download.c
6642         * src/toolbar.c
6643         * src/common/Makefile.am
6644         * src/common/prefs.[ch]         ** NEW **
6645                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6646
6647 2002-12-24 [alfons]     0.8.7claws7
6648
6649         * src/summaryview.c
6650                 summary_thread_build(): fix real cause of the crash mentioned in
6651                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6652                 this way we get meaningful ctree nodes 
6653
6654 2002-12-24 [oliver]     0.8.7claws6
6655
6656         * src/mainwindow.[ch]
6657         * src/messageview.[ch]
6658         * src/compose.[ch]
6659         * src/inc.c
6660         * src/summaryview.c
6661                 changes to use updated toolbar handling
6662                 
6663 2002-12-24 [oliver]     0.8.7claws5
6664
6665         * src/toolbar.[ch]
6666                 generic toolbar handling
6667                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6668         * src/prefs_toolbar.[ch]
6669                 adjust to handling
6670         
6671 2002-12-24 [oliver]     0.8.7claws4
6672         
6673         * src/stock_pixmap.[ch]
6674                 move SYLPHEED_LOGO to end of list in order 
6675                 to remove it from Custom Toolbar`s Icon View
6676
6677 2002-12-24 [alfons]     0.8.7claws3
6678
6679         * src/summaryview.c
6680                 summary_thread_build(): fix crash because of focus != selection 
6681                 after threading. when deleting the selection, gtk tries but fails 
6682                 to find the correct focusable element. we now force the selection
6683                 to be focused. this should solve the infamous bug reported by 
6684                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6685                 a test case is available. 
6686
6687 2002-12-24 [darko]      0.8.7claws2
6688
6689         * src/summaryview.c
6690                 don't crash when unmarking message with unread children
6691
6692 2002-12-23 [christoph]  0.8.7claws1
6693
6694         * src/Makefile.am
6695         * src/common/Makefile.am
6696                 update Makefiles for moved intl.h, version.h and defs.h
6697         * src/imap.c
6698                 rewrite imap_session_get to avoid duplicate code
6699
6700 2002-12-23 [paul]       0.8.7claws
6701
6702         * Santa-Claws released
6703         
6704         * po/hu.po
6705           po/ru.po
6706                 squeeze in updated Hungarian and Russian translations.
6707                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6708
6709 2002-12-23 [paul]       0.8.6claws129
6710
6711         * po/pl.po
6712                 updated by Witold Wladyslaw Wojciech Wilk
6713
6714 2002-12-23 [paul]       0.8.6claws128
6715
6716         * src/quote_fmt_parse.y
6717                 fix typo and add licence header
6718
6719 2002-12-23 [paul]       0.8.6claws127
6720
6721         * po/en_GB.po
6722                 updated
6723
6724 2002-12-23 [paul]       0.8.6claws126
6725
6726         * po/it.po
6727                 updated translation, submitted by Alessandro Maestri
6728                 
6729 2002-12-23 [paul]       0.8.6claws125
6730
6731         * src/quote_fmt_parse.y
6732                 fix signature-stripping on replies bug. match
6733                 '-- \n' and not '-- '.
6734
6735 2002-12-22 [paul]       0.8.6claws124
6736
6737         * po/bg.po
6738           po/es.po
6739           po/sr.po
6740                 updated translations. submitted by George Danchev,
6741                 Ricardo Mones Lastra, and Urke MMI respectively
6742
6743 2002-12-21 [paul]       0.8.6claws123
6744
6745         * src/addrbook.c
6746                 fix coding style
6747
6748 2002-12-21 [paul]       0.8.6claws122
6749
6750         * src/addrbook.c
6751                 fix bug [643638] where if a person is in one or more
6752                 addressbook groups editing that person's email 
6753                 address results in removal from those groups.
6754                 Patch submitted by Luke Plant.
6755
6756 2002-12-20 [christoph]  0.8.6claws121
6757
6758         * src/common/utils.c
6759         * src/summaryview.c
6760                 reimplement expand_search_string using GString to
6761                 prevent crashs caused by miscalculated string
6762                 lengths reported by Paul
6763
6764 2002-12-20 [christoph]  0.8.6claws120
6765
6766         * src/summaryview.c
6767                 don't use "changed" to check if op_count has to be changed as it
6768                 is also set when the message has unread children
6769                 (closes bug [ 653221 ] crash while deleting duplicates)
6770
6771 2002-12-20 [paul]       0.8.6claws119
6772
6773         * sync with 0.8.6cvs27
6774                 see ChangeLog 2002-12-20
6775
6776 2002-12-20 [paul]       0.8.6claws118
6777
6778         * sync with 0.8.6cvs26
6779                 see ChangeLog 2002-12-19 and 2002-12-20
6780
6781 2002-12-19 [alfons]     0.8.6claws117
6782
6783         * src/textview.c
6784                 fix incorrect parsing of email addresses, submitted by 
6785                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6786                 name display if it contains @".
6787
6788 2002-12-18 [paul]       0.8.6claws116
6789
6790         * sync with 0.8.6cvs23
6791                 see ChangeLog 2002-12-18
6792
6793 2002-12-18 [paul]       0.8.6claws115
6794
6795         * src/Makefile.am
6796         * src/account.c
6797         * src/codeconv.c
6798         * src/gtkutils.[ch]
6799         * src/imap.c
6800                 sync with 0.8.6cvs22.
6801                 see ChangeLog 2002-12-17 and 2002-12-18
6802
6803 2002-12-17 [christoph]  0.8.6claws114
6804
6805         * src/imap.c
6806                 o don't create a session if imap greeting fails
6807                 o don't close socket when authentication fails
6808                   this is done by imap_session_destroy
6809
6810 2002-12-17 [thorsten]   0.8.6claws113
6811
6812         * tools/Makefile.am
6813           tools/README
6814           tools/google_msgid.pl ** NEW FILE **
6815                 Added "search for message-id" script and doc
6816
6817 2002-12-17 [thorsten]   0.8.6claws112
6818
6819         * po/hu.po
6820                 Updated hungarian translation
6821                 (updated by Gal Zoltan)
6822
6823 2002-12-16 [christoph]  0.8.6claws111
6824
6825         * src/addr_compl.c
6826                 remove stupid addressbook dump to debug output
6827         * src/mh.c
6828                 fix memory leak found by Hiro
6829
6830 2002-12-14 [paul]       0.8.6claws110
6831
6832         * src/compose.c
6833                 fix menubar sensitivity on send
6834                 
6835         * src/prefs_filtering.c
6836         * src/prefs_matcher.c
6837         * src/prefs_scoring.c
6838                 Fix english ;)
6839                 
6840         * src/common/quoted-printable.h
6841                 sync: fix typo
6842         
6843 2002-12-13 [christoph]  0.8.6claws109
6844
6845         * src/Makefile.am
6846         * src/manage_window.[ch]        ** REMOVE **
6847         * src/gtk/Makefile.am
6848         * src/gtk/manage_window.[ch]    ** NEW **
6849                 move manage_window files to gtk directory
6850
6851 2002-12-13 [christoph]  0.8.6claws108
6852
6853         * src/Makefile.am
6854         * src/gtkshruler.[ch]           ** REMOVE **
6855         * src/gtk/Makefile.am
6856         * src/gtk/gtkshruler.[ch]       ** NEW **
6857                 move gtkshruler files to gtk directory
6858
6859 2002-12-13 [christoph]  0.8.6claws107
6860
6861         * src/Makefile.am
6862         * src/compose.c
6863         * src/gtkstext.[ch]             ** REMOVE **
6864         * src/gtkutils.[ch]
6865         * src/textview.c
6866         * src/gtk/gtkstext.[ch]         ** NEW **
6867         * src/gtk/Makefile.am
6868                 o move stext functions to gtkstext.c to remove
6869                   dependency of gtkutils
6870                 o move gtkstext files to gtk directory
6871
6872         * src/gtk/Makefile.am
6873         * src/gtk/sslcertwindow.[ch]
6874                 UI stuff can always depend on common code so
6875                 it's ok to add ../common to include path
6876
6877 2002-12-13 [colin]      0.8.6claws106
6878
6879         * src/summaryview.c
6880                 Disconnect sighandlers for mainwindow when
6881                 quicksearch has the focus
6882                 Fix bug #653231
6883         * src/mainwindow.[ch]
6884                 Make key_pressed callback public, to be able
6885                 to disconnect it
6886
6887 2002-12-13 [christoph]  0.8.6claws105
6888
6889         * src/mh.c
6890                 create .mh_sequences file in new MH folders
6891                 (closes feature request [ 523162 ] MH folders should
6892                  get a .mh_sequences)
6893
6894 2002-12-13 [colin]      0.8.6claws104
6895
6896         * src/summaryview.c
6897                 Better handling of quicksearch show/hide
6898                 (basically the button stays under the mouse 
6899                  when toggled)
6900
6901 2002-12-13 [paul]       0.8.6claws103
6902
6903         * sync with 0.8.6cvs17
6904                 see ChangeLog 2002-12-13
6905
6906 2002-12-13 [paul]       0.8.6claws102
6907
6908         * po/es.po
6909                 updated by Ricardo Mones Lastra
6910
6911 2002-12-11 [colin]       0.8.6claws101
6912
6913         * src/folder.c
6914                 remove statusbar stuff
6915           src/folderview.c
6916                 set statusbar verbosity when moving folders
6917
6918 2002-12-11 [colin]       0.8.6claws100
6919         * src/prefs_filtering.c
6920         * src/prefs_matcher.c
6921         * src/prefs_scoring.c
6922                 Fix english ;)
6923
6924 2002-12-11 [colin]       0.8.6claws99
6925
6926         * src/prefs_common.[ch]
6927                 Add summary_quicksearch_type
6928         * src/summaryview.c
6929                 Save last used quicksearch type
6930
6931 2002-12-11 [jens]       0.8.6claws98
6932         * src/prefs_filtering.c
6933         * src/prefs_matcher.c
6934         * src/prefs_scoring.c
6935                 added dialog for incomplete rules in scoring, filtering and
6936                 matcher to ask wheather really close
6937
6938 2002-12-11 [colin]      0.8.6claws97
6939
6940         * src/folder.c
6941                 Fix folder dnd statusbar logging
6942
6943 2002-12-10 [christoph]  0.8.6claws96
6944
6945         * src/compose.c
6946         * src/folder.c
6947         * src/imap.c
6948         * src/inc.c
6949         * src/main.c
6950         * src/mainwindow.c
6951         * src/news.c
6952         * src/send.c
6953         * src/statusbar.[ch]
6954         * src/common/hooks.c
6955         * src/common/log.[ch]
6956                 o handle verbose logging in statusbar directly in statusbar code
6957                   and common code does not need any knowledge about a statusbar
6958                 o remove direct calls to statusbar_(puts|pop)_all functions
6959
6960 2002-12-10 [jens]       0.8.6claws95
6961
6962         * src/*.c
6963                 removed gettext from g_warnings
6964         * po/POTFILES.in
6965                 cleaned and updated
6966         * po/de.po
6967                 updated
6968
6969 2002-12-10 [colin]      0.8.6claws94
6970
6971         * src/main.c
6972                 finish crash dialog fix
6973
6974 2002-12-10 [colin]      0.8.6claws93
6975
6976         * src/main.c
6977                 "Fix" "sylpheed already running" instead of
6978                 crash dialog appearing after a crash
6979
6980 2002-12-10 [colin]      0.8.6claws92
6981
6982         * po/POTFILES.in
6983                 add src/gtk/sslcertwindow.c
6984
6985 2002-12-10 [paul]       0.8.6claws91
6986
6987         * po/POTFILES.in
6988                 updated to reflect recent changes
6989                 submitted by Alessandro Maestri
6990
6991 2002-12-09 [christoph]  0.8.6claws90
6992
6993         * src/Makefile.am
6994         * src/smtp.[ch]                 ** REMOVE **
6995         * src/common/Makefile.am
6996         * src/common/smtp.[ch]          ** NEW **
6997                 move smtp files to common directory
6998
6999 2002-12-09 [christoph]  0.8.6claws89
7000
7001         * src/Makefile.am
7002         * src/session.[ch]              ** REMOVE **
7003         * src/common/Makefile.am
7004         * src/common/session.[ch]       ** NEW **
7005                 move session files to common directory
7006
7007 2002-12-09 [paul]       0.8.6claws88
7008
7009         * src/account.c
7010                 fix bug [649746] edit accounts: move account reverted
7011                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7012
7013 2002-12-09 [colin]      0.8.6claws87
7014
7015         * src/ssl_certificate.c
7016                 cleanup
7017
7018 2002-12-09 [colin]      0.8.6claws86
7019
7020         * src/ssl.c
7021                 Try to open the cert.pem database and 
7022                 issue a warning if it isn't there
7023
7024 2002-12-09 [colin]      0.8.6claws85
7025
7026         * src/common/ssl_certificate.c
7027         * src/gtk/sslcertwindow.c
7028                 Warning fixes
7029
7030 2002-12-09 [colin]      0.8.6claws84
7031
7032         * src/ssl_certificate.[ch] ** REMOVED **
7033         * src/common/ssl_certificate.[ch] ** NEW **
7034         * src/Makefile.am
7035         * src/common/Makefile.am
7036                 Moved ssl_certificate.[ch] to common
7037         * src/common/ssl.c 
7038                 Put back needed include
7039         * src/gtk/sslcertwindow.[ch]
7040                 Changed ssl_certificate.h include
7041         
7042 2002-12-09 [colin]      0.8.6claws83
7043
7044         * src/gtk/sslcertwindow.[ch]
7045                 Implement hook for certificate acception
7046         * src/ssl_certificate.[ch]
7047                 Implement hook for certificate acception
7048         * src/common/ssl.c
7049                 Reenable certificate acception check
7050         * src/mainwindow.c
7051                 Register sslcertwindow's hook
7052         
7053 2002-12-08 [christoph]  0.8.6claws82
7054
7055         * src/about.c
7056         * src/addr_compl.c
7057         * src/codeconv.c
7058         * src/manual.c
7059         * src/undo.c
7060         * src/common/utils.c
7061                 o add missing includes
7062                 o fix warnings
7063         * src/.cvsignore
7064         * src/common/.cvsignore
7065         * src/common/version.h          ** REMOVE **
7066                 remove autogenerated file
7067
7068 2002-12-08 [paul]       0.8.6claws81
7069
7070         * src/stringtable.c
7071                 put back needed include
7072
7073 2002-12-08 [colin]      0.8.6claws80
7074         
7075         * src/gtk/sslcertwindow.c
7076                 Cleaner popups when asking
7077         * src/ssl_certificate.c
7078         * src/prefs_common.[ch]
7079                 remove ssl certificate pref
7080                 put back needed include
7081         * src/undo.c
7082                 put back needed include
7083
7084 2002-12-08 [christoph]  0.8.6claws79
7085
7086         * src/folderview.c
7087         * src/logwindow.c
7088         * src/statusbar.c
7089         * src/summaryview.c
7090                 only abort hook invokation if required data is missing not
7091                 if our own data pointer is NULL, update hookfunction for
7092                 log window
7093
7094 2002-12-08 [paul]       0.8.6claws78
7095
7096         * src/about.c
7097         * src/addrcache.c
7098         * src/addrclip.c
7099         * src/addr_compl.c
7100         * src/addrselect.c
7101         * src/codeconv.c
7102         * src/colorlabel.c
7103         * src/enriched.c
7104         * src/esmtp.c
7105         * src/exporthtml.c
7106         * src/headerview.c
7107         * src/imageview.c
7108         * src/manual.c
7109         * src/noticeview.c
7110         * src/pgptext.c
7111         * src/scoring.c
7112         * src/sourcewindow.c
7113         * src/stringtable.c
7114         * src/undo.c
7115                 clean up: remove unneccesary includes
7116
7117 2002-12-08 [christoph]  0.8.6claws77
7118
7119         * src/folderview.c
7120         * src/statusbar.c
7121         * src/summaryview.c
7122         * src/common/hooks.[ch]
7123                 hook functions now have a gboolean return value, if a hook
7124                 returns TRUE it will stop executing of any more hooks in
7125                 the same hooklist for this invokation
7126
7127 2002-12-08 [colin]      0.8.6claws76
7128         
7129         * src/main.c
7130                 put back argv0 for CRASH_DIALOG
7131
7132 2002-12-08 [christoph]  0.8.6claws75
7133
7134         * src/Makefile.am
7135         * src/about.c
7136         * src/account.c
7137         * src/crash.c
7138         * src/esmtp.h
7139         * src/imap.[ch]
7140         * src/inc.c
7141         * src/main.c
7142         * src/mainwindow.c
7143         * src/news.c
7144         * src/pop.[ch]
7145         * src/prefs_account.[ch]
7146         * src/prefs_common.[ch]
7147         * src/send.[ch]
7148         * src/smtp.[ch]
7149         * src/ssl_certificate.[ch]
7150         * src/ssl_manager.[ch]
7151         * src/common/Makefile.am
7152         * src/common/log.c
7153         * src/common/nntp.[ch]
7154         * src/common/socket.[ch]
7155         * src/common/ssl.[ch]
7156         * src/gtk/sslcertwindow.[ch]
7157         * ac/openssl.m4
7158                 use new autoconf script to detect OpenSSL with extra parameters
7159                 to specify the location of libs and includes, also remove USE_SSL
7160                 to USE_OPENSSL
7161
7162         * src/common/sylpheed.[ch]
7163         * src/common/version.h.in
7164                 start seperation of common code initialization seperated from gui
7165
7166         * src/summaryview.c
7167                 The function that is called when a color label changes
7168                 should not change the color lable again
7169
7170 2002-12-08 [colin]      0.8.6claws74
7171
7172         * src/gtk/sslcertwindow.c
7173                 warning fixes
7174
7175 2002-12-08 [colin]      0.8.6claws73
7176
7177         * src/statusbar.c
7178           src/common/log.h
7179                 Register a hook for statusbar_puts_all
7180         * src/common/log.c
7181                 invoke statusbar_puts_all's hook
7182         
7183 2002-12-08 [colin]      0.8.6claws72
7184
7185         * src/ssl_certificate.c
7186                 Put back a badly-removed include
7187
7188 2002-12-08 [colin]      0.8.6claws71
7189
7190         * src/gtk/sslcertwindow.[ch]    ** NEW **
7191                 new certificate presentation
7192         * src/gtk/Makefile.am
7193                 add new files
7194         * src/ssl_certificate.[ch]
7195                 gtk cleanup, made utility functions public
7196         * src/ssl_manager.c
7197                 use new cert presentation
7198
7199 2002-12-07 [christoph]  0.8.6claws70
7200
7201         * src/Makefile.am
7202         * src/nntp.[ch]                 ** REMOVE **
7203         * src/common/Makefile.am
7204         * src/common/nntp.[ch]          ** NEW **
7205                 move nntp files to common directory
7206
7207 2002-12-07 [christoph]  0.8.6claws69
7208
7209         * src/procmsg.[ch]
7210         * src/summaryview.c
7211                 implement msginfo update callback using sylpheed's new
7212                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7213
7214 2002-12-06 [christoph]  0.8.6claws68
7215
7216         * src/editgroup.c
7217                 This patch changes the 'Edit Group Details' dialog to
7218                 allow extended selections in either pane, so that
7219                 addresses can be added or removed from a group more
7220                 quickly and easily. (it actually is a net decrease in
7221                 file size, as some unnecessary functions have been
7222                 removed). 
7223                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7224
7225 2002-12-06 [christoph]  0.8.6claws67
7226
7227         * src/Makefile.am
7228         * src/template.[ch]             ** REMOVE **
7229         * src/common/Makefile.am
7230         * src/common/template.[ch]      ** NEW **
7231                 move template files to common directory
7232
7233         * src/nntp.c
7234                 add missing log.h include
7235
7236 2002-12-06 [melvin]     0.8.6claws66
7237
7238         * src/prefs_actions.c
7239                 Added the trailing ">" syntax to insert command's output
7240                 without replacing old text (in contrast to trailing "|").
7241
7242 2002-12-05 [colin]      0.8.6claws65
7243         
7244         * src/common/utils.c
7245                 Don't modify original search_string or it'll change
7246                 the next iterations in the for()
7247
7248 2002-12-05 [darko]      0.8.6claws64
7249
7250         * src/common/utils.c
7251                 proper check for filtering commands, found by Colin
7252
7253 2002-12-05 [darko]      0.8.6claws63
7254
7255         * src/common/utils.c
7256                 check proper string for NULL pointer, found by Colin
7257
7258 2002-12-05 [darko]      0.8.6claws62
7259
7260         * src/common/utils.[ch]
7261                 expand_search_string(): new function
7262                 converts Mutt-like patterns to Sylpheed's
7263                 filtering engine
7264         * src/summaryview.c
7265                 use expand_search_string() to allow Mutt-like
7266                 patterns in extended search
7267         * README.claws
7268                 document extended option in quick search
7269
7270 2002-12-05 [paul]       0.8.6claws61
7271
7272         * sync with 0.8.6cvs16
7273                 see ChangeLog 2002-12-05
7274                 
7275         * po/POTFILES.in
7276                 clean up
7277
7278 2002-12-04 [christoph]  0.8.6claws60
7279
7280         * src/imap.[ch]
7281                 put imap authentication code into a new function and
7282                 remove it from imap_session_new that will allow to
7283                 send other commands before authentication
7284
7285 2002-12-04 [christoph]  0.8.6claws59
7286
7287         * src/imap.[ch]
7288                 use already existing method to prevent unneeded IMAP
7289                 folder selects. Set imap_select parameters to NULL
7290                 in some functions if the values are not required.
7291
7292         * src/xml.h
7293                 remove no longer required include
7294
7295 2002-12-04 [paul]       0.8.6claws58
7296
7297         * po/es.po
7298                 updated by Ricardo Mones Lastra
7299                 
7300         * configure.in
7301           po/hu.po      ** NEW FILE **
7302                 initial Hungarian translation, submitted
7303                 by Gál Zoltán <galzoli@hu.inter.net>
7304
7305 2002-12-03 [christoph]  0.8.6claws57
7306
7307         * src/Makefile.am
7308         * src/gtksctree.[ch]            ** REMOVE **
7309         * src/gtk/Makefile.am
7310         * src/gtk/gtksctree.[ch]        ** NEW **
7311                 move gtksctree files to gtk directory
7312
7313 2002-12-03 [christoph]  0.8.6claws56
7314
7315         * src/Makefile.am
7316         * src/md5.[ch]                  ** REMOVE **
7317         * srm/common/Makefile.am
7318         * src/common/md5.[ch]           ** NEW **
7319                 move md5 files to common directory
7320
7321         * src/gtkstext.c
7322                 remove not required #include
7323
7324 2002-12-03 [sergey]     0.8.6claws55
7325
7326         * src/gtkutils.c
7327         * src/gtkutils.h
7328                 gtkut_window_popup(): new function.
7329         * src/mainwindow.c
7330                 main_window_popup(): use gtkut_window_popup() to raise
7331                 window without changing its position.
7332                 (see sylpheed-main ML message [sylpheed:17247])
7333
7334 2002-12-03 [sergey]     0.8.6claws54
7335
7336         * src/send.c
7337                 send_message_local(): removed first-dot escaping
7338                 (SMTP-only, not needed for sending through pipe)
7339
7340 2002-12-03 [paul]       0.8.6claws53
7341
7342         * po/POTFILES.in
7343                 update to reflect recent changes (thanks
7344                 to Ricardo Mones Lastra)
7345                 
7346         * tools/filter_conv.pl
7347                  fix problem with quoted strings. Patch submitted
7348                  by Luke Plant <lukeplant@softhome.net>
7349
7350 2002-12-03 [paul]       0.8.6claws52
7351
7352         * sync with 0.8.6cvs15
7353                 see ChangeLog 2002-12-03
7354
7355 2002-12-02 [christoph]  0.8.6claws51
7356
7357         * src/logwindow.[ch]
7358         * src/common/log.[ch]
7359                 implement logging using a hook function
7360
7361         * src/folderview.c
7362         * src/folder.[ch]
7363                 define hooklist name in header file to avoid
7364                 errors caused by wrong spelling of hooklist names
7365
7366         * src/toolbar.c
7367                 fix warnings
7368
7369 2002-12-02 [christoph]  0.8.6claws50
7370
7371         * src/common/Makefile.am
7372                 add src/common/hooks.[ch]
7373
7374         * src/common/hooks.[ch]
7375                 implement a simple hook system using glib's hook functions
7376
7377         * src/folder.[ch]
7378         * src/folderview.c
7379                 use new hook system for folder item updates
7380
7381 2002-12-02 [christoph]  0.8.6claws49
7382
7383         * doc-src/ui_seperation.txt     ** NEW **
7384                 information for ui seperation
7385
7386         * src/Makefile.am
7387                 remove files that were moved to common
7388                 include common directory by default for the header files
7389
7390         * src/inc.c
7391         * src/common/socket.c
7392         * src/automaton.[ch]
7393                 implement automaton using g_io_*-functions instead of
7394                 gdk_input_add to make it ui independent
7395
7396         * src/codeconv.c
7397         * src/compose.c
7398         * src/ldif.c
7399         * src/pgptext.c
7400         * src/procmime.c
7401         * src/rfc2015.c
7402         * src/smtp.c
7403         * src/unmime.c
7404                 remove common/ prefix because directory is now in
7405                 include path
7406
7407         * src/compose.c
7408         * src/folder.c
7409         * src/folderview.c
7410         * src/mainwindow.c
7411         * src/messageview.c
7412         * src/prefs_common.c
7413         * src/procmsg.c
7414         * src/rfc2015.c
7415                 fix warnings
7416
7417         * src/imap.c
7418         * src/inc.c
7419         * src/news.c
7420         * src/pop.c
7421         * src/send.c
7422         * src/smtp.c
7423         * src/ssl_certificate.c
7424                 add log.h header file for logging functions
7425
7426         * src/main.c
7427         * src/common/utils.c
7428         * src/summaryview.c
7429         * src/xml.c
7430                 o move debug_mode to common/utils.c
7431                 o add functions to set and get debug_mode
7432
7433         * src/defs.h                    ** REMOVE **
7434         * src/intl.h                    ** REMOVE **
7435         * src/socket.[ch]               ** REMOVE **
7436         * src/ssl.[ch]                  ** REMOVE **
7437         * src/utils.[ch]                ** REMOVE **
7438                 replaced by new files in src/common/
7439         
7440         * src/common/Makefile.am
7441                 add new files in src/common/
7442
7443         * src/common/defs.h             ** NEW **
7444         * src/common/intl.h             ** NEW **
7445         * src/common/log.[ch]           ** NEW **
7446         * src/common/socket.[ch]        ** NEW **
7447         * src/common/ssl.[ch]           ** NEW **
7448         * src/common/utils.[ch]         ** NEW **
7449                 replacement for files in src/
7450
7451 2002-12-02 [colin]      0.8.6claws48
7452
7453         * src/folderview.c
7454                 Scroll folderview if necessary during dnd
7455
7456 2002-12-02 [colin]      0.8.6claws47
7457
7458         * src/folder.[ch]
7459                 Add check to verify a move is within a single mailbox
7460         * src/folderview.c
7461                 Add specific error string for this check
7462
7463 2002-12-02 [colin]      0.8.6claws46
7464
7465         * src/folder.c
7466                 Add a test to folder moving, remove a statusbar_print
7467         * src/folderview.c
7468                 Add Move folder... context-menu item
7469                 Factorize folder moving code
7470                 Enable folder DND for mbox
7471
7472 2002-12-01 [christoph]  0.8.6claws45
7473
7474         * ac/aspell.m4
7475                 remove conf.aspelltest if the version check fails
7476
7477 2002-11-30 [christoph]  0.8.6claws44
7478
7479         * autogen.sh
7480                 run libtoolize --force in autogen to create missing
7481                 libtool scripts
7482
7483 2002-11-30 [christoph]  0.8.6claws43
7484
7485         * src/Makefile.am
7486         * src/pgptext.c
7487         * src/procmime.c
7488         * src/rfc2015.c
7489         * src/uuencode.[ch]             ** REMOVED **
7490         * src/common/Makefile.am
7491         * src/common/uuencode.[ch]      ** NEW **
7492                 move uuen/decoder to common directory
7493
7494 2002-11-30 [christoph]  0.8.6claws42
7495
7496         * src/Makefile.am
7497         * src/base64.[ch]               ** REMOVED **
7498         * src/codeconv.c
7499         * src/compose.c
7500         * src/ldif.c
7501         * src/pgptext.c
7502         * src/procmime.c
7503         * src/rfc2015.c
7504         * src/smtp.c
7505         * src/unmime.c
7506         * src/common/Makefile.am
7507         * src/common/base64.[ch]        ** NEW **
7508                 move base64 en/decoder to common directory
7509
7510 2002-11-30 [christoph]  0.8.6claws41
7511
7512         * src/common                    ** NEW **
7513                 new directory for UI independent code
7514         * src/gtk                       ** NEW **
7515                 new directory for GTK frontend
7516         * src/common/.cvsignore         ** NEW **
7517         * src/gtk/.cvsignore            ** NEW **
7518                 ignore build files
7519         * src/common/Makefile.am        ** NEW **
7520         * src/gtk/Makefile.am           ** NEW **
7521                 automake files to build new seperated stuff
7522         * src/Makefile.am
7523                 the binary will currently still be build with the
7524                 files in src, so we include the code from the
7525                 subdirs for now after building the libs there
7526
7527 2002-11-30 [paul]       0.8.6claws40
7528
7529         * src/compose.c
7530                 fix bug [642731] 'Wrong selected account with drafted mail'
7531
7532 2002-11-29 [oliver]     0.8.6claws39
7533         
7534         * src/messageview.c
7535                 o update summaryview when switching between different
7536                   messageviews          
7537         * src/toolbar.c  
7538                 o check if messageview holds already removed msg
7539                   from summaryview
7540                 
7541
7542 2002-11-29 [oliver]     0.8.6claws38
7543
7544         * src/toolbar.c 
7545                 remove not needed variables and includes
7546                 make messageview stay opened and move to next when msgs are deleted 
7547
7548 2002-11-29 [oliver]     0.8.6claws37
7549         
7550         * src/toolbar.c 
7551                 disable compose button (messageview toolbar) by default
7552                 deleted msgs are moved to trash
7553         
7554 2002-11-29 [melvin]     0.8.6claws36
7555
7556         * configure.in
7557                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7558                 and to detect signatures expirations (gpgme 0.3.6)
7559
7560         * src/main.c
7561                 Use non obsolescent function for Gpgme engine checking.
7562
7563         * src/rfc2015.c
7564                 Inform about expired signatures or signatures which key
7565                 has expired. Expiration date is displayed.
7566
7567         * src/sigstatus.c
7568                 Inform about expired signatures or signatures which key
7569                 has expired.
7570
7571 2002-11-28 [paul]       0.8.6claws35
7572
7573         * src/folderview.c
7574                 re-instate 'Check for new messages' in Newsgroup
7575                 folders right-click menu, after a suggestion from
7576                 Tim Mann <timmann@users.sourceforge.net>
7577
7578         * src/main.c
7579                 after a crash check only local folders for new
7580                 messages
7581
7582 2002-11-28 [paul]       0.8.6claws34
7583
7584         * configure.in
7585                 apply patch that fixes the checking of GTK with XIM 
7586                 support on different OSs, such as FreeBSD. Patch 
7587                 submitted by Topia <topia@users.sourceforge.net>
7588                 
7589 2002-11-28 [paul]       0.8.6claws33
7590
7591         * src/mainwindow.c
7592           src/prefs_common.c
7593           src/prefs_toolbar.c
7594                 more changes to the English
7595
7596 2002-11-28 [paul]       0.8.6claws32
7597
7598         * sync with 0.8.6cvs13
7599                 see ChangeLog 2002-11-28 (no sync needed
7600                 for src/compose.c)
7601
7602 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7603         
7604         * src/mainwindow.[ch]
7605                 add patch by Ivan F. Martinez introducing messageview Toolbar
7606                 some changes and committed by oliver    
7607
7608 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7609
7610         * src/messageview.[ch]
7611                 add patch by Ivan F. Martinez introducing messageview Toolbar
7612                 some changes and committed by oliver    
7613
7614 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7615
7616         * src/compose.[ch]
7617                 add patch by Ivan F. Martinez introducing messageview Toolbar
7618                 some changes and committed by oliver    
7619
7620 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7621         
7622         * src/toolbar.[ch]
7623                 add patch by Ivan F. Martinez introducing messageview Toolbar
7624                 some changes and committed by oliver
7625
7626 2002-11-28 [oliver]     0.8.6claws27
7627         
7628         * src/prefs_toolbar.[ch]
7629                 getting ready for messageview toolbar
7630                 free mem allocated by gettext
7631                 change prefs_toolbar to prefs_toolbar_open
7632  
7633 2002-11-28 [thorsten]   0.8.6claws26
7634
7635         * src/imageview.[ch]
7636                 cleaned up conflicting declarations of
7637                 imageview_show_image()
7638
7639 2002-11-28 [paul]       0.8.6claws25
7640
7641         * src/grouplistdialog.c
7642           src/prefs_common.c
7643           src/prefs_summary_column.c
7644                 a few more improvements to the English
7645
7646 2002-11-28 [colin]      0.8.6claws24
7647
7648         * man/sylpheed.1
7649                 A few updates to command-line parameters
7650
7651 2002-11-28 [colin]      0.8.6claws23
7652
7653         * src/prefs_filtering.c
7654                 Fix problems with prefs_filtering_delete_path:
7655                 a) if the first rule is removed, original pointers
7656                    weren't updated (leading to segfaults)
7657                 b) it was always global_processing updated in case
7658                    of removed path was parent of rule path
7659
7660 2002-11-27 [paul]       0.8.6claws22
7661
7662         * src/mainwindow.c
7663           src/prefs_account.c
7664           src/prefs_actions.c
7665           src/prefs_common.c
7666           src/prefs_customheader.c
7667           src/prefs_display_header.c
7668           src/prefs_filtering.c
7669           src/prefs_folder_item.c
7670           src/prefs_matcher.c
7671           src/prefs_scoring.c
7672           src/prefs_summary_column.c
7673           src/prefs_template.c
7674           src/prefs_toolbar.c
7675                  improve the English in the GUI
7676
7677 2002-11-27 [colin]      0.8.6claws21
7678
7679         * src/folder.c
7680                 Fix processing renaming problems happening after
7681                 last commit
7682
7683 2002-11-27 [colin]      0.8.6claws20
7684
7685         * src/folder.c
7686                 recursive move now deletes src each subfolder after 
7687                 having moved it
7688         * src/folderview.c
7689                 Use identifier instead of path during dnd (enables
7690                 IMAP folder dnd)
7691
7692 2002-11-27 [paul]       0.8.6claws19
7693
7694         * src/main.c
7695                 apply patch that does command-line processing 
7696                 BEFORE gtk_init, allowing claws to run from 
7697                 shell-scripts in non-X environment (e.g. crontab 
7698                 or ip-up, ip-down scripts). Patch submitted by
7699                 Ruslan N. Balkin <baron@dartel.ru>
7700                 
7701         * po/it.po
7702                 updated by Alessandro Maestri
7703
7704 2002-11-27 [paul]       0.8.6claws18
7705
7706         * sync with 0.8.6cvs12
7707           src/prefs_common.c
7708                 Differences are that main uses a 'Receive dialog'
7709                 frame on the Interface tab, whereas claws groups all 
7710                 the dialogs together in a 'Dialogs' frame.
7711
7712 2002-11-27 [colin]      0.8.6claws17
7713
7714         * src/prefs_matcher.c
7715                 Fix Execute criteria's NOT flag
7716
7717
7718 2002-11-26 [christoph]  0.8.6claws16
7719
7720         * src/ssl.c
7721                 rewrite the ssl code a little bit, only use one
7722                 SSL context, set default certificates' file/path
7723
7724 2002-11-26 [thorsten]   0.8.6claws15
7725
7726         * src/compose.c
7727                 default-reply-to didn't work for ml-reply
7728
7729 2002-11-26 [melvin]     0.8.6claws14
7730
7731         * src/prefs_actions.c
7732                 Made pipe-actions ignore short headers in message view
7733                 Made trailing-pipe-actions write in the message view with
7734                 the same font as the original message
7735
7736 2002-11-26 [paul]       0.8.6claws13
7737
7738         * src/compose.c
7739                 this time commit the correct file
7740
7741 2002-11-26 [paul]       0.8.6claws12
7742
7743         * sync with 0.8.6cvs11
7744           src/quote_fmt_parse.y  
7745                 no sync needed
7746           src/account.[ch]       
7747                 not sync'ed
7748           src/compose.c
7749                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7750                 on draft mode.
7751                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7752                 header
7753                 
7754         see ChangeLog 2002-11-25 and 2002-11-26
7755
7756 2002-11-26 [colin]      0.8.6claws11
7757
7758         * src/folderview.c
7759                 Fix collapsed folder not auto-expanding during
7760                 mail dnd, if it was the source folder.
7761
7762 2002-11-25 [colin]      0.8.6claws10
7763
7764         * src/folderview.[ch]
7765                 Variable renaming and cleaning (slist of nodes 
7766                 to be re-collapsed is stored in FolderView)
7767
7768 2002-11-25 [paul]       0.8.6claws9
7769
7770         * src/prefs_common.[ch]
7771                 fix breakage caused by last commit
7772
7773 2002-11-25 [paul]       0.8.6claws8
7774
7775         * sync with 0.8.6cvs4
7776                 see ChangeLog 2002-11-21
7777
7778 2002-11-25 [paul]       0.8.6claws7
7779
7780         * sync with 0.8.6cvs4
7781                 see ChangeLog 2002-11-20
7782
7783 2002-11-25 [paul]       0.8.6claws6
7784
7785         * sync with 0.8.6cvs3
7786                 see ChangeLog 2002-11-18
7787
7788 2002-11-25 [colin]      0.8.6claws5
7789
7790         * src/gtkutils.[ch]
7791                 Add gtkut_ctree_node_is_parent()
7792         * src/folderview.c
7793                 Spring-loaded folders
7794
7795 2002-11-25 [colin]      0.8.6claws4
7796
7797         * src/utils.[ch]
7798                 Add slist_concat_unique(), function to merge
7799                 two GSList filtering dups
7800         * src/folder.[ch]
7801         * src/summaryview.[ch]
7802         * src/folderview.c
7803         * src/main.c
7804                 Add detection/update/display of unread answers
7805                 to marked mails
7806         * src/procmsg.[ch]
7807                 Add procmsg_find_children()
7808                 Add procmsg_msg_has_marked_parent()
7809
7810 2002-11-25 [colin]      0.8.6claws3
7811
7812         * src/ssl_certificate.[ch]
7813                 Allow checking a certificate without a DNS
7814                 lookup
7815                 Allow to forget a cert (by deleting it)
7816                 Make ssl_certificate_destroy_public
7817         * src/ssl_manager.[ch] ** NEW FILES **
7818                 Gui to manage (display/remove) certificates
7819         * src/prefs_common.[ch]
7820                 Add a pref to allow silent acceptation of
7821                 trusted certificates or not (based on the
7822                 "I want to know what's going on" principle)
7823         * src/mainwindow.c
7824                 Add SSL manager in Tools menu
7825         * src/Makefile.am
7826                 Add the new files to the build
7827         * po/POTFILES.in
7828                 Add ssl_manager.c to translations
7829
7830 2002-11-25 [colin]      0.8.6claws2
7831
7832         * src/summaryview.[ch]
7833                 Add S_SEARCH_EXTENDED to the quick search, which 
7834                 allows to search using filtering syntax.
7835
7836 2002-11-25 [colin]      0.8.6claws1
7837
7838         * src/summaryview.c
7839                 Deletion of duplicates now prefer deleting
7840                 the unread dup (fixes feature-request 638989).
7841
7842 2002-11-24 [paul]       0.8.6claws
7843
7844         * po/es.po
7845           po/pl.po
7846           po/ru.po
7847           po/sr.po
7848                 updated by Ricardo Mones Lastra,
7849                 Witold Wladyslaw Wojciech Wilk,
7850                 Ruslan N. Balkin, and  Urke MMI 
7851                 respectively
7852
7853 2002-11-24 [paul]       0.8.5claws182
7854
7855         * po/bg.po
7856                 updated by George Danchev
7857
7858 2002-11-23 [alfons]     0.8.5claws181
7859
7860         * src/imap.c
7861                 tiny memory leak found by browsing Dimitar's 
7862                 valgrind report
7863
7864 2002-11-23 [paul]       0.8.5claws180
7865
7866         * po/it.po
7867                 updated by Alessandro Maestri
7868
7869 2002-11-22 [christoph]  0.8.5claws179
7870
7871         * src/compose.c
7872         * src/inc.c
7873         * src/prefs_filtering.c
7874         * src/summaryview.c
7875                 more warning fixes
7876
7877 2002-11-22 [alfons]     0.8.5claws178
7878
7879         * src/summaryview.c
7880                 summary_execute_delete_func(): if message is deleted, make 
7881                 sure to also remove its entry in the subject hash table. 
7882                 fixes a corner case bug.
7883
7884 2002-11-22 [paul]       0.8.5claws177
7885
7886         * .cvsignore
7887                 add 'autom4te.cache'
7888                 
7889         * ltconfig      ** REMOVED **
7890                 not needed
7891
7892 2002-11-22 [paul]       0.8.5claws176
7893
7894         * src/textview.c
7895                 textview_set_font(): fix for message display in
7896                 UTF-8 locales (thanks to Sergey Vlasov).
7897                 
7898         * AUTHORS
7899                 add new team members and contributors
7900
7901
7902 2002-11-21 [colin]      0.8.5claws175
7903
7904         * src/procmsg.[ch]
7905                 Add procmsg_remove_special_headers()
7906         * src/mh.c
7907                 Use procmsg_remove_special_headers() for 
7908                 previous fix
7909
7910 2002-11-21 [colin]      0.8.5claws174
7911
7912         * src/mh.c
7913                 Fix moving/copying from queue/draft folders
7914                 for MH folders
7915
7916 2002-11-21 [christoph]  0.8.5claws173
7917
7918         * src/crash.c
7919         * src/filtering.c
7920         * src/logwindow.c
7921         * src/main.c
7922         * src/matcher_parser_lex.[hl]
7923         * src/mbox.c
7924         * src/mbox_folder.[ch]
7925         * src/prefs_filtering.c
7926         * src/procheader.c
7927         * src/quote_fmt_lex.l
7928         * src/ssl.c
7929                 fix all warnings except the warnings in lex and yacc files
7930
7931 2002-11-20 [christoph]  0.8.5claws172
7932
7933         * src/imap.c
7934                 fix MsgInfo retrieval for IMAP draft and queue folders
7935                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7936
7937 2002-11-19 [christoph]  0.8.5claws171
7938
7939         * src/compose.c
7940                 fix segfault, when draft saving does not get
7941                 the MsgInfo of the new message
7942                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7943
7944 2002-11-19 [christoph]  0.8.5claws170
7945
7946         * src/procmsg.c
7947                 add parameter check for flag setting function
7948                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7949
7950 2002-11-18 [paul]       0.8.5claws169
7951
7952         * src/compose.c
7953                 more sensitivity fixes to redirect mode:
7954                 * disable toolbar draft button
7955                 * allow only Address book in the Tools menu
7956                 * disable editing of message by the spell
7957                   checker
7958
7959 2002-11-18 [paul]       0.8.5claws168
7960
7961         * src/compose.c
7962                 fix sensitivity of menu items in compose_redirect():
7963                 allow only the necessary items 
7964
7965 2002-11-18 [paul]       0.8.5claws167
7966
7967         * src/compose.c
7968                 fix bug [ 603259 ] 'attachment got lost on bounce'
7969
7970 2002-11-18 [paul]       0.8.5claws166
7971
7972         * po/ru.po
7973                 updated by Ruslan N. Balkin <baron@dartel.ru>
7974
7975 2002-11-18 [colin]      0.8.5claws165
7976
7977         * src/main.c
7978           src/defs.h
7979                 Remove old filtering stuff
7980
7981
7982 2002-11-17 [oliver]     0.8.5claws164
7983
7984         * src/toolbar.h
7985                 remove not needed typedef 
7986
7987 2002-11-17 [oliver]     0.8.5claws163
7988
7989         * src/toolbar.c
7990                 make toolbar's on click events translatable
7991
7992 2002-11-15 [colin]      0.8.5claws162
7993
7994         * src/summaryview.c
7995                 Revert too-soon integration of a feature
7996
7997 2002-11-15 [christoph]  0.8.5claws161
7998
7999         * src/imap.c
8000                 use main's implementation of imap_get_msginfo
8001
8002 2002-11-15 [christoph]  0.8.5claws160
8003
8004         * src/compose.c
8005         * src/folder.[ch]
8006         * src/imap.c
8007         * src/mbox_folder.c
8008         * src/mh.c
8009         * src/news.c
8010         * src/procmsg.c
8011         * src/summaryview.c
8012                 replace claws' fetch_msginfo with main's get_msginfo
8013                 (use main's implementation where possible)
8014
8015 2002-11-15 [colin]      0.8.5claws159
8016
8017         * src/ssl_certificate.c
8018                 Missed a check
8019
8020 2002-11-16 [melvin]     0.8.5claws158
8021
8022         * po/fr.po
8023                 Updated French translations.
8024
8025 2002-11-16 [colin]      0.8.5claws157
8026
8027         * src/ssl_certificate.c
8028                 Check for missing parts in the certificates
8029
8030 2002-11-15 [colin]      0.8.5claws156
8031
8032         * src/folderview.c
8033                 Preventive fix (missing check) found by
8034                 Alfons
8035
8036 2002-11-15 [paul]
8037
8038         * NEWS
8039                 sync with 0.8.6 release
8040
8041 2002-11-15 [colin]      0.8.5claws155
8042
8043         * src/folder.[ch]
8044           src/folderview.c
8045                 Fix error handling of folder_item_move_to()
8046                 (thanks to Alfons!)
8047
8048 2002-11-15 [colin]      0.8.5claws154
8049
8050         * src/folder.[ch]
8051           src/folderview.c
8052                 folder_item_move_to() sets an error message instead
8053                 of having GUI stuff in folder.c
8054
8055 2002-11-15 [colin]      0.8.5claws153
8056
8057         * src/procmsg.[ch]
8058                 Implemented a callback for MsgInfo updates, 
8059                 heavily copy/pasted from Christoph's folder 
8060                 callback system
8061         * src/summaryview.[ch]
8062                 Register summary_update_msg as callback
8063
8064 2002-11-14 [colin]      0.8.5claws152
8065         
8066         * src/procmsg.c
8067                 Update the FolderItem after sending (fixes 617593)
8068
8069 2002-11-14 [christoph]  0.8.5claws151
8070
8071         * src/folder.c
8072                 fix wrong position of NULL pointer check found
8073                 by Sergey
8074
8075 2002-11-14 [christoph]  0.8.5claws150
8076
8077         * src/folder.c
8078                 fix segfault when deleting messages from IMAP folders
8079                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8080
8081 2002-11-14 [colin]      0.8.5claws149
8082
8083         * src/compose.c
8084                 Forwarding was also ignoring the folder's default account.
8085
8086 2002-11-14 [colin]      0.8.5claws148
8087
8088         * src/compose.c
8089                 Fix sent folder not set to folder properties when 
8090                 forwarding.
8091
8092 2002-11-14 [thorsten]   0.8.5claws147
8093
8094         * src/inc.c
8095                 inc_start(): Files were not moved from .processing to inbox,
8096                 if no global processing rule existed
8097
8098 2002-11-14 [colin]      0.8.5claws146
8099
8100         * src/ssl_certificate
8101                 Fix file operations
8102
8103 2002-11-14 [paul]       0.8.5claws145
8104
8105         * po/it.po
8106                 updated by Alessandro Maestri
8107
8108 2002-11-13 [alfons]     0.8.5claws144
8109
8110         * src/folder.c
8111                 folder_item_close(): only mark messages unread
8112                 when a folder has new messages 
8113
8114 2002-11-13 [keith]      0.8.5claws143
8115
8116         * src/imap.c
8117                 Fix problem moving or copying between
8118                 IMAP folders
8119
8120 2002-11-13 [colin]      0.8.5claws142
8121
8122         * src/matcher_parser_parse.y
8123                 Fix rule problem when " don't match
8124
8125 2002-11-13 [christoph]  0.8.5claws141
8126
8127         * src/folder.c
8128         * src/folderview.c
8129                 moved cache saving to folder_item_close
8130                 the folderview should not have to deal with
8131                 this things
8132
8133 2002-11-13 [christoph]  0.8.5claws140
8134
8135         * src/summaryview.c
8136                 moved setting of important score to
8137                 summary_set_prefs_from_folderitem
8138
8139 2002-11-13 [colin]      0.8.5claws139
8140
8141         * src/matcher_parser_parse.y
8142                 Fix a segfault in the parser (happening when
8143                 a good expression had been tested and a bad 
8144                 one arrives)
8145
8146 2002-11-13 [paul]       0.8.5claws138
8147
8148         * sync with 0.8.5cvs24
8149                 see ChangeLog 2002-11-13
8150                 
8151         * po/pt_BR.po
8152                 updated by Fabio Jr. Beneditto
8153
8154 2002-11-13 [colin]      0.8.5claws137
8155         
8156         * src/msgcache.c
8157           src/defs.h
8158           src/procmsg.[ch]
8159                 Revert last commit, problem
8160
8161 2002-11-13 [colin]      0.8.5claws136
8162
8163         * src/msgcache.c
8164                 Remove duplicated code
8165         * src/defs.h
8166                 Bumped CACHE_VERSION and MARK_VERSION
8167         * src/procmsg.[ch]
8168                 Network endian for cache and mark files
8169
8170 2002-11-12 [colin]      0.8.5claws135
8171
8172         * src/inc.c
8173                 Fix the "socket error" dialog which disappeared
8174
8175 2002-11-12 [colin]      0.8.5claws134
8176
8177         * src/msgcache.c
8178                 Reverse last commit which had performance 
8179                 problems, but still reverse the list
8180
8181 2002-11-12 [colin]      0.8.5claws133
8182
8183         * src/msgcache.c
8184                 Reverse list order
8185
8186 2002-11-12 [melvin]     0.8.5claws132
8187
8188         * src/compose.c
8189                 Added a check for a NULL prefs_common.dictionary
8190
8191 2002-11-12 [colin]      0.8.5claws131
8192
8193         * src/ssl_certificate.[ch]
8194                 Use FQDN hostname
8195
8196 2002-11-12 [colin]      0.8.5claws130
8197
8198         * src/ssl_certificate.[ch]
8199                 Take connection port into account for 
8200                 checking certificates (a single hostname
8201                 could have multiple servers with multiple
8202                 certificates)
8203         * src/ssl.c
8204                 Pass the port to ssl_certificate_check
8205
8206 2002-11-12 [paul]       0.8.5claws129
8207
8208         * src/folder.c
8209                 fix a typo in last commit
8210
8211 2002-11-12 [paul]       0.8.5claws128
8212
8213         * sync with 0.8.5cvs23
8214                 see ChangeLog entry 2002-11-12
8215
8216 2002-11-11 [colin]      0.8.5claws127
8217
8218         * src/ssl_certificate.c
8219                 Cleaner messages
8220                 Don't popup, instead log error, if the 
8221                 corresponding pref is checked
8222         * src/ssl_certificate.h
8223                 include <openssl/objects/h>
8224
8225 2002-11-11 [colin]      0.8.5claws126
8226
8227         * src/ssl_certificate.h
8228                 _Really_ clean it
8229
8230 2002-11-11 [colin]      0.8.5claws125
8231         
8232         * src/ssl_certificate.c
8233                 Fixed leak
8234
8235 2002-11-11 [colin]      0.8.5claws124
8236
8237         * src/ssl.c
8238                 Cleaned a bit
8239         * src/ssl_certificate.[ch]
8240                 Cleaned a bit (better use of SSL API)
8241                 (This will cause non-recognition of saved 
8242                  certificates of claws12[23]...)
8243
8244 2002-11-11 [paul]       0.8.5claws123
8245         
8246         * po/es.po
8247                 updated by Ricardo Mones Lastra
8248
8249 2002-11-11 [colin]      0.8.5claws122
8250
8251         * src/ssl.c
8252                 Fix a typo
8253
8254 2002-11-11 [colin]      0.8.5claws121
8255
8256         * src/ssl_certificate.[ch] ** NEW FILES **
8257         * src/ssl.[ch]
8258                 Check SSL certificates presented to us
8259         * src/Makefile.am
8260                 Add ssl_certificate.[ch]
8261         * po/POTFILES.in
8262                 Add ssl_certificate.c
8263
8264 2002-11-11 [paul]       0.8.5claws120
8265
8266         * sync with 0.8.5cvs22
8267                 see ChangeLog 2002-11-11
8268
8269 2002-11-11 [paul]       0.8.5claws119
8270
8271         * sync with 0.8.5cvs21
8272                 see ChangeLog 2002-11-11
8273
8274 2002-11-10 [jens]       0.8.5claws118
8275
8276         * src/folder.c
8277         * src/folderview.c
8278                 corrected some typing
8279         * po/de.po
8280                 updated german translation
8281         * sylpheed.spec.in
8282                 cleaned up specfile and adjusted it for claws
8283
8284 2002-11-10 [colin]      0.8.5claws117
8285
8286         * src/summaryview.c
8287                 a STATUSBAR_PUSH/POP fix
8288
8289 2002-11-10 [colin]      0.8.5claws116
8290
8291         * src/prefs_folder_item.c
8292                 Fix hanging after opening folder properties
8293
8294 2002-11-10 [hoa]        0.8.5claws115
8295
8296         * src/matcher_parser_lex.l
8297         * src/matcher_parser_parse.y
8298                 config file for scoring and filtering is no more trashed
8299                 when there is a syntax error in a filtering rule when
8300                 editing it in a dialog.
8301
8302 2002-11-09 [colin]      0.8.5claws114
8303
8304         * src/mbox_folder.c
8305                 Added missing initialisation of folder->destroy()
8306
8307 2002-11-09 [colin]      0.8.5claws113
8308
8309         * src/folder.c
8310           src/folderview.c
8311                 Fix the status bar messages
8312
8313 2002-11-09 [colin]      0.8.5claws112
8314
8315         * src/folderview.c
8316                 Fix hangs after folder dnd, happening after 
8317                 claws109.
8318
8319 2002-11-09 [christoph]  0.8.5claws111
8320
8321         * src/folderview.c
8322                 just changed order of calls (reverse order of
8323                 associated calls)
8324         * src/inc.c
8325                 lock inc when checking only one account, otherwise
8326                 inc all could be executed at the same time
8327
8328 2002-11-09 [christoph]  0.8.5claws110
8329
8330         * src/folderview.c
8331                 better unlock the mouse cursor before calling
8332                 summary_show because it changes the cursor too
8333
8334 2002-11-09 [christoph]  0.8.5claws109
8335
8336         * src/folder.[ch]
8337         * src/folderview.c
8338                 add functions to open and close a folder
8339                 o opending will execute scanning for remote folders
8340                   and processing
8341                 o closing will unset new flag for messages
8342
8343 2002-11-09 [colin]      0.8.5claws108
8344
8345         * src/folder.c
8346                 Add a call to prefs_matcher_write_config to 
8347                 avoid non-leaf folders filtering settings to be
8348                 lost
8349
8350 2002-11-09 [paul]       0.8.5claws107
8351
8352         * src/prefs_account.c
8353                 re-word a label
8354
8355 2002-11-09 [colin]      0.8.5claws106
8356
8357         * src/folderview.c
8358                 Minor esthetic fix
8359
8360 2002-11-09 [colin]      0.8.5claws105
8361
8362         * src/folderview.c
8363                 Fix prefs_filtering deletion for MH folders (same
8364                 reason as below)
8365         * src/prefs_filtering.c
8366                 Fix prefs_filtering renaming and deletion for 
8367                 folder-based processing rules.  
8368
8369 2002-11-09 [christoph]  0.8.5claws104
8370
8371         * src/compose.c
8372         * src/folder.[ch]
8373         * src/folderview.[ch]
8374         * src/import.c
8375         * src/inc.c
8376         * src/main.c
8377         * src/mainwindow.c
8378         * src/messageview.c
8379         * src/prefs_folder_item.c
8380         * src/procmsg.c
8381         * src/summaryview.c
8382                 implement a callback system for folder item updates
8383
8384 2002-11-09 [colin]      0.8.5claws103
8385
8386         * src/folderview.c
8387                 Fix prefs_filtering renaming for MH folders (we
8388                 shouldn't rename by path as another folder could
8389                 have the same hierarchy).
8390
8391 2002-11-09 [colin]      0.8.5claws102
8392
8393         * src/folder.c
8394                 Fix a leak found by Christoph, use better variable
8395                 names
8396
8397 2002-11-09 [colin]      0.8.5claws101
8398
8399         * src/folder.c
8400                 One more fix for processing rules
8401
8402 2002-11-08 [colin]      0.8.5claws100
8403         
8404         * src/matcher.c
8405                 Don't copy the compiled regexp (will be reevaluated)
8406         * src/folderview.c
8407                 Lock folderview while moving
8408         * src/folder.c
8409                 Provide info on what's happening to the user
8410
8411 2002-11-08 [colin]      0.8.5claws99
8412
8413         * src/folderview.c
8414                 Fix folder reordering after a move if parent is 
8415                 root
8416         * src/scoring.[ch]
8417                 Add function to copy a ScoringProp
8418         * src/prefs_folder_item.c
8419                 Copy scoring rules when copying a folder prefs
8420
8421 2002-11-08 [colin]      0.8.5claws98
8422
8423         * src/folderview.c
8424                 Fixes in case of failure
8425         * src/filtering.[ch]    
8426                 Add function to duplicate a FilteringProp
8427         * src/matcher.[ch]
8428                 Add function to duplicate a MatcherProp
8429         * src/prefs_folder_item.c
8430                 Save folder's processing rules when copying 
8431                 its prefs
8432
8433 2002-11-08 [colin]      0.8.5claws97
8434         
8435         * src/folderview.c
8436                 Sort after move
8437         * src/folder.c 
8438                 Change a printf to debug_print
8439
8440 2002-11-08 [colin]      0.8.5claws96
8441
8442         * src/folder.c
8443           src/folderview.c
8444                 Fix segfaults, call me stupido
8445         
8446
8447 2002-11-08 [colin]      0.8.5claws95
8448
8449         *src/folder.c
8450                 Added forgotten prefs to save when moving folders
8451
8452 2002-11-08 [colin]      0.8.5claws94
8453
8454         * src/folder.c
8455                 Fixes to folder DND (prefs copy)
8456         * src/folderview.c
8457                 Optimization for folder DND (don't rescan whole tree)
8458                 Added folderview_create_folder_node() for this 
8459                 optimization, so de-duped a bit the code
8460         * src/prefs_folder_item.[ch]
8461                 Added prefs_folder_item_copy_prefs()    
8462           
8463 2002-11-08 [paul]       0.8.5claws93
8464
8465         * src/prefs_account.c
8466           tools/README
8467           tools/kmail2sylpheed_v2.pl
8468                 correct some typos
8469
8470 2002-11-08 [paul]       0.8.5claws92
8471
8472         * src/compose.c
8473           src/prefs_account.[ch]
8474                 remove account options 'clearsign' and 'ascii_armored',
8475                 replace with 'default_gnupg_mode' to prevent mixed-mode
8476                 Privacy settings
8477
8478 2002-11-08 [paul]       0.8.5claws91
8479
8480         * src/compose.[ch]
8481                 re-implement GnuPG 'on-the-fly' mode selection,
8482                 disallow mixed-mode
8483
8484 2002-11-08 [colin]      0.8.5claws90
8485
8486         * src/folderview.c
8487           src/prefs_folder_item.c
8488                 Change "Property" to "Properties"
8489
8490 2002-11-07 [colin]      0.8.5claws89
8491
8492         * src/folderview.c
8493           src/folder.c
8494                 Allow folder dropping to a root folder
8495
8496 2002-11-07 [paul]       0.8.5claws88
8497
8498         * src/compose.c
8499                 revert last commit
8500
8501 2002-11-07 [paul]       0.8.5claws87
8502
8503         * src/compose.c
8504                 fix reply-to-list bug. closes bug report
8505                 "[633382] reply-to-list broken in recent cvs"
8506
8507 2002-11-07 [paul]       0.8.5claws86
8508
8509         * src/compose.c
8510                 add a forgotten '#if USE_GPGME ... #endif'
8511
8512 2002-11-07 [paul]       0.8.5claws85
8513
8514         * sync with 0.8.5cvs20
8515                 see ChangeLog 2002-11-07
8516
8517 2002-11-07 [colin]      0.8.5claws84
8518
8519         * src/folder.[ch]
8520                 Change folder_item_move_to to return the newly 
8521                 created folderitem.
8522         * src/folderview.c
8523                 Select the new folderitem after moving.
8524
8525 2002-11-07 [colin]      0.8.5claws83
8526
8527         * src/prefs_filtering.c
8528                 Fix rule rewriting when moving a leaf folder to a 
8529                 shorter path
8530
8531 2002-11-07 [colin]      0.8.5claws82
8532
8533         * src/prefs_filtering.c
8534                 fix a leak
8535
8536 2002-11-07 [colin]      0.8.5claws81
8537
8538         * src/folder.[ch]
8539                 Add folder_item_move_to() function to move a 
8540                 folderitem into another one (updates matcher etc)
8541         * src/folderview.c
8542                 Add folder drag'n drop (context menu to come)
8543                 [Should be dataloss free, but Please backup before 
8544                  trying !]
8545
8546 2002-11-06 [colin]      0.8.5claws80
8547
8548         * src/mh.c
8549                 mh_create_folder() returns NULL if can't create
8550                 directory hierarchy
8551
8552 2002-11-06 [paul]       0.8.5claws79
8553
8554         * src/compose.[ch]
8555                 allow 'on-the-fly' changing of the type of encryption 
8556                 and/or signing used (mime/ascii) via the compose window
8557
8558 2002-11-06 [paul]       0.8.5claws78
8559
8560         * sync with 0.8.5cvs19
8561                 see ChangeLog 2002-11-06 for src/account.c: 
8562                 account_get_special_folder()
8563                 
8564 2002-11-05 [alfons]     0.8.5claws77
8565
8566         * src/crash.c
8567                 very minor cleanups: nothing to see here, move on. :-)
8568
8569 2002-11-05 [colin]      0.8.5claws76
8570
8571         * src/main.c
8572                 Changes choices if compose windows are opened to
8573                 Discard, Draft, Don't quit
8574
8575 2002-11-05 [thorsten]   0.8.5claws75
8576
8577         * src/compose.c
8578                 reenabled default_reply_to folder option
8579
8580 2002-11-05 [colin]      0.8.5claws74
8581
8582         * src/compose.[ch] 
8583                 add compose_draft()
8584         * src/crash.c
8585                 add SIGTERM handler
8586         * src/main.[ch]
8587                 add clean_quit() for the SIGTERM handler
8588
8589 2002-11-05 [paul]       0.8.5claws73
8590         
8591         * po/es.po
8592                 updated by Ricardo Mones Lastra
8593
8594 2002-11-05 [melvin]     0.8.5claws72
8595
8596         * src/logwindow.c
8597                 Fixed log-clipping bug #616795.
8598                 To stop logging in the log window use 0 length.
8599         * src/prefs_common.c
8600                 Added a label to inform about the 0 log length behaviour.
8601
8602 2002-11-05 [paul]       0.8.5claws71
8603
8604         * sync with 0.8.5cvs17
8605                 see ChangeLog 2002-11-05
8606
8607 2002-11-04 [paul]       0.8.5claws70
8608
8609         * sylpheed-128x128.png
8610           sylpheed-64x64.png
8611           sylpheed.png
8612                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8613                 <nikai@users.sourceforge.net>
8614                 
8615         * po/bg.po
8616                 updated by George Danchev
8617
8618 2002-11-03 [thorsten]   0.8.5claws69
8619
8620         * src/main.c
8621           src/mimeview.c
8622           src/rfc2015.h
8623                 add check if gpg is active
8624
8625 2002-11-03 [thorsten]   0.8.5claws68
8626
8627         * src/toolbar.h
8628                 removed GSList declaration causing trouble on MacOS-X
8629                 (submitted by alfons, reported by xfesty)
8630
8631 2002-11-01 [paul]       0.8.5claws67
8632
8633         * src/mainwindow.c
8634                 remove last remnants of main's filter code
8635
8636 2002-11-01 [paul]       0.8.5claws66
8637
8638         * tools/filter_conv.pl
8639                 fix bug where user-defined headers were ignored
8640
8641 2002-11-01 [paul]       0.8.5claws65
8642
8643         * src/logwindow.c
8644                 make a debug_print() not translatable
8645
8646 2002-10-31 [melvin]     0.8.5claws64
8647
8648         * ac/aspell.m4
8649                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8650                 not run any GNU/aspell test.  The dictionary path will
8651                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8652                 was given, in which case, it will be $prefix/lib/aspell/
8653         * configure.in
8654                 Fixed typo in commentary (Aspell code).
8655
8656 2002-10-31 [paul]       0.8.5claws63
8657
8658         * po/POTFILES.in
8659                 remove src/filter.c and src/prefs_filter.c
8660                 thanks to Ricardo for reminding me
8661
8662 2002-10-31 [colin]      0.8.5claws62
8663
8664         * src/mbox_folder.c
8665                 Plug some leaks
8666
8667 2002-10-31 [paul]       0.8.5claws61
8668
8669         * src/prefs_filter.[ch] ** REMOVED **
8670           src/filter.[ch]       ** REMOVED **
8671           
8672         * src/Makefile.am
8673           src/folderview.c
8674           src/inc.c
8675           src/main.c
8676           src/mainwindow.c
8677           src/mbox.c
8678           src/prefs_common.c
8679           src/prefs_filtering.c
8680           src/summaryview.[ch]
8681                 remove main's 'filter' code
8682                 
8683         README.claws
8684                 update to reflect removal of main's filter
8685
8686 2002-10-31 [paul]       0.8.5claws60
8687
8688         * src/summaryview.c
8689                 remove check for global_processing in summary_filter_open(). 
8690                 This fixes the bug where if the user uses the right-click 
8691                 'Create filter rule...' and doesn't have any filter rules 
8692                 already defined in claws' advanced filtering, the newly 
8693                 created filter rule goes to main's filtering which is 
8694                 inaccessible through the gui. Now the filter rule gets added
8695                 to claws' filtering by default.
8696
8697 2002-10-28 [melvin]     0.8.5claws59
8698
8699         * src/prefs_actions.c
8700                 Fixed bug #627322 where MIME parts were not always
8701                 correctly passed to a %p action
8702                 Display an error dialog when message filename is not found.
8703
8704 2002-10-28 [melvin]     0.8.5claws58
8705
8706         * src/prefs_common.c
8707                 Readded a missing function declaration lost in 0.8.3claws34
8708
8709 2002-10-28 [paul]       0.8.5claws57
8710
8711         * sync with 0.8.5cvs15
8712                 see ChangeLog 2002-10-28 and 2002-10-25
8713                 
8714         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8715
8716 2002-10-27 [oliver]     0.8.5claws56
8717
8718         * src/pop.c
8719                 plug leak in pop3_top_recv
8720
8721 2002-10-26 [christoph]  0.8.5claws55
8722
8723         * src/folder.c
8724                 set need_update folder flag when messages are added
8725                 (closes bug [ 626922 ] folder not updated after receiving)
8726
8727 2002-10-25 [melvin]     0.8.5claws54
8728
8729         * src/imageview.c
8730                 Fixed a memleak introduced in the scaling code.
8731
8732 2002-10-24 [alfons]     0.8.5claws53
8733
8734         * src/filtering.c
8735                 make filtering's forward message action forward from the 
8736                 correct account
8737                 (closes bug [628089 ] Filter -> Forward from address problem
8738                 reported by Oktay)
8739
8740 2002-10-24 [christoph]  0.8.5claws52
8741
8742         * src/mainwindow.c
8743         * src/manual.[ch]
8744                 o use manual of current locale or english if current
8745                   locale is not available (and english is available)
8746                 o also link to sylpheed doc project manuals
8747
8748 2002-10-23 [paul]       0.8.5claws51
8749
8750         * tools/README
8751           tools/kmail2sylpheed_v2.pl
8752                 add new version of kmail addressbook importer script.
8753                 works with newer versions of Kmail/KAddressBook which
8754                 have new and rearranged data.
8755
8756 2002-10-23 [martin]     0.8.5claws50
8757
8758         * src/folderview.c
8759         * src/summaryview.c
8760         * src/utils.h
8761         * src/utils.c
8762                 added length parameter to get_abbrev_newsgroup_name()
8763                 changed this function so that it abbreviates the newsgroup
8764                 names only so long it is smaller than the length parameter
8765                 (for better reading of some newsgroup names and space efficiency)
8766
8767 2002-10-22 [colin]      0.8.5claws49
8768
8769         *src/foldersel.c
8770                 Revert Alfons' last modification (after voting ;-))
8771
8772 2002-10-21 [alfons]     0.8.5claws48
8773
8774         * src/foldersel.c
8775                 folder view in folder selection dialog reflects state of
8776                 folder view in main window
8777
8778 2002-10-18 [alfons]     0.8.5claws47
8779
8780         * src/mbox.c
8781                 drop imported messages in folder selected by user,
8782                 and not in the inbox
8783                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8784
8785 2002-10-18 [alfons]     0.8.5claws46
8786
8787         * src/compose.c
8788                 make automagic reply work correctly for email accounts 
8789                 (whether it's viable to do a full sync with Hiro's 
8790                 compose.c is still under discussion)
8791
8792 2002-10-18 [melvin]     0.8.5claws45
8793
8794         * src/prefs_actions.c
8795                 Fixed bug #622275 where asynchroneous actions left 
8796                 zombies processes
8797                 Made (synchroneous) actions' input be displayed live.
8798
8799 2002-10-18 [christoph]  0.8.5claws44
8800
8801         * src/textview.c
8802                 don't add a newline in the textview in front of the
8803                 first textpart if header display is disabled
8804                 (closes bug [ 603385 ] disabled header display leaves blank
8805                  lin)
8806
8807 2002-10-18 [christoph]  0.8.5claws43
8808
8809         * src/folder.[ch]
8810         * src/imap.c
8811         * src/mbox_folder.c
8812         * src/mh.c
8813         * src/news.c
8814                 folder->get_num_list now returns an error code
8815                 (closes bug [ 609424 ] News cache cleared on failure)
8816                 
8817 2002-10-17 [colin]      0.8.5claws42
8818         
8819         * src/news.c
8820                 Changed a printf by debug_print
8821
8822 2002-10-16 [paul]       
8823
8824         * tools/OOo2sylpheed.pl
8825                 allow for spaces in the name of the
8826                 file to be attached.
8827
8828 2002-10-16 [colin]      0.8.5claws41
8829
8830         * src/main.c
8831                 Use a tristate to change online mode
8832
8833 2002-10-16 [paul]       0.8.5claws40
8834
8835         * po/es.po
8836                 updated by Ricardo Mones Lastra
8837
8838 2002-10-16 [colin]      0.8.5claws39
8839
8840         * src/main.c
8841           src/mainwindow.[ch]
8842                 Added --online and --offline command-line
8843                 switches
8844
8845 2002-10-15 [christoph]  0.8.5claws38
8846
8847         * src/procmime.c
8848                 set mimeinfo->name to NULL after g_free to
8849                 avoid double freeing with g_free
8850
8851 2002-10-14 [christoph]  0.8.5claws37
8852
8853         * src/compose.c
8854         * src/filtering.c
8855         * src/summaryview.c
8856                 remove calls to folder->change_flags that are now
8857                 done by procmsg flag functions (seems it is not
8858                 used by any foldertype anyway)
8859         * src/folder.c
8860                 init folder->change_flags with NULL
8861
8862 2002-10-14 [christoph]  0.8.5claws36
8863
8864         * src/folder.[ch]
8865         * src/imap.[ch]
8866                 use virtual functions for folder item new and destroy
8867                 functions
8868
8869 2002-10-14 [melvin]     0.8.5claws35
8870
8871         * src/compose.c
8872                 Added a test to not run the spell checker if no default
8873                 dictionary is available. No dialog is displayed though.
8874
8875 2002-10-14 [melvin]     0.8.5claws34
8876
8877         * src/gtkaspell.c
8878                 Fixed bug in dictionary list context menu where
8879                 "More..." pointed to an emtpy submenu if the
8880                 number of dictionaries is a multiple of 15
8881                 Removed unneeded code in suggestions list creation
8882
8883 2002-10-14 [paul]       0.8.5claws33
8884
8885         * po/bg.po
8886                 updated by George Danchev
8887
8888 2002-10-13 [hoa]        0.8.5claws32
8889
8890         * src/matcher.[ch]
8891           src/matcher_parser_parser.y
8892                 removed the escaped string from internal structure
8893                 of matcher.
8894
8895 2002-10-12 [colin]      0.8.5claws31
8896
8897         * src/gtksctree.[ch]
8898           src/summaryview.c
8899                 Removed useless function gtksctree_reanchor
8900
8901 2002-10-12 [alfons]     0.8.5claws30
8902         
8903         * sync with remaining main changes 2002-10-09 - 2002-10-11
8904         - drop changes to src/compose.c (requires claws specific changes)
8905         
8906 2002-10-12 [alfons]     0.8.5claws29
8907         
8908         * sync with main changes of 2002-10-08
8909         - drop changes to src/compose.c (requires claws specific changes)
8910         - drop changes to src/summaryview.c (requires changes to compose.c)     
8911
8912 2002-10-12 [alfons]     0.8.5claws28
8913         
8914         * sync with main changes of 2002-10-07
8915
8916 2002-10-12 [alfons]     0.8.5claws27
8917
8918         * sync with main changes of 2002-10-04
8919         - drop changes to src/compose.c (requires claws specific changes)
8920         - drop changes to src/prefs_folder_item.c (claws implementation
8921           seems to be working)
8922
8923 2002-10-12 [colin]      0.8.5claws26
8924
8925         * src/mainwindow.c
8926                 Fix folder-flicker when space-reading, introduced 
8927                 in claws22.
8928
8929 2002-10-12 [colin]      0.8.5claws25
8930
8931         * src/compose.c
8932                 Save account address when saving as draft.
8933                 (closes bug 621838)
8934
8935 2002-10-12 [colin]      0.8.5claws24
8936
8937         * src/summaryview.c
8938                 Fix the problem consisting of no message selected
8939                 after the last message in a folder has been moved.
8940
8941 2002-10-12 [paul]       0.8.5claws23
8942
8943         * src/compose.c
8944           src/prefs_template.c
8945           src/template.[ch]
8946                 add Cc and Bcc to templates. Patch submitted by
8947                 John L. Males.
8948
8949 2002-10-12 [colin]      0.8.5claws22
8950
8951         * src/folderview.c
8952                 Fix a bug after "Check for new messages":
8953                 If a folder was opened, it was still selected at
8954                 the end of the check, but displayed empty.
8955         * src/mainwindow.c
8956                 Remove unnecessary check
8957
8958 2002-10-12 [paul]
8959
8960         * tools/README
8961                 be more verbose in the description of
8962                 OOo2sylpheed.pl
8963                 
8964
8965 2002-10-11 [colin]      0.8.5claws21
8966
8967         * src/mainwindow.c
8968                 Make space work (better) when no mail is selected
8969
8970 2002-10-11 [colin]      0.8.5claws20
8971
8972         * src/inc.c
8973           src/news.c
8974                 fix warnings
8975
8976 2002-10-11 [colin]      0.8.5claws19
8977
8978         * src/mainwindow.c
8979                 revert 0.8.5claws6 changes as i couldn't get to
8980                 anything satisfying
8981
8982 2002-10-11 [melvin]     0.8.5claws18
8983
8984         * src/compose.c
8985                 Removed buggy and unused macro (should have been committed in
8986                 0.8.5claws17)
8987
8988 2002-10-11 [melvin]     0.8.5claws17
8989
8990         * src/compose.c
8991                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8992
8993 2002-10-11 [thorsten]   0.8.5claws16 
8994
8995         * src/folderview.c
8996                 remove rescan warning
8997
8998 2002-10-11 [colin]      0.8.5claws15 
8999
9000         * src/procheader.c
9001                 fix a segfault that happens if conv_unmime_header
9002                 fails (should be better to find out why it fails)
9003
9004 2002-10-11 [christoph]  0.8.5claws14
9005
9006         * src/summaryview.c
9007                 update folderview stats after ignore/unignore thread
9008
9009 2002-10-11 [hoa]        0.8.5claws13
9010
9011         * src/quote_fmt_parse.y
9012                 Fixed a yacc/bison syntax error
9013         * src/matcher.c
9014                 Escaping of string is fixed.
9015
9016 2002-10-11 [colin]      0.8.5claws12
9017
9018         * src/imageview.c
9019                 Resize images to fit
9020
9021 2002-10-11 [paul]       0.8.5claws11
9022
9023         * po/es.po
9024                 updated by Ricardo Mones Lastra
9025
9026 2002-10-10 [alfons]     0.8.5claws10
9027
9028         * src/compose.c
9029                 allow dropping files by "moving" files from a file manager,
9030                 not only by the more cumbersome "copying". the latter 
9031                 mostly implies holding down the Control button
9032
9033 2002-10-10 [christoph]  0.8.5claws9
9034
9035         * src/summaryview.c
9036                 update folders after thread building for ignored threads
9037
9038 2002-10-10 [christoph]  0.8.5claws8
9039
9040         * config/.cvsignore
9041                 added Makefile
9042         * src/filtering.[ch]
9043         * src/folder.[ch]
9044         * src/folderview.[ch]
9045         * src/import.c
9046         * src/inc.[ch]
9047         * src/mbox.[ch]
9048         * src/procmsg.c
9049         * src/summaryview.[ch]
9050                 o added new flag need_update to FolderItem
9051                 o removed folder_table from various functions from tracking
9052                   folder updates
9053                 o set need_update flags in folder.c's move, copy and delete
9054                   functions and procmsg's flags functions
9055                 o added function folderview_update_items_when_required that
9056                   updates all folders with need_update set
9057                 o call folderview_update_items_when_required instead of
9058                   folderview_update_item_foreach
9059
9060 2002-10-09 [sergey]     0.8.5claws7
9061
9062         * src/compose.c
9063                 Strip CRs whel loading the text into editor in reedit mode.
9064
9065 2002-10-09 [colin]      0.8.5claws6
9066
9067         * src/mainwindow.c
9068                 Make Space work when no mail is selected
9069
9070 2002-10-09 [colin]      0.8.5claws5
9071
9072         * src/gtksctree.[ch]
9073                 Fix range_select
9074                 Add gtk_sctree_reanchor() 
9075         * src/summaryview.c
9076                 Use gtk_sctree_reanchor() - better fix for 
9077                 bug 60413
9078
9079 2002-10-09 [colin]      0.8.5claws4
9080
9081         * src/summaryview.c
9082                 Fix shift-click select after delete problem
9083                 (closes bug 60413)
9084
9085 2002-10-08 [thorsten]   0.8.5claws3
9086
9087         * src/summaryview.c
9088                 exclude current msg from -hide read messages-
9089
9090 2002-10-08 [colin]      0.8.5claws2
9091
9092         * src/inc.[ch]
9093           src/pop.c
9094           src/recv.c
9095                 Differentiate socket errors from disk full
9096                 errors
9097
9098 2002-10-08 [christoph]  0.8.5claws1
9099
9100         * Makefile.am
9101         * configure.in
9102                 modifications for new config directory
9103
9104         * config.guess  ** REMOVED **
9105         * config.sub    ** REMOVED **
9106         * install-sh    ** REMOVED **
9107         * ltmain.sh     ** REMOVED **
9108         * missing       ** REMOVED **
9109         * mkinstalldirs ** REMOVED **
9110                 these files are autogenerated by automake
9111                 when you run autogen.sh
9112
9113         * config/.cvsignore     ** NEW FILE **
9114         * config/Makefile.am    ** NEW FILE **
9115                 ignore autogenerated files
9116                 create a Makefile in this directory
9117
9118 2002-10-08 [paul]       0.8.5claws
9119
9120         * 0.8.5claws release
9121         
9122         * src/compose.c
9123           src/procheader.c
9124           src/procmsg.c
9125                 fix quote reply format for newsgroups reply bug
9126                 (thanks to Hoa)
9127                 
9128         * po/en_GB.po
9129           po/pl.po
9130                 updated by me and Witold Wladyslaw Wojciech Wilk
9131                 repectively
9132
9133 2002-10-07 [paul]       0.8.3claws53
9134
9135         * po/it.po
9136           po/pt_BR.po
9137           po/sr.po
9138                 updated messages catalogs, submitted by
9139                 Alessandro Maestri, Fabio Jr.Beneditto 
9140                 and Urke MMI, respectively.
9141
9142 2002-10-07 [christoph]  0.8.3claws52
9143
9144         * src/folder.[ch]
9145         * src/folderview.c
9146         * src/mainwindow.c
9147                 fix new folder ghost message bug
9148                 (closes bug [ 619722 ] wrong count for newly created folders)
9149
9150 2002-10-07 [christoph]  0.8.3claws51
9151
9152         * src/compose.c
9153                 fix news posting problem
9154
9155 2002-10-07 [melvin]     0.8.3claws50
9156
9157         * po/fr.po
9158                 Updated French translation
9159
9160 2002-10-05 [christoph]  0.8.3claws49
9161
9162         * src/gtkstext.c
9163                 check if line_start_cache is set in gtk_stext_update_text
9164                 (closes bug [ 618119 ] crash while doing search in folder)
9165
9166 2002-10-05 [christoph]  0.8.3claws48
9167
9168         * src/imap.c
9169         * src/news.c
9170         * src/utils.c
9171         * src/utils.h
9172                 implement cache cleanups for claws' folder system
9173                 (closes bug [ 595916 ] imapcache not cleaned up)
9174
9175 2002-10-05 [melvin]     0.8.3claws47
9176
9177         * src/prefs_actions.c
9178                 Made the help text more clear for the %p token
9179
9180 2002-10-04 [paul]       0.8.3claws46
9181
9182         * sync with 0.8.5
9183                 see ChangeLog 2002-10-02 and 2002-10-03
9184
9185 2002-10-04 [christoph]  0.8.3claws45
9186
9187         * src/inc.c
9188                 fix segfault caused by pop before smtp
9189                 call to inc_account_mail with NULL
9190                 pointer for mainwin
9191
9192 2002-10-04 [paul]       0.8.3claws44
9193
9194         * configure.in
9195                 sync the LDAP detection from 0.8.5cvs1
9196
9197 2002-10-02 [christoph]  0.8.3claws43
9198
9199         * po/de.po
9200                 fix small spelling error
9201
9202 2002-10-02 [melvin]     0.8.3claws42
9203
9204         * ac/aspell.m4
9205                 Behave better and say "no" when test program cannot be run.
9206
9207 2002-10-02 [paul]       0.8.3claws41
9208
9209         * sync with 0.8.4cvs1
9210                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9211                 
9212         * src/summaryview.c
9213                 toggle the behavior of Reply menuitem between
9214                 normal reply and reply-to-list
9215
9216 2002-10-01 [sergey]     0.8.3claws40
9217
9218         * src/compose.c
9219                 Convert newlines in the message text to the canonical form
9220                 before base64 encoding (RFC2045 compliance, fixes some
9221                 interoperability issues with Evolution 1.0.3)
9222
9223 2002-09-29 [colin]      0.8.3claws39
9224
9225         * src/summaryview.c
9226                 Fix an unwanted copy/paste
9227
9228 2002-09-29 [colin]      0.8.3claws38
9229
9230         * src/mainwindow.c
9231                 Renamed "Custom toolbar" to "Customize toolbar"
9232                 Renamed "Show all header" to "Show all headers"
9233                 Renamed "Set diplay item" to "Set displayed items"
9234         * src/prefs_common.c
9235                 Renamed "Show all header" to "Show all headers"
9236         * src/prefs_summary_column.c
9237                 Renamed "diplay item" to "displayed items"
9238
9239 2002-09-29 [colin]      0.8.3claws37
9240
9241         * src/mainwindow.[ch]
9242                 online/offline status pixmaps follow theme
9243                 changes
9244         * src/summaryview.[ch]
9245                 quicksearch pixmap follows theme changes
9246
9247 2002-09-29 [thorsten]   0.8.3claws36
9248
9249         * src/compose.c
9250           src/prefs_folder_item.[ch]
9251                 add default_reply_to folder option (closes patch 581044)
9252
9253 2002-09-29 [christoph]  0.8.3claws35
9254
9255         * acconfig.h    ** REMOVED **
9256         * configure.in
9257         * ac/aspell.m4
9258         * ac/check-type.m4
9259         * ac/gnupg-check-typedef.m4
9260                 fix autoheader 2.50 warning
9261
9262 2002-09-29 [christoph]  0.8.3claws34
9263
9264         * major code cleanup (part 2)
9265         
9266                 - unused variables removed
9267                 - unused functions removed
9268                 - uninitialized variables checked
9269                 - missing return statements added
9270                 - missing function return types added
9271                 - added parentheses around assignment
9272                   when suggested by gcc
9273
9274 2002-09-29 [alfons]     0.8.3claws33
9275
9276         * src/logwindow.c
9277                 log_window_clear(): only bracket gtk_text_forward_delete() 
9278                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9279                 works around GTK text bug)
9280
9281 2002-09-29 [paul]       0.8.3claws32
9282
9283         * po/bg.po
9284           po/sr.po
9285                 updated by George Danchev and Urke MMI
9286                 respectively
9287
9288 2002-09-27 [christoph]  0.8.3claws31
9289
9290         * doc-src/readme.txt
9291         * doc-src/rfc1806.txt   ** REMOVED **
9292         * doc-src/rfc2183.txt   ** NEW FILE **
9293         * doc-src/rfc2980.txt   ** NEW FILE **
9294                 update rfcs
9295
9296 2002-09-27 [melvin]     0.8.3claws30
9297
9298         * ac/aspell.m4
9299                 Fixed typo which could break linking
9300
9301 2002-09-27 [melvin]     0.8.3claws29
9302
9303         * ac/aspell.m4
9304                 Improved GNU/aspell checking. 
9305                 Fixed bug #614490
9306
9307 2002-09-27 [paul]       0.8.3claws28
9308
9309         * sync with 0.8.3cvs8
9310                 see ChangeLog 2002-09-27
9311
9312 2002-09-26 [colin]      0.8.3claws27
9313
9314         * src/toolbar.[ch]
9315           src/mainwindow.[ch]
9316                 Add "Reply to Mailing-list" to the toolbar
9317
9318 2002-09-26 [christoph]  0.8.3claws26
9319
9320         * src/summaryview.c
9321                 Fix wrong message counts in summaryview status
9322
9323 2002-09-26 [paul]       0.8.3claws25
9324
9325         * sync with 0.8.3cvs7
9326                 see ChangeLog 2002-09-26
9327
9328 2002-09-26 [paul]       0.8.3claws24
9329
9330         * sync with 0.8.3cvs6
9331                 see ChangeLog 2002-09-25
9332
9333 2002-09-25 [christoph]  0.8.3claws23
9334
9335         * src/prefs_common.c
9336         * src/prefs_folder_item.c
9337         * src/prefs_scoring.c
9338                 Renamed "kill score" to "hide score" in GUI
9339                 and prefs files
9340
9341 2002-09-25 [paul]       0.8.3claws22
9342
9343         * sync with 0.8.3cvs5
9344                 see ChangeLog 2002-09-24
9345
9346 2002-09-24 [alfons]     0.8.3claws21
9347
9348         patch by Satoshi Nagayasu: allows appending / saving multiple 
9349         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9350         'Save as ...'")
9351
9352         * AUTHORS
9353                 add Satoshi Nagayasu
9354         * src/summaryview.c
9355                 summary_save_as(): allow saving selected files to
9356                 one file
9357                 summary_set_menu_sensitive: enable "Save As..." when
9358                 multiple files are selected
9359         * src/utils.[ch]
9360                 append_file(): new function
9361
9362 2002-09-24 [colin]      0.8.3claws20
9363
9364         * src/procmime.c
9365                 Fix segfault when mimeinfo doesn't have a 
9366                 content_type. 
9367
9368 2002-09-24 [colin]      0.8.3claws19
9369
9370         * src/prefs_common.[ch]
9371                 Add a preference to display send dialog or not
9372         * src/send.c
9373                 Display send dialog according to preference
9374
9375 2002-09-24 [colin]      0.8.3claws18
9376
9377         * src/compose.[ch]
9378                 Disable user actions when sending
9379
9380 2002-09-24 [colin]      0.8.3claws17
9381
9382         * src/procmime.c
9383                 Do not display name or filename for attachments
9384                 with an application/pgp-signature type
9385                 (security flaw, see bug 537413)
9386
9387 2002-09-23 [colin]      0.8.3claws16
9388
9389         * src/editaddress.c
9390                 Initialize entry_email, entry_alias and 
9391                 entry_remarks to first email address of the list
9392
9393 2002-09-23 [colin]      0.83claws15
9394
9395         * src/compose.c
9396                 Drop pgp-signature when reediting a signed queued
9397                 message
9398
9399 2002-09-23 [melvin]     0.8.3claws14
9400
9401         * po/fr.po
9402                 Updated French translation
9403
9404 2002-09-23 [melvin]     0.8.3claws13
9405
9406         * src/mainwindow.c
9407                 Made custom toolbar menu labels more consistent
9408         * src/prefs_toolbar.c
9409                 Made custom toolbar window title more consistent
9410
9411 2002-09-22 [colin]      0.8.3claws12
9412
9413         * src/inc.c
9414                 Initialize session type to normal before getting 
9415                 mail (fixes strange Get behaviour)
9416         * src/prefs_account.h
9417                 Move STYPE_POP_BEFORE_SMTP to last position to 
9418                 avoid other side-effects
9419
9420 2002-09-22 [colin]      0.8.3claws11
9421
9422         * src/prefs_account.c
9423                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9424                 from pop3 to apop or vice-versa
9425
9426 2002-09-22 [colin]      0.8.3claws10
9427         
9428         * src/prefs_account.[ch]
9429                 Add an option for the POP before SMTP timeout
9430         * src/inc.c
9431                 Remember time of last POP connection
9432         * src/send.c
9433                 Do POP before SMTP only if timeout reached
9434
9435 2002-09-22 [oliver]     0.8.3claws9
9436         
9437         * README.claws
9438                 explain custom toolbar
9439
9440 2002-09-22 [oliver]     0.8.3claws8
9441
9442         * src/prefs_actions.[ch]
9443         custom toolbar for compose      
9444                 actions callback from compose toolbar
9445         * src/folderview.c
9446                 remove include toolbar.h
9447
9448 2002-09-22 [oliver]     0.8.3claws7
9449         
9450         * src/prefs_toolbar.[ch]
9451                 custom toolbar for compose
9452                 - generic prefs_toolbar handles both
9453                   Mainwin's toolbar as well as Compose toolbar          
9454
9455 2002-09-22 [oliver]     0.8.3claws6
9456         
9457         * src/toolbar.[ch]
9458                 custom toolbar for compose
9459                 restructure toolbar.[ch]
9460
9461 2002-09-22 [oliver]     0.8.3claws5
9462
9463         * src/compose.[ch]
9464                 custom toolbar for compose
9465
9466 2002-09-22 [oliver]     0.8.3claws4
9467         
9468         * src/mainwindow.[ch]
9469                 custom toolbar for compose 
9470                 move mainwin toolbar back to mainwindow
9471
9472 2002-09-22 [alfons]     0.8.3claws3
9473
9474         * src/procmsg.c
9475                 :%sno/if(/if (/gc
9476                 :%sno/for(/for (/gc
9477                 (beautify)
9478
9479 2002-09-22 [alfons]     0.8.3claws2
9480         
9481         * src/procmsg.c
9482                 procmsg_save_to_outbox(): don't unlink message file from queue;
9483                 callers should do it using folder_item_remove_msg()
9484
9485 2002-09-22 [colin]      0.8.3claws1
9486
9487         * src/mimeview.[ch]
9488                 Made mimeview_check_signature() public
9489         * src/textview.c
9490                 Made GPG signatures verifiable by clicking
9491                 the [application/pgp-signature] in the Text
9492                 view
9493
9494 2002-09-22 [paul]       0.8.3claws
9495
9496         * po/bg.po
9497           po/en_GB.po
9498           po/es.po
9499           po/it.po
9500           po/pl.po
9501           po/pt_BR.po
9502           po/sr.po
9503                 updated translations, submitted by George Danchev,
9504                 me, Ricardo Mones Lastra, Alessandro Maestri,
9505                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9506                 and Urke MMI, respectively.     
9507
9508 2002-09-22 [alfons]     0.8.2claws65
9509
9510         * src/procmsg.c
9511         * src/pgptext.c
9512                 no furry valgrinds have been used to plug these memleaks
9513
9514 2002-09-20 [paul]       0.8.2claws64
9515
9516         * sync with 0.8.3cvs4
9517                 'Select thread' re-implemented 
9518                 see ChangeLog 2002-09-20
9519
9520 2002-09-21 [alfons]     0.8.2claws63
9521
9522         * src/compose.c
9523                 compose_send(): plug unnoticed memleak
9524
9525 2002-09-20 [alfons]     0.8.2claws62
9526
9527         * src/addr_compl.c
9528                 replace_address_in_edit(): strict check for NULL address to
9529                 fix "[ 607348 ] Segfault in address completion". My guess is
9530                 that this happens with an empty address book, but it's good
9531                 to have this check here anyway
9532                 
9533                 completion_window_button_press(): free string returned 
9534                 from the internal cache
9535
9536 2002-09-20 [christoph]  0.8.2claws61
9537
9538         * src/procmime.h
9539                 added ENC_BINARY to EncodingType
9540         * src/procmime.c
9541                 the string returned by procmime_get_encoding_str
9542                 should not depend on the order of values in the
9543                 EncodingType definition
9544         * doc-src/rfc1806.txt   ** NEW FILE **
9545                 Added rfc1806 about MIME Content-Disposition
9546                 Extension
9547
9548 2002-09-19 [paul]       0.8.2claws60
9549
9550         * sync with 0.8.2cvs3
9551                 see ChangeLog 2002-09-19
9552
9553 2002-09-19 [paul]       0.8.2claws59
9554
9555         * src/prefs_folder_item.c
9556                 revert to Darko's original alignment of colour
9557                 selector button
9558                 add a colon to folder_color label
9559                 
9560         * src/compose.c
9561                 add Colin's patch (with Hiro's modifications) to 
9562                 force BASE64 encoding for 8-bit text when signing
9563                 (sync with 0.8.3cvs2)
9564
9565 2002-09-18 [alfons]     0.8.2claws58
9566
9567         * src/compose.c
9568                 :%sno/if(/if (/gc
9569                 :%sno/for(/for (/gc
9570                 (beautify a little bit)
9571
9572 2002-09-18 [christoph]  0.8.2claws57
9573
9574         * src/pine.c
9575                 fix handling of fgetc return value
9576
9577 2002-09-17 [alfons]     0.8.2claws56
9578         
9579         * src/summaryview.c
9580                 summary_sort(): check non-NULL summaryview->folder_item when no 
9581                 folder is selected at all
9582                 (closes "[ 610344 ] sort label make syl Crash")
9583
9584 2002-09-17 [alfons]     0.8.2claws55
9585         
9586         * src/compose.c
9587                 beautify a little bit
9588
9589 2002-09-17 [christoph]  0.8.2claws54
9590
9591         * src/folder.c
9592                 initialize max values for cache and folder
9593                 when cache or folder is empty
9594
9595 2002-09-15 [colin]      0.8.2claws53
9596
9597         * src/compose.c
9598                 Fix a leak (thanks Alfons!) and cleaned
9599                 variables names for custom headers
9600
9601 2002-09-15 [colin]      0.8.2claws52
9602
9603         * src/compose.c
9604                 Fix custom headers recognition when
9605                 prefs_common.trans_hdr is on
9606
9607 2002-09-15 [colin]      0.8.2claws51
9608
9609         * src/compose.c
9610                 Allow dynamically-added custom headers
9611                 Yet not reparsed if reedited
9612
9613 2002-09-15 [alfons]     0.8.2claws50
9614
9615         * src/prefs_account.c
9616                 fix warnings
9617
9618 2002-09-15 [colin]      0.8.2claws49
9619         
9620         * src/prefs_account.c
9621                 fix pop_before_smtp sensitivity
9622
9623 2002-09-15 [colin]      0.8.2claws48
9624
9625         * src/inc.[ch]
9626                 add inc_pop_before_smtp()
9627                 allow MainWindow to be undefined in 
9628                 inc_account_mail() and inc_start()
9629         * src/pop.c
9630           src/prefs_account.h
9631                 add STYPE_POP_BEFORE_SMTP session type
9632         * src/prefs_account.c
9633                 activated pop before smtp option
9634         * src/send.c
9635                 do pop before smtp if the relevant option 
9636                 is set
9637
9638 2002-09-15 [paul]       0.8.2claws47
9639
9640         * sync with 0.8.3
9641                 see ChangeLog 2002-09-15
9642
9643 2002-09-14 [paul]       0.8.2claws46
9644
9645         * po/bg.po
9646                 updated Bulgarian translation, submitted by
9647                 George Danchev
9648
9649 2002-09-13 [paul]       0.8.2claws45
9650
9651         * src/compose.c
9652                 merge claws' select_account() with main's
9653                 (new) compose_select_account(). [sync with
9654                 0.8.2cvs15, see ChangeLog 2002-09-11]
9655
9656 2002-09-12 [christoph]  0.8.2claws44
9657
9658         * src/filter.c
9659                 allocate 1 elements of FolderItem not 0
9660
9661 2002-09-12 [colin]      0.8.2claws43
9662
9663         * src/compose.c
9664                 Fix bug #590825 (obey Follow-up: poster)
9665
9666 2002-09-12 [colin]      0.8.2claws42
9667
9668         * src/procmime.c
9669                 Fix bug #557009 (wrong headers for messages 
9670                 forwarded as attachments)
9671
9672 2002-09-11 [colin]      0.8.2claws41
9673         
9674         * src/compose.c
9675                 Put SCF: pseudo-header on top of message
9676                 Set draft tmp_flag when saved as draft
9677
9678         * src/procmsg.c
9679           src/procheader.c
9680                 Skip after first \n\n for beginning of real message
9681                 for drafts too
9682
9683 2002-09-11 [christoph]  0.8.2claws40
9684
9685         * src/filtering.c
9686                 use procmsg flag functions in filtering or processing
9687                 will cause incorrect folder message counts
9688
9689 2002-09-11 [colin]      0.8.2claws39
9690
9691         * src/compose.c
9692                 Fix bug #550175 - wrong save folder when reediting
9693                 drafts
9694
9695 2002-09-11 [paul]       0.8.2claws38
9696
9697         * sync with 0.8.2cvs14
9698                 see ChangeLog 2002-09-11
9699
9700 2002-09-11 [colin]      0.8.2claws37
9701
9702         * src/folder.c
9703                 Fix a typo (seeming to cause new/unread status to
9704                 be lost)
9705
9706 2002-09-10 [christoph]  0.8.2claws36
9707
9708         * src/compose.c
9709                 compose_redirect should not use compose_generic_new
9710                 because that does more stuff than expected including
9711                 opening the external editor
9712                 (closes bug "[ 526608 ] bounced messages appear blank
9713                  in editor")
9714
9715 2002-09-10 [christoph]  0.8.2claws35
9716
9717         * src/folder.c
9718                 fix problem with too large message number range
9719                 causing a crash in folder_item_scan
9720
9721 2002-09-10 [paul]       0.8.2claws34
9722
9723         * sync with 0.8.2cvs13
9724                 see ChangeLog 2002-09-10
9725
9726 2002-09-10 [christoph]  0.8.2claws33
9727
9728         * src/msgcache.c
9729                 set MsgInfo TmpFlags for queue and draft folders
9730                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9731
9732 2002-09-10 [paul]       0.8.2claws32
9733
9734         * AUTHORS
9735           po/bg.po      ** NEW FILE **
9736                 new Bulgarian translation submitted by
9737                 George Danchev <danchev@spnet.net>
9738                 
9739         * tools/Makefile.am
9740           tools/README
9741           tools/tb2sylpheed     ** NEW FILE **
9742                 add script that converts an addressbook exported
9743                 from The Bat! into a Sylpheed addressbook. Submitted
9744                 by Urke MMI <urke-kg@eunet.yu>
9745
9746 2002-09-10 [paul]       0.8.2claws31
9747
9748         * sync with 0.8.2cvs12
9749                 see ChangeLog 2002-09-10
9750
9751 2002-09-06 [paul]       0.8.2claws30
9752
9753         * src/prefs_common.c
9754                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9755                 
9756         * tools/Makefile.am
9757           tools/README
9758           tools/ldif-to-xml.py  ** REMOVED **
9759                 remove obsolete python script
9760
9761 2002-09-06 [paul]       0.8.2claws29
9762
9763         * sync with 0.8.2cvs10
9764                 see ChangeLog 2002-09-06
9765
9766 2002-09-04 [paul]       0.8.2claws28
9767
9768         * sync with 0.8.2cvs9
9769                 see ChangeLog 2002-08-04
9770
9771 2002-09-04 [colin]      0.8.2claws27 
9772
9773         * src/prefs_common.[ch]
9774                 Added signature color configuration
9775         * src/textview.c
9776                 Use user-specified signature color
9777
9778 2002-09-03 [colin]      0.8.2claws26
9779
9780         * src/prefs_common.[ch]
9781                 Added autosave and autosave_length prefs
9782         * src/compose.c
9783                 Added compose_remove_draft()
9784                 Auto-save drafts according to the prefs
9785         * src/main.c
9786                 Added a crash-indicator file, allowing to check
9787                 for new messages on startup if Sylpheed crashed
9788                 (makes saved drafts "reappear")
9789
9790 2002-09-03 [colin]      0.8.2claws25
9791
9792         * src/textview.[ch]
9793                 Grey the signature
9794
9795 2002-09-03 [paul]       0.8.2claws24
9796
9797         * sync with 0.8.2cvs8
9798                 see ChangeLog 2002-09-02 and 2002-09-03
9799
9800 2002-09-03 [darko]      0.8.2claws23
9801
9802         * src/folderview.c
9803                 use normal style when creating new folder to pick
9804                 proper font size 
9805
9806 2002-09-02 [melvin]     0.8.2claws22
9807
9808         * src/gtkaspell.m4
9809                 removed some obsolete code
9810
9811 2002-09-02 [melvin]     0.8.2claws21
9812
9813         * ac/aspell.m4
9814                 fixed test's equality sign (== to =)
9815
9816 2002-09-02 [alfons]     0.8.2claws20
9817
9818         * src/folder.c
9819         * src/mh.c
9820                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9821                 as folder->destroy virtual as suggested by Hiro
9822                 (the mh.c code seems to have been lost around mh.c.1.21)
9823
9824 2002-09-02 [paul]       0.8.2claws19
9825
9826         * po/pt_BR.po
9827                 updated by Fabio Jr. Beneditto
9828                 
9829         * src/defs.h
9830                 use 'http://claws.sylpheed.org' for homepage link. 
9831                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9832
9833 2002-09-01 [alfons]     0.8.2claws18
9834
9835         * src/mh.c
9836                 plug memleak related to one Martin Kluge found
9837
9838 2002-08-31 [paul]       0.8.2claws17
9839
9840         * sync with 0.8.2cvs6
9841                 see ChangeLog 2002-08-30
9842
9843 2002-08-31 [alfons]     0.8.2claws16
9844
9845         * src/folder.c
9846                 folder_destroy(): remove mailbox from folderlist even if it has
9847                 no destroy virtual
9848
9849 2002-08-31 [alfons]     0.8.2claws15
9850
9851         * src/folder.c
9852                 :%sno/if(/if (/gc
9853                 :%sno/for(/for (/gc
9854                 (being pedantic I know)
9855
9856 2002-08-31 [alfons]     0.8.2claws14
9857
9858         * src/folder.c
9859                 check for NULL pointers returned from folder->fetch_msginfo virtual
9860                 (should solve some reported crashes)
9861
9862 2002-08-30 [alfons]     0.8.2claws13
9863
9864         * acconfig.h
9865         * configure.in
9866         * src/crash.c
9867                 enable crash dialog on compilation time
9868                 (--enable-crash-dialog configure option)
9869
9870 2002-08-30 [alfons]     0.8.2claws12
9871
9872         * AUTHORS
9873                 add Martin Kluge
9874         * src/mh.c
9875                 apply memory leak plug patch by Martin Kluge
9876                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9877                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9878                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9879
9880 2002-08-30 [darko]      0.8.2claws11
9881
9882         * src/folderview.c
9883                 copy Gtk style from normal style to match
9884                 font size for coloured folders
9885
9886 2002-08-29 [alfons]     0.8.2claws10
9887
9888         * sylpheed.desktop
9889                 Type=Internet <- Type=Application
9890                 (reported by Michael Schwendt, see:
9891                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9892                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9893
9894 2002-08-29 [paul]       0.8.2claws9
9895
9896         * sync with 0.8.2cvs5
9897                 see ChangeLog 2002-08-29
9898
9899 2002-08-29 [colin]      0.8.2claws8
9900
9901         * src/summaryview.c
9902                 Added a sanity check in summary_select_thread
9903                 Should fix bug 601605
9904
9905 2002-08-29 [colin]      0.8.2claws7
9906
9907         * src/main.c
9908                 Revert claws6 changes regarding bug #591676
9909
9910 2002-08-28 [colin]      0.8.2claws6
9911         
9912         * src/main.c
9913                 Ignore cache for queue folderitems
9914                 Fix bug #591676
9915
9916 2002-08-28 [melvin]     0.8.2claws5
9917
9918         * README.claws
9919                 Fixed typos.
9920
9921 2002-08-28 [melvin]     0.8.2claws4
9922
9923         * README.claws
9924                 Updated a bit the text concerning the spell checker
9925
9926 2002-08-28 [melvin]     0.8.2claws3
9927
9928         Merged the GNU_aspell_branch:
9929                 Support of new GNU/aspell is now included and the old pspell
9930                 is not supported anymore.
9931                 See README.claws
9932
9933         * README.claws
9934                 Updated spell checker text to reflect the switch to GNU/aspell
9935
9936         * ac/aspell.m4          *** NEW ***
9937         * src/gtkaspell.[ch]    *** NEW *** 
9938         * ac/pspell.m4          *** DELETED *** 
9939         * src/gtkspell.[ch]     *** DELETED ***
9940
9941         * ac/Makefile.am
9942                 Updated for GNU/aspell support
9943
9944         * po/POTFILES.in
9945                 Replaced gtkspell.c by gtkaspell.c
9946
9947         * acconfig.h
9948         * src/Makefile.am
9949         * src/about.c
9950         * src/compose.[ch]
9951         * src/crash.c
9952         * src/main.c
9953         * src/prefs_common.[ch]
9954                 Updated for GNU/aspell support
9955
9956 2002-08-28 [paul]       0.8.2claws2
9957
9958         * sync with 0.8.2cvs4
9959                 see ChangeLog 2002-08-27 and 2002-08-28
9960
9961 2002-08-28 [colin]      0.8.2claws1
9962
9963         * src/summary_search.c
9964                 Added "AND search"
9965
9966 2002-08-28 [jens]       0.8.2claws
9967
9968         *po/de.po
9969                 Updated German translations
9970
9971 2002-08-27 [melvin]     0.8.2claws
9972
9973         * po/fr.po
9974                 Updated French translations
9975
9976 2002-08-27 [paul]       0.8.2claws
9977
9978         * sync with 0.8.2 main release
9979
9980         * po/en_GB.po
9981           po/es.po
9982           po/it.po
9983           po/pl.po
9984           po/pt_BR.po
9985           po/sr.po
9986                 updated message catalogs submitted by
9987                 Ricardo Mones Lastra, Alessandro Maestri,
9988                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9989                 Beneditto and Urke MMI  
9990
9991 2002-08-27 [hoa]        0.8.1claws123
9992
9993         * src/mainwindow.[ch]
9994         * src/summaryview.[ch]
9995                 removed the "filter setting" menu option.
9996                 add a "cancel a news message" menu option.
9997
9998 2002-08-26 [martin]     0.8.1claws122
9999
10000         * ChangeLog.claws
10001                 changed string under 0.8.1claws79 changed by myself
10002                 i'm sorry alfons :(
10003
10004 2002-08-26 [martin]     0.8.1claws121
10005
10006         * src/crash.c
10007                 added kill command to debuggerrc to start crash dialog
10008
10009 2002-08-26 [paul]       0.8.1claws120
10010
10011         * sync with 0.8.1cvs31
10012                 see ChangeLog 2002-08-26
10013
10014 2002-08-25 [alfons]     0.8.1claws119
10015
10016         * src/procmsg.c
10017                 fix bug that didn't send out correct headers to news server
10018                 when sending news article and email from queue (bug reported
10019                 and patch provided by Tim Mann; closes bug 
10020                 "[ 583196 ] 0.7.8claws can't post news")
10021
10022 2002-08-25 [alfons]     0.8.1claws118
10023
10024         * src/selective_download.c
10025                 mark two strings as translatable
10026                 (thanks to Urke MMI for pointing this out)
10027
10028 2002-08-25 [alfons]     0.8.1claws117
10029
10030         * src/summaryview.c
10031                 treat sent boxes as special and allow sorting them by addressee
10032                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10033                 submitted by Steve Lamb)
10034
10035 2002-08-24 [alfons]     0.8.1claws116
10036
10037         * src/matcher.c
10038                 fix memleak reported by Martin Kluge
10039                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10040
10041 2002-08-24 [oliver]     0.8.1claws115
10042
10043         * src/prefs_toolbar.c
10044                 o code cleanup as suggested by Alfons
10045                 o memleak fix
10046
10047 2002-08-24 [alfons]     0.8.1claws114
10048
10049         * src/summaryview.c
10050                 o fix another memory leak reported by Martin Kluge
10051                   (see "[ 599568 ] Small Memory Leak")
10052                 o remove 'from' variable from 'summary_set_header()'; we can
10053                   do with just 'to' 
10054
10055 2002-08-24 [paul]       0.8.1claws113
10056
10057         * sync with 0.8.1cvs30
10058                 see ChangeLog 2002-08-23
10059
10060 2002-08-24 [alfons]     0.8.1claws112
10061
10062         * src/summaryview.c
10063                 remove unnecessary allocations for search bar fixing leaks
10064                 reported by Martin Kluge
10065                 (see "[ 599451 ] Further memory leaks?")
10066
10067 2002-08-24 [alfons]     0.8.1claws111
10068
10069         * src/main.c
10070                 make get_socket_name() public for crash.c
10071         * src/crash.c
10072                 o make report bug button work (goes to claws' 
10073                   bug tracker at sf.net)
10074                 o introduce function for doing important stuff just
10075                   before claws goes down
10076                 o clean up code 
10077
10078 2002-08-24 [alfons]     0.8.1claws110
10079
10080         * src/compose.c
10081                 move cursor to "To" entry when forwarding as attachment
10082                 (reported and solved by Steve Lamb, closes bug report
10083                 "[ 592880 ] Forward as attachment; cursor not in to")
10084
10085 2002-08-24 [colin]      0.8.1claws109
10086
10087         * src/mainwindow.c
10088                 fix quick search visibility after GUI (de)separations.
10089
10090 2002-08-23 [colin]      0.8.1claws108
10091
10092         * src/mainwindow.c
10093                 fix header pane visibility after folderview or
10094                 messageview (de)separation
10095
10096 2002-08-23 [paul]       0.8.1claws107
10097
10098         * src/mainwindow.[ch]
10099           src/toolbar.c
10100                 give full control of display or non-display 
10101                 of the Execute icon to Custom toolbar settings.
10102                 add new sensitivity condition to maninwindow.h: 
10103                 M_DELAY_EXEC
10104
10105         * ChangeLog
10106           ChangeLog.jp
10107           NEWS
10108                 more sync with 0.8.1cvs29
10109
10110 2002-08-23 [melvin]     0.8.1claws106
10111
10112         * src/alertpanel.c
10113                 Readded support for custom widget in alertpanel lost in last
10114                 sync.
10115
10116 2002-08-23 [paul]       0.8.1claws105
10117
10118         * sync with 0.8.1cvs29
10119                 see ChangeLog 2002-08-23
10120
10121 2002-08-23 [colin]      0.8.1claws104
10122
10123         * src/summaryview.c
10124                 Fix folder and search pixmaps exchanging positions
10125                 after theme or toolbar changes. Thank to Oliver for 
10126                 reporting this.
10127
10128 2002-08-23 [colin]      0.8.1claws103
10129
10130         * src/mainwindow.c
10131           src/messageview.[ch]
10132           src/noticeview.[ch]
10133           src/summaryview.c
10134                 Changed messageview_create() and noticeview_create()
10135                 to avoid the last gdk_warning
10136
10137 2002-08-22 [colin]      0.8.1claws102
10138
10139         * src/summaryview.c
10140                 Fix my new `Creating pixmap from xpm' warning
10141
10142 2002-08-22 [colin]      0.8.1claws101
10143
10144         * src/mainwindow.c
10145                 Fix some of the gdk warnings
10146
10147 2002-08-22 [colin]      0.8.1claws100
10148
10149         * src/Makefile.am
10150         * src/stock_pixmap.c
10151         * src/stock_pixmap.h
10152         * src/pixmaps/quicksearch.xpm *ADDED*
10153                 Add the quicksearch pixmap
10154         * src/mainwindow.c
10155         * src/summaryview.c
10156         * src/summaryview.h
10157                 Make quicksearch bar visible/hidden via a button
10158
10159 2002-08-22 [christoph]  0.8.1claws99
10160
10161         * src/folder.c
10162                 fix folder update for newsgroups with message
10163                 numbers below minimum number of articles to fetch
10164                 (closes bug #598445)
10165
10166 2002-08-22 [paul]       0.8.1claws98
10167
10168         * sync with 0.8.1cvs28
10169                 see ChangeLog 2002-08-22
10170
10171 2002-08-21 [alfons]     0.8.1claws97
10172
10173         * src/crash.c
10174                 use bt instead of bt full which seems to work 
10175                 better, and bt full doesn't give a great deal 
10176                 of information anyway
10177
10178 2002-08-21 [colin]      0.8.1claws96
10179
10180         * src/summaryview.c
10181                 fix summaryview_searchtype_changed prototype
10182
10183 2002-08-21 [christoph]  0.8.1claws95
10184
10185         * src/mainwindow.c
10186                 o fix broken menu update for sorting type, we have to
10187                   get this info from the summaryview now
10188                 o removed setting of threaded state in menu callback
10189         * src/summaryview.[ch]
10190                 more summaryview/folderitem seperation for
10191                 threading option
10192         * configure.in
10193                 removed not required --with-compiler-flags option
10194
10195 2002-08-21 [oliver]     0.8.1claws94
10196         
10197         * src/toolbar.h 
10198                 o rename toolbar.xml to toolbar_main.xml
10199                   since toolbar_compose.xml might come up 
10200                   any time soon
10201         * README.claws
10202                 add custom toolbar              
10203
10204 2002-08-21 [darko]      0.8.1claws93
10205
10206         * src/procmsg.c
10207                 don't reset tmp flags for messages copied
10208                 to sent folder
10209
10210 2002-08-21 [colin]      0.8.1claws92
10211         
10212         * src/prefs_filtering.c
10213                 fix renaming rules on folder rename 
10214                 when folder is not a leaf folder
10215
10216 2002-08-21 [paul]       0.8.1claws91
10217
10218         * src/prefs_folder_item.c
10219                 fix alignment of colour selector
10220
10221 2002-08-21 [paul]       0.8.1claws90
10222
10223         * sync with 0.8.1cvs27
10224                 see ChangeLog 2002-08-21
10225
10226 2002-08-21 [paul]       0.8.1claws89
10227
10228         * src/summaryview.c
10229                 fix crash when changing field type in
10230                 Quick search bar
10231
10232 2002-08-21 [colin]      0.8.1claws88
10233
10234         * src/summaryview.c
10235                 Made quick search case-insensitive
10236
10237 2002-08-21 [paul]       0.8.1claws87
10238
10239         * sync with 0.8.1cvs26
10240                 see ChangeLog 2002-08-21
10241
10242 2002-08-20 [christoph]  0.8.1claws86
10243
10244         * src/folderview.c
10245         * src/main.c
10246         * src/summaryview.[ch]
10247                 more summaryview/folderitem seperation for
10248                 sort_key and sort_type
10249         * src/procmsg.c
10250                 added missing return statement
10251
10252 2002-08-20 [colin]      0.8.1claws85
10253
10254         * src/summaryview.[ch]
10255                 Added a quick search box
10256         * src/mainwindow.c
10257         * src/prefs_common.[ch]
10258                 Added a show/hide option for the quick search
10259
10260 2002-08-20 [oliver]     0.8.1claws84
10261         
10262         * src/mainwindow.c
10263                 remove toolbar_create_popups
10264         * src/toolbar.[ch]
10265                 o remove toolbar_create_popups
10266                 o fix toolbar_set_sensitive 
10267                   (Bug reports #596834 and #596832)     
10268         * src/prefs_toolbar.c
10269                 o add "Set default" button
10270                 o align label and text + combo widgets
10271
10272 2002-08-20 [hoa]        0.8.1claws83bis
10273
10274         * src/imap.c
10275                 fixed a bug in imap_fetch_msginfo() in case there is no
10276                 current folder.
10277
10278 2002-08-20 [darko]      0.8.1claws83
10279
10280         * src/folderview.c
10281                 copy the color style of folder view so it
10282                 works with GTK themes
10283
10284 2002-08-20 [darko]      0.8.1claws82
10285
10286         * src/folder.h
10287         * src/folderview.c
10288         * src/prefs_folder_item.[hc]
10289                 don't use UI stuff in folder.h
10290
10291 2002-08-20 [darko]      0.8.1claws81
10292
10293         * src/folder.h
10294         * src/prefs_folder_item.h
10295         * src/folderview.c
10296         * src/prefs_folder_item.c
10297                 ability to set folder color in folderview
10298
10299 2002-08-19 [alfons]     0.8.1claws80
10300
10301         * src/summaryview.c
10302                 fix one of the earlier memleaks reported by Martin Kluge
10303
10304 2002-08-19 [alfons]     0.8.1claws79
10305
10306         * src/mainwindow.c
10307                 hide notice view when selecting seperate folder
10308                 view (reported by Urke MMI)
10309
10310 2002-08-19 [christoph]  0.8.1claws78
10311
10312         * src/folderview.c
10313         * src/prefs_folder_item.h
10314         * src/summaryview.[ch]
10315                 o add summary_set_prefs_from_folderitem to set
10316                   summaryview prefs (first step to remove all
10317                   references to the folderitem in summaryview)
10318                 o moved compiled regex stuff from folderitem prefs
10319                   to summaryview code
10320
10321 2002-08-19 [paul]       0.8.1claws77
10322
10323         * src/compose.c
10324                 add check for '.' to QUOTE_IF_REQUIRED
10325
10326 2002-08-19 [paul]       0.8.1claws76
10327
10328         * src/inc.c
10329                 sync with 0.8.1cvs25 (plug memory leak)
10330
10331         * src/prefs_toolbar.c
10332                 re-order prefs_toolbar_cancel()
10333
10334 2002-08-18 [alfons]     0.8.1claws75
10335
10336         * src/inc.c
10337         * src/matcher.c
10338                 plug other memleaks reported by Martin Kluge
10339
10340 2002-08-18 [paul]       0.8.1claws74
10341
10342         * po/pt_BR.po
10343                 updated by Fabio Jr. Beneditto
10344
10345 2002-08-18 [paul]       0.8.1claws73
10346
10347         * src/toolbar.[ch]
10348                 fix bug where tooltips were displayed untranslated              
10349
10350         * src/prefs_toolbar.c
10351                 fix bug where clicking 'Cancel' creates an icon & text
10352                 toolbar regardless of prefs
10353         
10354
10355 2002-08-17 [oliver]     0.8.1claws72
10356
10357         * src/prefs_toolbar.c
10358                 update toolbar on CANCEL
10359                 bug reported by Martin Kluge
10360         * src/toolbar.c
10361                 toolbar_destroy memleak fixed           
10362
10363 2002-08-17 [alfons]     0.8.1claws71
10364
10365         * src/toolbar.c
10366                 plug another memleak reported by Martin Kluge
10367
10368 2002-08-16 [alfons]     0.8.1claws70
10369
10370         * src/crash.c
10371                 use execvp() correctly (suggested by wwp; thanks!)
10372
10373 2002-08-16 [alfons]     0.8.1claws69
10374
10375         * src/gtksctree.c
10376                 plug memory leak reported by Kim Schultz & Martin Kluge
10377
10378 2002-08-16 [paul]       0.8.1claws68
10379
10380         * po/es.po
10381                 updated by Ricardo Mones Lastra
10382
10383 2002-08-16 [paul]       0.8.1claws67
10384
10385         * src/toolbar.h
10386                 fix bug where 'Compose News' icon showed wrong
10387                 tooltip
10388
10389 2002-08-16 [paul]       0.8.1claws66
10390
10391         * sync with 0.8.1cvs24
10392                 see ChangeLog 2002-08-16
10393
10394         * po/it.po
10395                 updated by Alessandro Maestri
10396
10397 2002-08-15 [paul]       0.8.1claws65
10398
10399         * po/sr.po
10400                 updated by Urke MMI
10401
10402 2002-08-15 [paul]       0.8.1claws64
10403
10404         * src/*.c
10405                 don't translate debug info
10406
10407         * src/matcher.[ch]
10408                 add copyright info
10409
10410 2002-08-15 [paul]       0.8.1claws63
10411
10412         * src/prefs_toolbar.c
10413                 fix bug where clicking 'OK' creates an icon & text
10414                 toolbar regardless of prefs
10415
10416 2002-08-14 [alfons]     0.8.1claws62
10417
10418         * src/main.c
10419                 add global var that has the full argv[0]
10420         * src/crash.c
10421                 o execvp the correct sylpheed by using argv0
10422                   and setting the correct work dir
10423                 o other tweaks  
10424
10425 2002-08-14 [oliver]     0.8.1claws61
10426         
10427         * enable/disable Toolbar Action Buttons 
10428         * code cleanups
10429         * src/mainwindow.c
10430         * src/toolbar.[ch]      
10431         * src/prefs_toolbar.c   
10432
10433 2002-08-14 [melvin]     0.8.1claws60
10434
10435         * po/fr.po
10436                 Updated French translations
10437
10438 2002-08-14 [melvin]     0.8.1claws59
10439
10440         * src/crash.c
10441                 Made bug report not translatable
10442         * src/exporthtml.c
10443                 Fixed exporthtml_build_filespec() return value
10444         * src/foldersel.c
10445                 Fixed incorrect include file
10446         * src/gtkspell.c
10447         * src/prefs_actions.c
10448         * src/prefs_toolbar.c
10449                 Made debug info not translatable
10450         * src/mutt.c
10451         * src/quote_fmt.c
10452                 Added missing includes
10453         * src/prefs_common.c
10454                 Fixed typo
10455
10456 2002-08-14 [paul]       0.8.1claws58
10457
10458         * faq/es/sylpheed-faq.html
10459           faq/es/sylpheed-faq-[1-3].html
10460           faq/es/sylpheed-faq-4.html     **NEW FILE **
10461                 update Spanish FAQ
10462
10463 2002-08-13 [christoph]  0.8.1claws57
10464
10465         * src/procmsg.c
10466                 ignore thread fix that did not mark all
10467                 child nodes of a ignored thread as
10468                 ignored. Does not work perfectly yet,
10469                 but it is better now
10470
10471 2002-08-13 [alfons]     0.8.1claws56
10472
10473         * src/crash.c
10474                 o implement 'save crash log'
10475                 o some tweaks
10476
10477 2002-08-13 [melvin]     0.8.1claws55
10478
10479         * src/main.c
10480                 removed unrequired "execinfo.h" header
10481
10482 2002-08-12 [paul]       0.8.1claws54
10483
10484         * faq/en/sylpheed-faq.html
10485           faq/en/sylpheed-faq-[1-3].html
10486           faq/en/sylpheed-faq-4.html     **NEW FILE **
10487                 update English FAQ
10488
10489 2002-08-12 [alfons]     0.8.1claws53
10490
10491         * po/POTFILES.in
10492                 add crash.c to translatables
10493         * src/crash.c
10494                 bring in Leandro's crash dialog
10495
10496 2002-08-11 [alfons]     0.8.1claws52
10497
10498         * src/crash.c
10499                 clean up some warnings
10500
10501 2002-08-11 [alfons]     0.8.1claws51
10502
10503         * acconfig.h
10504         * configure.in
10505         * src/crash.[ch]        ** NEW FILES **
10506         * src/main.c            
10507                 initial gdb crash handler
10508
10509 2002-08-11 [paul]       0.8.1claws50
10510
10511         * src/prefs_toolbar.c
10512                 replace Up/Down arrow pixmaps with text to be
10513                 consistent across icon themes
10514
10515 2002-08-11 [paul]       0.8.1claws49
10516
10517         * src/prefs_common.c
10518           src/prefs_toolbar.c
10519                 rename 'Pixmap' -> 'Icon'
10520
10521         * src/toolbar.[ch]
10522                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10523
10524 2002-08-10 [paul]       0.8.1claws48
10525
10526         * src/prefs_toolbar.c
10527                 re-work the UI
10528
10529 2002-08-10 [paul]       0.8.1claws47
10530
10531         * src/main.c
10532                 don't write Processing progress to status bar
10533                 patch submitted by Alexander Evseev
10534
10535         * src/prefs_toolbar.c
10536                 re-position and resize window
10537                 make window assume correct size on first call
10538
10539 2002-08-10 [paul]       0.8.1claws46
10540
10541         * src/mainwindow.c
10542           src/prefs_toolbar.c
10543           src/toolbar.c
10544           src/toolbar.h
10545                 obey coding style
10546                 follow UI text conventions
10547
10548 2002-08-10 [alfons]     0.8.1claws45
10549
10550         * src/toolbar.c
10551                 correct pixmap for delete action
10552
10553 2002-08-10 [paul]       0.8.1claws44
10554
10555         * po/pt_BR.po
10556                 updated by Fabio Jr. Beneditto
10557
10558 2002-08-10 [paul]       0.8.1claws43
10559
10560         * po/POTFILES.in
10561                 add custom toolbar files
10562
10563 2002-08-10 [paul]       0.8.1claws42
10564
10565         * sync with 0.8.1cvs22
10566                 see ChangeLog 2002-08-09
10567
10568 2002-08-09 [paul]       0.8.1claws41
10569
10570         * tools/Makefile.am
10571           tools/README
10572           tools/outlook2sylpheed.pl     ** NEW FILE **
10573                 add script to convert exported Outlook
10574                 contacts list to a Sylpheed addressbook.
10575                 Submitted by Ricardo Mones Lastra.
10576
10577 2002-08-09 [paul]       0.8.1claws40
10578
10579         * AUTHORS
10580           configure.in
10581           po/sr.po      ** NEW FILE **
10582                 add Serbian message catalog. Submitted by
10583                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10584
10585 2002-08-09 [paul]       0.8.1claws39
10586
10587         * sync with 0.8.1cvs21
10588                 see ChangeLog 2002-08-08
10589
10590 2002-08-08 [oliver]     0.8.1claws38
10591
10592         * src/mainwindow.c
10593                 move Custom Toolbar to Configuration menu
10594
10595 2002-08-08 [oliver]     0.8.1claws37
10596
10597         * src/prefs_toolbar.c
10598                 fix substitute pixmap bug
10599
10600 2002-08-08 [paul]       0.8.1claws36
10601
10602         * sync with 0.8.1cvs19
10603                 see ChangeLog 2002-08-08
10604
10605 2002-08-07 [christoph]  0.8.1claws35
10606
10607         * src/utils.c
10608                 fixed a memory leak in new canonicalize_file_replace
10609
10610 2002-08-07 [christoph]  0.8.1claws34
10611
10612         * src/utils.[ch]
10613                 o canonicalize_file_replace should create the temporary
10614                   file in the same directory as the original file.
10615                 o added get_tmpfile_in_dir that creates a temorary file
10616                   in a specified directory.
10617
10618 2002-08-07 [melvin]     0.8.1claws33
10619
10620         * src/toolbar.c
10621                 fixed bug where 'Article' button acted as 'Email' button.
10622
10623 2002-08-07 [paul]       0.8.1claws32
10624
10625         * sync with 0.8.1.cvs17
10626                 see ChangeLog 2002-08-07
10627
10628 2002-08-07 [colin]      0.8.1claws31
10629         
10630         * src/news.c
10631                 fix mass-cancel problem
10632
10633 2002-08-07 [thorsten]   0.8.1claws30
10634
10635         * src/prefs_toolbar.c
10636                 fix: crash on replace or add new button
10637         * src/toolbar.c
10638                 fix: close xmlfile after reading
10639         * src/utils.c
10640                 fix: unlink() file before rename()
10641
10642 2002-08-06 [paul]       0.8.1claws29
10643
10644         * sync with 0.8.cvs15
10645                 see ChangeLog 2002-08-06
10646
10647 2002-08-06 [oliver]     0.8.1claws28
10648
10649         * src/toolbar.c
10650         * src/prefs_toolbar.c
10651                 fixed empty toolbar issue
10652
10653 2002-08-06 [oliver]     0.8.1claws27
10654
10655         * Custom Toolbar Final 
10656         * src/folderview.c
10657         * src/inc.c
10658         * src/summaryview.c
10659                 o toolbar stuff now lives in src/toolbar.[ch]
10660                 o main_window_toolbar_* functions are renamed to
10661                   toolbar_* reflecting their new source file
10662         * src/mainwindow.[ch]
10663                 o remove toolbar stuff  
10664
10665 2002-08-06 [oliver]     0.8.1claws26
10666         
10667         * src/Makefile.am
10668         * src/prefs_toolbar.[ch]        **New File**
10669         * src/toolbar.[ch]              **New File**
10670                 o prefs_toolbar.[ch] custom toolbar frontend
10671                 o toolbar.[ch]       backend 
10672
10673 2002-08-06 [oliver]     0.8.1claws25
10674
10675         * src/prefs_actions.[ch]
10676                 o new exported function actions_execute
10677
10678 2002-08-06 [paul]       0.8.1claws24
10679
10680         * sync with 0.8.1cvs4
10681                 see ChangeLog 2002-08-06
10682
10683 2002-08-06 [paul]       0.8.1claws23
10684
10685         * sync with 0.8.1cvs13
10686                 see ChangeLog 2002-08-06
10687
10688 2002-08-06 [paul]       0.8.1claws22
10689
10690         * sync with 0.8.1cvs12
10691                 see ChangeLog 2002-08-05 and 2002-08-06
10692
10693 2002-08-06 [match]      0.8.1claws21
10694
10695         * src/addrclip.c
10696                 improvements to cut/copy/paste address
10697
10698 2002-08-05 [match]      0.8.1claws20
10699
10700         * src/addritem.[ch]
10701         * src/addrcache.c
10702         * src/addrbook.c
10703         * src/editaddress.c
10704         * src/addressbook.c
10705                 fixes to improve cut/copy/paste
10706
10707 2002-08-06 [melvin]     0.8.1claws19
10708
10709         * src/account.[ch]
10710                 account_find_all_from_address(): new function that returns the
10711                 list of all accounts that are matched in an address.
10712         * src/alertpanel.[ch]
10713                 alertpanel() now accepts a custom widget
10714                 alertpanel_with_widget(): new function that pops up a panel with
10715                 a custom widget in it 
10716         * src/gtkutils.[ch]
10717                 gtkut_account_menu_new(): new function that allows the selection
10718                 of an account from a list of accounts.
10719         * src/messageview.c
10720                 Extended Return Receipt notification to select the correct 
10721                 account and to make a security test on the Delivery-Notification
10722                 address which should be the same as the Return-Path.
10723
10724 2002-08-06 [thorsten]   0.8.1claws18
10725
10726         * src/mimeview.c
10727                 attach_all: save unnamed as "noname.%d",
10728                 dont free static dirname
10729
10730 2002-08-05 [alfons]     0.8.1claws17
10731
10732         * configure.in
10733                 detect XIM by trying to link rather than compile a XIM program
10734
10735 2002-08-05 [oliver]     0.8.1claws16
10736                 
10737         * src/stock_pixmap.[ch]
10738                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10739                 o new func to retrieve pixmaps
10740
10741 2002-08-05 [paul]       0.8.1claws15
10742
10743         * sync with 0.8.1cvs10
10744                 see ChangeLog 2002-08-05
10745
10746 2002-08-04 [alfons]     0.8.1claws14
10747
10748         * src/textview.c
10749                 see if this plugs memleak
10750
10751 2002-08-04 [melvin]     0.8.1claws13
10752
10753         * src/gtkspell.c
10754                 fixed bug that could crash Sylpheed when highlighting
10755                 all misspelled words.
10756
10757 2002-08-03 [melvin]     0.8.1claws12
10758
10759         * src/prefs_actions.c
10760                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10761         * src/messageview.c
10762                 fixed bug where the Return Receipt was sent to
10763                 Delivery-Notification-To address even if it was not present
10764
10765 2002-08-02 [alfons]     0.8.1claws11
10766
10767         * src/prefs_actions.c
10768                 o more check for NULLs
10769                 o put create_io_dialog() in right conditional block
10770
10771 2002-08-02 [paul]       0.8.1claws10
10772
10773         * po/es.po
10774                 updated by Ricardo Mones Lastra
10775
10776 2002-08-01 [christoph]  0.8.1claws9
10777
10778         * src/folder.c
10779                 don't free the cache of the opened
10780                 folder in the summaryview
10781         * src/summaryview.c
10782                 don't unset flags, if it is not required
10783
10784 2002-08-01 [paul]       0.8.1claws8
10785
10786         * sync with 0.8.1cvs8
10787                 see ChangeLog entry 2002-08-01
10788
10789 2002-08-01 [paul]       0.8.1claws7
10790
10791         * sync with 0.8.1cvs7
10792                 see ChangeLog 2002-07-31 and 2002-08-01
10793
10794 2002-07-31 [christoph]  0.8.1claws6
10795
10796         * src/mainwindow.c
10797                 forgot to update menu sensitivity
10798                 function for new menu entry
10799
10800 2002-07-31 [alfons]     0.8.1claws5
10801
10802         * src/main.c
10803                 check folder item and its path for NULL on
10804                 initial processing
10805
10806 2002-07-31 [christoph]  0.8.1claws4
10807
10808         * src/folder.c
10809                 check if folder_item_get_msginfo in
10810                 folder_item_remove_msg returned NULL
10811         * src/imap.c
10812                 better clear the uid cache in the
10813                 uid validity check function and delete
10814                 cached messages
10815
10816 2002-07-31 [paul]       0.8.1claws3
10817
10818         * man/sylpheed.1
10819                 add the '--attach' option and a few other
10820                 minor changes
10821
10822 2002-07-31 [paul]       0.8.1claws2
10823
10824         * sync with 0.8.1cvs5
10825                 see ChangeLog 2002-07-31
10826
10827 2002-07-31 [christoph]  0.8.1claws1
10828
10829         * src/folderview.[ch]
10830         * src/mainwindow.c
10831                 replace "Rescan all folders..." with
10832                 "Check all folders for new messages..."
10833
10834 2002-07-30 [paul]       0.8.1claws
10835
10836         * version 0.8.1claws released
10837
10838 2002-07-30 [paul]       0.8.0claws29
10839
10840         * tools/OOo2sylpheed.pl ** NEW FILE **
10841           tools/README
10842                 add script to enable sending documents as
10843                 attachments from OpenOffice.org
10844
10845 2002-07-30 [melvin]     0.8.0claws28
10846
10847         * src/prefs_actions.c
10848                 Made the actions' input/output dialog display
10849                 without delay.
10850
10851 2002-07-30 [christoph]  0.8.0claws27
10852
10853         * src/procmsg.c
10854                 check if folder_item_get_msginfo in
10855                 procmsg_save_to_outbox returned NULL
10856
10857 2002-07-30 [paul]       0.8.0claws26
10858
10859         * sync with 0.8.1cvs4
10860                 see ChangeLog 2002-07-29
10861
10862 2002-07-29 [thorsten]   0.8.0claws25
10863
10864         * README.claws
10865                 added selective download, delete on server
10866
10867 2002-07-29 [paul]       0.8.0claws24
10868
10869         * sync with 0.8.1cvs3
10870                 see ChangeLog 2002-07-29
10871
10872 2002-07-27 [christoph]  0.8.0claws23
10873
10874         * src/folder.c
10875                 add extra check if fetching the msginfo
10876                 returned NULL
10877
10878 2002-07-27 [paul]       0.8.0claws22
10879
10880         * sync with 0.8.1cvs2
10881                 see ChangeLog 2002-07-26
10882
10883 2002-07-27 [christoph]  0.8.0claws21
10884
10885         * src/imap.c
10886                 add another check if a valid msginfo
10887                 was returned
10888
10889 2002-07-26 [hoa]        0.8.0claws20
10890
10891         * src/folder.c
10892                 Fixed a condition in folder_item_destroy()
10893
10894         * src/imap.c
10895                 Fixed an error in IMAP protocol
10896
10897 2002-07-26 [alfons]     0.8.0claws19
10898
10899         * src/folder.c
10900                 ofcourse compare with identifier, not the path
10901
10902 2002-07-26 [alfons]     0.8.0claws18
10903
10904         * src/folder.c
10905                 use folder item identifier for saving / restoring
10906                 preferences because folder->path might not be unique
10907
10908 2002-07-26 [melvin]     0.8.0claws17
10909
10910         * src/logwindow.c
10911                 Fixed a crash introduced in 0.8.0claws5 when log is 
10912                 cut under 80 characters.
10913
10914 2002-07-26 [paul]       0.8.0claws16
10915
10916         * sync with 0.8.1cvs1
10917                 see ChangeLog 2002-07-26
10918
10919 2002-07-26 [christoph]  0.8.0claws15
10920
10921         * src/imap.[ch]
10922                 imap folder now remembers the last selected
10923                 folder and imap_fetch_msginfo skips selecting
10924                 the folder if it is already selected
10925
10926 2002-07-26 [christoph]  0.8.0claws14
10927
10928         * src/folder.c
10929         * src/folderview.c
10930         * src/imap.c
10931                 fix imap folder rescanning
10932
10933 2002-07-25 [christoph]  0.8.0claws13
10934
10935         * src/filter.c
10936         * src/folder.[ch]
10937         * src/folderview.c
10938         * src/imap.[ch]
10939         * src/mainwindow.c
10940         * src/mbox_folder.c
10941         * src/mh.c
10942         * src/news.c
10943                 implement imap uid cache and uid validity check
10944
10945 2002-07-25 [alfons]     0.8.0claws12
10946
10947         * src/summaryview.c
10948                 fix a brown paper bag bug, and also add some more
10949                 checks
10950
10951 2002-07-25 [christoph]  0.8.0claws11
10952
10953         * src/folder.c
10954                 don't mix copy, fetch_msginfo and remove
10955                 operations in folder item copy and move
10956                 operations
10957
10958 2002-07-25 [christoph]  0.8.0claws10
10959
10960         * src/folderview.c
10961         * src/mainwindow.c
10962         * src/prefs_folder_item.c
10963         * src/summaryview.[ch]
10964                 remove no longer required parameter update_cache from
10965                 summary_show
10966
10967 2002-07-25 [paul]       0.8.0claws9
10968
10969         * sync with 0.8.1
10970         
10971         * AUTHORS
10972                 a few corrections
10973
10974 2002-07-24 [alfons]     0.8.0claws8
10975
10976         * src/summaryview.c
10977                 sort correctly when using simplified subject line
10978                 (closes feature request "[ 585141 ] applying regexp to subject 
10979                 before sort" submitted by Alexandra Walford)
10980
10981 2002-07-24 [paul]       0.8.0claws7
10982
10983         * sync with 0.8.0cvs3
10984                 see ChangeLog 2002-07-24
10985
10986 2002-07-23 [christoph]  0.8.0claws6
10987
10988         * src/folder.c
10989         * src/folder.h
10990         * src/summaryview.c
10991         * src/summaryview.h
10992         * src/main.c
10993                 o separate processing and summaryview
10994                 o removed summary_write_cache from summaryview
10995                 o removed summaryview->killed_messages, because we don't have
10996                   to keep a list of killed messages anymore. New cache will
10997                   keep the hidden messages in cache anyway
10998         * src/folderview.c
10999         * src/inc.c
11000         * src/selective_download.c
11001                 o removed unnecessary summary_write_cache calls
11002         * src/procmsg.c
11003                 o don't set ignore thread flag in procmsg_get_thread_tree
11004                   if it is already set
11005         * src/mainwindow.c
11006         * src/statusbar.h
11007                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11008                   they are used in different files
11009
11010 2002-07-23 [melvin]     0.8.0claws5
11011
11012         * src/addressbook.c
11013         * src/addrgather.c
11014         * src/editaddress.c
11015         * src/editgroup.c
11016         * src/editldap_basedn.c
11017         * src/importldif.c
11018         * src/prefs_common.c
11019                 Fixed few memory leak (gtk_editable_get_chars returns
11020                 an allocated string)
11021         * src/logwindow.c
11022                 Fixed few memory leak (gtk_editable_get_chars returns
11023                 an allocated string) and modified a little the log cutting
11024                 loop.
11025         * src/compose.c
11026                 Replaced a call to an obsolete function gtk_entry_get_text()
11027                 by gtk_editable_get_chars()
11028         * src/send.c
11029                 Removed a debug printf
11030
11031 2002-07-23 [christoph]  0.8.0claws4
11032
11033         * src/filesel.c
11034                 fix another g_dirname memory leak
11035
11036 2002-07-23 [christoph]  0.8.0claws3
11037
11038         * src/mh.c
11039                 fixed a memory leak in mh_fetch_msginfo
11040                 fixed crash when message header could not be
11041                 parsed
11042
11043 2002-07-23 [paul]       0.8.0claws2
11044
11045         * sync with 0.8.0cvs2
11046                 see ChangeLog 2002-07-23
11047
11048 2002-07-23 [paul]       0.8.0claws1
11049
11050         * sync with 0.8.0cvs1
11051                 see ChangeLog 2002-07-23
11052
11053 2002-07-23 [paul]       0.8.0claws
11054
11055         * release of 0.8.0claws
11056
11057 2002-07-23 [paul]       0.7.8claws99
11058
11059         * po/ru.po
11060                 new Russian translation, submitted by
11061                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11062
11063 2002-07-22 [jens]       0.7.8claws98
11064
11065         * po/de.po
11066                 Updated German translations.
11067
11068 2002-07-22 [paul]       0.7.8claws97
11069
11070         * po/es.po
11071           po/it.po
11072           po/nl.po
11073           po/pt_BR.po
11074                 updated translations by Ricardo Mones Lastra,
11075                 Alessandro Maestri, Wilbert Berendsen and 
11076                 Fabio Jr. Beneditto respectively
11077
11078 2002-07-22 [christoph]  0.7.8claws96
11079
11080         * src/mimeview.c
11081                 fix memory leak caused by wrong g_dirname usage
11082
11083 2002-07-22 [christoph]  0.7.8claws95
11084
11085         * src/summaryview.c
11086                 update new and unread message counts for summaryview
11087                 summaryview does not get it from the folder anymore
11088                 and has to update the values itself
11089
11090 2002-07-22 [melvin]     0.7.8claws94
11091
11092         * po/fr.po
11093                 Updated French translations.
11094
11095 2002-07-22 [christoph]  0.7.8claws93
11096
11097         * src/matcher.c
11098                 set prop->preg pointer to NULL or following check
11099                 will not fail and regexec will be called with
11100                 invalid pointer
11101
11102 2002-07-21 [alfons]     0.7.8claws92
11103         
11104         * src/prefs_common.[ch]
11105                 remove option "Send return receipt on request"
11106
11107 2002-07-21 [thorsten]   0.7.8claws91
11108
11109         * src/mimeview.c
11110                 fixed memleaks, coding style as pointed out by alfons
11111
11112 2002-07-21 [alfons]     0.7.8claws90
11113
11114         * src/messageview.c
11115         * src/noticeview.[ch]
11116                 o fix bug notice view being displayed when going to empty folder 
11117                   (noticed by Christoph)
11118                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11119                   (noticed by Thorsten)
11120
11121 2002-07-21 [thorsten]   0.7.8claws89
11122
11123         * src/mimeview.c
11124                 Included save_all patch from Xaview FACQ
11125                 added support for pathnames
11126
11127 2002-07-21 [alfons]     0.7.8claws88
11128
11129         * po/POTFILES.in
11130         * src/Makefile.am
11131         * src/mainwindow.c
11132         * src/messageview.[ch]
11133         * src/noticeview.c      ** NEW FILE **
11134         * src/noticeview.h      ** NEW FILE **
11135                 make return receipts work again
11136                 (UI idea by Leandro Pereira)
11137
11138 2002-07-21 [paul]       0.7.8claws87
11139
11140         * src/summaryview.c
11141                 fix sensitivity of 'Select thread'
11142
11143 2002-07-21 [paul]       0.7.8claws86
11144
11145         * src/prefs_common.c
11146                 add browser command line for Galeon
11147
11148 2002-07-21 [paul]       0.7.8claws85
11149
11150         * Makefile.am
11151                 fix 'EXTRA_DIST': remove README.README, add TODO
11152                 and TODO.claws
11153
11154 2002-07-21 [alfons]     0.7.8claws84
11155
11156         * src/gtkstext.c
11157                 make enter clear selection
11158                 (closes "[ 579888 ] Editor selection/entry error"
11159                 reported by Steve Lamb)
11160
11161 2002-07-21 [alfons]     0.7.8claws83
11162         
11163         * src/summaryview.c
11164                 sort message list when selecting unthread messages
11165                 (closes "[ 501593 ] switching threaded view doesn't sort"
11166                 reported by Simon Schubert)
11167
11168 2002-07-20 [alfons]     0.7.8claws82
11169         
11170         * src/matcher.c
11171                 const-correctness
11172
11173 2002-07-20 [thorsten]   0.7.8claws81
11174
11175         * src/matcher.c
11176                 Fixed expansion of empty fields in matchactions
11177
11178 2002-07-19 [melvin]     0.7.8claws80
11179
11180         * src/gtkspell.c
11181                 Removed a duplicate menu entry (fast mode) introduced during
11182                 the new cache merge
11183                 Added a menu separator between 'Use alternate' and 'Fast mode'
11184
11185 2002-07-19 [paul]       0.7.8claws79
11186
11187         * tools/Makefile.am
11188           tools/README
11189                 correct typos
11190
11191 2002-07-19 [thorsten]   0.7.8claws78
11192
11193         * tools/calypso_convert.pl      ** NEW FILE **
11194           tools/README
11195           tools/Makefile.am
11196                 script to import mbox files exported
11197                 by calypso
11198                 o generates folder structure
11199                 o includes attachments
11200
11201 2002-07-19 [melvin]     0.7.8claws77
11202
11203         * src/selective_download.[ch]
11204                 Fixed bug where closing the dialog with the window manager's
11205                 close button will not unlock the summary
11206                 Corrected some function declarations that missed a return value
11207                 Made the source code comply better with coding style.
11208         * src/prefs_common.c
11209                 Added new browser command line for Mozilla.
11210
11211 2002-07-18 [paul]       0.7.8claws76
11212
11213         * src/mainwindow.c
11214           src/selective_download.[ch]
11215                 reflect theme changes, fix Gdk Warning when creating 
11216                 pixmap from NULL window, and minor clean up.
11217                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11218
11219         * po/en_GB.po
11220                 updated
11221
11222 2002-07-17 [paul]       0.7.8claws75
11223
11224         * INSTALL[.jp]
11225                 sync with 0.8.0
11226         
11227         * po/en_GB.po
11228                 updated
11229
11230 2002-07-16 [paul]       0.7.8claws74
11231
11232         * tools/filter_conv.pl
11233           tools/README
11234                 replace conversion script with reimplemented version, 
11235                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11236
11237 2002-07-16 [colin]      0.7.8claws73
11238
11239         * src/summaryview.c
11240                 remove forgotten debug messages - sorry ;-)
11241
11242 2002-07-16 [colin]      0.7.8claws72
11243
11244         * src/mimeview.c
11245           src/summaryview.c
11246           src/textview.c
11247           src/textview.h
11248                 add the ability to select part of a text mime-part 
11249                 to reply.
11250
11251 2002-07-15 [christoph]  0.7.8claws71
11252
11253         * src/folder.c
11254                 fix folder message count for folders without
11255                 msg_is_changed (includes news folders)
11256
11257 2002-07-15 [martin]     0.7.8claws70
11258
11259         * src/summaryview.c
11260                 option "display recipient on 'From'..." now works
11261                 without the need of enabling the option
11262                 "display  sender  using  address  book".
11263
11264 2002-07-15 [christoph]  0.7.8claws69
11265
11266         * src/summaryview.c
11267                 removed setting folder status from summaryview.
11268                 folder.c should update all message counts correctly.
11269
11270 2002-07-15 [paul]       0.7.8claws68
11271
11272         * po/pt_BR.po
11273                 updated by Fabio Junior Beneditto
11274
11275 2002-07-15 [darko]      0.7.8claws67
11276
11277         * src/mh.c
11278                 Fixed target folder colorization, don't decrease op
11279                 number twice
11280
11281 2002-07-14 [paul]       0.7.8claws66
11282
11283         * sync with main 0.8.0
11284                 see ChangeLog 2002-07-14
11285
11286 2002-07-13 [melvin]     0.7.8claws65
11287         
11288         * src/addrbook.c
11289         * src/addressbook.c
11290         * src/addrindex.c
11291                 Replaced sprintf by g_snprintf to prevent possible buffer
11292                 overflow.
11293         * src/news.c
11294                 Corrected a log message output format.
11295                 Added a missing "done" debug output.
11296         * src/compose.c
11297                 Added keyboard accelerator for Priority menu items
11298                 Added missing \n in debug output
11299         * src/logwindow.c
11300         * src/gtkspell.c
11301         * src/rfc2015.c
11302                 Added missing \n in debug output
11303
11304 2002-07-13 [paul]       0.7.8claws64
11305
11306         * man/sylpheed.1
11307                 change Sergey's email address to the sf address
11308
11309         * src/textview.c
11310                 increase show_url_timeout (more useful for long
11311                 urls)
11312
11313 2002-07-12 [sergey]     0.7.8claws63
11314
11315         * src/rfc2015.c
11316                 applied (with some modifications) patch to set the
11317                 micalg parameter for signatures
11318                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11319
11320 2002-07-12 [sergey]     0.7.8claws62
11321
11322         * man/Makefile.am
11323         * configure.in
11324                 fixed man page installation
11325
11326 2002-07-12 [paul]       0.7.8claws61
11327
11328         * sync with 0.7.8cvs26
11329                 see ChangeLog 2002-07-11 and 2002-07-12
11330
11331 2002-07-11 [christoph]  0.7.8claws60
11332
11333         * src/compose.c
11334         * src/procmsg.c
11335                 first use the message number to find the message
11336                 to mark with a reply flag but check the
11337                 message-id if we got the correct message, if not
11338                 try to find it by message-id.
11339                 use new string seperator that is not allowed
11340                 in message-ids.
11341
11342 2002-07-11 [paul]       0.7.8claws59
11343
11344         * sync with 0.7.8cvs23
11345                 see ChangeLog 2002-07-10
11346
11347 2002-07-10 [christoph]  0.7.8claws58
11348
11349         * src/folder.[ch]
11350         * src/msgcache.[ch]
11351                 Added message-id table to the cache in memory
11352                 and functions to msgcache.c and folder.c to
11353                 fetch MsgInfos by message id
11354         * src/compose.c
11355         * src/procmsg.c
11356                 store folder and message-id of message replying
11357                 to in queue header and set reply flag after sending
11358                 (Closes bug #469498)
11359
11360 2002-07-10 [paul]       0.7.8claws57
11361
11362         * AUTHORS
11363           man/sylpheed.1.gz
11364                 add Martin to the list of authors
11365
11366 2002-07-09 [martin]     0.7.8claws56
11367         * src/gtksctree.c
11368                 Added gtk_ctree_last_visible(), tree_update_level(),
11369                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11370                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11371                 from gtk+ to gtksctree.c for the new sorting code
11372                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11373                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11374         * src/gtksctree.h
11375                 Added declaration for gtk_sctree_sort_recursive() and
11376                 gtk_sctree_sort_node
11377         * src/addressbook.c
11378         * src/foldersel.c
11379         * src/folderview.c
11380         * src/summaryview.c
11381                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11382                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11383
11384 2002-07-08 [paul]       0.7.8claws55
11385
11386         * more sync with 0.7.8cvs21
11387                 see ChangeLog 2002-07-08
11388
11389 2002-07-08 [paul]       0.7.8claws54
11390
11391         * sync with 0.7.8cvs21
11392                 see ChangeLog 2002-07-08
11393
11394 2002-07-07 [alfons]     0.7.8claws53
11395
11396         * src/Makefile.am
11397         * src/stock_pixmap.[ch]
11398         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11399         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11400         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11401                 add new pixmaps for upcoming notice pane
11402
11403 2002-07-06 [melvin]     0.7.8claws52
11404
11405         * src/gtkspell.[ch]
11406                 Made them a bit closer to Sylpheed's coding style.
11407                 Removed old code.
11408                 Removed possible memory leaks when some errors occurs.
11409
11410 2002-07-06 [melvin]     0.7.8claws51
11411
11412         * po/Makefile.in.in
11413                 Removed --no-location in xgettext command line to help
11414                 translators that use Emacs' po-mode
11415         * src/quote_fmt.c
11416                 Removed unnecessary comments that messed up sylpheed.pot
11417
11418 2002-07-06 [paul]       0.7.8claws50
11419
11420         * sync with 0.7.8cvs19
11421                 see ChangeLog 2002-07-05
11422
11423 2002-07-06 [christoph]  0.7.8claws49
11424
11425         * src/folder.c
11426         * src/mainwindow.c
11427                 fix folder_item_remove_all_msg and folderview
11428                 status for trash folders after emptying trash
11429
11430 2002-07-05 [paul]       0.7.8claws48
11431
11432         * sync with 0.7.8cvs16
11433                 see ChangeLog 2002-07-04 and 2002-07-05
11434
11435 2002-07-04 [paul]       0.7.8claws47
11436
11437         * sync with 0.7.8cvs14
11438                 see  ChangeLog 2002-07-04
11439
11440 2002-07-03 [alfons]     0.7.8claws46
11441
11442         * src/folder.c
11443                 dupe folder item's path because it's being reallocated
11444                 by new folder scanning code
11445
11446 2002-07-03 [christoph]  0.7.8claws45
11447
11448         * src/imap.c
11449                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11450         * src/msgcache.c
11451                 add missing return in msgcache_write
11452
11453 2002-07-02 [thorsten]   0.7.8claws44
11454
11455         * src/jpilot.c
11456         * src/msgcache.c
11457         * src/rfc2015.c
11458                 use binary mode for file access
11459
11460 2002-07-02 [christoph]  0.7.8claws43
11461
11462         * major code cleanup (part 1)
11463         
11464                 - unused variables removed
11465                 - unused functions removed
11466                 - uninitialized variables checked
11467                 - missing return statements added
11468                 - missing function return types added
11469                 - added parentheses around assignment and
11470                   && in || when suggested by gcc
11471               
11472         * src/mh.c
11473         * src/folder.c
11474                 replaced direct calls to folder->scan_tree
11475                 with folder_scan_tree and restore folder
11476                 prefs in this function. The folder should
11477                 not have to deal with them.
11478                 ( Should now work for all folder types )
11479
11480 2002-07-02 [paul]       0.7.8claws42
11481
11482         * sync with 0.7.8cvs13
11483                 see ChangeLog 2002-07-01 and 2002-07-02
11484
11485 2002-07-01 [christoph]  0.7.8claws41
11486
11487         * src/summaryview.c
11488                 fix "goto next/prev unread message" with
11489                 ignored threads
11490
11491 2002-07-01 [paul]       0.7.8claws40
11492
11493         * po/es.po
11494                 updated by Ricardo Mones Lastra
11495
11496 2002-06-30 [match]      0.7.8claws39
11497
11498         * src/jpilot.c
11499                 applied variation of leonerd's patch (566661) to
11500                 allow multiple email addresses per JPilot entry.
11501                 addresses may be separated by space, comma, pipe,
11502                 semi-colon, new-line.
11503
11504 2002-06-30 [alfons]     0.7.8claws38
11505
11506         * src/procmsg.c
11507                 simple fix for putting older nodes before
11508                 newer nodes when threading by subject
11509
11510 2002-06-30 [christoph]  0.7.8claws37
11511
11512         * src/folder.c
11513         * src/folderview.c
11514         * src/mh.c
11515         * src/news.c
11516         * src/procmsg.c
11517                 fix broken folder tree rescaning
11518                 and don't use procmsg_get_mark_sum
11519                 anymore
11520
11521 2002-06-30 [christoph]  0.7.8claws36
11522
11523         * merge new cache branch
11524         * src/imap.c
11525                 fix new cache imap copy bug
11526         * src/folder.c
11527                 improved folder_item_scan
11528                 it should now always set the correct
11529                 new, unread and total message counts
11530
11531 2002-06-29 [paul]       0.7.8claws35
11532
11533         * configure.in
11534                 correct syntax error
11535
11536 2002-06-29 [paul]       0.7.8claws34
11537
11538         * configure.in
11539           Makefile.am
11540           man/Makefile.am       ** NEW FILE **
11541           man/sylpheed.1.gz     ** NEW FILE **
11542                 add Sylpheed man page
11543
11544 2002-06-29 [paul]       0.7.8claws33
11545
11546         * po/pt_BR.po
11547                 updated by Fabio Junior Beneditto
11548
11549 2002-06-28 [jens]       0.7.8claws32
11550
11551         * po/de.po
11552                 translation updated
11553
11554         * src/selective_download.c
11555                 removed gettext for space " "
11556
11557         * src/imap.c
11558                 removed wrong space
11559
11560 2002-06-28 [paul]       0.7.8claws31
11561
11562         * sync with 0.7.8cvs11
11563                 see ChangeLog 2002-06-28
11564
11565 2002-06-28 [paul]       0.7.8claws30
11566
11567         * sync with 0.7.8cvs10
11568                 see ChangeLog 2002-06-27 and 2002-06-28
11569
11570 2002-06-26 [paul]       0.7.8claws29
11571
11572         * src/addrgather.c
11573           src/selective_download.c
11574                 don't gettextise empty strings.
11575                 reserved by gettext. gettext("") returns 
11576                 the header entry with meta information, 
11577                 not the empty string
11578
11579         * po/en_GB.po
11580                 updated
11581
11582 2002-06-26 [paul]       0.7.8claws28
11583
11584         * sync with 0.7.8cvs7
11585                 see ChangeLog 2002-06-25
11586
11587         * src/prefs_common.c
11588                 ...and in the process, tweak the gui a little
11589
11590 2002-06-25 [alfons]     0.7.8claws27
11591         
11592         * configure.in
11593         * src/Makefile.am
11594                 fine tune ldap library detection
11595
11596 2002-06-25 [alfons]     0.7.8claws26
11597
11598         * src/compose.c
11599                 don't allow return receipts when composing a news article
11600
11601 2002-06-25 [paul]       0.7.8claws25
11602
11603         * Makefile.am
11604                 add '$(AMTAR)' to 'release' section to allow for
11605                 new and older autotools
11606
11607 2002-06-25 [paul]       0.7.8claws24
11608
11609         * src/summaryview.c
11610                 fix "No more unread messages" persistant pop-up
11611                 window bug
11612
11613 2002-06-25 [paul]       0.7.8claws23
11614
11615         * po/it.po
11616                 updated by Alessandro Maestri
11617
11618 2002-06-25 [paul]       0.7.8claws22
11619
11620         * sync with 0.7.8cvs6
11621                 see ChangeLog 2002-06-25
11622
11623 2002-06-24 [paul]       0.7.8claws21
11624
11625         * tools/update-po
11626                 add GPL copyright information
11627
11628 2002-06-24 [paul]       0.7.8claws20
11629
11630         * tools/Makefile.am
11631           tools/README
11632           tools/update-po       ** NEW FILE **
11633                 add script that eases the creation of *.po files
11634                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11635
11636 2002-06-23 [alfons]     0.7.8claws19
11637
11638         * src/messageview.c
11639                 make notification_convert_header obey const correctness
11640                 (next step will be fixing the broken return receipt)
11641
11642 2002-06-23 [paul]       0.7.8claws18
11643
11644         * src/messageview.c
11645                 fix bug introduced in last commit:
11646                 removed too much code in last commit - put back what's
11647                 needed
11648
11649 2002-06-23 [paul]       0.7.8claws17
11650
11651         * src/messageview.[ch]
11652                 remove code committed in error from locally patched
11653                 source
11654
11655 2002-06-23 [colin]      0.7.8claws16
11656
11657         * src/compose.[ch]
11658                 add compose_entry_select(), used to select the default_to
11659                 email address - hopefully avoiding people sending mails to
11660                 wrong recipients.
11661
11662 2002-06-22 [alfons]     0.7.8claws15
11663
11664         * AUTHORS
11665                 add Bram Metsch & Stanislav Karchebny
11666         * src/smtp.[ch]
11667         * src/prefs_account.[ch]
11668         * src/send.c
11669                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11670                   options.  (see <http://sourceforge.net/tracker/index.php
11671                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11672
11673                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11674                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11675
11676 2002-06-22 [paul]       0.7.8claws14
11677
11678         * sync with 0.7.8cvs5
11679                 see ChangeLog 2002-06-19 and 2002-06-20
11680
11681 2002-06-22 [alfons]     0.7.8claws13
11682
11683         * src/selective_download.c
11684                 fix a stupid mistake I made
11685
11686 2002-06-22 [alfons]     0.7.8claws12
11687
11688         * src/selective_download.[ch]
11689                 fix another unnoticed leak; cleanup code
11690
11691 2002-06-21 [alfons]
11692
11693         * tools/Makefile.am
11694                 gpg-sign <-- gpg-sign-syl
11695
11696 2002-06-21 [alfons]     0.7.8claws11
11697
11698         * src/selective_download.c
11699         * src/selective_download.h
11700                 fix assorted mix of allocation errors (should solve
11701                 problem reported by Philippe Gramoullé, see:
11702                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11703
11704 2002-06-20 [melvin]     0.7.8claws10
11705
11706         * tools/gpg-sign *REMOVED*
11707           tools/gpg-sign-syl *ADDED*
11708                 Replaced the gpg clearsigning script with the version using
11709                 xterm instead of ssh-askpass and changed its name.
11710
11711         * README.claws
11712                 Updated actions example to reflect the renaming of the
11713                 gpg clearsigning script.
11714
11715 2002-06-19 [paul]       0.7.8claws9
11716
11717         * sync with 0.7.8claws9
11718                 see ChangeLog 2002-06-18 and 2002-06-19
11719
11720 2002-06-19 [paul]       0.7.8claws8
11721
11722         * sync with 0.7.8cvs1
11723                 see ChangeLog 2002-06-18
11724
11725 2002-06-18 [alfons]     0.7.8claws7
11726
11727         * src/mainwindow.h
11728                 add omitted prototype
11729
11730 2002-06-17 [paul]       0.7.8claws6
11731
11732         * src/mainwindow.c
11733                 fix hiding of exec_btn
11734
11735 2002-06-17 [paul]       0.7.8claws5
11736
11737         * src/pop.c
11738                 remove unneeded code: should_delete() 
11739                 and Pop3State::uidl_todelete_list
11740
11741 2002-06-17 [paul]       0.7.8claws4
11742
11743         * sync with 0.7.8
11744                 see ChangeLog 2002-06-11 and 2002-06-13
11745
11746 2002-06-16 [alfons]     0.7.8claws3
11747         
11748         * src/folder.c
11749                 make sure lock sort mode (claws specific) is
11750                 also persists after a tree rescan
11751
11752 2002-06-16 [alfons]     0.7.8claws2
11753
11754         * src/prefs_folder_item.c
11755         * src/folder.[ch]
11756                 fix persistence of folder sort mode (broken
11757                 by adapting Hiro's new folder persistence code)
11758
11759 2002-06-16 [alfons]     0.7.8claws1
11760
11761         * AUTHORS
11762         * src/logwindow.c
11763         * src/prefscommon.[ch]
11764                 control size of log text in log window; 
11765                 closes patch #569155 submitted by Mitko Haralanov.
11766
11767 2002-06-15 [paul]       0.7.8claws
11768
11769         * release of 0.7.8claws
11770
11771 2002-06-15 [paul]       0.7.7claws
11772
11773         * po/pt_BR.po
11774                 updated by Fabio Junior Beneditto
11775
11776 2002-06-14 [paul]       0.7.6claws49
11777
11778         * po/es.po
11779                 updated by Ricardo Mones Lastra
11780
11781 2002-06-14 [paul]       0.7.6claws48
11782
11783         * po/nl.po
11784                 updated translation by Wilbert Berendsen
11785
11786 2002-06-14 [melvin]     0.7.6claws47
11787
11788         * po/fr.po
11789                 Updated French translation
11790
11791 2002-06-13 [paul]       0.7.6claws46
11792
11793         * src/filesel.c
11794                 allow filename to be typed in, rather than just
11795                 selected by the mouse. Patch by Gustavo Noronha Silva.
11796
11797 2002-06-13 [alfons]     0.7.6claws45
11798
11799         * src/mainwindow.[ch]
11800                 more cleanups (removing unnecessary menu items Expand 
11801                 summary / message view)
11802
11803 2002-06-13 [melvin]     0.7.6claws44
11804
11805         * po/POTFILES.in
11806                 Added src/string_match.c
11807         * src/string_match.c
11808                 Fixed possible buffer overflow.
11809                 Corrected typo.
11810                 Added missing config.h header.
11811         * src/prefs_common.c
11812           src/prefs_matcher.c
11813           src/prefs_scoring.c
11814                 Made some strings translatable (missing _(..)).
11815
11816 2002-06-13 [melvin]     0.7.6claws43
11817
11818         * README.claws
11819                 Corrected action example (verifying clearsigned mail).
11820         * src/prefs_account.c
11821                 Corrected typo.
11822         * src/prefs_common.c
11823                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11824
11825 2002-06-12 [alfons]     0.7.6claws42
11826
11827         * src/summaryview.c
11828                 add init of score column lost in 0.7.6claws42
11829
11830 2002-06-12 [paul]       0.7.6claws41
11831
11832         * src/prefs_account.c
11833                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11834                 behavior of the radio buttons, (from 0.7.7cvs2)
11835
11836 2002-06-11 [alfons]     0.7.6claws40
11837
11838         * src/messageview.[ch]
11839         * src/summaryview.[ch]
11840         * src/summary_search.c
11841         * src/mainwindow.c
11842                 perform a sync to bring in Hiro's separate view implementation 
11843
11844                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11845
11846 2002-06-11 [paul]       0.7.6claws39
11847         
11848         * src/prefs_account.c
11849                 correct a typo on the Receive tab
11850
11851 2002-06-10 [match]      0.7.6claws38
11852
11853         * src/addressbook.c
11854                 Included address completion patch from Gustavo Noronha.
11855
11856 2002-06-10 [paul]       0.7.6claws37
11857
11858         * src/inc.[ch]
11859           src/pop.c
11860           src/prefs_account.[ch]
11861           src/selective_download.[ch]
11862                 apply PATCH #561712
11863                  NEW:
11864                 - check if POP Account
11865                 - Receive Button renamed to Preview
11866                 - Preview Button Popup: preview new/all messages
11867                 - Download Button
11868                 - Account Preferences-->Receive tab checkbutton if you
11869                   want to remove Mail after Download
11870                 -: default YES
11871                 - Account Preferences-->Receive tab checkbutton use
11872                   filtering rules on preview
11873                   (think of delete_on_server)
11874                 -: default YES
11875                 - Account selectable from SD dialog
11876                 - checkbutton to show already downloaded messages if
11877                   all messages are previewed
11878                 - new clist column showing Date
11879                 - ESC KEY close
11880                 FIXES:
11881                 - play ball with UIDL
11882                 - fault tolerant (?) 
11883                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11884
11885 2002-06-10 [melvin]     0.7.6claws36
11886
11887         * README.claws
11888                 Added a hint to ac/README in cvs instructions.
11889
11890         * src/prefs_actions.c
11891                 Made it possible to use a more elaborate command line
11892                 for asynchronous actions, too.
11893
11894 2002-06-10 [melvin]     0.7.6claws35
11895         
11896         * src/prefs_actions.c
11897                 Make it possible to use a more elaborate command line
11898                 (e.g. |foo|bar|cat>there;echo Done|)
11899                 Corrected error message when calling %f, %F and %p commands
11900                 from the compose window.
11901
11902 2002-06-09 [colin]      0.7.6claws34
11903
11904         * src/summaryview.c
11905                 Automatically find unread messages in current folder
11906                 before annoying the user.
11907
11908 2002-06-08 [alfons]     0.7.6claws33
11909
11910         * po/it.po
11911                 remove bad formatting string in it.po translation
11912                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11913
11914 2002-06-08 [paul]       0.7.6claws32
11915
11916         * sync with 0.7.6cvs25
11917                 see ChangeLog 2002-06-07
11918
11919 2002-06-05 [paul]       0.7.6claws31
11920
11921         * src/mainwindow.c
11922                 add 'Sort by locked' and 'Sort by score'
11923
11924 2002-06-05 [paul]       0.7.6claws30
11925
11926         * sync with 0.7.6cvs24
11927                 see ChangeLog 2002-06-04
11928
11929 2002-06-04 [paul]       0.7.6claws29
11930
11931         * po/pt_BR.po
11932                 updated by Fabio Junior Beneditto
11933
11934 2002-06-03 [thorsten]   0.7.6claws28
11935
11936         * src/matcher.c
11937                 fclose() matcherrc after reading
11938
11939 2002-06-03 [paul]       0.7.6claws27
11940
11941         * sync with 0.7.6cvs21
11942                 see ChangeLog 2002-05-31
11943
11944 2002-05-31 [paul]       0.7.6claws26
11945
11946         * sync with 0.7.6cvs20
11947                 see ChangeLog 2002-05-29 and 2002-05-30
11948
11949 2002-05-31 [paul]       0.7.6claws25
11950
11951         * src/imap.c
11952                 hopefully fix last buggy sync
11953
11954         * README.claws
11955                 correct typo in 'Actions' examples
11956
11957 2002-05-29 [paul]       0.7.6claws24
11958
11959         * sync with 0.7.6cvs18
11960                 see ChangeLog 2002-05-28 and 2002-05-29
11961
11962         * src/news.c
11963           src/nntp.[ch]
11964                 sync with above 
11965
11966 2002-05-28 [paul]       0.7.6claws23
11967
11968         * sync with 0.7.6cvs16
11969                 see ChangeLog 2002-05-28
11970
11971 2002-05-27 [thorsten]   0.7.6claws22 
11972
11973         * faq/it/sylpheed-faq-1.html
11974           faq/it/sylpheed-faq-2.html
11975           faq/it/sylpheed-faq-3.html
11976           faq/it/sylpheed-faq.html
11977                 corrected DOS lineendings
11978         * faq/de/sylpheed-faq-1.html
11979           faq/de/sylpheed-faq-2.html
11980           faq/en/sylpheed-faq-1.html
11981           faq/en/sylpheed-faq-2.html
11982           faq/en/sylpheed-faq-3.html
11983           faq/es/sylpheed-faq-1.html
11984           faq/es/sylpheed-faq-2.html
11985           faq/es/sylpheed-faq-3.html
11986           faq/fr/sylpheed-faq-1.html
11987           faq/it/sylpheed-faq-1.html
11988           faq/it/sylpheed-faq-2.html
11989           faq/it/sylpheed-faq-3.html
11990           faq/it/sylpheed-faq.html
11991                 changed ">" to &quot;
11992
11993 2002-05-27 [paul]       0.7.6claws21
11994         
11995         * sync with 0.7.6cvs15
11996                 see ChangeLog 2002-05-27
11997
11998 2002-05-27 [paul]       0.7.6claws20
11999
12000         * src/prefs_account.c
12001                 correct a typo
12002
12003 2002-05-26 [paul]       0.7.6claws19
12004
12005         * tools/README
12006                 correct a typo
12007
12008 2002-05-25 [paul]       0.7.6claws18
12009
12010         * tools/README
12011                 add description of kmail2sylpheed.pl
12012
12013 2002-05-25 [paul]       0.7.6claws17
12014
12015         * tools/kmail2sylpheed.pl       ** NEW FILE **
12016                 perl script that converts an exported Kmail address
12017                 book, converts it to sylpheed addressbook file,
12018                 writes the file to .sylpheed, and updates
12019                 addrbook--index.xml 
12020
12021 2002-05-25 [paul]       0.7.6claws16
12022
12023         * sync with 0.7.6cvs14
12024                 see ChangeLog 2002-05-23
12025
12026 2002-05-24 [paul]       0.7.6claws15
12027
12028         * README.claws
12029                 make a correction and add some more info
12030
12031 2002-05-24 [paul]       0.7.6claws14
12032
12033         * src/compose.c
12034                 fix memory leak in 
12035                 compose_redirect_write_headers_from_headerlist()
12036                 add Subject and Resent-Message-ID to
12037                 compose_redirect_write_headers()
12038                 Received, Subject, and X-UIDL are filtered out in 
12039                 compose_redirect_write_to_file()
12040
12041 2002-05-23 [paul]       0.7.6claws13
12042
12043         * src/compose.[ch]
12044           src/filtering.c
12045           src/mainwindow.c
12046           src/matcher.[ch]
12047           src/matcher_parser_lex.l
12048           src/matcher_parser_parse.y
12049           src/prefs_common.[ch]
12050           src/prefs_filtering.c
12051           src/summaryview.c
12052                 rename 'Bounce' to 'Redirect'
12053
12054 2002-05-23 [paul]       0.7.6claws12
12055
12056         * more sync with 0.7.6cvs13
12057           src/compose.c
12058                 see ChangeLog 2002-05-22
12059
12060 2002-05-22 [paul]       0.7.6claws11
12061
12062         * sync with 0.7.6cvs13
12063           src/codeconv.c
12064                 see ChangeLog 2002-05-20
12065           src/prefs_common.c
12066                 see ChangeLog 2002-05-22
12067
12068 2002-05-21 [melvin]     0.7.6claws10
12069
12070         * src/folderview.c
12071                 Added missing filtering and scoring headers
12072                 Fixed bad function call that showed garbage 
12073                 in Folder->Processing
12074
12075 2002-05-21 [paul]       0.7.6claws9
12076
12077         * tools/Makefile.am
12078                 make all tools executable, (patch by Alfons).
12079
12080 2002-05-20 [alfons]     0.7.6claws8
12081
12082         * src/procheader.c
12083                 don't forget to call mktime() so we have a valid week 
12084                 and year day
12085                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12086
12087 2002-05-20 [paul]       0.7.6claws7
12088
12089         * src/html.c
12090                 fix broken parsing of urls
12091         * src/textview.c
12092                 fix displaying of urls
12093
12094                 both fixes from the patch [547855] by Eugene 
12095                 Brevdo (zonem)
12096
12097 2002-05-19 [alfons]     0.7.6claws6
12098
12099         * configure.in
12100                 make sylpheed configure correctly with the latest
12101                 and greatest of automake / autoconf / gettext
12102
12103 2002-05-19 [alfons]     0.7.6claws5
12104
12105         * src/procheader.c
12106         * src/procheader.h
12107                 add function for returning ime zone offset
12108         * src/quote_fmt.c
12109         * src/quote_fmt_parse.y
12110                 better quotation formatting - does not convert
12111                 to local time, but uses the original date string.
12112                 
12113                 Note: %z inserts the timezone offset (should 
12114                 work also on platforms where strftime does not
12115                 support %z).
12116
12117 2002-05-18 [christoph]  0.7.6claws4
12118
12119         * src/summaryview.c
12120                 fix indentation of some code
12121         * tools/Makefile.am
12122                 fix spaces after \
12123         * src/Makefile.am
12124                 add missing \
12125                 correct path for ignorethread.xpm
12126                 incorrect filename for sylpheed_logo.xpm
12127                 add missing include matcher_parser_parse.h
12128
12129 2002-05-18 [paul]       0.7.6claws3
12130
12131         * sync with 0.7.6cvs8
12132                 see ChangeLog 2002-05-16 and 2002-05-17
12133
12134 2002-05-18 [melvin]     0.7.6claws2
12135
12136         * README.claws
12137                 Corrected an action's definition and fixed some misspellings.
12138
12139 2002-05-18 [paul]       0.7.6claws1
12140
12141         * tools/Makefile.am
12142           tools/gpg-sign        ** new file **
12143           tools/uudec           ** new file **
12144                 add Melvin's Actions scripts
12145
12146         * README.claws
12147                 add Melvin's descriptions for Actions
12148
12149 2002-05-18 [paul]       0.7.6claws
12150
12151         * Version 0.7.6claws released
12152
12153 2002-05-17 [paul]       0.7.5claws32
12154
12155         * po/es.po
12156                 updated by Ricardo Mones Lastra
12157
12158 2002-05-17 [paul]       0.7.5claws31
12159
12160         * src/compose.c
12161                 fix Account prefs default folder for sent/draft/deleted
12162                 messages bug
12163
12164         * po/it.po
12165           po/nl.po
12166                 updated translation by Alessandro Maestri and
12167                 Wilbert Berendsen
12168
12169 2002-05-17 [melvin]     0.7.5claws30
12170
12171         * src/prefs_actions.c
12172                 Fixed bug where using %F not at the end of the command 
12173                 resulted in an additional empty argument being created.
12174                 Thanks to Darko Koruga for reporting the bug.
12175
12176 2002-05-17 [melvin]     0.7.5claws29
12177
12178         * po/fr.po
12179                 Updated French translations.
12180
12181 2002-05-15 [paul]       0.7.5claws28
12182         
12183         * po/es.po
12184                 updated by Ricardo Mones Lastra
12185
12186 2002-05-15 [paul]       0.7.5claws27
12187
12188         * sync with 0.7.6cvs4
12189                 see ChangeLog 2002-05-14 and 2002-05-15
12190
12191 2002-05-14 [paul]       0.7.5claws26
12192
12193         * sync with 0.7.6cvs1
12194                 see ChangeLog 2002-05-13
12195
12196 2002-05-13 [thorsten]   0.7.5claws25
12197
12198         * src/messageview.c
12199                 fix select_all and copy in multipart messages
12200         * src/mainwindow.c
12201                 fix select_all and copy in multipart messages
12202
12203 2002-05-12 [paul]       0.7.5claws24
12204
12205         * src/summaryview.c
12206                 reverse last commit, bug already fixed in 0.7.5claws3
12207
12208 2002-05-12 [netztorte]  0.7.5claws23
12209
12210         * src/summaryview.c
12211                 dont parse empty addressbook (checked in before claws20)
12212
12213 2002-05-12 [melvin]     0.7.5claws22
12214
12215         * src/procmsg.[ch]
12216                 Removed unneeded priority code introduced by the previous 
12217                 commit.
12218
12219 2002-05-12 [melvin]     0.7.5claws21
12220
12221         * src/compose.[ch]
12222                 Added possibility to set message's priority.
12223         * src/procmsg.[ch]
12224                 Added possibility to set message's priority.
12225                 Added missing headers
12226
12227 2002-05-12 [melvin]     0.7.5claws20
12228
12229         * src/prefs_actions.c
12230                 Removed implicitely added quotes around the name
12231                 of the temporary files of mime parts.
12232
12233 2002-05-12 [paul]       0.7.5claws19
12234
12235         * sync with 0.7.5cvs20
12236                 see ChangeLog 2002-05-11
12237
12238 2002-05-12 [alfons]     0.7.5claws18
12239
12240         * src/quote_fmt_lex.l
12241         * src/quote_fmt_parse.y
12242                 allow quote / reply date & time format to be set using
12243                 %D{format}. format is a format string you'd pass to
12244                 strftime() (see man strftime, or the Display tab |
12245                 Date format setting).
12246
12247                 Currently %D converts the date to local time. 
12248
12249 2002-05-11 [paul]       0.7.5claws17
12250
12251         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12252                 see ChangeLog 2002-05-10 and 2002-05-11
12253
12254 2002-05-10 [paul]       0.7.5claws16
12255
12256         * sync with 0.7.5cvs16
12257                 see ChangeLog entries 2002-05-09 and 
12258                 2002-05-10
12259
12260 2002-05-10 [colin]      0.7.5claws15
12261
12262         * src/textview.c
12263                 Corrected a bug that prevented sylpheed to open
12264                 double-clicked URIs.
12265
12266 2002-05-09 [paul]       0.7.5claws14
12267
12268         * sync with 0.7.5cvs14
12269                 see ChangeLog 2002-05-08 and 2002-05-09
12270
12271 2002-05-08 [paul]       0.7.5claws13
12272
12273         * sync with 0.7.5cvs11
12274                 see ChangeLog entry 2002-05-08
12275
12276 2002-05-08 [paul]       0.7.5claws12
12277
12278         * src/mainwindow.c
12279           src/textview.[ch]
12280                 fix segfault on View->Open in new window
12281                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12282
12283 2002-05-07 [paul]       0.7.5claws11
12284
12285         * sync with 0.7.5cvs9
12286                 see ChangeLog entry 2002-05-07
12287
12288 2002-05-06 [paul]       0.7.5claws10
12289
12290         * src/messageview.c
12291           src/textview.c
12292                 display url in statusbar on single-click
12293                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12294
12295 2002-05-06 [match]      0.7.5claws9
12296
12297         * src/addritem.[ch]
12298                 new functions.
12299         * src/addrcache.c
12300                 tidy up.
12301         * src/xmlprops.[ch]
12302                 XML implementation of properties file.
12303         * src/exporthtml.[ch]
12304         * src/expthtmldlg.[ch]
12305         * src/addressbook.c
12306                 export to HTML.
12307
12308 2002-05-02 [sergey]     0.7.5claws8
12309
12310         * src/mainwindow.c (mainwin_entries),
12311           src/prefs_common.c (prefs_send_create()),
12312           src/codeconv.c (locale_table):
12313                 use charset name "Windows-1251" instead of "CP1251".
12314
12315 2002-05-02 [colin]      0.7.5claws7
12316         
12317         * src/compose.c
12318           src/prefs_common.c
12319           src/prefs_folder_item.c
12320                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12321
12322 2002-05-02 [hiro]       0.7.5claws6
12323
12324         * src/imap.c
12325                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12326
12327 2002-05-02 [paul]       0.7.5claws5
12328
12329         * src/compose.c
12330                 more sync with 0.7.5cvs7, see ChangeLog entry
12331                 2002-05-02
12332
12333 2002-05-02 [hiro]       0.7.5claws4
12334
12335         * src/compose.c
12336                 compose_queue_sub():
12337                 check if queue folder exists (closes #550397).
12338                 removed directory creation since it should be handled
12339                 transparently.
12340         * src/imap.c
12341                 imap_add_msg(): return UID for appended message
12342                 (closes #548842).
12343
12344 2002-04-30 [paul]       0.7.5claws3
12345
12346         * src/summaryview.c
12347                 fix account_find_from_address() bug
12348
12349 2002-04-28 [colin]      0.7.5claws2
12350
12351         * src/compose.c
12352           src/textview.c
12353           src/prefs_common.[ch]
12354           src/utils.[ch]
12355                 Added user-definable quotation characters recognition.
12356
12357 2002-04-28 [paul]       0.7.5claws1
12358
12359         * sync with 0.7.5cvs4
12360                 see ChangeLog entry  2002-04-25
12361
12362 2002-04-28 [paul]       0.7.5claws
12363
12364         * po/es.po
12365           po/nl.po
12366           po/pt_BR.po
12367                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12368                 Fabio Junior Beneditto
12369
12370 2002-04-27 [jens]       0.7.4claws103
12371
12372         * po/de.po
12373                 updated German translation.
12374
12375 2002-04-27 [hiro]       0.7.4claws102
12376
12377         * src/summaryview.c
12378                 summary_write_cache(): fixed the mark loss of hidden messages.
12379
12380 2002-04-26 [melvin]     0.7.4claws101
12381
12382         * src/procmsg.c
12383                 fixed a second typo (same one)
12384         * po/fr.po
12385           po/it.po
12386           po/pt_BR.po
12387                 fixed the type again...
12388
12389 2002-04-26 [melvin]     0.7.4claws100
12390
12391         * src/procmsg.c
12392                 fixed a typo in an alert message ("temorary").
12393         * po/it.po
12394         * po/pt_BR.po
12395                 corrected the typo  described above.
12396         * po/fr.po
12397                 updated French translation.
12398
12399 2002-04-26 [darko]      0.7.4claws99
12400
12401         * src/summaryview.c
12402                 fix target folder colorization
12403
12404 2002-04-25 [paul]       0.7.4claws98
12405
12406         * po/it.po
12407                 updated by Alessandro Maestri
12408
12409 2002-04-24 [colin]      0.7.4claws97
12410         
12411         * src/compose.c
12412                 Fixed double "subject is empty" question.
12413
12414 2002-04-23 [colin]      0.7.4claws96
12415         
12416         * src/mimeview.c
12417                 Corrected issue when "automatically display images" was
12418                 not set : first image remained after selecting second.
12419
12420 2002-04-23 [melvin]     0.7.4claws95
12421
12422         * src/prefs_actions.c
12423                 Don't display in/out dialog if there is nothing to show.
12424
12425 2002-04-23 [paul]       0.7.4claws94
12426
12427         * sync with 0.7.5cvs3
12428                 bug fixes: see ChangeLog entry 2002-04-23
12429
12430 2002-04-22 [darko]      0.7.4claws93
12431
12432         * src/compose.c
12433                 fix previous check-in which changed code after
12434                 merge from main
12435
12436 2002-04-22 [paul]       0.7.4claws92
12437
12438         * faq/de/*
12439                 add German FAQ
12440         * faq/en/*
12441           faq/es/*
12442           faq/fr/*
12443                 update English, Spanish and French FAQs
12444         * manual/de/*
12445           manual/es/*
12446                 add German and Spanish manuals
12447         * manual/en/*
12448           manual/fr/*
12449                 update English and French manuals
12450
12451         * src/Makefile.am
12452                 add to and re-arrange the pixmap entries
12453
12454 2002-04-22 [darko]      0.7.4claws91
12455
12456         * src/compose.c
12457                 fix sender initials recognition to only allow
12458                 '>' after the initials
12459
12460 2002-04-21 [paul]       0.7.4claws90
12461
12462         * sync with 0.7.5 release
12463                 see ChangeLog entry 2002-04-21
12464
12465 2002-04-21 [alfons]
12466
12467         * src/Makefile.am
12468                 add colin's new pixmaps to EXTRA_DIST
12469
12470 2002-04-21 [colin]      0.7.4claws89
12471         * src/compose.c
12472         * src/inc.c
12473         * src/mainwindow.[ch]
12474         * src/prefs_common.[ch]
12475         * src/stock_pixmap.[ch]
12476                 Added "Work offline" ability.
12477
12478 2002-04-21 [colin]      0.7.4claws88
12479         
12480         * src/mimeview.c
12481         * src/prefs_common.c
12482         * src/prefs_common.h
12483         * src/textview.c : Added an option to common preferences -> display
12484           to allow user not to automatically display images.
12485
12486 2002-04-21 [paul]       0.7.4claws87
12487
12488         * sync with 0.7.4cvs52
12489                 see ChangeLog entry 2002-04-21 (src/imap.c)
12490
12491 2002-04-21 [paul]       0.7.4claws86
12492
12493         * sync with 0.7.4cvs51
12494                 see ChangeLog entry 2002-04-21
12495
12496 2002-04-21 [paul]       0.7.4claws85
12497
12498         * sync with 0.7.4cvs49
12499                 see ChangeLog entries 2002-04-20 and 2002-04-21
12500
12501         * src/Makefile.am
12502                 clean up: remove old 'stock_' element from xpm 
12503                 filenames.
12504
12505 2002-04-21 [alfons]     0.7.4claws84
12506
12507         apply sync patch from Paul
12508
12509         * src/folderview.c
12510                 use old claws prefs_folder_item_create() for now
12511
12512 2002-04-19 [match]      0.7.4claws83
12513
12514         * src/addressbook.[ch]
12515         * src/addrharvest.[ch]
12516         * src/addrgather.[ch]
12517                 recurse folders.
12518         * src/mainwindow.c
12519         * src/summaryview.[ch]
12520                 change menu option.
12521
12522 2002-04-19 [paul]       0.7.4claws82
12523
12524         * po/pt_BR.po
12525                 updated by Fabio Junior Beneditto
12526
12527 2002-04-14 [alfons]     0.7.4claws81
12528
12529         * src/passphrase.c
12530                 add #include <sys/types.h> for mode_t and off_t 
12531
12532 2002-04-13 [paul]       0.7.4claws80
12533         
12534         * src/main.c
12535           src/passphrase.[ch]
12536           src/pgptext.c
12537           src/prefs_common.[ch]
12538           src/rfc2015.c
12539                 enable storing of GnuPG passphrase for the whole 
12540                 session or a user-defined number of minutes. patch 
12541                 submitted by Ravemax <ravemax@dextrose.com>
12542
12543 2002-04-13 [alfons]     0.7.4claws79
12544
12545         * src/textview.c
12546                 make email parser also stop scanning when encountering separators
12547                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12548
12549 2002-04-13 [paul]       0.7.4claws78
12550
12551         * sync with 0.7.4cvs39
12552                 see ChangeLog entry 2002-04-12
12553
12554 2002-04-11 [paul]       0.7.4claws77
12555
12556         * sync with 0.7.4cvs37
12557                 see ChangeLog entry 2002-04-11
12558
12559 2002-04-11 [paul]       0.7.4claws76
12560
12561         * COPYING 
12562                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12563                 the clause for OpenSSL). sync with sylpheed main
12564
12565 2002-04-09 [melvin]     0.7.4claws75
12566
12567         * src/compose.c
12568                 Made 'Ctrl-Enter' on send ignore some modifiers 
12569                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12570                 to bind other *-Enter (but not Alt-Enter).
12571
12572 2002-04-09 [paul]       0.7.4claws74
12573
12574         * sync with 0.7.4cvs35
12575                 see ChangeLog entries 2002-04-09
12576
12577 2002-04-08 [paul]       0.7.4claws73
12578
12579         * sync with 0.7.4cvs33
12580                 see ChangeLog entry 200-04-08
12581
12582 2002-04-07 [match]      0.7.4claws72
12583
12584         * src/addrharvest.[ch]
12585                 fixed to read all addresses in header, regardless
12586                 of header size. improved name parsing. accommodate
12587                 harvest from folders and selected message.
12588         * src/addritem.[ch]
12589                 included new address parsing function.
12590         * src/addrgather.[ch]
12591         * src/addressbook.[ch]
12592         * src/summaryview.[ch]
12593         * src/mainwindow.c
12594                 allow address harvest of folder as well as selected
12595                 messages.
12596
12597 2002-04-07 [paul]       0.7.4claws71
12598
12599         * src/esmtp.[ch]
12600           src/smtp.c
12601                 don't try to authenticate with CRAM-MD5 in SMTP when 
12602                 SMTP-AUTH enabled if MTA doesn't issue this 
12603                 auth-method in it's ehlo-response. bug item #531364,
12604                 patch item #938910. patch submitted by Colin Leroy 
12605                 <colin@colino.net>
12606
12607 2002-04-07 [paul]       0.7.4claws70
12608
12609         * src/nntp.c
12610                 fix missing MODE_READER bug. patch submitted by
12611                 Colin Leroy <colin@colino.net>
12612
12613 2002-04-07 [alfons]     0.7.4claws69
12614
12615         * src/matcher.[ch]
12616         * src/prefs_filtering.c
12617         * src/summaryview.c
12618                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12619                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12620
12621 2002-04-07 [paul]       0.7.4claws68
12622
12623         * sync with 0.7.4cvs32
12624                 see ChangeLog entry 2002-04-06
12625
12626         * tools/filter_conv.pl
12627                 more bug fixes
12628
12629 2002-04-06 [paul]       0.7.4claws67
12630
12631         * tools/filter_conv.pl
12632                 modify to be able to find the name of the first
12633                 mailbox and use that. main's filter does not
12634                 record the full path to the mailbox and therefore
12635                 can only filter to the first mailbox.
12636
12637 2002-04-05 [paul]       0.7.4claws66
12638
12639         * tools/filter_conv.pl
12640                 attempt to make the script all-encompassing and
12641                 be able to convert any main 'filter' rule thrown
12642                 at it
12643
12644 2002-04-05 [paul]       0.7.4claws65
12645
12646         * tools/filter_conv.pl
12647                 allow for collapsed folder trees
12648
12649 2002-04-05 [paul]       0.7.4claws64
12650
12651         * sync with 0.7.4cvs31
12652                 see ChangeLog entries 2002-04-05
12653
12654 2002-04-03 [paul]       0.7.4claws63
12655
12656         * sync with 0.7.4cvs29
12657                 see ChangeLog entries 2002-04-02 and 2002-04-03
12658
12659 2002-04-02 [paul]       0.7.4claws62
12660
12661         * sync with 0.7.4cvs26
12662                 see ChangeLog entry 2002-04-01
12663
12664 2002-04-02 [match]      0.7.4claws61
12665
12666         * src/pine.[ch]
12667         * src/importpine.[ch]
12668         * src/addressbook.c
12669                 import Pine address book.
12670
12671 2002-04-02 [match]      0.7.4claws60
12672
12673         * src/addrharvest.[ch]
12674                 improve address parsing of funky addresses.
12675
12676 2002-04-02 [darko]      0.7.4claws59
12677
12678         * src/compose.c
12679                 wrap on send improvements, it now recognizes quoted
12680                 initials as part of the quotation string, and it
12681                 does not join lines separated by CR
12682
12683 2002-04-01 [match]      0.7.4claws58
12684
12685         * src/mgutils.[ch]
12686                 added new functions.
12687         * src/mutt.[ch]
12688                 remove excessive duplicate address generation
12689                 on import.
12690
12691 2002-04-01 [alfons]     0.7.4claws57
12692         
12693         * src/summaryview.c
12694                 put back g_free() 
12695
12696 2002-04-01 [paul]       0.7.4claws56
12697
12698         * sync with 0.7.4cvs25
12699                 see ChangeLog entry 2002-04-01
12700
12701 2002-04-01 [alfons]     0.7.4aprilfool55
12702
12703         * src/summaryview.c
12704                 honour feature request item #537427 to allow for
12705                 displaying names from address book for sent mail also
12706
12707 2002-03-29 [paul]       0.7.4claws54
12708
12709         * src/mainwindow.c
12710           src/prefs_filtering.[ch]
12711           src/prefs_matcher.c
12712           src/summaryview.c
12713                 add 'fast filter' for claws' filtering,
12714                 /Tools/Create filter rule/... patch submitted
12715                 by Neill Miller <neillm@thecodefactory.org>
12716
12717 2002-03-29 [paul]       0.7.4claws53
12718
12719         * sync with 0.7.4cvs24
12720                 see ChangeLog entry 2002-03-29
12721
12722 2002-03-28 [paul]       0.7.4claws52
12723
12724         * sync with 0.7.4cvs23
12725                 see ChangeLog entry 2002-03-28
12726
12727 2002-03-27 [melvin]     0.7.4claws51
12728
12729         * src/prefs_actions.c
12730                 Added support to pass only one message part (as a
12731                 file) to the command using '%p'. No quotes are needed
12732                 because doubles quotes are automatically added.
12733                 Fixed bug where Sylpheed could block when waiting for
12734                 a child process to finish.
12735                 Changed the help menu to remove quotes around symbols to 
12736                 avoid misinterpretation (they must not be used).
12737
12738 2002-03-27 [melvin]     0.7.4claws50
12739
12740         * src/inc.c
12741                 Made the new mail notification command always 
12742                 execute asynchronously.
12743
12744 2002-03-27 [paul]       0.7.4claws49
12745
12746         * src/compose.c
12747                 fix bug introduced in last commit
12748
12749 2002-03-27 [paul]       0.7.4claws48
12750
12751         * sync with 0.7.4cvs21
12752                 see ChangeLog 2002-03-26 and 2002-03-27
12753
12754 2002-03-26 [hoa]        0.7.4claws47
12755
12756         * src/prefs_folder_item.c
12757                 really fixed the bug #516442 with folder rescan.
12758
12759 2002-03-26 [paul]       0.7.4claws46
12760
12761         * sync with 0.7.4cvs19
12762                 see ChangeLog entries 2002-03-25 and 2002-03-26
12763
12764 2002-03-25 [hoa]        0.7.4claws45
12765
12766         * src/matcher.c
12767         * src/mh.c
12768                 fix the bug #516442 with folder rescan.
12769
12770         * src/prefs_common.[ch]
12771         * src/compose.c
12772                 added an option to enable two different behaviours
12773                 for bounce.
12774
12775
12776 2002-03-25 [paul]       0.7.4claws44
12777
12778         * src/mainwindow.c
12779           src/selective_download.c
12780                 correct a few menuitem labels
12781
12782 2002-03-25 [christoph]  0.7.4claws43
12783
12784         * src/procmsg.c
12785                 fix non deleted tmp message in
12786                 procmsg_save_to_outbox
12787                 fix problems caused by sync with
12788                 main branch's procmsg_send_queue
12789
12790 2002-03-25 [paul]       0.7.4claws42
12791
12792         * src/quote_fmt.c
12793           src/quote_fmt_lex.l
12794           src/quote_fmt_parse.y
12795                 add Last name (%L) placeholder for quoting. 
12796                 patch submitted by Thorsten Thielen 
12797                 <thth@users.sourceforge.net>
12798
12799 2002-03-25 [paul]       0.7.4claws41
12800
12801         * src/utils.c
12802                 get full hostname. patch submitted by
12803                 Bob Woodside <rwoodside1@comcast.net>
12804
12805 2002-03-25 [paul]       0.7.4claws40
12806
12807         * src/account.c
12808           src/news.c
12809           src/nntp.[ch]
12810           src/prefs_account.[ch]
12811                 enable NNTP over SSL. patch submitted by
12812                 Pascal Jermini <pascal@infinity.hn.org>
12813
12814 2002-03-24 [paul]       0.7.4claws39
12815
12816         * src/prefs_common.c
12817                 make the arrangement of the Compose tab more
12818                 coherent
12819
12820         * src/mainwindow.c
12821                 fix some irregularities of style
12822
12823         * po/de.po
12824                 updated by Kilian Krause
12825
12826 2002-03-23 [paul]       0.7.4claws38
12827
12828         * po/pt_BR.po
12829                 updated by Fabio Junior Beneditto
12830
12831 2002-03-23 [paul]       0.7.4claws37
12832
12833         * src/mainwindow.c
12834                 move 'Gather addresses' to 'Tools' menu
12835                 make 'Selective download' sensitive
12836
12837 2002-03-23 [paul]       0.7.4claws36
12838
12839         * sync with 0.7.4cvs16
12840                 see ChangeLog entries 2002-03-23
12841
12842 2002-03-22 [christoph]  0.7.4claws35
12843
12844         * src/quote_fmt_parse.y
12845                 fix include program output
12846
12847 2002-03-22 [alfons]     0.7.4claws34
12848
12849         * src/pop.c
12850                 initialize GDate stack variable correctly (sorry!)
12851
12852 2002-03-22 [paul]       0.7.4claws33
12853
12854         * src/compose.c
12855           src/mainwindow.c
12856           src/prefs_actions.c
12857           src/prefs_common.c
12858                 rename 'Tool' to 'Tools'
12859
12860         * src/mainwindow.c
12861                 move 'Delete duplicated messages' from
12862                 'Message/' to 'Tools/'
12863                 re-arrange the order of 'Tools/' items
12864
12865 2002-03-22 [paul]       0.7.4claws32
12866
12867         * src/addr_compl.c
12868           src/addressbook.[ch]
12869                 auto-address completion now also matches on
12870                 Nickname. patch submitted by Bob Forsman 
12871                 <hammor@users.sourceforge.net>
12872
12873         * src/editaddress.c
12874                 correct a spelling mistake
12875
12876 2002-03-22 [alfons]     0.7.4claws31
12877
12878         * src/pop.c
12879                 fix getting uidl from incorrect string 
12880                 (spotted by Colin)
12881
12882 2002-03-21 [alfons]     0.7.4claws30
12883
12884         * src/pop.c
12885                 more code refactoring
12886                 plug mem leak introduced by delete on server
12887
12888 2002-03-21 [paul]       0.7.4claws29
12889
12890         * sync with 0.7.4cvs11
12891                 see ChangeLog entries 2002-03-20
12892
12893 2002-03-20 [alfons]     0.7.4claws28
12894
12895         * src/inc.c
12896                 apply Colin's patch and refactor
12897
12898 2002-03-20 [paul]       0.7.4claws27
12899
12900         * sync with sylpheed 0.7.4cvs9
12901                 see ChangeLog entry 2002-03-20
12902
12903 2002-03-19 [christoph]  0.7.4claws26
12904
12905         * src/mh.c
12906         * src/procmsg.[ch]
12907         * src/summaryview.c
12908                 revert changes for flag updates
12909                 (does not work correctly and no time to debug)
12910
12911 2002-03-20 [alfons]     0.7.4claws25
12912
12913         * src/pop.c
12914                 refactor should_delete() a little bit 
12915
12916 2002-03-19 [paul]       0.7.4claws24
12917
12918         * src/inc.[ch]
12919           src/pop.c
12920           src/prefs_account.[ch]
12921                 allow the user to leave downloaded mail on the 
12922                 server for n days. Patch submitted by Colin Leroy 
12923                 <colin@colino.net>
12924
12925 2002-02-19 [paul]       0.7.4claws23
12926
12927         * sync with sylpheed 0.7.4cvs8
12928                 see ChangeLog entries 2002-03-19
12929
12930 2002-03-18 [paul]       0.7.4claws22
12931
12932         * sync with sylpheed 0.7.4cvs6
12933                 see ChangeLog entry 2002-03-18
12934
12935 2002-03-18 [paul]       0.7.4claws21
12936
12937         * po/en_GB.po
12938                 add en_GB message catalogue
12939
12940         * src/mbox_folder.c
12941           src/prefs_account.c
12942           src/prefs_actions.c
12943                 correct a few spelling mistakes
12944
12945 2002-03-17 [alfons]     0.7.4claws20
12946
12947         * src/matcher.c
12948                 more stringent checks for NULL params when writing
12949                 filtering actions to a file
12950                 
12951 2002-03-17 [hoa]        0.7.3claws20
12952
12953         * src/news.c
12954                 fixed the count of new messages
12955
12956         * src/compose.c
12957                 fixed the "attachment properties" window
12958
12959 2002-03-17 [paul]       0.7.4claws19
12960
12961         * src/defs.h
12962           src/folder.h
12963           src/news.c
12964           src/prefs_account.[ch]
12965           src/procmsg.[ch]
12966           src/summaryview.c
12967                 automatically mark cross-posted messages as read 
12968                 and (optionally) give them a colour label
12969                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12970                 
12971
12972 2002-03-17 [paul]       0.7.4claws18
12973
12974         * sync with sylpheed 0.7.4cvs5
12975                 see ChangeLog entry 2002-03-17
12976
12977 2002-03-17 [melvin]     0.7.4claws17
12978         
12979         * src/textview.c
12980                 Worked around a gtktext 'bug': when searching for 
12981                 a text in a long message it was scrolling slowly
12982                 line by line until it hit the searched text.
12983         * po/fr.po
12984                 Updated French translation
12985
12986 2002-03-17 [melvin]     0.7.4claws16
12987
12988         * src/mainwindow.c
12989         * src/compose.c
12990         * src/prefs_actions.c
12991                 Moved "Edit/Actions" to "Tool/Actions"
12992                 Made mainwindow/compose window sensitive as soon as
12993                 no child process is running anymore even if the io dialog
12994                 is open.
12995                 Fixed a struct being initialized with a non constant char*
12996
12997 2002-03-16 [christoph]  0.7.4claws15
12998
12999         * configure.in
13000                 add --with-compiler-flags option
13001                 (only for developer hacking)
13002         * src/mh.c
13003         * src/procmsg.[ch]
13004         * src/summaryview.c
13005                 try to make folder-stats and flag handling more
13006                 independent from the summaryview. msgcounts
13007                 are only set when the folder is opened and
13008                 procmsg_msginfo_(un)set_flags will handle it
13009                 later and summaryview will get the values
13010                 from the folder.
13011
13012 2002-03-16 [paul]       0.7.4claws14
13013
13014         * src/messageview.c
13015                 fix Return-receipt. Patch submitted by Bob
13016                 Woodside <rwoodside1@comcast.net>
13017
13018 2002-03-16 [paul]       0.7.4claws13
13019
13020         * src/compose.c
13021                 fix 'dynamic' signatures, make it work again
13022                 broken during sync on 2002-03-14 (0.7.4claws2)
13023
13024 2002-03-15 [match]      0.7.4claws12
13025
13026         * src/addrharvest.[ch]
13027         * src/addrgather.[ch]
13028         * src/addressbook.[ch]
13029         * src/mainwindow.c
13030                 included address harvester feature. still some
13031                 issues with address parsing that I will fix.
13032
13033 2002-03-15 [match]      0.7.4claws11
13034
13035         * src/addrbook.[ch]
13036         * src/addrcache.[ch]
13037         * src/addressbook.[ch]
13038         * src/addrindex.c
13039         * src/editbook.c
13040         * src/importldif.c
13041         * src/importmutt.c
13042         * src/jpilot.[ch]
13043         * src/main.c
13044         * src/syldap.[ch]
13045         * src/vcard.[ch]
13046                 tidy up. fix memory leaks. moved attribs and methods
13047                 from individual interfaces to addrcache object. prep
13048                 for new stuff to come in.
13049
13050 2002-03-15 [alfons]     0.7.4claws10
13051
13052         * src/matcher.[ch]
13053         * src/matcher_parser_parse.y
13054         * src/matcher_parser_lex.l
13055         * src/prefs_matcher.c
13056                 add filtering conditions message greater than, smaller 
13057                 than, and exactly matching a size in bytes
13058                 (does not work with delete from POP3 server yet)
13059
13060                 this should also give others an idea what you should
13061                 do to add new criterions to claws filtering system
13062                 
13063
13064 2002-03-15 [paul]       0.7.4claws9
13065
13066         * tools/filter_conv.pl
13067                 exit if there are no filter rules to convert
13068                 rename filterrc to filterrc.old after completion
13069
13070 2002-03-15 [paul]       0.7.4claws8
13071
13072         * sync with sylpheed 0.7.4cvs3
13073                 see ChangeLog entry 2002-03-14
13074
13075 2002-03-14 [paul]       0.7.4claws7
13076
13077         * src/compose.c
13078                 clean up the last commit (ahem)
13079
13080 2002-03-14 [paul]       0.7.4claws6
13081
13082         * src/compose.c
13083                 fix bug #515655. honour account preferences
13084                 regarding gpg default signing/encryption when 
13085                 changing account from the compose window.
13086
13087 2002-03-14 [paul]       0.7.4claws5
13088
13089         * src/folderview.c
13090                 remove unnecessary curly brackets
13091
13092 2002-03-14 [paul]       0.7.4claws4
13093
13094         * src/folderview.c
13095           src/prefs_filtering.[ch]
13096                 add filter rename on folder rename and filter
13097                 delete on folder delete. Patch submitted by
13098                 Neill Miller <neillm@thecodefactory.org> 
13099
13100 2002-03-14 [christoph]  0.7.4claws3
13101
13102         * src/procmsg.c
13103         * src/send.c
13104                 fix local delivery
13105                 (patch submitted by "Simon 'corecode' Schubert")
13106         * src/prefs_common.c
13107         * src/procmsg.c
13108                 fix gcc 3.0 warning
13109
13110 2002-03-14 [paul]       0.7.4claws2
13111
13112         * sync with sylpheed 0.7.4cvs2
13113                 see ChangeLog entry 2002-03-13
13114
13115 2002-03-12 [darko]      0.7.4claws1
13116
13117         * src/mainwindow.c
13118                 fix what seems to be a copy and paste error
13119                 when setting color for important messages
13120                 (reported by wwp)
13121
13122 2002-03-11 [paul]       version 0.7.4claws released
13123
13124 2002-03-11 [paul]       0.7.4claws
13125
13126         * po/es.po
13127           po/it.po
13128           po/nl.po
13129           po/pt_BR.po
13130                 update message catalogs. Submitted by Ricardo Mones 
13131                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13132                 Fabio Junior Beneditto
13133
13134         * configure.in
13135           faq/Makefile.am
13136           faq/it/Makefile
13137           faq/it/sylpheed-faq*
13138           src/mainwindow.c
13139           src/manual.[ch]
13140                 add FAQ in Italian
13141         
13142
13143 2002-03-11 [jens]       0.7.3claws7
13144
13145         * po/de.po
13146                 updated German translation
13147
13148 2002-03-11 [melvin]     0.7.3claws6
13149
13150         * po/fr.po
13151                 updated and corrected French translation
13152
13153 2002-03-10 [hoa]        0.7.3claws5
13154
13155         * src/account.c
13156         * src/inc.c
13157         * src/prefs_account.c
13158         * src/procmsg.c
13159         * src/send.[ch]
13160                 fixed the local account.
13161                 you have to change the default "/usr/sbin/sendmail"
13162                 to "/usr/sbin/sendmail -t" in the preferences of
13163                 the local account.
13164
13165         * src/procmime.c
13166                 removed some debug display for renderer
13167
13168 2002-03-10 [paul]       0.7.3claws4
13169
13170         * faq/en/sylpheed-faq-1.html
13171           faq/en/sylpheed-faq-2.html
13172                 update
13173
13174 2002-03-09 [paul]       0.7.3claws3
13175
13176         * sync with sylpheed 0.7.4
13177                 see ChangeLog entry 2002-03-09
13178
13179 2002-03-08 [paul]       0.7.3claws2
13180
13181         * faq/en/sylpheed-faq*
13182           faq/es/sylpheed-faq*
13183           faq/fr/sylpheed-faq*
13184                 update the FAQs
13185
13186         * manual/fr/.cvsignore
13187           manual/fr/Makefilea.am
13188           manual/fr/sylpheed*
13189           src/mainwindow.c
13190           src/manual.[ch]
13191                 add the French manual
13192
13193 2002-03-07 [paul]       0.7.3claws1
13194
13195         * sync with sylpheed 0.7.3cvs4
13196                 see ChangeLog entries  2002-03-06 and 2002-03-07
13197         
13198         * po/nl.po
13199                 updated by Wilbert Berendsen
13200
13201 2002-03-07 [melvin]     0.7.2claws34
13202
13203         * src/selective_download.c
13204                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13205
13206 2002-03-06 [paul]       0.7.2claws33
13207
13208         * sync with sylpheed 0.7.3cvs1
13209                 bug fix, see ChangeLog entry 2002-03-05
13210
13211 2002-03-05 [paul]       0.7.2claws32
13212
13213         * src/mimeview.c
13214           src/pgptext.[ch]
13215           src/procmsg.c
13216                 reverse the pgp ascii-armored code implemented in 
13217                 0.7.2claws16. removal of this code until it matures.
13218                 this means that verifying ascii-armored pgp sigs and
13219                 automatic decryption of ascii-armored encrypted
13220                 messages no longer works.
13221
13222 2002-03-05 [paul]       0.7.2claws31
13223
13224         * configure.in
13225           Makefile.am
13226         * faq/Makefile.am
13227         * faq/en/Makefile.am
13228           faq/en/sylpheed-faq.html
13229           faq/en/sylpheed-faq-1.html
13230           faq/en/sylpheed-faq-2.html
13231           faq/en/sylpheed-faq-3.html
13232         * faq/es/Makefile.am
13233           faq/es/sylpheed-faq.html
13234           faq/es/sylpheed-faq-1.html
13235           faq/es/sylpheed-faq-2.html
13236           faq/es/sylpheed-faq-3.html
13237           faq/es/sylpheed-faq-4.html
13238         * faq/fr/Makefile.am
13239           faq/fr/sylpheed-faq.html
13240           faq/fr/sylpheed-faq-1.html
13241           faq/fr/sylpheed-faq-2.html
13242           faq/fr/sylpheed-faq-3.html
13243         * src/Makefile.am
13244           src/defs.h
13245           src/mainwindow.c
13246           src/manual.[ch]
13247                 add FAQs in English, Spanish and French
13248
13249
13250 2002-03-05 [paul]       0.7.2claws30
13251
13252         * manual/en/sylpheed.html
13253           manual/en/sylpheed-XX.html
13254                 updated the English manual
13255
13256 2002-03-05 [hoa]        
13257
13258         * src/summaryview.c
13259                 dialog box pops up if the article can't be deleted.
13260
13261 2002-03-04 [paul]       
13262         
13263         * po/pt_BR.po
13264                 updated by Fabio Junior Benedito
13265
13266 2002-03-04 [hoa]
13267
13268         * removed ac/gpgme.m4
13269                 to avoid autogen common problem
13270                 developers have to install gpgme development package now
13271
13272         * src/compose.c
13273                 encoding to 7bit or 8bit is enabled.
13274
13275 2002-03-03 [alfons]     0.7.2claws29
13276
13277         * src/pop.c
13278                 merge fix by Oliver Haertel for selective
13279                 download buglet
13280
13281 2002-03-03 [paul]       0.7.2claws28
13282         
13283         * sync with sylpheed 0.7.3
13284
13285 2002-03-03 [paul]       0.7.2claws27
13286
13287         * sync with sylpheed 0.7.2cvs24
13288                 see ChangeLog entries 2002-03-02 and 2002-03-03
13289
13290 2002-03-02 [melvin]     0.7.2claws26
13291
13292         * src/inc.[ch]
13293         * src/main.c
13294         * src/mainwindow.c
13295         * src/prefs_common.[ch]
13296                 Added user definable notification on new mail arrival.
13297                 Removed unused variables in spell checker prefs code.
13298
13299 2002-03-02 [melvin]     0.7.2claws25
13300
13301         * src/quote_fmt.c
13302                 Removed unnecessary escape sequences.
13303                 Changed 'Initial...' to 'Initials of Sender'
13304
13305 2002-03-02 [paul]       0.7.2claws24
13306
13307         * sync with sylpheed 0.7.2cvs22
13308                 see ChangeLog entry 2002-03-01
13309
13310 2002-03-01 [hoa]        0.7.2claws23
13311
13312         * src/mainwindow.c
13313                 Set sensitivity of delete actions to active
13314                 even if the folder is a newsgroup.
13315
13316         * src/summaryview.c
13317                 - Set sensitivity of delete actions
13318                 - Added function check_permission() that will check if the
13319                   user is authorized to delete a message. For news, it
13320                   will check if the author is the same.
13321                 - Enabled deletion when there is no trash folder.
13322
13323         * src/news.[ch]
13324                 - Added news_cancel_article() to cancel articles
13325                 - Implemented news_remove_message() (public function)
13326
13327 2002-03-01 [paul]       0.7.2claws22
13328
13329         * src/gtkutils.c
13330           src/textview.c
13331                 recognise urls that that don't include 'http://' and
13332                 simply begin 'www.' 
13333
13334         * AUTHORS
13335                 remove duplicated name
13336
13337 2002-02-28 [paul]       0.7.2claws21
13338
13339         * src/mainwindow.c
13340           src/summaryview.[ch]
13341                 add ability to 'Select thread'
13342                 combines Melvin's "Select thread's head" patch (#510907)
13343                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13344                 patch (#518514) 
13345
13346 2002-02-28 [paul]       0.7.2claws20
13347
13348         * src/mimeview.c
13349                 hopefully fix segfault on right-clicking a mime part
13350                 that some people have experienced.      
13351                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13352
13353 2002-02-28 [paul]       0.7.2claws19
13354
13355         * sync with sylpheed 0.7.2cvs21
13356                 see ChangeLog entries 2002-02-27 and 2002-02-28
13357
13358 2002-02-27 [paul]       0.7.2claws18
13359
13360         * sync with sylpheed 0.7.2cvs18
13361                 see ChangeLog entries 2002-02-26 and 2002-02-27
13362
13363 2002-02-26 [alfons]     0.7.2claws17
13364
13365         * src/procheader.c
13366                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13367                 (spotted by Chris Hessman <idatech@gmx.net>)
13368
13369 2002-02-26 [paul]       0.7.2claws16
13370
13371         * src/mimeview.c
13372           src/pgptext.[ch]
13373           src/procmsg.c
13374                 make decryption of ascii-armored pgp encrypted messages
13375                 and verification of ascii-armored signatures work again.
13376                 slightly altered from the patch by Jens Jahnke 
13377                 <jan0sch@gmx.net>
13378
13379                 ##FIX ME##
13380                 * the checking of plaintext signatures always comes up in 
13381                   a popup box
13382                 * it doesn't work for multipart messages 
13383                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13384                   including the msg headers and these 2 line themselves, are 
13385                   not displayed
13386
13387         * src/mainwindow.c
13388                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13389                 "View/Message View" becomes "View/Separate Message View"
13390                 because its less ambiguous.
13391
13392         * po/es.po
13393                 updated by Ricardo Mones Lastra
13394
13395 2002-02-26 [paul]       0.7.2claws15
13396
13397         * sync with sylpheed 0.7.2cvs17
13398                 see ChangeLog entries 2002-02-25 and 2002-02-26
13399
13400 2002-02-25 [christoph]  0.7.2claws14
13401
13402         * src/filtering.[ch]
13403         * src/inc.c
13404                 do filtering stuff after all messages have been received
13405                   1. drop all messages to .processing
13406                   2. scan processing folder for messages
13407                   3. filter messages or move to inbox
13408                 this will also find old messages left in processing after
13409                 a crash or something like that and we get a real msginfo
13410                 from folder->get_msg_list and do not have to create our
13411                 own in filter_message
13412         * src/matcher_parser_parse.y
13413                 remove MIX/MAX warning (reordered includes)
13414
13415 2002-02-25 [paul]       0.7.2claws13
13416
13417         * sync with sylpheed 0.7.2cvs15
13418                 see ChangeLog entry 2002-02-24
13419
13420 2002-02-24 [alfons]     0.7.2claws12
13421
13422         * src/filtering.c
13423                 clear old color flags first when applying a new color to
13424                 a message info. 
13425                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13426
13427 2002-02-24 [alfons]     0.7.2.claws11
13428         
13429         * AUTHORS
13430         * src/prefs_common.c
13431                 add presets for Opera and Konqueror, closes patch #517261,
13432                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13433
13434 2002-02-24 [alfons]     0.7.2.claws10
13435
13436         * AUTHORS
13437         * src/summaryview.c
13438                 fix threading for null message ids, closes patch #521601,
13439                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13440
13441 2002-02-24 [alfons]     0.7.2claws9
13442
13443         * src/summaryview.c
13444         * src/filtering.c
13445                 make Tool | Filter Message work with filtering system so
13446                 setting flags also works
13447
13448                 TODO:
13449
13450                 - Processing uses the same function as Tool | Filter
13451                   Message, but doesn't use the same update proc yet
13452
13453 2002-02-23 [paul]       0.7.2claws8
13454
13455         * sync with sylpheed 0.7.2cvs14
13456                 see ChangeLog entries 2002-02-22 and 2002-02-23
13457
13458 2002-02-22 [christoph]  0.7.2claws7
13459
13460         * src/quote_fmt.c
13461                 Add column space to table
13462         * src/quote_fmt_parse.y
13463                 Close files
13464
13465 2002-02-22 [paul]       0.7.2claws6
13466
13467         * src/Makefile.am
13468           src/defs.h
13469           src/filtering.c
13470           src/inc.[ch]
13471           src/mainwindow.c
13472           src/matcher.[ch]
13473           src/matcher_parser_lex.l
13474           src/matcher_parser_parse.y
13475           src/pop.[ch]
13476           src/prefs_account.h
13477           src/prefs_filtering.c
13478           src/selective_download.[ch]   *** NEW FILES ***
13479           src/utils.[ch]
13480           po/POTFILES.in
13481                 Selective Download added to 'Tool' menu. 
13482                 Retrieves email headers of the currently selected pop3 
13483                 account and allows the user to mark emails for deletion 
13484                 right on the pop3 server. Patch submitted by Oliver Haertel 
13485                 <oha@users.sourceforge.net>.
13486         
13487         * po/POTFILES.in
13488                 add 'src/quote_fmt.c'           
13489
13490 2002-02-22 [christoph]  0.7.2claws5
13491
13492         * src/Makefile.am
13493                 added quote_fmt.c
13494         * src/prefs_common.[ch]
13495         * src/prefs_template.c
13496         * src/quote_fmt.c               *** NEW FILE ***
13497         * src/quote_fmt.h
13498                 move quote format symbol description code
13499                 to it's own file because it is used from
13500                 differnent code parts
13501                 Rewrote symbol description GUI
13502                   + use table
13503                   + add separators
13504                   + get data from array (no more long constant strings)
13505         * src/quote_fmt_lex.l
13506         * src/quote_fmt_parse.y
13507                 Symbol for Literal % changed to \% instead of %%
13508                 (More logical as \ is used for quoting for other symbols)
13509                 Add |f and |p to include files and program output
13510                 Examples:
13511                     |f{/home/.../.signature}
13512                     |p{date}
13513         * po/de.po
13514                 Correct wrong spelling for "Referenzen"
13515
13516 2002-02-21 [paul]       0.7.2claws4
13517
13518         * src/procmsg.c
13519                 forgotten during sync
13520
13521 2002-02-21 [paul]       0.7.2claws3
13522
13523         * sync with sylpheed 0.7.2cvs11
13524                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13525                 2002-02-20 and 2002-02-21
13526
13527 2002-02-20 [melvin]     0.7.2claws2
13528
13529         * src/prefs_actions.c
13530                 Added error report when child cannot fork or when execvp 
13531                 returns with an error.
13532
13533 2002-02-19 [christoph]  0.7.2claws1
13534
13535         * src/codeconv.c
13536                 return unconverted text if conde conversion is not possible
13537                 when libjconv is used.
13538                 (patch submitted by "Simon 'corecode' Schubert")
13539
13540 2002-02-19 [paul]       
13541
13542         * version 0.7.2claws release
13543
13544 2002-02-19 [paul]       0.7.2claws
13545
13546         * po/nl.po
13547                 updated by Wilbert Berendsen
13548
13549
13550 2002-02-18 [alfons]     0.7.1claws13
13551
13552         * src/syldap.c
13553         * src/jpilot.c
13554                 remove references to dlfcn and explicitly loading functions
13555                 from dynalink libs, because libs linked anyway, and functions
13556                 are loaded explicitly
13557
13558 2002-02-17 [melvin]     0.7.1claws12
13559
13560         * src/prefs_actions.c
13561                 Replaced children wait loop with double fork technique.
13562                 Now, input/output window updated at each new output.
13563                 free_children(): Fixed a memory leak.
13564                 Made input/output window non closable if running children
13565                 still exist.
13566                 Added missing <unistd.h> include.
13567                 Added some --debug outputs.
13568
13569 2002-02-17 [melvin]     0.7.1claws11
13570
13571         * src/summaryview.c
13572                 Fixed bug where descending sort order did not select top
13573                 message.
13574
13575 2002-02-17 [melvin]     0.7.1claws10
13576
13577         * acconfig.h
13578                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13579         * src/prefs_common.c
13580                 Pspell data package directory no more hard coded but
13581                 set during configuration (PSPELL_PATH). (Thanks to 
13582                                 Gustavo Noronha Silva.)
13583
13584 2002-02-17 [melvin]     0.7.1claws9
13585
13586         * configure.in
13587                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13588         * src/gtkspell.c
13589                 Fixed compile-time warnings.
13590
13591 2002-02-16 [alfons]     0.7.1claws8
13592
13593         * src/filesel.c
13594                 fix inadvertent free of NULL pointer which caused
13595                 sylpheed to crash when closing the save-as dialog
13596                 using the window close button
13597
13598 2002-02-16 [carsten]    0.7.1claws7
13599         * src/mainwindow.[ch]
13600           src/summaryview.c
13601           src/prefs_common.c
13602                 fixes for pixmap theming code:
13603                         - recently changed mail attributes shouldn't get
13604                           lost any longer
13605                         - theme is only reloaded iff another theme was
13606                           selected
13607
13608 2002-02-16 [paul]       0.7.1claws6
13609
13610         * sync with sylpheed 0.7.2 release
13611                 see ChangeLog entry 2002-02-15 and 2002-02-16
13612
13613 2002-02-15 [paul]       0.7.1claws5
13614
13615         * sync with sylpheed 0.7.1cvs9
13616                 see ChangeLog entry 2002-02-15
13617
13618         * po/POTFILES.in
13619                 remove unneeded headerwindow.c entry
13620
13621 2002-02-14 [carsten]    0.7.1claws4
13622         * src/summaryview.c
13623                 fixed a bug for "Go to next unread message": there was
13624                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13625                 in the prefs, because of doing "Search again" instead
13626                 "No"
13627
13628 2002-02-14 [carsten]    0.7.1claws3
13629         * src/stock_pixmap.c
13630                 removed 2 more mem leaks; following memprof,
13631                 this code is "leak free" now :)
13632
13633 2002-02-14 [carsten]    0.7.1claws2
13634         * src/stock_pixmap.c
13635                 used opendir/readdir/closedir instead of scandir
13636                 -> code should work now on Solaris
13637
13638 2002-02-14 [paul]       0.7.1claws1
13639
13640         * sync with sylpheed 0.7.1cvs8
13641                 see ChangeLog entries 2002-02-13 and 2002-02-14
13642
13643         * README.claws
13644                 add some description of Actions and Pixmap Themes
13645
13646 2002-02-13 [paul]       
13647
13648         * version 0.7.1claws release
13649
13650 2002-02-13 [paul]       0.7.1claws
13651
13652         * po/es.po
13653           po/it.po
13654           po/pt_BR.po
13655                 updated translations, submitted by Ricardo Mones Lastra,
13656                 Alessandro Maestri and Fabio Junior Beneditto
13657
13658 2002-02-13 [melvin]     0.7.0claws75
13659
13660         * src/prefs_actions.c
13661                 Added missing "signal.h" include
13662
13663 2002-02-13 [melvin]     0.7.0claws74
13664
13665         * src/prefs_folder_item.c
13666                 Added missing "config.h" include
13667         * po/fr.po
13668                 Updated French translation for folder propriety.
13669
13670 2002-02-13 [jens]       0.7.0claws73
13671
13672         * po/POTFILES.in
13673                 Added missing src/prefs_folder_item.c [log added by melvin]
13674         * po/de.po
13675                 Updated German translation.
13676
13677 2002-02-13 [melvin]     0.7.0claws72
13678
13679         * po/fr.po
13680                 Updated French translation.
13681
13682 2002-02-13 [melvin]     0.7.0claws71
13683
13684         * src/gtkutils.c
13685                 Made gtkut_editable_get_selection return NULL if selection
13686                 is of length zero.
13687                 This fixes a bug where selecting part of message A then
13688                 switching to message B and replying to it will not
13689                 quote the message's body.
13690
13691 2002-02-12 [paul]       0.7.0claws70
13692
13693         * src/mainwindow.c
13694                 cosmetic, relating to pixmap themes: on toolbar make 
13695                 updating of 'Exec' and 'Compose news/Compose email'
13696                 icons faster.
13697
13698 2002-02-12 [carsten]    0.7.0claws69
13699         * src/folderview.c
13700           src/mainwindow.[ch]
13701           src/stock_pixmap.c
13702           src/summaryview.c
13703           src/prefs_common.c
13704                 - refreshing after changing pixmap theme better
13705                   now (thanks Paul)
13706                 - wanted to remove some mem leaks, but alfons was
13707                   faster (and had the better solution ;)
13708
13709 2002-02-12 [alfons]     0.7.0claws68
13710
13711         * src/prefs_common.c
13712         * src/stock_pixmap.[ch]
13713                 plug mem leaks, refactor code a little bit
13714
13715
13716 2002-02-12 [sergey]     0.7.0claws67
13717
13718         * src/imap.c
13719                 Fixed problem with copying messages to IMAP folders when the
13720                 server uses something other than '/' as a namespace separator
13721                 (cyrus-imapd uses '.').
13722
13723 2002-02-12 [jens]       0.7.0claws66
13724
13725         * po/de.po
13726                 Updated German Translation
13727
13728 2002-02-12 [paul]       0.7.0claws65
13729
13730         * sync with sylpheed 0.7.1cvs1
13731                 see ChangeLog entry 2002-02-12
13732
13733 2002-02-12 [melvin]     0.7.0claws64
13734
13735         * src/prefs_actions.c
13736                 Fixed "feature" where children's output was duplicated 
13737                 instead of refreshed while monitoring.
13738                 Removed some debug code.
13739
13740 2002-02-12 [christoph]  0.7.0claws63
13741
13742         * src/compose.c
13743                 always delete message from queue after sending/send error
13744                 (closes bug #509601)
13745
13746 2002-02-12 [melvin]     0.7.0claws62
13747
13748         * src/prefs_actions.c
13749                 Children wait loop is now triggered with a timeout of 1s
13750                 Added %F which is replaced with the list of filenames 
13751                 of all selected messages (as suggested by Ricardo Mones Lestra)
13752                 Pipe syntax changed. Prefix with | to send selection, postfix
13753                 with | to retrieve output. Prefix with > or * to send
13754                 user definable input to the command (*: input is hidden)
13755                 Old pipe action should now be postfixed with |, too.
13756
13757 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13758         * src/stock_pixmap.c
13759                 fixed a bug: if there's no theme directory don't
13760                 throw an error, just do "nothing" (thanks Alfons)
13761
13762 2002-02-12 [carsten]    0.7.0claws60
13763         * src/folderview.c
13764           src/summaryview.c
13765                 had to write the cache twice (nasty!); some marks would 
13766                 get lost if not
13767
13768 2002-02-11 [carsten]    0.7.0claws59
13769         * acconfig.h
13770           configure.in
13771           doc-src/maintainer_guide.txt
13772           src/compose.[ch]
13773           src/defs.h
13774           src/folderview.[ch]
13775           src/gtkutils.[ch]
13776           src/mainwindow.[ch]
13777           src/prefs_common.[ch]
13778           src/stock_pixmap.[ch]
13779           src/summaryview.[ch]
13780                 pixmap theming and related work on pixmap
13781                 handling on some other places
13782                 (e.g. hrm features for all folder)
13783           src/pixmap/stock_*.xpm -> the stock_ was removed
13784         
13785 2002-02-11 [paul]       0.7.0claws58
13786
13787         * sync with sylpheed 0.7.1 release
13788                 see ChangeLog entries 2002-02-11
13789
13790 2002-02-08 [paul]       0.7.0claws57
13791
13792         * sync with sylpheed 0.7.0cvs39
13793                 see ChangeLog entry 2002-02-07 (last entry) 
13794
13795         * src/prefs_actions.c
13796           src/prefs_filtering.c
13797           src/prefs_matcher.c
13798           src/prefs_scoring.c
13799                 sync: made it compile with C compilers other than gcc
13800
13801 2002-02-07 [paul]       0.7.0claws56
13802
13803         * sync with sylpheed 0.7.0cvs38
13804                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13805                 2002-02-07
13806
13807 2002-02-07 [darko]      0.7.0claws55
13808
13809         * src/gtkutils.[ch]
13810         * src/summaryview.c
13811                 Fix const gchar */gchar * issue (thanks Hiro)
13812
13813 2002-02-07 [darko]      0.7.0claws54
13814
13815         * src/compose.[ch]
13816         * src/filtering.c
13817         * src/gtkutils.[ch]
13818         * src/prefs_template.c
13819         * src/quote_fmt.h
13820         * src/quote_fmt_parse.y
13821         * src/summaryview.c
13822         * src/utils.[ch]
13823                 When replying or forwarding an email don't quote the entire
13824                 mail body but use the part of the message text that is selected
13825
13826 2002-02-06 [melvin]     0.7.0claws53
13827
13828         * src/prefs_common.[ch]
13829         * src/gtkspell.[ch]
13830         * src/compose.c
13831                 Made possible to switch quickly to last used dictionary
13832                 which makes checking bilingual documents easier.
13833
13834 2002-02-06 [melvin]     0.7.0claws52
13835         
13836         * po/POTFILES.in
13837                 Added forgotten new file src/prefs_actions.c
13838
13839 2002-02-06 [melvin]     0.7.0claws51
13840
13841         * src/prefs_actions.c   ** NEW FILE **
13842         * src/prefs_actions.h   ** NEW FILE **
13843                 Added actions to execute on message text view, or on the
13844                         message's file.
13845         * src/Makefile.am
13846                 Added src/prefs_actions.[ch]
13847         * src/compose.c
13848                 Added new menu "Edit/Actions"
13849         * src/defs.h
13850                 Added new actionsrc file.
13851         * src/main.c
13852                 Added actionsrc reading.
13853         * src/mainwindow.c
13854                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13855         * src/prefs_common.h
13856                 Added new element actionslst element to prefs_common.
13857
13858 2002-02-06 [paul]       0.7.0claws50
13859
13860         * sync with sylpheed 0.7.0cvs36
13861                 see ChangeLog entry 2002-02-06
13862
13863 2002-02-05 [paul]
13864
13865         * po/es.po
13866                 updated by Ricardo Mones Lastra
13867
13868 2002-02-05 [paul]       0.7.0claws49
13869
13870         * sync with sylpheed 0.7.0cvs33
13871                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13872
13873 2002-02-05 [paul]       0.7.0claws48
13874
13875         * src/compose.c
13876                 re-add 'Edit/Advanced/Delete entire line', previously named
13877                 'Delete Line+'
13878
13879 2002-02-04 [paul]       0.7.0claws47
13880
13881         * src/compose.c
13882           src/summaryview.c
13883                 fix bug #494993 (Reply All not taking Reply-To into consi)
13884                 eliminate differences in behaviour of right-click 'Reply to all' 
13885                 in summary view and 'Reply to all' on the toolbar. 
13886                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13887                 view and From gets ignored by 'Reply to all' on toolbar.
13888                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13889                 From when no Reply-To header is present.
13890
13891 2002-02-04 [paul]       0.7.0claws46
13892
13893         * sync with sylpheed 0.7.0cvs30
13894                 see ChangeLog entries 2002-02-03 and 2002-02-04
13895
13896 2002-02-03 [melvin]     0.7.0claws45
13897
13898         * src/gtkspell.[ch]
13899                 Readded function to highlight all misspelled words.
13900                 Fixed bug where user-provided-words did not replace
13901                         correctly the misspelled word when using the mouse.
13902                 Fixed bug where checking a region selected from right to left did
13903                         not check the region at all.
13904                 Fixed bug where 'Check backwards' may not check at all. 
13905                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13906                 Fixed possible buffer overflow when checking for long strings (>1k).
13907                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13908                 Accelerators code uses now gtk_widget_add_accel.
13909                 Removed and disabled obsolete and unfinished code.
13910                 Cleaning up.
13911
13912         * src/compose.c
13913                 Added menu item to Highlight all misspelled words.
13914
13915 2002-02-01 [paul]       0.7.0claws44
13916
13917         * src/mainwindow.c
13918                 fix '/View/Hide read messages' sensitivity when all
13919                 messages in a folder are hidden
13920
13921 2002-02-01 [paul]       0.7.0claws43
13922
13923         * src/main.c
13924                 add --send option to command line interface, sends all
13925                 queued mail. Patch submitted by Ricardo Mones Lastra.
13926
13927 2002-01-31 [paul]       0.7.0claws42
13928
13929         * src/mainwindow.c
13930                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13931
13932 2002-01-31 [paul]       0.7.0claws41
13933
13934         * sync with sylpheed 0.7.0cvs27
13935                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13936                 and 2002-01-31
13937
13938         * src/textview.c
13939                 comment out elements of textview_show_part() as temporary
13940                 workaround for attachment 'Display as text' bug 
13941
13942         * po/pt_BR.po
13943                 updated by Fabio Junior Beneditto
13944
13945 2002-01-30 [paul]       0.7.0claws40
13946
13947         * sync with sylpheed 0.7.0cvs24
13948                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13949                 and 2002-01-30
13950
13951         * src/compose.c
13952                 add {N_("/_Spelling"), ... "<Branch>"} to 
13953                 GtkItemFactoryEntry compose_entries[]
13954
13955         * src/prefs_common.c
13956                 add claws menu items to prefs_keybind_apply_clicked()
13957                 and remove non-claws menu items
13958
13959 2002-01-29 [paul]       0.7.0claws39
13960
13961         * sync with sylpheed 0.7.0cvs22
13962                 see ChangeLog entries 2002-01-28 and 2002-01-29
13963
13964 2002-01-28 [melvin]     0.7.0claws38
13965
13966         * src/compose.c
13967                 Added the declartion of compose_send_control_enter.
13968
13969         * src/compose.c
13970         * src/gtkspell.[ch]
13971                 Added in a 'Spelling' menu which includes the configuration menu. 
13972                 Added a real 'Check all' and got rid from the old one which only
13973                 highlited misspelled word.
13974                 Made 'Check while typing' a disableable option.
13975                 Added a dialog when there are no more misspelled word.
13976                 Added a dialog if error occurs when switching to a dictionary.
13977         
13978         * src/prefs_common.[ch]
13979                 Added option for the default 'Check while typing' option.
13980
13981
13982 2002-01-28 [alfons]     0.7.0claws37
13983
13984         * src/compose.c
13985                 fix buglet and make code comply with sylpheed code style
13986
13987 2002-01-28 [paul]       0.7.0claws36
13988
13989         * sync with sylpheed 0.7.0cvs19
13990                 see ChangeLog entries for 2002-01-28
13991
13992 2002-01-28 [hoa]        0.7.0claws35
13993
13994         * src/defs.h
13995                 added rendererrc
13996
13997         * src/main.c
13998                 read the renderer config
13999
14000         * src/procmime.[ch]
14001                 use the renderer config to convert mime attachments
14002
14003         * src/textview.c
14004                 don't use textview_show_html/ertf,
14005                 use get_text_content instead
14006
14007 2002-01-27 [alfons]     0.7.0claws34
14008         
14009         * src/news.c
14010                 make sylpheed believe it can delete a news message...
14011                 (messages are NOT deleted, maybe we should remove
14012                 processing from the folder properties after all.)
14013
14014 2002-01-27 [alfons]     0.7.0claws33
14015
14016         * src/folder.c
14017                 add extra checks
14018         * src/news.c
14019                 implement remove_msg() 
14020
14021 2002-01-27 [alfons]     0.7.0claws32
14022
14023         * src/procmsg.h
14024         * src/procheader.c
14025         * src/messageview.c
14026                 fix return receipt / disposition notification again. this
14027                 stuff seems to break on _every_ major summary UI change, so
14028                 it's now implemented using a flag which is saved in the
14029                 marks cache
14030                 
14031 2002-01-26 [alfons]     0.7.0claws31
14032
14033         * src/import.c
14034                 let import dialog show the destination folder identifier
14035
14036 2002-01-26 [melvin]     0.7.0claws30
14037
14038         * src/folderview.c
14039         * src/summaryview.c
14040                 Readded 'Mark all read' into summary view popup menu
14041                 Added 'Mark all read' in folder view popup menu for IMAP
14042                 and NNTP.
14043                 Made it insensitive if the selected folder is not the shown
14044                 one to avoid 'Mark all read' on the wrong folder.
14045                 
14046 2002-01-26 [paul]       0.7.0claws29
14047
14048         * src/folderview.c
14049           src/summaryview.c
14050                 move 'Mark all read' from summary view to folder view
14051                 menu. (adapted from) patch submitted by Jeremy Andrews,
14052                 <lists@kerneltrap.com>
14053
14054 2002-01-25 [alfons]     0.7.0claws28
14055
14056         * src/gtkstext.c
14057                 put the gtk class name back so GtkSText adapts the 
14058                 settings of GtkText
14059
14060 2002-01-25 [alfons]     0.7.0claws27
14061
14062         * src/folderview.c 
14063                 assimilate Ricardo's patch that shows pixmaps instead of
14064                 plain "new" and "unread" texts in the folder view column
14065                 headers 
14066
14067 2002-01-25 [paul]       0.7.0claws26
14068
14069         * src/Makefile.am
14070                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14071                 be found in non-standard locations. 
14072                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14073
14074 2002-01-25 [paul]       0.7.0claws25
14075
14076         * sync with sylpheed 0.7.0cvs16
14077                 see ChangeLog entry 2002-01-25
14078
14079 2002-01-24 [paul]       0.7.0claws24
14080
14081         * more sync with sylpheed 0.7.0cvs15
14082                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14083
14084 2002-01-23 [sergey]     0.7.0claws23
14085
14086         * src/importldif.c
14087                 Fixed segfault when closing LDIF import wizard with
14088                 the window manager.
14089         * src/imageview.c
14090         * src/imageview.h
14091         * src/messageview.c
14092         * src/mimeview.c
14093                 Fixed wrong scrolling position after switching between
14094                 text and image parts.
14095
14096 2002-01-23 [paul]       0.7.0claws22
14097
14098         * sync with sylpheed 0.7.0cvs15
14099                 see ChangeLog entries 2002-01-22 and 2002-01-23
14100
14101 2002-01-21 [melvin]     0.7.0claws21
14102
14103         * src/prefs_scoring.c
14104         * src/prefs_filtering.c
14105                 Fixed bug where scoring and filtering windows stopped
14106                 autochecking.
14107
14108 2002-01-21 [paul]       0.7.0claws20
14109
14110         * sync with sylpheed 0.7.0cvs12
14111                 see ChangeLog entries 2002-01-20 and 2002-01-21
14112
14113 2002-01-21 [carsten]    0.7.0claws19
14114         * src/mainwindow.c
14115         * src/menu.[ch]
14116         * src/messageview.[ch]
14117         * src/summaryview.[ch]
14118                 changes to shortcuts handling again:
14119                         + "Q" now controled by mainwin
14120                         + v/V are now customizable and have slightly
14121                           different meanings
14122                 the "button" to minimize the messageview (and maximize
14123                 the summary view) is a real button now
14124         * src/compose.c
14125                 "Delete Line+" added to Edit/Advanced (this will also
14126                 delete the '\n')
14127
14128 2002-01-20 [melvin] 0.7.0claws18
14129
14130         * src/addressbook.c
14131                 Made "Bcc" sensitive when addressbook is called from
14132                 compose window (it was a Claws only bug).
14133
14134 2002-01-19 [alfons] 0.7.0claws17
14135
14136         * src/inc.c
14137                 prevent unnecessary updates when currently selected folder has
14138                 no new messages 
14139
14140 2002-01-19 [alfons] 0.7.0claws16
14141         
14142         * src/summaryview.c
14143                 prevent writing the cache based on current message list in summary 
14144                 view when filtering also put messages in currently selected folder
14145
14146 2002-01-19 [paul]
14147
14148         * po/it.po
14149                 Italian translation submitted by Alessandro Maestri
14150                 <a.maestri@cs.tin.it>
14151
14152 2002-01-18 [melvin]     0.7.0claws15
14153
14154         * src/prefs_filters.c
14155                 fixed bug where 'cancel' from 'filters' window stops autochecking
14156                 if the timer timed out  when the window was open.
14157
14158 2002-01-18 [match]      0.7.0claws14
14159
14160         * src/addrclip.[ch]     ** NEW FILE **
14161         * src/addrselect.[ch]   ** NEW FILE **
14162         * src/adbookbase.h      ** NEW FILE **
14163                 addressbook cut, copy and paste
14164         * src/addrbook.[ch]
14165         * src/addrcache.[ch]
14166         * src/addressitem.h
14167         * src/addrindex.[ch]
14168         * src/addritem.[ch]
14169         * src/importldif.c
14170         * src/importmutt.c
14171         * src/jpilot.[ch]
14172         * src/syldap.[ch]
14173         * src/vcard.[ch]
14174         * src/jpilot.[ch]
14175         * src/editbook.c
14176         * src/editjpilot.c
14177         * src/editldap.c
14178         * src/editvcard.c
14179                 support for copy/paste
14180         * src/addressbook.c
14181                 support for copy/paste
14182                 tidy up menu option processing
14183                 correct address list function arguments
14184         * src/editaddress.c
14185                 sort user attributes
14186         * src/ldif.h
14187         * src/mutt.h
14188                 tidy up
14189
14190         * src/addrbook.[ch]
14191         * src/addrbook.[ch]
14192         * src/addrbook.[ch]
14193                 
14194
14195 2002-01-18 [paul]       0.7.0claws13
14196
14197         * sync with sylpheed 0.7.0cvs8
14198                 configure.in: support Mac OS X (Darwin)
14199
14200 2002-01-18 [carsten]    0.7.0claws12
14201         * src/html.c
14202                 small hack to fix a segfault with an empty href
14203                 (reported by Alexandra Walford <deeni@altern.org>)
14204         * src/mainwindow.c
14205         * src/summaryview.c
14206                 the shortcuts for Mark und Mark as unread are hardcoded
14207                 again
14208         * src/compose.c
14209         * src/gtkstext.[ch]
14210                 readded the shortcuts in gtkstext but made them
14211                 customizeable (simply by adding a menu plus a wrapper
14212                 to compose.c)
14213
14214 2002-01-17 [melvin]     0.7.0claws11
14215
14216         * src/gtkspell.c
14217                 fix default dictionary not being saved.
14218
14219 2002-01-16 [darko]      0.7.0claws10
14220
14221         * src/compose.c
14222                 fix wrapping crash with URL longer than wrapping margin
14223
14224 2002-12-08 [hoa]        0.7.0claws10
14225
14226         * src/matcher_parser_parse.y
14227                 fixed some bugs
14228
14229         * src/prefs_filtering.c
14230                 now, we can use bounce action in the dialog box.
14231
14232 2002-01-16 [carsten]    0.7.0claws9
14233         * src/gtkstext.c
14234                 removed the <control> and <alt> shortcuts because they're
14235                 not needed and interefered with the "normal" shortcuts
14236         * src/mainwindow.c
14237         * src/summaryview.c
14238                 removed most of the hardcoded shortcuts and assigned
14239                 them to menu entries making them easy customizable by
14240                 that
14241
14242 2002-01-16 |melvin]     0.7.0claws8
14243
14244         * src/gtkspell.c
14245                 fixed bug where using the mouse and when the compose
14246                 window is not on top may result in a crash.
14247
14248 2002-01-16 [melvin]     0.7.0claws7
14249
14250         * src/compose.c
14251                 fixed a long standingspell checker bug which could 
14252                 cause a crash after sending a message.
14253
14254 2002-01-16 [paul]       0.7.0claws6
14255
14256         * sync with sylpheed 0.7.0cvs7
14257                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14258                 2002-01-15, and 2002-01-16
14259
14260 2002-01-16 [melvin]     0.7.0claws5
14261
14262         * README.claws
14263         * src/compose.c
14264         * src/gtkspell.[ch]
14265         * src/main.c
14266                 Heavily modified spell checker code to work around
14267                 ispell bug, to add keyboard shortcuts and for future
14268                 enhancements. See README.claws for usage information.
14269
14270 2002-01-15 [alfons]     0.7.0claws4
14271         
14272         * src/summaryview.c
14273                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14274                 so sorting within threads reflects sort mode
14275
14276 2002-01-15 [christoph]  0.7.0claws3
14277
14278         * src/procmsg.c
14279                 added alertpanel if mail sending failed
14280
14281 2002-01-15 [alfons]     0.7.0claws2
14282         
14283         * src/prefs_filtering.c
14284                 don't stop timer when prefs filtering dialog is opened
14285
14286 2002-01-14 [alfons]     0.7.0claws1
14287
14288         * src/addr_compl.c
14289         * src/prefs.c
14290                 remove debug_print()s for privacy reasons
14291
14292 2002-01-14 [darko]      0.7.0claws
14293
14294         * README.claws
14295                 quotation wrapping is now also in the main branch
14296
14297 2002-01-14 [paul]
14298
14299         * tools/filter_conv.pl
14300                 allow for Boolean Op and case-sensitivity
14301                 this file is included in the release and tagged
14302                 'rel_0_7_0'
14303
14304 2002-01-13 [paul]       0.7.0claws
14305
14306         * release 0.7.0, with cvs tag 'rel_0_7_0'
14307
14308 2002-01-13 [paul]
14309
14310         * tools/filter_conv.pl
14311         * tools/README
14312                 rewritten to output to matcherrc instead of filteringrc
14313
14314         * po/es.po
14315                 updated Spanish translation by Ricardo Mones Lastra
14316
14317 2002-01-13 [alfons]
14318
14319         * po/nl.po
14320                 update dutch translation
14321
14322 2002-01-13 [paul]
14323
14324         * po/pt_BR.po
14325                 Updated by Fabio Junior Beneditto 
14326
14327 2002-01-13 [melvin]     0.6.6claws53
14328
14329         * po/fr.po
14330                 Updated french translation
14331
14332 2002-01-12 [alfons]     0.6.6claws52
14333
14334         * src/filtering.c
14335                 plug mem leak that has been sitting there for ages              
14336
14337 2002-01-12 [alfons]     0.6.6claws51
14338
14339         * src/summaryview.c
14340                 undo melvin's changes from 0.6.6claws48 because summary
14341                 view now refuses to select first unread message when
14342                 selecting a folder 
14343
14344 2002-01-11 [alfons]     0.6.6claws50
14345
14346         * src/import.c
14347                 use claws' semantics for getting folder item when
14348                 importing an mbox file into a folder 
14349                 (submitted by Dale P. Smith)
14350
14351 2002-01-11 [christoph]  0.6.6claws49
14352
14353         * src/prefs.h
14354                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14355                 toggle widget, because non static prefs can not use
14356                 prefs_set_* functions
14357         * src/prefs_account.c
14358                 toggle smtp auth password field sensitivity if
14359                 user id is empty and add descrition of usage for
14360                 these fields
14361         * src/prefs_folder_item.c
14362                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14363                 callbacks
14364
14365 2002-01-11 [melvin]     0.6.6claws48
14366
14367         * src/compose.c
14368                 fix the 'Ctrl-Enter' feature for sending and test really
14369                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14370                 editables which was not documented in Gtk)
14371
14372         * src/summaryview.c
14373                 Made summaryview refresh after sorting and not before.
14374
14375 2002-01-11 [christoph]  0.6.6claws47
14376
14377         * src/compose.c
14378                 select account from account ids if possible and
14379                 correctly set save folder for copy in reedit
14380
14381 2002-01-10 [paul]       0.6.6claws46
14382
14383         * sync with sylpheed 0.7.0 release
14384                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14385                 2002-01-09
14386
14387 2002-01-09 [alfons]
14388
14389         * src/summaryview.c
14390                 remove more dirt traces...
14391
14392 2002-01-09 [alfons]
14393         
14394         * src/summaryview.c
14395                 clean up some traces of my debugging stuff
14396
14397 2002-01-09 [alfons]     0.6.6claws45
14398
14399         * src/filtering.c
14400                 break up filteringprop_apply() in three separate pieces
14401                 so we can drop messages that failed processing in the
14402                 inbox
14403
14404         * src/summaryview.c
14405                 fix bug #469598 "no refresh of inbox after filter" which 
14406                 was introduced by the new summary view locking, and which 
14407                 prevented the summary view to update after a manual filter 
14408                 message. claw's filter message requires a summary_show().
14409                 (aargh, summary_show() again! :-)
14410                 
14411 2002-01-07 [alfons]     0.6.6claws44
14412
14413         * src/headerwindow.c
14414         * src/logwindow.c
14415         * src/messageview.c
14416         * src/sourcewindow.c
14417                 bring in Hiro's last 0.7.0 wm class fixes
14418
14419         * tools/sylprint.pl
14420                 bring in Ricardo's fix for sylprint script
14421
14422         * AUTHORS       
14423         * src/rfc2015.[ch]
14424         * src/prefs_common.[ch]
14425         * src/prefs_account.[ch]
14426         * src/compose.c
14427                 clean up account preference poison in rfc2015,
14428                 and preparation to fix double sign bug 
14429                 (patch submitted by Simon 'corecode' Schubert)
14430
14431 2002-01-07 [christoph]  0.6.6claws43
14432
14433         * src/mh.c
14434                 search for free message number, do not only rely
14435                 on last_num
14436         * src/send.c
14437                 fix smtp auth and use extra account information
14438                 if available, if not use pop3 data instead
14439                 (closes bug #500341)            
14440         * src/ssl.[ch]
14441                 match coding style
14442
14443 2002-01-06 [alfons]     0.6.6claws42
14444
14445         * src/mainwindow.c
14446                 try making the separate windows work again...
14447
14448 2002-01-06 [alfons]     0.6.6claws41
14449
14450         * src/mainwindow.c
14451                 adapt Hiro's separate window menu (to get rid of the funny
14452                 duplicate menu items), and make it work again
14453
14454 2002-01-06 [alfons]     0.6.6claws40
14455
14456         * tools/Makefile.am
14457         * tools/sylprint.rc
14458         * tools/sylprint.pl
14459         * tools/README.sylprint
14460                 add sylprint script for printing mails from Sylpheed
14461                 (contributed by Ricardo Mones Lastra)
14462
14463         * src/acount.c
14464                 clean up
14465
14466 2002-01-06 [melvin]     0.6.6claws39
14467
14468         * src/mainwindow.c
14469         * src/summaryview.c
14470                 Fixed crash introduced in 0.6.6claws38 by the menu
14471                 reorganisation (Hide read messages)
14472         
14473         * ChangeLog.claws 
14474                 Fixed typo (we are now in 2002, alfons ;) )
14475
14476 2002-01-05 [alfons]     0.6.6claws38
14477
14478         * sync with sylpheed 0.6.6cvs10-17
14479                 (last stuff marked as LAST_STABLE)
14480
14481 2002-01-04 [melvin]     0.6.6claws37
14482
14483         * src/account.c
14484                 Made account selection code use strcasestr again instead of
14485                 g_strcasecmp (fixes bug where reediting queued messages
14486                 did not select proper account reported by T. Link).
14487         
14488         * src/folderview.c
14489                 Fix bug where folder icons are not shown when 'hide read messages'
14490                 is on.
14491         
14492         * src/stock_pixmaps.[ch]
14493                 Added folder icons for 'hide read messages'.
14494         
14495         * src/compose.c
14496                 Fixed bug where 'Enter' in a header entry will send the message 
14497                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14498
14499 2002-01-03 [melvin]     0.6.6claws36
14500         
14501         * src/prefs.[ch]
14502                 Added popup menu for common preferences and
14503                 account preferences (right click on tab displays
14504                                 a menu of all tabs.)
14505
14506 2002-01-02 [melvin]     0.6.6claws35
14507
14508         * src/gtkspell.[ch]
14509                 Made spelling code compatible with undo/redo feature.
14510                 Added creation of suggestion mode menu for the general
14511                         preferences.
14512         
14513         * src/prefs_common.[ch]
14514                 Added option menu for the speller's suggestion mode.
14515                 Added missing spaces in "..." buttons and made a "..."
14516                         button non translatable!
14517         
14518         * src/compose.c
14519                 Made speller use the default suggestion mode.
14520                 Hack to make it possible to choose 'CTRL-Enter' as a
14521                         shortcut for sending (and only for sending).
14522
14523         * src/prefs_folder_item.c
14524                 Changing subject simplification does not update cache 
14525                         anymore (because it is unnecessary).
14526                 Fixed bug where changing subject simplification updated the 
14527                         summaryview even when the viewed folder is not the
14528                         folder which properties are being changed. (E.g. 
14529                                         viewing folder A and changing
14530                                         the subject simplification of 
14531                                         folder B -not being viewed- updated the 
14532                                         summaryview of folder A with data of
14533                                         folder B). (Hope this is clear... )
14534
14535 2001-12-31 [alfons]     0.6.6claws34
14536         
14537         * src/ldif.c
14538         * src/mutt.c
14539                 fgetc() returns a signed integer which doesn't
14540                 fit in a char. so c truncates this to a char
14541                 but we may lose significant bits. i.e. we may
14542                 comparing 0xFF which may not be equal to -1
14543                 unless properly casted to signed char which
14544                 we won't do because fgetc() returns a signed
14545                 integer which doesn't fit in a char. so c 
14546                 truncates this to a char but we may lose 
14547                 significat bits. (you got the idea, thanks
14548                 to Gustavo Noronha Silva <kov@debian.org>
14549                 and the Debian folks!)
14550
14551 2001-12-30 [alfons]     0.6.6claws33
14552
14553         * src/prefs_common.c
14554                 add #ifdef USE_PSPELLs that Melvin forgot               
14555
14556 2001-12-30 [melvin]     0.6.6claws32
14557         
14558         * src/prefs_common.[ch]
14559                 Added configurable color for misspelled words.
14560
14561         * src/gtkspell.[ch]
14562                 Fixed bug of foreground text color (reported by David
14563                                 Mehrmann)
14564                 Added configurable color for misspelled words.
14565
14566 2001-12-30 [alfons]     0.6.6claws31
14567
14568         * src/folder.c
14569                 remove unnecessary things someone put there
14570
14571         * src/mh.c
14572         * src/folder.[ch]
14573                 make folder properties (like threading and sorting) persistent
14574                 (closes bug #497424 "rescan folder tree resets proprieties")
14575                 currently this is only for MH folders. 
14576
14577 2001-12-29 [melvin]     0.6.6claws30
14578
14579         * src/string_match.[ch]
14580                 Optimized a bit: regexp pattern buffer compiled only once, and
14581                   one subroutine call removed. Fixed ^ regexp search: Now, 
14582                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14583         
14584         * src/summaryview.c
14585                 Subject filtering changed to filter summary columns and
14586                   not directly the messages subject cache. The loss in 
14587                   performance is balanced by the improvement of string_match.
14588                 Added an alert panel if there is an error in the regexp.
14589
14590         * src/src/prefs_folder_item.h
14591                 Added a regexp pattern buffer.
14592
14593 2001-12-28 [alfons]     0.6.6claws29
14594
14595         * src/string_match.[ch]
14596                 clean up name space
14597                 allow compilation *BSD
14598
14599 2001-12-27 [alfons]     0.6.6claws28
14600
14601         * src/filter.c
14602                 sync the Hiro's bug fix for BSD
14603
14604 2001-12-27 [melvin]     0.6.6claws27
14605         
14606         * src/compose.c
14607                 Simplify focus to subject entry code.
14608
14609 2001-12-27 [darko]      0.6.6claws26
14610
14611         * src/filtering.c
14612         * src/mbox_folder.c
14613         * src/messageview.c
14614         * src/mh.c
14615         * src/procheader.[ch]
14616         * src/procmsg.h
14617         * src/stock_pixmap.[ch]
14618         * src/summaryview.c
14619                 Show key icon for encrypted mails in summary view
14620
14621         * src/pixmaps/clip.xpm
14622         * src/pixmaps/clipkey.xpm
14623         * src/pixmaps/key.xpm
14624                 New/modified icons for the above
14625
14626 2001-12-27 [melvin]     0.6.6claws25
14627
14628         * src/prefs_common.c
14629                 Put spell checker options in a separate tab to decrease
14630                 the Common Preferences window height.
14631
14632         * README.claws  
14633                 Update spell checker usage instruction about its options
14634                 location.
14635
14636 2001-12-27 [melvin]     0.6.6claws24
14637
14638         * src/compose.c
14639                 Changed subject entry widget position. Initial focus is
14640                 on the To header instead of the subject entry.
14641                 Creating a new header scrolls the header list to make the
14642                 created one visible. Nevertheless, when automatically filling
14643                 headers, the first one is shown.
14644                 A Tab key press in the last empty header entry zips the 
14645                 focus to the subject entry.
14646                 (I did not change the combo boxes, yet)
14647
14648 2001-12-26 [alfons]     0.6.6claws23
14649
14650         * src/prefs_account.c
14651         * src/inc.c
14652                 allow default inbox to reside in another mailbox (only
14653                 works for POP3 accounts)
14654
14655 2001-12-26 [alfons]     0.6.6claws22
14656         
14657         * src/textview.c
14658                 make reply-on-click work with the account of the selected folder
14659         * src/compose.c
14660                 put a fixme here to remind me to fix finding correct default
14661                 account for nested folders
14662
14663 2001-12-25 [alfons]     0.6.6claws21
14664
14665         * src/summaryview.c
14666                 make column headers display locked and mark pixmaps (idea by Melvin) 
14667                 fix bug by adding score and locked column type to sort array
14668
14669 2001-12-25 [alfons]     0.6.6claws20
14670         
14671         * src/summaryview.c
14672                 catch a *potentially* inadvertent write back of  
14673                 the message cache(s) introduced by 0.6.5claws37
14674
14675 2001-12-25 [christoph]  0.6.6claws19
14676
14677         * src/stock_pixmap.[ch]
14678         * src/summaryview.c
14679                 add ignore thread pixmap
14680                 (can someone draw a better icon for this?)
14681
14682 2001-12-24 [alfons]     0.6.6claws18
14683
14684         * src/prefs_folder_item.c
14685                 make address completion actually work for the
14686                 Default To address in the Folder Property dialog.
14687
14688 2001-12-24 [alfons]     0.6.6claws17
14689         
14690         * src/summaryview.c
14691                 use new style regexp for subject stripping 
14692                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14693
14694 2001-12-24 [darko]      0.6.6claws16
14695
14696         * src/pgptext.c
14697         * src/rfc2015.c
14698                 move GPG related informational messages to debug mode
14699
14700 2001-12-23 [alfons]     0.6.6claws15
14701
14702         * src/stock_pixmap.[ch]
14703         * src/summaryview.c
14704                 add the forgotten Claws' locked pixmap
14705
14706 2001-12-23 [alfons]     0.6.6claws14
14707
14708         * src/filesel.c
14709                 accept file name typed in entry in multi file
14710                 selector (patch submitted by Gustavo Noronha Silva 
14711                 <kov@debian.org>)
14712
14713 2001-12-23 [alfons]     0.6.6claws13
14714
14715         * src/prefs_filter.c
14716         * src/prefs_filtering.c
14717         * src/matcher.c
14718         * src/importmutt.c
14719                 clean up a little bit
14720         
14721         * src/string_match.c
14722                 validate input strings a little bit more
14723
14724 2001-12-23 [alfons]     0.6.6claws12
14725
14726         * src/Makefile.am
14727         * src/summaryview.c
14728         * src/string_match.[ch]         ** NEW **
14729         * src/folderview.[ch]
14730         * src/headerview.h
14731         * src/folder.[ch]
14732         * src/prefs_folder_item.[ch]
14733                 add subject simplification to strip out strings from
14734                 a subject line (esp. handy for mailing lists). 
14735                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14736                 but slightly changed things for better integration.)
14737
14738 2001-12-23 [alfons]     0.6.6claws11
14739
14740         * src/mainwindow.c
14741                 fix bug introduced by submission included in 0.6.5claws52.
14742                 ideally this submission should clean the trash if any trash
14743                 folder has a message. however, the hasTrash variable was
14744                 set to false whenever a trash folder was empty (discarding
14745                 a previously found *filled* trash folder.)
14746
14747                 also edited the code a little bit and made it more safe.
14748
14749 2001-12-22 [alfons]     0.6.6claws10
14750
14751         * src/imap.c
14752                 quick fix for Martin Pool's omission of an account
14753                 specific SSL setting
14754
14755 2001-12-22 [alfons]     0.6.6claws9
14756
14757         * src/compose.c
14758         * src/messageview.c
14759         * src/mimeview.c
14760         * src/pgptext.c
14761         * src/procmime.[ch]
14762                 better support for multipart/digest (submitted
14763                 by Fredrik <e98fo@efd.lth.se>)
14764
14765 2001-12-22 [alfons]     0.6.6claws8
14766
14767         * src/addressbook.c
14768                 correct function signature
14769         * src/socket.[ch]
14770         * src/imap.[ch]
14771         * src/prefs_account.[ch]
14772                 allow IMAP over SSH tunnel (patch submitted by 
14773                 Martin Pool <mbp@samba.org>)
14774
14775 2001-12-21 [alfons]     0.6.6claws7
14776
14777         * sync with sylpheed 0.6.6cvs4-9
14778                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14779
14780 2001-12-21 [christoph]  0.6.6claws6
14781
14782         * src/compose.c
14783         * src/prefs_folder_item.[ch]
14784                 implement saving of outgoing messages to current folder.
14785                 fix segfault when no default outbox is available
14786                 (closes bug #495683)
14787
14788 2001-12-21 [carsten]    0.6.6claws5
14789         * src/folderview.c
14790         * src/summaryview.c
14791                 pressing CTRL while DND does now the expected thing and
14792                 copies the mail (moving is still the default, as this
14793                 seam more appropriate for handling mails by DND)
14794
14795 2001-12-18 [paul]       0.6.6claws4
14796
14797         * sync with sylpheed 0.6.6cvs3
14798                 see ChangeLog entries 2001-12-18
14799
14800 2001-12-18 [hiro]       0.6.6claws3
14801
14802         * src/undo.c
14803                 fix for multibyte characters (obtain the number of letters
14804                 instead of bytes).
14805
14806 2001-12-17 [paul]       0.6.6claws2
14807
14808         * sync with sylpheed 0.6.6cvs1
14809                 see ChangeLog entry 2001-12-16
14810
14811 2000-12-17 [alfons]     0.6.6claws1
14812
14813         * src/filtering.c
14814                 clean up
14815
14816 2001-12-16 [paul]       0.6.6claws
14817 2001-12-15
14818
14819         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14820
14821         * src/mimeview.c
14822                 last minute sync with main 0.6.6
14823
14824         * po/es.po
14825                 updated by Ricardo Mones Lastra
14826                 update for last minute sync
14827         * po/fr.po
14828         * po/nl.po
14829                 update for last minute sync
14830         * po/de.po
14831                 updated by Jens Oberender
14832         * po/pt_BR.po
14833                 updated by Fabio Junior Beneditto
14834
14835         * src/prefs_common.[ch]
14836         * src/undo.c
14837                 number of undo levels is user configurable
14838                 (squeeze it into the release in the dying
14839                 moments) Submitted by Jens Oberender    
14840
14841 2001-12-15 [melvin]
14842
14843         * po/fr.po
14844                 updated french translation
14845
14846 2001-12-15 [paul]       0.6.5claws92
14847
14848         * sync with sylpheed 0.6.5cvs28
14849                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14850
14851         * po/nl.po
14852                 update to allow for sync
14853
14854 2001-12-15 [alfons]
14855         
14856         * po/nl.po
14857                 update dutch translation
14858
14859 2001-12-14 [carsten]    0.6.5claws91
14860         * src/summaryview.c
14861                 fixed bug #473785; also after changing the column order
14862                 the same message will be selected and displayed as before
14863                 the reordering
14864
14865 2001-12-14 [carsten]    0.6.5claws90
14866         * src/folderview.c
14867                 probably found the bug reported by wwb opening or closing
14868                 a folder tree just before dnd (found the solution in the
14869                 balsa source -- thanks to them)
14870
14871 2001-12-14 [carsten]    0.6.5claws89
14872         * src/gtkutils.c
14873         * src/account.c
14874                 moved gtk_clist_moveto to the right place, so that
14875                 only the accounts dialog is effected on opening
14876
14877 2001-12-14 [carsten]    0.6.5claws88
14878         * src/gtkutils.c
14879                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14880                 now, so that the focused row will be seen in any case
14881                 (reported by wwp on sf-claws-user)
14882
14883 2001-12-14 [darko]      0.6.5claws87
14884
14885         * src/compose.c
14886                 remove unnecessary line
14887
14888 2001-12-14 [paul]       0.6.5claws86
14889
14890         * sync with sylpheed 0.6.5cvs27
14891                 see ChangeLog entries 2001-12-14
14892
14893 2001-12-14 [carsten]    0.6.5claws85
14894         * src/mainwindow.c
14895                 following a suggestion of Melvin the rcoabm pops up
14896                 right under the button now and the button is reliefed
14897                 while the popup is open
14898
14899 2001-12-14 [darko]      0.6.5claws84
14900
14901         * src/compose.c
14902                 fix crash when wrapping long lines if linewrap quotation
14903                 is disabled and wrapper encounters a word spanning more
14904                 than one line
14905
14906 2001-12-13 [paul]       0.6.5claws83
14907
14908         * src/compose.c
14909                 prefer 'Reply-To' header over mailing list header when
14910                 replying to a message. Finally prevent all those confirmation 
14911                 messages being sent to the list itself.
14912
14913         * src/summaryview.c
14914                 remove unused summary_set_menu_sensitive() entry
14915
14916 2001-12-13 [paul]       0.6.5claws82
14917
14918         * src/folderview.c
14919         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14920         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14921         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14922                 improvements to 'Hide read messages': Inbox, Outbox,
14923                 Trash, Queue, and Draft icons now reveal presence of hidden 
14924                 messages
14925
14926 2001-12-12 [alfons]     0.6.5claws81
14927
14928         0.6.5claws80 was tagged as LAST_STABLE
14929
14930         * src/filtering.[ch]
14931         * src/matcher.[ch]
14932         * src/matcher_parser_lex.c
14933                 fix the filtering; my last attempt to get it right, 
14934                 if it does not work, it's Hoa's turn. ;-)
14935
14936                 for my honourable peers:
14937                 
14938                 the code now makes a clear distinction between
14939                 rules as they are displayed (probably escaped),
14940                 and as they are executed (probably unescaped). the
14941                 parser does *NOT* do any unescaping, this is
14942                 the task of the matcher.c (which breaks up a
14943                 rule into condition) and the filtering.c (which
14944                 breaks up the rule's action). to make this
14945                 run happily we provide an unescaped copy of
14946                 crucial strings to the MatcherProp and 
14947                 FilteringAction structures. note that the only
14948                 exception to this is any REGEXP string. those
14949                 are directly passed to regcomp() and regexp()
14950                 (who have much more powerful unescape functions).
14951                 
14952                 for everyone else:
14953         
14954                 you can escape tab (\t), carriage return (\r),
14955                 linefeed (\n), form feed (\f), quote (\"), 
14956                 single quote (\'), bell (\b) in all the entry
14957                 lines in the scoring & filtering dialogs.
14958                 as an added bonus this should not affect
14959                 existing filtering rules.
14960
14961 2001-12-12 [carsten]    0.6.5claws80
14962
14963         * src/summaryview.c
14964         * po/de.po
14965                 "item(s) selected" is now sensitive to 1 or more
14966                 than one selected (nice for language where simple
14967                 adding of a "s" is not possible as German (Eintrag
14968                 ->Eintr"age)
14969                 
14970                 the "forward as attachment" entry from the right
14971                 click menu removed, "forward" acts following the
14972                 prefs
14973         
14974         * src/textview.c
14975                 reverted my former changes; so compiler warning again
14976                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14977                 nevertheless
14978
14979         * src/messageview.c
14980                 "search in message" does now *not* only work in MVIEW_TEXT
14981                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14982                 message
14983
14984         * src/mainwindow.c
14985                 removed "/File/_Close" as it was the same as "/File/E_xit"
14986                 and we don't need it two times
14987
14988                 the separate folder view and message view now get a distinct
14989                 WMCLASS, just in case someone is using sawfish ;-)
14990
14991                 as the menu entries "/View/Message view" and "/View/Folder tree"
14992                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14993                 make them sensitive accordingly and as these two are "shown"
14994                 after startup anytime check this menuitem at startup
14995
14996 2001-12-12 [paul]       0.6.5claws79
14997
14998         * src/folderview.c
14999                 fix sensitivity of 'Search folder...', broken in
15000                 0.6.5claws75
15001
15002         * src/mainwindow.c
15003                 fix dodgy English
15004
15005 2001-12-11 [carsten]    0.6.5claws78
15006         * src/filtering.c
15007                 fixed two typos returning a wrong FALSE/TRUE
15008         * src/mainwindow.[ch]
15009                 extra menu for email/news button removed
15010
15011 2001-12-11 [alfons]     0.6.5claws77
15012         
15013         * src/matcher.c                 (1.3)
15014         * src/matcher_parser_lex.l      (1.28)
15015                 revert for another attempt
15016                 mark 0.6.5claws77 as LAST_STABLE
15017
15018 2001-12-11 [christoph]  0.6.5claws76
15019
15020         * po/de.po
15021                 fixed wrong translation for prev. unread msg
15022
15023 2001-12-11 [paul]       0.6.5claws75
15024
15025         * src/folder.[ch]
15026         * src/folderview.c
15027         * src/mainwindow.c
15028         * src/summaryview.[ch]
15029         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15030                 enable ability to hide read messages on per folder basis via 
15031                 '/Summary/Hide read messages'; when selected, a folder will 
15032                 have a red open folder icon, instead of a blue icon, if the 
15033                 folder contains hidden messges
15034                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15035
15036         * src/mainwindow.c
15037                 remove '/Message/Forward as attachment' from 
15038                 main_window_set_menu_sensitive() to prevent debug warning
15039
15040         * src/folderview.c
15041         * src/mainwindow.c
15042                 Clean up some of the English
15043
15044         * tools/newscache_clean.pl
15045                 allow for new 'hidereadmsgs' entry in folderlist.xml
15046
15047         * po/es.po
15048                 updated translation, submitted by Ricardo Mones Lastra
15049
15050 2001-12-11 [paul]       0.6.5claws74
15051
15052         * sync with sylpheed 0.6.5cvs25
15053                 see ChangeLog entry 2001-12-11
15054
15055 2001-12-10 [alfons]     0.6.5claws73
15056
15057         * src/matcher.c
15058                 add more control characters
15059         * src/matcher_parser_lex.l
15060                 make escaping / unescaping work again
15061
15062 2001-12-10 [alfons]     0.6.5claws72
15063
15064         * src/imap.c
15065                 clean up warnings "returning value for void function" 
15066         * src/prefs_filtering.c
15067                 make info button for execute action sensitive
15068
15069 2001-12-10 [paul]       0.6.5claws71
15070
15071         * src/compose.c
15072         * src/imap.[ch]
15073         * src/summaryview.c
15074                 fix: imap server now gets informed of MARKED, UNMARKED
15075                 and REPLY events. Now people can use different IMAP-Mail
15076                 clients and have the exact same information about MARKED,
15077                 UNMARKED and REPLY status with all of them. Especially
15078                 useful for imap servers with a web-frontend.
15079                 submitted by Tobias Sandhaas <medlor@web.de>
15080
15081 2001-12-09 [melvin]     0.6.5claws70
15082         
15083         * src/textview.[ch]
15084                 fixed bug #490076 (hunted down by Alfons who implemented
15085                 a workaround in 0.6.5claws65)
15086
15087 2001-12-09 [christoph]  0.6.5claws69
15088
15089         * src/summaryview.c
15090                 set pointer to string in LOCKED column to NULL
15091                 (might fix bug #490800)
15092
15093 2001-12-09 [carsten]    0.6.5claws68
15094
15095         * po/de.po
15096                 resolved some cluttered menu shortcuts 
15097                 ('creating new email' and 'creating news message'
15098                 hade the same)
15099         * src/compose.c
15100                 wmclass now distinc from main window
15101         * src/mainwindow.c
15102           src/mainwindow.h
15103                 email/news and forward button functionality similar
15104                 to the reply buttons; removed the ugly dropdown arrows
15105                 and use instead the right mouse button
15106
15107 2001-12-09 [paul]       0.6.5claws67
15108
15109         * src/imap.c
15110         * src/utils.h
15111                 allow spaces in imap folder names
15112                 submitted by Willem van Engen <wvengen@stack.nl>
15113
15114 2001-12-09 [paul]       0.6.5claws66
15115
15116         * sync with sylpheed 0.6.5cvs24
15117                 see ChangeLog entry 2001-12-09
15118
15119 2001-12-08 [alfons]     0.6.5claws65
15120
15121         * src/textview.c
15122                 prevent secondary selection claim after "add to sender" dialog
15123                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15124                 we trick GTK by simulating a click at (0, 0) in the textview.
15125
15126 2001-12-08 [hoa]        0.6.5claws64
15127
15128         * src/folder.c
15129                 fixed a bug about the .processing folder name while filtering
15130
15131 2001-12-08 [alfons]     0.6.5claws63
15132
15133         * src/folderview.c 
15134                 work around problem of not correctly updating folder stats
15135                 when deleting messages. there's some folder scanning evil
15136                 going so the folderview_update_msg_num() does not work
15137                 correctly. need to investigate this.
15138
15139 2001-12-08 [paul]       0.6.5claws62
15140
15141         * sync with sylpheed 0.6.5cvs23
15142                 see ChangeLog entry 2001-12-08
15143
15144 2001-12-07 [christoph]  0.6.5claws61
15145
15146         * src/compose.c
15147                 fix another header translation problem
15148
15149 2001-12-07 [alfons]     0.6.5claws60
15150
15151         * src/mbox.c
15152                 make filtering also work on local spool mbox
15153
15154 2001-12-07 [carsten]    0.6.5claws59
15155         * src/addressbook.c
15156                 addressbook window gets a wmclass distinct from the main
15157                 sylpheed window
15158         * src/compose.h
15159         * src/mainwindow.[ch]
15160                   forward menu item will use mode selected in prefs, forward 
15161                 as attatchment in menu removed (will be substituted in the
15162                 toolbar similar to reply buttons)
15163                   create news message menu entry and news button is now 
15164                 sensitive to the existance of a news account
15165         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15166         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15167         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15168                 these are removed because the toolbar buttons don't show
15169                 the quoting modus any longer
15170
15171 2001-12-07 [paul]
15172
15173         * tools/newscache_clean.pl      ** NEW FILE **
15174                 perl script to do some tidying up in the newscache directory 
15175                 
15176         * tools/sylpheed-switcher       ** NEW FILE **
15177                 perl script to enable easy switching between main and claws
15178                 
15179         * tools/README
15180                 added descriptions of the two new perl scripts          
15181
15182
15183 2001-12-07 [melvin]     0.6.5claws58
15184
15185         * src/messageview.c
15186                 fixed a warning during compilation introduced in 0.6.5claws56
15187
15188 2001-12-07 [paul]       0.6.5claws57
15189
15190         * src/mainwindow.[ch]
15191         * src/menu.[ch]
15192                 further usability enhancements to replying with or without 
15193                 quoting via the toolbar, use of Ctrl key is replaced by 
15194                 drop down menu 
15195                 Submitted by Carsten Schurig            
15196
15197 2001-12-07 [melvin]     0.6.5claws56
15198
15199         * src/messageview.c
15200                 hack to fix bug that prevented to make/paste selections
15201                 after switching between MVIEW_TEXT and MVIEW_MIME views
15202                 without deselecting the selection first.
15203
15204 2001-12-06 [alfons]     0.6.5claws55
15205
15206         * src/filtering.[ch]
15207         * src/inc.c
15208                 revise filtering a little bit more, and make sure
15209                 messages are delivered to the appropriate inbox
15210                 (perhaps set per account)
15211
15212 2001-12-06 [paul]       0.6.5claws54
15213
15214         * sync with sylpheed 0.6.5cvs22
15215                 see ChangeLog entry 2001-12-06
15216
15217 2001-12-05 [alfons]     0.6.5claws53
15218
15219         * src/inc.c
15220         * src/folder.[ch]
15221         * src/procmsg.c
15222         * src/filtering.c
15223                 more revisions of filtering system
15224                 (last stable version is marked as LAST_STABLE)
15225                 
15226                 | NOTE 1): the filtering system now uses a local folder called
15227                 | .processing. if filtering fails, check this directory
15228                 | for missing messages.
15229                 |
15230                 | NOTE 2): help us find the filtering actions still missing
15231
15232 2001-12-05 [paul]       0.6.5claws52
15233
15234         * src/mainwindow.c
15235                 fix bug where 'Empty Trash?' pop-up window appears even
15236                 when Trash is empty, submitted by Jesse Skinner         
15237
15238 2001-12-05 [melvin]     0.6.5claws51
15239
15240         * src/compose.c
15241                 fixed bug #486106 to select correct account when reediting 
15242                 a queued message
15243         
15244 2001-12-04 [alfons]     0.6.5claws50
15245
15246         * src/mh.c
15247                 declare markfile in appropriate functions when
15248                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15249                 for spotting this)
15250
15251 2001-12-04 [paul]       0.6.5claws49
15252
15253         * sync with sylpheed 0.6.5cvs21
15254                 see ChangeLog entry 2001-12-04
15255
15256 2001-12-03 [christoph]  0.6.5claws48
15257
15258         * po/de.po
15259                 changed translation of undo
15260         * src/account.c
15261         * src/folder.c
15262                 don't reinvent the wheel to traverse a GNode
15263         * src/compose.[ch]
15264                 seperate code to create the compose gui into functions
15265                 add "Others" page with folder selection for saving copy
15266                 of the message.
15267                 the folder identifier is saved to queue header
15268         * src/procmsg.c
15269                 save message to folder in queue header
15270
15271 2001-12-03 [paul]       0.6.5claws47
15272
15273         * sync with sylpheed 0.6.5cvs20
15274                 see ChangeLog entry 2001-12-03
15275
15276 2001-12-01 [paul]
15277
15278         * more sync with sylpheed 0.6.5cvs19
15279                 see ChangeLog entry 2001-11-29
15280
15281 2001-11-30 [paul]       0.6.5claws46
15282         
15283         * src/compose.c
15284                 remove conflicts introduced by Hoa's last commit
15285          
15286         * src/mainwindow.c
15287                 make 'Message/Bounce' sensitive
15288
15289 2001-11-30 [hoa]        0.6.5claws45
15290
15291         * src/compose.c
15292                 slightly change bounce function to add
15293                 information about the user that bounced the mail
15294                 in the From header line.
15295
15296         * src/folderview.c
15297                 permit the use of processing in outbox folder.
15298
15299 2001-11-29 [paul]       0.6.5claws44
15300
15301         * src/mainwindow.[ch]
15302         * src/prefs_common.c
15303         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15304         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15305         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15306                 usability enhancements to the quoting, implements
15307                 use of Ctrl key to toggle quoting settings
15308                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15309
15310 2001-11-29 [paul]       0.6.5claws43
15311         
15312         * sync with sylpheed 0.6.5cvs19
15313                 see ChangeLog entry 2001-11-28
15314
15315 2001-11-29 [melvin]     0.6.5claws42
15316         * src/Makefile.am
15317                 added enriched.[ch] to the list of files
15318
15319         * src/textview.c
15320         * src/mimeview.c
15321         * src/procmime.[ch]
15322         * src/enriched.[ch]
15323                 added support to view text/enriched
15324                 added support to show headers in message view for text/enriched and text/html
15325                         in non multipart messages
15326
15327 2001-11-28 [paul]       0.6.5claws41
15328
15329         * more sync with sylpheed 0.6.5cvs18
15330                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15331
15332 2001-11-27 [paul]       0.6.5claws40
15333         
15334         * po/pt_BR.po
15335                 updated translation, submitted by Fabio Junior Beneditto
15336                 
15337         * sync with sylpheed 0.6.5cvs18
15338                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15339                 2001-11-27
15340
15341
15342 2001-11-26 [paul]
15343
15344         * po/es.po
15345                 updated translation, submitted by Ricardo Mones Lastra
15346
15347 2001-11-26 [alfons]
15348
15349         * src/matcher.c
15350                 add more translatable strings
15351
15352 2001-11-26 [christoph]  0.6.5claws39
15353
15354         * po/de.po      
15355                 fixed one more umlaut
15356         * src/compose.c
15357                 fix translated header when it should not be translated
15358
15359 2001-11-26 [paul]       0.6.5claws38
15360
15361         * src/mainwindow.c
15362                 remove '/Message/Add Sender to address book' from 
15363                 main_window_set_menu_sensitive(), prevent debug warning
15364                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15365
15366 2001-11-26 [paul]       0.6.5claws37
15367
15368         * src/summaryview.c
15369                 fix 'recurring unread state' bug 
15370
15371         * tools/README 
15372         * tools/filter_conv.pl
15373                 read name of top level mailbox from folderlist.xml
15374                 and presume nothing about its name              
15375
15376 2001-11-26 [darko]      0.6.5claws36
15377
15378         * src/gtkstext.[ch]
15379                 removed functions that are now in gtkutils.c
15380                 use gtkut_text_is_uri_string() from gtkutils.c
15381         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15382
15383 2001-11-26 [paul]       0.6.5claws35
15384
15385         * sync with sylpheed 0.6.5cvs16
15386                 see ChangeLog entries 2001-11-25 and 2001-11-26
15387
15388 2001-11-25 [alfons]     0.6.5claws34
15389
15390         EXPERIMENTAL!!! Please checkout the last stable version using: 
15391           
15392         % cvs update -r LAST_STABLE -dRAP
15393
15394         (Or help us testing this stuff.)
15395
15396         * src/filtering.c               (1.14)
15397         * src/filtering.h               (1.6)
15398         * src/inc.c                     (1.28)
15399         * src/matcher.c                 (1.20)
15400         * src/mbox.c                    (1.9)
15401         * src/procmsg.h                 (1.14)
15402         * src/summaryview.c             (1.59)
15403         * src/summaryview.h             (dunno)
15404                 revert/merge/sync to as it was before commit 
15405                 on Thu, 19 Jul 2001 10:15:51 -0700.
15406
15407 2001-11-25 [hoa]        0.6.5claws33
15408
15409         * src/main.c
15410                 processing mails at startup
15411
15412         * src/folderview.c
15413         * src/summaryview.[ch]
15414                 processing mails when entering folder
15415
15416         * src/prefs_filtering.c
15417                 fixed some UI bugs
15418
15419 2001-11-24 [alfons]     0.6.5claws32
15420
15421         * src/summaryview.[ch]
15422                 make summary sort headers work, and also make
15423                 sure the sort type is stored
15424
15425 2001-11-23 [alfons]     0.6.5claws31
15426
15427         * src/summaryview.[ch]
15428                 make lock work like mark
15429                 disallow deleting messages marked as locked
15430
15431 2001-11-23 [alfons]     0.6.5claws30
15432
15433         * src/gtkstext.c
15434         * src/compose.[ch]
15435         * src/Makefile.am
15436         * src/undo.[ch]
15437                 merge undo patch submitted by Jens
15438
15439 2001-11-23 [christoph]  0.6.5claws29
15440
15441         * src/.cvsignore
15442                 added ylwrap
15443         * src/compose.c
15444                 fixed gpg signing and encoding
15445         * src/folder.[ch]
15446         * src/main.c
15447                 added --status option to get new, unread and total
15448                 message count from a running sylpheed
15449         * src/prefs_common.c
15450                 temporary fix for reply_with_quote problem
15451                 (don't call functions for non existing widget)
15452         * src/procmsg.c
15453                 one more check for ignored threads but still not
15454                 always working correctly. probably a recursive
15455                 check for all parents is needed
15456
15457 2001-11-23 [darko]      0.6.5claws28
15458
15459         * src/compose.c
15460                 wrapping on send improvements
15461         * src/gtkutils.[ch]
15462                 fix for GtkSText after last sync with main branch
15463                 GTK_TEXT -> GTK_STEXT
15464
15465 2001-11-23 [paul]       0.6.5claws27
15466
15467         * sync with sylpheed 0.6.5cvs14
15468                 see ChangeLog entries 2001-11-22 and 2001-11-23
15469                 
15470         * po/de.po
15471                 fixed the scrambled umlauts 
15472                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15473
15474 2001-11-21 [paul]       0.6.5claws26
15475
15476         * sync with sylpheed 0.6.5cvs12
15477                 see 2nd ChangeLog entry dated 2001-11-20
15478
15479 2001-11-20 [paul]       0.6.5claws25
15480
15481         * sync with sylpheed 0.6.5cvs11
15482                 see ChangeLog entry 2001-11-19 (src/utils.c)
15483
15484 2001-11-20 [hiro]
15485
15486         * src/compose.c
15487                 GTK_TEXT -> GTK_STEXT
15488                 fix for wrong comment
15489
15490 2001-11-20 [hiro]       0.6.5claws24
15491
15492         * src/compose.[ch]
15493                 more merges from main branch
15494                 removed fatal warnings (uninitialized variables etc.)
15495                 some coding style fix
15496         * src/gtkutils.h
15497                 fixed typo.
15498         * src/addressbook.c
15499           src/addrindex.c
15500                 V-Card -> vCard
15501
15502 2001-11-19 [hoa]        0.6.5claws23
15503
15504         * src/filtering.c
15505         * src/prefs_scoring.c
15506         * src/matcher.[ch]
15507         * src/scoring.c
15508                 cleaning code
15509
15510         * src/matcher_parser_parse.y
15511         * src/prefs_filtering.c
15512                 bouncing
15513
15514 2001-11-19 [alfons]     0.6.5claws22
15515
15516         more of my old things into claws
15517
15518         * src/Makefile.am
15519         * src/prefs_common.c
15520         * src/procmsg.h
15521         * src/summaryview.[ch]
15522         * src/prefs_summary_column.c
15523         * src/pixmaps/locked.xpm
15524                 add indicators for locking of message in summary view
15525                 (does not work yet, only visual indicator)
15526
15527 2001-11-19 [paul]       0.6.5claws21
15528
15529         * sync with sylpheed 0.6.5cvs10
15530                 see ChangeLog entry 2001-11-19
15531
15532 2001-11-18 [alfons]     0.6.5claws20
15533         
15534         * src/filtering.c
15535                 remove an inadvertent free I forgot in previous clean up 
15536
15537 2001-11-18 [alfons]     0.6.5claws19
15538
15539         * src/filtering.[ch]
15540                 clean up & plug leaks
15541
15542 2001-11-18 [paul]       0.6.5claws18
15543
15544         * sync with sylpheed 0.6.5cvs9
15545                 see ChangeLog entries 2001-11-17 and 2001-11-18
15546
15547 2001-11-16 [paul]       0.6.5claws17
15548
15549         * sync with sylpheed 0.6.5cvs8
15550                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15551
15552 2001-11-16 [paul]       0.6.5claws16
15553
15554         * sync with sylpheed 0.6.5cvs7
15555                 see ChangeLog entries 2001-11-15 and 2001-11-16
15556
15557 2001-11-15 [hoa]        0.6.5claws15
15558
15559         * src/compose.c
15560                 fix bounce, mails we received couln't be bounced to ourself.
15561
15562         * src/defs.h
15563         * src/filtering.[ch]
15564         * src/matcher.[ch]
15565         * src/matcher_parser.h
15566         * src/matcher_parser_lex.l
15567         * src/matcher_parser_parse.y
15568         * src/inc.c
15569         * src/main.c
15570         * src/mbox.c
15571         * src/prefs_filtering.[ch]
15572         * src/mainwindow.c
15573         * src/prefs_matcher.c
15574         * src/prefs_scoring.c
15575         * src/scoring.[ch]
15576         * src/summaryview.c
15577                 new matcher/filter/score configuration file parser
15578                 one unique configuration file => ~/.sylpheed/matcherrc
15579                 import in currently automatic, then save are made
15580                 in this new file.
15581                 one filter per folder and one global filter
15582                 (filter of a folder will be used as folder processing)
15583
15584         * src/folder.c
15585                 fix a bug in folder_item_get_identifier
15586                 
15587         * src/messageview.c
15588                 receive receipt return are fixed.
15589
15590 2001-11-14 [alfons]     0.6.5claws14
15591
15592         * src/session.h
15593                 add things from main branch to make claws compile
15594
15595 2001-11-14 [paul]       0.6.5claws13
15596
15597         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15598                 see ChangeLog entries 2001-11-08 to 2001-11-14
15599
15600 2001-11-14 [hoa] 0.6.5claws12
15601
15602         * src/compose.[ch]
15603         * src/mainwindow.c
15604         * src/summaryview.c
15605                 add "bounce mail" option
15606
15607 2001-11-13 [christoph]  0.6.5claws11
15608
15609         * src/compose.c
15610                 Cleanup a mess i add before commiting
15611
15612 2001-11-13 [hoa]        0.6.5claws10
15613
15614         * src/compose.c
15615                 some fixes when mail are sent or
15616                 for crossposts
15617
15618 2001-11-13 [christoph]  0.6.5claws9
15619
15620         * po/de.po
15621                 Changed two string with the same translation
15622         * src/compose.c
15623         * src/procmsg.[ch]
15624         * src/send.[ch]
15625                 New mailsending process:
15626                   - Always queue message before sending
15627                     (message will be saved if sylpheed crashed or
15628                      freezes while sending)
15629                   - Allow queuing of newspostings
15630                   - No copy in outbox before sending
15631                     (closes bug #469501)
15632                   - No more redundant code for send and send_later
15633         * src/summaryview.c
15634                 Applied wwp <subscript@free.fr>'s patch that fixes
15635                 marks for multiple forwarded messages (+compose.c)
15636
15637 2001-11-12 [alfons]
15638
15639         * README.claws
15640                 remove things that are now in main branch
15641         
15642         * po/nl.po
15643                 update Dutch translation
15644
15645 2001-11-12 [mhadasht]   0.6.5.claws8
15646
15647         * src/prefs_common.c
15648                 re-enabled account autoselection feature for forward
15649                 and reedit lost during the branch point for SYNC-B4-REL
15650         * src/gtkspell.c
15651                 gtkpspell_get_dict(): more readable code (even if function is
15652                 not used yet)
15653         * ChangeLog.claws
15654                 added version number info to 2001-11-12 [hiro] comment.
15655
15656 2001-11-12 [hiro]       0.6.5.claws7
15657
15658         * src/compose.c
15659                 compose_forward(): fixed a bug that forward quote mark
15660                 wasn't used.
15661                 removed unnecessary code.
15662         * src/template_select.[ch]: removed.
15663
15664 2001-11-11 [alfons]
15665
15666         * src/compose.c
15667                 :%s/GTK_TEXT/GTK_STEXT/g
15668         
15669         * src/compose.[ch]
15670         * src/undo.[ch]
15671         * src/Makefile.am
15672                 revert the undo stuff (this is 0.6.6claws stuff)
15673
15674 2001-11-11 [hoa]        0.6.5.claws6
15675
15676         * src/compose.[ch]
15677                 Insert signature at the end of the text.
15678                 Added undo patch but currently disabled
15679
15680         * src/procmsg.c
15681                 Threading by subject improved.
15682
15683         * added src/undo.[ch]
15684                 Undo module for compose dialog box.
15685
15686 2001-11-11 [alfons]     0.6.5.claws5
15687
15688         * src/procmsg.c
15689                 prevent threading by subject on nodes that have already been
15690                 threaded by in-reply-to (as in "circular references in a tree
15691                 result in a dead branch")
15692
15693 2001-11-09 [hoa]        0.6.5.claws4
15694         
15695         * src/folderview.c
15696                 allows creation of mbox folder item from any files.
15697
15698 2001-11-09 [alfons]     0.6.5.claws3
15699         
15700         * src/utils.c
15701         * src/procmsg.c
15702                 do what I mean and correct threading by subject so it really
15703                 ignores attracting lines without "Re: "
15704
15705 2001-11-07 [alfons]     0.6.5.claws2
15706
15707         * src/procmsg.c
15708         * src/utils.[ch]
15709                 only attract by subject if a subject line starts with a "Re: "
15710         * src/syldap.c
15711                 remove warning
15712
15713 2001-11-07 [paul]       0.6.5claws1
15714
15715         * sync with sylpheed 0.6.5. release
15716                 see ChangeLog entry 2001-11-07
15717
15718 2001-11-07 [paul]       0.6.4claws31
15719
15720         * sync with sylpheed 0.6.4cvs18
15721                 see ChangeLog entries 2001-10-30 to 2001-11-07
15722                 prefs_templates.[ch] renamed prefs_template.[ch]
15723
15724 2001-11-06 [alfons]
15725         
15726         * src/utils.h
15727                 add semicolon Hoa forgot ;-)
15728                 
15729
15730 2001-11-06 [hoa]        0.6.4claws30
15731         
15732         * src/procmsg.c
15733         * src/summaryview.c
15734         * src/utils.c
15735         * src/utils.h
15736                 threading by subject - empty subject are ignored
15737
15738 2001-11-06 [christoph]  0.6.4claws29
15739
15740         * src/socket.c
15741                 use SSL_peek for sock_gets
15742         * src/utils.c
15743                 removed unneeded pointer in extracting quoted
15744                 names implementation
15745
15746 2001-11-06 [melvin]     0.6.4claws28
15747
15748         * src/gtkspell.c
15749                 fixed bug #476792 Selection overtyping with spell checker
15750                 fixed bug which could cause a buffer overflow
15751                 fixed a memory leak
15752
15753 2001-11-06 [hoa]        0.6.4claws27
15754         
15755         * src/procmsg.c
15756         * src/summaryview.c
15757                 threading by subject
15758
15759 2001-11-05 [alfons]     0.6.4claws26
15760         
15761         * README.claws
15762                 Claws -> Sylpheed (vice versa)
15763
15764         * src/compose.c
15765                 :%s/gtk_text/gtk_stext/g
15766                 :%s/GTK_TEXT/GTK_STEXT/g
15767                 (thanks to Jonathan Ware for spotting this)
15768
15769 2001-11-04 [christoph]  0.6.4claws25
15770
15771         * src/summaryview.c
15772                 replace Xalloca + strdup with Xstrdup_a
15773         * src/utils.c
15774                 better implementation of extracting quoted names
15775                 from addresses (remove backlashes and ignore
15776                 quotes after them)
15777
15778 2001-11-04 [alfons]     0.6.4claws24
15779
15780         * src/utils.[ch]
15781                 edit to comply more with coding style
15782
15783         * src/textview.c
15784                 fix bug reported by Kim Schulz. introduced by the patch integrated
15785                 in 0.6.4claws15. the code did not check the return value of
15786                 the html parser.
15787
15788         * AUTHORS
15789                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15790
15791 2001-11-04 [christoph]  0.6.4claws23
15792
15793         * src/main.c
15794         * src/prefs_common.[ch]
15795                 init some pointers that possibly caused a segfault
15796                 reported in the claws-users ML
15797
15798 2001-11-04 [hoa]        0.6.4claws22
15799
15800         * src/grouplistdialog.c
15801                 change the names of the nodes in the tree
15802
15803         * src/compose.c
15804                 enhanced mailto syntax as described in
15805                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15806                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15807
15808         * src/utils.c
15809                 encode and decode URI (useful when opening URL into
15810                 netscape).
15811
15812 2001-11-03 [hoa]        0.6.4claws21
15813
15814         * src/grouplistdialog.c
15815                 a new newsgroups list selection dialog box
15816                 with a CTree instead of a CList
15817
15818 2001-11-03 [hoa]        0.6.4claws20
15819
15820         * src/folderview.c
15821                 enable property and scoring options when right
15822                 click on "inbox"
15823
15824         * src/summaryview.c
15825                 fixed bug when nickname were displayed using
15826                 the address book.
15827
15828 2001-11-02 [darko]      0.6.4claws19
15829
15830         * src/compose.c
15831                 new wrap quotation and URL/long words wrapping implementation
15832         * src/compose.c src/gtkstext.[ch]
15833                 move gtkstext_strncmp() to gtkstext.c
15834
15835 2001-11-01 [christoph]  0.6.4claws18
15836
15837         * src/prefs_account.c
15838                 fixed mess in account settings dialog
15839         * src/prefs_folder_item.c
15840                 added label with folder path to dialog
15841
15842 2001-10-31 [match]      0.6.4claws17
15843
15844         * src/vcard.c
15845                 fix memory leak.
15846         * src/addrbook.c
15847                 fix generation of spurious address book file names.
15848                 remove redundant functions.
15849         * po/POTFILES.in
15850                 added missing file names.
15851
15852 2001-10-30 [paul]       0.6.4claws16
15853
15854         * sync with sylpheed 0.6.4cvs6
15855                 see ChangeLog entries 2001-10-26 to 2001-10-30
15856
15857         * tools/filter_conv.pl
15858                 read folderlist.xml to discover whether the top-level
15859                 folder is called 'Mailbox' or 'Mail' 
15860
15861 2001-10-29 [paul]       0.6.4claws15
15862
15863         * src/html.c, src/textview.c
15864                 activate links in html mail and fix clickable parts
15865                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15866
15867 2001-10-29 [paul]
15868
15869         * po/de.po, po/es.po, po/pt_BR/po
15870                 updated translations, submitted by Jens Oberender,
15871                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15872
15873 2001-10-29 [darko]      0.6.4claws14
15874
15875         * src/compose.c
15876                 fix wrapping for good
15877
15878 2001-10-29 [darko]
15879
15880         * src/compose.c
15881                 undo previous change as it broke the smart wrapping
15882
15883 2001-10-29 [darko]      0.6.4claws13
15884
15885         * src/compose.c
15886                 fix infinite loop when long URL is quoted
15887                 (closes bug #475122.
15888
15889 2001-10-28 [match]
15890
15891         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15892                 import Mutt address book
15893         * src/ldif.[ch] src/importldif.h
15894                 modified import LDIF handle user attributes
15895
15896 2001-10-28 [christoph]  0.6.4claws12
15897
15898         * src/summaryview.c
15899                 fixed that filtering did not work if there
15900                 were no filter rules
15901                 (closes bug #472003 and better implementation
15902                  of patch #474644)
15903
15904 2001-10-27 [christoph]  0.6.4claws11
15905
15906         * src/compose.c
15907                 make the folder's default account to be used when
15908                 replying. (patch by wwp <subscript@free.fr>)
15909         * src/compose.c
15910                 code cleanup, nearly killed all of wwp's patch
15911                 for folder's default account in compose
15912         * src/folderview.c
15913                 error panel when a folder could not be created
15914                 (closes bug #471080 new folder name & already
15915                  existing file)
15916
15917 2001-10-26 [alfons]
15918
15919         * src/utils.h
15920                 change prototype of strstr2() that Christoph forgot about
15921
15922 2001-10-26 [christoph]  0.6.4claws10
15923
15924         * src/account.c
15925                 made search for accounts by email address not case
15926                 sensitive
15927         * src/folder.c
15928                 fixed memory leak in folder_item_get_identifier
15929         * src/gtkspell.c
15930         * src/utils.c
15931                 fixed wrong strstr2 (should work like strstr)
15932
15933 2001-10-26 [darko]      0.6.4claws9
15934
15935         * src/compose.c src/gtkstext.[ch]
15936         * src/gtkstext.c
15937                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15938
15939 2001-10-26 [paul]       0.6.4claws8
15940
15941         * src/html.c
15942                 ignore css and javascript tags in html mail
15943                 case-insensitive, with or without double-quoted
15944                 strings
15945
15946 2001-10-26 [paul]       0.6.4claws7
15947
15948         * sync with sylpheed 0.6.4cvs1
15949                 see ChangeLog entry 2001-10-26
15950
15951         * src/prefs_account.c, src/prefs_common.c,
15952           src/prefs_summary_column.c
15953                 minor improvements to the English
15954
15955 2001-10-25 [alfons]     0.6.4claws6
15956
15957         * src/gtkstext.c
15958         
15959                 make GtkSText follow style of GtkText (closes bug 
15960                 #469211 "text selection while writing message")
15961                 
15962                 do sync with GTK 1.2.10
15963
15964 2001-10-25 [paul]       0.6.4claws5
15965
15966         * src/html.c
15967                 ignore css tags in html mail
15968
15969 2001-10-25 [darko]      0.6.4claws4
15970
15971         * src/compose.c
15972                 don't declare is_url_string as static function since
15973                 we need it in gtkstext.c
15974         * src/gtkstext.c
15975                 remove unused variable
15976                 don't wrap long URLs while composing a message
15977
15978 2001-10-24 [christoph]  0.6.4claws3
15979
15980         * src/socket.c
15981                 fix ssl deadlock, when peer closes connection
15982
15983 2001-10-24 [paul]       0.6.4claws2
15984
15985         * src/prefs_common.c
15986                 gettextize the gpg ascii-armored warning message
15987
15988         * src/compose.c
15989                 insert a DOS/MAC file into the composed message
15990                 (improvements)
15991
15992         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15993
15994 2001-10-22 [paul]       0.6.4claws1
15995
15996         * sync with sylpheed 0.6.4 release
15997                 see ChangeLog entries 2001-10-21
15998
15999         * po/fr.po, po/pt_BR.po
16000                 updated by Melvin Hadasht and Fabio Junior Beneditto
16001
16002 2001-10-21 [paul]       0.6.3claws30
16003
16004         * src/compose.c
16005                 insert a DOS text file from the compose window
16006                 into the composed message text (removes CRs characters)
16007                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16008
16009         * tools/filter_conv.pl, tools/README
16010                 automatically use ~/.sylpheed as working directory
16011                 print out confirmation message on completion
16012
16013         * correct Hoa's last ChangeLog.claws entry
16014
16015 2001-10-20 [hoa]        0.6.3claws29
16016
16017         * src/grouplistdialog.c
16018                 bugfix (another ?) to give the right
16019                 newsgroups list for each news server.
16020
16021         * src/news.c
16022         * src/news.h
16023                 improve the newsgroups list cache
16024
16025 2001-10-20 [paul]       0.6.3claws28
16026
16027         * sync with sylpheed 0.6.3cvs9
16028                 see ChangeLog entry 2001-10-19
16029
16030         * correct Alfons' last ChangeLog.claws entry
16031
16032 2001-10-19 [alfons]
16033
16034         * src/pgptext.[ch]
16035                 fix compilation problems (part of bug #472895)
16036
16037 2001-10-18 [hoa]        0.6.3claws27
16038
16039         * src/grouplistdialog.c
16040                 bugfix when we refresh was clicked (bug 472701)
16041
16042 2001-10-19 [christoph]  0.6.3claws26
16043
16044         * src/compose.c
16045                 last header entry should default to "To:" or
16046                 "Newsgroups:" and not copy the last entry line
16047                 in a new compose window
16048                 (closes bug #472686, #470792)
16049
16050 2001-10-19 [paul]       0.6.3claws25
16051
16052         * sync with Sylpheed 0.6.3cvs8
16053                 see ChangeLog entries 2001-10-18 and 2001-10-19
16054
16055 2001-10-18 [christoph]  0.6.3claws24
16056
16057         * src/procmsg.c
16058                 reimplement ignore thread
16059         
16060 2001-10-18 [hoa]        0.6.3claws23
16061
16062         * src/folderview.c
16063         * src/grouplistdialog.[ch]
16064                 enhanced news subscription interface (feature 469113)
16065
16066         * src/news.c
16067         * src/news.h
16068                 enchanced newsgroup listing,
16069                 now, we can get groups informations
16070                 (NNTPGroupInfo)
16071
16072 2001-10-18 [paul]       0.6.3claws22
16073
16074         * src/summaryview.c
16075                 remove comment (sync with main branch)
16076         * src/mainwindow.c
16077                 fix 'Re-edit' bug in 'Message' menu
16078
16079 2001-10-17 [christoph]  0.6.3claws21
16080
16081         * src/compose.c
16082                 ignore empty or whitespace only header lines
16083
16084 2001-10-17 [paul]       0.6.3claws20
16085
16086         * sync with sylpheed 0.6.3cvs7
16087                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16088                 2001-10-17
16089
16090 2001-10-17 [darko]
16091
16092         * src/compose.c
16093                 wrap long lines without spaces
16094                 don't wrap URLs
16095
16096 2001-10-16 [paul]
16097
16098         * po/es.po, po/nl.po, po/pt_BR.po
16099                 updated by Ricardo Mones Lastra, Alfons,
16100                 and Fabio Junior Beneditto
16101
16102         * sylpheed-0.6.3claws released
16103
16104 2001-10-15 [melvin] 0.6.3claws18
16105
16106         * README.claws
16107                 added summary and detailed installation instructions
16108                 for spell checker
16109         * po/fr.po
16110                 Updated, corrected and completed french translation
16111
16112 2001-10-15 [hoa] 0.6.3claws17
16113         * src/grouplistdialog.c
16114                 we can choose the newsgroups to display with wildcards
16115
16116 2001-10-15 [christoph]  0.6.3claws16
16117
16118         * src/account.c
16119         * src/compose.c
16120         * src/prefs_folder_item.[ch]
16121                 applied wwp <subscript@free.fr>'s folder
16122                 default account patch
16123         * po/de.po
16124                 Fixed wrong translation
16125
16126 2001-10-13 [alfons, christoph, melvin]  
16127                         0.6.3claws15
16128
16129         solution #2 to solve MT-safety problems defers all GUI related calls
16130         to the main thread using a gtk_idle_add() callback. discussed on
16131         ircnet #sylpheed, with christoph spotting some issues with the
16132         original code, and melvin allowing us to lobotomize his sylpheed.
16133
16134         * src/syldap.[ch], src/main.c
16135                 fix race problem in ldap search thread by deferring GUI 
16136                 stuff to main thread using gtk_idle_add()
16137
16138 2001-10-13 [paul]       0.6.3claws14
16139
16140         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16141                 add Sergey's smtpcred.patch
16142                 adds separate username/password setting for SMTP Auth
16143                 needed by some servers
16144                 (closes feature request #471659)
16145
16146 2001-10-13 [paul]       0.6.3claws13
16147
16148         * src/pgptext.[ch] **NEW FILES**
16149         * src/Makefile.am, src/messageview.c, src/mimeview.c
16150                 decrypt ascii-armored gpg text embedded in
16151                 the message body.
16152                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16153
16154 2001-10-13 [christoph]  0.6.3claws12
16155
16156         * README.claws
16157                 some more details on default to and
16158                 feature requests
16159         * src/main.c
16160                 init glib threading when ldap is used
16161         * src/syldap.c
16162                 threading fixes
16163         * po/de.po
16164                 fixed a typo
16165
16166 2001-10-12 [paul]       0.6.3claws11
16167
16168         * src/prefs_common.[ch], src/rfc2015.c
16169                 enable ascii-armored gpg text to be embedded in the
16170                 message body, selectable through the 'Privacy'
16171                 preferences. Supports encrypting only.
16172                 Submitted by Ravemax <ravemax@dextrose.com>
16173
16174 2001-10-12 [paul]       0.6.3claws10
16175
16176         * sync with sylpheed 0.6.3cvs6
16177                 see ChangeLog entries 2001-10-11 and 2001-11-12
16178
16179         * src/folderview.c
16180                 incorporated mbox folders, scoring, and folder
16181                 properties into the sync
16182
16183 2001-10-12 [darko]      0.6.3claws9
16184
16185         * README.claws
16186                 describe quotation wrapping
16187         * src/compose.c
16188                 don't treat tab as space to calculate line length properly
16189
16190 2001-10-11 [alfons]
16191
16192         * README.claws
16193                 correct description of how to make new filtering system work,
16194                 add some other things
16195                 
16196         * src/syldap.c
16197                 remove sched_yield() (not necessary / unportable)
16198
16199 2001-10-11 [paul]       0.6.3claws8
16200
16201         * sync with sylpheed 0.6.3cvs3
16202                 see ChangeLog entry 2001-10-10
16203
16204 2001-10-10 [christoph]  0.6.3claws7
16205
16206         * .cvsignore
16207                 ignore 2 files created by newer autotools
16208         * src/prefs_folder_item.c
16209                 using table for widget alignment
16210                 fixed memory leak and broken octal display
16211         * src/filesel.c
16212                 fixed segfault caused by lost filename
16213                 workaround (closes bug #469551)
16214
16215 2001-10-10 [paul]       0.6.3claws6
16216
16217         * sync with sylpheed 0.6.3cvs2
16218                 see ChangeLog entries 2001-10-09 and 2001-10-10
16219
16220 2001-10-10 [darko]      0.6.3.claws5
16221
16222         * src/gtkstext.c
16223                 proper calculation of right margin if smart wrapping is enabled
16224         * src/compose.c
16225                 automatically wrap long lines if wrap quotation is enabled
16226
16227 2001-10-09 [alfons]     0.6.3.claws4
16228
16229         * src/summaryview.c
16230                 select correct row when deleting last row in the summary view (and
16231                 close bug "[ #469104 ] select second last in list when deleting")
16232
16233 2001-10-09 [paul]       0.6.3claws3
16234
16235         * sync with sylpheed 0.6.3cvs1
16236                 updated some autotool scripts
16237
16238 2001-10-09 [darko]      0.6.3claws2
16239
16240         * src/gtkstext.[ch]
16241                 new name and mark with Sylpheed comment
16242         * src/compose.c
16243                 smart quotation wrapping a-la VIM
16244
16245 2001-10-08 [paul]       0.6.3claws1
16246
16247         * sync with sylpheed 0.6.3 release
16248                 see ChangeLog entry 2001-10-08
16249
16250 2001-10-08 [paul]       0.6.2claws24
16251
16252         * src/summaryview.c
16253                 more sync with sylpheed 0.6.2cvs12
16254                 Fixed the bug that didn't select the last row correctly
16255
16256
16257 2001-10-07 [paul]       0.6.2claws23
16258
16259         * sync with sylpheed 0.6.2cvs12
16260                 see ChangeLog entry 2001-10-07
16261
16262 2001-10-06 [match]
16263         * src/jpilot.[ch]
16264                 enable jpilot to read unsynch'ed addresses.
16265
16266         * src/editldap_basedn.c
16267                 fix segfault when opening dialog.
16268
16269 2001-10-06 [alfons]     0.6.2.claws22
16270
16271         * src/summaryview.c
16272                 fix bug with summary view selecting last *inserted*
16273                 node instead of last *visible* node. remember we
16274                 work with a tree
16275
16276 2001-10-06 [paul]       0.6.2claws21
16277
16278         * po/pt_BR.po
16279                 updated translation, contains some fixes and new
16280                 translations, submitted by Gustavo Noronha Silva
16281                 <kov@debian.org>
16282
16283         * src/prefs_common.c
16284                 change 'each' to 'every' - fix dubious English
16285
16286         * sync with sylpheed 0.6.2cvs11
16287
16288 2001-10-05 [alfons]     0.6.2claws20
16289
16290         * src/mainwindow.[ch], src/folderview.c
16291                 make composite tool button switch between "Compose News"
16292                 and "Compose Mail" depending on selected folder
16293                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16294
16295 2001-10-05 [paul]       0.6.2claws19
16296
16297         * src/mainwindow.c, src/summaryview.c
16298                 fix 'Message/Reply to all', broken in last commit
16299
16300         * src/compose.c
16301                 fix X_BEENTHERE seg fault, thanks to Alfons
16302
16303 2001-10-04 [paul]       0.6.2claws18
16304
16305         * src/compose.[ch], src/mainwindow.c
16306                 make "Message/Reply" reply to mailing lists; matches
16307                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16308                 based on portions of the patch submitted by
16309                 Junichi Uekawa <dancer@netfort.gr.jp>
16310
16311 2001-10-04 [darko]      0.6.2claws17
16312
16313         * src/compose.c
16314                 better smart wrapping
16315         * src/gtkstext.[hc]
16316                 a function to make text buffer contiguous
16317
16318 2001-10-03 [paul]       0.6.2claws16
16319
16320         * sync with sylpheed 0.6.2cvs10
16321
16322 2001-10-02 [alfons]
16323
16324         * configure.in
16325         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16326                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16327                 references to chinese translations (hope someone picks up
16328                 this)
16329
16330 2001-10-02 [christoph]  0.6.2claws15
16331
16332         * src/compose.c
16333                 fixed non translated header bug
16334         * ChangeLog.claws
16335                 fixed wrong date in alfons last entry ;)
16336
16337 2001-10-02 [alfons]     0.6.2claws14
16338
16339         * src/compose.c, src/prefs_common.[ch]
16340                 add block cursor option
16341
16342 2001-10-02 [paul]       0.6.2claws13
16343
16344         * sync with sylpheed 0.6.2cvs9
16345
16346 2001-09-30 [paul]       0.6.2claws12
16347
16348         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16349                 updated translations
16350
16351         * po/POTFILES.in
16352                 add 'src/importldif.c'
16353
16354         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16355                 added eudora-to-vCard conversion tool
16356                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16357
16358         * sync with sylpheed 0.6.2cvs8
16359
16360 2001-09-30 [paul]
16361
16362         * sylpheed-0.6.2claws released
16363
16364 2001-09-27 [melvin]     0.6.2claws11
16365
16366         * src/gtkspell.c
16367                 fixed crash when using default path (introduced 
16368                 in 0.6.2claws10)
16369                 fixed tiny bug for initial suggestion mode
16370
16371 2001-09-27 [melvin]     0.6.2claws10
16372         
16373         * src/gtkspell.c
16374                 fixed bug where gtkpspell didn't set the path correctly
16375
16376         * README.claws
16377                 added a paragraph about spell checking
16378                 
16379
16380
16381 2001-09-27 [paul]       0.6.2claws9
16382
16383         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16384                 replace '// comments' with '/* comments */' to prevent
16385                 some compiler warnings 
16386
16387         * sync with sylpheed 0.6.2cvs6
16388
16389 2001-09-26 [alfons]     0.6.2claws8
16390
16391         * src/messageview.c
16392                 introduce return receipt request notification again,
16393                 which was lost because of other semantics in 
16394                 procheader_parse() (???)
16395
16396 2001-09-26 [christoph]  0.6.2claws7
16397
16398         * src/compose.c
16399                 replace comments for old code with #if 0
16400                 readded auto cc, bcc and reply-to
16401         * src/prefs_matcher.c
16402         * src/prefs_scoring.c
16403                 removed some definition (was moved to
16404                 prefs.h)
16405
16406 2001-09-26 [paul]       0.6.2claws6
16407
16408         * src/mainwindow.c
16409                 make 'Follow-up and reply to' sensitive
16410
16411         * more sync with sylpheed 0.6.2cvs5
16412
16413 2001-09-25 [melvin]
16414
16415         * 0.6.2claws5
16416
16417         * src/gtkspell.c
16418                 fixed bug for "US-ASCII" introduced by the encoding code
16419
16420 2001-09-25 [paul]
16421
16422         * 0.6.2claws4
16423
16424         * src/prefs_common.[ch], src/summaryview.c
16425                 'next unread msg' 'go to next folder?' dialog can be
16426                 given default behaviour, either always show dialog,
16427                 or assume 'yes', or assume 'no'
16428                 Submitted by wwp <subscript@free.fr>
16429
16430 2001-09-25 [melvin]
16431                 
16432         * src/compose.c src/gtkspell.[ch]
16433                 added support for different encodings
16434
16435 2001-09-25 [paul]
16436
16437         * more sync with sylpheed 0.6.2cvs5
16438
16439 2001-09-24 [alfons]
16440         
16441         * src/prefs_folder_item.c
16442                 add check for item->prefs->default_to string is NULL and
16443                 add another check when freeing this string
16444
16445 2001-09-24 [paul]
16446
16447         * configure.in
16448                 change to version 0.6.2claws3
16449
16450         * sync with sylpheed 0.6.2cvs5 
16451
16452 2001-09-24 [match]
16453         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16454                 import LDIF files.
16455         * src/addrcache.[ch], addrindex.[ch]
16456                 small update for future
16457         * src/addrbook.c
16458                 fix test XML file.
16459
16460 2001-09-24 [melvin]
16461         * src/gtkspell.[ch]
16462                 added 'Learn from mistakes' option
16463                 better handling of quotes in checked words
16464                 sorted dict list
16465         * po/fr.po
16466                 small update for spell checking stuff
16467
16468 2001-09-23 [alfons]
16469         
16470         * src/gtkspell.c
16471                 edit a little bit so it complies more with main coding style
16472
16473 2001-09-23 [alfons]
16474
16475         * src/folder.[ch], prefs_folder_item.c, compose.c
16476                 migrate "request return receipt" folder property
16477                 to folderlist.xml
16478
16479 2001-09-22 [alfons]
16480
16481         * README.claws **NEW**
16482                 (add things of interest for users of main branch 
16483                 and claws here)
16484
16485         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16486                 re-implement threading per folder option, but store 
16487                 the setting in folderlist.xml (where it belongs)
16488
16489 2001-09-21 [melvin]
16490
16491         * src/gtkspell.[ch]
16492                 fixed bug when compose window is under another window
16493         * src/prefs_common.[ch] src/compose.c
16494                 changed 'dictionary_path' to 'dictionary' to be consistent
16495                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16496         * ac/pspell.m4 src/Makefile.am 
16497                 dropped PSPELL_PATH macro
16498         * po/fr.po
16499                 updated translations
16500
16501 2001-09-21 [christoph]
16502
16503         * src/compose.c
16504                 added border around header fields
16505                 keep header type when new field is added
16506
16507 2001-09-20 [christoph]
16508
16509         * src/utils.[ch]
16510                 more portable debug_print with source filename
16511                 and linenumber
16512         * src/procmsg.c
16513                 more newlines after debug messages
16514
16515 2001-09-20 [paul]
16516
16517         * configure.in
16518                 change to version 0.6.2claws2
16519
16520         * sync with sylpheed 0.6.2cvs3
16521
16522 2001-09-19 [melvin]
16523
16524         * src/gtkspell.c
16525                 fixed the post-right-click focus pb
16526                 fixed crash when 'Spell check all' after dict change 
16527                         and when cursor is at the end of the text
16528                 shift-right-click pops up config menu even on misspelled words.
16529         * po/POTFILES.in
16530                 added gtkspell.c
16531
16532 2001-09-19 [melvin]
16533
16534         * src/about.c
16535                 added pspell to compiled-in features list
16536
16537 2001-09-18 [melvin]
16538
16539         * switched to pspell and dropped ispell
16540         * ac/pspell.m4
16541                 new file. autoconf macro for pspell
16542         * ac/Makefile.am 
16543         * configure.in acconfig.h
16544                 added pspell support
16545         * src/Makefile.am
16546         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16547         * src/prefs_common.[ch] 
16548                 added pspell support
16549
16550 2001-09-18 [christoph]
16551
16552         * src/addr_compl.c
16553         * src/template.[ch]
16554                 replace LOG_MESSAGE with debug_print
16555         * src/compose.[ch]
16556                 gui improvements
16557         * src/menu.c
16558                 added newline after debug message
16559         * src/utils.h
16560                 using __VA_ARGS__ for debug_print macro
16561         * tools/.cvsignore
16562                 ignore Makefile and Makefile.in
16563
16564 2001-09-18 [paul]
16565
16566         * configure.in
16567                 change to version 0.6.2claws1
16568         * sync with sylpheed 0.6.2cvs1
16569
16570         * src/matcher.c 
16571         * src/prefs_matcher.c
16572                 add 'score equal to' option, submitted by
16573                 Paul Evans <nerd@freeuk.com>
16574
16575 2001-09-15 [christoph]
16576
16577         * src/mainwindow.c
16578                 comment out menu entry not existing in claws
16579         * src/menu.c
16580                 add debug output for non existing menu entries
16581         * src/summaryview.c
16582                 fix next/prev unread message for ignored threads
16583         * src/utils.[ch]
16584                 add sourcefile and line number to debug output
16585                 otherwise it is sometimes hard to find the
16586                 source code part if debug messages are translated
16587
16588 2001-09-14 [darko]
16589         
16590         * src/folderview.c
16591                 refresh target folder style after colour is changed
16592
16593 2001-09-13 [paul]
16594
16595         * configure.in
16596                 change to version 0.6.1claws3
16597
16598         * sync with sylpheed 0.6.1cvs6
16599
16600 2001-09-13 [darko]
16601         
16602         * src/folderview.c
16603                 fix target folder colourization to use user selected colour
16604
16605 2001-09-12 [darko]
16606         
16607         * src/summaryview.c
16608                 fix crash when message that is marked for copy/move is unmarked
16609
16610 2001-09-09 [paul]
16611
16612         * configure.in
16613                 change to version 0.6.1claws2
16614
16615         * sync with sylpheed 0.6.1cvs3
16616
16617 2001-09-09 [alfons]
16618         
16619         * src/folderview.c
16620                 fix bug with default font used for trash folder text
16621
16622 2001-09-06 [paul]
16623
16624         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16625                 updated translations
16626
16627         * configure.in
16628                 change to version 0.6.1claws1
16629
16630         * sync with sylpheed 0.6.1cvs2
16631
16632 2001-09-03 [paul]
16633
16634         * po/POTFILES.in
16635                 add Match's new addressbook
16636
16637         * po/de.po
16638                 updated translation submitted by Jens Oberender
16639
16640 2001-09-02 [paul]
16641
16642         * configure.in
16643                 change to 0.6.1claws
16644         * sync with sylpheed 0.6.1 release
16645
16646 2001-09-02 [paul]
16647
16648         * configure.in
16649                 change to 0.6.0claws2
16650
16651         * sync with sylpheed 0.6.0cvs4
16652
16653         * po/pt_BR.po
16654                 updated translation submitted by Fabio Junior Beneditto
16655
16656 2001-09-01 [match]
16657         * pixmaps/
16658                 interface.xpm
16659                 book.xpm
16660                 address.xpm
16661         * src/
16662                 Makefile.am
16663                 a ton of new files
16664
16665 2001-08-31 [paul]
16666
16667         * configure.in
16668                 change to version 0.6.0claws1
16669
16670         * sync with sylpheed 0.6.0cvs1
16671
16672         * po/es.po
16673                 updated translation submitted by Ricardo Mones Lastra
16674
16675         * po/POTFILES.in
16676                 add 'src/prefs_templates.c'
16677
16678         * src/compose.c, src/summaryview.c
16679                 fix segfault on 'Re_edit'               
16680
16681 2001-08-30 [alfons]
16682
16683         * configure.in, Makefile.am
16684         * tools/Makefile.am
16685                 add tools directory to source distribution
16686
16687 2001-08-30 [paul]
16688
16689         * configure.in
16690                 change to version 0.6.0claws
16691
16692         * sync with sylpheed 0.6.0 release
16693
16694 2001-08-30 [christoph]
16695
16696         * configure.in
16697                 removed autoconf version check
16698
16699 2001-08-30 [paul]
16700
16701         * src/account.c, src/compose.c, src/prefs_common.[ch]
16702         * src/procheader.[ch] src/utils.[ch]
16703                 Enhanced automatic account selection on replies
16704                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16705
16706         * configure.in
16707                 add LDAP and JPilot to the configuration results output.
16708
16709 2001-08-29 [christoph]
16710
16711         * src/summeryview.c
16712                 no bold font for ignored threads
16713
16714 2001-08-29 [paul]
16715
16716         * configure.in
16717                 change to version 0.5.3claws6
16718
16719         * sync with sylpheed 0.5.3cvs10
16720                 src/stringtable.[ch]: New Files
16721
16722         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16723         * src/pixmaps/sylpheed.xpm
16724                 add mini-icons to windows (by Alfons)
16725
16726 2001-08-27 [paul]
16727
16728         * src/mainwindow.c
16729                 new functions: next_labeled_cb(), prev_labeled_cb()
16730
16731         * src/summaryview.c
16732                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16733                 summary_select_next_labeled(), summary_select_prev_labeled()
16734
16735         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16736                 give claws blue folders and a blue trash can
16737
16738 2001-08-27 [paul]
16739
16740         * configure.in
16741                 change to version 0.5.3claws5
16742
16743         * sync with sylpheed 0.5.3cvs9
16744                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16745
16746 2001-08-24 [christoph]
16747
16748         * src/filesel.c
16749                 keep filename when browsing directories
16750                 (not working for user entered filename, but
16751                  for default name and selected filename from
16752                  file list)
16753         * src/mainwindow.c
16754                 fixed wrong spelling "Folllow-up"
16755         * src/mbox_folder.c
16756         * src/procmsg.c
16757         * src/summaryview.c
16758                 fixed new/unread message count with ignored
16759                 threads (2 commits, first didn't notice no
16760                 longer needed decreasing)
16761         * src/inc.c
16762                 readded scrolling of progress dialog
16763                 (lost in sync)
16764
16765 2001-08-24 [paul]
16766
16767         * configure.in
16768                 change to 0.5.3claws4
16769
16770         * sync with sylpheed 0.5.3cvs7
16771
16772 2001-08-24 [christoph]
16773
16774         * src/compose.c
16775                 set request return receipt when replying
16776                 if it is set is the folder prefs of the
16777                 message
16778         * src/inc.c
16779                 disable final error popup if popups are
16780                 disabled in config (again)
16781
16782 2001-08-23 [paul]
16783
16784         * configure.in
16785                 Change version number to 0.5.3claws3
16786
16787         * sync with sylpheed 0.5.3cvs5
16788
16789         * src/mimeview.c
16790                 double quote '%s' in 'gedit %s' to fix bug when
16791                 opening attachment with spaces in the name
16792
16793 2001-08-22 [alte]
16794         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16795           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16796                 initial message templates support
16797
16798
16799 2001-08-22 [paul]
16800
16801         * configure.in
16802                 change version number to 0.5.3claws2
16803
16804         * sync with sylpheed 0.5.3cvs4
16805
16806         * src/procmsg.h src/summaryview.c
16807                 re-implement (un)ignore thread
16808
16809 2001-08-21 [paul]
16810
16811         * src/summaryview.c
16812                 remove unnecessary code
16813         * src/compose.c
16814                 enable 'dynamic' signatures (submitted by
16815                 Eric Limpens <eric@hscg-internet.nl>)
16816
16817 2001-08-21 [paul]
16818
16819         clean up after sync with sylpheed 0.5.3 release
16820
16821         * src/folderview.c
16822                 fix re-introduced font mess, see Christoph's
16823                 entry 2001-06-24
16824
16825         * src/summaryview.c
16826                 remove prev_msgnum
16827                 use sylpheed's small font instead of
16828                 gtk default font for summary view
16829
16830
16831 2001-08-17 [paul]
16832
16833         * configure.in
16834                 add pl to ALL_LINGUAS - sync with main branch
16835
16836         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16837                 Updated. Translations by Jens Oberender, Ricardo Mones
16838                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16839
16840         * po/pl.po  ** NEW FILE **
16841                 sync with the main branch
16842
16843         * src/folderview.c
16844                 fix target folder colorizing and refresh problem
16845
16846
16847 2001-08-17 [christoph]
16848
16849         * src/mainwindow.c
16850                 claws uses 4 colors for target folder coloring.
16851                 arrays were not long enough and destroyed the
16852                 stack causing a segfault.
16853                 target folder colorizing does not work anymore
16854                 for me
16855
16856 2001-08-16 [paul]
16857
16858         * configure.in
16859                 change to version 0.5.3claws1
16860
16861         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16862           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16863           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16864
16865                 sync with sylpheed 0.5.3 release, but keep claws method of
16866                 configuring/saving fonts
16867
16868         * src/addressbook.[ch]
16869                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16870                 in line with a similar change in Hiroyuki's branch
16871
16872         * src/mainwindow.[ch]
16873                 disable main_window_set_thread_option()
16874         * src/prefs_folder_item.c
16875                 comment out &tmps_prefs.enable_thread,
16876         * src/mbox_folder.c, src/procmsg.[ch]
16877                 comment out MSG_IS_IGNORE_THREAD
16878         * src/summaryview.c
16879                 comment out summary_ignore_thread() and summary_unignore_thread()
16880                 comment out MSG_IS_IGNORE_THREAD
16881
16882                 use Hiroyuki's threading instead.
16883
16884
16885
16886 2001-08-15 [paul]
16887
16888         * src/account.c
16889                 use Hiroyuki's 0.5.3 column scheme but also
16890                 include the enable/disable button.
16891         * src/pixmaps/mark.xpm
16892                 add Hiroyuki's amended pixmap
16893
16894 2001-08-13 [christoph]
16895
16896         * src/account.c
16897                 receive at get all column showed wrong state for APOP
16898                 button should only work for POP3 and APOP accounts
16899         * src/prefs_account.c
16900                 added missing preprocessor statement for SSL
16901
16902 2001-08-12 [paul]
16903
16904         * src/account.[ch]
16905                 add 'receive at get all' column and enable/disable
16906                 button.
16907
16908 2001-08-06 [christoph]
16909
16910         * src/account.c
16911                 show usage of SSL in protocol column
16912
16913         * src/imap.c
16914         * src/inc.c
16915                 renamed ssl options
16916
16917         * src/prefs_account.[ch]
16918                 moved ssl options to a new page
16919
16920         * src/send.c
16921         * src/smtp.c
16922         * src/ssl.[ch]
16923                 renamed ssl options
16924                 added support for SMTP STARTTLS command
16925
16926 2001-08-05 [christoph]
16927
16928         * configure.in
16929                 debian autoconf needs version check to find
16930                 correct autoconf version. if the file is
16931                 named configure.in 2.13 is used, which does
16932                 not work with this configure.in script.
16933                 other solution would be to rename the script
16934                 to configure.ac as suggested in the autoconf
16935                 manual.
16936
16937         * src/inc.c
16938                 disable final error popup if popups are
16939                 diabled in config
16940
16941         * src/socket.c
16942                 bugfix in ssl_gets
16943                 fixes IMAP over SSL problem
16944
16945 2001-08-03 [paul]
16946
16947         * configure.in
16948                 change to 0.5.2claws1
16949
16950         * sync with sylpheed 0.5.2cvs1
16951
16952 2001-08-02 [alfons]
16953
16954         * configure.in
16955                 quick fix for ispell detection...
16956
16957 2001-08-01 [paul]
16958
16959         * configure.in
16960                 change to 0.5.1claws4
16961
16962         * sync with sylpheed 0.5.1cvs7
16963
16964 2001-07-31 [alfons]
16965
16966         * src/prefs_common.c, src/prefs_common.h, 
16967           src/gtkspell.c, src/gtkspell.h
16968                 add global spelling checker settings (compose tab) +
16969                 selection of dictionary 
16970           
16971         * configure.in  
16972                 guess valid ispell location
16973
16974 2001-07-31 [paul]
16975
16976         * po/POTFILES.in
16977                 removal of 'src/quote_fmt_parse.c'
16978         * po/de.po
16979                 Updated de.po
16980                 (submitted by Jens Oberender <didge@suse.de>)
16981
16982 2001-07-31 [darko]
16983
16984         * src/folder.[ch]
16985         * src/folderview.[ch]
16986         * src/mainwindow.c
16987         * src/mh.c
16988         * src/prefs_common.[ch]
16989         * src/summaryview.c
16990                 target folder colourization
16991
16992 2001-07-30 [paul]
16993
16994         more sync with Sylpheed 0.5.1cvs6 
16995
16996 2001-07-30 [darko]
16997
16998         * src/mh.c
16999         * src/prefs_folder_item.[hc]
17000         * src/summaryview.c
17001                 shared folders support with a GUI
17002
17003 2001-07-29 [paul]
17004
17005         0.5.1claws3
17006
17007         * sync with Sylpheed 0.5.1cvs6
17008
17009 2001-07-29 [paul]
17010
17011         * po/pt_BR.po
17012                 updated
17013                 (submitted by Fabio Junior Beneditto)
17014
17015 2001-07-28 [paul]
17016
17017         * src/procmime.c
17018         * AUTHORS
17019                 patch to correct bad image mime headers
17020                 (submitted by Don Quijote <dq@searchlores.org>)
17021
17022 2001-07-28 [paul]
17023
17024         * tools/gif2xface.pl   **NEW FILE**
17025         * tools/README
17026                 script to convert file.gif to file.xface for
17027                 use in a custom header.
17028                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17029
17030 2001-07-27 [alfons]
17031         
17032         * configure.in
17033                 change macros for detecting JPilot and LDAP
17034
17035 2001-07-27 [christoph]
17036
17037         * src/filtering.c
17038                 code cleanup (MIN / MAX warning, needed casting)
17039
17040 2001-07-27 [alfons]
17041
17042         * procheader.c
17043                 disallow setting flags when detecting certain headers
17044                 (X-Status, Status, Seen, X-Seen). 
17045         
17046         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17047
17048 2001-07-27 [christoph]
17049
17050         * src/prefs_filter.c
17051         * src/prefs_filtering.c
17052         * src/prefs_matcher.c
17053         * src/prefs_scoring.c
17054                 scroll list when moving rows up or down
17055
17056         * src/imap.c
17057         * src/imap.h
17058         * src/prefs_account.c
17059         * src/prefs_account.h
17060         * src/send.c
17061                 SMTP over SSL (untested, feedback requested)
17062                 IMAP over SSL
17063
17064         * src/ssl.c
17065                 code cleanup
17066
17067 2001-07-26 [alfons]
17068         
17069         * configure.in, acconfig.h
17070                 define CLAWS (need this for main / claws detection)
17071
17072 2001-07-25 [alfons]
17073
17074         * configure.in
17075                 Sylpheed 0.5.1claws2
17076                 
17077         * sync with Sylpheed 0.5.1cvs4
17078
17079 2001-07-25 [christoph]
17080
17081         * src/scoring.c
17082                 fixed segfault
17083                 item->prefs == NULL (don't know why)
17084
17085 2001-07-25 [alfons]
17086
17087         * configure.in
17088                 Sylpheed 0.5.1claws1
17089
17090         * sync with Sylpheed 0.5.1cvs1-3
17091
17092 2001-07-24 [christoph]
17093
17094         * src/folderview.c
17095         * src/prefs_folder_item.[ch]
17096                 added folderitem preferences dialog with
17097                 default To: and auto request return receipt
17098
17099         * src/compose.[ch]
17100         * src/menu.[ch]
17101                 changes to handle new folderitem preferences
17102
17103         * src/mainwindow.c
17104         * src/summaryview.c
17105                 call compose new mail with current folderitem
17106
17107 2001-07-24 [alfons]
17108
17109         Release Sylpheed 0.5.1claws
17110
17111         * configure.in
17112                 change to release version 0.5.1claws
17113
17114 2001-07-24 [christoph]
17115
17116         * src/summaryview.c
17117                 fixed segfault that happend when the selected
17118                 message was removed while retrieving new messages.
17119
17120         * po/es.po
17121                 updated translation
17122                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17123
17124 2001-07-22 [alfons]
17125
17126         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17127         this is a work in progress, for more information: http://nlpagan.net/sylman 
17128         
17129         * configure.in, src/mainwindow.c, manual/Makefile.am
17130                 add support for English manual
17131
17132         * AUTHORS
17133                 add authors of user manuals
17134
17135         * manual/en/sylpheed*.html
17136                 add English documentation
17137
17138 2001-07-22 [christoph]
17139
17140         * po/POTFILES.in
17141                 added src/ssl.c
17142         * src/ssl.c
17143                 changed a wrong debug message
17144
17145 2001-07-22 [alfons]
17146
17147         * po/nl.po
17148                 update Dutch translation
17149
17150         * src/prefs_filtering.c, 
17151           src/prefs_matcher.c
17152                 add more translatable strings           
17153
17154 2001-07-21 [alfons]
17155
17156         0.5.0claws7
17157
17158         * configure.in
17159                 change version
17160
17161         * src/inc.c, src/summaryview.[ch]
17162                 prevent update of mark file when filtering has done, by
17163                 using a variable; this affects two functions:
17164                         inc.c::inc_finished()
17165                         summaryview.c::summary_show()
17166
17167 2001-07-20 [alfons]
17168
17169         * src/filtering.[ch], src/prefs_filtering.c, 
17170           src/matcher.[ch]
17171                 add filtering action for label coloring 
17172
17173         * po/POTFILES.in
17174                 add labelcolors.c
17175
17176         * added src/labelcolors.c
17177         * added src/labelcolors.h
17178         * src/Makefile.am, src/summaryview.c
17179                 rearrange label coloring code
17180
17181         * src/procmsg.h
17182                 add more parentheses so label colouring works correctly
17183
17184         * src/filtering.c
17185                 don't really delete message, but move it to Trash
17186
17187         * src/prefs_matcher.c
17188                 add quote options to info dialog
17189
17190 2001-07-20 [christoph]
17191
17192         * src/Makefile.am
17193         * src/inc.c
17194         * src/main.[ch]
17195         * src/socket.h
17196         * src/ssl.[ch] (new)
17197                 moved ssl stuff to a seperate file
17198
17199 2001-07-20 [darko]
17200
17201         * src/summaryview.c
17202                 fix show sender using address book with no e-mail
17203                 address in From: field
17204
17205 2001-07-19 [alfons]
17206
17207         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17208                 fix messy handling of escaping... now at least the
17209                 execute command is useful. escape char is '\', we
17210                 accept \n and \r too. 
17211
17212                 Real life example:
17213                 
17214                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17215                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17216
17217 2001-07-18 [alfons]
17218
17219         0.5.0claws6
17220
17221         * src/summaryview.c
17222                 clean up
17223
17224         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17225           src/procmsg.[ch]
17226                 revise filtering; currently move, copy, marking have
17227                 been tested. if you like bleeding edge stuff, you
17228                 should definitely go for this version :)
17229
17230         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17231
17232 2001-07-17 [christoph]
17233
17234         * src/utils.c
17235                 timestamp log
17236
17237 2001-07-17 [alfons]
17238
17239         0.5.0claws5
17240
17241         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17242           bits in the mark file, without affecting either branch. Lots of
17243           files changed, also in claws branch.
17244
17245           UNTESTED: use of mbox folders
17246
17247         * src/summaryview.c
17248                 added mark all read; however this was a quick hack used for
17249                 cleaning up mess after initial merge with Hiroyuki
17250
17251         * configure.in
17252                 change claws version number back to 0.5.0claws5 to clear up 
17253                 confusion & pretension (recent release was technically 
17254                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17255
17256 2001-07-16 [alfons]
17257
17258         sync with Hiroyuki's 0.5.0cvs4
17259
17260 2001-07-16 [alfons]
17261
17262         0.5.1claws3
17263
17264         * src/filtering.[ch]
17265                 remove invalid updating of mark files for 
17266                 filter actions MATCHING_ACTION_MOVE and 
17267                 MATCHING_ACTION_DELETE; this should fix the
17268                 folder update bug
17269                 
17270         * src/procmsg.c
17271                 revert Christoph's stab at fixing the folder 
17272                 update bug
17273
17274         * po/POTFILES.in
17275                 add missing files with translatable strings
17276
17277         * src/summaryview.c
17278                 remove debug print
17279
17280 2001-07-15 [alfons]
17281
17282         * src/addr_compl.[ch], src/prefs_filtering.c
17283                 make "filtering pref dialog's destination entry" an
17284                 "address completable entry", if filter destination is 
17285                 an email address
17286
17287         0.5.1claws2
17288         
17289         sync with Hiroyuki's 0.5.0cvs2-3
17290
17291 2001-07-15 [christoph]
17292
17293         * src/procmsg.c
17294                 fixed folder stats update after incorporation
17295
17296 2001-07-15 [alfons]
17297
17298         * src/summaryview.c
17299                 * finish label colouring stuff (for now)
17300                 * fix incorrect colour bug (off by one) 
17301
17302 2001-07-14 [alfons]
17303
17304         * src/mainwindow.c
17305                 change text labels for news and mail message so there's
17306                 plenty of toolbar estate left
17307
17308         * configure.in
17309                 0.5.1claws1
17310
17311         * src/folderview.c
17312           src/folder.[ch]
17313                 sync with Hiroyuki's 0.5.0cvs1
17314
17315         * src/summaryview.c
17316                 more rewrite label colouring
17317
17318 2001-07-14 [alfons]
17319
17320         * src/summaryview.[ch]
17321                 * start rewrite label colouring 
17322                 * fix proper location "Add Sender To Addressbook" menu item
17323
17324 2001-07-13
17325
17326         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17327         (actually this is 0.5.0claws4)
17328
17329 2001-07-13 [alfons]
17330
17331         * po/pt_BR.po
17332                 * fix duplicate message
17333                 * add updated Portugese / Brazilian translation
17334                   submitted by Fabio Junior Beneditto
17335
17336 2001-07-12 [alfons]
17337
17338         * AUTHORS
17339                 add Jens
17340
17341         * po/nl.po
17342                 add updated Dutch translation
17343
17344         * po/de.po
17345                 add updated German translation submitted by Jens
17346
17347 2001-07-11 [alfons]
17348
17349         Prerelease before 0.5.0claws. Please test.
17350         This version is temporarily tagged as VERSION_0_5_0_TEST
17351
17352         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17353           src/prefs_scoring.c, src/prefs_matcher.c, 
17354           src/prefs_filtering.c, src/mbox.c, 
17355           src/main.c, src/inc.c, src/filtering.[ch]
17356                 revert new Hoa's new matcher (does not work yet)
17357
17358         * src/Makefile.am
17359                 clean up
17360
17361 2001-07-10
17362
17363         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17364
17365
17366 2001-07-10 [alfons]
17367
17368         * Makefile.am
17369                 add ChangeLog.claws to EXTRA_DIST
17370         * src/Makefile.am
17371                 add matcher_parser_parse.h to EXTRA_DIST
17372
17373 2001-07-10 [christoph]
17374
17375         * src/inc.c
17376                 add destination folder to table of
17377                 folders that need to be updated after
17378                 incorporation
17379
17380 2001-07-10 [alfons]
17381
17382         * folder.[ch]
17383           folderview.c
17384                 make collapse state of folders and folder items persistent, i.e.
17385                 if you collapse a folder tree, the next time sylpheed-claws starts 
17386                 up the folder tree remains collapsed.  
17387                 
17388 2001-07-10 [christoph]
17389
17390         * acconfig.h
17391         * configure.in
17392                 added --enable-ssl
17393         * src/md5.[ch]
17394                 renamed MD5_CTX to MD5_CTX_syl
17395                 conflicts with a struct in openssl
17396         * src/inc.c
17397         * src/main.[ch]
17398         * src/prefs_account.[ch]
17399         * src/socket.[ch]
17400                 SSL support for POP
17401         * src/mainwindow.c
17402                 fixed compose with current account
17403                 broken by new compose button stuff
17404
17405 2001-07-09 [hoa]
17406
17407         * AUTHORS
17408                 changed my email address
17409
17410         * src/matcher_parser_parse.y
17411                 clean the parser to remove conflicts
17412
17413 2001-07-09 [alfons]
17414
17415         * AUTHORS
17416                 add Match Grun
17417
17418         * configure.in
17419                 fix incorrect description of --enable-ldap parameter
17420
17421         * src/prefs_common.[ch]
17422           src/compose.c
17423                 add experimental option "smart wrapping" which makes the
17424                 compose editor auto wrap.
17425                 
17426                 | TODO: the problem with the buggy cursor handling is caused |
17427                 | by the GtkText. when deleting / backspacing text its       |
17428                 | wrapping algorithm does not take in account the previous   |
17429                 | line. should find a way to hack this in.                   |
17430                 | or should perhaps combine this with the word wrapping      |
17431                 | patch i wrote in january.                                  |
17432
17433         * src/about.c
17434                 show build parameters for LDAP and JPilot
17435
17436         * src/summaryview.c
17437                 revert Christoph's bugfix for selecting next unread message, 
17438                 because folder stats aren't updated correctly
17439
17440 2001-07-08 [hoa]
17441
17442         * src/filtering.c
17443         * src/mainwindow.c
17444         * src/matcher.c
17445         * src/matcher_parser_lex.l
17446         * src/matcher_parser_parse.y
17447         * src/prefs_filtering.c
17448         * src/prefs_scoring.c
17449         * src/scoring.c
17450                 bugfix of the config file parser
17451
17452 2001-07-08 [alfons]
17453
17454         * src/Makefile.am
17455                 added generated matcher sources to BUILT_SOURCES
17456
17457 2001-07-08 [hoa]
17458
17459         * src/Makefile.am
17460         * src/.cvsignore
17461                 added new config file parser
17462
17463         * src/scoring.[ch]
17464         * src/filtering.[ch]
17465         * src/matcher.[ch]
17466         * src/prefs_filtering.c
17467         * src/prefs_matcher.c
17468         * src/prefs_scoring.c
17469         * added src/matcher_parser.h
17470         * added src/matcher_parser_lex.h
17471         * added src/matcher_parser_lex.l
17472         * added src/matcher_parser_parse.y
17473                 lex & yacc config file parser
17474
17475         * src/mbox.c
17476         * src/inc.c
17477         * src/main.c
17478                 changes prefs_filtering into global_filtering           
17479
17480         * src/summaryview.c
17481                 build threads with subjects only if "Re: " is at the
17482                 beginning of the subject
17483
17484 2001-07-07 [paul]
17485
17486         0.5.0claws
17487
17488         sync with sylpheed 0.5.0
17489                 change of version number only
17490
17491 2001-07-06 [paul]
17492
17493         0.5.0claws5
17494
17495         sync with sylpheed 0.5.0pre5
17496
17497 2001-07-05 [paul]
17498
17499         sync with sylpheed 0.5.0pre4 release
17500                 /po and /manual/ja not sync'ed
17501
17502 2001-07-04 [paul]
17503
17504         more sync with sylpheed 0.5.0pre4
17505
17506 2001-07-03 [christoph]
17507
17508         * src/addressbook.c
17509                 fixed address book broken by address book
17510                 for VCard, JPilot, LDAP
17511
17512 2001-07-03 [alfons]
17513
17514         * src/matcher.c
17515         * src/textview.c
17516                 stopped memory leaks
17517
17518 2001-07-03 [paul]
17519
17520         more sync with sylpheed 0.5.0pre4
17521
17522 2001-07-02 [match]
17523
17524         * included address book patch for VCard, JPilot, LDAP
17525         * pref_common.c - fixed Font options on Display tab (cosmetic)
17526         * alertpanel.c - fixed truncated message
17527
17528 2001-07-02 [christoph]
17529
17530         * src/mbox_folder.c
17531         * src/procmsg.[ch]
17532         * src/summaryview.c
17533                 mark threads for ignoring
17534
17535 2001-07-02 [paul]
17536
17537         0.5.0claws4
17538
17539         * sync with sylpheed 0.5.0pre4
17540                 updated gettext to 0.10.38.
17541
17542 2001-07-01 [paul]
17543
17544         * src/ mainwindow.c
17545         * src/procmsg.h
17546         * src/summaryview.[ch]
17547                 new right-click option: Label.
17548                 substitute for 'Mark-->Mark/Unmark', colours the line.
17549                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17550
17551 2001-07-01 [christoph]
17552
17553         * src/folderview.c
17554                 fixed font for trash
17555         * src/summaryview.c
17556                 move ctree to unread message
17557
17558 2001-07-01 [paul]
17559
17560         * sync with sylpheed 0.5.0pre3 release
17561
17562 2001-06-30 [alfons]
17563
17564         * src/filesel.[ch]
17565         * src/compose.c
17566                 allow inserting / attaching multiple files in
17567                 the composer window
17568
17569 2001-06-30 [paul]
17570
17571         * src/codeconv.c
17572                 small change to Alfons' previous stuff so that it
17573                 actually makes
17574
17575 2001-06-30 [alfons]
17576
17577         * lots of files changed; first attempt to merge the changes
17578           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17579
17580 2001-06-30 [paul]
17581
17582         * po/pt_BR.po
17583                 updated and completed, translations by Fabio
17584                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17585
17586 2001-06-29 [alfons]
17587
17588         * src/compose.c
17589         * src/mimeproc.[ch]
17590                 allow selecting an attached files' mime type from a 
17591                 list of types.
17592
17593 2001-06-29 [paul]
17594
17595         * more sync with sylpheed 0.5.0pre3
17596
17597 2001-06-29 [paul]
17598
17599         * po/pt_BR.po
17600                 merge with sylpheed.pot and pt_BR.po provided by
17601                 Fabio Junior Beneditto.
17602
17603 2001-06-29 [darko]
17604
17605         * src/procmime.c
17606                 make MIME types case insensitive
17607
17608 2001-06-28 [alfons]
17609
17610         * po/nl.po
17611                 merge with sylpheed.pot and old nl.po; translations added.
17612
17613 2001-06-28 [paul]
17614
17615         * more sync with sylpheed 0.5.0pre3
17616
17617 2001-06-27 [alfons]
17618
17619         * src/summaryview.c
17620                 don't crash when removing parent node of messages
17621                 attracted by subject. this was caused by not deleting
17622                 the parent node from the subject line hash table.
17623
17624 2001-06-27 [alfons]
17625
17626         * src/summaryview.c
17627         * src/compose.[ch]
17628         * src/mainwindow.c
17629                 if there are multiple messages selected, allow forwarding
17630                 them as attachments.
17631
17632 2001-06-27 [paul]
17633
17634         * more sync with sylpheed 0.5.0pre3
17635
17636 2001-06-26 [paul]
17637
17638         0.5.0claws3
17639
17640         * sync with sylpheed 0.5.0pre3
17641
17642 2001-06-25 [paul]
17643
17644         * src/mainwindow.c
17645                 fixed 'compose news article' bug
17646                 from icon-and-text toolbar
17647
17648 2001-06-25 [paul]
17649
17650         * sync with sylpheed 0.5.0pre2 release
17651
17652 2001-06-24 [christoph]
17653
17654         * src/prefs_common.c
17655                 bug fix in font selection
17656         * src/folderview.c
17657                 use sylpheed's normal font instead of
17658                 gtk default font for folders without
17659                 new messages
17660
17661 2001-06-24 [alfons]
17662
17663         * src/mainwindow.[ch]
17664                 added composite compose mail / news button (an idea by Leandro
17665                 Pereira <leandro@linuxmag.com.br>)
17666
17667 2001-06-24 [paul]
17668
17669         Added instructions for ldif-to-xml.py
17670
17671         * tools/README
17672
17673 2001-06-23 [alfons]
17674
17675         Some minor things.
17676
17677         * src/pixmaps/stock_news_compose.xpm
17678                 added pixmap by Leandro
17679         * src/prefs_common.c
17680                 tested built-in spelling checker of GCC 3.0 :)
17681         * po/nl.po
17682                 merged dutch translation of sylpheed-main with
17683                 sylpheed.pot
17684
17685 2001-06-23 [paul]
17686
17687         Added tools directory and files.
17688
17689         * tools/filter_conv.pl
17690                 converts old filter system to new filtering system
17691         * tools/ldif-to-xml.py
17692                 converts netscape addressbook to sylpheed addressbook
17693         * tools/README
17694                 descriptions/instructions for above two files
17695
17696 2001-06-23 [christoph]
17697
17698         * src/inc.c
17699         * src/manage_window.[ch]
17700         * src/prefs_common.[ch]
17701                 mail retrieval dialog can be enabled, disabled
17702                 or hidden if non of sylpheed's windows is active
17703
17704 2001-06-22 [paul]
17705
17706         0.5.0claws2
17707
17708         * sync with sylpheed 0.5.0pre2
17709
17710 2001-06-21 [christoph]
17711
17712         * src/summaryview.c
17713                 show recipient on 'from' for all accounts
17714                 
17715         * src/inc.c
17716         * src/prefs_common.[ch]
17717                 disable error popup on mail receive errors
17718
17719 2001-06-21 [alfons]
17720
17721         * src/compose.c
17722                 made the ruler correctly appear and disappear.
17723
17724         * src/Makefile.am
17725                 removed Hoa's work-in-progress-stuff (interesting!) so 
17726                 claws compiles ok.
17727
17728 2001-06-20 [christoph]
17729
17730         * src/inc.c
17731         * src/progressdialog.c
17732                 added scrolled window for list in progressdialog
17733
17734 2001-06-20 [paul]
17735
17736         sync with sylpheed 0.5.0pre1 release
17737
17738 2001-06-20 [christoph]
17739
17740         * src/summeryview.c
17741                 make building threads by subject work when
17742                 thread view is enabled
17743                 
17744         * src/compose.c
17745         * src/prefs_common.[ch]
17746                 automatically select account for mail replys
17747
17748 2001-06-19 [sergey]
17749
17750         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17751         they are filled in from the account settings.
17752
17753 2001-06-19 [paul]
17754
17755         * more sync with sylpheed 0.5.0pre1
17756
17757 2001-06-18 [alfons]
17758
17759         * src/Makefile.am,
17760           src/procmime.c
17761                 added --sysconfdir to CPPFLAGS for pointing to the correct
17762                 location of mime.types. 
17763
17764                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17765                 or ./configure!
17766
17767 2001-06-18 [hoa]
17768
17769         * src/summaryview.c
17770                 fixed some bug when building threads
17771
17772 2001-06-18 [pau]l
17773
17774         * src/prefs_account.c
17775                 UI stuff: More changes to the English
17776
17777 2001-06-18 [paul]
17778
17779         * src/pixmaps/stock_news_compose.xpm: new file
17780         * src/Makefile.am
17781         * src/mainwindow.c
17782         * src/summaryview.c
17783                 Added new icon for Hoa's 'compose a news
17784                 message', plus minor improvements to the
17785                 English
17786
17787         * po/ja.po
17788         * ChangeLog
17789         * ChangeLog.jp
17790                 more sync with sylpheed 0.5.0pre1
17791
17792 2001-06-18 [hoa]
17793
17794         * src/compose.[ch]
17795         * src/mainwindow.c
17796                 Follow-up and reply to
17797
17798         * src/summaryview.[ch]
17799                 Build threads also with subjects
17800
17801 2001-06-17 [hoa]
17802
17803         * src/compose.c
17804                 forwarding use the current account.
17805
17806         * src/mainwindow.c
17807                 the "compose message" button has been replaced with
17808                 "new mail" and "new news" buttons
17809
17810         * src/prefs_common.[ch]
17811                 added a configuration option to use the forward button
17812                 as "forward as attachment"
17813                 changed reply and forward format description
17814
17815         * src/quote_fmt_lex.l
17816         * src/quote_fmt_parse.y
17817                 added message with no signature in format for reply
17818                 and forward.
17819
17820 2001-06-17 [paul]
17821
17822         Minor UI stuff
17823
17824         * src/mainwindow.c
17825         * src/summaryview.c
17826                 Improvements to the English
17827
17828         * src/prefs_common.c
17829                 Improvements to the English and some
17830                 clarity/continuity improvements in the
17831                 description of Quote symbols.
17832
17833 2001-06-17 [paul]
17834
17835         0.5.0claws1
17836
17837         * sync with sylpheed 0.5.0pre1
17838
17839 2001-06-17 [hoa]
17840
17841         * src/compose.c
17842                 Better interface for compose, displayed fields
17843                 are updated whenever we change account.
17844                 Newsgroups field is automatically filled.
17845
17846         * src/mainwindow.c
17847                 Newsgroups field is automatically filled.
17848
17849         * src/prefs_account.c
17850                 Some interface stuff when fields appear and
17851                 disappear.
17852
17853 2001-06-16 [paul]
17854
17855         0.4.99claws
17856
17857         * sync with sylpheed 0.4.99
17858
17859 2001-06-16 [sergey]
17860
17861         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17862         base64_decoder_free, base64_decoder_decode): new object and
17863         functions for decoding base64 streams.
17864         * src/procmime.c (procmime_decode_content): modified to use the
17865         new base64 decoder.
17866
17867 2001-06-15 [paul]
17868
17869         0.4.99claws10
17870
17871         * sync with sylpheed 0.4.99cvs11
17872
17873 2001-06-13 [paul]
17874
17875         0.4.99claws9
17876
17877         * sync with sylpheed 0.4.99cvs9
17878
17879 2001-06-13 [hoa]
17880
17881         * src/compose.c
17882         * src/prefs_account.c
17883
17884                 SMTP server can be defined in the news account
17885                 mime type of attachment are kept.
17886
17887         * src/summaryview.c
17888
17889                 now choose the highest important score between default
17890                 and important score of folder.
17891
17892 2001-06-09 [alfons]
17893         
17894         * src/prefs_common.c: 
17895
17896                 (prefs_quote_description_create): corrected description of 
17897                 quote format characters
17898
17899 2001-06-09 [paul]
17900
17901         0.4.99claws8
17902
17903         * sync with sylpheed 0.4.99cvs8
17904
17905 2001-06-08 [sergey]
17906
17907         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17908         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17909
17910 2001-06-08 [paul]
17911
17912         0.4.99claws7
17913
17914         * sync with sylpheed 0.4.99cvs7
17915
17916 2001-06-06 [sergey]
17917
17918         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17919         clashes with autogenerated header).
17920         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17921         * src/Makefile.am: added quote_fmt.h.
17922         * src/.cvsignore: added lex/yacc autogenerated files
17923         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17924
17925 2001-06-06 [paul]
17926
17927         0.4.99claws6
17928
17929         * sync with sylpheed 0.4.99cvs6
17930
17931 2001-06-06 [hoa]
17932
17933         * added src/quote_fmt_parse.h
17934         * src/compose.c
17935                 removed warnings
17936
17937         * src/prefs.[ch]
17938                 don't modify readonly configuration files
17939
17940         * src/prefs_account.c
17941         * src/prefs_common.c
17942         * src/prefs_customheader.c
17943         * src/prefs_display_header.c
17944         * src/prefs_filter.c
17945         * src/prefs_filtering.c
17946         * src/prefs_scoring.c
17947                 don't open dialog box when configuration files
17948                 are readonly
17949
17950 2001-06-05 [sergey]
17951
17952         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17953
17954         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17955         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17956         BUILT_SOURCES to make all files rebuild properly.
17957
17958         * src/compose.c: removed #include "quote_fmt.tab.h".
17959
17960         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17961         CHARACTER value in yylval.
17962
17963         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17964         receive CHARACTER value by documented means (yylval).
17965
17966         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17967
17968 2001-06-05 [hoa]
17969
17970         * src/Makefile.am
17971                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17972
17973         * src/filtering.c
17974         * src/matcher.c
17975         * src/matcher.h
17976         * src/prefs_filtering.c
17977                 now keep the configuration for execute action
17978
17979         * src/mbox_folder.c
17980                 fixed a warning
17981
17982 2001-06-05 [paul]
17983
17984         * sync with sylpheed 0.4.99cvs5
17985
17986 2001-06-05 [hoa]
17987
17988         * src/Makefile.am
17989                 added quote_fmt.[ch]
17990
17991         * added src/quote_fmt.y
17992         * added src/quote_fmt.l
17993         * added src/quote_fmt.tab.h
17994         * added src/quote_fmt.tab.c
17995         * added src/lex.quote_fmt.c
17996                 parsing configuration for replying
17997                 and forwarding
17998
17999         * src/prefs_common.[ch]
18000                 added configuration UI for replying
18001                 and forwarding
18002
18003         * src/compose.c
18004                 using configuration for replying
18005                 and forwarding
18006
18007 2001-06-04 [hoa]
18008
18009         * src/filtering.c
18010         * src/matcher.c
18011         * src/matcher.h
18012         * src/prefs_filtering.c
18013         * src/prefs_matcher.c
18014         * src/prefs_matcher.h
18015                 action "run a command" for filtering
18016                 and matching with a command.
18017                 fixed the "whole message" matching
18018
18019         * src/mbox_folder.c
18020                 changed temporary filename for security
18021
18022         * src/messageview.c
18023                 queue the notification if it fails to send.
18024
18025         * src/prefs_common.c
18026         * src/prefs_folder_item.c
18027                 changed the default important score             
18028
18029         * src/prefs_scoring.c
18030         * src/scoring.c
18031                 hide kill score input when the folder is not
18032                 a newsgroup
18033
18034 2001-06-03 [alfons]
18035
18036         * src/prefs_common.c:
18037
18038                 (prefs_font_select): pass font name in font entry box to font
18039                 selection dialog.
18040
18041 2001-06-03 [sergey]
18042
18043         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18044
18045 2001-06-03 [paul]
18046
18047         * sync with sylpheed 0.4.99cvs4
18048
18049 2001-06-03 [alfons]
18050
18051         * src/headerwindow.c:
18052
18053                 (headerwindow_show_cb): use the selected summary view item, not
18054                 the displayed item.
18055
18056 2001-06-02 [alfons]
18057
18058         * src/headerwindow.c:
18059
18060                 (headerwindow_show_cb): always try to show msginfo
18061
18062 2001-06-02 [hoa]
18063
18064         * src/compose.c
18065                 keep attached parts when reediting or forwarding.
18066
18067 2001-06-01 [hoa]
18068
18069         * src/folderview.c
18070         * src/prefs_folder_item.[ch]
18071         * src/prefs_scoring.[ch]
18072         * src/scoring.[ch]
18073         * src/summaryview.[ch]
18074         * src/main.c
18075         * src/mainwindow.c
18076         * src/prefs_common.[ch]
18077                 support for folder scoring
18078                 kill score and important score for messages
18079         
18080         * src/prefs_account.c
18081                 some display bug fixed for local account
18082                 preferences
18083
18084 2001-05-31 [alfons]
18085
18086         * src/summaryview.c:
18087
18088                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18089                 sender to address book menu item is disabled.
18090
18091 2001-05-30 [hoa]
18092
18093         * src/filtering.[ch]
18094         * src/summaryview.c
18095                 handling summary menu / filter messages
18096
18097         * src/folder.[ch]
18098                 add some stuff
18099
18100         * src/foldersel.c
18101                 imap folders now appears in list
18102
18103         * src/mbox_folder.c
18104                 doesn't crash if destination mail is not writeable
18105
18106 2001-05-29 [hoa]
18107
18108         * src/compose.c
18109                 removed some warnings
18110
18111         * src/filtering.c
18112         * src/folder.[ch]
18113         * src/prefs_filtering.c
18114                 global string to identify any folders           
18115                 removed some debug info
18116                 filtering to mbox folders is now possible
18117
18118         * src/mainwindow.c
18119                 removed some warnings
18120
18121         * src/mbox_folder.c
18122                 permission on files are changed to read/write for user only,
18123                 nothing for other.
18124                 creation of subfolder is handled better.
18125
18126 2001-05-28 [alfons]
18127
18128         Verified the sync for src/prefs_common.[ch] and
18129         src/prefs_account.[ch]. I believe there were some
18130         minor indentation differences.
18131
18132 2001-05-28 [paul]
18133
18134         0.4.99claws3
18135
18136         * sync with 0.4.99cvs3
18137
18138 2001-05-28 [hoa]
18139
18140         * src/compose.c
18141                 handling flags for mbox format
18142
18143         * src/filtering.c
18144                 use of mark file only for MH format
18145                 handling flags for mbox format
18146                 filtering cannot yet move or copy mails to mbox folders.
18147
18148         * src/folder.[ch]
18149                 changed move_msg, copy_msg,
18150                 move_msgs_with_dest, copy_msgs_with_dest functions
18151                 uses only folder->copy_msg() function
18152                 uses folder->finished_copy() to handle the destination
18153                 folder at the end of the copy or move operation.
18154
18155         * src/foldersel.c
18156                 included mbox directories.
18157
18158         * src/folderview.[ch]
18159         * src/mainwindow.c
18160                 handle folders operation for mbox format
18161
18162         * src/mbox.c
18163                 disable conversion of "From " header
18164
18165         * src/mbox_folder.[ch]
18166                 completion of mbox format handling
18167
18168         * src/mh.c
18169                 changed mh_copy_msg() function and
18170                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18171                 mh_copy_msgs_with_dest()
18172
18173         * src/prefs_filtering.c
18174                 removed some warnings
18175
18176         * src/prefs_matcher.c
18177                 default boolean operation is AND
18178
18179         * src/procheader.c
18180                 handling flags for mbox format
18181                 handling of "From " header
18182
18183         * src/procmsg.[ch]
18184                 removed data field
18185                 added MSG_REALLY_DELETED flags to handle deletion of
18186                 messages in mbox format.
18187
18188         * src/summaryview.c
18189                 handling flags for mbox format
18190                 disable the MSG_DELETED flags when messages
18191                 are deleted in mbox format
18192
18193         * src/textview.c
18194                 "From " headers display fixed.
18195
18196 2001-05-27 [alfons]
18197
18198         * src/textview.c:
18199                 
18200                 (get_email_part): skip quoted email addresses, like in e.g.
18201                 "'alfons@proteus.demon.nl'".
18202
18203 2001-05-26 [alfons]
18204
18205         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18206         and fixing the persistence troubles when using separate windows.
18207
18208         * src/mainwindow.c:
18209         
18210             Added #define SEPARATE_ACTION used in the gtk item factory for 
18211             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18212                 use gtk_item_factory_get_widget_by_action() to get the items.
18213                 
18214             Removed separate_widget_cb from the gtk item factory data   
18215           
18216             (mainwindow_create): connect separate_widget_cb() to check
18217             menu item "toggled" signal. also passing a MainWindow pointer
18218                 as object data for both check menu items.
18219                 
18220             (separate_widget_cb): definition of separate_widget_cb() to match
18221             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18222                 window using gtk_object_get_data(). The type of window separation 
18223                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18224         
18225         * src/prefs_filtering.c,
18226           src/prefs_matcher.c: added horizontal scrollbars
18227
18228 2001-05-25 [darko]
18229
18230         * src/headerview.c
18231                 fix segfault with invalid bold font
18232         * src/summaryview.c
18233                 correctly display summary stats after row is marked
18234
18235 2001-05-23 [sergey]
18236
18237         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18238         encodings with libjconv.
18239
18240 2001-05-23 [hoa]
18241
18242         * src/Makefile.am
18243                 added mbox_folder.[ch]
18244         * src/defs.h
18245                 mbox temporary folder
18246         * src/folder.[ch]
18247         * added src/mbox_folder.[ch]
18248         * src/folderview.c
18249         * src/procheader.[ch]
18250                 added mbox support
18251         * src/mbox.c
18252                 bugfix for file incorporation filtering
18253         * src/imap.c
18254                 enable creation of MBOX
18255         * src/prefs_display_header.c
18256                 enable use of headers like "From "
18257                 something that should be fixed :
18258                         displaying of such headers add an extra space
18259         * src/prefs_folder_item.c
18260                 don't create folders because it is not necessary
18261         * src/procmsg.h
18262                 added data field to MsgInfo for mbox internal use
18263         * src/summaryview.c
18264                 added some support for mbox
18265         * src/utils.[ch]
18266                 added get_mbox_cache_dir() function
18267
18268 2001-05-23 [hiroyuki]
18269
18270         * src/headerwindow.c
18271           src/inc.c
18272           src/main.c
18273           src/mh.c
18274           src/nntp.c
18275           src/procmsg.h
18276           src/session.h
18277           src/socket.[ch]
18278           src/summaryview.c
18279           src/textview.c
18280           src/automaton.c
18281           src/folderview.c: more sync with 0.4.99cvs2.
18282
18283         * src/headerwindow.c: reverted.
18284
18285 2001-05-22 [paul]
18286
18287         0.4.99claws2
18288
18289         * sync with sylpheed 0.4.99cvs2
18290                 * src/news.[ch]
18291                 * src/nntp.[ch]
18292                 * INSTALL
18293                 * INSTALL.jp
18294
18295 2001-05-22 [alfons]
18296
18297         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18298
18299 2001-05-21 [alfons]
18300
18301         Minor things:
18302
18303         * configure.in: if gnome-config not found, "no" is displayed
18304         
18305         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18306
18307         * src/textview.c: now also possible to add mail addresses by right
18308           clicking in the text view
18309
18310         * src/codeconv.c: merged patch which fixes endless loop when encountering
18311           invalid wide characters; from Alte <010@imis.ru>  
18312
18313 2001-05-20 [alfons]
18314
18315         Added installation of gnome specific things:
18316
18317         * Makefile.am: gnome conditional
18318
18319         * configure.in: check for installed gnome
18320
18321         * added sylpheed.png, sylpheed.desktop
18322
18323 2001-05-20 [sergey]
18324
18325         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18326
18327         * src/mainwindow.h (main_window_toolbar_create): created a button
18328         for "Reply to all".
18329         (main_window_set_toolbar_sensitive): enable/disable the new button
18330         appropriately.
18331         (toolbar_reply_to_author_cb): handle the new button.
18332
18333         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18334         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18335         failure).
18336
18337 2001-05-19 [sergey]
18338
18339         * src/compose.h (ComposeReplyMode): new modes
18340         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18341         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18342
18343         * src/compose.c
18344         (compose_send): move some code into a new function:
18345         (compose_current_mail_account): new function.
18346         (compose_reply): new argument to_author, all callers changed; if
18347         to_author==TRUE and account->protocol==A_NNTP, find and use an
18348         appropriate mail account for replying.
18349         (compose_reply_set_entry): new argument to_author; ignore
18350         compose->replyto if to_author==TRUE.
18351
18352         * src/mainwindow.c: new command "Message/Reply to author".
18353         (main_window_set_menu_sensitive): enable/disable it.
18354         (reply_cb): handle it.
18355
18356         * src/summaryview.c: new command "Reply to author".
18357         (summary_set_menu_sensitive): enable/disable it.
18358         (summary_reply_cb): handle it.
18359
18360         * src/account.c (account_find_mail_from_address): new function.
18361
18362 2001-05-18 [paul]
18363
18364         0.4.99claws1
18365
18366         * sync with sylpheed 0.4.99cvs1
18367
18368 2001-05-18 [hoa]
18369
18370         * src/compose.[ch]
18371         * src/filtering.c
18372         * src/summaryview.c
18373                 new filtering action : forward and forward as attachment
18374
18375         * src/main.c
18376                 no need for $DISPLAY when we run sylpheed --help
18377                 call to parse_cmd_opt() is moved
18378
18379         * src/mainwindow.[ch]
18380                 execute button is hidden when immediate execute
18381                 is chosen
18382
18383         * src/mh.c
18384         * src/news.c
18385         * src/prefs_folder_item.c
18386         * src/procmsg.c
18387                 better handling of missing directories
18388
18389         * src/summaryview.c
18390                 reedit is enabled in outbox
18391                 reedit is enabled in queue
18392
18393 2001-05-17 [hoa]
18394
18395         * src/filtering.c
18396         * src/matcher.[ch]
18397         * src/prefs_filtering.c
18398                 changed attachement into attachment
18399
18400 2001-05-17 [alfons]
18401
18402         0.4.67claws4    
18403
18404         * sync with sylpheed 0.4.67cvs9
18405         * sync with sylpheed 0.4.67cvs7-8
18406
18407 2001-05-17 [hoa]
18408
18409         * src/Makefile.am
18410                 added prefs_filtering.c
18411
18412         * src/filtering.[ch]
18413         * src/matcher.[ch]
18414                 removed action : forward_news and forward_news_as_attachement
18415                 (forward and forward_as_attachement can be used instead)
18416
18417         * src/mainwindow.c
18418                 added menu option to access filtering configuration
18419
18420         * src/prefs_account.c
18421                 changed mail_command default to /usr/sbin/sendmail
18422
18423         * added src/prefs_filtering.[ch]
18424                 dialog box for filtering configuration
18425
18426         * src/prefs_matcher.c
18427                 added function prefs_matcher_get_criteria_from_matching()
18428
18429         * src/prefs_scoring.c
18430                 reset the dialog when register or substitute is clicked
18431
18432 2001-05-15 [hoa]
18433
18434         * src/Makefile.am
18435                 added filtering.[ch]
18436         * src/inc.c
18437                 using filering.[ch] instead of filter.[ch]
18438         * src/main.c
18439                 reading new filtering configuration
18440         * src/matcher.[ch]
18441                 added some filtering actions
18442                 and fixed a bug for headers and mail body matching
18443         * src/mbox.c
18444                 using filering.[ch] instead of filter.[ch]
18445         * src/mh.c
18446                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18447         * src/summaryview.c
18448                 some fixes for filtering
18449
18450 2001-05-14 [hiroyuki]
18451
18452         * src/send.c: fixed some weird indentations.
18453           send_message_with_command(): call pclose() only if p != NULL.
18454         * src/textview.c: get_email_part(): modified the code for readability.
18455
18456 2001-05-14 [hiroyuki]
18457
18458         * src/md5global.h
18459           src/md5ify.c
18460           src/md5ify.h: removed from the cvs.
18461
18462 2001-05-13 [sergey]
18463
18464         * src/main.c: include rfc2015.h to avoid compiler warnings.
18465         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18466         the panel is already on screen.
18467         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18468         closing the alert window by ESC as "No".
18469         * src/prefs_common.c (prefs_interface_create): moved return
18470         receipt check button to the correct place.
18471
18472 2001-03-13 [alfons]
18473
18474         * src/prefs_common.c: 
18475                 moved return receipt check button to the Send tab. (prefs_send_create)
18476                 removed the date format ui related globals. (prefs_display_create)
18477
18478         0.4.67claws3
18479         
18480         * sync with sylpheed 0.4.67cvs5-6
18481
18482 2001-05-13 [paul]
18483
18484         * added Alfons' font selection patch
18485
18486         * src/defs.h
18487         * src/headerwindow.c
18488         * src/prefs_common.c
18489         * src/prefs_common.h
18490
18491 2001-05-13 [hoa]
18492         * src/defs.h
18493                 changed version of cache
18494         * src/matcher.[ch]
18495         * src/prefs_matcher.c
18496                 added additionnal matching criteria
18497         * src/procheader.c
18498         * src/procmsg.[ch]
18499         * src/news.c
18500                 added references in MsgInfo
18501
18502 2001-05-12 [hoa]
18503
18504         * src/defs.h
18505                 prepared some things for new filtering
18506         * src/matcher.[ch]
18507                 added some matching properties
18508                 inreplyto need to be enhanced
18509                 prepared some things for new filtering
18510         * src/messageview.c
18511                 added Return-Receipt-To handling
18512         * src/prefs_folder_item.c
18513                 changed default value to TRUE
18514         * src/prefs_matcher.c
18515                 added some matching properties
18516         * src/prefs_scoring.[ch]
18517                 the scoring dialog is finished
18518         * src/procheader.c
18519                 added Return-Receipt-To handling
18520                 Reference need to be added
18521         * src/procmsg.[ch]
18522                 added Return-Receipt-To handling
18523                 added threadscore to get a better score sorting when
18524                 threads are enabled
18525         * src/summaryview.c
18526                 suppressed a bug when we sort the list
18527                 when no folder is opened.
18528                 better score sorting when threads are enabled
18529
18530 2001-05-12 [alfons]
18531
18532         * reverted previous patch because of potential errors 
18533
18534         0.4.67claws2
18535         
18536         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18537                 applied "toggle mail-retrieval dialog window" patch submitted 
18538                 by Eric Limpens <eric@qnt.net>
18539
18540         * sync with sylpheed 0.4.67cvs4
18541
18542 2001-05-12 [sergey]
18543
18544         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18545         some picky compilers.
18546         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18547         * src/grouplist_dialog.c: include alertpanel.h.
18548         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18549         fix compile warning.
18550         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18551         #include "defs.h" before others to prevent the warning of `MIN'
18552         and `MAX' redefinition.
18553
18554 2001-05-11 [hoa]
18555
18556         * src/main.c
18557         * src/messageview.c
18558         * src/prefs_account.c
18559         * src/prefs_display_header.c
18560                 removed warning
18561         * src/Makefile.am
18562                 added prefs_scoring.[ch]
18563         * src/grouplist_dialog.c
18564                 display an error dialog box if the group list
18565                 cannot be fetched.
18566         * src/mainwindow.[ch]
18567                 added main_window_set_thread_option() function
18568                 scoring dialog box enabled
18569         * src/matcher.[ch]
18570                 added flags matching unread /new / marked
18571                 / deleted / replied / forwarded
18572         * src/news.c
18573                 newsgroups are now finally in newscache
18574         * src/prefs_matcher.[ch]
18575                 finished preferences for matching dialog
18576         * added src/prefs_scoring.[ch]
18577                 scoring dialog box completed
18578         * src/scoring.[ch]
18579                 conversion to string : added scoringprop_to_string()
18580                 write config for preferences :
18581                 added prefs_scoring_write_config()
18582         * src/summaryview.c
18583                 threads can be enabled/disabled independently
18584                 for each folder
18585
18586 2001-05-10 [alfons]
18587
18588         0.4.67claws1
18589         
18590         * AUTHORS: 
18591                 thought it would be nice to have a list of all
18592                 contributors (used Changelog as a reference)
18593         
18594         * configure.in: 
18595                 messed up version numbering...
18596
18597         0.4.66claws1
18598
18599         * sync with sylpheed 0.4.67cvs1-3
18600
18601 2001-05-10 [darko]
18602
18603         * src/prefs_common.c:
18604                 better UI for strftime format, double clicking
18605                 on format now inserts the format in text entry
18606                 replaced close button with standard OK/Cancel
18607                 moved date format button to the right of the
18608                 text entry field
18609
18610 2001-05-09 [alfons]
18611
18612         * src/gtkstext.c:
18613                 Ctrl-Home / Ctrl-End have proper cursor navigation
18614
18615 2001-05-09 [hoa]
18616
18617         * src/prefs_matcher.c
18618                 finished UI to define matching properties
18619                 added ok and cancel button
18620         * src/prefs_filter.c
18621                 added ok and cancel button
18622         * src/news.c
18623                 fixed some bug in xhdr parsing
18624
18625 2001-05-08 [alfons]
18626
18627         * src/textview.c: 
18628                 fixed a bug in textview_show_header(), which displayed two colons (':');
18629                 cleaned up some warnings
18630
18631 2001-05-08 [hoa]
18632
18633         * src/Makefile.am
18634                 added prefs_matcher.[ch]
18635                 compilation with -W -Wall
18636         * src/alertpanel.c
18637                 ungrab the mouse events if grabbed - does it
18638                 fix the bug for disposition notification ?
18639         * src/mainwindow.c
18640                 added a menu option to open the matching dialog.
18641         * src/matcher.[ch]
18642                 added matcherprop_to_string() and matcherlist_to_string()
18643                 fixed some bugs, changed the name of some options
18644                 age_sup and age_inf becomes age_greater and age_lower,
18645                 body and messageheaders becomes body_part and headers_part,
18646                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18647         * src/prefs_display_header.c
18648         * src/prefs_headers.c
18649                 fixed a bug that accidentally destroyed dialogs
18650                 when closed them with delete_event
18651                 Added *_deleted() which handle delete_event signal correctly.
18652         * src/prefs_folder_item.[ch]
18653                 added "enable_thread" field for future customization
18654         * added src/prefs_matcher.[ch]
18655                 sample of the UI to define matching properties
18656         * src/procheader.c
18657                 using procheader_headername_equal instead of str*cmp functions
18658                 using procheader_parse_header() function
18659         * src/scoring.c
18660                 using MATCHING_XXX instead of SCORING_XXX
18661         * src/summaryview.c
18662                 display the sender of the news even if this is ourself
18663                 when this is a news message.
18664         * src/textview.c
18665                 using headername_equal() instead of str*cmp functions
18666
18667 2001-05-08 [alfons]
18668
18669         0.4.66claws
18670
18671         * sync with sylpheed 0.4.66
18672         * src/gtkstext.c: trace logs added 
18673
18674 2001-05-08 [sergey]
18675
18676         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18677         signature check popup.
18678         * src/rfc2015.c (check_signature): show signature check popup only
18679         if it is enabled in preferences.
18680
18681 2001-05-07 [alfons]
18682
18683         0.4.66claws4
18684         
18685         * sync with sylpheed 0.4.66cvs6
18686
18687 2001-05-07 [darko]
18688
18689         * src/prefs_common.[ch]: added option to enable/disable
18690           looking up sender name in address book for summary pane
18691         * src/summaryview.c: look up sender in the address book
18692           by using Alfons' address completion code
18693
18694 2001-05-07 [hiroyuki]
18695
18696         * src/inc.h
18697           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18698           member of Pop3State.
18699         * src/news.c: brought #include "defs.h" before #include <glib.h>
18700           to prevent the warning of `MIN' and `MAX' redefinition.
18701
18702 2001-05-06 [hoa]
18703
18704         * removed src/headers_display.[ch]
18705         * removed src/prefs_display_headers.[ch]
18706         * src/inc.c
18707                 use a temporary file in the user directory for mbox import
18708         * src/news.c
18709                 added XHDR support to get "To" and "Cc" headers
18710                 (in order to match news with to or cc field for
18711                 scoring)
18712                 added function news_parse_xhdr() to get XHDR response
18713         * src/nntp.[ch]
18714                 added function nntp_xhdr()
18715         * src/matcher.c
18716                 fetch the message if necessary
18717
18718 2001-05-06 [alfons]
18719
18720         0.4.66claws3
18721
18722         * sync with sylpheed 0.4.66cvs3-5
18723
18724 2001-05-06 [hoa]
18725
18726         * src/utils.[ch]
18727                 added function itos_buf() to enable use of several buffers
18728         * src/summaryview.c
18729                 use of itos_buf() instead of itos() in summary list
18730                 to fix the broken display of message number.
18731
18732 2001-05-06 [alfons]
18733
18734         * src/gtkstext.c: bug in cursor up navigation fixed,
18735                 fixed another unsigned / signed comparison (we're getting there :-)
18736
18737 2001-05-06 [hoa]
18738
18739         * src/Makefile.am
18740                 added scoring.c scoring.h
18741                 prefs_folder_item.c prefs_folder_item.h
18742                 matcher.c matcher.h
18743         * src/defs.h
18744                 added FOLDERITEM_RC SCORING_RC
18745         * src/folder.[ch]
18746                 added prefs field in FolderItem :
18747                 properties for each folder (PrefsFolderItem),
18748                 sorting type and mode were added as the first properties.
18749         * src/main.c
18750                 read config for scoring
18751         * added src/matcher.[ch]
18752                 gives functions to parse configuration file to do
18753                 matching on mails with a list of conditions.
18754         * src/mainwindow.c
18755                 add option to sort by score
18756         * src/prefs_common.[ch]
18757                 added preference option to show score and for
18758                 the score column size
18759         * added src/prefs_folder_item.[ch]
18760                 properties for each folder (PrefsFolderItem),
18761                 sorting type and mode were added as the first properties.
18762         * src/procheader.[ch]
18763                 added procheader_parse_header()
18764                 added procheader_header_free()
18765                 added procheader_headername_equal()
18766                 and made modification to use them.
18767         * src/procmsg.[ch]
18768                 added score field to MsgInfo structure
18769         * added src/scoring.[ch]
18770                 gives functions to parse configuration file to do
18771                 scoring on mails with a list of conditions.
18772         * src/summaryview.[ch]
18773                 save the sorting type and mode for the folder
18774                 added column to display the score of the mail
18775                 added function summary_score_clicked()
18776                 sorting type and mode are restored to the folder
18777                 when it is reopen
18778         * src/textview.c
18779                 use procheader_parse_header(), procheader_headername_equal()
18780                 removed memory leak in text_scan_header when freeing headers
18781         * src/filter.c
18782                 changed the function to match names of headers
18783                 using procheader_headername_equal()
18784
18785         Scoring functions are implemented, an interface is needed
18786         to configure that.
18787
18788 2001-05-04 [alfons]
18789
18790         * src/gtkstext.c: 
18791                 hopefully fixed the row up navigation bug,
18792                 removed adding back / forward lines to cache
18793
18794 2001-05-04 [sergey]
18795
18796         * src/prefs_display_headers.c: user interface changes:
18797         (prefs_display_headers_create): remove unused "Show" check button;
18798         allow reordering of headers by dragging.
18799         (prefs_display_headers_write_config): remove unused variables.
18800         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18801         of lists (not needed with the new UI).
18802         (prefs_display_headers_set_list): scan lists starting from row 0,
18803         not 1 (do not skip "(New)").
18804         (prefs_display_headers_find_header): new function.
18805         (prefs_display_headers_clist_set_row): do not allow duplicates.
18806         (prefs_display_headers_delete_cb): do not skip row 0; treat
18807         closing the alert window by ESC as "No".
18808         (prefs_display_headers_up): do not protect row 0.
18809         (prefs_display_headers_down): do not protect row 0.
18810
18811 2001-05-04 [sergey]
18812
18813         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18814         functions.
18815
18816         * src/summaryview.c
18817         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18818         summary_select_next_marked, summary_select_prev_marked): new
18819         functions.
18820
18821 2001-05-03 [sergey]
18822
18823         * src/news.c: fixed a bug when no article can be fetched after
18824         server timeout if the connection was restored by news_post():
18825         (news_select_group): new function.
18826         (news_fetch_msg): call news_select_group() before fetching
18827         article.
18828         (news_get_uncached_articles): set session->group after successful
18829         GROUP command.
18830
18831 2001-05-03 [hoa]
18832
18833         * src/defs.h
18834         * src/procmsg.[ch]
18835         * src/procheader.c
18836                  changed version of cache, added cc field
18837
18838         * src/prefs_display_headers.c
18839                 the interface was changed
18840
18841         * src/prefs_headers.c
18842                 added cancel button
18843
18844 2001-05-03 [alfons]
18845
18846         * completed sync of sylpheed cvs2
18847         * src/gtkstext.c: updated row up / down cursor navigation
18848         * src/textview.c: re-edited, prepared for fixing the email address
18849                 scanner.
18850
18851 2001-05-03 [darko]
18852
18853         * src/prefs_common.c: use alfons' strftime ui code
18854         entry_datefmt and datefmt_sample widgets have to be
18855         global in this module because of this change
18856
18857 2001-05-03 [hoa]
18858
18859         * src/messageview.c
18860         * src/prefs_common.[ch] added option to activate the return receipt
18861                 feature.
18862
18863 2001-05-02 [alfons]
18864
18865         * src/gtkstext.c: fix for row up/down cursor navigation. 
18866
18867         0.4.66claws2
18868         
18869         * sync with 0.4.66cvs2
18870
18871 2001-05-02 [paul]
18872
18873         added add-sender-to-addressbook patch
18874
18875         * src/addressbook.c
18876         * src/addressbook.h
18877         * src/summaryview.c
18878
18879 2001-05-02 [sergey]
18880
18881         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18882         G_ALERTDISABLE.
18883
18884         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18885         all existing callers changed to pass FALSE; create a check button
18886         to disable the message.
18887         (alertpanel_message_with_disable): new function.
18888         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18889         (alertpanel_button_toggled): new function.
18890         (alertpanel_button_clicked, alertpanel_close): set value using
18891         G_ALERT_VALUE_MASK.
18892
18893         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18894
18895         * src/prefs_common.c (prefs_privacy_create): new check button
18896         checkbtn_gpgme_warning.
18897
18898         * src/main.c (main): moved preferences reading before gpgme
18899         initialization; check prefs_common.gpgme_warning before giving the
18900         GnuPG warning and set it to FALSE if the user wants to disable the
18901         warning.
18902
18903 2001-05-02 [hiroyuki]
18904
18905         * src/prefs_display_headers.c: modified the layout and some labels.
18906
18907 2001-05-02 [sergey]
18908
18909         * src/prefs_account.c (prefs_account_fix_size): new function.
18910         (prefs_account_create): call prefs_account_fix_size(); use
18911         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18912         size when the window is shown for the first time).
18913         (prefs_account_basic_create): changed layout of serv_table; moved
18914         localmbox_entry above smtpserv_entry (logically it replaces
18915         POP3/IMAP server).
18916         (prefs_account_protocol_activated): set sensitivity of
18917         nntpauth_chkbtn according to the protocol (in addition to
18918         hide/show); commented out gtk_table_set_row_spacing() calls.
18919         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18920         not sensitive (fixes a bug with disabled username/password boxes
18921         when editing POP3 account after NNTP with authentication).
18922
18923 2001-05-02 [hoa]
18924
18925         * src/account.c
18926         * src/inc.c
18927         * src/prefs_account.[ch]
18928         * src/send.c
18929                 removed local account without SMTP server
18930                 added option to use mail command instead of a connexion
18931                 to SMTP server when a local account is used
18932         * src/prefs_headers.c
18933                 fixed a bug
18934         * src/news.c
18935                 fixed a bug when connexion immediately closed
18936
18937 2001-05-01 [alfons]
18938
18939         0.4.66claws1
18940         
18941         * sync with 0.4.65
18942
18943 2001-05-01 [sergey]
18944
18945         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18946         widget nntpauth_chkbtn.
18947         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18948         visibility.
18949         (prefs_account_nntpauth_toggled): new function.
18950
18951         * src/news.c (news_session_new_for_folder): use NNTP
18952         authentication only if ac->use_nntp_auth is set.
18953
18954 2001-05-01 [hoa]
18955
18956         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18957         * src/prefs_display_headers.c changed the UI
18958         * src/prefs_headers.c changed account_name to account_id
18959         * src/compose.c using customheader.h
18960
18961 2001-05-01 [hiroyuki]
18962
18963         * src/esmtp.c
18964           src/news.c
18965           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18966           unsynched.
18967
18968 2001-05-01 [hoa]
18969
18970         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18971         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18972                 for displaying of headers
18973         * src/grouplist_dialog.[ch] minor changes to remove warnings
18974         * src/prefs_display_headers.[ch] dialog to choose the
18975         headers to display in the mail viewer.
18976         * src/headers.h correction of #define
18977         * src/headers_display.[ch] configuration for displaying of headers.
18978         * src/main.c read config of displaying of headers
18979         * src/prefs_common.c add a button to access the config dialog
18980                 for displaying of headers
18981         * src/prefs_display_headers.[ch] dialog for configuration for
18982                 displaying of the headers.
18983         * src/prefs_headers.c cleaning of code
18984         * src/procheader.c comments added to code
18985         * src/textview.c changes to reorder the headers depending
18986                 on the config for displaying of headers
18987
18988 2001-04-30 [alfons]
18989
18990         0.4.65claws7
18991
18992         * sync with 0.4.65cvs12
18993
18994         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18995
18996 2001-04-30 [sergey]
18997
18998         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18999
19000         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19001         is set to force reconnection after authentication failure.
19002         (nntp_gen_command): set sock->auth_failed on authentication
19003         failure, or if sock->userid and sock->passwd are not set.
19004
19005         * src/news.c (news_session_new_for_folder): set userid=NULL if
19006         password dialog is cancelled.
19007
19008 2001-04-30 [sergey]
19009
19010         * src/nntp.h (NNTPSockInfo): new type.
19011
19012         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19013         SockInfo.
19014         (nntp_open_auth, nntp_close): new functions.
19015         (nntp_gen_command): new function to handle authentication; all
19016         NNTP command functions updated to use it.
19017         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19018         (nntp_list): removed old useless code.
19019
19020         * src/news.h (NNTPSession): new field nntp_sock.
19021
19022         * src/news.c: all functions updated to use NNTPSockInfo instead of
19023         SockInfo.
19024         (news_session_new): new arguments (userid, passwd); made static;
19025         use nntp_open_auth() if needed.
19026         (news_session_destroy): use nntp_close() instead of sock_close().
19027         (news_query_password): changed arguments.
19028         (news_session_new_for_folder): new function.
19029         (news_session_get): use news_session_new_for_folder().
19030         (news_authenticate): deleted.
19031         (news_get_uncached_articles): removed old authentication code.
19032
19033 2001-04-30 [sergey]
19034
19035         * src/news.c: reverted my previous changes (need to do NNTP
19036         authentication in a cleaner way).
19037         
19038 2001-04-29 [sergey]
19039
19040         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19041         news_nntp_post, news_nntp_mode): new functions (wrappers with
19042         authentication support).
19043         (news_get_article_cmd, news_get_article, news_get_header): new
19044         argument "folder"; all callers changed.
19045         (news_get_article_cmd): added authentication support.
19046         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19047         (news_post): use news_nntp_post() instead of nntp_post().
19048         (news_get_uncached_articles): use news_nntp_group() instead of
19049         nntp_group() and news_nntp_xover() instead of nntp_xover();
19050         removed old authentication code.
19051         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19052
19053         * src/nntp.c (nntp_list): return real error code instead of
19054         hardcoded NN_ERROR.
19055
19056 2001-04-29 [sergey]
19057
19058         * configure.in: fixed wint_t typedef detection again
19059
19060 2001-04-28 [hoa]
19061
19062         * src/prefs_account.[ch], added A_LOCAL_CMD
19063                 (send mail with mail command)
19064         * src/send.c added function send_message_with_command()
19065         * src/inc.c made a more secure get_spool() function with
19066                 mktemp() but maybe mkstemp() or something more
19067                 secure can be used.
19068
19069 2001-04-28 [alfons]
19070
19071         * src/textview.c, colorization of email addresses in headers
19072
19073         0.4.65claws6
19074
19075         * bug sync with sylpheed
19076         * prefs_common.c: created date format ui for darko
19077         * sync with 0.4.65cvs11
19078         * configure.in: corrected to have the new gpg checks
19079
19080 2001-04-27 [alfons]
19081
19082         * completed sync with 0.4.65cvs10
19083         * minor debug things added to gtkstext.c
19084
19085 2001-04-27 [darko]
19086
19087         * configure.in: remove check for availability of
19088           strftime() as advised by Hiroyuki
19089         * src/prefs_common.[ch], src/procheader.c:
19090           synch strftime() code with Hiroyki's main branch
19091
19092 2001-04-26 [sergey]
19093
19094         * src/news.c: news_query_password(), news_authenticate(): new
19095           functions.
19096           news_get_uncached_articles(): added NNTP authentication
19097           handling.
19098         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19099           new functions.
19100         * src/prefs_account.c: prefs_account_protocol_activated():
19101           enable userid and password fields for NNTP.
19102
19103 2001-04-26
19104
19105         * configure.in: check for availability of strftime()
19106           [darko]
19107         * src/prefs_common.[ch], src/procheader.c: use
19108           strftime() for displaying date in summary pane if it
19109           is available
19110
19111 2001-04-25
19112
19113         * more .cvsignore cleanups [alfons]
19114
19115 2001-04-25
19116
19117         * ac/sv-check-type.m4: new autoconf macro.
19118         * configure.in: fixed wint_t typedef detection (did not work
19119           with gcc-2.96).
19120
19121 2001-04-25
19122
19123         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19124           [hiroyuki]
19125
19126 2001-04-24
19127         * modified gtkstext.c : buggy cursor navigation fixed, 
19128           and font descent also taken in account when drawing
19129           cursor. [alfons]
19130
19131 2001-04-24 [hoa]
19132         * added comments in src/news.c src/nntp.c
19133         * added src/prefs_headers.[ch]
19134         * added src/headers.[ch]
19135         * modified compose.c to activate custom headers
19136                 added function is_in_custom_headers
19137         * modified prefs_account.[ch]
19138                 added function prefs_account_customhdr_edit
19139         * modified src/defs.h :
19140                 added HEADERS_RC : name of the config file
19141                 for the custom headers
19142
19143 2001-04-24
19144
19145     0.4.65claws5
19146
19147         * configure.in
19148           src/gtkstext.[ch]
19149           src/compose.c
19150           src/Makefile.am
19151           
19152           added gtkstext with configure.in patch by Hiroyuki which
19153           should fix the XIM detection [alfons]
19154
19155         * more clean up of cvs [alfons]
19156
19157                  * removed all Makefile.in files to attic.
19158
19159                  * updated all .cvsignores to really ignore things that could
19160                    be unintentionally committed by a recursive commit.
19161
19162 2001-04-23 [hoa]
19163         * added src/grouplist_dialog.[ch]
19164         * changed src/folderview.c to call grouplist_dialog instead
19165                 of inputdialog
19166         * src/news.c :
19167                 added functions news_reset_group_list
19168                 and news_get_group_list
19169         * src/nntp.c :
19170                 added function nntp_list
19171         * src/defs.h :
19172                 added GROUPLIST_FILE : name of the newsgroup list cache file
19173
19174 2001-04-21
19175
19176         * added option to warn about queued messages on exit [sergey]:
19177
19178           * src/compose.c: compose_queue(): call folder_item_scan()
19179             and folderview_update_item() after queueing.
19180           * src/folderview.c: folderview_update_node(): draw the queue
19181             folder in bold font if there are queued messages.
19182           * src/mainwindow.c: queued_messages(): new function.
19183             app_exit_cb(): display warning if there are queued messages
19184             if warn_queued_on_exit is set.
19185           * prefs_common.[ch]: add warn_queued_on_exit option.
19186
19187         * enhanced GnuPG key selection support [sergey]:
19188
19189           * src/select-keys.c: updated to newer version from Win32
19190             branch with support for selecting arbitrary keys.
19191           * src/prefs_account.c: added the Privacy tab to the account
19192             options window.
19193             prefs_account_privacy_create(),
19194             prefs_account_sign_key_set_data_from_radiobtn(),
19195             prefs_account_sign_key_set_radiobtn(): new functions.
19196           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19197           * src/rfc2015.c: set_signers(): new function.
19198             pgp_sign(): add the account parameter, call set_signers().
19199             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19200           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19201           * src/compose.c: pass the current account to rfc2015_sign().
19202
19203         * tag name claws added to prevent confusion with main branch [alfons]
19204
19205         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19206
19207         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19208
19209         * sync with recent sylpheed cvs. Untested though. [alfons]
19210