sorry just got home...
[claws.git] / ChangeLog.claws
1 2003-10-27 [alfons]     0.9.6claws55
2
3         * src/matcher_parser_parse.y
4         * src/gtk/colorlabel.c
5                 allow setting color label to 0 in filtering/processing rules
6                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
7
8 2003-10-26 [alfons]     0.9.6claws54
9
10         * src/summary_search.c
11                 fix misnomer and correct selecting initial search node  
12
13 2003-10-26 [christoph]  0.9.6claws53
14
15         * src/pgpmime.c
16         * src/sgpgme.c
17                 change display of signature info to use only name of
18                 signer, otherwise the text gets too long.
19
20         * src/procmime.c
21                 don't use MimeInfo's filename to generate tmp filename
22
23 2003-10-25 [christoph]  0.9.6claws52
24
25         * src/procmime.c
26                 fix message body searching
27
28 2003-10-25 [paul]       0.9.6claws51
29
30         * src/compose.c
31                 use g_basename rather than basename
32
33 2003-10-24 [christoph]  0.9.6claws50
34
35         * src/sgpgme.c
36                 change fetching of signature key's trust
37
38 2003-10-24 [paul]       0.9.6claws49
39
40         * po/sk.po
41                 update Slovak translation
42                 submitted by Andrej Kacian
43                 
44         * src/mainwindow.c
45                 remove unknown menu entry /File/Add mailbox/mbox...
46
47 2003-10-24 [hoa]        0.9.6claws48
48
49         * src/Makefile.am
50                 removed all references to mbox folders
51
52         * src/carray.[ch]               * REMOVED *
53         * src/chash.[ch]                * REMOVED *
54         * src/maillock.[ch]             * REMOVED *
55         * src/mailmbox.[ch]             * REMOVED *
56         * src/mailmbox_folder.[ch]      * REMOVED *
57         * src/mailmbox_parse.[ch]       * REMOVED *
58         * src/mailmbox_types.[ch]       * REMOVED *
59         * src/mbox_folder.[ch]          * REMOVED *
60                 remove implementation of mbox folders
61                 and old mailbox folder.
62                 mbox folder implementation will be added
63                 as a plugin so that implementation can be entirely
64                 synchronized with the files of the project they are
65                 extracted from (libEtPan!).
66         
67         * src/mainwindow.c
68         * src/folder.c
69         * src/folderview.[ch]
70         * src/procmsg.h         
71                 Disable as much code that references mbox folders
72                 as possible.
73                 Some UI thing still need to know that folder is mbox
74                 (when we have to enter the name of the mailbox and
75                 we want to add /var/mail/$USER).
76
77 2003-10-23 [christoph]  0.9.6claws47
78
79         * src/noticeview.c
80                 don't always display button when noticeview is made visible
81
82         * src/mimeview.c
83         * src/pgpmime.c
84         * src/privacy.[ch]
85         * src/sgpgme.[ch]
86                 get signature information from crypto system
87
88 2003-10-22 [paul]       0.9.6claws46
89
90         * po/es.po
91                 updated by Ricardo Mones Lastra
92
93 2003-10-22 [paul]       0.9.6claws45
94
95         * src/Makefile.am
96                 update to reflect the changes to the icons that
97                 happened in 0.9.6claws35
98
99 2003-10-22 [alfons]     0.9.6claws44
100         
101         * src/carray.h
102                 inline carray_count() 
103
104 2003-10-21 [alfons]     0.9.6claws43
105
106         * src/carray.h
107                 glib wrappers
108         * src/carray.c
109                 disable
110         * src/mailmbox.[ch]
111         * src/mailmbox_folder.c
112         * src/mailmbox_parse.c
113         * src/mailmbox_types.[ch]
114                 %s/uint32_t/guint
115
116 2003-10-21 [luke]       0.9.6claws42
117
118         * src/stock_pixmaps.[ch]
119         * src/mimeview.c
120         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
121         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
122                 o remove mime_application_octet_stream.xpm icon (it was never
123                   really needed)
124                 o remove redundant icon messageview_text.xpm
125
126         * src/mainwindow.c
127                 fix visibility of signature noticeview when toggling 'separate
128                 message view'
129
130 2003-10-21 [christoph]  0.9.6claws41
131
132         * src/procmime.c
133                 decode multipart and rfc822 mime parts to allow further
134                 parsing when required
135
136 2003-10-21 [christoph]  0.9.6claws40
137
138         * src/procmime.[ch]
139         * src/textview.c
140                 remove obsolete charset parameter in MimeInfo and fix
141                 TextView to use the charset from the parameter hash table
142
143         * src/plugins/dillo_viewer/Makefile.am
144         * src/plugins/trayicon/Makefile.am
145                 add OPENSSL_CFLAGS to fix building with using
146                 --with-openssl-* parameters
147
148 2003-10-21 [paul]       0.9.6claws39
149
150         * src/prefs_matcher.[ch]
151                 replace remnants of the old, renamed 'Execute' matchtype
152                 add a brief description to the Info window
153
154 2003-10-21 [hoa]        0.9.6claws38
155         
156         * src/Makefile.am
157         * src/carray.[ch]               * NEW *
158         * src/chash.[ch]                * NEW *
159         * src/folder.c
160         * src/maillock.[ch]             * NEW *
161         * src/mailmbox.[ch]             * NEW *
162         * src/mailmbox_folder.[ch]      * NEW *
163         * src/mailmbox_parse.[ch]       * NEW *
164         * src/mailmbox_types.[ch]       * NEW *
165                 implementation of mbox folder with unique message numbers
166
167                 made use of libEtPan! implementation of mbox for lower-layer.
168
169 2003-10-20 [alfons]     0.9.6claws37
170
171         * src/noticeview.c
172                 fix invalid argument warning
173         * src/pgpmime.c
174                 no in place variable
175
176 2003-10-20 [paul]       0.9.6claws36
177
178         * src/compose.[ch]
179           src/filtering.c
180           src/messageview.c
181                 fix crash when using Forward in Filtering when
182                 external editor option is set
183                 
184                 Patch submitted by Simon 'corecode' Schubert
185                 <corecode@corecode.ath.cx> 
186
187 2003-10-20 [paul]       0.9.6claws35
188
189         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
190           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
191           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
192           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
193           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
194           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
195           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
196           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
197           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
198           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
199           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
200           src/mimeview.c
201           src/stock_pixmap.[ch]
202                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
203                 icons. add privacy_warn.xpm icon
204
205 2003-10-20 [hoa]  0.9.6claws34
206
207         * src/folder_item_prefs.[ch]
208         * src/prefs_folder_item.c
209         * src/main.c
210                 Added a property per folder to choose whether we 
211                 want to apply processing on it on startup or if we
212                 prefer to wait the folder selection to apply it.
213         
214         * src/messageview.c
215                 fixed C89 compatibility (for old compilers, for
216                 example gcc 2.95.x).
217
218 2003-10-17 [christoph]  0.9.6claws33
219
220         * src/mimeview.c
221         * src/noticeview.[ch]
222                 change noticeview icon to indicate signature status
223
224 2003-10-17 [christoph]  0.9.6claws32
225
226         * src/Makefile.am
227         * src/main.c
228         * src/mimeview.c
229         * src/noticeview.c
230         * src/pgpmime.[ch]                              ** NEW **
231         * src/privacy.[ch]
232         * src/rfc2015.c
233         * src/sgpgme.c                                  ** NEW **
234                 reimplement PGP/Mime signature checking (unfinished)
235
236 2003-10-15 [christoph]  0.9.6claws31
237
238         * src/procmime.[ch]
239                 fix procmime_get_text_content() and
240                 procmime_get_first_text_content()
241
242 2003-10-15 [christoph]  0.9.6claws30
243
244         * src/plugins/spamassassin/spamassassin_gtk.c
245         * src/plugins/spamassassin/spamassassin_gtk.glade
246                 fix timeout tooltip
247
248 2003-10-15 [paul]       0.9.6claws29
249
250         * src/messageview.c
251                 workaround for buggy smtp servers. on sending a
252                 return receipt strip the name part from the address
253                 when creating headers
254                 
255 2003-10-15 [paul]       0.9.6claws28
256
257         * sync with 0.9.7 release
258                 see ChangeLog 2003-10-15
259
260 2003-10-14 [christoph]  0.9.6claws27
261
262         * src/plugins/clamav/clamav_plugin.c
263                 fix clamav plugin
264
265 2003-10-14 [christoph]  0.9.6claws26
266
267         * src/compose.c
268         * src/mimeview.c
269         * src/procmime.[ch]
270         * src/rfc2015.c
271         * src/textview.c
272         * src/plugins/clamav/clamav_plugin.c
273                 use GNode to create the mime tree (some changes to functions
274                 that traverse the tree are just quick and dirty. Maybe we
275                 can find better solutions with g_node_*-functions)
276
277 2003-10-14 [luke]       0.9.6claws25
278
279         * src/mimeview.c
280                 fix a navigation bug (stupid typo of mine)
281
282 2003-10-14 [christoph]  0.9.6claws24
283
284         * src/textview.c
285                 fix missing last line in plain/text mails
286
287 2003-10-13 [luke]       0.9.6claws23
288
289         * src/summaryview.c
290                 fix bug 334 (part 1)
291
292 2003-10-13 [kov]        0.9.6claws22
293
294         * src/mimeview.c
295                 error checking when the user enters a non-directory at
296                 the file selection dialog.
297                 work-around for users entering directory location without
298                 adding a leading G_DIR_SEPARATOR.
299
300 2003-10-13 [luke]       0.9.6claws21
301
302         * src/compose.c
303                 error reporting for inserting files, including catching
304                 invalid characters for current locale/encoding
305
306 2003-10-13 [paul]       0.9.6claws20
307
308         * src/folderview.c
309                 fix bug #347 'subscribe newsgroups crashes'
310
311 2003-10-13 [paul]       0.9.6claws19
312
313         * src/compose.c
314                 when using 'Reply to all' include the 'send replies
315                 to' folder property
316                 
317         * po/ja.po
318                 update Japanese translation. submitted by Rui Hirokawa 
319                 <rui_hirokawa@ybb.ne.jp>        
320
321 2003-10-13 [hoa]        0.9.6claws18
322
323         * src/account.c
324         * src/compose.c
325         * src/messageview.c
326         * src/procheader.c
327         * src/procheader.h
328                 rename get_header_from_msginfo() into
329                 procheader_get_header_from_msginfo() so that we have a
330                 coherent exported naming.
331                 avoid parsing of header contained in a string via
332                 a newly written temporary file.
333
334         Patch submitted by Simon 'corecode' Schubert
335                 <corecode@corecode.ath.cx>
336
337 2003-10-12 [hoa]        0.9.6claws17
338
339         * src/filtering.c
340         * src/filtering.h
341         * src/matcher.c
342         * src/matcher.h
343         * src/matcher_parser_parse.y
344         * src/prefs_filtering_action.c
345                 added "stop" action : stop applying the filtering rules.
346                 added "set score" and "increase/decrease score" actions.
347                 That two last action replace the "change_score" action
348                 introduced by alfons in 0.8.8claws85.
349                 "set score" is to set a given score to the message.
350                 "increase/decrease score" will increase or decrease the
351                 score if the given value is respectively positive or
352                 negative. If someone find a some better name for this last
353                 rule, it can be modified.
354
355 2003-10-12 [paul]       0.9.6claws16
356
357         * AUTHORS
358           po/ja.po
359                 update Japanese translation. submitted by Rui Hirokawa 
360                 <rui_hirokawa@ybb.ne.jp>
361
362 2003-10-12 [christoph]  0.9.6claws15
363
364         * src/procmime.c
365                 fix crash caused by incorrect headers
366
367 2003-10-10 [christoph]  0.9.6claws14
368
369         * src/main.c
370         * src/privacy.[ch]
371         * src/rfc2015.[ch]
372                 implement detection of signed message parts for rfc2015
373
374 2003-10-10 [thorsten]   0.9.6claws13
375
376         * src/mimeview.c
377                 fix typo
378
379 2003-10-10 [christoph]  0.9.6claws12
380
381         * src/stock_pixmap.[ch]
382         * src/pixmaps/mime_message.xpm                  ** NEW **
383                 add a new icon for mime type "message"
384
385         * src/privacy.[ch]
386         * src/procmime.[ch]
387                 add crypto api
388
389         * src/mimeview.c
390                 o use crypto api
391                 o add icons for message type mime parts
392
393 2003-10-10 [christoph]  0.9.6claws11
394
395         * src/mainwindow.c
396         * src/messageview.[ch]
397         * src/mimeview.[ch]
398         * src/procmime.[ch]
399         * src/procmsg.[ch]
400         * src/rfc2015.c
401         * src/summaryview.c
402         * src/textview.[ch]
403                 o remove switching between TextView and MimeView in MessageView
404                   (if required we can hide the icon box and the MimeView will
405                    look exaxtly like the TextView)
406                 o temporary remove signature and decrypting GPGME code
407
408 2003-10-09 [christoph]  0.9.6claws10
409
410         * src/action.c
411         * src/compose.c
412         * src/messageview.c
413         * src/mimeview.c
414         * src/procmime.[ch]
415         * src/procmsg.c
416         * src/rfc2015.c
417         * src/textview.c
418         * src/common/utils.[ch]
419         * src/plugins/clamav/clamav_plugin.c
420         * src/plugins/dillo_viewer/dillo_viewer.c
421         * src/plugins/image_viewer/viewer.c
422         * src/plugins/mathml_viewer/mathml_viewer.c
423                 new mime parser (several things need fixing)
424
425 2003-10-09 [paul]       0.9.6claws9
426
427         * src/imap.c
428                 a little more sync with 0.9.6cvs2 and a tidy up
429
430 2003-10-08 [paul]       0.9.6claws8
431
432         * sync with 0.9.6cvs2
433                 see ChangeLog 2003-10-03
434
435 2003-10-05 [christoph]  0.9.6claws7
436
437         * src/summaryview.c
438                 don't use flags to check if a message is in a news folder
439
440         (closes Bug 282 clicking on folder with copied Messages from News
441          immediately after having copied them crashes Sylpheed-Claws)
442
443 2003-10-05 [christoph]  0.9.6claws6
444
445         * src/Makefile.am
446         * src/progressdialog.[ch]               ** REMOVE **
447         * src/gtk/Makefile.am
448         * src/gtk/progressdialog.[ch]           ** NEW **
449                 move progressdialog to gtk directory
450
451 2003-10-04 [christoph]  0.9.6claws5
452
453         * src/prefs_toolbar.c
454         * src/gtk/prefswindow.c
455                 remove widget_show_all for pages root widget
456
457         * src/plugins/spamassassin/spamassassin.[ch]
458         * src/plugins/spamassassin/spamassassin_gtk.c
459         * src/plugins/spamassassin/spamassassin_gtk.glade
460                 add support for new libspamc transports
461
462 2003-10-04 [christoph]  0.9.6claws4
463
464         * src/plugins/spamassassin/libspamc.[ch]
465         * src/plugins/spamassassin/spamassassin.c
466         * src/plugins/spamassassin/utils.[ch]
467                 update libspamc to version from SpamAssassin 2.60
468
469 2003-10-03 [christoph]  0.9.6claws3
470
471         * src/send_message.c
472                 fix missing format string bug found by
473                 Georgi Guninski <guninski@guninski.com>
474
475 2003-10-03 [paul]       0.9.6claws2
476
477         * po/zh_CN.po
478                 update Simpilified Chinese translation, submitted by
479                 Hansom Young
480
481 2003-10-02 [christoph]  0.9.6claws1
482
483         * src/imap.c
484                 add UIDPLUS support for COPY and EXPUNGE
485
486 2003-10-02 [paul]       0.9.6claws
487
488         * 0.9.6claws released
489
490 2003-10-02 [paul]
491
492         * po/es.po
493           po/sk.po
494                 update Spanish and Slovak translations
495                 submitted by Ricardo Mones Lastra and Andrej Kacian
496  
497 2003-10-02 [paul]       0.9.5claws43
498
499         * po/en_GB.po
500                 update British English translation
501
502 2003-10-02 [paul]       0.9.5claws42
503
504         * po/hr.po
505                 update Croatian translation, submitted by Dragan
506
507 2003-10-01 [paul]       0.9.5claws41
508
509         * po/pl.po
510           po/sr.po
511                 update Polish and Serbian translations, submitted by
512                 Emil and Urke MMI
513
514 2003-10-01 [melvin]     0.9.5claws40
515
516         * po/fr.po
517                 Updated French translations
518
519 2003-10-01 [melvin]     0.9.5claws39
520
521         * src/prefs_fonts.c
522                 Fixed a Gtk warning
523
524         * src/plugins/dillo_prefs.c     
525                 Quasi unnoticeable UI clean-up.
526
527 2003-10-01 [paul]
528
529         * tools/README
530           tools/maildir2sylpheed.pl
531                 bug fixes, rewrites, submitted by Matthias Förste 
532                 <itsjustme@users.sourceforge.net>
533
534 2003-09-29 [paul]       0.9.5claws38
535
536         * src/inc.c
537                 fix my coding carelessness
538
539 2003-09-29 [paul]       0.9.5claws37
540
541         * po/POTFILES.in
542           src/Makefile.am
543           src/main.c
544           src/prefs_common.[ch]
545           src/prefs_fonts.[ch]  ** NEW FILES **
546                 move Font config options to Other Prefs/Display/Fonts
547                 (user's current configuration is preserved)
548
549 2003-09-29 [paul]       0.9.5claws36
550
551         * src/inc.c
552           src/prefs_account.c
553                 allow 'local_mbox' value to point to either a directory 
554                 (/var/mail -  default, new) or a file (/var/mail/username
555                 - original)
556
557 2003-09-28 [paul]       0.9.5claws35
558
559         * src/rfc2015.c
560                 on signature check, where key exists, print the
561                 Key ID
562
563 2003-09-27 [alfons]     0.9.5claws34
564
565         * src/action.c
566                 o make progress bar not fill/expand when resizing dialog
567                 o use default fixed text font for actions output
568
569 2003-09-27 [paul]       0.9.5claws33
570
571         * src/prefs_common.[ch]
572           src/procmsg.c
573           src/send_message.c
574                 remove External Program settings from Common Prefs/Send
575                 as they are now unnecessary due to Local account settings.
576                 plus a little tidying-up after 0.9.5claws31
577
578 2003-09-27 [paul]       0.9.5claws32
579
580         * src/prefs_account.c
581                 o make correction to gui text:
582                   'Local mailbox file' -> 'Local mailbox directory'
583                 o give 'local_mbox' option a reasonable default value:
584                   '/var/mail'
585                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
586                   value
587
588 2003-09-26 [paul]       0.9.5claws31
589
590         * src/inc.c
591           src/prefs_common.[ch]
592                 remove 'Incorporate from spool' common pref,
593                 force creation of a 'Local' account
594
595 2003-09-26 [christoph]  0.9.5claws30
596
597         * src/folder.c
598         * src/msgcache.c
599                 add more NULL pointer checks
600
601 2003-09-25 [christoph]  0.9.5claws29
602
603         * src/folder.c
604                 o don't fetch source message to get it's message id
605                 o immediately scan dest folder when copying a message did not
606                   return a new message number and not do it when the first message
607                   without a new message number is found
608
609 2003-09-23 [christoph]  0.9.5claws28
610
611         * src/compose.c
612                 fix generating of headers
613
614         (patch by David Relson <relson@osagesoftware.com>)
615
616 2003-09-23 [paul]       0.9.5claws27
617
618         * po/zh_CN.po
619                 update Simplified Chinese translation. submitted by
620                 Hansom Young
621
622 2003-09-23 [paul]       0.9.5claws26
623
624         * tools/Makefile.am
625           tools/README
626           tools/vcard2xml.py    ** NEW FILE **
627                 add a script that converts an evolution vcard to
628                 sylpheed's xml format
629                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
630
631 2003-09-22 [paul]       0.9.5claws25
632
633         * src/plugins/clamav/clamav_plugin.c
634                 don't skip MULTIPART parts
635
636 2003-09-21 [christoph]  0.9.5claws24
637
638         * src/alertpanel.c
639                 remove unneeded include
640
641         * src/folder.c
642                 clean up copy/move mess with duplicated code
643
644         * src/imap.c
645                 fix problem that sometimes the folder was not scanned
646                 also it was changed
647
648 2003-09-21 [christoph]  0.9.5claws23
649
650         * src/Makefile.am
651         * src/logwindow.[ch]                    ** REMOVE **
652         * src/mainwindow.c
653         * src/prefs_common.c
654         * src/gtk/Makefile.am
655         * src/gtk/logwindow.[ch]                ** ADD **
656                 make logwindow prefs_common independent and move
657                 it to gtk directory
658
659 2003-09-20 [christoph]  0.9.5claws22
660
661         * src/compose.c
662                 add extra space for address code conversion
663                 (4 * unconvered size could be too small for short headers)
664
665 2003-09-20 [christoph]  0.9.5claws21
666
667         * src/compose.c
668                 increase temp buffer size when writing headers
669
670 2003-09-19 [darko]      0.9.5claws20
671
672         * src/compose.c
673                 don't ignore value of 'Save copy of outgoing messages to
674                 this folder instead of Sent' in message redirect
675
676 2003-09-17 [christoph]  0.9.5claws19
677
678         * src/compose.c
679                 use ", " as address seperator for mail headers and pass whole
680                 header line at once to compose_convert_header to make sure
681                 it is correctly folded
682
683         (closes Bug 64 Problem when sending to many recipients)
684
685 2003-09-17 [hoa]        0.9.5claws18
686         
687         * src/matcher.[ch]
688           src/matcher_parser_parse.y
689           src/prefs_matcher.c
690                 changed the keyword used for command execution in condition
691                 keyword is changed from "execute" to "test"
692                 so that it is not the same as the one used for action.
693                 This will fix a bug when using filtering dialog.
694                 All semantic in the code is also changed to reflect
695                 the keyword change.
696
697 2003-09-17 [paul]
698         
699         * sync with 0.9.6 release
700
701 2003-09-17 [paul]       0.9.5claws17
702
703         * sync with 0.9.5cvs8
704                 see ChangeLog 2003-09-16 and 2003-09-17
705
706 2003-09-16 [paul]       0.9.5claws16
707
708         * sync with 0.9.5cvs6
709                 see ChangeLog 2003-09-16
710
711 2003-09-15 [paul]       0.9.5claws15
712
713         * sync with 0.9.5cvs5
714                 see ChangeLog 2003-09-15
715
716 2003-09-14 [alfons]     0.9.5claws14
717
718         * src/inc.c
719                 make "Go to inbox after receiving new mail" again;
720                 regression of a sync, restored to sylpheed main 
721                 behaviour. (misses still some bits)
722
723 2003-09-14 [alfons]     0.9.5claws13
724
725         * src/prefs_filtering_action.c
726                 o add proper message if empty execute command line
727                 o don't select first action item after registering a
728                   new action to prevent (what seems to be a GTK) bug
729                   #36, "filtering will only accept one action change 
730                   per invocation".
731
732 2003-09-14 [alfons]     0.9.5claws12
733
734         * src/prefs_filtering.c
735         * src/prefs_filtering_action.c
736         * src/prefs_matcher.c
737                 fix function signature for key_pressed_event signal handlers
738
739 2003-09-14 [alfons]     0.9.5claws11
740
741         * src/mainwindow.c
742                 fix regression caused by fix for invalid bug #7
743                 (should fix #246, "Multiple selections are deselected when 
744                 moving from search window to main window")
745                 
746 2003-09-14 [alfons]     0.9.5claws10
747         
748         * src/actions.[ch]
749         * src/filtering.[ch]
750         * src/prefs_actions.c
751                 allow `filtering actions` in actions; only for advanced users
752                 right now: try for example, "%as{mark color 2}" 
753         
754 2003-09-13 [paul]       0.9.5claws9
755         
756         * po/pl.po
757           po/zh_CN.po   ** NEW FILE **
758                 update Polish translation, submitted by Emil 
759                 <eminowbl@posejdon.wpk.p.lodz.pl>
760                 add new Simplified Chinese translation, submitted by
761                 Hansom Young <hansom_young@yahoo.com>
762
763 2003-09-12 [alfons]     0.9.5claws8
764
765         * src/summaryview.c
766                 don't open separate message views when View | Separate message view
767                 is active 
768                 (please look carefully for any navigation regressions)
769
770 2003-09-11 [alfons]     0.9.5claws7
771
772         * src/mainwindow.c
773                 make default message view, opened by View | Separate message 
774                 view, look like a claws message view (which includes a menu
775                 bar and a toolbar)
776                 (fixes bug #298, "message view loses tool bar") 
777
778 2003-09-11 [christoph]  0.9.5claws6
779
780         * src/folderview.c
781                 fix double deleting of newsgroup folders
782
783         (closes Bug 305 crash after deleting of a newsgroup)
784
785 2003-09-11 [paul]       0.9.5claws5
786
787         * src/rfc2015.c
788           src/common/utils.h
789                 more sync'ing from 0.9.5cvs2
790
791 2003-09-11 [christoph]  0.9.5claws4
792
793         * src/compose.c
794         * src/rfc2015.c
795         * src/common/utils.h
796                 fix sync with 0.9.5cvs2
797
798 2003-09-11 [paul]       0.9.5claws3
799
800         * sync with 0.9.5cvs4
801                 see ChangeLog 2003-09-11
802
803 2003-09-11 [paul]       0.9.5claws2
804
805         * sync with 0.9.5cvs2
806                 see ChangeLog 2003-09-05
807                 
808 2003-09-11 [paul]       0.9.5claws1
809
810         * sync with 0.9.5cvs3
811                 see ChangeLog 2003-09-10
812
813 2003-09-10 [paul]       0.9.5claws
814
815         * 0.9.5claws released
816
817 2003-09-10 [paul]       0.9.4claws78
818
819         * src/Makefile.am
820                 add missing files
821
822 2003-09-10 [melvin]     0.9.4claws77
823
824         * po/fr.po
825                 Updated French translations
826
827 2003-09-10 [paul]       0.9.4claws76
828
829         * po/es.po
830           po/sk.po
831           po/sr.po
832                 update Spanish, Slovak, and Serbian translations.
833                 submitted by Ricardo Mones Lastra, Andrej Kacian,
834                 and Urke MMI
835                 
836         * AUTHORS
837                 add translation team section
838
839 2003-09-09 [christoph]  0.9.4claws75
840
841         * src/folder.c
842                 free item->prefs in folder_item_destroy
843
844 2003-09-09 [alfons]     0.9.4claws74
845
846         * src/folderview.c
847                 o proper check for root node sorting
848                 o remove unnecessary gtk_ctree_remove_node 
849
850         (should fix bug #300, "crash while moving folder")      
851
852 2003-09-08 [christoph]  0.9.4claws73
853
854         * src/folderview.c
855                 o fix double adding of IMAP FolderItems to GtkCTree
856                 o fix crash then mbox folder is removed
857
858 2003-09-08 [christoph]  0.9.4claws72
859
860         * src/folder.c
861         * src/folderview.c
862         * src/mainwindow.c
863                 fix new folder notification
864
865         * src/mbox_folder.c
866                 fix cache path
867
868 2003-09-08 [christoph]  0.9.4claws71
869
870         * src/compose.c
871                 replace '\n' and '\r' before removing trailing spaces
872
873         * src/folder.[ch]
874         * src/folderview.c
875                 add information about new or removed items in folder tree change
876                 notification and use this in folderview to add and remove only
877                 the appected items and not refresh the whole tree
878
879 2003-09-07 [match]      0.9.4claws70
880
881         * src/Makefile.am
882         * src/addr_compl.c
883         * src/addressbook.c
884         * src/addressitem.h
885         * src/addrindex.c
886         * src/addritem.c
887         * src/addritem.h
888         * src/addrquery.c                       ** NEW **
889         * src/addrquery.h
890         * src/ldapquery.c
891         * src/ldapserver.c
892         * src/stock_pixmap.c
893         * src/stock_pixmap.h
894         * src/pixmaps/address_search.xpm        ** NEW **
895                 re-introduce Lookup button for LDAP 'static' searches.
896
897 2003-09-07 [alfons]     0.9.4claws69
898         
899         * src/summaryview.c
900                 abandon setting usize for messageview because it gives layout problems
901                 with the quick search bar and the headerview; fixes assorted UI glitches:
902                 
903                 o bug #148, "Toggling of quick-search bar reduces index view area" 
904                 o bug #280, "Window resiizes for line length but does not revert"
905
906 2003-09-07 [christoph]  0.9.4claws68
907
908         * src/compose.c
909                 o make sure we don't have any newlines in header values
910                 o check custom headers for spaces and newlines and ignore
911                   malformed header names
912
913 2003-09-06 [christoph]  0.9.4claws67
914
915         * src/folder.c
916         * src/folderview.c
917                 invoke notification hook for folder tree changes after append
918                 and remove folder
919
920         (closes Bug 294 Crash while moving folder with many subdirectories)
921
922 2003-09-06 [christoph]  0.9.4claws66
923
924         * src/folder.c
925                 destroy folder's MsgCache if FolderItem is removed to make sure
926                 it is not saved when the FolderItem is destroyed
927
928 2003-09-06 [christoph]  0.9.4claws65
929
930         * src/plugins/clamav/clamav_plugin.c
931                 fix copy & paste bug
932
933 2003-09-05 [christoph]  0.9.4claws64
934
935         * src/folder.c
936         * src/messageview.[ch]
937         * src/procmsg.[ch]
938         * src/summaryview.c
939                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
940                 by MessageView to clear it when the message is deleted. Should
941                 work even if messages are deleted in MainWindow or by
942                 processing.
943
944 2003-09-05 [alfons]     0.9.4claws63
945
946         * src/messageview.c
947                 deleting a message in a message view frees its msginfo, make 
948                 messageview_update_all() aware of that (should fix bug #293,
949                 "deleting message caused crash")
950
951 2003-09-05 [melvin]     0.9.4claws62
952
953         * src/action.c
954                 Improve synchronous action exit code (fixes 
955                 a ~5 seconds delay after action exit on RedHat 9)
956
957 2003-09-04 [christoph]  0.9.4claws61
958
959         * src/compose.c
960         * src/rfc2015.c
961         * src/common/utils.[ch]
962                 add util function to create mime boundary and use it
963                 in compose and gpg code
964
965 2003-09-04 [alfons]     0.9.4claws60
966
967         * src/folder.c
968                 source folder item's GNode should already have been freed in 
969                 a previous call to src->folder->klass->remove_folder()
970                 (should fix bug #287, "crash when moving folders")
971
972 2003-09-03 [thorsten]   0.9.4claws59
973
974         * src/plugins/spamassassin/spamassassin_gtk.c
975                 fix compile error
976
977 2003-09-03 [christoph]  0.9.4claws58
978
979         * src/plugins/spamassassin/spamassassin.[ch]
980         * src/plugins/spamassassin/spamassassin_gtk.c
981                 add timeout config option
982
983 2003-09-03 [paul]       0.9.4claws57
984
985         * po/sk.po      ** NEW FILE **
986                 add Slovak translation. Submitted by Andrej Kacian 
987                 <andrej@kacian.sk>
988
989 2003-09-03 [paul]       0.9.4claws56
990
991         * src/plugins/clamav/clamav_plugin_gtk.c
992                 gui tweaks: replace a label with a tooltip, modify the
993                 text, use gtk_check_button_new(); instead of
994                 gtk_check_button_new_with_label("");
995
996 2003-09-02 [alfons]     0.9.4claws55
997
998         * src/gtk/filesel.c
999                 remember last used dir when attaching multiple files (should fix
1000                 bug #290, "Attach File does not remember directory")
1001
1002 2003-09-01 [paul]       0.9.4claws54
1003
1004         * po/es.po
1005                 updated by Ricardo Mones Lastra
1006
1007 2003-09-01 [alfons]     0.9.4claws53
1008
1009         * src/gtk/gtkaspell.[ch]
1010                 be pedantic and strict and use const gchar * instead of guchar *
1011
1012 2003-09-01 [alfons]     0.9.4claws52
1013
1014         * src/mainwindow.c
1015         * src/summaryviewc.
1016                 re-enable Save As when multiple messages are selected
1017
1018 2003-09-01 [paul]       0.9.4claws51
1019
1020         * src/textview.c
1021                 g_free(trimmed_uri);
1022
1023 2003-09-01 [paul]       0.9.4claws50
1024
1025         * sync with 0.9.4cvs13
1026                 see ChangeLog 2003-09-01
1027
1028 2003-09-01 [paul]       0.9.4claws49
1029
1030         * src/textview.c
1031                 trim uri before sending to the statusbar
1032                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1033                 in the message window causes main S-C window to enlarge 
1034                 past screen edges'
1035
1036 2003-09-01 [paul]       0.9.4claws48
1037
1038         * sync with 0.9.4cvs12
1039                 see ChangeLog 2003-09-01
1040
1041 2003-08-30 [christoph]  0.9.4claws47
1042
1043         * src/compose.c
1044         * src/folder_item_prefs.[ch]
1045         * src/prefs_folder_item.c
1046         * src/gtk/gtkaspell.[ch]
1047                 commit per folder dictionary patch by
1048                 Paul Evans <nerd@freeuk.com>
1049
1050 2003-08-30 [christoph]  0.9.4claws46
1051
1052         * src/plugins/spamassassin/spamassassin_gtk.c
1053         * src/plugins/spamassassin/spamassassin_gtk.glade
1054                 reduce GUI clutter by placing hints into tooltips
1055
1056 2003-08-30 [paul]       0.9.4claws45
1057
1058         * src/compose.c
1059                 add 'Content-Disposition: inline' to a text/plain
1060                 part when using PGP/MIME signing
1061
1062 2003-08-30 [paul]       0.9.4claws44
1063
1064         * src/prefs_common.c
1065           src/prefs_spelling.c
1066           src/prefs_spelling.glade
1067                 reduce GUI clutter by placing hints into tooltips
1068
1069 2003-08-29 [christoph]  0.9.4claws43
1070
1071         * configure.ac
1072                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1073
1074         * src/stock_pixmap.c
1075                 change unecessary warning into a debug message
1076
1077         * src/plugins/clamav/Makefile.am
1078                 Fix error "-I$(CLAMAV_LIBS)"
1079
1080 2003-08-29 [christoph]  0.9.4claws42
1081
1082         * intl/Makefile.in
1083         * src/Makefile.am
1084         * src/matcher.h
1085         * src/common/Makefile.am
1086         * src/common/passcrypt.c
1087                 commit fixes and patches for some of the IRIX problems found by
1088                 Ivan Rayner <ivanr@sgi.com>
1089
1090 2003-08-29 [paul]       0.9.4claws41
1091
1092         * src/prefs_filtering.c
1093                 add 'Top' and 'Bottom' buttons, based on changes in
1094                 src/prefs_filter.c in 0.9.4cvs11.
1095
1096 2003-08-27 [christoph]  0.9.4claws40
1097
1098         * src/folderview.c
1099                 fix bug that the current summary settings were copied to the
1100                 wrong folder item, when the folder item prefs are opened.
1101                 Copying is not required because summary settings and
1102                 folder_item_prefs do not contain the same settings
1103
1104 2003-08-27 [thorsten]   0.9.4claws39
1105
1106         * src/imap.c
1107                 fix compile error
1108
1109 2003-08-26 [paul]       0.9.4claws38
1110
1111         * sync with 0.9.4cvs9
1112                 see ChangeLog 2003-08-26
1113
1114 2003-08-25 [paul]       0.9.4claws37
1115
1116         * sync with 0.9.4cvs8
1117                 see ChangeLog 2003-08-25
1118
1119 2003-08-24 [christoph]  0.9.4claws36
1120
1121         * src/prefs_filtering.c
1122                 shouldn't remove items from a GSList while iterating over the
1123                 list (makes cur invalid and cur->next not accessable)
1124
1125         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1126          crashed)
1127
1128 2003-08-23 [christoph]  0.9.4claws35
1129
1130         * src/news.c
1131                 news folders should be scanned when opened
1132
1133 2003-08-22 [christoph]  0.9.4claws34
1134
1135         * src/prefs_folder_item.c
1136                 use macro to assign strings that always frees the old string
1137
1138         * src/gtk/gtkaspell.[ch]
1139                 add gtkaspell_set_dictionary_menu_active_item() to set active
1140                 item in dictionary option menu
1141
1142         * src/prefs_spelling.c
1143                 use gtkaspell_set_dictionary_menu_active_item() to select
1144                 dictionary
1145
1146 2003-08-21 [christoph]  0.9.4claws33
1147
1148         * src/folder.[ch]
1149         * src/imap.c
1150         * src/mbox_folder.c
1151         * src/mh.c
1152         * src/news.c
1153                 optimize folder system
1154
1155         * src/gtk/gtkstext.c
1156                 fix division by zero when font has 0 width for ' '
1157
1158 2003-08-21 [paul]       0.9.4claws32
1159
1160         * sync with 0.9.4cvs7
1161                 see ChangeLog 2003-08-20
1162
1163 2003-08-19 [paul]       0.9.4claws31
1164
1165         * src/common/defs.h
1166                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1167                 SYLDOC_FAQ_HTML_INDEX.
1168         * src/manual.c
1169                 use LC_MESSAGES instead of LC_ALL to find the current
1170                 language
1171
1172           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1173
1174 2003-08-19 [paul]       0.9.4claws30
1175
1176         * po/bg.po
1177                 updated by George Danchev
1178
1179 2003-08-18 [luke]       0.9.4claws29
1180         * src/mimeview.[ch]
1181         * src/gtk/gtkvscrollbutton.[ch]
1182                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1183                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1184                 o removed horizontal separator between icons
1185
1186 2003-08-17 [christoph]  0.9.4claws28
1187
1188         * src/procmsg.c
1189                 no subject threading when the subject has no reply prefix
1190
1191 2003-08-16 [christoph]  0.9.4claws27
1192
1193         * src/mainwindow.c
1194                 remember and restore window sizes and position when the main
1195                 window is hidden or shown
1196
1197         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1198          minimised/reopened using trayicon)
1199
1200 2003-08-16 [paul]       0.9.4claws26
1201
1202         * src/crash.c
1203                 add #include "defs.h"
1204
1205 2003-08-16 [paul]       0.9.4claws25
1206
1207         * src/plugins/clamav/clamav_plugin.c
1208                 reword a debug_print
1209                 
1210         * src/plugins/dillo_viewer/dillo_prefs.c
1211                 cosmetic: change the labels' text, add tooltips, and
1212                 left-align the hint
1213
1214 2003-08-15 [christoph]  0.9.4claws24
1215
1216         * src/news.c
1217                 complete last change (forgot some changes)
1218
1219 2003-08-15 [christoph]  0.9.4claws23
1220
1221         * src/news.c
1222                 o check number of messages and don't return a 0 message
1223                   when no messages are available
1224                 o don't parse xref header anymore
1225
1226         (closes Bug 203 I'm not getting any news)
1227
1228 2003-08-15 [paul]       0.9.4claws22
1229
1230         * src/common/defs.h
1231           src/crash.c
1232                 update and define claws bugzilla location
1233
1234 2003-08-15 [paul]       0.9.4claws21
1235
1236         * po/ru.po
1237                 update submitted by Ruslan N. Balkin
1238
1239 2003-08-14 [christoph]  0.9.4claws20
1240
1241         * src/procmsg.c
1242                 fix search for oldest node in subject threading
1243
1244 2003-08-14 [christoph]  0.9.4claws19
1245
1246         * src/procmsg.c
1247         * src/common/utils.h
1248                 add possibility to check all nodes with the same subject for
1249                 subject threading, not only the oldest node. Should not break
1250                 threads anymore if the oldest node is thread_by_subject_max_age
1251                 days older then parent, because it can now find a child of
1252                 oldest node as new parent.
1253
1254 2003-08-11 [christoph]  0.9.4claws18
1255
1256         * src/plugins/spamassassin/spamassassin.c
1257                 run spam check in background process
1258
1259 2003-08-10 [alfons]     0.9.4claws17
1260
1261         * src/summaryview.c
1262                 make `Select All' sensitive too
1263
1264 2003-08-10 [christoph]  0.9.4claws16
1265
1266         * src/imap.c
1267                 add more checks in imap_close
1268
1269 2003-08-09 [alfons]     0.9.4claws15
1270
1271         * src/prefs_spelling.c
1272                 no spell checking UI if not requested
1273
1274 2003-08-09 [alfons]     0.9.4claws14
1275
1276         * src/gtk/prefswindow.c
1277                 make it compile
1278
1279 2003-08-09 [christoph]  0.9.4claws13
1280
1281         * src/prefs_spelling.c
1282         * src/gtk/prefswindow.[ch]
1283         * src/plugins/clamav/clamav_plugin_gtk.c
1284         * src/plugins/spamassassin/spamassassin_gtk.c
1285                 sort prefs pages by heighest weight in tree
1286
1287 2003-08-09 [paul]       0.9.4claws12
1288
1289         * sync with 0.9.4cvs6
1290                 see ChangeLog 2003-08-07
1291                 
1292         * AUTHORS
1293                 add Leandro and Luke to claws-branch section
1294
1295 2003-08-09 [christoph]  0.9.4claws11
1296
1297         * src/gtk/Makefile.am
1298         * src/gtk/colorsel.[ch]                 ** NEW **
1299                 create a color selection dialog that can be used as a simple
1300                 function call with it's own gtk main loop like filesel.[ch]
1301
1302         * src/Makefile.am
1303         * src/main.c
1304         * src/prefs_common.c
1305         * src/prefs_spelling.[ch]               ** NEW **
1306         * src/prefs_spelling.glade              ** NEW **
1307         * src/gtk/gtkutils.[ch]
1308                 move "Spell Checker" prefs to new prefs dialog
1309
1310         * src/prefs_folder_item.c
1311                 use new colorsel dialog
1312
1313 2003-08-08 [paul]       0.9.4claws10
1314
1315         * src/inc.c
1316                 clear the progress bar unconditionally
1317
1318 2003-08-08 [paul]       0.9.4claws9
1319
1320         * sync with 0.9.4cvs4
1321                 see ChangeLog 2003-07-31
1322
1323 2003-08-07 [christoph]  0.9.4claws8
1324
1325         * configure.ac
1326                 fix bug in image viewer plugin part
1327
1328         * src/imap.c
1329                 don't execute close command if the folder item is not selected
1330
1331 2003-08-07 [hoa]        0.9.4claws7
1332
1333         * src/filtering.[ch]
1334         * src/matcher_parser.h
1335         * src/matcher_parser_parse.y
1336                 can define several actions for each filtering rule
1337                 can import old versions of filtering rules
1338
1339         * src/prefs_filtering.c
1340                 call to a new dialog box to define actions
1341
1342         * src/prefs_filtering_action.[ch]
1343                 dialog box to define actions for filtering rules
1344
1345 2003-08-06 [christoph]  0.9.4claws6
1346
1347         * src/imap.c
1348                 make sure source folder is selected when copying messages
1349
1350 2003-08-06 [christoph]  0.9.4claws5
1351
1352         * sync with 0.9.4cvs2
1353                 see ChangeLog 2003-07-29                
1354
1355 2003-08-05 [paul]       0.9.4claws4
1356
1357         * sync with 0.9.4cvs3
1358                 see ChangeLog 2003-07-30
1359
1360 2003-08-04 [match]      0.9.4claws3
1361
1362         * po/POTFILES.in
1363                 export of LDIF files.
1364
1365 2003-08-04 [match]      0.9.4claws2
1366
1367         * src/ldif.[ch]
1368                 support for export LDIF. documented.
1369         * src/importldif.[ch]
1370         * src/exportldif.[ch]
1371                 add tooltips. documented.
1372         * src/exphtmldlg.[ch]
1373         * src/common/xmlprops.[ch]
1374                 documented.
1375         * src/exportldif.[ch]                   ** NEW **
1376         * src/expldifdlg.[ch]                   ** NEW **
1377         * src/addressbook.[ch]
1378         * src/Makefile.am
1379                 export of LDIF files.
1380                 documented.
1381
1382 2003-08-04 [christoph]  0.9.4claws1
1383
1384         * .cvsignore
1385         * Makefile.am
1386         * configure.ac
1387         * sylpheed-claws.pc.in                  ** NEW **
1388         * src/Makefile.am
1389         * src/common/Makefile.am
1390         * src/gtk/Makefile.am
1391                 install sylpheed header files in $(pkgincludedir) and create a
1392                 pkg-config file to allow building a plugin without the source
1393                 package
1394
1395 2003-08-04 [paul]       0.9.4claws
1396
1397         * version 0.9.4claws
1398
1399 2003-08-04 [paul]       0.9.3claws97
1400
1401         * po/es.po
1402                 update Spanish translation. Submitted by Ricardo
1403                 Mones Lastra.
1404
1405 2003-08-03 [paul]       0.9.3claws96
1406
1407         * po/hr.po
1408           po/sr.po
1409                 update Croatian and Serbian translations. Submitted by
1410                 Dragan and Urke MMI respectively
1411
1412 2003-08-03 [alfons]     0.9.3claws95
1413
1414         * src/summaryview.c
1415                 mark flag has precedence over important flag - seems
1416                 to have been changed in sync of 0.9.3claws45. this fixes
1417                 a regression where messages that were scored as important
1418                 don't show their mark flags. (using the same column for
1419                 both importance as mark flags is the real problem
1420                 ofcourse)
1421
1422 2003-08-03 [melvin]     0.9.3claws94
1423
1424         * po/fr.po
1425                 Updated French translations.
1426
1427 2003-08-03 [melvin]     0.9.3claws93
1428
1429         * src/Makefile.am
1430                 Fixed typo introduced after 0.9.3claws92 
1431                 that prevented compilation
1432                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1433                 CPPFLAGS and YFLAGS to allow user setting these.
1434         * src/common/Makefile.am
1435         * src/gtk/Makefile.am
1436         * src/plugins/clamav/Makefile.am
1437         * src/plugins/demo/Makefile.am
1438         * src/plugins/dillo_viewer/Makefile.am
1439         * src/plugins/image_viewer/Makefile.am
1440         * src/plugins/mathml_viewer/Makefile.am
1441         * src/plugins/spamassassin/Makefile.am
1442         * src/plugins/trayicon/Makefile.am
1443         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1444                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1445                 CPPFLAGS and YFLAGS to allow user setting these.
1446
1447 2003-08-02 [christoph]  0.9.3claws92
1448
1449         * configure.ac
1450                 o rearrange plugin tests
1451                 o add test for clamav.h to ClamAV tests
1452
1453 2003-08-02 [luke]       0.9.3claws91
1454
1455         * src/mimeview.c
1456                 o fixed appearance of icon list when toggling back from the 
1457                   ctree
1458                 o toggling of icons using the keyboard works correctly
1459                 o fixed all other keyboard shortcuts to work when icons are
1460                   active
1461         
1462         * src/messageview.c
1463                 o fixed bug 4 - focus lost when changing messageview view type
1464
1465 2003-08-02 [christoph]  0.9.3claws90
1466
1467         * src/common/hooks.c
1468                 fix crash when pointer stored in hash table could get invalid
1469                 when a plugin is unloaded
1470
1471 2003-08-01 [christoph]  0.9.3claws89
1472
1473         * configure.ac
1474                 o try to build all plugins (except spamassassin) by default
1475                 o don't build a plugin if a dependency check fails
1476
1477         * src/common/hooks.c
1478                 fix warning
1479
1480 2003-08-01 [match]      0.9.3claws88
1481
1482         * src/importldif.c
1483                 allow single click field selection. document code.
1484
1485 2003-08-01 [christoph]  0.9.3claws87
1486
1487         * src/plugins/clamav/clamav_plugin.c
1488         * src/plugins/clamav/clamav_plugin_gtk.c
1489         * src/plugins/dillo_viewer/dillo_viewer.c
1490         * src/plugins/image_viewer/plugin.c
1491         * src/plugins/mathml_viewer/mathml_viewer.c
1492         * src/plugins/spamassassin/spamassassin.c
1493         * src/plugins/spamassassin/spamassassin_gtk.c
1494         * src/plugins/trayicon/trayicon.c
1495                 add version check to all plugins
1496
1497 2003-08-01 [hoa]        0.9.3claws86
1498
1499         * src/prefs_filtering.c
1500                 fixed a cosmetic bug, during creation of dialog box,
1501                 wrong widgets were shown after creation.
1502
1503 2003-08-01 [luke]       0.9.3claws85
1504
1505         * src/mainwindow.c
1506                 o fixed visibility of icons/mimeview after toggling separate
1507                   message/folder view (factored out some similar code too).
1508
1509
1510 2003-07-31 [alfons]     0.9.3claws84
1511
1512         * src/mimeview.c
1513                 tweak icon box UI a bit more, now allowing right-clicks actions
1514                 getting the relevant mime data too; should fix #250, "Can't save 
1515                 attachments sometimes".
1516
1517 2003-07-30 [alfons]     0.9.3claws83
1518
1519         * src/compose.c
1520                 don't do auto-save-draft inside key press handler, but rather
1521                 schedule it half of a second later; should fix #67, "autosave 
1522                 make re-rediting message crazy"
1523
1524 2003-07-30 [christoph]  0.9.3claws82
1525
1526         * src/plugins/trayicon/trayicon.c
1527                 process pending events before unloading the plugin
1528
1529         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1530
1531 2003-07-30 [alfons]     0.9.3claws81
1532
1533         * src/common/hooks.c
1534                 parameter 2 of g_hook_destroy() should really be a hook id
1535
1536 2003-07-30 [alfons]     0.9.3claws80
1537
1538         * src/common/plugin.c
1539                 fix a possibly harmful function signature mismatch 
1540                 for plugin_done
1541
1542 2003-07-30 [alfons]     0.9.3claws79
1543
1544         * src/common/hooks[.ch]
1545                 const correctness
1546
1547 2003-07-30 [darko]      0.9.3claws78
1548
1549         * src/summaryview.c
1550                 make it compile again
1551
1552 2003-07-30 [luke]       0.9.3claws77
1553
1554         * src/crash.c
1555         * src/main.c
1556                 o added/moved signal handlers for SIGTERM (normal kill command) 
1557                   and SIGINT (ctl-c) to be used even without 
1558                   --enable-crash-dialog, fixing bug 166
1559
1560         * src/summaryview.c
1561                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1562                   bug 227
1563
1564         * src/mainwindow.c
1565                 o changed sensitivity condition for 'Next new' and 'Next 
1566                   unread', fixing bug 8
1567
1568 2003-07-29 [alfons]     0.9.3claws76
1569
1570         * src/common/utils.[ch]
1571                 add generate_msgid()
1572         * src/messageview.c
1573                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1574                 sent folder".
1575
1576 2003-07-29 [alfons]     0.9.3claws75
1577
1578         * src/messageview.c
1579                 fix a memleak (claws-only)
1580
1581 2003-07-29 [alfons]     0.9.3claws74
1582
1583         * src/mimeview.[ch]
1584         * src/gtk/gtkvscrollbutton.[ch]
1585                 fix UI glitch where mime icon toolbox' scroll position is not 
1586                 reset after switching to another message
1587                 
1588
1589 2003-07-29 [paul]       0.9.3claws73
1590
1591         * src/prefs_folder_item.c
1592                 split the prefs into 2 separate pages
1593
1594 2003-07-29 [paul]       0.9.3claws72
1595
1596         * src/compose.c
1597                 prepend "\n\n" to a signature without a separator too
1598
1599 2003-07-29 [paul]       0.9.3claws71
1600
1601         * src/compose.c
1602                 fix bug where changing to an account without an auto-sig
1603                 from an initial account without an auto-sig would insert 
1604                 2 blank lines at the cursor point
1605                 fix bug where changing to an account with an auto-sig
1606                 from an initial account without an auto-sig would insert
1607                 the sig at the cursor point
1608
1609 2003-07-29 [paul]       0.9.3claws70
1610
1611         * src/folderview.c
1612                 use the colour from the folder pref unless the folder
1613                 has new messages
1614
1615 2003-07-29 [alfons]     0.9.3claws69
1616
1617         * src/procmsg.[ch]
1618         * src/messageview.c
1619         * src/procheader.c
1620                 rewrite return receipt request work a little bit (the former 
1621                 implementation presumably depended too much on the UI setting
1622                 flags). (we're losing the old pending flag.) 
1623
1624 2003-07-28 [christoph]  0.9.3claws68
1625
1626         * src/folder.c
1627         * src/imap.c
1628         * src/mh.c
1629         * src/procmsg.[ch]
1630                 fix copy to IMAP folder from other folder
1631
1632 2003-07-28 [christoph]  0.9.3claws67
1633
1634         * src/procmsg.c
1635                 fix sync of procmsg_get_message_file_list
1636
1637 2003-07-28 [christoph]  0.9.3claws66
1638
1639         * sync with 0.9.3cvs14
1640                 see ChangeLog 2003-07-18
1641         * sync with 0.9.3cvs17
1642                 see ChangeLog 2003-07-23
1643
1644         (closes Bug 234 segmentation fault after sending out mail via
1645          smtp(auth))
1646
1647 2003-07-28 [paul]       0.9.3claws65
1648
1649         * po/es.po
1650                 update Spanish translation, submitted by Ricardo Mones
1651                 Lastra
1652
1653 2003-07-28 [christoph]  0.9.3claws64
1654
1655         * src/folder.[ch]
1656         * src/imap.c
1657         * src/mh.c
1658                 return new message numbers as a GRelation instead of a GSList
1659                 that has to be in the same order as the input list. A list
1660                 would make it hard for IMAP to optimize oepration by sorting
1661                 the input list. The returned list would have to be reordered
1662                 to match the same order that input list has.
1663
1664         * src/gtk/gtkaspell.c
1665                 fix missing return value, could cause a crash when garbage is
1666                 on the stack that is used as the expected return value
1667
1668 2003-07-28 [paul]       0.9.3claws63
1669
1670         * sync with 0.9.4cvs1
1671                 see ChangeLog 2003-07-28
1672
1673 2003-07-27 [alfons]     0.9.3claws62
1674
1675         * src/mimeview.c
1676                 tweak it more to make icon list act like a check button group
1677
1678 2003-07-27 [christoph]  0.9.3claws61
1679
1680         * sync with 0.9.3cvs20
1681                 see ChangeLog 2003-07-25
1682
1683 2003-07-27 [paul]       0.9.3claws60
1684
1685         * src/procmsg.c
1686                 re-commit changes from 0.9.3claws58 -
1687                 accidently removed in 0.9.3claws59
1688
1689 2003-07-27 [paul]       0.9.3claws59
1690
1691         * src/procmsg.[ch]
1692                 a sync from 0.9.3cvs17
1693                 see ChangeLog 2003-07-23
1694
1695 2003-07-27 [alfons]     0.9.3claws58
1696
1697         * src/procmsg.c
1698                 add missing header members to MsgInfo; fixes the problem of 
1699                 not displaying X-Faces, as noticed by Ricardo Mones
1700
1701 2003-07-26 [christoph]  0.9.3claws57
1702
1703         * sync with 0.9.3cvs18
1704                 see ChangeLog 2003-07-24
1705
1706 2003-07-26 [christoph]  0.9.3claws56
1707
1708         * sync with 0.9.3cvs17
1709                 see ChangeLog 2003-07-23
1710
1711 2003-07-26 [christoph]  0.9.3claws55
1712
1713         * src/folder.[ch]
1714         * src/imap.c
1715         * src/mbox_folder.c
1716         * src/mh.c
1717         * src/news.c
1718                 add support for copy function that copy multiple messages
1719                 (not implemented yet)
1720
1721         * src/summaryview.c
1722                 add missing return value
1723
1724 2003-07-26 [paul]       0.9.3claws54
1725
1726         * tools/multiwebsearch.pl
1727                 do whitespace substitution before passing the string
1728                 to the browser. fixes bug with browsers that don't
1729                 do whitespace conversion themselves.
1730
1731 2003-07-25 [christoph]  0.9.3claws53
1732
1733         * src/folder.[ch]
1734         * src/imap.c
1735         * src/mh.c
1736                 rewrite adding of multiple messages to a folder for
1737                 claws' folder system
1738
1739 2003-07-25 [luke]       0.9.3claws52
1740
1741         * src/mimeview.c
1742                 o icon toggles set correctly on leaving ctree mimeview
1743
1744 2003-07-25 [paul]       0.9.3claws51
1745
1746         * partial sync with 0.9.3cvs21 [src/main.c]
1747                 see ChangeLog 2003-07-25
1748
1749 2003-07-24 [paul]       0.9.3claws50
1750
1751         * tools/maildir2sylpheed.pl
1752                 fix typo
1753
1754 2003-07-24 [paul]       0.9.3claws49
1755
1756         * src/mimeview.c
1757                 increase the gutter size of paned so that the panes
1758                 can be resized
1759                 
1760         * src/plugins/demo/demo.c
1761                 squeeze in another typo fix
1762
1763 2003-07-24 [paul]       0.9.3claws48
1764
1765         * src/plugins/demo/demo.c
1766           src/prefs_account.c
1767                 small changes to the English
1768                 
1769         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1770           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1771           src/Makefile.am
1772           src/stock_pixmap.c
1773                 rename the misspelled icon
1774
1775 2003-07-23 [alfons]     0.9.3claws47
1776
1777         * src/mimeview.c
1778                 make icon list look like a list of toggles
1779
1780 2003-07-23 [luke]       0.9.3claws46
1781
1782         * src/pixmaps/mimeview_gpg_expired.xpm
1783         * src/pixmaps/mimeview_gpg_failed.xpm
1784         * src/pixmaps/mimeview_gpg_passed.xpm
1785         * src/pixmaps/mimeview_text_html.xpm
1786         * src/pixmaps/mimeview_image.xpm
1787                 o all icons the same size
1788
1789         * src/mimeview.[ch]
1790                 o mimeview ctree arranged vertically above the viewer
1791                 o icons changed to buttons
1792                 o can use keyboard to select an icon (Enter)
1793                 o resize icon list to width of icons
1794
1795         *  src/gtk/gtkvscrollbutton.c
1796                 o sensitivity of buttons reacts to position
1797
1798 2003-07-23 [christoph]  0.9.3claws45
1799
1800         * sync with 0.9.3cvs14 (incomplete)
1801                 see ChangeLog 2003-07-17
1802
1803 2003-07-23 [alfons]     0.9.3claws44
1804
1805         * src/folder.c
1806         * src/procmsg.h
1807                 sync with my local tree to restore some claws-only things
1808
1809 2003-07-23 [paul]       0.9.3claws43
1810
1811         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1812           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1813           src/Makefile.am
1814           src/mimeview.c
1815           src/procmime.h
1816           src/rfc2015.c
1817           src/stock_pixmap.[ch]
1818                 indicate missing keys and expired sigs/keys
1819                 in mime view column
1820
1821 2003-07-23 [paul]       0.9.3claws42
1822
1823         * src/compose.c
1824                 Redirect fixes: enable automatic account selection and
1825                 do not append signature to message on changing account
1826                 fixes Bug[s] #248
1827
1828 2003-07-23 [paul]       0.9.3claws41
1829
1830         * sync with 0.9.3cvs16
1831                 see ChangeLog 2003-07-23
1832
1833 2003-07-23 [alfons]     0.9.3claws40
1834
1835         * src/inc.c
1836                 give progress dialog a main window, and give it the first 
1837                 one (presumably the only one). fixes bug #247, "segfault on 
1838                 pop-before-smtp" 
1839
1840 2003-07-22 [alfons]     0.9.3claws39
1841
1842         * src/summaryview.c
1843                 shift-space scrolls up
1844
1845 2003-07-22 [paul]       0.9.3claws38
1846
1847         * sync with 0.9.3cvs15
1848                 see ChangeLog 2003-07-22
1849
1850 2003-07-20 [alfons]     0.9.3claws37
1851
1852         * src/compose.c
1853                 put menu inside #ifdef USE_ASPELL..#endif
1854
1855 2003-07-20 [christoph]  0.9.3claws36
1856
1857         * src/procmsg.c
1858                 fix wrong flags in MsgInfo returned by
1859                 procmsg_msginfo_get_full_info()
1860
1861         (closes Bug 221 Deleting messages from the Message View gives incorrect
1862          new/unread message counts in the folder view)
1863
1864         * src/plugins/spamassassin/spamassassin_gtk.c
1865                 add gettext macro for prefs page title
1866
1867 2003-07-20 [paul]       0.9.3claws35
1868
1869         * src/mimeview.c
1870                 redraw icon list on signature check
1871
1872 2003-07-20 [christoph]  0.9.3claws34
1873
1874         * src/Makefile.am
1875         * src/account.c
1876         * src/folder.[ch]
1877         * src/folder_item_prefs.[ch]            ** NEW **
1878         * src/folderview.c
1879         * src/mainwindow.c
1880         * src/mh.c
1881         * src/prefs_gtk.c
1882         * src/prefs_scoring.c
1883         * src/summaryview.c
1884         * src/prefs_folder_item.[ch]
1885                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1886                   Properties dialog
1887                 o use prefswindow for folder properties
1888
1889         * src/gtk/prefswindow.[ch]
1890                 change implementation to use an invisible notebook instead
1891                 of unparenting widgets
1892
1893 2003-07-20 [christoph]  0.9.3claws33
1894
1895         * src/compose.h
1896         * src/folder.c
1897         * src/folderview.h
1898         * src/headerview.h
1899         * src/prefs_filtering.h
1900         * src/prefs_folder_item.[ch]
1901         * src/procmime.h
1902         * src/procmsg.h
1903         * src/summaryview.h
1904                 clean up header mess
1905                 (always use 1. typedefs, 2. #includes, 3. structures)
1906
1907         * src/common/version.h.in
1908                 add casts for constants
1909
1910         * src/plugins/demo/demo.c
1911                 fix typo
1912
1913         * src/plugins/spamassassin/spamassassin.c
1914                 remove unused variable
1915
1916 2003-07-20 [alfons]     0.9.3claws32
1917
1918         * src/mimeview.c
1919                 o make icon buttons respond on left click
1920                 o minor cosmetic change
1921
1922 2003-07-19 [luke]       0.9.3claws31
1923
1924         * src/mimeview.[ch]
1925         * src/gtk/gtkvscrollbutton.c
1926         * src/messageview.c
1927                 o improved mimeview behaviour when selecting a new message
1928                 o plus code cleanups to remove compile warnings
1929
1930
1931 2003-07-19 [alfons]     0.9.3claws30
1932
1933         * src/procmsg.c
1934         * src/compose.c
1935         * src/common/utils.[ch]
1936                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1937
1938 2003-07-19 [alfons]     0.9.3claws29
1939
1940         * src/prefs_folder_item.c
1941                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1942                 string pointers
1943
1944 2003-07-19 [luke]       0.9.3claws28
1945
1946         * src/messageview.c
1947         * src/mimeview.[ch]
1948         * src/procmime.h
1949         * src/rfc2015.c
1950         * src/stock_pixmap.[ch]
1951         * src/gtk/Makefile.am
1952         * src/Makefile.am
1953         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1954         * src/pixmaps/mime_*.xpm                ** NEW **
1955                 o mimeview rearrangement with a new icon shortcut bar
1956
1957 2003-07-19 [alfons]     0.9.3claws27
1958
1959         * src/folderview.c
1960                 o plug leaking nodes_to_recollapse
1961                 o add folderview_recollapse_all_nodes() (not used yet)
1962
1963 2003-07-19 [alfons]     0.9.3claws26
1964
1965         * src/compose.c
1966         * src/common/utils.c
1967                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1968                 for both forwarding as replying
1969
1970 2003-07-18 [christoph]  0.9.3claws25
1971
1972         * configure.ac
1973         * src/common/sylpheed.[ch]
1974         * src/common/version.h.in
1975                 add version in numeric form to allow easy comparison
1976
1977         * src/plugins/demo/demo.c
1978                 add version check
1979                 - sylpheed version > plugin version => never allowed, sylpheed
1980                   could contain unknown API changes
1981                 - sylpheed version < minimum version required => don't load,
1982                   API required not available (if linking does not fail)
1983
1984 2003-07-18 [alfons]     0.9.3claws24
1985         
1986         * src/common/plugin.[ch]
1987                 const correctness
1988
1989 2003-07-18 [christoph]  0.9.3claws23
1990
1991         * src/common/hooks.c
1992                 fix crash when hooks where unregisted
1993
1994         * src/plugins/trayicon/trayicon.c
1995                 unregister detroy signal before destroying the widget
1996                 (still crashes when the plugin is unloaded)
1997
1998 2003-07-18 [alfons]     0.9.3claws22
1999         
2000         * src/folderview.c
2001                 delay expanding folder tree during drags until timeout triggered
2002                 (needs perhaps some tweaking, so testing is welcome)
2003
2004 2003-07-17 [alfons]     0.9.3claws21
2005
2006         * src/folderview.c
2007                 clean up cruft
2008
2009 2003-07-17 [christoph]  0.9.3claws20
2010
2011         * src/common/session.c
2012                 fix opening of SSL connections
2013
2014         * src/plugins/image_viewer/Makefile.am
2015                 add OPENSSL_CFLAGS (we should find a better solution to remove
2016                 this dependencies if they are not required)
2017
2018         * src/plugins/spamassassin/spamassassin.c
2019                 remove setlocale workaround (fixed in libspamc)
2020
2021         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2022          if spell checking enabled)
2023
2024 2003-07-17 [alfons]     0.9.3claws19
2025
2026         * src/common/hooks.[ch]
2027         * src/plugins/clamav/clamav_plugin.c
2028         * src/plugins/spamassassin/spamassassin.c
2029         * src/plugins/trayicon/trayicon.c
2030                 fix signedness muck 
2031
2032 2003-07-17 [alfons]     0.9.3claws18
2033
2034         * src/procmime.c
2035                 plug memleak
2036
2037 2003-07-17 [alfons]     0.9.3claws17
2038
2039         * src/inc.c
2040                 plug memleak
2041
2042 2003-07-17 [paul]       0.9.3claws16
2043
2044         * src/common/defs.h
2045           src/mainwindow.c
2046           src/manual.[ch]
2047                 add link to the Claws site's FAQ page, after the suggestion
2048                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2049                 Move url strings to defs.h
2050                 
2051         * src/mainwindow.c
2052                 fix typo to prevent "unknown menu entry" warnings
2053
2054 2003-07-17 [alfons]     0.9.3claws15
2055
2056         * src/folderview.[ch]
2057         * src/summaryview.[ch]
2058         * src/mimeview.[ch]
2059                 plug DnD leaks 
2060
2061 2003-07-17 [paul]       0.9.3claws14
2062
2063         * src/inc.c
2064                 remove two instances of 'GTK_EVENTS_FLUSH' because
2065                 they are unnecessary and probably cause a stack overflow
2066
2067 2003-07-16 [christoph]  0.9.3claws13
2068
2069         * src/mimeview.[ch]
2070                 use an invisible GTK notebook to switch between viewers
2071                 instead of reparenting widgets
2072
2073 2003-07-16 [christoph]  0.9.3claws12
2074
2075         * src/folder.c
2076                 move folder_item_update_freeze() to correct place in
2077                 folder_item_scan_full()
2078
2079 2003-07-16 [paul]       0.9.3claws11
2080
2081         * sync with 0.9.3cvs12
2082                 see ChangeLog 2003-07-14 and 2003-07-15
2083
2084 2003-07-16 [christoph]  0.9.3claws10
2085
2086         * src/imap.[ch]
2087         * src/prefs_account.[ch]
2088                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2089
2090 2003-07-15 [alfons]     0.9.3claws9
2091
2092         * src/main.c
2093                 make --config-dir do something useful
2094
2095 2003-07-15 [alfons]     0.9.3claws8
2096
2097         * src/procmsg.c
2098                 o fix a bug where 'last' didn't really point to the last message
2099                   in the top level list of children, but to the last threaded
2100                   message. 
2101                 
2102                 o clean up and make it easier to sync
2103
2104 2003-07-15 [alfons]     0.9.3claws7
2105
2106         * src/mainwindow.c
2107                 make correct menu items sensitive       
2108
2109 2003-07-14 [alfons]     0.9.3claws6
2110
2111         * src/procmsg.c
2112                 tune the threader so it will not subject-thread any message
2113                 without a subject prefix (this will not thread correctly if 
2114                 a parent is delivered after their childs, but it looks 
2115                 better right now)
2116
2117 2003-07-13 [christoph]  0.9.3claws5
2118
2119         * src/mainwindow.c
2120                 group "Add mailbox *..." menu items in submenu
2121
2122 2003-07-13 [alfons]     0.9.3claws4
2123
2124         * src/summaryview.c
2125                 correct summary_toggle_pressed() signature and make sure
2126                 signal is not passed on
2127
2128 2003-07-13 [alfons]     0.9.3claws3
2129
2130         * src/summaryview.c
2131                 o for now don't pass on keys when they we're handled by 
2132                   ctree::key_press_event
2133                 o clean up
2134
2135 2003-07-13 [alfons]     0.9.3claws2
2136         
2137         * src/main.c
2138                 add command line option "--config-dir" to get the current 
2139                 configuration dir
2140
2141 2003-07-12 [alfons]     0.9.3claws1
2142
2143         * src/matcher.[ch]
2144         * src/matcher_parser_parse.y
2145         * src/prefs_filtering.c
2146         * src/filtering.c
2147                 add "Lock" filter action to lock messages;
2148
2149         * src/filtering.c       
2150                 remove debug_print()    
2151         * src/prefs_filtering.c
2152                 re-organize matcher part 9: 
2153                 make action text entries easily extendible;
2154                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2155                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2156
2157 2003-07-12 [paul]
2158
2159         * tools/README
2160                 update old information and add missing
2161                 information
2162
2163 2003-07-12 [paul]       0.9.3claws
2164
2165         * 0.9.3claws released
2166         
2167 2003-07-12 [paul]       0.9.0claws103
2168
2169         * src/Makefile.am
2170                 add addrquery.h
2171
2172 2003-07-12 [melvin]     0.9.0claws102
2173
2174         * src/messageview.c
2175                 Fixed bug #215: Show MIME tab for single text/html messages. 
2176                 
2177 2003-07-12 [paul]       0.9.0claws101
2178
2179         * man/sylpheed.1
2180                 updated
2181
2182 2003-07-12 [paul]       0.9.0claws100
2183
2184         * po/es.po
2185           po/hr.po
2186           po/pl.po
2187           po/sr.po
2188                 update Spanish, Croatian, Polish, Serbian translations.
2189                 submitted by Ricardo Mones Lastra, Dragan, Witold
2190                 Wladyslaw Wojciech Wilk, Urke MMI
2191
2192 2003-07-12 [melvin]     0.9.0claws99
2193
2194         * po/fr.po
2195                 Updated French translations.
2196
2197 2003-07-12 [paul]       0.9.0claws98
2198
2199         * src/addressbook.c
2200                 disable 'Lookup' button as it has no effect
2201
2202 2003-07-11 [alfons]     0.9.0claws97
2203         
2204         * src/summaryview.c
2205                 summary_searchbar_pressed() should return TRUE to signal that
2206                 event was handled. when returning void, the return value passed
2207                 to GTK is actually random, but maybe FALSE, in which case the
2208                 event is handled by parent
2209                 
2210 2003-07-10 [paul]       0.9.0claws96
2211
2212         * ac/missing/gettext.m4
2213                 update to version 0.12
2214
2215 2003-07-10 [paul]       0.9.0claws95
2216
2217         * src/plugins/clamav/clamav_plugin.c
2218                 fix bug where multipart/alternative messages
2219                 would slip through without being scanned
2220
2221 2003-07-10 [christoph]  0.9.0claws94
2222
2223         * src/folder.c
2224                 correct check if folder supports removing when a message is
2225                 moved. if not the message is only copied.
2226
2227         (closes Bug 132 crash on startup in newsgroups folders)
2228
2229 2003-07-09 [alfons]     0.9.0claws93
2230
2231         * configure.ac
2232         * src/common/defs.h
2233                 --with-config-dir (default .sylpheed)
2234
2235 2003-07-09 [christoph]  0.9.0claws92
2236
2237         * configure.ac
2238                 use PKG_CHECK_MODULES to check for gtkmathview
2239                 (version 0.4.2 now required)
2240
2241 2003-07-08 [melvin]     0.9.0claws91
2242
2243         * src/action.c
2244                 Implemented a progress bar that counts the number of completed
2245                 tasks when the action runs more than one command.
2246
2247 2003-07-08 [alfons]     0.9.0claws90
2248
2249         * src/procmsg.c
2250                 if queued message has an invalid Message-Id, don't try to
2251                 find message it refers to (fixes #209 "crash when processing 
2252                 in folder")
2253
2254 2003-07-08 [paul]       0.9.0claws89
2255
2256         * sync with 0.9.3cvs2
2257                 see ChangeLog 2003-07-08
2258
2259 2003-07-08 [match]      0.9.0claws88
2260
2261         * src/ldapctrl.c
2262                 extend LDAP search for first/last name by parsing search term.
2263
2264 2003-07-08 [alfons]     0.9.0claws87
2265
2266         * src/send_message.c
2267                 fix bug #208 "Status message stuck when sending on POP3 account"
2268
2269 2003-07-07 [paul]       0.9.0claws86
2270
2271         * po/hr.po
2272                 new Croatian translation, submitted by
2273                 Dragan <drleskov@inet.hr>
2274
2275 2003-07-07 [paul]       0.9.0claws85
2276
2277         * sync with 0.9.3cvs1
2278                 see ChangeLog 2003-07-07
2279
2280 2003-07-05 [christoph]  0.9.0claws84
2281
2282         * src/Makefile.am
2283         * src/messageview.c
2284         * src/mimeview.[ch]
2285         * src/stock_pixmap.[ch]
2286         * src/pixmaps/messageview_text.xpm              ** NEW **
2287                 move mimeview tabs to the right side and use icons
2288                 instead of text to save some space
2289
2290         (patch by Luke Plant <lukeplant@softhome.net>)
2291
2292 2003-07-05 [christoph]  0.9.0claws83
2293
2294         * src/inc.c
2295                 add NULL pointer checks
2296
2297         (patch by Luke Plant <lukeplant@softhome.net>)
2298         (closes Bug 204 0.9.0 quits on authentication error?!)
2299
2300 2003-07-05 [alfons]     0.9.0claws82
2301
2302         * configure.ac
2303                 take the clue in bug #202 "./configure script - 
2304                 'if test' comparison failure" reported by John Kristoff. 
2305
2306 2003-07-04 [christoph]  0.9.0claws81
2307
2308         * src/plugins/spamassassin/spamassassin.c
2309                 set timeout for spam check
2310
2311 2003-07-04 [christoph]  0.9.0claws80
2312
2313         * src/main.c
2314                 destroy all FolderItems when shutting down to
2315                 allow folders to clean up
2316
2317 2003-07-04 [melvin]     0.9.0claws79
2318
2319         * src/gtk/gtkaspell.c
2320                 Fixed bug #184 "Entering non-ascii character deletes
2321                 previous char if spell checking enabled": this makes
2322                 the spell checking in multibytes (e.g. UTF-8)locales work.
2323                 (Patch by Luke Plant).
2324                 
2325 2003-07-04 [christoph]  0.9.0claws78
2326
2327         * sync with 0.9.2cvs1
2328                 see ChangeLog 2003-06-10
2329
2330 2003-07-04 [paul]       0.9.0claws77
2331
2332         * sync with 0.9.3 release
2333                 see ChangeLog 2003-07-04
2334
2335 2003-07-03 [christoph]  0.9.0claws76
2336
2337         * src/folder.[ch]
2338         * src/imap.c
2339         * src/mbox_folder.c
2340         * src/mh.c
2341         * src/news.c
2342                 move folder_item_get_path() stuff into a folder virtual function
2343
2344         * src/procmsg.c
2345                 use folder_item_fetch_msg() to get message and do not contruct
2346                 the filename from path and number
2347
2348 2003-07-03 [paul]       0.9.0claws75
2349
2350         * sync with 0.9.2cvs12
2351                 see ChangeLog 2003-07-03
2352
2353 2003-07-02 [paul]       0.9.0claws74
2354
2355         * src/messageview.c
2356                 fix text-selection for replying
2357
2358 2003-07-02 [paul]       0.9.0claws73
2359
2360         * sync with 0.9.2cvs11
2361                 see ChangeLog 2003-07-02
2362
2363 2003-07-02 [paul]       0.9.0claws72
2364
2365         * src/procmsg.c
2366                 revert last commit because it breaks more
2367                 than it fixes
2368
2369 2003-07-02 [paul]       0.9.0claws71
2370
2371         * src/procmsg.c
2372                 fix thread by subject/sort by date
2373
2374 2003-07-01 [paul]       0.9.0claws70
2375
2376         * sync with 0.9.2cvs10
2377                 see ChangeLog 2003-07-01
2378
2379 2003-06-30 [paul]       0.9.0claws69
2380
2381         * sync with 0.9.2cvs9
2382                 see ChangeLog 2003-06-30
2383
2384 2003-06-28 [match]      0.9.0claws68
2385
2386         * src/addressbook.c
2387                 fix null ptr.
2388
2389 2003-06-27 [paul]       0.9.0claws67
2390
2391         * sync with 0.9.2cvs7
2392                 see ChangeLog 2003-06-27
2393
2394 2003-06-26 [christoph]  0.9.0claws66
2395
2396         * src/folder.c
2397                 freeze folder updates while a folder is scanned
2398
2399         (closes Bug 185 New message counter)
2400
2401 2003-06-26 [darko]      0.9.0claws65
2402
2403         * src/ldapserver.c
2404                 fix infinite loop when adding a new LDAP server
2405
2406 2003-06-26 [paul]       0.9.0claws64
2407
2408         * sync with 0.9.2cvs6
2409                 see ChangeLog 2003-06-26
2410
2411 2003-06-26 [paul]       0.9.0claws63
2412
2413         * sync with 0.9.2cvs5
2414                 see ChangeLog 2003-06-25 and 2003-06-26
2415
2416 2003-06-25 [match]      0.9.0claws62
2417
2418         * src/addr_compl.c
2419                 Fixed tab/backtab for dropped-down completion list to
2420                 move next/previous field. (close bug 147)
2421
2422 2003-06-25 [christoph]  0.9.0claws61
2423
2424         * src/addr_compl.[ch]
2425         * src/addrindex.[ch]
2426         * src/folderview.c
2427         * src/inc.c
2428         * src/news.c
2429         * src/summaryview.c
2430         * src/toolbar.c
2431                 fix warnings
2432
2433 2003-06-25 [leandro]    0.9.0claws60
2434
2435         * src/compose.c
2436                 o cleanups
2437                 o gray out "Message/Remove references" menu item if not
2438                   replying to a message
2439
2440 2003-06-24 [leandro]    0.9.0claws59
2441
2442         * src/compose.[ch]
2443                 o removed "Message/Create new thread" menu item
2444                 o added "Message/Remove references" menu item
2445                   (it's off by default and will not check anymore
2446                    if the subject changed)
2447
2448 2003-06-23 [alfons]     0.9.0claws58
2449
2450         * src/procmsg.c
2451                 try better grouping messages threaded by subject based on their age.
2452                 still not perfect - because the message tree is not sorted by date.  
2453
2454 2003-06-23 [thorsten]   0.9.0claws57
2455
2456         * src/pop.[ch]
2457                 added mail_receive_hook to allow modifications
2458                 directly after retrieval (e.g. adding headers).
2459
2460 2003-06-23 [paul]       0.9.0claws56
2461
2462         * src/sourcewindow.c
2463                  enable the use of Ctrl+A to select all text in
2464                  the sourcewindow
2465                  Patch submitted by Ivan Francolin Martinez
2466                  <ivanfm@users.sourceforge.net>
2467
2468 2003-06-22 [christoph]  0.9.0claws55
2469
2470         * src/folder.[ch]
2471                 o add notification hook for folder tree changes
2472                 o invoke hooks after folder tree scanning
2473
2474         * src/folderview.[ch]
2475                 register hook for folder tree changes that
2476                 updates the ctree
2477
2478         (there are more places that should be updated, like add, remove 
2479          or move folder)
2480
2481         (closes Bug 164 Crash on rebuild folder tree)
2482         (closes Bug 190 Crash on 'rebuilding folder tree')
2483
2484 2003-06-21 [leandro]    0.9.0claws54
2485
2486         * src/compose.[ch]
2487                 create a new thread if subject changes
2488                 (it's on by default, can be disabled in Message menu)
2489
2490 2003-06-21 [alfons]     0.9.0claws53
2491
2492         * src/summaryview.c
2493                 quiet little compiler
2494
2495 2003-06-21 [christoph]  0.9.0claws52
2496
2497         update gettext stuff to version 0.12
2498
2499 2003-06-19 [alfons]     0.9.0claws51
2500
2501         * src/common/log.c
2502         * src/common/plugin.c
2503                 move defs.h before glib.h to prevent MIN/MAX redefs
2504
2505 2003-06-19 [alfons]
2506
2507         * src/addressbook.c
2508                 translatable
2509
2510 2003-06-19 [match]      0.9.0claws50
2511
2512         * src/addressbook.[ch]
2513         * src/addrindex.[ch]
2514         * src/addr_compl.[ch]
2515         * src/editldap.[ch]
2516         * src/editldap_basedn.[ch]
2517         * src/addritem.[ch]
2518         * src/ldapquery.h
2519                 re-implemented dynamic LDAP search. works without
2520                 slowdown on display sender with addressbook
2521                 option.
2522         * src/addrbook.c
2523                 documented code.
2524
2525 2003-06-19 [paul]       0.9.0claws49
2526
2527         * src/compose.c
2528                 fix Bug #136 'Nonprovided quotation marks crash claws'
2529                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2530
2531 2003-06-19 [alfons]     0.9.0claws48
2532
2533         * src/prefs_common.[ch]
2534         * src/procmsg.c
2535                 restrict threading by subject by checking thread for
2536                 age (prefs_common.thread_by_subject_max_age)
2537
2538 2003-06-18 [christoph]  0.9.0claws47
2539
2540         * src/imap.c
2541                 fix memory leak in imap_cmd_fetch()
2542
2543 2003-06-18 [christoph]  0.9.0claws46
2544
2545         * src/prefs_gtk.c
2546                 fix memory leak in prefs_set_default() when used multiple
2547                 times or after prefs have been read
2548
2549 2003-06-18 [christoph]  0.9.0claws45
2550
2551         * src/common/plugin.c
2552                 fix memory leak in plugin_unload()
2553
2554 2003-06-18 [christoph]  0.9.0claws44
2555
2556         * src/imap.c
2557                 fix memory leak in imap_cmd_ok()
2558
2559 2003-06-18 [christoph]  0.9.0claws43
2560
2561         * src/folder.c
2562                 stop messages that are downloaded from POP3 and added to
2563                 an IMAP inbox from being filtered twice (first by POP3
2564                 and again when IMAP folder is scaned to get the UID of
2565                 the APPEND operation when no UIDPLUS is available)
2566
2567 2003-06-18 [alfons]
2568
2569         * tools/Makefile.am
2570                 phoenix <- firebird     
2571
2572 2003-06-18 [paul]
2573
2574         * tools/launch_phoenix          ** REMOVED **
2575           tools/launch_firebird         ** NEW **
2576                 renamed and edited to reflect the browser's name change from
2577                 'phoenix' to 'firebird'
2578
2579 2003-06-18 [paul]       0.9.0claws42
2580
2581         * sync with 0.9.2cvs2
2582                 see ChangeLog 2003-06-16
2583
2584 2003-06-17 [alfons]     0.9.0claws41
2585
2586         * src/procmsg.c
2587                 prevent threading problems when a node is an ancestor (parent / great parent),
2588                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2589                 for finding an sample set of messages)
2590
2591 2003-06-16 [christoph]  0.9.0claws40
2592
2593         * src/main.c
2594                 don't popup main window on --receive or --receive-all
2595
2596         * src/mainwindow.[ch]
2597         * src/plugins/trayicon/trayicon.c
2598                 allow hiding of main window by clicking on the trayicon
2599                 (doesn't work correctly in seperate window mode and may
2600                  cause unexpected GTK problems I couldn't find yet)
2601
2602         * src/common/ssl.c
2603                 remove incorrect warning
2604
2605 2003-06-15 [alfons]     0.9.0claws39
2606
2607         * src/gtk/gtkstext.c
2608                 don't output debug text;
2609                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2610                 for pointing this out);
2611
2612 2003-06-14 [alfons]     0.9.0claws38
2613         
2614         * src/messageview.c
2615                 remove printf() and make one if..else comply with coding style
2616
2617 2003-06-14 [alfons]     0.9.0claws37
2618
2619         * AUTHORS
2620                 add Martin Wicke
2621         * src/action.c
2622         * src/messageview.[ch]
2623         * src/summaryview.c
2624                 apply patch #754162 "Quoting messages filtered by actions" submitted
2625                 by Martin Wicke, which allows quoting message body changed by an
2626                 action (Thanks!).
2627
2628 2003-06-13 [alfons]     0.9.0claws36
2629
2630         * src/utils.c
2631                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2632                 use case insensitive regexp (suggested by Ivan Martinez)
2633
2634 2003-06-13 [christoph]  0.9.0claws35
2635
2636         * configure.ac
2637         * src/plugins/trayicon/Makefile.am
2638         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2639         * src/plugins/trayicon/trayicon.c
2640         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2641         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2642         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2643         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2644         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2645         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2646                 replace my own EggTrayIcon backport with the backport
2647                 used by (l|x)mule and gabber.
2648
2649 2003-06-13 [alfons]     0.9.0claws34
2650
2651         * AUTHORS
2652         * src/common/utils.c
2653                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2654
2655 2003-06-13 [alfons]     0.9.0claws33
2656
2657         * src/compose.c
2658                 clean up a little bit
2659
2660 2003-06-12 [alfons]     0.9.0claws32
2661
2662         * src/compose.c
2663                 const correctness fix
2664
2665         * src/common/sylpheed.[ch]
2666                 () -> (void)
2667                 prevent redef MIN/MAX
2668                 
2669         * src/common/utils.[ch]
2670                 () -> (void)
2671
2672 2003-06-12 [melvin]     0.9.0claws31
2673
2674         * src/compose.c
2675                 Updated to take into accounts changes in GtkAspell.
2676
2677 2003-06-12 [alfons]     0.9.0claws30
2678
2679         * src/compose.c
2680         * src/procmsg.c
2681         * src/common/utils.[ch]
2682                 handle reply subject prefixes better (initial 
2683                 suggestion by Robert Story adapted and enhanced 
2684                 using regexps)
2685
2686 2003-06-12 [melvin]     0.9.0claws29
2687
2688         * src/compose.c
2689                 Use new gtkaspell_checkers_strerror() to get the speller's
2690                 error message instead of accessing the (now private)
2691                 checkers structure.
2692                 Minor code clean up
2693
2694         * src/main.c
2695                 Use #ifdef instead of #if for USE_ASPELL
2696                 Use the new spell checkers init/quit functions 
2697
2698         * src/gtk/gtkaspell.c
2699                 Use #ifdef instead of #if for USE_ASPELL
2700                 Moved in the majority of GtkAspell structures that were
2701                 exported before by gtkaspell.h
2702         
2703         * src/gtk/gktaspell.h
2704                 Made gtkaspell.h contain only the necessary data to be
2705                 publicized by moving many structures to gtkaspell.c.
2706                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2707                 gtkaspell_checkers_new(): replaced by...
2708                 gtkaspell_checkers_init(): new function for initialization
2709                 gtkaspell_checkers_delete(): replaced by...
2710                 gtkaspell_checkers_quit(): new function
2711                 gtkaspell_checkers_strerror(): new function that returns
2712                 the checker's last error message.
2713                 
2714 2003-06-11 [melvin]     0.9.0claws28
2715
2716         * po/POTFILES.in
2717                 Updated to take into account gtkaspell.c migration to
2718                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2719
2720 2003-06-10 [alfons]     0.9.0claws27
2721
2722         * src/filtering.[ch]
2723         * src/folder.c
2724         * src/matcher.c
2725         * src/scoring.[ch]
2726                 - try fixing bug #18 (any brave testers?)
2727                 - add more robustness by refusing previously 
2728                   unchecked NULL pointers 
2729
2730 2003-06-10 [alfons]     0.9.0claws26
2731
2732         * src/procmsg.c
2733                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2734
2735 2003-06-09 [alfons]     0.9.0claws25
2736
2737         * src/prefs_common.c
2738                 fix bug #163 "Icon switching doesnt work properly" by 
2739                 preventing early freeing of prefs_common.pixmap_theme_path.
2740
2741 2003-06-09 [christoph]  0.9.0claws24
2742
2743         * src/gtk/gtkaspell.c
2744                 revert Thorsten's fix and add forgotten g_strdup for
2745                 aspell path (it should not be possible to alter the path a
2746                 GtkASpell uses from outside)
2747
2748 2003-06-09 [thorsten]   0.9.0claws23
2749
2750         * src/gtk/gtkaspell.c
2751                 dont free prefs_common.aspell_path when closing compose
2752
2753 2003-06-08 [colin]      0.9.0claws22
2754
2755         * src/plugins/spamassassin/spamassassin.c
2756                 fix prefs types
2757
2758 2003-06-07 [christoph]  0.9.0claws21
2759
2760         * src/Makefile.am
2761         * src/compose.c
2762         * src/gtkaspell.[ch]            ** REMOVE **
2763         * src/gtk/Makefile.am
2764         * src/gtk/gtkaspell.[ch]        ** NEW **
2765                 o make gtkaspell independent from sylpheed's prefs
2766                 o move gtkaspell.[ch] to gtk directory
2767
2768 2003-06-07 [christoph]  0.9.0claws20
2769
2770         * src/Makefile.am
2771         * src/crash.c
2772         * src/export.c
2773         * src/filesel.[ch]              ** REMOVE **
2774         * src/folder.c
2775         * src/main.[ch]
2776         * src/common/sylpheed.[ch]
2777         * src/gtk/Makefile.am
2778         * src/gtk/filesel.[ch]          ** NEW **
2779         * src/gtk/pluginwindow.c
2780         * src/gtk/sslcertwindow.c
2781                 move filesel.[ch] to gtk directory
2782
2783 2003-06-07 [alfons]     0.9.0claws19
2784
2785         * src/filesel.c
2786                 make (multi) file selection dialog work again (Claws-only)
2787
2788 2003-06-07 [thorsten]   0.9.0claws18
2789
2790         * po/de.po
2791                 fix typos
2792
2793 2003-06-07 [alfons]     0.9.0claws17
2794
2795         * configure.ac
2796         * src/mimeview.c
2797                 detect apache mishap in which case don't include fnmatch.h
2798                 if regex.h is already included
2799
2800 2003-06-06 [christoph]  0.9.0claws16
2801
2802         * configure.ac
2803         * src/mimeview.h
2804                 add check for fnmatch.h and include it when available
2805
2806         * src/mimeview.[ch]
2807                 fix wrong case sensitivity of Content-Types
2808
2809         * src/gtk/Makefile.am
2810                 need the same include paths in gtk directory as in
2811                 common directory because .h files in common can
2812                 include files from these directories, when included
2813                 in gtk's .h or .c files
2814
2815 2003-06-06 [alfons]     0.9.0claws15
2816
2817         * src/mimeview.c
2818         * src/summaryview.c
2819                 make it compile again because of regex.h / fnmatch.h 
2820                 include problems (related to recent mime stuff, can
2821                 someone check this?)
2822
2823 2003-06-06 [thorsten]   0.9.0claws14
2824
2825         * src/folderview.c
2826                 possible use of uninitialized pointer while dragging
2827
2828 2003-06-06 [paul]       0.9.0claws13
2829
2830         * src/compose.c
2831                 fix bug where the insert sig button would be effective
2832                 only when auto_sig was set
2833
2834 2003-06-06 [paul]       0.9.0claws12
2835
2836         * sync with 0.9.2 release
2837
2838 2003-06-02 [paul]       0.9.0claws11
2839
2840         * sync with 0.9.1cvs1
2841                 see ChangeLog 2003-06-02
2842                 
2843         * po/de.po
2844                 update by Jens
2845
2846 2003-06-01 [christoph]  0.9.0claws10
2847
2848         * src/account.c
2849                 don't use substring search to find accounts by email address
2850
2851         (closes Bug 169 Overly loose matching of "From" address)
2852
2853 2003-05-31 [christoph]  0.9.0claws9
2854
2855         * doc-src/rfc2683.txt
2856         * src/imap.c
2857                 limit IMAP command length as recommended in RFC2683
2858                 (message number lists will be split into multiple imap
2859                 sets, the limit of 1000 octets is not a hard limit)
2860
2861         (closes Bug 161 sylpheed-claws exits with segfault when logging
2862          in to certain imap-servers)
2863
2864 2003-05-29 [alfons]     0.9.0claws8
2865
2866         * src/toolbar.[ch]
2867                 add print button (calling summary_print());
2868                 fine tune setting tooltip text;
2869                 (if someone needs other buttons, please take these 
2870                 commits as a guide, instead of bothering us - also
2871                 see 0.8.11claws150) 
2872
2873 2003-05-29 [darko]      0.9.0claws7
2874
2875         * src/compose.c
2876                 fix crash when word wrapping kicks in due to
2877                 changed text by spell checker
2878
2879 2003-05-29 [paul]       0.9.0claws6
2880
2881         * src/compose.c
2882                 fix bug where changing account would insert
2883                 sig even if auto_sig was FALSE
2884                 
2885         * ChangeLog
2886           ChangeLog.jp
2887           INSTALL
2888                 sync with 0.9.1 release
2889
2890 2003-05-28 [christoph]  0.9.0claws5
2891
2892         * src/imap.c
2893                 fix truncation of too long commands
2894
2895         (closes Bug 167 IMAP hangs trying to get envelope
2896          information in imap_get_uncached_messages)
2897
2898 2003-05-27 [paul]       0.9.0claws4
2899
2900         * tools/Makefile.am
2901           tools/maildir2sylpheed.pl     ** NEW FILE **
2902                 add kmail to sylpheed mailbox conversion script
2903
2904 2003-05-27 [paul]       0.9.0claws3
2905
2906         * sync with 0.9.0cvs10
2907                 see ChangeLog 2003-05-26
2908
2909 2003-05-26 [paul]       0.9.0claws2
2910
2911         * sync with 0.9.0cvs9
2912                 see ChangeLog 2003-05-26
2913
2914 2003-05-24 [paul]       0.9.0claws1
2915
2916         * sync with 0.9.0cvs8
2917                 see ChangeLog 2003-05-23
2918
2919 2003-05-24 [paul]       0.9.0claws
2920
2921         * version 0.9.0claws released
2922
2923 2003-05-24 [paul]       0.8.11claws177
2924
2925         * src/plugins/dillo-viewer/Makefile.am
2926           src/plugins/traycon/Makefile.am
2927                 add missing files
2928                 
2929         * po/bg.po
2930           po/en_GB.po
2931           po/es.po
2932           po/it.po
2933           po/pt_BR.po
2934           po/ru.po
2935           po/sr.po
2936                 update Bulgarian, British English, Spanish, Italian, 
2937                 Brazilian Portuguese, Russian, and Serbian translations, 
2938                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2939                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2940                 Ruslan N. Balkin, and Urke MMI
2941
2942 2003-05-23 [melvin]     0.8.11claws176
2943
2944         * po/fr.po
2945                 Updated French translations
2946
2947 2003-05-22 [paul]       0.8.11claws175
2948
2949         * src/Makefile.am
2950           src/addrbook.[ch]
2951           src/addrcache.[ch]
2952           src/addr_compl.[ch]
2953           src/adressbook.[ch]
2954           src/addrindex.[ch]
2955           src/addritem.[ch]
2956           src/editaddress.c
2957           src/editgroup.c
2958           src/editldap_basedn.c
2959           src/editldap.c
2960           src/jpilot.c
2961           src/vcard.c
2962                 revert to get ldap into it previous working state
2963                 
2964         * po/zh_TW.Big5.po
2965                 new Taiwanese translation,
2966                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2967
2968 2003-05-22 [christoph]  0.8.11claws174
2969
2970         * src/plugins/spamassassin/libspamc.[ch]
2971                 sync libspamc with SpamAssaain release 2.55
2972
2973 2003-05-22 [paul]       0.8.11claws173
2974
2975         * sync with 0.9.0cvs7
2976                 see ChangeLog 2003-05-22
2977                 
2978         * src/summaryview.c
2979                 revert change in 0.8.11claws172: follow
2980                 Hiroyuki's decision and that's the end of it.
2981
2982 2003-05-21 [paul]       0.8.11claws172
2983
2984         * src/summaryview.c
2985                 fix discrepency between open_unread_on_enter
2986                 and always_show_msg
2987
2988 2003-05-21 [paul]       0.8.11claws171
2989
2990         * sync with 0.9.0cvs6
2991                 see ChangeLog 2003-05-21
2992
2993 2003-05-21 [paul]       0.8.11claws170
2994
2995         * sync with 0.9.0cvs5
2996                 see ChangeLog 2003-05-21
2997
2998 2003-05-20 [paul]       0.8.11claws169
2999
3000         * sync with 0.9.0cvs4
3001                 see ChangeLog 2003-05-20
3002                 fixes bug #152, 'encoding of IMAP folders names'
3003
3004 2003-05-20 [paul]       0.8.11claws168
3005
3006         * sync with 0.9.0cvs3
3007                 see ChangeLog 2003-05-20
3008                 
3009         * src/tools/convert_mbox.pl
3010                 minor change in the comments, submitted by Fred Marton
3011
3012 2003-05-19 [paul]       0.8.11claws167
3013
3014         * src/plugins/clamav/Makefile.am
3015           configure.ac
3016                 link clamav_lib to the plugin and not to the main program
3017
3018 2003-05-19 [christoph]
3019
3020         * src/Makefile.am
3021                 add -export-dynamic for linking
3022
3023 2003-05-19 [paul]       0.8.11claws166
3024
3025         * sync with 0.9.0cvs1
3026                 see ChangeLog 2003-05-19
3027
3028 2003-05-19 [paul]       0.8.11claws165
3029
3030         * src/inc.c
3031                 fix 'pop before smtp' timeout
3032
3033 2003-05-18 [alfons]     0.8.11claws164
3034
3035         * src/prefs_matcher.c
3036                 put "execute" action command line ("expression") in edit box
3037
3038 2003-05-18 [christoph]  0.8.11claws163
3039
3040         * src/mimeview.[ch]
3041         * src/plugins/dillo_viewer/dillo_viewer.c
3042         * src/plugins/image_viewer/viewer.c
3043         * src/plugins/mathml_viewer/mathml_viewer.c
3044                 let a viewer have a list of Content-Types
3045
3046 2003-05-18 [paul]       0.8.11claws162
3047
3048         * src/prefs_filtering.c
3049                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3050                 and REDIRECT actions
3051
3052 2003-05-17 [christoph]
3053
3054         * README.claws
3055                 o remove dynamic signatures that was syned with main
3056                 o add infos about no longer "build in" image viewer
3057                 o update bugtracker URL
3058
3059 2003-05-17 [christoph]  0.8.11claws161
3060
3061         * src/folder.c
3062         * src/folderview.c
3063         * src/imap.c
3064                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3065                 for every folder after rebuilding the folder tree.
3066
3067         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3068          messages)
3069
3070 2003-05-17 [christoph]  0.8.11claws160
3071
3072         * src/imap.c
3073                 don't use STATUS command on current folder to check for
3074                 content changes. imap_cmd_ok() now tracks changes to
3075                 folder and number of existing messages.
3076
3077 2003-05-17 [paul]       0.8.11claws159
3078
3079         * src/plugins/clamav/clamav_plugin.c
3080                 remove unnecessary debug_print
3081
3082 2003-05-16 [thorsten]   0.8.11claws158
3083
3084         * src/plugins/demo.c
3085                 included missing intl.h
3086
3087 2003-05-16 [paul]       0.8.11claws157
3088
3089         * po/POTFILES.in
3090                 remove non-existant entries
3091         
3092         * src/plugins/clamav/clamav_plugin.c
3093           src/plugins/clamav/clamav_plugin_gtk.c
3094           src/plugins/dillo_viewer/dillo_prefs.c
3095           src/plugins/dillo_viewer/dillo_viewer.c
3096                 gettextise
3097
3098 2003-05-16 [christoph]  0.8.11claws156
3099
3100         * po/POTFILES.in
3101                 include plugin .c files for translation until I
3102                 find a better solution to have plugins have their
3103                 own textdomain
3104         * src/plugins/demo/demo.c
3105         * src/plugins/image_viewer/plugin.c
3106         * src/plugins/mathml_viewer/mathml_viewer.c
3107         * src/plugins/spamassassin/spamassassin.c
3108         * src/plugins/spamassassin/spamassassin_gtk.c
3109         * src/plugins/trayicon/trayicon.c
3110                 add gettext macros for plugin name and description
3111
3112 2003-05-16 [paul]
3113
3114         * sync with 0.9.0
3115
3116 2003-05-16 [paul]       0.8.11claws155
3117
3118         * sync with lastest 0.9.0pre1
3119                 see ChangeLog 2003-05-16
3120
3121 2003-05-15 [paul]       0.8.11claws154
3122
3123         * sync with latest 0.9.0pre1
3124                 see ChangeLog 2003-05-14 and 2003-05-15
3125
3126 2003-05-14 [christoph]  0.8.11claws153
3127
3128         * src/plugins/image_viewer/viewer.c
3129         * src/plugins/image_viewer/viewer.glade         ** NEW **
3130         * src/plugins/image_viewer/viewerprefs.c
3131                 make it possible to disable the autoload function in the
3132                 imageviewer again
3133
3134 2003-05-14 [christoph]  0.8.11claws152
3135
3136         * src/folder.c
3137                 fix folder update after adding a message
3138
3139 2003-05-13 [alfons]     0.8.11claws151
3140
3141         * src/common/session.c
3142                 remove debug traces
3143                 
3144         * src/addrcache.[ch]
3145         * src/filtering.[ch]
3146         * src/folder.[c]
3147         * src/gtkaspell.[ch]
3148         * src/imap.[ch]
3149         * src/mbox_folder.[ch]
3150         * src/mh.[ch]
3151         * src/mimeview.h
3152         * src/msgcache.[ch]
3153         * src/news.[ch]
3154         * src/passphrase.[ch]
3155         * src/prefs_common.[ch]
3156         * src/prefs_gtk.[ch]
3157         * src/procmsg.c
3158         * src/scoring.[ch]
3159                 be pedantic; (in prototypes () implies (int))
3160
3161 2003-05-13 [alfons]     0.8.11claws150
3162
3163         * src/prefs_toolbar.[ch]
3164         * src/summaryview.[ch]
3165         * src/toolbar.[ch]
3166                 change misleading text in toolbar prefs;
3167                 add toolbar action for ignore thread (toggles ignore thread flag);
3168                 clean up a little bit;
3169
3170 2003-05-12 [paul]
3171
3172         * tools/convert_mbox.pl
3173                 bug fixed by Fred Marton
3174
3175 2003-05-12 [paul]
3176
3177         * sync with 0.9.0pre1
3178
3179 2003-05-09 [paul]       0.8.11claws149
3180
3181         * sync with 0.8.11cvs43
3182                 see ChangeLog 2003-05-09
3183
3184 2003-05-08 [christoph]  0.8.11claws148
3185
3186         * src/imap.[ch]
3187                 o use CAPABILIY as first command and check for PREAUTH
3188                   information in the response to it
3189                 o rewrite all imap_cmd_* functions to use an IMAPSession
3190                   instead of a SockInfo as parameter
3191                 o do STARTTLS after fetching and checking the server
3192                   capabilities
3193
3194 2003-05-08 [paul]       0.8.11claws147
3195
3196         * tools/Makefile.am
3197           tools/README
3198           tools/convert_mbox.pl         ** NEW FILE **
3199                 add mbox conversion script. Submitted by 
3200                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3201
3202 2003-05-07 [christoph]
3203
3204         * doc-src/glade.txt
3205         * src/gtk/pluginwindow.glade
3206         * src/plugins/image_viewer/viewerprefs.glade
3207         * src/plugins/spamassassin/spamassassin_gtk.glade
3208                 add glade files for user interfaces and a description how
3209                 to use glade to create the sylpheed code
3210
3211 2003-05-07 [paul]       0.8.11claws146
3212
3213         * sync with 0.8.11cvs41
3214                 see ChangeLog 2003-05-07
3215
3216 2003-05-06 [christoph]  0.8.11claws145
3217
3218         * src/main.c
3219         * src/plugins/image_viewer/viewer.c
3220                 fix usage of imlib in imageviewer plugin
3221
3222         * src/gtk/prefswindow.c
3223                 handle window close event correctly
3224
3225 2003-05-06 [paul]       0.8.11claws144
3226
3227         * src/common/ssl.c
3228                 fix typo introduced in sync
3229
3230 2003-05-06 [paul]       0.8.11claws143
3231
3232         * sync with 0.8.11cvs39
3233                 see ChangeLog 2003-05-06
3234
3235 2003-05-06 [paul]       0.8.11claws142
3236
3237         * AUTHORS
3238           po/cs.po
3239                 updated Czech translation, submitted by 
3240                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3241                 
3242         * src/plugins/clamav/clamav_plugin_gtk.c
3243                 clean up
3244
3245 2003-05-03 [alfons]     0.8.11claws141
3246
3247         * src/compose.[ch]
3248                 make paste as quotation work even when the call to 
3249                 text_inserted() was deferred (fixes bug #140 "Paste 
3250                 as quotation does not work when using "external" 
3251                 clipboard")
3252
3253 2003-05-03 [thorsten]   0.8.11claws140
3254
3255         * src/addrquery.h
3256           src/ldapquery.h
3257           src/mainwindow.c
3258                 removed C++ comments
3259         * src/addr_compl.c
3260                 function with non-int retval/param used before
3261                 implementation/declaration
3262
3263 2003-05-02 [paul]       0.8.11claws139
3264
3265         * src/addr_compl.[ch]
3266           src/addressbook.[ch]
3267           src/addrindex.c
3268           src/summaryview.c
3269                 revert match's changes to (finally) remove the bug where
3270                 opening a folder causes massive slowdown when using the 
3271                 'Display sender using address book' option
3272
3273 2003-05-01 [melvin]     0.8.11claws138
3274
3275         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3276         * src/plugins/dillo_viewer/dillo_viewer.c
3277                 Fixed bug where "Cancel" button from prefs issued
3278                 warnings.
3279                 Comply a little more to coding style
3280
3281 2003-05-01 [paul]       0.8.11claws137
3282
3283         * sync with 0.8.11cvs38
3284                 see ChangeLog 2003-05-01
3285
3286 2003-05-01 [paul]       0.8.11claws136
3287
3288         * po/bg.po
3289                 updated by George Danchev
3290
3291 2003-04-30 [christoph]  0.8.11claws135
3292
3293         * src/plugins/dillo_viewer/dillo_prefs.c
3294         * src/plugins/image_viewer/viewerprefs.c
3295         * src/plugins/spamassassin/spamassassin_gtk.c
3296                 remove gtk_widget_ref() calls for widgets in
3297                 glade code
3298
3299 2003-04-30 [paul]       0.8.11claws134
3300
3301         * src/addrindex.c
3302                 ok, this time a better fix for the bug where opening folder
3303                 has massive slowdown when using the 'Display sender using 
3304                 address book' option
3305
3306 2003-04-30 [paul]       0.8.11claws133
3307
3308         * src/addrindex.c
3309                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3310         
3311 2003-04-30 [melvin]     0.8.11claws132
3312
3313         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3314
3315         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3316                 Preferences for the dillo plugin
3317         * src/plugins/dillo_viewer/dillo_viewer.c
3318                 Support for preferences
3319         * src/plugins/dillo_viewer/Makefile.am
3320                 Added dillo_prefs.[ch]
3321
3322 2003-04-30 [alfons]     0.8.11claws131
3323
3324         * src/common/plugin.[ch]
3325                 see? this ANSI C'fication immediately gives us type
3326                 checking for free.
3327
3328 2003-04-30 [alfons]     0.8.11claws130
3329
3330         * src/common/plugin.[ch]
3331         * src/plugins/clamav/clamav_plugin.[ch]
3332         * src/plugins/clamav/clamav_plugin_gtk.c
3333         * src/plugins/demo/demo.c
3334         * src/plugins/dillo_viewer/dillo_viewer.c
3335         * src/plugins/image_viewer/plugin.c
3336         * src/plugins/image_viewer/viewer.[ch]
3337         * src/plugins/image_viewer/viewerprefs.[ch]
3338         * src/plugins/mathml_viewer/mathml_viewer.c
3339         * src/plugins/spamassassin/spamassassin.[ch]
3340         * src/plugins/spamassassin/spamassassin_gtk.c
3341         * src/plugins/trayicon/trayicon.c
3342                 clean up
3343
3344 2003-04-30 [alfons]     0.8.11claws129
3345
3346         * src/common/utils.c
3347                 make is_ascii_str() fail gracefully when NULL pointer
3348                 is passed
3349
3350 2003-04-30 [paul]       0.8.11claws128
3351
3352         * src/addrindex.c
3353                 fix bug where opening folder has massive slowdown when
3354                 using the 'Display sender using address book' option
3355
3356 2003-04-30 [paul]       0.8.11claws127
3357
3358         * src/plugins/clamav/clamav_plugin.c
3359           src/plugins/clamav/clamav_plugin_gtk.c
3360           src/plugins/demo/demo.c
3361           src/plugins/dillo_viewer/dillo_viewer.c
3362           src/plugins/image_viewer/plugin.c
3363           src/plugins/mathml_viewer/mathml_viewer.c
3364           src/plugins/spamassassin/spamassassin.c
3365           src/plugins/spamassassin/spamassassin_gtk.c
3366           src/plugins/trayicon/trayicon.c
3367                 get rid of eye-hurting function signatures
3368
3369 2003-04-30 [paul]       0.8.11claws126
3370
3371         * src/plugins/trayicon/trayicon.c
3372                 add description
3373                 
3374         * src/mimeview.c
3375                 be more descriptive
3376
3377 2003-04-30 [paul]       0.8.11claws125
3378
3379         * configure.ac
3380                 arrange the plugins in reverse alphabetical order
3381                 
3382         * src/plugins/clamav/clamav_plugin.[ch]
3383           src/plugins/clamav/clamav_plugin_gtk.c
3384                 rename some params
3385                 resize max_size window
3386                 re-arrange the order of some gui elements
3387                 improve descriptions
3388         
3389         * src/plugins/image_viewer/plugin.c
3390           src/plugins/mathml_viewer/mathml_viewer.c
3391                 add descriptions
3392                 
3393         * src/plugins/spamassassin/spamassassin_gtk.c
3394                 resize max_size window
3395                 re-arrange the order of some gui elements
3396                 
3397         * src/messageview.c
3398           src/mimeview.c
3399                 correct typos
3400
3401 2003-04-30 [alfons]     0.8.11claws124
3402
3403         * src/imap.c
3404                 fix a leak found while browsing Martin Kluge's 
3405                 valgrind log (Claws only)
3406
3407 2003-04-29 [darko]      0.8.11claws123
3408
3409         * src/gtk/gtkstext.h
3410                 include wchar.h if it is available, fixes compilation
3411                 on HP-UX systems
3412
3413 2003-04-29 [melvin]     0.8.11claws122
3414
3415         * src/prefs_actions.c
3416                 Improved help text of Actions' syntax
3417
3418 2003-04-28 [paul]       0.8.11claws121
3419
3420         * src/action.c
3421                 a better fix for the crash when performing an action
3422                 on a mime part
3423
3424 2003-04-28 [paul]       0.8.11claws120
3425
3426         * src/action.c
3427                 fix crash when performing an action on a
3428                 mime part
3429
3430 2003-04-28 [paul]       0.8.11claws119
3431
3432         * sync with 0.8.11cvs36
3433                 see ChangeLog 2003-04-28
3434
3435 2003-04-27 [paul]       0.8.11claws118
3436
3437         * more sync with 0.8.11cvs35
3438                 see ChangeLog 2003-04-25
3439
3440 2003-04-26 [christoph]  0.8.11claws117
3441
3442         * src/folder.c
3443                 fix remove virtual check
3444
3445 2003-04-26 [paul]       0.8.11claws116
3446
3447         * src/messageview.c
3448                 fix return-receipt, make it work again
3449
3450 2003-04-26 [paul]       0.8.11claws115
3451
3452         * src/mimeview.c
3453                 restore double-clicking of the [application/pgp-signature 
3454                 (Select "Check signature" to check)] line in the message view,
3455                 broken in recent sync
3456
3457 2003-04-26 [christoph]  0.8.11claws114
3458
3459         * src/folder.c
3460                 check if remove virtual really exists before
3461                 calling the function
3462
3463 2003-04-25 [match]      0.8.11claws113
3464
3465         * src/addrindex.c
3466         * src/addrbook.c
3467         * src/ldapquery.[ch]
3468         * src/ldapctrl.[ch]
3469                 fix memleak.
3470         * src/ldapserver.[ch]
3471                 fix memleak. fix segfault.
3472                 plug a Claws memleak
3473
3474 2003-04-25 [alfons]     0.8.11claws112
3475
3476         * src/folder.c
3477                 plug a Claws memleak
3478
3479 2003-04-25 [alfons]     0.8.11claws111
3480
3481         * src/common/session.c
3482                 plug a memleak
3483
3484 2003-04-25 [paul]       0.8.11claws110
3485
3486         * sync with 0.8.11cvs35
3487                 see ChangeLog 2003-04-24 and 2003-04-25
3488                 
3489         * src/gtk/pluginwindow.c
3490                 correct another strange float value
3491
3492 2003-04-24 [christoph]  0.8.11claws109
3493
3494         * src/folder.c
3495                 freeze folder item updates when unsetting new flags
3496
3497         * src/gtk/pluginwindow.c
3498                 correct strange float value
3499
3500 2003-04-23 [paul]       0.8.11claws108
3501
3502         * sync with 0.8.11cvs33
3503                 see ChangeLog 2003-04-23
3504
3505 2003-04-22 [paul]       0.8.11claws107
3506
3507         * src/Makefile.am
3508           src/messageview.c
3509           src/mimeview.c
3510           src/pgptext.[ch]      ** REMOVED **
3511                 remove pgptext.[ch] as its not used any more
3512
3513 2003-04-22 [paul]       0.8.11claws106
3514
3515         * sync with 0.8.11cvs31
3516                 see ChangeLog 2003-04-21 and 2003-04-22
3517
3518 2003-04-21 [alfons]     0.8.11claws105
3519
3520         * src/main.c
3521                 No access to GTK structures if we're a spawned child
3522                 (and clean up code a little bit...) Should fix #126.
3523
3524 2003-04-21 [melvin]     0.8.11claws104
3525
3526         * src/plugins/dillo_viewer/README
3527                 Improved slightly the text.
3528
3529 2003-04-21 [melvin]     0.8.11claws103
3530
3531         * src/plugins/dillo_viewer/README *** NEW ***
3532                 Added a README file for the Dillo plugin
3533
3534 2003-04-20 [paul]
3535
3536         * tools/README
3537           tools/outlook2sylpheed.pl
3538                 updated and improved by Ricardo Mones Lastra
3539
3540 2003-04-18 [oliver]     0.8.11claws102
3541
3542         * src/inc.c 
3543         * src/prefs_account.h
3544                 remove Pop3SessionType (used by selective download)
3545         * src/prefs_toolbar.c
3546                 enable set Default Toolbar button
3547
3548 2003-04-18 [paul]       0.8.11claws101
3549
3550         * sync with 0.8.11cvs29
3551                 see ChangeLog 2003-04-18
3552
3553 2003-04-17 [paul]       0.8.11claws100
3554
3555         * src/prefs_common.[ch]
3556           src/summaryview.c
3557                 remove 'Open next message on deletion' option,
3558                 as the same effect can now be achieved via the
3559                 'Always open messages in summary when selected'
3560                 option.
3561
3562 2003-04-17 [paul]       0.8.11claws99
3563
3564         * sync with 0.8.11cvs28
3565                 see ChangeLog 2003-04-17
3566
3567 2003-04-17 [christoph]  0.8.11claws98
3568
3569         * ac/spamassassin.m4
3570         * src/plugins/spamassassin/libspamc.[ch]
3571         * src/plugins/spamassassin/utils.[ch]
3572                 sync libspamc with SpamAssassin project
3573
3574 2003-04-17 [christoph]  0.8.11claws97
3575
3576         * src/common/socket.h
3577         * src/gtk/sslcertwindow.h
3578                 rename old USE_SSL to USE_OPENSSL
3579
3580 2003-04-17 [paul]       0.8.11claws96
3581
3582         * src/prefs_common.h
3583                 use gulong for P_COLOR so that it compiles/runs on
3584                 64-bit systems. Patch submitted by James Noyes
3585                 <jnoyes-claws@retrogeeks.com>
3586                 
3587         * po/de.po
3588                 updated by Jens
3589
3590 2003-04-17 [paul]       0.8.11claws95
3591
3592         * sync with 0.8.11cvs27
3593                 see ChangeLog 2003-04-16
3594
3595 2003-04-15 [paul]       0.8.11claws94
3596
3597         * src/prefs_common.[ch]
3598                 rearrange to stop the window getting too long:
3599                         move Receive dialog stuff to Receive tab
3600                         move Send dialog to Send tab
3601                         remove Dialogs frame
3602                 rename 'Open messages in summary with cursor keys' to
3603                 'Always open messages in summary when selected', as its
3604                 more appropriate
3605
3606 2003-04-15 [paul]       0.8.11claws93
3607
3608         * src/prefs_common.[ch]
3609           src/summaryview.c
3610                 add new option '/Interface/Open next message on deletion'
3611
3612 2003-04-15 [paul]       0.8.11claws92
3613
3614         * src/summaryview.[ch]
3615                 add /Mark/Lock and /Mark/Unlock to the pop-up
3616                 menu. Patch submitted by Ivan Francolin Martinez
3617                 <ivanfm@users.sourceforge.net>
3618
3619 2003-04-15 [paul]       0.8.11claws91
3620
3621         * sync with 0.8.11cvs24
3622                 see ChangeLog 2003-04-15
3623
3624 2003-04-14 [jens]       0.8.11claws90
3625
3626         * updated German translation and some corrections from
3627                 Roland Bless <bless@tm.uka.de>
3628
3629 2003-04-14 [paul]       0.8.11claws89
3630
3631         * sync with 0.8.11cvs22
3632                 see ChangeLog 2003-04-14
3633
3634 2003-04-13 [paul]       0.8.11claws88
3635
3636         * src/plugins/clamav/clamav_plugin.c
3637                 fix memory leaks
3638                 clean up
3639
3640 2003-04-12 [paul]       0.8.11claws87
3641
3642         * src/plugins/clamav/clamav_plugin.c
3643                 activate enable/disable archive scanning option
3644                 
3645         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3646
3647 2003-04-12 [paul]       0.8.11claws86
3648
3649         * src/plugins/Makefile.am
3650           src/plugins/clamav/Makefile.am                ** NEW FILE **
3651           src/plugins/clamav/README                     ** NEW FILE ** 
3652           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3653           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3654                 add Clam AntiVirus plugin
3655
3656 2003-04-12 [paul]       0.8.11claws85
3657
3658         * sync with 0.8.11cvs21
3659                 see ChangeLog 2003-04-11
3660
3661 2003-04-11 [paul]       0.8.11claws84
3662
3663         * po/es.po
3664                 update Spanish translation. Submitted by Ricardo
3665                 Mones Lastra.
3666
3667 2003-04-10 [christoph]  0.8.11claws83
3668
3669         * src/mbox.c
3670                 fix typo that did not move unfiltered mails to destination
3671                 folder
3672
3673         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3674          when filtering from spool)
3675
3676 2003-04-10 [christoph]  0.8.11claws82
3677
3678         * src/imap.c
3679                 use BODY.PEEK instead of BODY in in message fetch operation
3680                 to make sure the IMAP server does not set the \Seen flag for
3681                 messages. Sylpheed does that later itself, when the message
3682                 is opened in sylpheed
3683
3684         (closes Bug 111 Claws destroys unread marks)
3685
3686 2003-04-09 [oliver]     0.8.11claws81
3687         
3688         * src/folder.c
3689                 fix crash in folder_destroy
3690         * README.claws
3691                 remove selective download
3692
3693 2003-04-09 [christoph]  0.8.11claws80
3694
3695         * src/imap.c
3696                 fix crash in imap_get_msginfo() when then fetched message
3697                 is not found
3698
3699         (closes Bug 110 Crash during mail composition)
3700
3701 2003-04-08 [christoph]  0.8.11claws79
3702
3703         * src/folder.c
3704         * src/prefs_account.c
3705                 Filter new messages that are found in an INBOX folder
3706                 when 'Filter messages on receiving' is enabled in the
3707                 Folder's AccountPrefs. This allows to use Sylpheed's
3708                 filtering engine for IMAP folders where messages are
3709                 added to the INBOX by a MTA
3710
3711 2003-04-08 [paul]       0.8.11claws78
3712
3713         * src/procmsg.h
3714                 clean up after last commit
3715
3716 2003-04-08 [paul]       0.8.11claws77
3717
3718         * sync with 0.8.11cvs20
3719                 see ChangeLog 2003-04-07 and 2003-04-08
3720
3721 2003-04-07 [christoph]  0.8.11claws76
3722
3723         * src/filtering.[ch]
3724         * src/inc.[ch]
3725         * src/mbox.c
3726         * src/procmsg.[ch]
3727                 add procmsg_msginfo_filter() to execute filtering actions
3728
3729 2003-04-06 [christoph]  0.8.11claws75
3730
3731         * src/imap.c
3732                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3733
3734 2003-04-06 [christoph]  0.8.11claws74
3735
3736         * src/common/utils.[ch]
3737                 add g_int_compare() function for slist sorting
3738
3739         * src/imap.c
3740                 fetch all MsgInfos with one command in imap_get_msginfos()
3741                 using an imap set with a list of ranges
3742
3743         * src/news.c
3744                 use new g_int_compare() function
3745
3746 2003-04-06 [thorsten]   0.8.11claws73
3747
3748         * src/mh.c
3749                 corrected implementation of mh_folder_destroy()
3750
3751 2003-04-05 [christoph]  0.8.11claws72
3752
3753         * src/account.c
3754         * src/folder.[ch]
3755         * src/folderview.c
3756         * src/imap.c
3757         * src/inc.c
3758         * src/main.c
3759         * src/mainwindow.c
3760         * src/mbox_folder.c
3761         * src/mh.c
3762         * src/mimeview.h
3763         * src/msgcache.[ch]
3764         * src/news.c
3765         * src/procmime.h
3766         * src/procmsg.[ch]
3767         * src/setup.c
3768         * src/gtk/gtkutils.c
3769                 o rename structure field names class and new to klass and
3770                   new_msgs, to allow including files in C++
3771                 o add 'extern "C"' block to some header files
3772                 o add MsgInfoList and MsgNumberList as alias for GSList for
3773                   developers to know what type of list is expected
3774
3775         * src/plugins/image_viewer/plugin.c
3776         * src/plugins/image_viewer/viewer.[ch]
3777         * src/plugins/image_viewer/viewerprefs.[ch]
3778                 rename function names to prevent conflicts
3779
3780 2003-04-05 [paul]       0.8.11claws71
3781
3782         * sync with 0.8.11cvs18
3783                 see ChangeLog 2003-04-03 and 2003-04-04
3784
3785 2003-04-02 [christoph]  0.8.11claws70
3786
3787         * src/folder.[ch]
3788         * src/imap.[ch]
3789         * src/mbox_folder.[ch]
3790         * src/mh.[ch]
3791         * src/news.[ch]
3792                 o Make all virtual folder functions private
3793                 o remove unused folder code
3794
3795         * src/common/socket.[ch]
3796         * src/summaryview.c
3797                 fix warnings
3798
3799 2003-03-30 [alfons]     0.8.11claws69
3800
3801         * src/send_message.c
3802                 remove two debug traces and see if people still report
3803                 errors
3804
3805 2003-03-30 [alfons]     0.8.11claws68
3806
3807         * src/send_message.c
3808         * src/commons/session.c
3809                 add more debug traces
3810
3811 2003-03-30 [christoph]  0.8.11claws67
3812
3813         * src/folder.c
3814                 change processing folder name from .processing to processing
3815
3816         * src/common/ssl.c
3817                 disable SSL certificate check because it causes Xlib error
3818                 when the child process want's to open an GTK window
3819
3820 2003-03-30 [christoph]  0.8.11claws66
3821
3822         * src/folder.c
3823                 don't use default folder for processing folder item because
3824                 it can be a non local folder
3825
3826         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3827
3828 2003-03-30 [alfons]     0.8.11claws65
3829
3830         * src/send_message.c
3831                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3832                 to generate bad code for 'send_send_data_progressive': When
3833                 called from 'send_send_data_finished', the 'data' pointer is
3834                 cleared just before the assignment to the dialog pointer
3835
3836 2003-03-29 [christoph]  0.8.11claws64
3837
3838         * src/common/prefs.h
3839         * src/plugins/image_viewer/Makefile.am
3840         * src/plugins/image_viewer/plugin.c
3841         * src/plugins/image_viewer/viewer.[ch]
3842         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3843                 add PrefsPage for ImageViewer
3844
3845 2003-03-28 [thorsten]   0.8.11claws63
3846
3847         * src/common/session.c
3848                 added some comments
3849
3850 2003-03-28 [paul]       0.8.11claws62
3851
3852         * sync with 0.8.11cvs16
3853                 see ChangeLog 2003-03-28
3854
3855 2003-03-28 [paul]       0.8.11claws61
3856
3857         * sync with 0.8.11cvs15
3858                 see ChangeLog 2003-03-28
3859
3860 2003-03-27 [christoph]  0.8.11claws60
3861
3862         * src/folder.c
3863         * src/imap.c
3864         * src/common/socket.[ch]
3865                 set socket state to DISCONNECTED when any operation
3866                 fails to allow reconnecting in IMAP code without
3867                 checking the return code of all calls to the command
3868                 functions
3869
3870         * src/folderview.c
3871         * src/summaryview.c
3872                 remove some more stuff that depends on specific
3873                 folder types
3874
3875 2003-03-27 [paul]       0.8.11claws59
3876
3877         * sync with 0.8.11cvs14
3878                 see ChangeLog 2003-03-27
3879                 
3880         * src/selective_download.[ch]   ** REMOVED **
3881                 really removed
3882
3883 2003-03-27 [christoph]  0.8.11claws58
3884
3885         * src/folder.c
3886                 fix handling of tmp_flags in flag copy function
3887
3888 2003-03-27 [paul]       0.8.11claws57
3889
3890         * sync with 0.8.11cvs13
3891                 see ChangeLog 2003-03-27
3892
3893 2003-03-27 [oliver]     0.8.11claws56
3894
3895         * src/maiwindow.c
3896                 remove sel_download_cb
3897
3898 2003-03-27 [oliver]     0.8.11claws55
3899         
3900         * src/inc.c
3901                 remove POP3_TOP
3902         
3903 2003-03-26 [oliver]     0.8.11claws54
3904
3905         *src/pop.h
3906                 remove POP3_TOP*
3907         * README.claws
3908                 remove selective donwload readme
3909
3910 2003-03-26 [oliver]     0.8.11claws53
3911         * src/matcher.[ch]
3912         * src/matcher_parser_parse.y 
3913         * src/pop.c 
3914         * src/prefs_account.[ch]
3915         * src/prefs_filtering.c
3916                 remove selective donwload
3917
3918 2003-03-26 [oliver]     0.8.11claws52
3919
3920         * src/inc.[ch] 
3921         * src/filtering.c 
3922         * src/mainwindow.c 
3923                 remove selective donwload
3924
3925 2003-03-26 [oliver]     0.8.11claws51
3926         
3927         * src/Makefile.am
3928         * src/selective_download.[ch]   ** REMOVE **    
3929
3930 2003-03-26 [christoph]  0.8.11claws50
3931
3932         * src/news.c
3933                 fix NEWS that got broken by a sync with sylpheed-main
3934
3935 2003-03-26 [christoph]  0.8.11claws49
3936
3937         * src/mimeview.c
3938                 fix mime type guessing when no mime type is found for a file
3939
3940 2003-03-25 [christoph]  0.8.11claws48
3941
3942         * src/mimeview.c
3943         * src/procmime.c
3944                 remove mime type guessing from mime parser and use
3945                 name based mime types in viewer lookup for mime type
3946                 application/octet-stream
3947
3948 2003-03-25 [christoph]  0.8.11claws47
3949
3950         * doc-src/readme.txt
3951         * doc-src/rfc2554.txt
3952                 add RFC about SMTP AUTH
3953
3954         * src/send_message.c
3955         * src/common/smtp.[ch]
3956                 add extra error code for authentication errors and
3957                 clear temporary password when this error occurs
3958
3959         (closes Bug 84 authentication failure while sending should
3960          prompt for password again)
3961
3962 2003-03-25 [christoph]  0.8.11claws46
3963
3964         * configure.ac
3965         * src/Makefile.am
3966         * src/imageview.[ch]                            ** REMOVE **
3967         * src/messageview.[ch]
3968         * src/mimeview.[ch]
3969         * src/prefs_common.[ch]
3970         * src/textview.c
3971         * src/plugins/Makefile.am
3972         * src/plugins/image_viewer/.cvsignore           ** NEW **
3973         * src/plugins/image_viewer/Makefile.am          ** NEW **
3974         * src/plugins/image_viewer/plugin.c             ** NEW **
3975         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3976                 move image viewer into a plugin (building is enabled by default)
3977                 [ToDo: Prefs for resize and autoview]
3978
3979 2003-03-25 [paul]       0.8.11claws45
3980
3981         * sync with 0.8.11cvs12
3982                 see ChangeLog 2003-03-26
3983
3984 2003-03-25 [paul]       0.8.11claws44
3985
3986         * sync with 0.8.11cvs11
3987                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3988                 
3989         Note: Selective Download is broken.
3990                 
3991 2003-03-22 [christoph]  0.8.11claws43
3992
3993         * src/folder.c
3994                 code cleanup for flags copying
3995
3996 2003-03-22 [christoph]  0.8.11claws42
3997
3998         * src/plugins/trayicon/trayicon.c
3999                 fix setting the transparent area when the window size
4000                 is forced by the system tray
4001
4002 2003-03-22 [christoph]  0.8.11claws41
4003
4004         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4005         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
4006         * src/plugins/trayicon/newmail.xpm              ** NEW **
4007         * src/plugins/trayicon/nomail.xpm               ** NEW **
4008         * src/plugins/trayicon/trayicon.c
4009         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
4010                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
4011                 o add icon for unread mails
4012                 o set transparency for window
4013
4014 2003-03-22 [christoph]  0.8.11claws40
4015
4016         * src/news.c
4017                 init news session to prevent crash when session is closed
4018
4019 2003-03-22 [christoph]  0.8.11claws39
4020
4021         * src/imap.c
4022         * src/common/session.[ch]
4023                 Init session data to make sure we don't have invalid pointers
4024                 for read_ch and write_ch when new multi process sessions are
4025                 not used
4026
4027         * src/main.c
4028         * src/common/plugin.c
4029         * src/common/sylpheed.c
4030         * src/plugins/demo/demo.c
4031         * src/plugins/dillo_viewer/dillo_viewer.c
4032         * src/plugins/mathml_viewer/mathml_viewer.c
4033         * src/plugins/spamassassin/spamassassin.c
4034         * src/plugins/spamassassin/spamassassin_gtk.c
4035                 add plugin types to allow loading plugins at different times
4036                 (and maybe for different frontends), because it's not good to
4037                 load GTK-Plugins gefore gtk_init was called
4038
4039         * configure.ac
4040         * src/plugins/Makefile.am
4041         * src/plugins/trayicon/.cvsignore               ** NEW **
4042         * src/plugins/trayicon/Makefile.am              ** NEW **
4043         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4044         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4045         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4046         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4047         * src/plugins/trayicon/trayicon.c               ** NEW **
4048                 New Trayicon plugin that shows an icon in a systray that uses
4049                 XEMBED protocol like Gnome's systray. Icon shows if there
4050                 are new mails and a tooltip shows information about new,
4051                 unread and total messages.
4052
4053 2003-03-22 [paul]       0.8.11claws38
4054
4055         * src/common/smtp.c
4056                 fix ESMTP AUTH CRAM-MD5
4057                 [sync with main (still version 0.8.11cvs6), see
4058                  ChangeLog 2003-03-22]
4059
4060 2003-03-21 [colin]      0.8.11claws37
4061
4062         * src/send_message.c
4063                 Fix USE_SSL => USE_OPENSSL
4064
4065 2003-03-21 [colin]      0.8.11claws36
4066
4067         * src/folderview.c
4068                 Fix counts in drag and dropped subfolders
4069
4070 2003-03-21 [colin]      0.8.11claws35
4071
4072         * src/folder.c 
4073         * src/folderview.c
4074                 speed up a bit folder dnd
4075
4076 2003-03-20 [alfons]     0.8.11claws34
4077
4078         * src/main.c
4079         * src/toolbar.c
4080         * src/procmsg.c
4081                 don't send locked queue messages
4082                 (feature request "[ 705245 ] Locking message in outbox 
4083                  should prevent sending")
4084
4085 2003-03-20 [christoph]  0.8.11claws33
4086
4087         * src/folder.c
4088                 remove NEW and UNREAD flag in special folders when scanning
4089                 
4090         * src/common/smtp.c
4091                 fix ESMTP AUTH CRAM-MD5
4092
4093 2003-03-20 [paul]       0.8.11claws32
4094
4095         * src/prefs_account.c
4096                 Re-write 'Tunnel command to open connection' as
4097                 'Use command to communicate with server', and disable
4098                 it for all except IMAP accounts
4099
4100 2003-03-20 [paul]       0.8.11claws31
4101
4102         * sync with 0.8.11cvs6
4103                 see ChangeLog 2003-03-20
4104
4105 2003-03-19 [match]      0.8.11claws30
4106
4107         * src/addritem.[ch]
4108                 include documentation. minor refactoring.
4109         * src/addr_compl.[ch]
4110         * src/addrindex.[ch]
4111         * src/addresbook.[ch]
4112         * src/summaryview.c
4113                 re-enable address lookup (was disabled in
4114                 0.8.11claws20).
4115
4116 2003-03-19 [christoph]  0.8.11claws29
4117
4118         * src/procmsg.c
4119                 add temp flag handling, will make moving and copying
4120                 messages possible again
4121
4122         * src/folder.c
4123                 correct calulation of folder stats
4124
4125 2003-03-18 [match]      0.8.11claws28
4126
4127         * src/editgroup.h
4128                 remove case sensitive comparison (closes bug 80).
4129
4130 2003-03-18 [christoph]  0.8.11claws27
4131
4132         * src/imap.c
4133                 fix imap using a tunnel command
4134
4135         (closes bug 87)
4136
4137 2003-03-18 [christoph]  0.8.11claws26
4138
4139         * src/folder.[ch]
4140         * src/imap.c
4141         * src/procmsg.[ch]
4142                 rewrite flag handling for folders
4143
4144 2003-03-18 [christoph]  0.8.11claws25
4145
4146         * src/folder.c
4147         * src/procmsg.c
4148         * src/summaryview.c
4149                 unset NEW and UNREAD flags when message is ignored, to make
4150                 sure messages don't show up as unread on other IMAP clients,
4151                 because the IGNORE_THREAD flag can not be syncronized through
4152                 the IMAP folder
4153
4154 2003-03-17 [christoph]  0.8.11claws24
4155
4156         * src/imap.c
4157                 don't use recursion to fetch uids when the number of messages
4158                 does not match. Moved code into subfunction that is used
4159                 again when needed, to prevent an endless loop.
4160
4161 2003-03-17 [thorsten]   0.8.11claws23
4162
4163         * src/imageview.[ch]
4164                 export imageview_get_resized_size() (for plugins)
4165         * src/prefs_common.[ch]
4166                 added prefs_common_get() (for plugins)
4167
4168 2003-03-17 [christoph]  0.8.11claws22
4169
4170         * src/imap.c
4171                 o remove UID guessing from copy code
4172                 o support UIDPLUS extension for APPEND command
4173
4174 2003-03-17 [paul]       0.8.11claws21
4175
4176         * src/gtk/about.c
4177                 remove 'Compiled-plugins' section.
4178                 
4179         * src/plugins/dillo_viewer/dillo_viewer.c
4180                 slight change to description text
4181
4182 2003-03-16 [match]      0.8.11claws20
4183         * src/ldapserver.[ch]           ** NEW **
4184         * src/ldapctrl.[ch]             ** NEW **
4185         * src/ldapquery.[ch]            ** NEW **
4186         * src/ldaputil.[ch]             ** NEW **
4187         * src/addrcindex.[ch]           ** NEW **
4188         * src/addrquery.h               ** NEW **
4189         * src/addritem.[ch]
4190         * src/addrcache.[ch]
4191         * src/addrindex.[ch]
4192         * src/addr_compl.[ch]
4193         * src/addressbook.[ch]
4194         * src/addrbook.[ch]
4195         * src/editgroup.c
4196         * src/editaddress.c
4197         * src/editldap.c
4198         * src/editldap_basedn.c
4199         * src/vcard.c
4200         * src/jpilot.c
4201         * src/Makefile.am
4202                 included dynamic LDAP queries. improved address
4203                 completion.
4204
4205 2003-03-16 [paul]       0.8.11claws19
4206
4207         * tools/multiwebsearch.pl
4208                 fix a fatal typo
4209
4210 2003-03-16 [christoph]  0.8.11claws18
4211
4212         * src/mimeview.c
4213         * src/plugins/dillo_viewer/dillo_viewer.c
4214         * src/plugins/mathml_viewer/mathml_viewer.c
4215                 make unregistering of MimeViewerFactorys possible
4216
4217 2003-03-16 [alfons]     0.8.11claws17
4218
4219         * configure.ac
4220                 correct typo
4221
4222 2003-03-16 [melvin]     0.8.11claws16
4223
4224         * src/plugins/dillo_viewer.c
4225                 Fixed bug where it was not possible to view more than
4226                 one text/html attachment per message (bug discovered
4227                 by Christoph Hohmann).
4228
4229 2003-03-15 [melvin]     0.8.11claws15
4230
4231         * src/prefs_actions.c
4232                 Fixed compilation warnings.
4233
4234 2003-03-15 [melvin]     0.8.11claws14
4235
4236         * src/plugins/Makefile.am
4237         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4238         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4239         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4240                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4241                 newer (http://dillo.auriga.wearlab.de/).
4242
4243 2003-03-15 [christoph]  0.8.11claws13
4244
4245         * src/imap.c
4246                 don't query imap folder for attributes because we already
4247                 for them from imap_status
4248
4249         * src/mimeview.[ch]
4250                 add support for plugable MimeViewers (unloading Viewers
4251                 not yet complete)
4252
4253         * src/plugins/Makefile.am
4254         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4255         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4256         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4257                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4258                 widget from http://helm.cs.unibo.it/mml-widget/
4259
4260 2003-03-14 [christoph]  0.8.11claws12
4261
4262         * src/folder.[ch]
4263                 o error return code's should better be negative
4264                 o replace printf with debug_print
4265
4266         * src/imap.c
4267                 improve IMAP folder scan by checking UID-NEXT
4268
4269         * src/summaryview.c
4270                 remove check that are unnecessary in my opinion
4271
4272 2003-03-13 [christoph]  0.8.11claws11
4273
4274         * src/folder.[ch]
4275         * src/foldersel.c
4276         * src/folderview.c
4277         * src/imap.c
4278         * src/mbox_folder.c
4279         * src/mh.c
4280         * src/news.c
4281         * src/prefs_scoring.c
4282         * src/summaryview.c
4283                 use a common function to get a displayable name
4284                 for a FolderItem
4285
4286 2003-03-13 [paul]       0.8.11claws10
4287
4288         * tools/Makefile.am
4289           tools/README
4290           tools/multiwebsearch.conf     ** NEW FILE **
4291           tools/multiwebsearch.pl       ** NEW FILE **
4292                 add multiwebsearch Actions script
4293
4294 2003-03-13 [colin]      0.8.11claws9
4295
4296         * src/compose.c
4297                 Remove leading emtpy lines from quoted text
4298                 before quoting it
4299
4300 2003-03-13 [melvin]     0.8.11claws8
4301
4302         * src/prefs_actions.c
4303                 Fixed a memory leak
4304                 Code clean ups
4305                 Added Cancel and OK buttons
4306                 Corrected help text
4307
4308 2003-03-13 [christoph]  0.8.11claws7
4309
4310         * src/account.c
4311         * src/folder.[ch]
4312         * src/imap.c
4313         * src/mainwindow.c
4314         * src/mbox_folder.c
4315         * src/mh.c
4316         * src/news.c
4317         * src/setup.c
4318                 replace more folder type stuff with folder class stuff
4319
4320 2003-03-13 [melvin]     0.8.11claws6
4321
4322         * src/prefs_actions.c
4323                 Added new tokens:
4324                 %u: user provided argument
4325                 %h: user provided argument (hidden on input)
4326                 %s: current text selection in the message view 
4327
4328 2003-03-13 [paul]       0.8.11claws5
4329
4330         * sync with 0.8.11cvs5
4331                 see ChangeLog 2003-03-11, 2003-03-12
4332
4333 2003-03-12 [christoph]  0.8.11claws4
4334
4335         * src/folder.c
4336                 use folder class idstr when writing folderlist.xml
4337
4338         * src/folder.h
4339         * src/imap.c
4340         * src/news.c
4341                 replace folder type checks with folder class checks
4342
4343 2003-03-12 [christoph]  0.8.11claws3
4344
4345         * src/folder.[ch]
4346         * src/imap.[ch]
4347         * src/main.c
4348         * src/mbox_folder.[ch]
4349         * src/mh.[ch]
4350         * src/news.[ch]
4351                 o create a list of known folder classes in the folder system
4352                 o use folder class id strings for folder item identifiers
4353
4354 2003-03-12 [christoph]  0.8.11claws2
4355
4356         * src/imap.c
4357                 fix imap uid validity check
4358
4359 2003-03-12 [christoph]  0.8.11claws1
4360
4361         * src/account.c
4362         * src/folder.[ch]
4363         * src/foldersel.c
4364         * src/folderview.c
4365         * src/imap.c
4366         * src/mainwindow.c
4367         * src/mbox_folder.c
4368         * src/mh.c
4369         * src/news.c
4370         * src/prefs_scoring.c
4371         * src/procmsg.c
4372         * src/setup.c
4373         * src/summaryview.c
4374                 initial restructuring of folder system, seperating
4375                 folders and folder classes
4376
4377 2003-03-12 [paul]       0.8.11claws
4378
4379         0.8.11claws release
4380
4381 2003-03-12 [christoph]
4382
4383         * src/gtk/prefswindow.c
4384                 fix translation of "Page Index"
4385
4386 2003-03-12 [paul]       0.8.10claws110
4387
4388         a sync from 0.8.11cvs4 before the release
4389
4390         * src/common/utils.c
4391                 subject_compare_for_sort(): allow null strings (fixes
4392                 summary sorting).
4393
4394 2003-03-11 [paul]       0.8.10claws109
4395
4396         * po/es.po
4397                 update Spanish translation, submitted by
4398                 Ricardo Mones Lastra
4399
4400 2003-03-11 [melvin]     0.8.10claws108
4401
4402         * po/fr.po
4403                 Updated French translations
4404
4405 2003-03-11 [paul]       0.8.10claws107
4406
4407         * manual/en/Makefile.am
4408           manual/en/*.html
4409                 update English manual, add a new page
4410                 updated by Francois Barriere <fbarriere@atmel.fr>
4411                 
4412         * po/bg.po
4413           po/it.po
4414           po/sr.po
4415                 update Bulgarian, Italian, and Serbian translations
4416                 submitted by George Danchev, Alessandro Maestri, and
4417                 Urke MMI
4418
4419 2003-03-10 [paul]       0.8.10claws106
4420
4421         * src/gtk/about.c
4422           src/gtk/prefswindow.c
4423                 make some strings translatable
4424
4425 2003-03-10 [darko]      0.8.10claws105
4426
4427         * src/compose.c
4428                 code cleanup to make Hiro happy
4429
4430 2003-03-10 [paul]       0.8.10claws104
4431
4432         * sync with 0.8.11cvs2
4433                 see ChangeLog 2003-03-10
4434
4435 2003-03-09 [melvin]     0.8.10claws103
4436
4437         * src/textview.c
4438                 textview_set_font(): fix for message display in
4439                 UTF-8 locales (thanks to Sergey Vlasov).
4440                 (was unintentionnaly reverted in 0.8.6claws6)   
4441
4442 2003-03-08 [darko]      0.8.10claws102
4443
4444         * src/compose.c
4445                 fix infinite loop in wrapping as reported
4446                 by happycactus
4447                 obsoletes patch #696482
4448
4449 2003-03-08 [christoph]  0.8.10claws101
4450
4451         * src/imap.c
4452                 add workaround for IMAP servers that do not
4453                 support the "UID SEARCH UID" command
4454
4455 2003-03-07 [christoph]  0.8.10claws100
4456
4457         * src/plugins/spamassassin/spamassassin.[ch]
4458         * src/plugins/spamassassin/spamassassin_gtk.c
4459                 code cleanup
4460
4461 2003-03-07 [paul]       0.8.10claws99
4462
4463         * po/es.po
4464                 updated Spanish translation, submitted by
4465                 Ricardo Mones Lastra
4466
4467 2003-03-07 [christoph]  0.8.10claws98
4468
4469         * src/send.c
4470                 fix in 0.8.10claws94 was wrong
4471                 local delivery does not require escaping, remove escaping
4472                 code to make signatures of mails with "." lines valid
4473                 
4474                 NOTE: requires that sendmail is executed with "-i" option,
4475                       what is the default now, but has to be changed in all
4476                       exsiting accounts)
4477
4478 2003-03-07 [paul]       0.8.10claws97
4479
4480         * sync with 0.8.11 release
4481                 see ChangeLog 2003-03-07
4482
4483 2003-03-06 [paul]       0.8.10claws96
4484
4485         * src/compose.c
4486                 revert commit 0.8.10claws92
4487
4488 2003-03-06 [paul]       0.8.10claws95
4489
4490         * src/folderview.c
4491                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4492
4493         * src/gtkaspell.c
4494                 fix bug 74, 'Crash opening editor window with pseudo-color
4495                 display'
4496                 
4497         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4498
4499 2003-03-06 [christoph]  0.8.10claws94
4500
4501         * src/send.c
4502                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4503                 all lines starting with a period get an extra period
4504                 inserted
4505                 (found by Simon 'corecode' Schubert)
4506
4507 2003-03-06 [paul]       0.8.10claws93
4508
4509         * src/folderview.c
4510                 if configured font can't be loaded fall back to gtk
4511                 default. (with thanks to Christoph)
4512                 
4513                 closes long-standing bug 15 'Crashes on startup'
4514
4515 2003-03-06 [paul]       0.8.10claws92
4516
4517         * src/compose.c
4518                 freeze text before autosave and thaw afterwards
4519                 fixes bug 67 'autosave make re-rediting message crazy'
4520
4521 2003-03-06 [christoph]  0.8.10claws91
4522
4523         * src/compose.c
4524                 ignore address comment in dupe check for Cc-list
4525
4526         (closes reopened bug 47 Replying to message strips name part of
4527          e-mail addresses of Cc: lines)
4528
4529 2003-03-06 [paul]       0.8.10claws90
4530
4531         * src/Makefile.am
4532                 remove reference to gtkxtext.h as its no longer in
4533                 the repository
4534
4535 2003-03-06 [paul]       0.8.10claws89
4536
4537         * sync with 0.8.10cvs25
4538                 see ChangeLog 2003-03-06
4539
4540 2003-03-06 [oliver]     0.8.10claws88
4541         
4542         * src/messageview.c
4543                 remove include
4544
4545 2003-03-06 [oliver]     0.8.10claws87
4546         
4547         * src/folderview.c 
4548                 remove changes introduced inclaws74
4549         * src/messageview.c
4550                 another attempt to sanely delete and update
4551                 messages deleted in separate messageview
4552
4553 2003-03-05 [christoph]  0.8.10claws86
4554
4555         * src/summaryview.c
4556                 check if "From" matches any account's address if
4557                 addressbook completion of addresses is disabled too
4558
4559         (closes Bug 70 "Display recipient in from" doesn't check
4560          folder's default account)
4561
4562 2003-03-05 [christoph]  0.8.10claws85
4563
4564         * src/compose.c
4565         * src/common/utils.[ch]
4566                 don't strip address comments when building Cc lists
4567
4568         (closes Bug 47 Replying to message strips name part of e-mail addresses
4569          of Cc: lines)
4570
4571         * src/folder.c
4572                 fix return value of copy function
4573
4574 2003-03-05 [christoph]  0.8.10claws84
4575
4576         * src/imap.c
4577                 don't ask imap server for non rfc822 headers
4578
4579         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4580
4581         * src/imap.c
4582                 destroy session on socket error to allow reconnecting
4583
4584 2003-03-05 [christoph]  0.8.10claws83
4585
4586         * configure.ac
4587                 fix building with gnome when no prefix is set
4588
4589         (closes bug 66 Gnome directory is set to NONE)
4590
4591 2003-03-05 [paul]       0.8.10claws82
4592
4593         * sync with 0.8.10cvs23
4594                 see ChangeLog 2003-03-05
4595
4596 2003-03-04 [christoph]  0.8.10claws81
4597
4598         * src/folder.c
4599                 o fix moving and copying when folder returns 0 for new
4600                   message number
4601                 o remove some code for single message copy and move
4602                   operations and use functions for multiple messages
4603
4604         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4605
4606         * src/news.c
4607                 remove unused include
4608
4609 2003-03-04 [paul]       0.8.10claws80
4610
4611         * src/gtk/about.c
4612                 list 'Compiled plugins'
4613
4614 2003-03-03 [christoph]  0.8.10claws79
4615
4616         * src/news.[ch]
4617                 have to multiply the percentage of the current fetch with
4618                 the percentage that it has of the total fetch operation
4619                 for correct values
4620
4621 2003-03-03 [christoph]  0.8.10claws78
4622
4623         * src/news.c
4624                 fix calculation of expected lines for progress indicator
4625
4626 2003-03-03 [christoph]  0.8.10claws77
4627
4628         * src/summaryview.c
4629         * src/common/utils.c
4630                 fix segfault when opening the root news folder
4631
4632 2003-03-03 [christoph]  0.8.10claws76
4633
4634         * src/mainwindow.[ch]
4635         * src/common/Makefile.am
4636         * src/common/progressindicator.[ch]
4637                 add UI independent progress indicator handling
4638
4639         * src/news.[ch]
4640                 use new progress indicator for message info fetching
4641
4642         * src/common/hooks.h
4643                 code cleanup
4644
4645 2003-03-03 [oliver]     0.8.10claws75
4646
4647         * src/toolbar.c
4648         * src/compose.c
4649                 removed commented code
4650
4651 2003-03-03 [oliver]     0.8.10claws74
4652
4653         * src/toolbar.[ch]
4654                 cleanups and refactoring
4655         * src/compose.[ch]
4656                 compose_reply_mode reply & forwarding interface for
4657                 toolbar buttons
4658         * src/folderview.c
4659                 act on messages marked for deletion in folderview_selected
4660                 based on prefs_common.immediate_exec since a message might 
4661                 have been deleted by messageview in a folder we are changing 
4662                 to (does anybody understand what I'm on about ?)
4663
4664 2003-03-03 [oliver]     0.8.10claws73
4665         
4666         * src/messageview.[ch]
4667                 new functions
4668                 - messageview_delete: delete message shown in messagview
4669                 - messageview_update_view: update messageview to currently 
4670                   selected summaryview message
4671                 - add separate messageview to msgview_list in order to update 
4672                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4673         * src/summaryview.[ch]
4674                 summary_get_selection returns a list of selected msgs
4675                 in summaryview
4676         * src/mainwindow.c
4677                 toolbar reply refactoring
4678
4679 2003-03-03 [paul]       0.8.10claws72
4680
4681         * sync with 0.8.10cvs21
4682                 see ChangeLog 2003-03-03
4683
4684 2003-03-02 [christoph]  0.8.10claws71
4685
4686         * src/common/passcrypt.c
4687                 use POSIX includes
4688
4689 2003-03-02 [christoph]  0.8.10claws70
4690
4691         * configure.ac
4692         * src/prefs_account.c
4693         * src/prefs_gtk.[ch]
4694         * src/common/.cvsignore
4695         * src/common/Makefile.am
4696         * src/common/passcrypt.c                ** NEW **
4697         * src/common/passcrypt.h.in             ** NEW **
4698                 Implement password encryption in config files
4699                 using unix encrypt and setkey functions. The crypt
4700                 key can be set as a configure parameter. Old
4701                 passwords will be converted if they do not begin
4702                 with '!'
4703
4704 2003-03-02 [paul]       0.8.10claws69
4705
4706         * src/prefs_account.c
4707                 fix compile error
4708
4709 2003-03-01 [thorsten]   0.8.10claws68
4710
4711         * po/el.po
4712           po/hr.po
4713           po/it.po
4714           po/nl.po
4715           po/sr.po
4716           po/sv.po
4717                 corrected format strings
4718         * po/en_GB.po
4719                 corrected headers
4720                 (fix compile errors with GNU gettext-0.11.5)
4721
4722 2003-03-01 [oliver]     0.8.10claws67
4723
4724         * src/summaryview.c
4725                 menu callbacks call toolbar_menu_reply
4726
4727 2003-03-01 [oliver]     0.8.10claws66
4728
4729         * src/mainwindow.c
4730         * src/messageview.c
4731                 menu callbacks call toolbar_menu_reply
4732         * src/toolbar.[ch]
4733                 callbacks from menu handled by toolbar_menu_reply
4734
4735 2003-03-01 [paul]       0.8.10claws65
4736
4737         * src/addressbook.c
4738                 revert commit 0.8.10claws54 - breaks editing of
4739                 addressbook.
4740                 
4741         * po/bg.po
4742                 update Bulgarian translation, submitted by
4743                 George Danchev
4744
4745 2003-02-28 [christoph]  0.8.10claws64
4746
4747         * src/account.c
4748         * src/addressadd.c
4749         * src/compose.c
4750         * src/gtkaspell.c
4751         * src/gtkxtext.h                ** REMOVE **
4752         * src/imap.c
4753         * src/matcher.[ch]
4754         * src/mh.c
4755         * src/news.c
4756         * src/pine.c
4757         * src/prefs_common.c
4758         * src/prefs_matcher.c
4759         * src/procheader.[ch]
4760         * src/procmsg.[ch]
4761         * src/toolbar.c
4762         * src/common/ssl_certificate.c
4763         * src/gtk/colorlabel.c
4764         * src/gtk/menu.c
4765                 o fix warnings
4766                 o remove code obsoleted by new cache and folder system rework
4767
4768 2003-02-28 [oliver]     0.8.10claws63
4769         
4770         * src/toolbar.[ch]
4771                 * fix bug where reply in Messageview replied to 
4772                 Message displayed in summaryview
4773                 (reportedd via ML by chinatinte at gmx dot ch)
4774                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4775                 didn't work in separate MessageView Toolbar
4776                 (wondering if anybody uses this at all ?)
4777         * src/summaryview.[ch]
4778                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4779                 (generalize reply and forward code);
4780         * src/messageview.c 
4781                 remove focus_in event which updated summaryview to messageview
4782
4783 2003-02-28 [paul]       0.8.10claws62
4784
4785         * po/Makefile.in.in
4786                 add the --check option
4787                 Patch submitted by Ricardo Mones Lastra
4788
4789 2003-02-28 [paul]       0.8.10claws61
4790
4791         * src/prefs_account.c
4792                 re-order 'Signature' items
4793
4794 2003-02-28 [paul]       0.8.10claws60
4795
4796         * sync with 0.8.10cvs20
4797                 see ChangeLog 2003-02-28
4798
4799 2003-02-28 [paul]       0.8.10claws59
4800
4801         * po/POTFILES.in
4802                 update to reflect recent movement of files
4803
4804 2003-02-28 [paul]       0.8.10claws58
4805
4806         * sync with 0.8.10cvs19
4807                 see ChangeLog 2003-02-28
4808
4809 2003-02-27 [martin]     0.8.10claws57
4810
4811         * src/prefs_matcher.c 
4812                 fix segfault in prefs_matcher_ok() when the
4813                 last entry is deleted and prevents that the
4814                 message "entry not saved" comes up after deleting
4815                 an entry
4816
4817 2003-02-27 [martin]     0.8.10claws56
4818
4819         * src/prefs_filtering.c 
4820                 fix segfault in prefs_filtering_ok() when the
4821                 last entry is deleted and prevents that the
4822                 message "entry not saved" comes up after deleting
4823                 an entry
4824
4825 2003-02-27 [paul]       0.8.10claws55
4826
4827         * sync with 0.8.10cvs18
4828                 see ChangeLog 2003-02-27
4829
4830 2003-02-27 [paul]       0.8.10claws54
4831
4832         * src/addressbook.c
4833                 fix bug where the address book crashes with 
4834                 multiple lookups.
4835                 Patch [687729] submitted by David Frager 
4836                 <dbfrager@users.sourceforge.net>
4837
4838 2003-02-25 [christoph]  0.8.10claws53
4839
4840         * src/Makefile.am
4841         * src/colorlabel.[ch]           ** REMOVE **
4842         * src/gtk/Makefile.am
4843         * src/gtk/colorlabel.[ch]       ** NEW **
4844                 move colorlabel files to gtk directory
4845
4846         * src/esmtp.[ch]                ** REMOVE **
4847                 has been merged into smtp.[ch] in 0.7.5
4848
4849 2003-02-25 [christoph]  0.8.10claws52
4850
4851         * src/Makefile.am
4852         * src/about.[ch]                ** REMOVE **
4853         * src/gtk/Makefile.am
4854         * src/gtk/about.[ch]            ** NEW **
4855                 move about files to gtk directory
4856
4857 2003-02-25 [christoph]  0.8.10claws51
4858
4859         * src/folder.c
4860                 some code optimization of folder scanning code
4861
4862         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4863
4864 2003-02-25 [christoph]  0.8.10claws50
4865
4866         * src/main.c
4867         * src/common/sylpheed.c
4868                 add command line parameter parsing to common code
4869
4870 2003-02-24 [christoph]
4871
4872         * Makefile.am
4873         * configure.ac
4874                 fix gnome prefix problems, the configure script now removed
4875                 `gnome-config --prefix` from `gnome-config --datadir`
4876                 and adds $(prefix} instead
4877
4878         (closes Bug 24 Makefile does not respect prefix when installing
4879          GNOME data)
4880
4881 2003-02-24 [christoph]  0.8.10claws49
4882
4883         * src/news.c
4884                 check for valid session before trying to authenticate
4885
4886         (closes Bug 60 crash if "authenticate on logon" is activated
4887          and newsserver-hostname is not valid)
4888
4889 2003-02-24 [melvin]     0.8.10claws48
4890
4891         * src/prefs_actions.c
4892                 Make sure all user's input is sent to the action and then
4893                 close the socket..
4894
4895 2003-02-23 [alfons]     0.8.10claws46
4896
4897         * src/summaryview.c
4898                 also wait cursor when deleting files
4899
4900 2003-02-23 [paul]
4901
4902         * tools/freshmeat_search.pl
4903           tools/google_search.pl
4904                 scripts should now work for any browser/browser command line
4905
4906 2003-02-22 [christoph]  0.8.10claws45
4907
4908         * src/procmsg.c
4909                 fix IMAP flag setting, IMAP flag is not handled correctly
4910                 anymore by the folder system and information about the
4911                 folder should not be saved in the MsgInfo (in my opinion)
4912
4913         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4914
4915 2003-02-22 [christoph]  0.8.10claws44
4916
4917         * src/summaryview.c
4918                 fix spelling of "label" ;-)
4919
4920 2003-02-22 [thorsten]   0.8.10claws43
4921
4922         * src/mimeview.c
4923           src/prefs_common.[ch]
4924           src/procmime.[ch]
4925                 do not use description as attachment name
4926
4927 2003-02-22 [alfons]     0.8.10claws42
4928
4929         * src/summaryview.c
4930                 freeze/thaw folder item updates when changing color labels,
4931                 and put a wait cursors on
4932
4933 2003-02-22 [thorsten]   0.8.10claws41
4934
4935         * src/mimeview.c
4936                 save-all fixes: crash if invoked on multipart container,
4937                 mimeinfo access, pathseparators, error dialog
4938
4939 2003-02-21 [alfons]     0.8.10claws40
4940
4941         * src/prefs_gtk.c
4942                 remove unused var
4943
4944 2003-02-21 [colin]      0.8.10claws39
4945
4946         * src/send.c
4947                 Fix smtp logging
4948
4949 2003-02-21 [colin]      0.8.10claws38
4950
4951         * src/summaryview.c
4952                 Freeze/thaw folderItem updates when filtering messages 
4953                 via Tools/Filter messages
4954
4955 2003-02-21 [paul]       0.8.10claws37
4956
4957         * src/compose.c
4958                 revert commit 0.8.10claws26, there are ulterior motives
4959                 for users to set a Reply-To header when posting to
4960                 newsgroups
4961
4962 2003-02-21 [paul]       0.8.10claws36
4963
4964         * sync with 0.8.10cvs17
4965                 see ChangeLog 2003-02-21
4966
4967 2003-02-20 [christoph]  0.8.10claws35
4968
4969         * src/imap.c
4970                 IMAP UID fetch speedup using SEARCH
4971
4972         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4973
4974         * src/imap.c
4975                 fix problem with UIDs in IMAP UID cache that no longer existed
4976
4977 2003-02-20 [christoph]  0.8.10claws34
4978
4979         * src/imap.c
4980         * src/procheader.c
4981         * src/procheader.h
4982                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4983
4984         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4985
4986         * src/imap.c
4987                 Rewrite imap_cmd_gen_recv use sock_getline instead
4988                 of sock_gets to avoid problems with too long reply
4989                 lines
4990     
4991 2003-02-20 [colin]      0.8.10claws33
4992         
4993         * src/prefs_account.c
4994                 Better wording
4995
4996 2003-02-20 [colin]      0.8.10claws32
4997
4998         * src/compose.c
4999                 Remove useless '&& !to_sender' 
5000
5001 2003-02-20 [darko]
5002
5003         * AUTHORS
5004                 change my e-mail address
5005
5006 2003-02-19 [colin]      0.8.10claws31
5007
5008         * src/prefs_common.c
5009                 X11 style colors for every configurable color
5010
5011 2003-02-19 [alfons]     0.8.10claws30
5012
5013         * src/prefs_gtk.[ch]
5014         * src/prefs_common.c
5015                 for color_new accept both plain integers and X11 style color
5016                 names (as found in /usr/lib/X11/rgb.txt)
5017
5018 2003-02-19 [paul]       0.8.10claws29
5019
5020         * src/mainwindow.c
5021                 add tooltips to online/offline button and account selector
5022                 button
5023
5024 2003-02-19 [paul]       0.8.10claws28
5025
5026         * src/folder.c
5027           src/news.c
5028           src/prefs_account.[ch]
5029           src/prefs_common.[ch]
5030                 move 'Maximum number of articles to download' to
5031                 account prefs.
5032                 clean up account prefs gui a little by hiding entries
5033                 rather then greying out entries
5034
5035 2003-02-19 [hiro]       0.8.10claws27
5036
5037         * src/common/utils.c
5038                 fix bug #54 'yesterdays date is displayed in the message 
5039                 summary window'
5040
5041 2003-02-19 [paul]       0.8.10claws26
5042
5043         * src/compose.c
5044                 fix bug reported in Feature Request [688596] 
5045                 'Reply-to header in news'
5046
5047 2003-02-18 [paul]       0.8.10claws25
5048
5049         * src/select-keys.c
5050                 add a 'List all keys' button to key selection dialog
5051
5052 2003-02-18 [colin]      0.8.10claws24
5053         
5054         * src/stock_pixmap.c
5055                 fix compile error
5056
5057 2003-02-18 [colin]      0.8.10claws23
5058
5059         * src/common/smtp.[ch]
5060           src/prefs_account.c
5061                 Try to starttls if it seems to be the only
5062                 way to authenticate a user
5063
5064 2003-02-18 [paul]       0.8.10claws22
5065
5066         * src/Makefile.am
5067           src/folderview.c
5068           src/stock_pixmap.[ch]
5069           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5070           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5071                 as a Drafts folder is a special folder allow it to have
5072                 its own unique icons
5073
5074 2003-02-18 [colin]      0.8.10claws21
5075
5076         * src/imap.c
5077                 Fix port selection when using starttls
5078
5079 2003-02-18 [paul]       0.8.10claws20
5080
5081         * src/mainwindow.c
5082           src/prefs_common.[ch]
5083                 make blue the default new mail colour
5084
5085 2003-02-18 [paul]       0.8.10claws19
5086
5087         * sync with 0.8.10cvs14
5088                 see ChangeLog 2003-02-18
5089
5090 2003-02-17 [jens]       0.8.10claws18
5091
5092         * src/common/md5.c
5093                 fixed a compile problem with gcc 3.3
5094                 works on 2.95.3 too (testet on PPC as it is big endian)
5095
5096 2003-02-17 [paul]       0.8.10claws17
5097
5098         * sync with 0.8.10cvs13
5099                 see ChangeLog 2003-02-17
5100
5101 2003-02-17 [paul]       0.8.10claws16
5102
5103         * sync with 0.8.10cvs12
5104                 see ChangeLog 2003-02-17
5105
5106 2003-02-16 [match]      0.8.10claws15
5107
5108         * src/addressbook.c
5109                 Eliminates reloading of address data when items
5110                 deleted or added. Applied submitted by
5111                 Luke Plant <lukeplant@softhome.net>
5112
5113 2003-02-16 [paul]       0.8.10claws14
5114
5115         * src/news.c
5116                 when a 'protocol error' is encountered disconnect from
5117                 the server. This means that the user can carry on viewing
5118                 other articles and doesn't have to either wait until the
5119                 server timesout or quit sylpheed.
5120                 Fixes bug #53 'Unable to read messages in newsgroups, 
5121                 displayed message doesn't change'
5122
5123 2003-02-15 [christoph]  0.8.10claws13
5124
5125         * src/imap.c
5126                 fix bug that stopped scanning of folders when an
5127                 IMAP folder was empty
5128
5129         (closes bug 46 stop scan messages in folders after empty folder)
5130
5131 2003-02-15 [paul]
5132
5133         * tools/Makefile.am
5134           tools/README
5135           tools/freshmeat_search.pl     ** NEW FILE **
5136           tools/google_search.pl        ** NEW FILE **
5137                 Add 2 Actions scripts which search freshmeat/google
5138                 for the selected text using the browser configured
5139                 in sylpheedrc.
5140                 
5141         Note: These scripts are very dependent on the format of the
5142         browser command and may not work on every occasion. Testing
5143         is welcome. 
5144
5145 2003-02-14 [alfons]     0.8.10claws12
5146
5147         * src/compose.c
5148                 fix breakage because of uninitialized account pointer.
5149                 please verify.
5150
5151 2003-02-14 [paul]       0.8.10claws11
5152
5153         * src/compose.c
5154           src/prefs_account.[ch]
5155           src/prefs_common.[ch]
5156                 move signature settings to Account Prefs
5157
5158 2003-02-14 [paul]       0.8.10claws10
5159
5160         * sync with 0.8.10cvs11
5161                 see ChangeLog 2003-02-14
5162
5163 2003-02-13 [thorsten]   0.8.10claws9
5164
5165         * src/news.c
5166                 revert news progressbar (GUI separation)
5167
5168 2003-02-13 [paul]       0.8.10claws8
5169
5170         * src/compose.c
5171                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5172                 paragraph 1
5173
5174 2003-02-13 [paul]       0.8.10claws7
5175
5176         * src/compose.[ch]
5177           src/summaryview.c
5178                 fix 'Follow-up and Reply-to' so that it creates a reply to
5179                 the newsgroup and the sender. If the message has the keyword
5180                 'poster' in the Followup-To header, all replies go to the
5181                 sender, re: RFC 1036, Section 2.2.3
5182                 rename all instances of 'ignore_replyto' to 'to_sender', both
5183                 were previously used, now we use just one.
5184
5185 2003-02-13 [paul]       0.8.10claws6
5186
5187         * sync with 0.8.10cvs9
5188                 see ChangeLog 2003-02-13
5189
5190 2003-02-13 [paul]       0.8.10claws5
5191
5192         * configure.ac
5193                 show which plugins are configured in the configure
5194                 output.
5195
5196 2003-02-12 [thorsten]   0.8.10claws4
5197
5198         * src/news.c
5199                 show progress while fetching news headers
5200
5201 2003-02-12 [christoph]  0.8.10claws3
5202
5203         * configure.ac
5204         * src/plugins/Makefile.am
5205                 use AM_CONDITIONAL to enable plugins, automake correctly
5206                 manages this when creating distdir
5207
5208 2003-02-12 [christoph]  0.8.10claws2
5209
5210         * ac/spamassassin.m4
5211         * src/plugins/spamassassin/Makefile.am
5212                 fix building SpamAssassin plugin without OpenSSL
5213
5214 2003-02-12 [paul]       0.8.10claws1
5215
5216         * ac/Makefile.am
5217           src/Makefile.am
5218           src/plugins/Makefile.am
5219                 fix failure of 'make release'
5220
5221 2003-02-12 [paul]       0.8.10claws
5222
5223         * 0.8.10claws released
5224
5225 2003-02-12 [paul]       0.8.9claws56
5226
5227         * po/bg.po
5228           po/es.po
5229           po/it.po
5230           po/ru.po
5231           po/sr.po
5232                 updated translations by George Danchev, Ricardo Mones Lastra,
5233                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5234                 
5235         * sylpheed.spec.in
5236                 Allow the building of RPMs by a regular user. Submitted
5237                 by Sergei Astanin
5238
5239 2003-02-11 [alfons]     0.8.9claws55
5240
5241         * src/colorlabel.c
5242                 don't use pixmaps for label color rect but draw rectangles
5243                 so we can respect the color map of palette based visuals
5244                 (fixes the long time crashes on Suns - thanks to Andreas
5245                 Engel and Steve O'Hara-Smith for testing)
5246
5247 2003-02-11 [christoph]  0.8.9claws54
5248
5249         * src/matcher_parser_parse.y
5250                 correct bug where filering rules of not existing folders in
5251                 matcherrc were added to global filtering
5252                 
5253         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5254          main filter-rules after removing directory, http://bugs.debian.org/180253)
5255         
5256 2003-02-11 [paul]       0.8.9claws53
5257
5258         * sync with 0.8.10cvs7
5259                 see ChangeLog 2003-02-09
5260
5261 2003-02-11 [melvin]     0.8.9claws52
5262
5263         * po/fr.po
5264                 Updated French tranlsations
5265
5266 2003-02-10 [paul]       0.8.9claws51
5267
5268         * sylpheed.spec.in
5269                 correct --enable-openssl
5270                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5271
5272 2003-02-09 [martin]     0.8.9claws50
5273
5274         * src/prefs_matcher.c
5275                 fix segfault in prefs_matcher_substitute_cb() when
5276                 no row is selected
5277
5278 2003-02-09 [paul]       0.8.9claws49
5279
5280         * src/folderview.c
5281                 fix bug where a newsgroup folder's processing rules were
5282                 merged with the global filtering rules when the newsgroup
5283                 folder was deleted, causing some seriously bad results,
5284                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5285
5286 2003-02-08 [melvin]     0.8.9claws48
5287
5288         * src/compose.c
5289                 Corrected and modified an alert message.
5290
5291 2003-02-07 [paul]       0.8.9claws47
5292
5293         * src/folderview.c
5294                 fix bug where both an 'Account properties' window and a
5295                 'Folder properties' window were opened when clicking on
5296                 'Properties' in an NNTP or IMAP folder's popup menu.
5297
5298 2003-02-07 [paul]       0.8.9claws46
5299
5300         * sync with 0.8.10cvs6
5301                 see ChangeLog 2003-02-06
5302
5303 2003-02-06 [christoph]  0.8.9claws45
5304
5305         * src/mbox.c
5306                 freeze folder updates while importing mbox files
5307                 (closes bug 43 importing mbox took hours)
5308                 
5309         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5310
5311 2003-02-06 [thorsten]   0.8.9claws44
5312
5313         * po/de.po
5314                 Updated german translations
5315
5316 2003-02-06 [thorsten]   0.8.9claws43
5317
5318         * src/news.h
5319                 use guint for message numbers (fix count in grouplist dialog)
5320
5321 2003-02-05 [paul]       0.8.9claws42
5322
5323         * sync with 0.8.10cvs2
5324                 see ChangeLog 2003-02-05
5325
5326 2003-02-04 [colin]      0.8.9claws41
5327
5328         * src/prefs_common.[ch]
5329           src/procmsg.c
5330           src/summaryview.c
5331                 Add an option to disable threading by subject
5332
5333 2003-02-04 [christoph]  0.8.9claws40
5334
5335         * src/inc.c
5336                 only abort fetching mails from multiple accounts when the
5337                 error is fatal and does not allow to check any more accounts
5338                 (currently only disk full error)
5339
5340         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5341          receive mails for other accouts)
5342
5343 2003-02-04 [christoph]  0.8.9claws39
5344
5345         * src/folder.c
5346                 first add the new message to the cache, then
5347                 send the update notification
5348
5349         (closes bug 39 after sending message folderview doesnt get updated)
5350
5351 2003-02-04 [colin]      0.8.9claws38
5352
5353         * src/inc.c
5354                 _really_ fix this Connecting... status
5355
5356 2003-02-04 [paul]       0.8.9claws37
5357
5358         * sync with 0.8.10
5359                 see ChangeLog 2003-02-04
5360
5361 2003-02-04 [paul]       0.8.9claws36
5362
5363         * sync with 0.8.9cvs6
5364                 see ChangeLog 2003-02-03
5365
5366 2003-02-04 [paul]       0.8.9claws35
5367
5368         * po/pt_BR.po
5369                 updated by André Filipe de Assunção e Brito 
5370                 <bedecko@netsite.com.br>
5371
5372 2003-02-03 [thorsten]   0.8.9claws34
5373
5374         * po/de.po
5375                 Updated german translations
5376
5377 2003-02-02 [paul]       0.8.9claws33
5378
5379         * po/es.po
5380                 updated by Ricardo Mones Lastra
5381
5382 2003-02-02 [thorsten]   0.8.9claws32
5383
5384         * src/mh.c
5385                 Fix mh_get_msginfo() segfault if file is inaccessible
5386
5387 2003-01-31 [colin]      0.8.9claws31
5388
5389         * src/procheader.c
5390                 Fix last commit's bug
5391
5392 2003-01-31 [colin]      0.8.9claws30
5393
5394         * src/procheader.c
5395                 Missing a change for gpg-signed messages
5396
5397 2003-01-31 [paul]       0.8.9claws29
5398
5399         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5400           src/procheader.c
5401           src/stock_pixmap.[ch]
5402           src/summaryview.c
5403                 indicate GnuPG signed messages by displaying an icon
5404                 in the Attachment column.
5405
5406 2003-01-31 [paul]       0.8.9claws28
5407
5408         * sync with 0.8.9cvs4
5409                 see ChangeLog 2003-01-31
5410
5411 2003-01-31 [alfons]     0.8.9claws27
5412
5413         * src/textview.c
5414                 tune URI parser to accept mailto URLs with a '?'
5415                 (patch from Ruslan Balkin)
5416
5417 2003-01-31 [colin]      0.8.9claws26
5418
5419         * src/summaryview.c
5420                 Fix a leak introduced in claws24
5421
5422 2003-01-31 [colin]      0.8.9claws25
5423
5424         * src/summaryview.c
5425                 Freeze/Thaw folder updates when deleting dups
5426
5427 2003-01-31 [colin]      0.8.9claws24
5428         
5429         * src/addr_compl.c
5430           src/summaryview.c
5431           src/msgcache.c
5432                 little speed improvements
5433
5434 2003-01-31 [colin]      0.8.9claws23
5435
5436         * src/summaryview.c
5437                 Fix segfault when forwarding nothing
5438                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5439                 
5440 2003-01-30 [paul]       0.8.9claws22
5441
5442         * sync with 0.8.9cvs3
5443                 see ChangeLog 2003-01-30
5444
5445 2003-01-30 [paul]       0.8.9claws21
5446
5447         * sync with 0.8.9cvs2
5448                 see ChangeLog 2003-01-30
5449
5450 2003-01-29 [paul]       0.8.9claws20
5451
5452         * sync with 0.8.9cvs1
5453                 see ChangeLog 2003-01-29
5454
5455 2003-01-28 [paul]       0.8.9claws19
5456
5457         * po/POTFILES.in
5458                 update to reflect changes. 
5459                 thanks to Ricardo Mones Lastra
5460
5461 2003-01-27 [christoph]  0.8.9claws18
5462
5463         * ac/openssl.m4
5464         * ac/spamassassin.m4
5465         * src/plugins/spamassassin/README
5466         * src/plugins/spamassassin/libspamc.[ch]
5467         * src/plugins/spamassassin/utils.[ch]
5468                 updated to latest libspamc
5469
5470 2003-01-27 [christoph]  0.8.9claws17
5471
5472         * src/folder.c
5473                 fix wrong use of procheader_get_header_fields
5474
5475 2003-01-27 [christoph]  0.8.9claws16
5476
5477         * src/news.c
5478         * src/prefs_account.[ch]
5479         * src/common/nntp.[ch]
5480                 allow to force authentication for NNTP servers
5481
5482         Patch submitted by Florian Mickler <dmk@d-labs.de>
5483
5484 2003-01-26 [paul]       0.8.9claws15
5485
5486         * src/summaryview.c
5487                 speed up of marking messages as read
5488                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5489
5490 2003-01-26 [christoph]  0.8.9claws14
5491
5492         * src/Makefile.am
5493         * src/mgutils.[ch]              ** REMOVE **
5494         * src/xml.[ch]                  ** REMOVE **
5495         * src/xmlprops.[ch]             ** REMOVE **
5496         * src/common/Makefile.am
5497         * src/common/mgutils.[ch]       ** NEW **
5498         * src/common/xml.[ch]           ** NEW **
5499         * src/common/xmlprops.[ch]      ** NEW **
5500                 move xml files to common directory
5501
5502 2003-01-26 [christoph]  0.8.9claws13
5503
5504         * src/plugins/spamassassin/spamassassin_gtk.c
5505                 only set gtk entry text if string is available
5506
5507 2003-01-26 [melvin]     0.8.9claws12
5508
5509         * src/description_window.c
5510                 Allow resizing of the window
5511                 Allow automatic horizontal scroll bar
5512                 Do not vertically expand and fill
5513
5514 2003-01-26 [christoph]  0.8.9claws11
5515
5516         * src/Makefile.am
5517         * src/gtkutils.[ch]             ** REMOVE **
5518         * src/common/sylpheed.c
5519         * src/gtk/Makefile.am
5520         * src/gtk/description_window.c
5521         * src/gtk/gtkutils.[ch]         ** NEW **
5522         * src/gtk/prefswindow.c
5523                 move gtkutils to gtk directory
5524
5525 2003-01-26 [paul]       0.8.9claws10
5526
5527         * src/summaryview.c
5528                 rename summary_unread_clicked() to summary_status_clicked()
5529
5530 2003-01-26 [melvin]     0.8.9claws9
5531
5532         * src/prefs_actions.c
5533                 Cosmetical changes to the help text
5534
5535 2003-01-26 [paul]       0.8.9claws8
5536
5537         * src/folder.[ch]
5538           src/mainwindow.c
5539           src/prefs_common.c
5540           src/prefs_sumamry_column.c
5541           summaryview.[ch]
5542                 rename the 'Unread' column to 'Status'
5543
5544 2003-01-25 [match]      0.8.9claws7
5545
5546         * src/mgutils.[ch]
5547                 removed reference to LDAP constants. removed error2string.
5548                 included functions to support LDAP dynamic queries.
5549         * src/syldap.h
5550                 moved LDAP constants here.
5551         * src/addressbook.c
5552         * src/addrindex.c
5553         * src/importldif.c
5554                 removed references to LDAP constants and references to
5555                 error2string.
5556
5557 2003-01-25 [paul]       0.8.9claws6
5558
5559         * src/summaryview.c
5560                 summary_thread_build(), summary_thread_init(): remove 
5561                 unneeded reference to summaryview->folder_item
5562
5563 2003-01-25 [christoph]  0.8.9claws5
5564
5565         * src/gtk/description_window.c
5566                 o allow description texts to expand over multiple columns
5567                 o translate all columns
5568         * src/prefs_actions.c
5569                 change syntax description to use new multi column feature
5570
5571         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5572
5573 2003-01-25 [match]      0.8.9claws4
5574
5575         * src/vcard.c
5576                 fixed bug with Quoted-Printable
5577
5578 2003-01-25 [paul]       0.8.9claws3
5579
5580         * src/folder.[ch]
5581           src/summaryview.[ch]
5582                 implement per-folder collapsed/expanded threads setting
5583                 
5584         * src/prefs_common.c
5585                 remove global collapsed/expanded threads option
5586
5587 2003-01-25 [christoph]  0.8.9claws2
5588
5589         * po/POTFILES.in
5590                 add pluginwindow and prefswindow
5591         * src/compose.c
5592                 make send respond correctly to messages that could be added
5593                 to the queue folder, but the UID of the message is unknown
5594         * src/folder.c
5595         * src/imap.c
5596                 don't return guessed UIDs in imap_add_msg anymore. We return
5597                 0 to tell the folder system it was appened but the UID is
5598                 unknown. Folder system now get's the UID by scaning the folder
5599                 and searching the cache for the Message-ID
5600                 (closes bug #29 Messages queued, but not sent)
5601
5602 2003-01-25 [paul]       0.8.9claws1
5603
5604         * src/codeconv.c
5605                 conv_encode_header():  fix bug when long headers with 8-bit
5606                 characters are used, so that the encoded words are wrapped.
5607                 If the space in the original text falls on the wrap boundary,
5608                 it can be lost.
5609                 Patch by Sergey Vlasov.
5610                 
5611         * src/folderview.c
5612                  fix bug where a change to the sorting method or thread view
5613                  of a folder's messages is lost if simpify-subject is set and
5614                  toggled on or off.
5615                  Patch by Luke Plant.
5616
5617 2003-01-24 [paul]       0.8.9claws
5618
5619         * sylpheed-0.8.9claws released
5620         
5621         * Makefile.am
5622           sylpheed.spec.in
5623                 remove reference to 'INSTALL.jp'
5624
5625 2003-01-23 [paul]       0.8.8claws128
5626
5627         * po/es.po
5628           po/it.po
5629           po/ru.po
5630           po/sr.po
5631                 updated translations. submitted by Ricardo Mones Lastra,
5632                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5633
5634 2003-01-23 [colin]      0.8.8claws127
5635
5636         * src/compose.c
5637                 Fix drafted and queued news articles re-edition
5638
5639 2003-01-23 [melvin]     0.8.8claws126
5640
5641         * po/fr.po
5642                 Updated French translations
5643
5644 2003-01-23 [colin]      0.8.8claws125
5645
5646         * src/inc.c
5647                 Fix "Connecting to..." status message
5648
5649 2003-01-22 [paul]       0.8.8claws124
5650
5651         * po/bg.po
5652                 updated by George Danchev
5653                 
5654         * src/folder.c
5655                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5656                 and folder deletion
5657
5658 2003-01-21 [paul]       0.8.8claws123
5659
5660         * po/bg.po
5661                 updated by George Danchev
5662                 
5663         * src/about.c
5664                 its now 2003
5665                 
5666         * src/toolbar.c
5667                 don't translate 'Separator'
5668                 
5669         * src/plugins/spamassassin/Makefile.am
5670                 add aspell to CPPFLAGS
5671                 
5672         * src/plugins/spamassassin/spamassassin.c
5673           src/plugins/spamassassin/spamassassin_gtk.c
5674                 set correct default for spamassassin_receive_spam
5675                 slightly re-word descriptions and some
5676                 other minor changes
5677
5678 2003-01-19 [alfons]     0.8.8claws122
5679                 
5680         * src/mimeview.c
5681                 mimeview_save_as(): we might as well show the file name for
5682                 the single case "Save As" too
5683
5684 2003-01-19 [alfons]     0.8.8claws121
5685
5686         * src/crash.c
5687                 change bug tracker URL to bugzilla URL
5688
5689 2003-01-19 [alfons]     0.8.8claws120
5690
5691         * src/mimeview.c
5692                 mimeview_save_all(): display name of file before overwriting;
5693                 continue saving all, even when one overwrite was cancelled
5694
5695 2003-01-19 [christoph]  0.8.8claws119
5696
5697         * src/summaryview.c
5698         * src/procmsg.[ch]
5699                 fix wrong usage of procmsg_find_children in summaryview
5700                 by using procmsg_update_unread_children instead of
5701                 summaryview_update_unread_children
5702
5703 2003-01-19 [christoph]  0.8.8claws118
5704
5705         * src/procmsg.c
5706                 fix infinite loop in procmsg_find_children
5707                  (closes bug #25 sylpheed crashes on delete.)
5708
5709         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5710
5711 2003-01-19 [paul]       0.8.8claws117
5712
5713         * po/pt_BR.po
5714                 updated by Ivan Francolin Martinez
5715
5716 2003-01-18 [melvin]     0.8.8claws116
5717
5718         * src/prefs_actions.c
5719                 Removed syntax limitation of only one '&' at the end of command.
5720                         Now actions that contain '>/dev/null 2>&1' are possible.
5721
5722 2003-01-18 [melvin]     0.8.8claws115
5723
5724         * src/prefs_actions.c
5725                 Actions IO dialog: when the action ends
5726                 the "Close" button now has focus and [Escape] closes the
5727                 window.
5728
5729 2003-01-18 [christoph]  0.8.8claws114
5730
5731         * src/procmsg.c
5732                 o add debug output when MsgInfos are really freed
5733                 o free GSLists in procmsg_find_children and
5734                   procmsg_update_unread_children
5735
5736 2003-01-18 [christoph]  0.8.8claws113
5737
5738         * src/mainwindow.c
5739                 reorder Configuration menu
5740
5741 2003-01-18 [christoph]  0.8.8claws112
5742
5743         * src/compose.c
5744                 fix applying templates to forwarded messages
5745
5746         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5747
5748 2003-01-17 [christoph]  0.8.8claws111
5749
5750         * src/folder.c
5751                 destroy folder items, when a folder item is removed
5752
5753 2003-01-17 [christoph]  0.8.8claws110
5754
5755         * src/folder.c
5756                 fix wrong folder stats update when ignored message is
5757                 deleted
5758
5759 2003-01-17 [colin]      0.8.8claws109
5760         
5761         * src/mainwindow.c
5762         * src/summaryview.c
5763                 Quicksearch bugfixes: 
5764                 - hide help button at startup if not extended
5765                 - switch to extended when looking for replies
5766
5767 2003-01-17 [paul]
5768
5769         * sync with 0.8.9 release
5770
5771 2003-01-17 [paul]       0.8.8claws108
5772
5773         * sync with 0.8.8cvs11
5774                 see ChangeLog 2003-01-17
5775
5776 2003-01-16 [colin]      0.8.8claws107
5777
5778         * src/procmsg.c
5779                 Changed encryption test to re-ask passphrase
5780                 if an encrypted message hasn't been decrypted
5781                 Fixes bug #5
5782
5783 2003-01-16 [christoph]  0.8.8claws106
5784
5785         * src/prefs_gtk.c
5786         * src/prefs_toolbar.c
5787         * src/gtk/prefswindow.h
5788         * src/plugins/spamassassin/spamassassin_gtk.c
5789                 remove page destroy function that is not used anymore
5790
5791 2003-01-16 [paul]       0.8.8claws105
5792
5793         * sync with 0.8.8cvs9
5794                 see ChangeLog 2002-01-16
5795
5796 2003-01-16 [colin]      0.8.8claws104
5797
5798         * src/compose.[ch]
5799                 Fix bug with autosaved drafts for IMAP, when draft
5800                 folder is specified - fixes bugzilla bug #20
5801
5802 2003-01-15 [paul]       0.8.8claws103
5803
5804         * src/compose.[ch]
5805           src/procmsg.c
5806                 store folder and message-id of message forwarding
5807                 in queue header and set forward flag after sending
5808
5809 2003-01-15 [paul]       0.8.8claws102
5810
5811         * sync with 0.8.8cvs8
5812                 see ChangeLog 2002-01-15
5813
5814 2003-01-15 [colin]      0.8.8claws101
5815
5816         * src/Makefile.am
5817                 Fix linking with GNU libiconv
5818
5819 2003-01-15 [darko]      0.8.8claws100
5820
5821         * src/pine.c
5822                 fix crash when importing pine address book
5823                 entry with an empty name (reported by DY
5824                 <dybulk at tri8.net>)
5825
5826 2003-01-14 [paul]       0.8.8claws99
5827
5828         * configure.in  ** REMOVED **
5829           configure.ac  ** NEW FILE **
5830                 rename configure.in to configure.ac, as it is now
5831                 preferred
5832
5833 2003-01-14 [melvin]     0.8.8claws98
5834
5835         * src/folderview.c
5836                 folderview_check_new(): More precise function description
5837
5838 2003-01-14 [melvin]     0.8.8claws97
5839
5840         * src/folderview.c
5841                 folderview_check_new(): return the number of new messages 
5842                         since last check.
5843         * src/inc.c
5844                 inc_account_mail(): Disable counting of new messages for IMAP
5845                         and NNTP until bug [19] and [14] are fixed.
5846
5847 2003-01-14 [paul]       0.8.8claws96
5848
5849         * sync with 0.8.8cvs6
5850                 see ChangeLog 2003-01-14
5851
5852 2003-01-13 [alfons]     0.8.8claws95
5853
5854         * src/textview.c
5855                 tune email address validation (c. 0.8.8claws89): if . is 
5856                 just one char away from @, the address is invalid too 
5857                 (correctly rejects addresses like foo@.com)
5858
5859 2003-01-13 [paul]       0.8.8claws94
5860
5861         * src/messageview.c
5862           src/toolbar.c
5863                 fixes to the Message View toolbar and menu:
5864                 fix non-functioning Forward button
5865                 make Reply button consider default_reply_list
5866                 remove 'Follow-up...' menu entry
5867                 add 'Forward' and 'Redirect' menu entries
5868
5869 2003-01-13 [melvin]     0.8.8claws93
5870
5871         * src/inc.c
5872                 Fixed typo that could make new messages count incorrect.
5873
5874 2003-01-13 [melvin]     0.8.8claws92
5875
5876         * src/folderview.[ch]
5877                 folderview_check_new(): return the number of new messages.
5878         * src/inc.c
5879                 Should fix bug [14] where new mail notification worked 
5880                         incorrectly with IMAP accounts.
5881                 inc_spool_account(): return number of new msgs, or -1 on error
5882                 inc_all_spool(): return number of new msgs
5883                 
5884 2003-01-13 [melvin]     0.8.8claws91
5885
5886         * src/prefs_actions.c
5887                 Justify help text.
5888
5889 2003-01-12 [thorsten]   0.8.8claws90
5890
5891         * src/common/prefs.c
5892                 close file before rename
5893
5894 2003-01-12 [alfons]     0.8.8claws89
5895
5896         * AUTHORS
5897                 add Christian Mertes
5898         * src/common/utils.[ch]
5899                 g_stricase_hash(), g_stricase_equal(): functions for 
5900                 case insensitive hash tables
5901         * src/textview.c
5902                 use top level domain names to validate email address, based
5903                 on a patch by Christian Mertes (thanks!), but changed 
5904                 implementation to use a hash table 
5905
5906 2003-01-12 [paul]       0.8.8claws88
5907
5908         * po/bg.po
5909                 updated by George Danchev
5910
5911 2003-01-12 [alfons]     0.8.8claws87
5912
5913         * src/summaryview.c
5914                 delete / execute performance: use new style folder update
5915
5916 2003-01-12 [paul]       0.8.8claws86
5917
5918         * sync with 0.8.8cvs5
5919                 see ChangeLog 2003-01-13 (!)
5920
5921 2003-01-12 [alfons]     0.8.8claws85
5922
5923         * src/filtering.c
5924         * src/matcher_parser_parse.y
5925                 prepare change_score filtering action
5926         * src/matcher.[ch]
5927                 give up const-correctness on functions that call non-const-correct functions;
5928                 several casts to gpointer in g_free();
5929                 add change_score;
5930
5931 2003-01-12 [christoph]  0.8.8claws84
5932
5933         * src/compose.c
5934                 fix 2 warnings
5935
5936         * src/gtk/prefswindow.[ch]
5937         * src/plugins/spamassassin/spamassassin_gtk.c
5938                 changed the call of the widget create function
5939                 for PrefsPages, because sometimes the widget
5940                 create function needs a widget that already has
5941                 been attached to a window (to create GDK pixmaps
5942                 for exmaple). So we simply pass the GtkWindow as
5943                 the second parameter now.
5944
5945         * src/main.c
5946         * src/mainwindow.c
5947         * src/prefs_toolbar.[ch]
5948                 rewrite Toolbar Preferences using the new
5949                 prefs window
5950
5951 2003-01-11 [alfons]     0.8.8claws83
5952
5953         * src/addressadd.c
5954                 fix crash when adding sender to addressbook because status bar
5955                 isn't there (the status bar doesn't seem to be used though,
5956                 but I'll let Match decide what to do with it)
5957
5958 2003-01-11 [colin]      0.8.8claws82
5959
5960         * src/main.c
5961           src/toolbar.c
5962                 Two useless changes reversed
5963
5964 2003-01-11 [colin]      0.8.8claws81
5965
5966         * src/mainwindow.c
5967           src/mainwindow.h
5968                 Add mainwindow_get_mainwindow()
5969         * src/alertpanel.c
5970           src/alertpanel.h
5971                 Add alertpanel_error_log() 
5972         * src/compose.c
5973           src/inc.c
5974           src/messageview.c
5975           src/toolbar.c
5976           src/main.c
5977           src/procmsg.c
5978                 Network errors get a View Log button
5979
5980 2003-01-10 [alfons]     0.8.8claws80
5981
5982         * src/prefs_toolbar.c
5983         * src/toolbar.c
5984                 use the translatable string for "Separator" as file name for
5985                 separator toolbar items (probably make this uppercase?)
5986
5987 2003-01-10 [alfons]     0.8.8claws79
5988
5989         * src/prefs_toolbar.c
5990                 put right A_SEPARATOR description string in "displayed
5991                 toolbar items list" so manually added separators are
5992                 saved correctly (bug #10, "Adding a separator to the main 
5993                 toolbar fails, entry in xml file is wrong")
5994
5995 2003-01-10 [christoph]  0.8.8claws78
5996
5997         * src/imap.c
5998                 o fix warnings
5999                 o use CAPABILITY to check if NAMESPACE is available
6000
6001 2003-01-10 [christoph]  0.8.8claws77
6002
6003         * src/imap.[ch]
6004                 apply UIDPLUS IMAP extension support patch
6005
6006         Patch submitted by Simon 'corecode' Schubert
6007
6008 2003-01-10 [paul]       0.8.8claws76
6009
6010         * src/folderview.c
6011                 a sync from main which fixes the news account folders'
6012                 Properties bug
6013
6014 2003-01-10 [christoph]  0.8.8claws75
6015
6016         * src/folder.c
6017                 don't accept 0 as a valid uid returned by copy and move
6018                 functions. 0 means the message was copied or moved but the
6019                 new uid could not be fetched. It is not an error condition
6020                 for the copy or move operation.
6021
6022 2003-01-10 [paul]       0.8.8claws74
6023
6024         * src/prefs_filtering.c
6025                 change English used in Alert when entry is not
6026                 saved.
6027                 
6028         * sync with 0.8.8cvs4
6029                 see ChangeLog 2003-01-10
6030
6031 2003-01-10 [darko]      0.8.8claws73
6032
6033         * src/pine.c
6034                 fix crash when importing address book entry
6035                 without a valid address
6036
6037 2003-01-09 [alfons]     0.8.8claws72
6038
6039         * src/inc.c
6040                 filtering performance: use new style folder update
6041
6042 2003-01-09 [christoph]  0.8.8claws71
6043
6044         * src/compose.c
6045         * src/gtk/menu.[ch]
6046                 fix wrong selecting of mime encoding type, when
6047                 opening property dialog of attachments in the
6048                 compose window. 7bit was always selected and that
6049                 destoryed files with 8bit data.
6050                 (closes bug #9 Sylpheed-claws destroys attachments when
6051                  changing MIME-types)
6052
6053 2003-01-09 [paul]       0.8.8claws70
6054
6055         * sync with 0.8.8cvs3
6056                 see ChangeLog 2003-01-09
6057
6058 2003-01-08 [alfons]     0.8.8claws69
6059         
6060         * src/addressadd.c
6061                 apply patch by Kim Schulz to fix build breakage
6062                 because of missing variable
6063
6064 2003-01-08 [paul]       0.8.8claws68
6065
6066         * sync with 0.8.8cvs2
6067                 see ChangeLog 2002-01-08
6068
6069 2003-01-08 [paul]       0.8.8claws67
6070
6071         * po/it.po
6072                 updated by Alessandro Maestri
6073                 
6074         * src/addressadd.c
6075                 when using 'Add sender to addressbook' allow
6076                 name to be edited and remarks to be entered
6077                 Patch submitted by Luke Plant
6078
6079 2003-01-08 [darko]      0.8.8claws66
6080
6081         * README.claws, src/summaryview.c
6082                 fix description for marked messages
6083
6084 2003-01-08 [paul]
6085
6086         * tools/Makefile.am
6087           tools/launch_phoenix  ** NEW FILE **
6088                 add script that enables using Phoenix as the default
6089                 web browser. 
6090                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6091                 
6092         * tools/OOo2sylpheed.pl
6093                 remove full path to sylpheed executable, just 'sylpheed'
6094                 will do
6095                 
6096         * tools/README
6097                 add launch_phoenix informtion and re-arrange and compress
6098                 the data a little
6099
6100 2003-01-07 [christoph]  0.8.8claws65
6101
6102         * src/folder.c
6103                 fix update for source folder when moving messages
6104         * src/procmsg.[ch]
6105         * src/summaryview.c
6106                 use function to set to_folder for message infos and
6107                 automatically update the op_count for old and new
6108                 folder
6109
6110 2003-01-07 [melvin]     0.8.8claws64
6111
6112         * src/prefs_actions.c
6113                 Fixed bug where an '%p' Action on a displayed image crashed 
6114                         Sylpheed
6115                 Code clean up (get rid of duplicated code and removed unnecessary 
6116                                 structure member)
6117
6118 2003-01-07 [christoph]  0.8.8claws63
6119
6120         * src/compose.c
6121         * src/folder.[ch]
6122         * src/folderview.c
6123         * src/import.c
6124         * src/inc.c
6125         * src/main.c
6126         * src/mainwindow.c
6127         * src/messageview.c
6128         * src/prefs_folder_item.c
6129         * src/procmsg.c
6130         * src/summaryview.c
6131         * src/toolbar.c
6132                 o remove all folder update triggering from the UI code. The folder
6133                   system should know much better when a folder needs an update.
6134                 o to prevent multiple updates in a row the folder updates can be
6135                   frozen for some time.
6136
6137                 Note: - Please verify that no updates are missing
6138                       - Check where freeze/thaws should be added
6139
6140 2003-01-07 [christoph]  0.8.8claws62
6141
6142         * src/prefs_actions.c
6143                 don't translate empty strings
6144
6145         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6146
6147 2003-01-06 [christoph]  0.8.8claws61
6148
6149         * src/prefs_actions.c
6150                 mark strings for gettext
6151         * src/prefs_matcher.c
6152                 use new description window for Execute action and
6153                 match condition in Filtering
6154
6155         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6156
6157 2003-01-06 [alfons]     0.8.8claws60
6158
6159         keep myself inspired to re-organize matcher part 8; 
6160         yes, more to come (I need to move out the descriptive
6161         text for actions to matcher.c, or at least make it not
6162         depend on the wicked ordering)
6163
6164         * src/prefs_matcher.c
6165                 add documentation so others may comprehend the
6166                 UI part of the conditions
6167                 
6168 2003-01-06 [christoph]  0.8.8claws59
6169
6170         * src/prefs_actions.c
6171                 use new description window for syntax help
6172         * src/gtk/description_window.c
6173                 fix display of descriptions with column count != 2
6174
6175         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6176
6177 2003-01-06 [christoph]  0.8.8claws58
6178
6179         * src/quote_fmt.c
6180         * src/summaryview.[ch]
6181         * src/gtk/Makefile.am
6182         * src/gtk/description_window.[ch]       ** NEW **
6183                 use a generic window to display syntax descriptions
6184                 currently used in quote_fmt and summaryview (new description
6185                 for extended quick search)
6186
6187         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6188
6189 2003-01-06 [paul]       0.8.8claws57
6190
6191         * sync with 0.8.8cvs1
6192                 see ChangeLog 2003-01-06
6193
6194 2003-01-06 [christoph]  0.8.8claws56
6195
6196         * src/mainwindow.c
6197         * src/prefs_gtk.[ch]
6198         * src/gtk/prefswindow.[ch]
6199         * src/plugins/spamassassin/spamassassin_gtk.c
6200                 o remove page management from prefswindow, pages
6201                   will be an argument to prefswindow_open
6202                 o prefswindow_open gets a datapointer that is
6203                   passed to the widget_create function to allow
6204                   creation of prefswindow for specific items
6205
6206 2003-01-06 [colin]      0.8.8claws55
6207         
6208         * src/summaryview.c
6209                 We don't want regexp in the reply-finder, 
6210                 because MIDs can contain !,$,. and so on
6211
6212 2003-01-06 [jens]       0.8.8claws54
6213
6214         * src/jpilot.c
6215                 fixed a wrong free in jpilot_read_db_files
6216
6217 2003-01-06 [alfons]     0.8.8claws53
6218
6219         re-organize matcher part 8; more to come
6220        
6221         * src/matcher.c
6222                 matcherprop_to_string(): put g_free()s before the
6223                 switch-case break to fix memleaks                
6224
6225 2003-01-06 [colin]      0.8.8claws52
6226
6227         * src/summaryview.c
6228                 cleanup & reply-finder now displays the first 
6229                 matching message
6230
6231 2003-01-05 [alfons]     0.8.8claws51
6232
6233         re-organize matcher part 7; more to come
6234
6235         * src/matcher.[ch]
6236                 fixes for constant correctness;
6237                 more documentation;
6238
6239 2003-01-05 [alfons]     0.8.8claws50
6240
6241         re-organize matcher part 6; more to come
6242         
6243         * src/matcher.[ch]
6244                 fixes for constant correctness;
6245                 more documentation;
6246         * src/filtering.c
6247                 fix for constant correctness
6248
6249 2003-01-05 [colin]      0.8.8claws49
6250
6251         * src/account.[ch]
6252                 Add account_get_reply_account function
6253         * src/compose.c
6254                 Use account_get_reply_account function 
6255         * src/summaryview.c
6256                 Basic reply-finder - click on the replied
6257                 icon gets you to the outbox using quick-search
6258
6259 2003-01-05 [paul]       0.8.8claws48
6260
6261         * src/prefs_common.c
6262                 small change to English
6263                 
6264         * src/prefs_filtering.c
6265                 prefs_filtering_action_select(): improve logic and uniformity
6266                 of gui
6267
6268 2003-01-05 [alfons]     0.8.8claws47
6269
6270         fine tune solution to focus problems (bug #7)
6271
6272         * src/mainwindow.c
6273                 mainwindow_focus_in_event(): remove grab event check
6274         * src/summaryview.c
6275                 summary_button_pressed(): move selection on right-click
6276                 too. we can't possibly move the selection back after
6277                 canceling a dialog, because gtk's incomplete focus 
6278                 management. whether this is a good solution, only time
6279                 will tell.
6280
6281 2003-01-05 [christoph]  0.8.8claws46
6282
6283         * src/imap.c
6284                 fix crash when no imap connection could be established
6285
6286 2003-01-05 [paul]       0.8.8claws45
6287
6288         * src/mainwindow.c
6289           src/sumamryview.c
6290           src/gtk/menu.[ch]
6291                 fix bug 605957 'shortcuts in popup-menu'
6292                 make user-defined shortcuts work
6293                 show shortcuts that are already defined
6294                 in the main menu
6295                 Patch submitted by Luke Plant
6296
6297 2003-01-05 [alfons]     0.8.8claws44
6298
6299         * src/mainwindow.c
6300                 focus_in_event handler should not select summary view row 
6301                 when another window (menu, dialog) grabbed for events 
6302                 (bug #7, "[0.8.8claws42] Message summary focus") 
6303
6304 2003-01-04 [christoph]  0.8.8claws43
6305
6306         * src/procmsg.c
6307                 update save folder after adding the sent message
6308                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6309
6310 2003-01-02 [christoph]  0.8.8claws42
6311
6312         * src/common/plugin.c
6313                 fix unloading of all plugins and unload
6314                 plugins in reverse order
6315                 
6316         * src/gtk/pluginwindow.c
6317                 implement function of load and unload button
6318
6319         * src/gtk/prefswindow.c
6320         * src/gtk/prefswindow.h
6321                 rename register function and add new unregister
6322                 function
6323
6324         * src/plugins/spamassassin/spamassassin_gtk.c
6325                 unregister prefs page and update for changes in
6326                 src/gtk/prefswindow.c
6327
6328 2003-01-02 [paul]       0.8.8claws41
6329
6330         * po/es.po
6331                 updated by Ricardo Mones Lastra
6332
6333 2003-01-02 [paul]
6334
6335         * tools/tb2sylpheed
6336                 fixes and improvements by Urke MMI
6337
6338 2003-01-02 [thorsten]   0.8.8claws40
6339
6340         * src/procmsg.c
6341                 fixed wrong return value
6342
6343 2003-01-02 [thorsten]   0.8.8claws39
6344
6345         * src/prefs.c
6346                 fixed printing wrong variable
6347
6348 2003-01-02 [thorsten]   0.8.8claws38
6349
6350         * src/prefs.c
6351                 fixed acessing members of freed pfile struct
6352
6353 2003-01-02 [thorsten]   0.8.8claws37
6354
6355         * src/procmsg.c
6356                 detect loops across several messages
6357                 as suggested by Christoph Hohmann
6358
6359 2003-01-01 [match]      0.8.8claws36
6360
6361         * src/addrindex.c
6362                 fixed another memory leak.
6363
6364 2003-01-01 [match]      0.8.8claws35
6365
6366         * src/jpilot.[ch]
6367                 fixed memory leaks. applied Doxygen comments.
6368
6369 2003-01-01 [thorsten]   0.8.8claws34
6370
6371         * src/procmsg.c
6372                 inhibit endless loop if msg references itself
6373                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6374
6375 2003-01-01 [christoph]  0.8.8claws33
6376
6377         * src/mainwindow.c
6378         * src/gtk/Makefile.am
6379         * src/gtk/pluginwindow.c                ** NEW **
6380         * src/gtk/pluginwindow.h                ** NEW **
6381                 add plugin window
6382
6383         * src/plugins/demo/demo.c
6384         * src/plugins/spamassassin/spamassassin.c
6385         * src/plugins/spamassassin/spamassassin_gtk.c
6386                 write better plugin descriptions
6387
6388 2002-12-31 [christoph]  0.8.8claws32
6389
6390         * src/gtk/prefswindow.c
6391         * src/plugins/spamassassin/spamassassin_gtk.c
6392                 some small improvements to GTK code
6393
6394 2002-12-31 [christoph]  0.8.8claws31
6395
6396         * src/plugins/spamassassin/spamassassin_gtk.c
6397                 enable folder select button
6398
6399 2002-12-31 [christoph]  0.8.8claws30
6400
6401         * src/mainwindow.c
6402         * src/gtk/Makefile.am
6403         * src/gtk/prefswindow.c                         ** NEW **
6404         * src/gtk/prefswindow.h                         ** NEW **
6405                 add new prefs window
6406
6407         * src/common/plugin.c
6408                 don't try to load empty config lines
6409         
6410         * src/plugins/spamassassin/Makefile.am
6411         * src/plugins/spamassassin/spamassassin.c
6412         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6413         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6414                 GTK config for SpamAssassin Plugin using
6415                 the new prefs window
6416
6417 2002-12-31 [paul]       0.8.8claws29
6418
6419         * po/POTFILES.in
6420                 remove obsolete entry 'src/menu.c'
6421
6422 2002-12-31 [alfons]     0.8.8claws28
6423
6424         * src/matcher.[ch]
6425         * src/matcher_parser_parse.y
6426         * src/prefs_matcher.c
6427                 add "ignore_thread" and "~ignore_thread" condition so it's
6428                 possible to make the actions / scoring operate on the ignore
6429                 thread flag
6430
6431 2002-12-31 [christoph]  0.8.8claws27
6432
6433         * src/addrbook.c
6434         * src/addrindex.c
6435         * src/folder.c
6436         * src/matcher.c
6437         * src/prefs_account.c
6438         * src/prefs_actions.c
6439         * src/prefs_customheader.c
6440         * src/prefs_display_header.c
6441         * src/prefs_gtk.c
6442         * src/procmime.c
6443         * src/toolbar.c
6444         * src/xmlprops.c
6445         * src/common/prefs.[ch]
6446                 extend prefs file handling for reading and automatic handling
6447                 of blocks. When reading prefs_set_block_label will automatically
6448                 move on to the block. When writing it will copy all other blocks
6449                 automatically
6450
6451         * src/common/plugin.c
6452                 Now loading plugin filenames from [Plugins] block in
6453                 sylpheed rc file
6454
6455 2002-12-30 [christoph]  0.8.8claws26
6456
6457         * src/common/hooks.[ch]
6458                 return abort status to caller of hooks_invoke
6459                 
6460         * src/inc.[ch]
6461                 invoke message filtering hook and stop
6462                 default handling when filter returns abort
6463
6464         * src/common/plugin.[ch]
6465         * src/plugins/demo/demo.c
6466                 modify plugin loader, because resolving symbols for strings
6467                 does not work correctly
6468         
6469         * configure.in
6470         * ac/spamassassin.m4                            ** NEW **
6471         * src/plugins/spamassassin/.cvsignore           ** NEW **
6472         * src/plugins/spamassassin/Makefile.am          ** NEW **
6473         * src/plugins/spamassassin/README               ** NEW **
6474         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6475         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6476         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6477                 add spamassassin plugin, see src/plugins/spamassassin/README
6478                 for details
6479
6480 2002-12-29 [alfons]     0.8.8claws25
6481
6482         * src/mainwindow.c
6483                 when moving focus from a message view to the main 
6484                 window, don't forget to select the summary node
6485                 of the displayed message. should fix "[ 659103 ] 
6486                 focus-follows-mouse confuses sylpheed"
6487
6488 2002-12-29 [christoph]  0.8.8claws24
6489
6490         * src/Makefile.am
6491         * src/stringtable.[ch]          ** REMOVE **
6492         * src/common/Makefile.am
6493         * src/common/stringtable.[ch]   ** NEW **
6494                 move stringtable files to common directory
6495
6496 2002-12-29 [christoph]  0.8.8claws23
6497
6498         * src/Makefile.am
6499         * src/menu.[ch]                 ** REMOVE **
6500         * src/gtk/Makefile.am
6501         * src/gtk/menu.[ch]             ** NEW **
6502                 move menu files to gtk directory
6503
6504 2002-12-29 [match]      0.8.8claws22
6505
6506         * src/addressbook.c
6507         * src/syldap.c
6508                 moved UI specific code out of LDAP code into addressbook
6509                 UI code. fixed memory leak.
6510
6511 2002-12-29 [christoph]  0.8.8claws21
6512
6513         * src/folder.c
6514                 only check for IGNORED parent message when message is
6515                 not IGNORED itself
6516
6517 2002-12-29 [alfons]     0.8.8claws20
6518
6519         * src/summaryview.c
6520                 set gtksctree's anchor correct (immediate execute
6521                 changes the tree's layout, and anchor points at 
6522                 the incorrect row). fixes "[ 657233 ] multiple msg 
6523                 delete sometimes off by 1".
6524                 we probably have to look for more tree layout /
6525                 anchor glitches.
6526
6527 2002-12-29 [paul]       0.8.8claws19
6528
6529         * src/summaryview.c
6530                 fix bug [ 659054 ] incorrect sorting of 'From' column
6531                 when using 'display sender using address book'
6532                 thanks to Alfons and Luke Plant
6533
6534 2002-12-29 [christoph]  0.8.8claws18
6535
6536         * src/folder.c
6537         * src/procmsg.[ch]
6538                 check parent messages for IGNORE THREAD flag, when adding,
6539                 moving or copying messages to a folder
6540
6541 2002-12-27 [alfons]     0.8.8claws17
6542
6543         re-organize matcher part 5; more to come
6544
6545         * src/matcher.c
6546                 hash keywords in matchparser_tab 
6547
6548 2002-12-27 [alfons]     0.8.8claws16
6549
6550         re-organize matcher part 4; more to come
6551
6552         * src/matcher_parser.h
6553         * src/matcher_parser_lex.l
6554         * src/matcher_parser_parse.y
6555                 cleanup
6556
6557 2002-12-27 [alfons]     0.8.8claws15
6558
6559         re-organize matcher part 3; more to come
6560
6561         * src/matcher.[ch]
6562                 cleanup
6563
6564 2002-12-27 [alfons]     0.8.8claws14
6565
6566         re-organize matcher part 2; more to come but this should
6567         work. cc me if there are any regressions.
6568
6569         * src/matcher.h
6570                 add prototype for get_matchparser_tab_id()
6571         * src/matcher_parser_lex.l
6572                 look up keywords using matchparser_tab_id();
6573
6574 2002-12-27 [alfons]     0.8.8claws12
6575
6576         re-organize matcher part 1
6577
6578         * src/matcher.h
6579                 map yacc generated constants to sylpheed matcher constants
6580         * src/matcher.c
6581                 add function to find a matcher constant from a string
6582
6583 2002-12-27 [christoph]  0.8.8claws11
6584
6585         * src/compose.c
6586                 MENUITEM_ADD casts the 4th argument from integer to pointer
6587                 so it probably should not be a pointer, this means we
6588                 should use account id for it and not the account's pointer
6589
6590 2002-12-27 [paul]       0.8.8claws10
6591
6592         * src/mainwindow.c
6593                 remove unneeded 'GtkWidget *vbox'
6594                 
6595         * src/summaryview.c
6596                 further sync with 0.8.8 - make sort
6597                 by recipient work as expected
6598                 
6599         * NEWS
6600                 sync with 0.8.8
6601
6602 2002-12-27 [paul]       0.8.8claws9
6603
6604         * po/pt_BR.po
6605                 updated by Ivan F. Martinez
6606                 
6607 2002-12-27 [darko]      0.8.8claws8
6608
6609         * src/common/utils.c
6610                 added locked pattern to extended search
6611
6612 2002-12-27 [alfons]     0.8.8claws7
6613
6614         * src/prefs_matcher.[ch]
6615                 clean up
6616
6617 2002-12-26 [alfons]     0.8.8claws6
6618
6619         * src/matcher.[ch]
6620         * src/matcher_parser_lex.l
6621         * src/matcher_parser_parse.y
6622         * src/prefs_matcher.c
6623                 allow color label as a condition in the matcher
6624
6625 2002-12-26 [oliver]     0.8.8claws5
6626         
6627         * src/toolbar.c 
6628                 enable Addressbook for Main and Messageview
6629         * src/prefs_actions.c
6630                 enable actions in Messageview
6631
6632 2002-12-26 [christoph]  0.8.8claws4
6633
6634         * src/common/plugin.c
6635                 add a little debug output
6636         * configure.in
6637         * src/plugins/demo/Makefile.am
6638                 better use of automake
6639
6640 2002-12-26 [christoph]  0.8.8claws3
6641
6642         * src/Makefile.am
6643         * src/common/Makefile.am
6644                 fix "make distdir"
6645
6646 2002-12-26 [christoph]  0.8.8claws2
6647
6648         * configure.in
6649                 sort configure checks into common / gtk / plugins
6650         * po/POTFILES.in
6651                 add src/prefs_gtk.c
6652         * src/Makefile.am
6653                 add plugins SUBDIR
6654         * src/main.c
6655         * src/common/sylpheed.[ch]
6656                 added now sylpheed_done function for shutdown
6657         * src/common/Makefile.am
6658         * src/common/plugin.[ch]                ** NEW **
6659                 plugin loader and unloader
6660         * src/plugins/.cvsignore                ** NEW **
6661         * src/plugins/Makefile.am               ** NEW **
6662                 build plugins
6663         * src/plugins/demo/.cvsignore           ** NEW **
6664         * src/plugins/demo/Makefile.am          ** NEW **
6665         * src/plugins/demo/demo.c               ** NEW **
6666                 small demo plugin that installs a logtext hook and
6667                 outputs the log text to stdout
6668
6669 2002-12-26 [paul]       0.8.8claws1
6670
6671         * po/es.po
6672                 updated by Ricardo Mones Lastra
6673
6674 2002-12-26 [paul]       0.8.8claws
6675
6676         * 0.8.8claws released
6677
6678 2002-12-26 [paul]       0.8.7claws12
6679
6680         * po/bg.po
6681                 updated by George Danchev
6682
6683 2002-12-26 [paul]       0.8.7claws11
6684
6685         * po/POTFILES.in
6686                 remove unneeded 'src/prefs.c' entry 
6687
6688 2002-12-26 [paul]       0.8.7claws10
6689
6690         * src/codeconv.c
6691           src/mainwindow.c
6692                 sync with 0.8.8 release
6693         
6694         * src/folder.[ch]
6695           src/mh.c
6696           src/summaryview.c
6697                 partial sync with 0.8.8 release
6698         
6699
6700 2002-12-25 [alfons]     0.8.7claws9
6701
6702         * src/matcher.[ch]
6703         * src/matcher_parser_lex.l
6704         * src/matcher_parser_parse.y
6705         * src/prefs_matcher.c
6706                 add locked flag to possible filtering / matcher 
6707                 conditions (also a good example what should be
6708                 done to add a simple boolean condition)
6709
6710 2002-12-25 [christoph]  0.8.7claws8
6711
6712         * src/Makefile.am
6713         * src/account.[ch]
6714         * src/addrbook.c
6715         * src/addressbook.c
6716         * src/addrindex.c
6717         * src/filtering.c
6718         * src/folder.c
6719         * src/matcher.c
6720         * src/prefs.[ch]                ** REMOVE **
6721         * src/prefs_account.c
6722         * src/prefs_actions.c
6723         * src/prefs_common.c
6724         * src/prefs_customheader.c
6725         * src/prefs_display_header.c
6726         * src/prefs_filtering.c
6727         * src/prefs_folder_item.c
6728         * src/prefs_gtk.[ch]            ** NEW **
6729         * src/prefs_matcher.c
6730         * src/prefs_scoring.c
6731         * src/prefs_summary_column.c
6732         * src/procmime.c
6733         * src/selective_download.c
6734         * src/toolbar.c
6735         * src/common/Makefile.am
6736         * src/common/prefs.[ch]         ** NEW **
6737                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6738
6739 2002-12-24 [alfons]     0.8.7claws7
6740
6741         * src/summaryview.c
6742                 summary_thread_build(): fix real cause of the crash mentioned in
6743                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6744                 this way we get meaningful ctree nodes 
6745
6746 2002-12-24 [oliver]     0.8.7claws6
6747
6748         * src/mainwindow.[ch]
6749         * src/messageview.[ch]
6750         * src/compose.[ch]
6751         * src/inc.c
6752         * src/summaryview.c
6753                 changes to use updated toolbar handling
6754                 
6755 2002-12-24 [oliver]     0.8.7claws5
6756
6757         * src/toolbar.[ch]
6758                 generic toolbar handling
6759                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6760         * src/prefs_toolbar.[ch]
6761                 adjust to handling
6762         
6763 2002-12-24 [oliver]     0.8.7claws4
6764         
6765         * src/stock_pixmap.[ch]
6766                 move SYLPHEED_LOGO to end of list in order 
6767                 to remove it from Custom Toolbar`s Icon View
6768
6769 2002-12-24 [alfons]     0.8.7claws3
6770
6771         * src/summaryview.c
6772                 summary_thread_build(): fix crash because of focus != selection 
6773                 after threading. when deleting the selection, gtk tries but fails 
6774                 to find the correct focusable element. we now force the selection
6775                 to be focused. this should solve the infamous bug reported by 
6776                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6777                 a test case is available. 
6778
6779 2002-12-24 [darko]      0.8.7claws2
6780
6781         * src/summaryview.c
6782                 don't crash when unmarking message with unread children
6783
6784 2002-12-23 [christoph]  0.8.7claws1
6785
6786         * src/Makefile.am
6787         * src/common/Makefile.am
6788                 update Makefiles for moved intl.h, version.h and defs.h
6789         * src/imap.c
6790                 rewrite imap_session_get to avoid duplicate code
6791
6792 2002-12-23 [paul]       0.8.7claws
6793
6794         * Santa-Claws released
6795         
6796         * po/hu.po
6797           po/ru.po
6798                 squeeze in updated Hungarian and Russian translations.
6799                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6800
6801 2002-12-23 [paul]       0.8.6claws129
6802
6803         * po/pl.po
6804                 updated by Witold Wladyslaw Wojciech Wilk
6805
6806 2002-12-23 [paul]       0.8.6claws128
6807
6808         * src/quote_fmt_parse.y
6809                 fix typo and add licence header
6810
6811 2002-12-23 [paul]       0.8.6claws127
6812
6813         * po/en_GB.po
6814                 updated
6815
6816 2002-12-23 [paul]       0.8.6claws126
6817
6818         * po/it.po
6819                 updated translation, submitted by Alessandro Maestri
6820                 
6821 2002-12-23 [paul]       0.8.6claws125
6822
6823         * src/quote_fmt_parse.y
6824                 fix signature-stripping on replies bug. match
6825                 '-- \n' and not '-- '.
6826
6827 2002-12-22 [paul]       0.8.6claws124
6828
6829         * po/bg.po
6830           po/es.po
6831           po/sr.po
6832                 updated translations. submitted by George Danchev,
6833                 Ricardo Mones Lastra, and Urke MMI respectively
6834
6835 2002-12-21 [paul]       0.8.6claws123
6836
6837         * src/addrbook.c
6838                 fix coding style
6839
6840 2002-12-21 [paul]       0.8.6claws122
6841
6842         * src/addrbook.c
6843                 fix bug [643638] where if a person is in one or more
6844                 addressbook groups editing that person's email 
6845                 address results in removal from those groups.
6846                 Patch submitted by Luke Plant.
6847
6848 2002-12-20 [christoph]  0.8.6claws121
6849
6850         * src/common/utils.c
6851         * src/summaryview.c
6852                 reimplement expand_search_string using GString to
6853                 prevent crashs caused by miscalculated string
6854                 lengths reported by Paul
6855
6856 2002-12-20 [christoph]  0.8.6claws120
6857
6858         * src/summaryview.c
6859                 don't use "changed" to check if op_count has to be changed as it
6860                 is also set when the message has unread children
6861                 (closes bug [ 653221 ] crash while deleting duplicates)
6862
6863 2002-12-20 [paul]       0.8.6claws119
6864
6865         * sync with 0.8.6cvs27
6866                 see ChangeLog 2002-12-20
6867
6868 2002-12-20 [paul]       0.8.6claws118
6869
6870         * sync with 0.8.6cvs26
6871                 see ChangeLog 2002-12-19 and 2002-12-20
6872
6873 2002-12-19 [alfons]     0.8.6claws117
6874
6875         * src/textview.c
6876                 fix incorrect parsing of email addresses, submitted by 
6877                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6878                 name display if it contains @".
6879
6880 2002-12-18 [paul]       0.8.6claws116
6881
6882         * sync with 0.8.6cvs23
6883                 see ChangeLog 2002-12-18
6884
6885 2002-12-18 [paul]       0.8.6claws115
6886
6887         * src/Makefile.am
6888         * src/account.c
6889         * src/codeconv.c
6890         * src/gtkutils.[ch]
6891         * src/imap.c
6892                 sync with 0.8.6cvs22.
6893                 see ChangeLog 2002-12-17 and 2002-12-18
6894
6895 2002-12-17 [christoph]  0.8.6claws114
6896
6897         * src/imap.c
6898                 o don't create a session if imap greeting fails
6899                 o don't close socket when authentication fails
6900                   this is done by imap_session_destroy
6901
6902 2002-12-17 [thorsten]   0.8.6claws113
6903
6904         * tools/Makefile.am
6905           tools/README
6906           tools/google_msgid.pl ** NEW FILE **
6907                 Added "search for message-id" script and doc
6908
6909 2002-12-17 [thorsten]   0.8.6claws112
6910
6911         * po/hu.po
6912                 Updated hungarian translation
6913                 (updated by Gal Zoltan)
6914
6915 2002-12-16 [christoph]  0.8.6claws111
6916
6917         * src/addr_compl.c
6918                 remove stupid addressbook dump to debug output
6919         * src/mh.c
6920                 fix memory leak found by Hiro
6921
6922 2002-12-14 [paul]       0.8.6claws110
6923
6924         * src/compose.c
6925                 fix menubar sensitivity on send
6926                 
6927         * src/prefs_filtering.c
6928         * src/prefs_matcher.c
6929         * src/prefs_scoring.c
6930                 Fix english ;)
6931                 
6932         * src/common/quoted-printable.h
6933                 sync: fix typo
6934         
6935 2002-12-13 [christoph]  0.8.6claws109
6936
6937         * src/Makefile.am
6938         * src/manage_window.[ch]        ** REMOVE **
6939         * src/gtk/Makefile.am
6940         * src/gtk/manage_window.[ch]    ** NEW **
6941                 move manage_window files to gtk directory
6942
6943 2002-12-13 [christoph]  0.8.6claws108
6944
6945         * src/Makefile.am
6946         * src/gtkshruler.[ch]           ** REMOVE **
6947         * src/gtk/Makefile.am
6948         * src/gtk/gtkshruler.[ch]       ** NEW **
6949                 move gtkshruler files to gtk directory
6950
6951 2002-12-13 [christoph]  0.8.6claws107
6952
6953         * src/Makefile.am
6954         * src/compose.c
6955         * src/gtkstext.[ch]             ** REMOVE **
6956         * src/gtkutils.[ch]
6957         * src/textview.c
6958         * src/gtk/gtkstext.[ch]         ** NEW **
6959         * src/gtk/Makefile.am
6960                 o move stext functions to gtkstext.c to remove
6961                   dependency of gtkutils
6962                 o move gtkstext files to gtk directory
6963
6964         * src/gtk/Makefile.am
6965         * src/gtk/sslcertwindow.[ch]
6966                 UI stuff can always depend on common code so
6967                 it's ok to add ../common to include path
6968
6969 2002-12-13 [colin]      0.8.6claws106
6970
6971         * src/summaryview.c
6972                 Disconnect sighandlers for mainwindow when
6973                 quicksearch has the focus
6974                 Fix bug #653231
6975         * src/mainwindow.[ch]
6976                 Make key_pressed callback public, to be able
6977                 to disconnect it
6978
6979 2002-12-13 [christoph]  0.8.6claws105
6980
6981         * src/mh.c
6982                 create .mh_sequences file in new MH folders
6983                 (closes feature request [ 523162 ] MH folders should
6984                  get a .mh_sequences)
6985
6986 2002-12-13 [colin]      0.8.6claws104
6987
6988         * src/summaryview.c
6989                 Better handling of quicksearch show/hide
6990                 (basically the button stays under the mouse 
6991                  when toggled)
6992
6993 2002-12-13 [paul]       0.8.6claws103
6994
6995         * sync with 0.8.6cvs17
6996                 see ChangeLog 2002-12-13
6997
6998 2002-12-13 [paul]       0.8.6claws102
6999
7000         * po/es.po
7001                 updated by Ricardo Mones Lastra
7002
7003 2002-12-11 [colin]       0.8.6claws101
7004
7005         * src/folder.c
7006                 remove statusbar stuff
7007           src/folderview.c
7008                 set statusbar verbosity when moving folders
7009
7010 2002-12-11 [colin]       0.8.6claws100
7011         * src/prefs_filtering.c
7012         * src/prefs_matcher.c
7013         * src/prefs_scoring.c
7014                 Fix english ;)
7015
7016 2002-12-11 [colin]       0.8.6claws99
7017
7018         * src/prefs_common.[ch]
7019                 Add summary_quicksearch_type
7020         * src/summaryview.c
7021                 Save last used quicksearch type
7022
7023 2002-12-11 [jens]       0.8.6claws98
7024         * src/prefs_filtering.c
7025         * src/prefs_matcher.c
7026         * src/prefs_scoring.c
7027                 added dialog for incomplete rules in scoring, filtering and
7028                 matcher to ask wheather really close
7029
7030 2002-12-11 [colin]      0.8.6claws97
7031
7032         * src/folder.c
7033                 Fix folder dnd statusbar logging
7034
7035 2002-12-10 [christoph]  0.8.6claws96
7036
7037         * src/compose.c
7038         * src/folder.c
7039         * src/imap.c
7040         * src/inc.c
7041         * src/main.c
7042         * src/mainwindow.c
7043         * src/news.c
7044         * src/send.c
7045         * src/statusbar.[ch]
7046         * src/common/hooks.c
7047         * src/common/log.[ch]
7048                 o handle verbose logging in statusbar directly in statusbar code
7049                   and common code does not need any knowledge about a statusbar
7050                 o remove direct calls to statusbar_(puts|pop)_all functions
7051
7052 2002-12-10 [jens]       0.8.6claws95
7053
7054         * src/*.c
7055                 removed gettext from g_warnings
7056         * po/POTFILES.in
7057                 cleaned and updated
7058         * po/de.po
7059                 updated
7060
7061 2002-12-10 [colin]      0.8.6claws94
7062
7063         * src/main.c
7064                 finish crash dialog fix
7065
7066 2002-12-10 [colin]      0.8.6claws93
7067
7068         * src/main.c
7069                 "Fix" "sylpheed already running" instead of
7070                 crash dialog appearing after a crash
7071
7072 2002-12-10 [colin]      0.8.6claws92
7073
7074         * po/POTFILES.in
7075                 add src/gtk/sslcertwindow.c
7076
7077 2002-12-10 [paul]       0.8.6claws91
7078
7079         * po/POTFILES.in
7080                 updated to reflect recent changes
7081                 submitted by Alessandro Maestri
7082
7083 2002-12-09 [christoph]  0.8.6claws90
7084
7085         * src/Makefile.am
7086         * src/smtp.[ch]                 ** REMOVE **
7087         * src/common/Makefile.am
7088         * src/common/smtp.[ch]          ** NEW **
7089                 move smtp files to common directory
7090
7091 2002-12-09 [christoph]  0.8.6claws89
7092
7093         * src/Makefile.am
7094         * src/session.[ch]              ** REMOVE **
7095         * src/common/Makefile.am
7096         * src/common/session.[ch]       ** NEW **
7097                 move session files to common directory
7098
7099 2002-12-09 [paul]       0.8.6claws88
7100
7101         * src/account.c
7102                 fix bug [649746] edit accounts: move account reverted
7103                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7104
7105 2002-12-09 [colin]      0.8.6claws87
7106
7107         * src/ssl_certificate.c
7108                 cleanup
7109
7110 2002-12-09 [colin]      0.8.6claws86
7111
7112         * src/ssl.c
7113                 Try to open the cert.pem database and 
7114                 issue a warning if it isn't there
7115
7116 2002-12-09 [colin]      0.8.6claws85
7117
7118         * src/common/ssl_certificate.c
7119         * src/gtk/sslcertwindow.c
7120                 Warning fixes
7121
7122 2002-12-09 [colin]      0.8.6claws84
7123
7124         * src/ssl_certificate.[ch] ** REMOVED **
7125         * src/common/ssl_certificate.[ch] ** NEW **
7126         * src/Makefile.am
7127         * src/common/Makefile.am
7128                 Moved ssl_certificate.[ch] to common
7129         * src/common/ssl.c 
7130                 Put back needed include
7131         * src/gtk/sslcertwindow.[ch]
7132                 Changed ssl_certificate.h include
7133         
7134 2002-12-09 [colin]      0.8.6claws83
7135
7136         * src/gtk/sslcertwindow.[ch]
7137                 Implement hook for certificate acception
7138         * src/ssl_certificate.[ch]
7139                 Implement hook for certificate acception
7140         * src/common/ssl.c
7141                 Reenable certificate acception check
7142         * src/mainwindow.c
7143                 Register sslcertwindow's hook
7144         
7145 2002-12-08 [christoph]  0.8.6claws82
7146
7147         * src/about.c
7148         * src/addr_compl.c
7149         * src/codeconv.c
7150         * src/manual.c
7151         * src/undo.c
7152         * src/common/utils.c
7153                 o add missing includes
7154                 o fix warnings
7155         * src/.cvsignore
7156         * src/common/.cvsignore
7157         * src/common/version.h          ** REMOVE **
7158                 remove autogenerated file
7159
7160 2002-12-08 [paul]       0.8.6claws81
7161
7162         * src/stringtable.c
7163                 put back needed include
7164
7165 2002-12-08 [colin]      0.8.6claws80
7166         
7167         * src/gtk/sslcertwindow.c
7168                 Cleaner popups when asking
7169         * src/ssl_certificate.c
7170         * src/prefs_common.[ch]
7171                 remove ssl certificate pref
7172                 put back needed include
7173         * src/undo.c
7174                 put back needed include
7175
7176 2002-12-08 [christoph]  0.8.6claws79
7177
7178         * src/folderview.c
7179         * src/logwindow.c
7180         * src/statusbar.c
7181         * src/summaryview.c
7182                 only abort hook invokation if required data is missing not
7183                 if our own data pointer is NULL, update hookfunction for
7184                 log window
7185
7186 2002-12-08 [paul]       0.8.6claws78
7187
7188         * src/about.c
7189         * src/addrcache.c
7190         * src/addrclip.c
7191         * src/addr_compl.c
7192         * src/addrselect.c
7193         * src/codeconv.c
7194         * src/colorlabel.c
7195         * src/enriched.c
7196         * src/esmtp.c
7197         * src/exporthtml.c
7198         * src/headerview.c
7199         * src/imageview.c
7200         * src/manual.c
7201         * src/noticeview.c
7202         * src/pgptext.c
7203         * src/scoring.c
7204         * src/sourcewindow.c
7205         * src/stringtable.c
7206         * src/undo.c
7207                 clean up: remove unneccesary includes
7208
7209 2002-12-08 [christoph]  0.8.6claws77
7210
7211         * src/folderview.c
7212         * src/statusbar.c
7213         * src/summaryview.c
7214         * src/common/hooks.[ch]
7215                 hook functions now have a gboolean return value, if a hook
7216                 returns TRUE it will stop executing of any more hooks in
7217                 the same hooklist for this invokation
7218
7219 2002-12-08 [colin]      0.8.6claws76
7220         
7221         * src/main.c
7222                 put back argv0 for CRASH_DIALOG
7223
7224 2002-12-08 [christoph]  0.8.6claws75
7225
7226         * src/Makefile.am
7227         * src/about.c
7228         * src/account.c
7229         * src/crash.c
7230         * src/esmtp.h
7231         * src/imap.[ch]
7232         * src/inc.c
7233         * src/main.c
7234         * src/mainwindow.c
7235         * src/news.c
7236         * src/pop.[ch]
7237         * src/prefs_account.[ch]
7238         * src/prefs_common.[ch]
7239         * src/send.[ch]
7240         * src/smtp.[ch]
7241         * src/ssl_certificate.[ch]
7242         * src/ssl_manager.[ch]
7243         * src/common/Makefile.am
7244         * src/common/log.c
7245         * src/common/nntp.[ch]
7246         * src/common/socket.[ch]
7247         * src/common/ssl.[ch]
7248         * src/gtk/sslcertwindow.[ch]
7249         * ac/openssl.m4
7250                 use new autoconf script to detect OpenSSL with extra parameters
7251                 to specify the location of libs and includes, also remove USE_SSL
7252                 to USE_OPENSSL
7253
7254         * src/common/sylpheed.[ch]
7255         * src/common/version.h.in
7256                 start seperation of common code initialization seperated from gui
7257
7258         * src/summaryview.c
7259                 The function that is called when a color label changes
7260                 should not change the color lable again
7261
7262 2002-12-08 [colin]      0.8.6claws74
7263
7264         * src/gtk/sslcertwindow.c
7265                 warning fixes
7266
7267 2002-12-08 [colin]      0.8.6claws73
7268
7269         * src/statusbar.c
7270           src/common/log.h
7271                 Register a hook for statusbar_puts_all
7272         * src/common/log.c
7273                 invoke statusbar_puts_all's hook
7274         
7275 2002-12-08 [colin]      0.8.6claws72
7276
7277         * src/ssl_certificate.c
7278                 Put back a badly-removed include
7279
7280 2002-12-08 [colin]      0.8.6claws71
7281
7282         * src/gtk/sslcertwindow.[ch]    ** NEW **
7283                 new certificate presentation
7284         * src/gtk/Makefile.am
7285                 add new files
7286         * src/ssl_certificate.[ch]
7287                 gtk cleanup, made utility functions public
7288         * src/ssl_manager.c
7289                 use new cert presentation
7290
7291 2002-12-07 [christoph]  0.8.6claws70
7292
7293         * src/Makefile.am
7294         * src/nntp.[ch]                 ** REMOVE **
7295         * src/common/Makefile.am
7296         * src/common/nntp.[ch]          ** NEW **
7297                 move nntp files to common directory
7298
7299 2002-12-07 [christoph]  0.8.6claws69
7300
7301         * src/procmsg.[ch]
7302         * src/summaryview.c
7303                 implement msginfo update callback using sylpheed's new
7304                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7305
7306 2002-12-06 [christoph]  0.8.6claws68
7307
7308         * src/editgroup.c
7309                 This patch changes the 'Edit Group Details' dialog to
7310                 allow extended selections in either pane, so that
7311                 addresses can be added or removed from a group more
7312                 quickly and easily. (it actually is a net decrease in
7313                 file size, as some unnecessary functions have been
7314                 removed). 
7315                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7316
7317 2002-12-06 [christoph]  0.8.6claws67
7318
7319         * src/Makefile.am
7320         * src/template.[ch]             ** REMOVE **
7321         * src/common/Makefile.am
7322         * src/common/template.[ch]      ** NEW **
7323                 move template files to common directory
7324
7325         * src/nntp.c
7326                 add missing log.h include
7327
7328 2002-12-06 [melvin]     0.8.6claws66
7329
7330         * src/prefs_actions.c
7331                 Added the trailing ">" syntax to insert command's output
7332                 without replacing old text (in contrast to trailing "|").
7333
7334 2002-12-05 [colin]      0.8.6claws65
7335         
7336         * src/common/utils.c
7337                 Don't modify original search_string or it'll change
7338                 the next iterations in the for()
7339
7340 2002-12-05 [darko]      0.8.6claws64
7341
7342         * src/common/utils.c
7343                 proper check for filtering commands, found by Colin
7344
7345 2002-12-05 [darko]      0.8.6claws63
7346
7347         * src/common/utils.c
7348                 check proper string for NULL pointer, found by Colin
7349
7350 2002-12-05 [darko]      0.8.6claws62
7351
7352         * src/common/utils.[ch]
7353                 expand_search_string(): new function
7354                 converts Mutt-like patterns to Sylpheed's
7355                 filtering engine
7356         * src/summaryview.c
7357                 use expand_search_string() to allow Mutt-like
7358                 patterns in extended search
7359         * README.claws
7360                 document extended option in quick search
7361
7362 2002-12-05 [paul]       0.8.6claws61
7363
7364         * sync with 0.8.6cvs16
7365                 see ChangeLog 2002-12-05
7366                 
7367         * po/POTFILES.in
7368                 clean up
7369
7370 2002-12-04 [christoph]  0.8.6claws60
7371
7372         * src/imap.[ch]
7373                 put imap authentication code into a new function and
7374                 remove it from imap_session_new that will allow to
7375                 send other commands before authentication
7376
7377 2002-12-04 [christoph]  0.8.6claws59
7378
7379         * src/imap.[ch]
7380                 use already existing method to prevent unneeded IMAP
7381                 folder selects. Set imap_select parameters to NULL
7382                 in some functions if the values are not required.
7383
7384         * src/xml.h
7385                 remove no longer required include
7386
7387 2002-12-04 [paul]       0.8.6claws58
7388
7389         * po/es.po
7390                 updated by Ricardo Mones Lastra
7391                 
7392         * configure.in
7393           po/hu.po      ** NEW FILE **
7394                 initial Hungarian translation, submitted
7395                 by Gál Zoltán <galzoli@hu.inter.net>
7396
7397 2002-12-03 [christoph]  0.8.6claws57
7398
7399         * src/Makefile.am
7400         * src/gtksctree.[ch]            ** REMOVE **
7401         * src/gtk/Makefile.am
7402         * src/gtk/gtksctree.[ch]        ** NEW **
7403                 move gtksctree files to gtk directory
7404
7405 2002-12-03 [christoph]  0.8.6claws56
7406
7407         * src/Makefile.am
7408         * src/md5.[ch]                  ** REMOVE **
7409         * srm/common/Makefile.am
7410         * src/common/md5.[ch]           ** NEW **
7411                 move md5 files to common directory
7412
7413         * src/gtkstext.c
7414                 remove not required #include
7415
7416 2002-12-03 [sergey]     0.8.6claws55
7417
7418         * src/gtkutils.c
7419         * src/gtkutils.h
7420                 gtkut_window_popup(): new function.
7421         * src/mainwindow.c
7422                 main_window_popup(): use gtkut_window_popup() to raise
7423                 window without changing its position.
7424                 (see sylpheed-main ML message [sylpheed:17247])
7425
7426 2002-12-03 [sergey]     0.8.6claws54
7427
7428         * src/send.c
7429                 send_message_local(): removed first-dot escaping
7430                 (SMTP-only, not needed for sending through pipe)
7431
7432 2002-12-03 [paul]       0.8.6claws53
7433
7434         * po/POTFILES.in
7435                 update to reflect recent changes (thanks
7436                 to Ricardo Mones Lastra)
7437                 
7438         * tools/filter_conv.pl
7439                  fix problem with quoted strings. Patch submitted
7440                  by Luke Plant <lukeplant@softhome.net>
7441
7442 2002-12-03 [paul]       0.8.6claws52
7443
7444         * sync with 0.8.6cvs15
7445                 see ChangeLog 2002-12-03
7446
7447 2002-12-02 [christoph]  0.8.6claws51
7448
7449         * src/logwindow.[ch]
7450         * src/common/log.[ch]
7451                 implement logging using a hook function
7452
7453         * src/folderview.c
7454         * src/folder.[ch]
7455                 define hooklist name in header file to avoid
7456                 errors caused by wrong spelling of hooklist names
7457
7458         * src/toolbar.c
7459                 fix warnings
7460
7461 2002-12-02 [christoph]  0.8.6claws50
7462
7463         * src/common/Makefile.am
7464                 add src/common/hooks.[ch]
7465
7466         * src/common/hooks.[ch]
7467                 implement a simple hook system using glib's hook functions
7468
7469         * src/folder.[ch]
7470         * src/folderview.c
7471                 use new hook system for folder item updates
7472
7473 2002-12-02 [christoph]  0.8.6claws49
7474
7475         * doc-src/ui_seperation.txt     ** NEW **
7476                 information for ui seperation
7477
7478         * src/Makefile.am
7479                 remove files that were moved to common
7480                 include common directory by default for the header files
7481
7482         * src/inc.c
7483         * src/common/socket.c
7484         * src/automaton.[ch]
7485                 implement automaton using g_io_*-functions instead of
7486                 gdk_input_add to make it ui independent
7487
7488         * src/codeconv.c
7489         * src/compose.c
7490         * src/ldif.c
7491         * src/pgptext.c
7492         * src/procmime.c
7493         * src/rfc2015.c
7494         * src/smtp.c
7495         * src/unmime.c
7496                 remove common/ prefix because directory is now in
7497                 include path
7498
7499         * src/compose.c
7500         * src/folder.c
7501         * src/folderview.c
7502         * src/mainwindow.c
7503         * src/messageview.c
7504         * src/prefs_common.c
7505         * src/procmsg.c
7506         * src/rfc2015.c
7507                 fix warnings
7508
7509         * src/imap.c
7510         * src/inc.c
7511         * src/news.c
7512         * src/pop.c
7513         * src/send.c
7514         * src/smtp.c
7515         * src/ssl_certificate.c
7516                 add log.h header file for logging functions
7517
7518         * src/main.c
7519         * src/common/utils.c
7520         * src/summaryview.c
7521         * src/xml.c
7522                 o move debug_mode to common/utils.c
7523                 o add functions to set and get debug_mode
7524
7525         * src/defs.h                    ** REMOVE **
7526         * src/intl.h                    ** REMOVE **
7527         * src/socket.[ch]               ** REMOVE **
7528         * src/ssl.[ch]                  ** REMOVE **
7529         * src/utils.[ch]                ** REMOVE **
7530                 replaced by new files in src/common/
7531         
7532         * src/common/Makefile.am
7533                 add new files in src/common/
7534
7535         * src/common/defs.h             ** NEW **
7536         * src/common/intl.h             ** NEW **
7537         * src/common/log.[ch]           ** NEW **
7538         * src/common/socket.[ch]        ** NEW **
7539         * src/common/ssl.[ch]           ** NEW **
7540         * src/common/utils.[ch]         ** NEW **
7541                 replacement for files in src/
7542
7543 2002-12-02 [colin]      0.8.6claws48
7544
7545         * src/folderview.c
7546                 Scroll folderview if necessary during dnd
7547
7548 2002-12-02 [colin]      0.8.6claws47
7549
7550         * src/folder.[ch]
7551                 Add check to verify a move is within a single mailbox
7552         * src/folderview.c
7553                 Add specific error string for this check
7554
7555 2002-12-02 [colin]      0.8.6claws46
7556
7557         * src/folder.c
7558                 Add a test to folder moving, remove a statusbar_print
7559         * src/folderview.c
7560                 Add Move folder... context-menu item
7561                 Factorize folder moving code
7562                 Enable folder DND for mbox
7563
7564 2002-12-01 [christoph]  0.8.6claws45
7565
7566         * ac/aspell.m4
7567                 remove conf.aspelltest if the version check fails
7568
7569 2002-11-30 [christoph]  0.8.6claws44
7570
7571         * autogen.sh
7572                 run libtoolize --force in autogen to create missing
7573                 libtool scripts
7574
7575 2002-11-30 [christoph]  0.8.6claws43
7576
7577         * src/Makefile.am
7578         * src/pgptext.c
7579         * src/procmime.c
7580         * src/rfc2015.c
7581         * src/uuencode.[ch]             ** REMOVED **
7582         * src/common/Makefile.am
7583         * src/common/uuencode.[ch]      ** NEW **
7584                 move uuen/decoder to common directory
7585
7586 2002-11-30 [christoph]  0.8.6claws42
7587
7588         * src/Makefile.am
7589         * src/base64.[ch]               ** REMOVED **
7590         * src/codeconv.c
7591         * src/compose.c
7592         * src/ldif.c
7593         * src/pgptext.c
7594         * src/procmime.c
7595         * src/rfc2015.c
7596         * src/smtp.c
7597         * src/unmime.c
7598         * src/common/Makefile.am
7599         * src/common/base64.[ch]        ** NEW **
7600                 move base64 en/decoder to common directory
7601
7602 2002-11-30 [christoph]  0.8.6claws41
7603
7604         * src/common                    ** NEW **
7605                 new directory for UI independent code
7606         * src/gtk                       ** NEW **
7607                 new directory for GTK frontend
7608         * src/common/.cvsignore         ** NEW **
7609         * src/gtk/.cvsignore            ** NEW **
7610                 ignore build files
7611         * src/common/Makefile.am        ** NEW **
7612         * src/gtk/Makefile.am           ** NEW **
7613                 automake files to build new seperated stuff
7614         * src/Makefile.am
7615                 the binary will currently still be build with the
7616                 files in src, so we include the code from the
7617                 subdirs for now after building the libs there
7618
7619 2002-11-30 [paul]       0.8.6claws40
7620
7621         * src/compose.c
7622                 fix bug [642731] 'Wrong selected account with drafted mail'
7623
7624 2002-11-29 [oliver]     0.8.6claws39
7625         
7626         * src/messageview.c
7627                 o update summaryview when switching between different
7628                   messageviews          
7629         * src/toolbar.c  
7630                 o check if messageview holds already removed msg
7631                   from summaryview
7632                 
7633
7634 2002-11-29 [oliver]     0.8.6claws38
7635
7636         * src/toolbar.c 
7637                 remove not needed variables and includes
7638                 make messageview stay opened and move to next when msgs are deleted 
7639
7640 2002-11-29 [oliver]     0.8.6claws37
7641         
7642         * src/toolbar.c 
7643                 disable compose button (messageview toolbar) by default
7644                 deleted msgs are moved to trash
7645         
7646 2002-11-29 [melvin]     0.8.6claws36
7647
7648         * configure.in
7649                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7650                 and to detect signatures expirations (gpgme 0.3.6)
7651
7652         * src/main.c
7653                 Use non obsolescent function for Gpgme engine checking.
7654
7655         * src/rfc2015.c
7656                 Inform about expired signatures or signatures which key
7657                 has expired. Expiration date is displayed.
7658
7659         * src/sigstatus.c
7660                 Inform about expired signatures or signatures which key
7661                 has expired.
7662
7663 2002-11-28 [paul]       0.8.6claws35
7664
7665         * src/folderview.c
7666                 re-instate 'Check for new messages' in Newsgroup
7667                 folders right-click menu, after a suggestion from
7668                 Tim Mann <timmann@users.sourceforge.net>
7669
7670         * src/main.c
7671                 after a crash check only local folders for new
7672                 messages
7673
7674 2002-11-28 [paul]       0.8.6claws34
7675
7676         * configure.in
7677                 apply patch that fixes the checking of GTK with XIM 
7678                 support on different OSs, such as FreeBSD. Patch 
7679                 submitted by Topia <topia@users.sourceforge.net>
7680                 
7681 2002-11-28 [paul]       0.8.6claws33
7682
7683         * src/mainwindow.c
7684           src/prefs_common.c
7685           src/prefs_toolbar.c
7686                 more changes to the English
7687
7688 2002-11-28 [paul]       0.8.6claws32
7689
7690         * sync with 0.8.6cvs13
7691                 see ChangeLog 2002-11-28 (no sync needed
7692                 for src/compose.c)
7693
7694 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7695         
7696         * src/mainwindow.[ch]
7697                 add patch by Ivan F. Martinez introducing messageview Toolbar
7698                 some changes and committed by oliver    
7699
7700 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7701
7702         * src/messageview.[ch]
7703                 add patch by Ivan F. Martinez introducing messageview Toolbar
7704                 some changes and committed by oliver    
7705
7706 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7707
7708         * src/compose.[ch]
7709                 add patch by Ivan F. Martinez introducing messageview Toolbar
7710                 some changes and committed by oliver    
7711
7712 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7713         
7714         * src/toolbar.[ch]
7715                 add patch by Ivan F. Martinez introducing messageview Toolbar
7716                 some changes and committed by oliver
7717
7718 2002-11-28 [oliver]     0.8.6claws27
7719         
7720         * src/prefs_toolbar.[ch]
7721                 getting ready for messageview toolbar
7722                 free mem allocated by gettext
7723                 change prefs_toolbar to prefs_toolbar_open
7724  
7725 2002-11-28 [thorsten]   0.8.6claws26
7726
7727         * src/imageview.[ch]
7728                 cleaned up conflicting declarations of
7729                 imageview_show_image()
7730
7731 2002-11-28 [paul]       0.8.6claws25
7732
7733         * src/grouplistdialog.c
7734           src/prefs_common.c
7735           src/prefs_summary_column.c
7736                 a few more improvements to the English
7737
7738 2002-11-28 [colin]      0.8.6claws24
7739
7740         * man/sylpheed.1
7741                 A few updates to command-line parameters
7742
7743 2002-11-28 [colin]      0.8.6claws23
7744
7745         * src/prefs_filtering.c
7746                 Fix problems with prefs_filtering_delete_path:
7747                 a) if the first rule is removed, original pointers
7748                    weren't updated (leading to segfaults)
7749                 b) it was always global_processing updated in case
7750                    of removed path was parent of rule path
7751
7752 2002-11-27 [paul]       0.8.6claws22
7753
7754         * src/mainwindow.c
7755           src/prefs_account.c
7756           src/prefs_actions.c
7757           src/prefs_common.c
7758           src/prefs_customheader.c
7759           src/prefs_display_header.c
7760           src/prefs_filtering.c
7761           src/prefs_folder_item.c
7762           src/prefs_matcher.c
7763           src/prefs_scoring.c
7764           src/prefs_summary_column.c
7765           src/prefs_template.c
7766           src/prefs_toolbar.c
7767                  improve the English in the GUI
7768
7769 2002-11-27 [colin]      0.8.6claws21
7770
7771         * src/folder.c
7772                 Fix processing renaming problems happening after
7773                 last commit
7774
7775 2002-11-27 [colin]      0.8.6claws20
7776
7777         * src/folder.c
7778                 recursive move now deletes src each subfolder after 
7779                 having moved it
7780         * src/folderview.c
7781                 Use identifier instead of path during dnd (enables
7782                 IMAP folder dnd)
7783
7784 2002-11-27 [paul]       0.8.6claws19
7785
7786         * src/main.c
7787                 apply patch that does command-line processing 
7788                 BEFORE gtk_init, allowing claws to run from 
7789                 shell-scripts in non-X environment (e.g. crontab 
7790                 or ip-up, ip-down scripts). Patch submitted by
7791                 Ruslan N. Balkin <baron@dartel.ru>
7792                 
7793         * po/it.po
7794                 updated by Alessandro Maestri
7795
7796 2002-11-27 [paul]       0.8.6claws18
7797
7798         * sync with 0.8.6cvs12
7799           src/prefs_common.c
7800                 Differences are that main uses a 'Receive dialog'
7801                 frame on the Interface tab, whereas claws groups all 
7802                 the dialogs together in a 'Dialogs' frame.
7803
7804 2002-11-27 [colin]      0.8.6claws17
7805
7806         * src/prefs_matcher.c
7807                 Fix Execute criteria's NOT flag
7808
7809
7810 2002-11-26 [christoph]  0.8.6claws16
7811
7812         * src/ssl.c
7813                 rewrite the ssl code a little bit, only use one
7814                 SSL context, set default certificates' file/path
7815
7816 2002-11-26 [thorsten]   0.8.6claws15
7817
7818         * src/compose.c
7819                 default-reply-to didn't work for ml-reply
7820
7821 2002-11-26 [melvin]     0.8.6claws14
7822
7823         * src/prefs_actions.c
7824                 Made pipe-actions ignore short headers in message view
7825                 Made trailing-pipe-actions write in the message view with
7826                 the same font as the original message
7827
7828 2002-11-26 [paul]       0.8.6claws13
7829
7830         * src/compose.c
7831                 this time commit the correct file
7832
7833 2002-11-26 [paul]       0.8.6claws12
7834
7835         * sync with 0.8.6cvs11
7836           src/quote_fmt_parse.y  
7837                 no sync needed
7838           src/account.[ch]       
7839                 not sync'ed
7840           src/compose.c
7841                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7842                 on draft mode.
7843                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7844                 header
7845                 
7846         see ChangeLog 2002-11-25 and 2002-11-26
7847
7848 2002-11-26 [colin]      0.8.6claws11
7849
7850         * src/folderview.c
7851                 Fix collapsed folder not auto-expanding during
7852                 mail dnd, if it was the source folder.
7853
7854 2002-11-25 [colin]      0.8.6claws10
7855
7856         * src/folderview.[ch]
7857                 Variable renaming and cleaning (slist of nodes 
7858                 to be re-collapsed is stored in FolderView)
7859
7860 2002-11-25 [paul]       0.8.6claws9
7861
7862         * src/prefs_common.[ch]
7863                 fix breakage caused by last commit
7864
7865 2002-11-25 [paul]       0.8.6claws8
7866
7867         * sync with 0.8.6cvs4
7868                 see ChangeLog 2002-11-21
7869
7870 2002-11-25 [paul]       0.8.6claws7
7871
7872         * sync with 0.8.6cvs4
7873                 see ChangeLog 2002-11-20
7874
7875 2002-11-25 [paul]       0.8.6claws6
7876
7877         * sync with 0.8.6cvs3
7878                 see ChangeLog 2002-11-18
7879
7880 2002-11-25 [colin]      0.8.6claws5
7881
7882         * src/gtkutils.[ch]
7883                 Add gtkut_ctree_node_is_parent()
7884         * src/folderview.c
7885                 Spring-loaded folders
7886
7887 2002-11-25 [colin]      0.8.6claws4
7888
7889         * src/utils.[ch]
7890                 Add slist_concat_unique(), function to merge
7891                 two GSList filtering dups
7892         * src/folder.[ch]
7893         * src/summaryview.[ch]
7894         * src/folderview.c
7895         * src/main.c
7896                 Add detection/update/display of unread answers
7897                 to marked mails
7898         * src/procmsg.[ch]
7899                 Add procmsg_find_children()
7900                 Add procmsg_msg_has_marked_parent()
7901
7902 2002-11-25 [colin]      0.8.6claws3
7903
7904         * src/ssl_certificate.[ch]
7905                 Allow checking a certificate without a DNS
7906                 lookup
7907                 Allow to forget a cert (by deleting it)
7908                 Make ssl_certificate_destroy_public
7909         * src/ssl_manager.[ch] ** NEW FILES **
7910                 Gui to manage (display/remove) certificates
7911         * src/prefs_common.[ch]
7912                 Add a pref to allow silent acceptation of
7913                 trusted certificates or not (based on the
7914                 "I want to know what's going on" principle)
7915         * src/mainwindow.c
7916                 Add SSL manager in Tools menu
7917         * src/Makefile.am
7918                 Add the new files to the build
7919         * po/POTFILES.in
7920                 Add ssl_manager.c to translations
7921
7922 2002-11-25 [colin]      0.8.6claws2
7923
7924         * src/summaryview.[ch]
7925                 Add S_SEARCH_EXTENDED to the quick search, which 
7926                 allows to search using filtering syntax.
7927
7928 2002-11-25 [colin]      0.8.6claws1
7929
7930         * src/summaryview.c
7931                 Deletion of duplicates now prefer deleting
7932                 the unread dup (fixes feature-request 638989).
7933
7934 2002-11-24 [paul]       0.8.6claws
7935
7936         * po/es.po
7937           po/pl.po
7938           po/ru.po
7939           po/sr.po
7940                 updated by Ricardo Mones Lastra,
7941                 Witold Wladyslaw Wojciech Wilk,
7942                 Ruslan N. Balkin, and  Urke MMI 
7943                 respectively
7944
7945 2002-11-24 [paul]       0.8.5claws182
7946
7947         * po/bg.po
7948                 updated by George Danchev
7949
7950 2002-11-23 [alfons]     0.8.5claws181
7951
7952         * src/imap.c
7953                 tiny memory leak found by browsing Dimitar's 
7954                 valgrind report
7955
7956 2002-11-23 [paul]       0.8.5claws180
7957
7958         * po/it.po
7959                 updated by Alessandro Maestri
7960
7961 2002-11-22 [christoph]  0.8.5claws179
7962
7963         * src/compose.c
7964         * src/inc.c
7965         * src/prefs_filtering.c
7966         * src/summaryview.c
7967                 more warning fixes
7968
7969 2002-11-22 [alfons]     0.8.5claws178
7970
7971         * src/summaryview.c
7972                 summary_execute_delete_func(): if message is deleted, make 
7973                 sure to also remove its entry in the subject hash table. 
7974                 fixes a corner case bug.
7975
7976 2002-11-22 [paul]       0.8.5claws177
7977
7978         * .cvsignore
7979                 add 'autom4te.cache'
7980                 
7981         * ltconfig      ** REMOVED **
7982                 not needed
7983
7984 2002-11-22 [paul]       0.8.5claws176
7985
7986         * src/textview.c
7987                 textview_set_font(): fix for message display in
7988                 UTF-8 locales (thanks to Sergey Vlasov).
7989                 
7990         * AUTHORS
7991                 add new team members and contributors
7992
7993
7994 2002-11-21 [colin]      0.8.5claws175
7995
7996         * src/procmsg.[ch]
7997                 Add procmsg_remove_special_headers()
7998         * src/mh.c
7999                 Use procmsg_remove_special_headers() for 
8000                 previous fix
8001
8002 2002-11-21 [colin]      0.8.5claws174
8003
8004         * src/mh.c
8005                 Fix moving/copying from queue/draft folders
8006                 for MH folders
8007
8008 2002-11-21 [christoph]  0.8.5claws173
8009
8010         * src/crash.c
8011         * src/filtering.c
8012         * src/logwindow.c
8013         * src/main.c
8014         * src/matcher_parser_lex.[hl]
8015         * src/mbox.c
8016         * src/mbox_folder.[ch]
8017         * src/prefs_filtering.c
8018         * src/procheader.c
8019         * src/quote_fmt_lex.l
8020         * src/ssl.c
8021                 fix all warnings except the warnings in lex and yacc files
8022
8023 2002-11-20 [christoph]  0.8.5claws172
8024
8025         * src/imap.c
8026                 fix MsgInfo retrieval for IMAP draft and queue folders
8027                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8028
8029 2002-11-19 [christoph]  0.8.5claws171
8030
8031         * src/compose.c
8032                 fix segfault, when draft saving does not get
8033                 the MsgInfo of the new message
8034                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8035
8036 2002-11-19 [christoph]  0.8.5claws170
8037
8038         * src/procmsg.c
8039                 add parameter check for flag setting function
8040                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8041
8042 2002-11-18 [paul]       0.8.5claws169
8043
8044         * src/compose.c
8045                 more sensitivity fixes to redirect mode:
8046                 * disable toolbar draft button
8047                 * allow only Address book in the Tools menu
8048                 * disable editing of message by the spell
8049                   checker
8050
8051 2002-11-18 [paul]       0.8.5claws168
8052
8053         * src/compose.c
8054                 fix sensitivity of menu items in compose_redirect():
8055                 allow only the necessary items 
8056
8057 2002-11-18 [paul]       0.8.5claws167
8058
8059         * src/compose.c
8060                 fix bug [ 603259 ] 'attachment got lost on bounce'
8061
8062 2002-11-18 [paul]       0.8.5claws166
8063
8064         * po/ru.po
8065                 updated by Ruslan N. Balkin <baron@dartel.ru>
8066
8067 2002-11-18 [colin]      0.8.5claws165
8068
8069         * src/main.c
8070           src/defs.h
8071                 Remove old filtering stuff
8072
8073
8074 2002-11-17 [oliver]     0.8.5claws164
8075
8076         * src/toolbar.h
8077                 remove not needed typedef 
8078
8079 2002-11-17 [oliver]     0.8.5claws163
8080
8081         * src/toolbar.c
8082                 make toolbar's on click events translatable
8083
8084 2002-11-15 [colin]      0.8.5claws162
8085
8086         * src/summaryview.c
8087                 Revert too-soon integration of a feature
8088
8089 2002-11-15 [christoph]  0.8.5claws161
8090
8091         * src/imap.c
8092                 use main's implementation of imap_get_msginfo
8093
8094 2002-11-15 [christoph]  0.8.5claws160
8095
8096         * src/compose.c
8097         * src/folder.[ch]
8098         * src/imap.c
8099         * src/mbox_folder.c
8100         * src/mh.c
8101         * src/news.c
8102         * src/procmsg.c
8103         * src/summaryview.c
8104                 replace claws' fetch_msginfo with main's get_msginfo
8105                 (use main's implementation where possible)
8106
8107 2002-11-15 [colin]      0.8.5claws159
8108
8109         * src/ssl_certificate.c
8110                 Missed a check
8111
8112 2002-11-16 [melvin]     0.8.5claws158
8113
8114         * po/fr.po
8115                 Updated French translations.
8116
8117 2002-11-16 [colin]      0.8.5claws157
8118
8119         * src/ssl_certificate.c
8120                 Check for missing parts in the certificates
8121
8122 2002-11-15 [colin]      0.8.5claws156
8123
8124         * src/folderview.c
8125                 Preventive fix (missing check) found by
8126                 Alfons
8127
8128 2002-11-15 [paul]
8129
8130         * NEWS
8131                 sync with 0.8.6 release
8132
8133 2002-11-15 [colin]      0.8.5claws155
8134
8135         * src/folder.[ch]
8136           src/folderview.c
8137                 Fix error handling of folder_item_move_to()
8138                 (thanks to Alfons!)
8139
8140 2002-11-15 [colin]      0.8.5claws154
8141
8142         * src/folder.[ch]
8143           src/folderview.c
8144                 folder_item_move_to() sets an error message instead
8145                 of having GUI stuff in folder.c
8146
8147 2002-11-15 [colin]      0.8.5claws153
8148
8149         * src/procmsg.[ch]
8150                 Implemented a callback for MsgInfo updates, 
8151                 heavily copy/pasted from Christoph's folder 
8152                 callback system
8153         * src/summaryview.[ch]
8154                 Register summary_update_msg as callback
8155
8156 2002-11-14 [colin]      0.8.5claws152
8157         
8158         * src/procmsg.c
8159                 Update the FolderItem after sending (fixes 617593)
8160
8161 2002-11-14 [christoph]  0.8.5claws151
8162
8163         * src/folder.c
8164                 fix wrong position of NULL pointer check found
8165                 by Sergey
8166
8167 2002-11-14 [christoph]  0.8.5claws150
8168
8169         * src/folder.c
8170                 fix segfault when deleting messages from IMAP folders
8171                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8172
8173 2002-11-14 [colin]      0.8.5claws149
8174
8175         * src/compose.c
8176                 Forwarding was also ignoring the folder's default account.
8177
8178 2002-11-14 [colin]      0.8.5claws148
8179
8180         * src/compose.c
8181                 Fix sent folder not set to folder properties when 
8182                 forwarding.
8183
8184 2002-11-14 [thorsten]   0.8.5claws147
8185
8186         * src/inc.c
8187                 inc_start(): Files were not moved from .processing to inbox,
8188                 if no global processing rule existed
8189
8190 2002-11-14 [colin]      0.8.5claws146
8191
8192         * src/ssl_certificate
8193                 Fix file operations
8194
8195 2002-11-14 [paul]       0.8.5claws145
8196
8197         * po/it.po
8198                 updated by Alessandro Maestri
8199
8200 2002-11-13 [alfons]     0.8.5claws144
8201
8202         * src/folder.c
8203                 folder_item_close(): only mark messages unread
8204                 when a folder has new messages 
8205
8206 2002-11-13 [keith]      0.8.5claws143
8207
8208         * src/imap.c
8209                 Fix problem moving or copying between
8210                 IMAP folders
8211
8212 2002-11-13 [colin]      0.8.5claws142
8213
8214         * src/matcher_parser_parse.y
8215                 Fix rule problem when " don't match
8216
8217 2002-11-13 [christoph]  0.8.5claws141
8218
8219         * src/folder.c
8220         * src/folderview.c
8221                 moved cache saving to folder_item_close
8222                 the folderview should not have to deal with
8223                 this things
8224
8225 2002-11-13 [christoph]  0.8.5claws140
8226
8227         * src/summaryview.c
8228                 moved setting of important score to
8229                 summary_set_prefs_from_folderitem
8230
8231 2002-11-13 [colin]      0.8.5claws139
8232
8233         * src/matcher_parser_parse.y
8234                 Fix a segfault in the parser (happening when
8235                 a good expression had been tested and a bad 
8236                 one arrives)
8237
8238 2002-11-13 [paul]       0.8.5claws138
8239
8240         * sync with 0.8.5cvs24
8241                 see ChangeLog 2002-11-13
8242                 
8243         * po/pt_BR.po
8244                 updated by Fabio Jr. Beneditto
8245
8246 2002-11-13 [colin]      0.8.5claws137
8247         
8248         * src/msgcache.c
8249           src/defs.h
8250           src/procmsg.[ch]
8251                 Revert last commit, problem
8252
8253 2002-11-13 [colin]      0.8.5claws136
8254
8255         * src/msgcache.c
8256                 Remove duplicated code
8257         * src/defs.h
8258                 Bumped CACHE_VERSION and MARK_VERSION
8259         * src/procmsg.[ch]
8260                 Network endian for cache and mark files
8261
8262 2002-11-12 [colin]      0.8.5claws135
8263
8264         * src/inc.c
8265                 Fix the "socket error" dialog which disappeared
8266
8267 2002-11-12 [colin]      0.8.5claws134
8268
8269         * src/msgcache.c
8270                 Reverse last commit which had performance 
8271                 problems, but still reverse the list
8272
8273 2002-11-12 [colin]      0.8.5claws133
8274
8275         * src/msgcache.c
8276                 Reverse list order
8277
8278 2002-11-12 [melvin]     0.8.5claws132
8279
8280         * src/compose.c
8281                 Added a check for a NULL prefs_common.dictionary
8282
8283 2002-11-12 [colin]      0.8.5claws131
8284
8285         * src/ssl_certificate.[ch]
8286                 Use FQDN hostname
8287
8288 2002-11-12 [colin]      0.8.5claws130
8289
8290         * src/ssl_certificate.[ch]
8291                 Take connection port into account for 
8292                 checking certificates (a single hostname
8293                 could have multiple servers with multiple
8294                 certificates)
8295         * src/ssl.c
8296                 Pass the port to ssl_certificate_check
8297
8298 2002-11-12 [paul]       0.8.5claws129
8299
8300         * src/folder.c
8301                 fix a typo in last commit
8302
8303 2002-11-12 [paul]       0.8.5claws128
8304
8305         * sync with 0.8.5cvs23
8306                 see ChangeLog entry 2002-11-12
8307
8308 2002-11-11 [colin]      0.8.5claws127
8309
8310         * src/ssl_certificate.c
8311                 Cleaner messages
8312                 Don't popup, instead log error, if the 
8313                 corresponding pref is checked
8314         * src/ssl_certificate.h
8315                 include <openssl/objects/h>
8316
8317 2002-11-11 [colin]      0.8.5claws126
8318
8319         * src/ssl_certificate.h
8320                 _Really_ clean it
8321
8322 2002-11-11 [colin]      0.8.5claws125
8323         
8324         * src/ssl_certificate.c
8325                 Fixed leak
8326
8327 2002-11-11 [colin]      0.8.5claws124
8328
8329         * src/ssl.c
8330                 Cleaned a bit
8331         * src/ssl_certificate.[ch]
8332                 Cleaned a bit (better use of SSL API)
8333                 (This will cause non-recognition of saved 
8334                  certificates of claws12[23]...)
8335
8336 2002-11-11 [paul]       0.8.5claws123
8337         
8338         * po/es.po
8339                 updated by Ricardo Mones Lastra
8340
8341 2002-11-11 [colin]      0.8.5claws122
8342
8343         * src/ssl.c
8344                 Fix a typo
8345
8346 2002-11-11 [colin]      0.8.5claws121
8347
8348         * src/ssl_certificate.[ch] ** NEW FILES **
8349         * src/ssl.[ch]
8350                 Check SSL certificates presented to us
8351         * src/Makefile.am
8352                 Add ssl_certificate.[ch]
8353         * po/POTFILES.in
8354                 Add ssl_certificate.c
8355
8356 2002-11-11 [paul]       0.8.5claws120
8357
8358         * sync with 0.8.5cvs22
8359                 see ChangeLog 2002-11-11
8360
8361 2002-11-11 [paul]       0.8.5claws119
8362
8363         * sync with 0.8.5cvs21
8364                 see ChangeLog 2002-11-11
8365
8366 2002-11-10 [jens]       0.8.5claws118
8367
8368         * src/folder.c
8369         * src/folderview.c
8370                 corrected some typing
8371         * po/de.po
8372                 updated german translation
8373         * sylpheed.spec.in
8374                 cleaned up specfile and adjusted it for claws
8375
8376 2002-11-10 [colin]      0.8.5claws117
8377
8378         * src/summaryview.c
8379                 a STATUSBAR_PUSH/POP fix
8380
8381 2002-11-10 [colin]      0.8.5claws116
8382
8383         * src/prefs_folder_item.c
8384                 Fix hanging after opening folder properties
8385
8386 2002-11-10 [hoa]        0.8.5claws115
8387
8388         * src/matcher_parser_lex.l
8389         * src/matcher_parser_parse.y
8390                 config file for scoring and filtering is no more trashed
8391                 when there is a syntax error in a filtering rule when
8392                 editing it in a dialog.
8393
8394 2002-11-09 [colin]      0.8.5claws114
8395
8396         * src/mbox_folder.c
8397                 Added missing initialisation of folder->destroy()
8398
8399 2002-11-09 [colin]      0.8.5claws113
8400
8401         * src/folder.c
8402           src/folderview.c
8403                 Fix the status bar messages
8404
8405 2002-11-09 [colin]      0.8.5claws112
8406
8407         * src/folderview.c
8408                 Fix hangs after folder dnd, happening after 
8409                 claws109.
8410
8411 2002-11-09 [christoph]  0.8.5claws111
8412
8413         * src/folderview.c
8414                 just changed order of calls (reverse order of
8415                 associated calls)
8416         * src/inc.c
8417                 lock inc when checking only one account, otherwise
8418                 inc all could be executed at the same time
8419
8420 2002-11-09 [christoph]  0.8.5claws110
8421
8422         * src/folderview.c
8423                 better unlock the mouse cursor before calling
8424                 summary_show because it changes the cursor too
8425
8426 2002-11-09 [christoph]  0.8.5claws109
8427
8428         * src/folder.[ch]
8429         * src/folderview.c
8430                 add functions to open and close a folder
8431                 o opending will execute scanning for remote folders
8432                   and processing
8433                 o closing will unset new flag for messages
8434
8435 2002-11-09 [colin]      0.8.5claws108
8436
8437         * src/folder.c
8438                 Add a call to prefs_matcher_write_config to 
8439                 avoid non-leaf folders filtering settings to be
8440                 lost
8441
8442 2002-11-09 [paul]       0.8.5claws107
8443
8444         * src/prefs_account.c
8445                 re-word a label
8446
8447 2002-11-09 [colin]      0.8.5claws106
8448
8449         * src/folderview.c
8450                 Minor esthetic fix
8451
8452 2002-11-09 [colin]      0.8.5claws105
8453
8454         * src/folderview.c
8455                 Fix prefs_filtering deletion for MH folders (same
8456                 reason as below)
8457         * src/prefs_filtering.c
8458                 Fix prefs_filtering renaming and deletion for 
8459                 folder-based processing rules.  
8460
8461 2002-11-09 [christoph]  0.8.5claws104
8462
8463         * src/compose.c
8464         * src/folder.[ch]
8465         * src/folderview.[ch]
8466         * src/import.c
8467         * src/inc.c
8468         * src/main.c
8469         * src/mainwindow.c
8470         * src/messageview.c
8471         * src/prefs_folder_item.c
8472         * src/procmsg.c
8473         * src/summaryview.c
8474                 implement a callback system for folder item updates
8475
8476 2002-11-09 [colin]      0.8.5claws103
8477
8478         * src/folderview.c
8479                 Fix prefs_filtering renaming for MH folders (we
8480                 shouldn't rename by path as another folder could
8481                 have the same hierarchy).
8482
8483 2002-11-09 [colin]      0.8.5claws102
8484
8485         * src/folder.c
8486                 Fix a leak found by Christoph, use better variable
8487                 names
8488
8489 2002-11-09 [colin]      0.8.5claws101
8490
8491         * src/folder.c
8492                 One more fix for processing rules
8493
8494 2002-11-08 [colin]      0.8.5claws100
8495         
8496         * src/matcher.c
8497                 Don't copy the compiled regexp (will be reevaluated)
8498         * src/folderview.c
8499                 Lock folderview while moving
8500         * src/folder.c
8501                 Provide info on what's happening to the user
8502
8503 2002-11-08 [colin]      0.8.5claws99
8504
8505         * src/folderview.c
8506                 Fix folder reordering after a move if parent is 
8507                 root
8508         * src/scoring.[ch]
8509                 Add function to copy a ScoringProp
8510         * src/prefs_folder_item.c
8511                 Copy scoring rules when copying a folder prefs
8512
8513 2002-11-08 [colin]      0.8.5claws98
8514
8515         * src/folderview.c
8516                 Fixes in case of failure
8517         * src/filtering.[ch]    
8518                 Add function to duplicate a FilteringProp
8519         * src/matcher.[ch]
8520                 Add function to duplicate a MatcherProp
8521         * src/prefs_folder_item.c
8522                 Save folder's processing rules when copying 
8523                 its prefs
8524
8525 2002-11-08 [colin]      0.8.5claws97
8526         
8527         * src/folderview.c
8528                 Sort after move
8529         * src/folder.c 
8530                 Change a printf to debug_print
8531
8532 2002-11-08 [colin]      0.8.5claws96
8533
8534         * src/folder.c
8535           src/folderview.c
8536                 Fix segfaults, call me stupido
8537         
8538
8539 2002-11-08 [colin]      0.8.5claws95
8540
8541         *src/folder.c
8542                 Added forgotten prefs to save when moving folders
8543
8544 2002-11-08 [colin]      0.8.5claws94
8545
8546         * src/folder.c
8547                 Fixes to folder DND (prefs copy)
8548         * src/folderview.c
8549                 Optimization for folder DND (don't rescan whole tree)
8550                 Added folderview_create_folder_node() for this 
8551                 optimization, so de-duped a bit the code
8552         * src/prefs_folder_item.[ch]
8553                 Added prefs_folder_item_copy_prefs()    
8554           
8555 2002-11-08 [paul]       0.8.5claws93
8556
8557         * src/prefs_account.c
8558           tools/README
8559           tools/kmail2sylpheed_v2.pl
8560                 correct some typos
8561
8562 2002-11-08 [paul]       0.8.5claws92
8563
8564         * src/compose.c
8565           src/prefs_account.[ch]
8566                 remove account options 'clearsign' and 'ascii_armored',
8567                 replace with 'default_gnupg_mode' to prevent mixed-mode
8568                 Privacy settings
8569
8570 2002-11-08 [paul]       0.8.5claws91
8571
8572         * src/compose.[ch]
8573                 re-implement GnuPG 'on-the-fly' mode selection,
8574                 disallow mixed-mode
8575
8576 2002-11-08 [colin]      0.8.5claws90
8577
8578         * src/folderview.c
8579           src/prefs_folder_item.c
8580                 Change "Property" to "Properties"
8581
8582 2002-11-07 [colin]      0.8.5claws89
8583
8584         * src/folderview.c
8585           src/folder.c
8586                 Allow folder dropping to a root folder
8587
8588 2002-11-07 [paul]       0.8.5claws88
8589
8590         * src/compose.c
8591                 revert last commit
8592
8593 2002-11-07 [paul]       0.8.5claws87
8594
8595         * src/compose.c
8596                 fix reply-to-list bug. closes bug report
8597                 "[633382] reply-to-list broken in recent cvs"
8598
8599 2002-11-07 [paul]       0.8.5claws86
8600
8601         * src/compose.c
8602                 add a forgotten '#if USE_GPGME ... #endif'
8603
8604 2002-11-07 [paul]       0.8.5claws85
8605
8606         * sync with 0.8.5cvs20
8607                 see ChangeLog 2002-11-07
8608
8609 2002-11-07 [colin]      0.8.5claws84
8610
8611         * src/folder.[ch]
8612                 Change folder_item_move_to to return the newly 
8613                 created folderitem.
8614         * src/folderview.c
8615                 Select the new folderitem after moving.
8616
8617 2002-11-07 [colin]      0.8.5claws83
8618
8619         * src/prefs_filtering.c
8620                 Fix rule rewriting when moving a leaf folder to a 
8621                 shorter path
8622
8623 2002-11-07 [colin]      0.8.5claws82
8624
8625         * src/prefs_filtering.c
8626                 fix a leak
8627
8628 2002-11-07 [colin]      0.8.5claws81
8629
8630         * src/folder.[ch]
8631                 Add folder_item_move_to() function to move a 
8632                 folderitem into another one (updates matcher etc)
8633         * src/folderview.c
8634                 Add folder drag'n drop (context menu to come)
8635                 [Should be dataloss free, but Please backup before 
8636                  trying !]
8637
8638 2002-11-06 [colin]      0.8.5claws80
8639
8640         * src/mh.c
8641                 mh_create_folder() returns NULL if can't create
8642                 directory hierarchy
8643
8644 2002-11-06 [paul]       0.8.5claws79
8645
8646         * src/compose.[ch]
8647                 allow 'on-the-fly' changing of the type of encryption 
8648                 and/or signing used (mime/ascii) via the compose window
8649
8650 2002-11-06 [paul]       0.8.5claws78
8651
8652         * sync with 0.8.5cvs19
8653                 see ChangeLog 2002-11-06 for src/account.c: 
8654                 account_get_special_folder()
8655                 
8656 2002-11-05 [alfons]     0.8.5claws77
8657
8658         * src/crash.c
8659                 very minor cleanups: nothing to see here, move on. :-)
8660
8661 2002-11-05 [colin]      0.8.5claws76
8662
8663         * src/main.c
8664                 Changes choices if compose windows are opened to
8665                 Discard, Draft, Don't quit
8666
8667 2002-11-05 [thorsten]   0.8.5claws75
8668
8669         * src/compose.c
8670                 reenabled default_reply_to folder option
8671
8672 2002-11-05 [colin]      0.8.5claws74
8673
8674         * src/compose.[ch] 
8675                 add compose_draft()
8676         * src/crash.c
8677                 add SIGTERM handler
8678         * src/main.[ch]
8679                 add clean_quit() for the SIGTERM handler
8680
8681 2002-11-05 [paul]       0.8.5claws73
8682         
8683         * po/es.po
8684                 updated by Ricardo Mones Lastra
8685
8686 2002-11-05 [melvin]     0.8.5claws72
8687
8688         * src/logwindow.c
8689                 Fixed log-clipping bug #616795.
8690                 To stop logging in the log window use 0 length.
8691         * src/prefs_common.c
8692                 Added a label to inform about the 0 log length behaviour.
8693
8694 2002-11-05 [paul]       0.8.5claws71
8695
8696         * sync with 0.8.5cvs17
8697                 see ChangeLog 2002-11-05
8698
8699 2002-11-04 [paul]       0.8.5claws70
8700
8701         * sylpheed-128x128.png
8702           sylpheed-64x64.png
8703           sylpheed.png
8704                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8705                 <nikai@users.sourceforge.net>
8706                 
8707         * po/bg.po
8708                 updated by George Danchev
8709
8710 2002-11-03 [thorsten]   0.8.5claws69
8711
8712         * src/main.c
8713           src/mimeview.c
8714           src/rfc2015.h
8715                 add check if gpg is active
8716
8717 2002-11-03 [thorsten]   0.8.5claws68
8718
8719         * src/toolbar.h
8720                 removed GSList declaration causing trouble on MacOS-X
8721                 (submitted by alfons, reported by xfesty)
8722
8723 2002-11-01 [paul]       0.8.5claws67
8724
8725         * src/mainwindow.c
8726                 remove last remnants of main's filter code
8727
8728 2002-11-01 [paul]       0.8.5claws66
8729
8730         * tools/filter_conv.pl
8731                 fix bug where user-defined headers were ignored
8732
8733 2002-11-01 [paul]       0.8.5claws65
8734
8735         * src/logwindow.c
8736                 make a debug_print() not translatable
8737
8738 2002-10-31 [melvin]     0.8.5claws64
8739
8740         * ac/aspell.m4
8741                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8742                 not run any GNU/aspell test.  The dictionary path will
8743                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8744                 was given, in which case, it will be $prefix/lib/aspell/
8745         * configure.in
8746                 Fixed typo in commentary (Aspell code).
8747
8748 2002-10-31 [paul]       0.8.5claws63
8749
8750         * po/POTFILES.in
8751                 remove src/filter.c and src/prefs_filter.c
8752                 thanks to Ricardo for reminding me
8753
8754 2002-10-31 [colin]      0.8.5claws62
8755
8756         * src/mbox_folder.c
8757                 Plug some leaks
8758
8759 2002-10-31 [paul]       0.8.5claws61
8760
8761         * src/prefs_filter.[ch] ** REMOVED **
8762           src/filter.[ch]       ** REMOVED **
8763           
8764         * src/Makefile.am
8765           src/folderview.c
8766           src/inc.c
8767           src/main.c
8768           src/mainwindow.c
8769           src/mbox.c
8770           src/prefs_common.c
8771           src/prefs_filtering.c
8772           src/summaryview.[ch]
8773                 remove main's 'filter' code
8774                 
8775         README.claws
8776                 update to reflect removal of main's filter
8777
8778 2002-10-31 [paul]       0.8.5claws60
8779
8780         * src/summaryview.c
8781                 remove check for global_processing in summary_filter_open(). 
8782                 This fixes the bug where if the user uses the right-click 
8783                 'Create filter rule...' and doesn't have any filter rules 
8784                 already defined in claws' advanced filtering, the newly 
8785                 created filter rule goes to main's filtering which is 
8786                 inaccessible through the gui. Now the filter rule gets added
8787                 to claws' filtering by default.
8788
8789 2002-10-28 [melvin]     0.8.5claws59
8790
8791         * src/prefs_actions.c
8792                 Fixed bug #627322 where MIME parts were not always
8793                 correctly passed to a %p action
8794                 Display an error dialog when message filename is not found.
8795
8796 2002-10-28 [melvin]     0.8.5claws58
8797
8798         * src/prefs_common.c
8799                 Readded a missing function declaration lost in 0.8.3claws34
8800
8801 2002-10-28 [paul]       0.8.5claws57
8802
8803         * sync with 0.8.5cvs15
8804                 see ChangeLog 2002-10-28 and 2002-10-25
8805                 
8806         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8807
8808 2002-10-27 [oliver]     0.8.5claws56
8809
8810         * src/pop.c
8811                 plug leak in pop3_top_recv
8812
8813 2002-10-26 [christoph]  0.8.5claws55
8814
8815         * src/folder.c
8816                 set need_update folder flag when messages are added
8817                 (closes bug [ 626922 ] folder not updated after receiving)
8818
8819 2002-10-25 [melvin]     0.8.5claws54
8820
8821         * src/imageview.c
8822                 Fixed a memleak introduced in the scaling code.
8823
8824 2002-10-24 [alfons]     0.8.5claws53
8825
8826         * src/filtering.c
8827                 make filtering's forward message action forward from the 
8828                 correct account
8829                 (closes bug [628089 ] Filter -> Forward from address problem
8830                 reported by Oktay)
8831
8832 2002-10-24 [christoph]  0.8.5claws52
8833
8834         * src/mainwindow.c
8835         * src/manual.[ch]
8836                 o use manual of current locale or english if current
8837                   locale is not available (and english is available)
8838                 o also link to sylpheed doc project manuals
8839
8840 2002-10-23 [paul]       0.8.5claws51
8841
8842         * tools/README
8843           tools/kmail2sylpheed_v2.pl
8844                 add new version of kmail addressbook importer script.
8845                 works with newer versions of Kmail/KAddressBook which
8846                 have new and rearranged data.
8847
8848 2002-10-23 [martin]     0.8.5claws50
8849
8850         * src/folderview.c
8851         * src/summaryview.c
8852         * src/utils.h
8853         * src/utils.c
8854                 added length parameter to get_abbrev_newsgroup_name()
8855                 changed this function so that it abbreviates the newsgroup
8856                 names only so long it is smaller than the length parameter
8857                 (for better reading of some newsgroup names and space efficiency)
8858
8859 2002-10-22 [colin]      0.8.5claws49
8860
8861         *src/foldersel.c
8862                 Revert Alfons' last modification (after voting ;-))
8863
8864 2002-10-21 [alfons]     0.8.5claws48
8865
8866         * src/foldersel.c
8867                 folder view in folder selection dialog reflects state of
8868                 folder view in main window
8869
8870 2002-10-18 [alfons]     0.8.5claws47
8871
8872         * src/mbox.c
8873                 drop imported messages in folder selected by user,
8874                 and not in the inbox
8875                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8876
8877 2002-10-18 [alfons]     0.8.5claws46
8878
8879         * src/compose.c
8880                 make automagic reply work correctly for email accounts 
8881                 (whether it's viable to do a full sync with Hiro's 
8882                 compose.c is still under discussion)
8883
8884 2002-10-18 [melvin]     0.8.5claws45
8885
8886         * src/prefs_actions.c
8887                 Fixed bug #622275 where asynchroneous actions left 
8888                 zombies processes
8889                 Made (synchroneous) actions' input be displayed live.
8890
8891 2002-10-18 [christoph]  0.8.5claws44
8892
8893         * src/textview.c
8894                 don't add a newline in the textview in front of the
8895                 first textpart if header display is disabled
8896                 (closes bug [ 603385 ] disabled header display leaves blank
8897                  lin)
8898
8899 2002-10-18 [christoph]  0.8.5claws43
8900
8901         * src/folder.[ch]
8902         * src/imap.c
8903         * src/mbox_folder.c
8904         * src/mh.c
8905         * src/news.c
8906                 folder->get_num_list now returns an error code
8907                 (closes bug [ 609424 ] News cache cleared on failure)
8908                 
8909 2002-10-17 [colin]      0.8.5claws42
8910         
8911         * src/news.c
8912                 Changed a printf by debug_print
8913
8914 2002-10-16 [paul]       
8915
8916         * tools/OOo2sylpheed.pl
8917                 allow for spaces in the name of the
8918                 file to be attached.
8919
8920 2002-10-16 [colin]      0.8.5claws41
8921
8922         * src/main.c
8923                 Use a tristate to change online mode
8924
8925 2002-10-16 [paul]       0.8.5claws40
8926
8927         * po/es.po
8928                 updated by Ricardo Mones Lastra
8929
8930 2002-10-16 [colin]      0.8.5claws39
8931
8932         * src/main.c
8933           src/mainwindow.[ch]
8934                 Added --online and --offline command-line
8935                 switches
8936
8937 2002-10-15 [christoph]  0.8.5claws38
8938
8939         * src/procmime.c
8940                 set mimeinfo->name to NULL after g_free to
8941                 avoid double freeing with g_free
8942
8943 2002-10-14 [christoph]  0.8.5claws37
8944
8945         * src/compose.c
8946         * src/filtering.c
8947         * src/summaryview.c
8948                 remove calls to folder->change_flags that are now
8949                 done by procmsg flag functions (seems it is not
8950                 used by any foldertype anyway)
8951         * src/folder.c
8952                 init folder->change_flags with NULL
8953
8954 2002-10-14 [christoph]  0.8.5claws36
8955
8956         * src/folder.[ch]
8957         * src/imap.[ch]
8958                 use virtual functions for folder item new and destroy
8959                 functions
8960
8961 2002-10-14 [melvin]     0.8.5claws35
8962
8963         * src/compose.c
8964                 Added a test to not run the spell checker if no default
8965                 dictionary is available. No dialog is displayed though.
8966
8967 2002-10-14 [melvin]     0.8.5claws34
8968
8969         * src/gtkaspell.c
8970                 Fixed bug in dictionary list context menu where
8971                 "More..." pointed to an emtpy submenu if the
8972                 number of dictionaries is a multiple of 15
8973                 Removed unneeded code in suggestions list creation
8974
8975 2002-10-14 [paul]       0.8.5claws33
8976
8977         * po/bg.po
8978                 updated by George Danchev
8979
8980 2002-10-13 [hoa]        0.8.5claws32
8981
8982         * src/matcher.[ch]
8983           src/matcher_parser_parser.y
8984                 removed the escaped string from internal structure
8985                 of matcher.
8986
8987 2002-10-12 [colin]      0.8.5claws31
8988
8989         * src/gtksctree.[ch]
8990           src/summaryview.c
8991                 Removed useless function gtksctree_reanchor
8992
8993 2002-10-12 [alfons]     0.8.5claws30
8994         
8995         * sync with remaining main changes 2002-10-09 - 2002-10-11
8996         - drop changes to src/compose.c (requires claws specific changes)
8997         
8998 2002-10-12 [alfons]     0.8.5claws29
8999         
9000         * sync with main changes of 2002-10-08
9001         - drop changes to src/compose.c (requires claws specific changes)
9002         - drop changes to src/summaryview.c (requires changes to compose.c)     
9003
9004 2002-10-12 [alfons]     0.8.5claws28
9005         
9006         * sync with main changes of 2002-10-07
9007
9008 2002-10-12 [alfons]     0.8.5claws27
9009
9010         * sync with main changes of 2002-10-04
9011         - drop changes to src/compose.c (requires claws specific changes)
9012         - drop changes to src/prefs_folder_item.c (claws implementation
9013           seems to be working)
9014
9015 2002-10-12 [colin]      0.8.5claws26
9016
9017         * src/mainwindow.c
9018                 Fix folder-flicker when space-reading, introduced 
9019                 in claws22.
9020
9021 2002-10-12 [colin]      0.8.5claws25
9022
9023         * src/compose.c
9024                 Save account address when saving as draft.
9025                 (closes bug 621838)
9026
9027 2002-10-12 [colin]      0.8.5claws24
9028
9029         * src/summaryview.c
9030                 Fix the problem consisting of no message selected
9031                 after the last message in a folder has been moved.
9032
9033 2002-10-12 [paul]       0.8.5claws23
9034
9035         * src/compose.c
9036           src/prefs_template.c
9037           src/template.[ch]
9038                 add Cc and Bcc to templates. Patch submitted by
9039                 John L. Males.
9040
9041 2002-10-12 [colin]      0.8.5claws22
9042
9043         * src/folderview.c
9044                 Fix a bug after "Check for new messages":
9045                 If a folder was opened, it was still selected at
9046                 the end of the check, but displayed empty.
9047         * src/mainwindow.c
9048                 Remove unnecessary check
9049
9050 2002-10-12 [paul]
9051
9052         * tools/README
9053                 be more verbose in the description of
9054                 OOo2sylpheed.pl
9055                 
9056
9057 2002-10-11 [colin]      0.8.5claws21
9058
9059         * src/mainwindow.c
9060                 Make space work (better) when no mail is selected
9061
9062 2002-10-11 [colin]      0.8.5claws20
9063
9064         * src/inc.c
9065           src/news.c
9066                 fix warnings
9067
9068 2002-10-11 [colin]      0.8.5claws19
9069
9070         * src/mainwindow.c
9071                 revert 0.8.5claws6 changes as i couldn't get to
9072                 anything satisfying
9073
9074 2002-10-11 [melvin]     0.8.5claws18
9075
9076         * src/compose.c
9077                 Removed buggy and unused macro (should have been committed in
9078                 0.8.5claws17)
9079
9080 2002-10-11 [melvin]     0.8.5claws17
9081
9082         * src/compose.c
9083                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9084
9085 2002-10-11 [thorsten]   0.8.5claws16 
9086
9087         * src/folderview.c
9088                 remove rescan warning
9089
9090 2002-10-11 [colin]      0.8.5claws15 
9091
9092         * src/procheader.c
9093                 fix a segfault that happens if conv_unmime_header
9094                 fails (should be better to find out why it fails)
9095
9096 2002-10-11 [christoph]  0.8.5claws14
9097
9098         * src/summaryview.c
9099                 update folderview stats after ignore/unignore thread
9100
9101 2002-10-11 [hoa]        0.8.5claws13
9102
9103         * src/quote_fmt_parse.y
9104                 Fixed a yacc/bison syntax error
9105         * src/matcher.c
9106                 Escaping of string is fixed.
9107
9108 2002-10-11 [colin]      0.8.5claws12
9109
9110         * src/imageview.c
9111                 Resize images to fit
9112
9113 2002-10-11 [paul]       0.8.5claws11
9114
9115         * po/es.po
9116                 updated by Ricardo Mones Lastra
9117
9118 2002-10-10 [alfons]     0.8.5claws10
9119
9120         * src/compose.c
9121                 allow dropping files by "moving" files from a file manager,
9122                 not only by the more cumbersome "copying". the latter 
9123                 mostly implies holding down the Control button
9124
9125 2002-10-10 [christoph]  0.8.5claws9
9126
9127         * src/summaryview.c
9128                 update folders after thread building for ignored threads
9129
9130 2002-10-10 [christoph]  0.8.5claws8
9131
9132         * config/.cvsignore
9133                 added Makefile
9134         * src/filtering.[ch]
9135         * src/folder.[ch]
9136         * src/folderview.[ch]
9137         * src/import.c
9138         * src/inc.[ch]
9139         * src/mbox.[ch]
9140         * src/procmsg.c
9141         * src/summaryview.[ch]
9142                 o added new flag need_update to FolderItem
9143                 o removed folder_table from various functions from tracking
9144                   folder updates
9145                 o set need_update flags in folder.c's move, copy and delete
9146                   functions and procmsg's flags functions
9147                 o added function folderview_update_items_when_required that
9148                   updates all folders with need_update set
9149                 o call folderview_update_items_when_required instead of
9150                   folderview_update_item_foreach
9151
9152 2002-10-09 [sergey]     0.8.5claws7
9153
9154         * src/compose.c
9155                 Strip CRs whel loading the text into editor in reedit mode.
9156
9157 2002-10-09 [colin]      0.8.5claws6
9158
9159         * src/mainwindow.c
9160                 Make Space work when no mail is selected
9161
9162 2002-10-09 [colin]      0.8.5claws5
9163
9164         * src/gtksctree.[ch]
9165                 Fix range_select
9166                 Add gtk_sctree_reanchor() 
9167         * src/summaryview.c
9168                 Use gtk_sctree_reanchor() - better fix for 
9169                 bug 60413
9170
9171 2002-10-09 [colin]      0.8.5claws4
9172
9173         * src/summaryview.c
9174                 Fix shift-click select after delete problem
9175                 (closes bug 60413)
9176
9177 2002-10-08 [thorsten]   0.8.5claws3
9178
9179         * src/summaryview.c
9180                 exclude current msg from -hide read messages-
9181
9182 2002-10-08 [colin]      0.8.5claws2
9183
9184         * src/inc.[ch]
9185           src/pop.c
9186           src/recv.c
9187                 Differentiate socket errors from disk full
9188                 errors
9189
9190 2002-10-08 [christoph]  0.8.5claws1
9191
9192         * Makefile.am
9193         * configure.in
9194                 modifications for new config directory
9195
9196         * config.guess  ** REMOVED **
9197         * config.sub    ** REMOVED **
9198         * install-sh    ** REMOVED **
9199         * ltmain.sh     ** REMOVED **
9200         * missing       ** REMOVED **
9201         * mkinstalldirs ** REMOVED **
9202                 these files are autogenerated by automake
9203                 when you run autogen.sh
9204
9205         * config/.cvsignore     ** NEW FILE **
9206         * config/Makefile.am    ** NEW FILE **
9207                 ignore autogenerated files
9208                 create a Makefile in this directory
9209
9210 2002-10-08 [paul]       0.8.5claws
9211
9212         * 0.8.5claws release
9213         
9214         * src/compose.c
9215           src/procheader.c
9216           src/procmsg.c
9217                 fix quote reply format for newsgroups reply bug
9218                 (thanks to Hoa)
9219                 
9220         * po/en_GB.po
9221           po/pl.po
9222                 updated by me and Witold Wladyslaw Wojciech Wilk
9223                 repectively
9224
9225 2002-10-07 [paul]       0.8.3claws53
9226
9227         * po/it.po
9228           po/pt_BR.po
9229           po/sr.po
9230                 updated messages catalogs, submitted by
9231                 Alessandro Maestri, Fabio Jr.Beneditto 
9232                 and Urke MMI, respectively.
9233
9234 2002-10-07 [christoph]  0.8.3claws52
9235
9236         * src/folder.[ch]
9237         * src/folderview.c
9238         * src/mainwindow.c
9239                 fix new folder ghost message bug
9240                 (closes bug [ 619722 ] wrong count for newly created folders)
9241
9242 2002-10-07 [christoph]  0.8.3claws51
9243
9244         * src/compose.c
9245                 fix news posting problem
9246
9247 2002-10-07 [melvin]     0.8.3claws50
9248
9249         * po/fr.po
9250                 Updated French translation
9251
9252 2002-10-05 [christoph]  0.8.3claws49
9253
9254         * src/gtkstext.c
9255                 check if line_start_cache is set in gtk_stext_update_text
9256                 (closes bug [ 618119 ] crash while doing search in folder)
9257
9258 2002-10-05 [christoph]  0.8.3claws48
9259
9260         * src/imap.c
9261         * src/news.c
9262         * src/utils.c
9263         * src/utils.h
9264                 implement cache cleanups for claws' folder system
9265                 (closes bug [ 595916 ] imapcache not cleaned up)
9266
9267 2002-10-05 [melvin]     0.8.3claws47
9268
9269         * src/prefs_actions.c
9270                 Made the help text more clear for the %p token
9271
9272 2002-10-04 [paul]       0.8.3claws46
9273
9274         * sync with 0.8.5
9275                 see ChangeLog 2002-10-02 and 2002-10-03
9276
9277 2002-10-04 [christoph]  0.8.3claws45
9278
9279         * src/inc.c
9280                 fix segfault caused by pop before smtp
9281                 call to inc_account_mail with NULL
9282                 pointer for mainwin
9283
9284 2002-10-04 [paul]       0.8.3claws44
9285
9286         * configure.in
9287                 sync the LDAP detection from 0.8.5cvs1
9288
9289 2002-10-02 [christoph]  0.8.3claws43
9290
9291         * po/de.po
9292                 fix small spelling error
9293
9294 2002-10-02 [melvin]     0.8.3claws42
9295
9296         * ac/aspell.m4
9297                 Behave better and say "no" when test program cannot be run.
9298
9299 2002-10-02 [paul]       0.8.3claws41
9300
9301         * sync with 0.8.4cvs1
9302                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9303                 
9304         * src/summaryview.c
9305                 toggle the behavior of Reply menuitem between
9306                 normal reply and reply-to-list
9307
9308 2002-10-01 [sergey]     0.8.3claws40
9309
9310         * src/compose.c
9311                 Convert newlines in the message text to the canonical form
9312                 before base64 encoding (RFC2045 compliance, fixes some
9313                 interoperability issues with Evolution 1.0.3)
9314
9315 2002-09-29 [colin]      0.8.3claws39
9316
9317         * src/summaryview.c
9318                 Fix an unwanted copy/paste
9319
9320 2002-09-29 [colin]      0.8.3claws38
9321
9322         * src/mainwindow.c
9323                 Renamed "Custom toolbar" to "Customize toolbar"
9324                 Renamed "Show all header" to "Show all headers"
9325                 Renamed "Set diplay item" to "Set displayed items"
9326         * src/prefs_common.c
9327                 Renamed "Show all header" to "Show all headers"
9328         * src/prefs_summary_column.c
9329                 Renamed "diplay item" to "displayed items"
9330
9331 2002-09-29 [colin]      0.8.3claws37
9332
9333         * src/mainwindow.[ch]
9334                 online/offline status pixmaps follow theme
9335                 changes
9336         * src/summaryview.[ch]
9337                 quicksearch pixmap follows theme changes
9338
9339 2002-09-29 [thorsten]   0.8.3claws36
9340
9341         * src/compose.c
9342           src/prefs_folder_item.[ch]
9343                 add default_reply_to folder option (closes patch 581044)
9344
9345 2002-09-29 [christoph]  0.8.3claws35
9346
9347         * acconfig.h    ** REMOVED **
9348         * configure.in
9349         * ac/aspell.m4
9350         * ac/check-type.m4
9351         * ac/gnupg-check-typedef.m4
9352                 fix autoheader 2.50 warning
9353
9354 2002-09-29 [christoph]  0.8.3claws34
9355
9356         * major code cleanup (part 2)
9357         
9358                 - unused variables removed
9359                 - unused functions removed
9360                 - uninitialized variables checked
9361                 - missing return statements added
9362                 - missing function return types added
9363                 - added parentheses around assignment
9364                   when suggested by gcc
9365
9366 2002-09-29 [alfons]     0.8.3claws33
9367
9368         * src/logwindow.c
9369                 log_window_clear(): only bracket gtk_text_forward_delete() 
9370                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9371                 works around GTK text bug)
9372
9373 2002-09-29 [paul]       0.8.3claws32
9374
9375         * po/bg.po
9376           po/sr.po
9377                 updated by George Danchev and Urke MMI
9378                 respectively
9379
9380 2002-09-27 [christoph]  0.8.3claws31
9381
9382         * doc-src/readme.txt
9383         * doc-src/rfc1806.txt   ** REMOVED **
9384         * doc-src/rfc2183.txt   ** NEW FILE **
9385         * doc-src/rfc2980.txt   ** NEW FILE **
9386                 update rfcs
9387
9388 2002-09-27 [melvin]     0.8.3claws30
9389
9390         * ac/aspell.m4
9391                 Fixed typo which could break linking
9392
9393 2002-09-27 [melvin]     0.8.3claws29
9394
9395         * ac/aspell.m4
9396                 Improved GNU/aspell checking. 
9397                 Fixed bug #614490
9398
9399 2002-09-27 [paul]       0.8.3claws28
9400
9401         * sync with 0.8.3cvs8
9402                 see ChangeLog 2002-09-27
9403
9404 2002-09-26 [colin]      0.8.3claws27
9405
9406         * src/toolbar.[ch]
9407           src/mainwindow.[ch]
9408                 Add "Reply to Mailing-list" to the toolbar
9409
9410 2002-09-26 [christoph]  0.8.3claws26
9411
9412         * src/summaryview.c
9413                 Fix wrong message counts in summaryview status
9414
9415 2002-09-26 [paul]       0.8.3claws25
9416
9417         * sync with 0.8.3cvs7
9418                 see ChangeLog 2002-09-26
9419
9420 2002-09-26 [paul]       0.8.3claws24
9421
9422         * sync with 0.8.3cvs6
9423                 see ChangeLog 2002-09-25
9424
9425 2002-09-25 [christoph]  0.8.3claws23
9426
9427         * src/prefs_common.c
9428         * src/prefs_folder_item.c
9429         * src/prefs_scoring.c
9430                 Renamed "kill score" to "hide score" in GUI
9431                 and prefs files
9432
9433 2002-09-25 [paul]       0.8.3claws22
9434
9435         * sync with 0.8.3cvs5
9436                 see ChangeLog 2002-09-24
9437
9438 2002-09-24 [alfons]     0.8.3claws21
9439
9440         patch by Satoshi Nagayasu: allows appending / saving multiple 
9441         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9442         'Save as ...'")
9443
9444         * AUTHORS
9445                 add Satoshi Nagayasu
9446         * src/summaryview.c
9447                 summary_save_as(): allow saving selected files to
9448                 one file
9449                 summary_set_menu_sensitive: enable "Save As..." when
9450                 multiple files are selected
9451         * src/utils.[ch]
9452                 append_file(): new function
9453
9454 2002-09-24 [colin]      0.8.3claws20
9455
9456         * src/procmime.c
9457                 Fix segfault when mimeinfo doesn't have a 
9458                 content_type. 
9459
9460 2002-09-24 [colin]      0.8.3claws19
9461
9462         * src/prefs_common.[ch]
9463                 Add a preference to display send dialog or not
9464         * src/send.c
9465                 Display send dialog according to preference
9466
9467 2002-09-24 [colin]      0.8.3claws18
9468
9469         * src/compose.[ch]
9470                 Disable user actions when sending
9471
9472 2002-09-24 [colin]      0.8.3claws17
9473
9474         * src/procmime.c
9475                 Do not display name or filename for attachments
9476                 with an application/pgp-signature type
9477                 (security flaw, see bug 537413)
9478
9479 2002-09-23 [colin]      0.8.3claws16
9480
9481         * src/editaddress.c
9482                 Initialize entry_email, entry_alias and 
9483                 entry_remarks to first email address of the list
9484
9485 2002-09-23 [colin]      0.83claws15
9486
9487         * src/compose.c
9488                 Drop pgp-signature when reediting a signed queued
9489                 message
9490
9491 2002-09-23 [melvin]     0.8.3claws14
9492
9493         * po/fr.po
9494                 Updated French translation
9495
9496 2002-09-23 [melvin]     0.8.3claws13
9497
9498         * src/mainwindow.c
9499                 Made custom toolbar menu labels more consistent
9500         * src/prefs_toolbar.c
9501                 Made custom toolbar window title more consistent
9502
9503 2002-09-22 [colin]      0.8.3claws12
9504
9505         * src/inc.c
9506                 Initialize session type to normal before getting 
9507                 mail (fixes strange Get behaviour)
9508         * src/prefs_account.h
9509                 Move STYPE_POP_BEFORE_SMTP to last position to 
9510                 avoid other side-effects
9511
9512 2002-09-22 [colin]      0.8.3claws11
9513
9514         * src/prefs_account.c
9515                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9516                 from pop3 to apop or vice-versa
9517
9518 2002-09-22 [colin]      0.8.3claws10
9519         
9520         * src/prefs_account.[ch]
9521                 Add an option for the POP before SMTP timeout
9522         * src/inc.c
9523                 Remember time of last POP connection
9524         * src/send.c
9525                 Do POP before SMTP only if timeout reached
9526
9527 2002-09-22 [oliver]     0.8.3claws9
9528         
9529         * README.claws
9530                 explain custom toolbar
9531
9532 2002-09-22 [oliver]     0.8.3claws8
9533
9534         * src/prefs_actions.[ch]
9535         custom toolbar for compose      
9536                 actions callback from compose toolbar
9537         * src/folderview.c
9538                 remove include toolbar.h
9539
9540 2002-09-22 [oliver]     0.8.3claws7
9541         
9542         * src/prefs_toolbar.[ch]
9543                 custom toolbar for compose
9544                 - generic prefs_toolbar handles both
9545                   Mainwin's toolbar as well as Compose toolbar          
9546
9547 2002-09-22 [oliver]     0.8.3claws6
9548         
9549         * src/toolbar.[ch]
9550                 custom toolbar for compose
9551                 restructure toolbar.[ch]
9552
9553 2002-09-22 [oliver]     0.8.3claws5
9554
9555         * src/compose.[ch]
9556                 custom toolbar for compose
9557
9558 2002-09-22 [oliver]     0.8.3claws4
9559         
9560         * src/mainwindow.[ch]
9561                 custom toolbar for compose 
9562                 move mainwin toolbar back to mainwindow
9563
9564 2002-09-22 [alfons]     0.8.3claws3
9565
9566         * src/procmsg.c
9567                 :%sno/if(/if (/gc
9568                 :%sno/for(/for (/gc
9569                 (beautify)
9570
9571 2002-09-22 [alfons]     0.8.3claws2
9572         
9573         * src/procmsg.c
9574                 procmsg_save_to_outbox(): don't unlink message file from queue;
9575                 callers should do it using folder_item_remove_msg()
9576
9577 2002-09-22 [colin]      0.8.3claws1
9578
9579         * src/mimeview.[ch]
9580                 Made mimeview_check_signature() public
9581         * src/textview.c
9582                 Made GPG signatures verifiable by clicking
9583                 the [application/pgp-signature] in the Text
9584                 view
9585
9586 2002-09-22 [paul]       0.8.3claws
9587
9588         * po/bg.po
9589           po/en_GB.po
9590           po/es.po
9591           po/it.po
9592           po/pl.po
9593           po/pt_BR.po
9594           po/sr.po
9595                 updated translations, submitted by George Danchev,
9596                 me, Ricardo Mones Lastra, Alessandro Maestri,
9597                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9598                 and Urke MMI, respectively.     
9599
9600 2002-09-22 [alfons]     0.8.2claws65
9601
9602         * src/procmsg.c
9603         * src/pgptext.c
9604                 no furry valgrinds have been used to plug these memleaks
9605
9606 2002-09-20 [paul]       0.8.2claws64
9607
9608         * sync with 0.8.3cvs4
9609                 'Select thread' re-implemented 
9610                 see ChangeLog 2002-09-20
9611
9612 2002-09-21 [alfons]     0.8.2claws63
9613
9614         * src/compose.c
9615                 compose_send(): plug unnoticed memleak
9616
9617 2002-09-20 [alfons]     0.8.2claws62
9618
9619         * src/addr_compl.c
9620                 replace_address_in_edit(): strict check for NULL address to
9621                 fix "[ 607348 ] Segfault in address completion". My guess is
9622                 that this happens with an empty address book, but it's good
9623                 to have this check here anyway
9624                 
9625                 completion_window_button_press(): free string returned 
9626                 from the internal cache
9627
9628 2002-09-20 [christoph]  0.8.2claws61
9629
9630         * src/procmime.h
9631                 added ENC_BINARY to EncodingType
9632         * src/procmime.c
9633                 the string returned by procmime_get_encoding_str
9634                 should not depend on the order of values in the
9635                 EncodingType definition
9636         * doc-src/rfc1806.txt   ** NEW FILE **
9637                 Added rfc1806 about MIME Content-Disposition
9638                 Extension
9639
9640 2002-09-19 [paul]       0.8.2claws60
9641
9642         * sync with 0.8.2cvs3
9643                 see ChangeLog 2002-09-19
9644
9645 2002-09-19 [paul]       0.8.2claws59
9646
9647         * src/prefs_folder_item.c
9648                 revert to Darko's original alignment of colour
9649                 selector button
9650                 add a colon to folder_color label
9651                 
9652         * src/compose.c
9653                 add Colin's patch (with Hiro's modifications) to 
9654                 force BASE64 encoding for 8-bit text when signing
9655                 (sync with 0.8.3cvs2)
9656
9657 2002-09-18 [alfons]     0.8.2claws58
9658
9659         * src/compose.c
9660                 :%sno/if(/if (/gc
9661                 :%sno/for(/for (/gc
9662                 (beautify a little bit)
9663
9664 2002-09-18 [christoph]  0.8.2claws57
9665
9666         * src/pine.c
9667                 fix handling of fgetc return value
9668
9669 2002-09-17 [alfons]     0.8.2claws56
9670         
9671         * src/summaryview.c
9672                 summary_sort(): check non-NULL summaryview->folder_item when no 
9673                 folder is selected at all
9674                 (closes "[ 610344 ] sort label make syl Crash")
9675
9676 2002-09-17 [alfons]     0.8.2claws55
9677         
9678         * src/compose.c
9679                 beautify a little bit
9680
9681 2002-09-17 [christoph]  0.8.2claws54
9682
9683         * src/folder.c
9684                 initialize max values for cache and folder
9685                 when cache or folder is empty
9686
9687 2002-09-15 [colin]      0.8.2claws53
9688
9689         * src/compose.c
9690                 Fix a leak (thanks Alfons!) and cleaned
9691                 variables names for custom headers
9692
9693 2002-09-15 [colin]      0.8.2claws52
9694
9695         * src/compose.c
9696                 Fix custom headers recognition when
9697                 prefs_common.trans_hdr is on
9698
9699 2002-09-15 [colin]      0.8.2claws51
9700
9701         * src/compose.c
9702                 Allow dynamically-added custom headers
9703                 Yet not reparsed if reedited
9704
9705 2002-09-15 [alfons]     0.8.2claws50
9706
9707         * src/prefs_account.c
9708                 fix warnings
9709
9710 2002-09-15 [colin]      0.8.2claws49
9711         
9712         * src/prefs_account.c
9713                 fix pop_before_smtp sensitivity
9714
9715 2002-09-15 [colin]      0.8.2claws48
9716
9717         * src/inc.[ch]
9718                 add inc_pop_before_smtp()
9719                 allow MainWindow to be undefined in 
9720                 inc_account_mail() and inc_start()
9721         * src/pop.c
9722           src/prefs_account.h
9723                 add STYPE_POP_BEFORE_SMTP session type
9724         * src/prefs_account.c
9725                 activated pop before smtp option
9726         * src/send.c
9727                 do pop before smtp if the relevant option 
9728                 is set
9729
9730 2002-09-15 [paul]       0.8.2claws47
9731
9732         * sync with 0.8.3
9733                 see ChangeLog 2002-09-15
9734
9735 2002-09-14 [paul]       0.8.2claws46
9736
9737         * po/bg.po
9738                 updated Bulgarian translation, submitted by
9739                 George Danchev
9740
9741 2002-09-13 [paul]       0.8.2claws45
9742
9743         * src/compose.c
9744                 merge claws' select_account() with main's
9745                 (new) compose_select_account(). [sync with
9746                 0.8.2cvs15, see ChangeLog 2002-09-11]
9747
9748 2002-09-12 [christoph]  0.8.2claws44
9749
9750         * src/filter.c
9751                 allocate 1 elements of FolderItem not 0
9752
9753 2002-09-12 [colin]      0.8.2claws43
9754
9755         * src/compose.c
9756                 Fix bug #590825 (obey Follow-up: poster)
9757
9758 2002-09-12 [colin]      0.8.2claws42
9759
9760         * src/procmime.c
9761                 Fix bug #557009 (wrong headers for messages 
9762                 forwarded as attachments)
9763
9764 2002-09-11 [colin]      0.8.2claws41
9765         
9766         * src/compose.c
9767                 Put SCF: pseudo-header on top of message
9768                 Set draft tmp_flag when saved as draft
9769
9770         * src/procmsg.c
9771           src/procheader.c
9772                 Skip after first \n\n for beginning of real message
9773                 for drafts too
9774
9775 2002-09-11 [christoph]  0.8.2claws40
9776
9777         * src/filtering.c
9778                 use procmsg flag functions in filtering or processing
9779                 will cause incorrect folder message counts
9780
9781 2002-09-11 [colin]      0.8.2claws39
9782
9783         * src/compose.c
9784                 Fix bug #550175 - wrong save folder when reediting
9785                 drafts
9786
9787 2002-09-11 [paul]       0.8.2claws38
9788
9789         * sync with 0.8.2cvs14
9790                 see ChangeLog 2002-09-11
9791
9792 2002-09-11 [colin]      0.8.2claws37
9793
9794         * src/folder.c
9795                 Fix a typo (seeming to cause new/unread status to
9796                 be lost)
9797
9798 2002-09-10 [christoph]  0.8.2claws36
9799
9800         * src/compose.c
9801                 compose_redirect should not use compose_generic_new
9802                 because that does more stuff than expected including
9803                 opening the external editor
9804                 (closes bug "[ 526608 ] bounced messages appear blank
9805                  in editor")
9806
9807 2002-09-10 [christoph]  0.8.2claws35
9808
9809         * src/folder.c
9810                 fix problem with too large message number range
9811                 causing a crash in folder_item_scan
9812
9813 2002-09-10 [paul]       0.8.2claws34
9814
9815         * sync with 0.8.2cvs13
9816                 see ChangeLog 2002-09-10
9817
9818 2002-09-10 [christoph]  0.8.2claws33
9819
9820         * src/msgcache.c
9821                 set MsgInfo TmpFlags for queue and draft folders
9822                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9823
9824 2002-09-10 [paul]       0.8.2claws32
9825
9826         * AUTHORS
9827           po/bg.po      ** NEW FILE **
9828                 new Bulgarian translation submitted by
9829                 George Danchev <danchev@spnet.net>
9830                 
9831         * tools/Makefile.am
9832           tools/README
9833           tools/tb2sylpheed     ** NEW FILE **
9834                 add script that converts an addressbook exported
9835                 from The Bat! into a Sylpheed addressbook. Submitted
9836                 by Urke MMI <urke-kg@eunet.yu>
9837
9838 2002-09-10 [paul]       0.8.2claws31
9839
9840         * sync with 0.8.2cvs12
9841                 see ChangeLog 2002-09-10
9842
9843 2002-09-06 [paul]       0.8.2claws30
9844
9845         * src/prefs_common.c
9846                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9847                 
9848         * tools/Makefile.am
9849           tools/README
9850           tools/ldif-to-xml.py  ** REMOVED **
9851                 remove obsolete python script
9852
9853 2002-09-06 [paul]       0.8.2claws29
9854
9855         * sync with 0.8.2cvs10
9856                 see ChangeLog 2002-09-06
9857
9858 2002-09-04 [paul]       0.8.2claws28
9859
9860         * sync with 0.8.2cvs9
9861                 see ChangeLog 2002-08-04
9862
9863 2002-09-04 [colin]      0.8.2claws27 
9864
9865         * src/prefs_common.[ch]
9866                 Added signature color configuration
9867         * src/textview.c
9868                 Use user-specified signature color
9869
9870 2002-09-03 [colin]      0.8.2claws26
9871
9872         * src/prefs_common.[ch]
9873                 Added autosave and autosave_length prefs
9874         * src/compose.c
9875                 Added compose_remove_draft()
9876                 Auto-save drafts according to the prefs
9877         * src/main.c
9878                 Added a crash-indicator file, allowing to check
9879                 for new messages on startup if Sylpheed crashed
9880                 (makes saved drafts "reappear")
9881
9882 2002-09-03 [colin]      0.8.2claws25
9883
9884         * src/textview.[ch]
9885                 Grey the signature
9886
9887 2002-09-03 [paul]       0.8.2claws24
9888
9889         * sync with 0.8.2cvs8
9890                 see ChangeLog 2002-09-02 and 2002-09-03
9891
9892 2002-09-03 [darko]      0.8.2claws23
9893
9894         * src/folderview.c
9895                 use normal style when creating new folder to pick
9896                 proper font size 
9897
9898 2002-09-02 [melvin]     0.8.2claws22
9899
9900         * src/gtkaspell.m4
9901                 removed some obsolete code
9902
9903 2002-09-02 [melvin]     0.8.2claws21
9904
9905         * ac/aspell.m4
9906                 fixed test's equality sign (== to =)
9907
9908 2002-09-02 [alfons]     0.8.2claws20
9909
9910         * src/folder.c
9911         * src/mh.c
9912                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9913                 as folder->destroy virtual as suggested by Hiro
9914                 (the mh.c code seems to have been lost around mh.c.1.21)
9915
9916 2002-09-02 [paul]       0.8.2claws19
9917
9918         * po/pt_BR.po
9919                 updated by Fabio Jr. Beneditto
9920                 
9921         * src/defs.h
9922                 use 'http://claws.sylpheed.org' for homepage link. 
9923                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9924
9925 2002-09-01 [alfons]     0.8.2claws18
9926
9927         * src/mh.c
9928                 plug memleak related to one Martin Kluge found
9929
9930 2002-08-31 [paul]       0.8.2claws17
9931
9932         * sync with 0.8.2cvs6
9933                 see ChangeLog 2002-08-30
9934
9935 2002-08-31 [alfons]     0.8.2claws16
9936
9937         * src/folder.c
9938                 folder_destroy(): remove mailbox from folderlist even if it has
9939                 no destroy virtual
9940
9941 2002-08-31 [alfons]     0.8.2claws15
9942
9943         * src/folder.c
9944                 :%sno/if(/if (/gc
9945                 :%sno/for(/for (/gc
9946                 (being pedantic I know)
9947
9948 2002-08-31 [alfons]     0.8.2claws14
9949
9950         * src/folder.c
9951                 check for NULL pointers returned from folder->fetch_msginfo virtual
9952                 (should solve some reported crashes)
9953
9954 2002-08-30 [alfons]     0.8.2claws13
9955
9956         * acconfig.h
9957         * configure.in
9958         * src/crash.c
9959                 enable crash dialog on compilation time
9960                 (--enable-crash-dialog configure option)
9961
9962 2002-08-30 [alfons]     0.8.2claws12
9963
9964         * AUTHORS
9965                 add Martin Kluge
9966         * src/mh.c
9967                 apply memory leak plug patch by Martin Kluge
9968                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9969                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9970                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9971
9972 2002-08-30 [darko]      0.8.2claws11
9973
9974         * src/folderview.c
9975                 copy Gtk style from normal style to match
9976                 font size for coloured folders
9977
9978 2002-08-29 [alfons]     0.8.2claws10
9979
9980         * sylpheed.desktop
9981                 Type=Internet <- Type=Application
9982                 (reported by Michael Schwendt, see:
9983                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9984                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9985
9986 2002-08-29 [paul]       0.8.2claws9
9987
9988         * sync with 0.8.2cvs5
9989                 see ChangeLog 2002-08-29
9990
9991 2002-08-29 [colin]      0.8.2claws8
9992
9993         * src/summaryview.c
9994                 Added a sanity check in summary_select_thread
9995                 Should fix bug 601605
9996
9997 2002-08-29 [colin]      0.8.2claws7
9998
9999         * src/main.c
10000                 Revert claws6 changes regarding bug #591676
10001
10002 2002-08-28 [colin]      0.8.2claws6
10003         
10004         * src/main.c
10005                 Ignore cache for queue folderitems
10006                 Fix bug #591676
10007
10008 2002-08-28 [melvin]     0.8.2claws5
10009
10010         * README.claws
10011                 Fixed typos.
10012
10013 2002-08-28 [melvin]     0.8.2claws4
10014
10015         * README.claws
10016                 Updated a bit the text concerning the spell checker
10017
10018 2002-08-28 [melvin]     0.8.2claws3
10019
10020         Merged the GNU_aspell_branch:
10021                 Support of new GNU/aspell is now included and the old pspell
10022                 is not supported anymore.
10023                 See README.claws
10024
10025         * README.claws
10026                 Updated spell checker text to reflect the switch to GNU/aspell
10027
10028         * ac/aspell.m4          *** NEW ***
10029         * src/gtkaspell.[ch]    *** NEW *** 
10030         * ac/pspell.m4          *** DELETED *** 
10031         * src/gtkspell.[ch]     *** DELETED ***
10032
10033         * ac/Makefile.am
10034                 Updated for GNU/aspell support
10035
10036         * po/POTFILES.in
10037                 Replaced gtkspell.c by gtkaspell.c
10038
10039         * acconfig.h
10040         * src/Makefile.am
10041         * src/about.c
10042         * src/compose.[ch]
10043         * src/crash.c
10044         * src/main.c
10045         * src/prefs_common.[ch]
10046                 Updated for GNU/aspell support
10047
10048 2002-08-28 [paul]       0.8.2claws2
10049
10050         * sync with 0.8.2cvs4
10051                 see ChangeLog 2002-08-27 and 2002-08-28
10052
10053 2002-08-28 [colin]      0.8.2claws1
10054
10055         * src/summary_search.c
10056                 Added "AND search"
10057
10058 2002-08-28 [jens]       0.8.2claws
10059
10060         *po/de.po
10061                 Updated German translations
10062
10063 2002-08-27 [melvin]     0.8.2claws
10064
10065         * po/fr.po
10066                 Updated French translations
10067
10068 2002-08-27 [paul]       0.8.2claws
10069
10070         * sync with 0.8.2 main release
10071
10072         * po/en_GB.po
10073           po/es.po
10074           po/it.po
10075           po/pl.po
10076           po/pt_BR.po
10077           po/sr.po
10078                 updated message catalogs submitted by
10079                 Ricardo Mones Lastra, Alessandro Maestri,
10080                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10081                 Beneditto and Urke MMI  
10082
10083 2002-08-27 [hoa]        0.8.1claws123
10084
10085         * src/mainwindow.[ch]
10086         * src/summaryview.[ch]
10087                 removed the "filter setting" menu option.
10088                 add a "cancel a news message" menu option.
10089
10090 2002-08-26 [martin]     0.8.1claws122
10091
10092         * ChangeLog.claws
10093                 changed string under 0.8.1claws79 changed by myself
10094                 i'm sorry alfons :(
10095
10096 2002-08-26 [martin]     0.8.1claws121
10097
10098         * src/crash.c
10099                 added kill command to debuggerrc to start crash dialog
10100
10101 2002-08-26 [paul]       0.8.1claws120
10102
10103         * sync with 0.8.1cvs31
10104                 see ChangeLog 2002-08-26
10105
10106 2002-08-25 [alfons]     0.8.1claws119
10107
10108         * src/procmsg.c
10109                 fix bug that didn't send out correct headers to news server
10110                 when sending news article and email from queue (bug reported
10111                 and patch provided by Tim Mann; closes bug 
10112                 "[ 583196 ] 0.7.8claws can't post news")
10113
10114 2002-08-25 [alfons]     0.8.1claws118
10115
10116         * src/selective_download.c
10117                 mark two strings as translatable
10118                 (thanks to Urke MMI for pointing this out)
10119
10120 2002-08-25 [alfons]     0.8.1claws117
10121
10122         * src/summaryview.c
10123                 treat sent boxes as special and allow sorting them by addressee
10124                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10125                 submitted by Steve Lamb)
10126
10127 2002-08-24 [alfons]     0.8.1claws116
10128
10129         * src/matcher.c
10130                 fix memleak reported by Martin Kluge
10131                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10132
10133 2002-08-24 [oliver]     0.8.1claws115
10134
10135         * src/prefs_toolbar.c
10136                 o code cleanup as suggested by Alfons
10137                 o memleak fix
10138
10139 2002-08-24 [alfons]     0.8.1claws114
10140
10141         * src/summaryview.c
10142                 o fix another memory leak reported by Martin Kluge
10143                   (see "[ 599568 ] Small Memory Leak")
10144                 o remove 'from' variable from 'summary_set_header()'; we can
10145                   do with just 'to' 
10146
10147 2002-08-24 [paul]       0.8.1claws113
10148
10149         * sync with 0.8.1cvs30
10150                 see ChangeLog 2002-08-23
10151
10152 2002-08-24 [alfons]     0.8.1claws112
10153
10154         * src/summaryview.c
10155                 remove unnecessary allocations for search bar fixing leaks
10156                 reported by Martin Kluge
10157                 (see "[ 599451 ] Further memory leaks?")
10158
10159 2002-08-24 [alfons]     0.8.1claws111
10160
10161         * src/main.c
10162                 make get_socket_name() public for crash.c
10163         * src/crash.c
10164                 o make report bug button work (goes to claws' 
10165                   bug tracker at sf.net)
10166                 o introduce function for doing important stuff just
10167                   before claws goes down
10168                 o clean up code 
10169
10170 2002-08-24 [alfons]     0.8.1claws110
10171
10172         * src/compose.c
10173                 move cursor to "To" entry when forwarding as attachment
10174                 (reported and solved by Steve Lamb, closes bug report
10175                 "[ 592880 ] Forward as attachment; cursor not in to")
10176
10177 2002-08-24 [colin]      0.8.1claws109
10178
10179         * src/mainwindow.c
10180                 fix quick search visibility after GUI (de)separations.
10181
10182 2002-08-23 [colin]      0.8.1claws108
10183
10184         * src/mainwindow.c
10185                 fix header pane visibility after folderview or
10186                 messageview (de)separation
10187
10188 2002-08-23 [paul]       0.8.1claws107
10189
10190         * src/mainwindow.[ch]
10191           src/toolbar.c
10192                 give full control of display or non-display 
10193                 of the Execute icon to Custom toolbar settings.
10194                 add new sensitivity condition to maninwindow.h: 
10195                 M_DELAY_EXEC
10196
10197         * ChangeLog
10198           ChangeLog.jp
10199           NEWS
10200                 more sync with 0.8.1cvs29
10201
10202 2002-08-23 [melvin]     0.8.1claws106
10203
10204         * src/alertpanel.c
10205                 Readded support for custom widget in alertpanel lost in last
10206                 sync.
10207
10208 2002-08-23 [paul]       0.8.1claws105
10209
10210         * sync with 0.8.1cvs29
10211                 see ChangeLog 2002-08-23
10212
10213 2002-08-23 [colin]      0.8.1claws104
10214
10215         * src/summaryview.c
10216                 Fix folder and search pixmaps exchanging positions
10217                 after theme or toolbar changes. Thank to Oliver for 
10218                 reporting this.
10219
10220 2002-08-23 [colin]      0.8.1claws103
10221
10222         * src/mainwindow.c
10223           src/messageview.[ch]
10224           src/noticeview.[ch]
10225           src/summaryview.c
10226                 Changed messageview_create() and noticeview_create()
10227                 to avoid the last gdk_warning
10228
10229 2002-08-22 [colin]      0.8.1claws102
10230
10231         * src/summaryview.c
10232                 Fix my new `Creating pixmap from xpm' warning
10233
10234 2002-08-22 [colin]      0.8.1claws101
10235
10236         * src/mainwindow.c
10237                 Fix some of the gdk warnings
10238
10239 2002-08-22 [colin]      0.8.1claws100
10240
10241         * src/Makefile.am
10242         * src/stock_pixmap.c
10243         * src/stock_pixmap.h
10244         * src/pixmaps/quicksearch.xpm *ADDED*
10245                 Add the quicksearch pixmap
10246         * src/mainwindow.c
10247         * src/summaryview.c
10248         * src/summaryview.h
10249                 Make quicksearch bar visible/hidden via a button
10250
10251 2002-08-22 [christoph]  0.8.1claws99
10252
10253         * src/folder.c
10254                 fix folder update for newsgroups with message
10255                 numbers below minimum number of articles to fetch
10256                 (closes bug #598445)
10257
10258 2002-08-22 [paul]       0.8.1claws98
10259
10260         * sync with 0.8.1cvs28
10261                 see ChangeLog 2002-08-22
10262
10263 2002-08-21 [alfons]     0.8.1claws97
10264
10265         * src/crash.c
10266                 use bt instead of bt full which seems to work 
10267                 better, and bt full doesn't give a great deal 
10268                 of information anyway
10269
10270 2002-08-21 [colin]      0.8.1claws96
10271
10272         * src/summaryview.c
10273                 fix summaryview_searchtype_changed prototype
10274
10275 2002-08-21 [christoph]  0.8.1claws95
10276
10277         * src/mainwindow.c
10278                 o fix broken menu update for sorting type, we have to
10279                   get this info from the summaryview now
10280                 o removed setting of threaded state in menu callback
10281         * src/summaryview.[ch]
10282                 more summaryview/folderitem seperation for
10283                 threading option
10284         * configure.in
10285                 removed not required --with-compiler-flags option
10286
10287 2002-08-21 [oliver]     0.8.1claws94
10288         
10289         * src/toolbar.h 
10290                 o rename toolbar.xml to toolbar_main.xml
10291                   since toolbar_compose.xml might come up 
10292                   any time soon
10293         * README.claws
10294                 add custom toolbar              
10295
10296 2002-08-21 [darko]      0.8.1claws93
10297
10298         * src/procmsg.c
10299                 don't reset tmp flags for messages copied
10300                 to sent folder
10301
10302 2002-08-21 [colin]      0.8.1claws92
10303         
10304         * src/prefs_filtering.c
10305                 fix renaming rules on folder rename 
10306                 when folder is not a leaf folder
10307
10308 2002-08-21 [paul]       0.8.1claws91
10309
10310         * src/prefs_folder_item.c
10311                 fix alignment of colour selector
10312
10313 2002-08-21 [paul]       0.8.1claws90
10314
10315         * sync with 0.8.1cvs27
10316                 see ChangeLog 2002-08-21
10317
10318 2002-08-21 [paul]       0.8.1claws89
10319
10320         * src/summaryview.c
10321                 fix crash when changing field type in
10322                 Quick search bar
10323
10324 2002-08-21 [colin]      0.8.1claws88
10325
10326         * src/summaryview.c
10327                 Made quick search case-insensitive
10328
10329 2002-08-21 [paul]       0.8.1claws87
10330
10331         * sync with 0.8.1cvs26
10332                 see ChangeLog 2002-08-21
10333
10334 2002-08-20 [christoph]  0.8.1claws86
10335
10336         * src/folderview.c
10337         * src/main.c
10338         * src/summaryview.[ch]
10339                 more summaryview/folderitem seperation for
10340                 sort_key and sort_type
10341         * src/procmsg.c
10342                 added missing return statement
10343
10344 2002-08-20 [colin]      0.8.1claws85
10345
10346         * src/summaryview.[ch]
10347                 Added a quick search box
10348         * src/mainwindow.c
10349         * src/prefs_common.[ch]
10350                 Added a show/hide option for the quick search
10351
10352 2002-08-20 [oliver]     0.8.1claws84
10353         
10354         * src/mainwindow.c
10355                 remove toolbar_create_popups
10356         * src/toolbar.[ch]
10357                 o remove toolbar_create_popups
10358                 o fix toolbar_set_sensitive 
10359                   (Bug reports #596834 and #596832)     
10360         * src/prefs_toolbar.c
10361                 o add "Set default" button
10362                 o align label and text + combo widgets
10363
10364 2002-08-20 [hoa]        0.8.1claws83bis
10365
10366         * src/imap.c
10367                 fixed a bug in imap_fetch_msginfo() in case there is no
10368                 current folder.
10369
10370 2002-08-20 [darko]      0.8.1claws83
10371
10372         * src/folderview.c
10373                 copy the color style of folder view so it
10374                 works with GTK themes
10375
10376 2002-08-20 [darko]      0.8.1claws82
10377
10378         * src/folder.h
10379         * src/folderview.c
10380         * src/prefs_folder_item.[hc]
10381                 don't use UI stuff in folder.h
10382
10383 2002-08-20 [darko]      0.8.1claws81
10384
10385         * src/folder.h
10386         * src/prefs_folder_item.h
10387         * src/folderview.c
10388         * src/prefs_folder_item.c
10389                 ability to set folder color in folderview
10390
10391 2002-08-19 [alfons]     0.8.1claws80
10392
10393         * src/summaryview.c
10394                 fix one of the earlier memleaks reported by Martin Kluge
10395
10396 2002-08-19 [alfons]     0.8.1claws79
10397
10398         * src/mainwindow.c
10399                 hide notice view when selecting seperate folder
10400                 view (reported by Urke MMI)
10401
10402 2002-08-19 [christoph]  0.8.1claws78
10403
10404         * src/folderview.c
10405         * src/prefs_folder_item.h
10406         * src/summaryview.[ch]
10407                 o add summary_set_prefs_from_folderitem to set
10408                   summaryview prefs (first step to remove all
10409                   references to the folderitem in summaryview)
10410                 o moved compiled regex stuff from folderitem prefs
10411                   to summaryview code
10412
10413 2002-08-19 [paul]       0.8.1claws77
10414
10415         * src/compose.c
10416                 add check for '.' to QUOTE_IF_REQUIRED
10417
10418 2002-08-19 [paul]       0.8.1claws76
10419
10420         * src/inc.c
10421                 sync with 0.8.1cvs25 (plug memory leak)
10422
10423         * src/prefs_toolbar.c
10424                 re-order prefs_toolbar_cancel()
10425
10426 2002-08-18 [alfons]     0.8.1claws75
10427
10428         * src/inc.c
10429         * src/matcher.c
10430                 plug other memleaks reported by Martin Kluge
10431
10432 2002-08-18 [paul]       0.8.1claws74
10433
10434         * po/pt_BR.po
10435                 updated by Fabio Jr. Beneditto
10436
10437 2002-08-18 [paul]       0.8.1claws73
10438
10439         * src/toolbar.[ch]
10440                 fix bug where tooltips were displayed untranslated              
10441
10442         * src/prefs_toolbar.c
10443                 fix bug where clicking 'Cancel' creates an icon & text
10444                 toolbar regardless of prefs
10445         
10446
10447 2002-08-17 [oliver]     0.8.1claws72
10448
10449         * src/prefs_toolbar.c
10450                 update toolbar on CANCEL
10451                 bug reported by Martin Kluge
10452         * src/toolbar.c
10453                 toolbar_destroy memleak fixed           
10454
10455 2002-08-17 [alfons]     0.8.1claws71
10456
10457         * src/toolbar.c
10458                 plug another memleak reported by Martin Kluge
10459
10460 2002-08-16 [alfons]     0.8.1claws70
10461
10462         * src/crash.c
10463                 use execvp() correctly (suggested by wwp; thanks!)
10464
10465 2002-08-16 [alfons]     0.8.1claws69
10466
10467         * src/gtksctree.c
10468                 plug memory leak reported by Kim Schultz & Martin Kluge
10469
10470 2002-08-16 [paul]       0.8.1claws68
10471
10472         * po/es.po
10473                 updated by Ricardo Mones Lastra
10474
10475 2002-08-16 [paul]       0.8.1claws67
10476
10477         * src/toolbar.h
10478                 fix bug where 'Compose News' icon showed wrong
10479                 tooltip
10480
10481 2002-08-16 [paul]       0.8.1claws66
10482
10483         * sync with 0.8.1cvs24
10484                 see ChangeLog 2002-08-16
10485
10486         * po/it.po
10487                 updated by Alessandro Maestri
10488
10489 2002-08-15 [paul]       0.8.1claws65
10490
10491         * po/sr.po
10492                 updated by Urke MMI
10493
10494 2002-08-15 [paul]       0.8.1claws64
10495
10496         * src/*.c
10497                 don't translate debug info
10498
10499         * src/matcher.[ch]
10500                 add copyright info
10501
10502 2002-08-15 [paul]       0.8.1claws63
10503
10504         * src/prefs_toolbar.c
10505                 fix bug where clicking 'OK' creates an icon & text
10506                 toolbar regardless of prefs
10507
10508 2002-08-14 [alfons]     0.8.1claws62
10509
10510         * src/main.c
10511                 add global var that has the full argv[0]
10512         * src/crash.c
10513                 o execvp the correct sylpheed by using argv0
10514                   and setting the correct work dir
10515                 o other tweaks  
10516
10517 2002-08-14 [oliver]     0.8.1claws61
10518         
10519         * enable/disable Toolbar Action Buttons 
10520         * code cleanups
10521         * src/mainwindow.c
10522         * src/toolbar.[ch]      
10523         * src/prefs_toolbar.c   
10524
10525 2002-08-14 [melvin]     0.8.1claws60
10526
10527         * po/fr.po
10528                 Updated French translations
10529
10530 2002-08-14 [melvin]     0.8.1claws59
10531
10532         * src/crash.c
10533                 Made bug report not translatable
10534         * src/exporthtml.c
10535                 Fixed exporthtml_build_filespec() return value
10536         * src/foldersel.c
10537                 Fixed incorrect include file
10538         * src/gtkspell.c
10539         * src/prefs_actions.c
10540         * src/prefs_toolbar.c
10541                 Made debug info not translatable
10542         * src/mutt.c
10543         * src/quote_fmt.c
10544                 Added missing includes
10545         * src/prefs_common.c
10546                 Fixed typo
10547
10548 2002-08-14 [paul]       0.8.1claws58
10549
10550         * faq/es/sylpheed-faq.html
10551           faq/es/sylpheed-faq-[1-3].html
10552           faq/es/sylpheed-faq-4.html     **NEW FILE **
10553                 update Spanish FAQ
10554
10555 2002-08-13 [christoph]  0.8.1claws57
10556
10557         * src/procmsg.c
10558                 ignore thread fix that did not mark all
10559                 child nodes of a ignored thread as
10560                 ignored. Does not work perfectly yet,
10561                 but it is better now
10562
10563 2002-08-13 [alfons]     0.8.1claws56
10564
10565         * src/crash.c
10566                 o implement 'save crash log'
10567                 o some tweaks
10568
10569 2002-08-13 [melvin]     0.8.1claws55
10570
10571         * src/main.c
10572                 removed unrequired "execinfo.h" header
10573
10574 2002-08-12 [paul]       0.8.1claws54
10575
10576         * faq/en/sylpheed-faq.html
10577           faq/en/sylpheed-faq-[1-3].html
10578           faq/en/sylpheed-faq-4.html     **NEW FILE **
10579                 update English FAQ
10580
10581 2002-08-12 [alfons]     0.8.1claws53
10582
10583         * po/POTFILES.in
10584                 add crash.c to translatables
10585         * src/crash.c
10586                 bring in Leandro's crash dialog
10587
10588 2002-08-11 [alfons]     0.8.1claws52
10589
10590         * src/crash.c
10591                 clean up some warnings
10592
10593 2002-08-11 [alfons]     0.8.1claws51
10594
10595         * acconfig.h
10596         * configure.in
10597         * src/crash.[ch]        ** NEW FILES **
10598         * src/main.c            
10599                 initial gdb crash handler
10600
10601 2002-08-11 [paul]       0.8.1claws50
10602
10603         * src/prefs_toolbar.c
10604                 replace Up/Down arrow pixmaps with text to be
10605                 consistent across icon themes
10606
10607 2002-08-11 [paul]       0.8.1claws49
10608
10609         * src/prefs_common.c
10610           src/prefs_toolbar.c
10611                 rename 'Pixmap' -> 'Icon'
10612
10613         * src/toolbar.[ch]
10614                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10615
10616 2002-08-10 [paul]       0.8.1claws48
10617
10618         * src/prefs_toolbar.c
10619                 re-work the UI
10620
10621 2002-08-10 [paul]       0.8.1claws47
10622
10623         * src/main.c
10624                 don't write Processing progress to status bar
10625                 patch submitted by Alexander Evseev
10626
10627         * src/prefs_toolbar.c
10628                 re-position and resize window
10629                 make window assume correct size on first call
10630
10631 2002-08-10 [paul]       0.8.1claws46
10632
10633         * src/mainwindow.c
10634           src/prefs_toolbar.c
10635           src/toolbar.c
10636           src/toolbar.h
10637                 obey coding style
10638                 follow UI text conventions
10639
10640 2002-08-10 [alfons]     0.8.1claws45
10641
10642         * src/toolbar.c
10643                 correct pixmap for delete action
10644
10645 2002-08-10 [paul]       0.8.1claws44
10646
10647         * po/pt_BR.po
10648                 updated by Fabio Jr. Beneditto
10649
10650 2002-08-10 [paul]       0.8.1claws43
10651
10652         * po/POTFILES.in
10653                 add custom toolbar files
10654
10655 2002-08-10 [paul]       0.8.1claws42
10656
10657         * sync with 0.8.1cvs22
10658                 see ChangeLog 2002-08-09
10659
10660 2002-08-09 [paul]       0.8.1claws41
10661
10662         * tools/Makefile.am
10663           tools/README
10664           tools/outlook2sylpheed.pl     ** NEW FILE **
10665                 add script to convert exported Outlook
10666                 contacts list to a Sylpheed addressbook.
10667                 Submitted by Ricardo Mones Lastra.
10668
10669 2002-08-09 [paul]       0.8.1claws40
10670
10671         * AUTHORS
10672           configure.in
10673           po/sr.po      ** NEW FILE **
10674                 add Serbian message catalog. Submitted by
10675                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10676
10677 2002-08-09 [paul]       0.8.1claws39
10678
10679         * sync with 0.8.1cvs21
10680                 see ChangeLog 2002-08-08
10681
10682 2002-08-08 [oliver]     0.8.1claws38
10683
10684         * src/mainwindow.c
10685                 move Custom Toolbar to Configuration menu
10686
10687 2002-08-08 [oliver]     0.8.1claws37
10688
10689         * src/prefs_toolbar.c
10690                 fix substitute pixmap bug
10691
10692 2002-08-08 [paul]       0.8.1claws36
10693
10694         * sync with 0.8.1cvs19
10695                 see ChangeLog 2002-08-08
10696
10697 2002-08-07 [christoph]  0.8.1claws35
10698
10699         * src/utils.c
10700                 fixed a memory leak in new canonicalize_file_replace
10701
10702 2002-08-07 [christoph]  0.8.1claws34
10703
10704         * src/utils.[ch]
10705                 o canonicalize_file_replace should create the temporary
10706                   file in the same directory as the original file.
10707                 o added get_tmpfile_in_dir that creates a temorary file
10708                   in a specified directory.
10709
10710 2002-08-07 [melvin]     0.8.1claws33
10711
10712         * src/toolbar.c
10713                 fixed bug where 'Article' button acted as 'Email' button.
10714
10715 2002-08-07 [paul]       0.8.1claws32
10716
10717         * sync with 0.8.1.cvs17
10718                 see ChangeLog 2002-08-07
10719
10720 2002-08-07 [colin]      0.8.1claws31
10721         
10722         * src/news.c
10723                 fix mass-cancel problem
10724
10725 2002-08-07 [thorsten]   0.8.1claws30
10726
10727         * src/prefs_toolbar.c
10728                 fix: crash on replace or add new button
10729         * src/toolbar.c
10730                 fix: close xmlfile after reading
10731         * src/utils.c
10732                 fix: unlink() file before rename()
10733
10734 2002-08-06 [paul]       0.8.1claws29
10735
10736         * sync with 0.8.cvs15
10737                 see ChangeLog 2002-08-06
10738
10739 2002-08-06 [oliver]     0.8.1claws28
10740
10741         * src/toolbar.c
10742         * src/prefs_toolbar.c
10743                 fixed empty toolbar issue
10744
10745 2002-08-06 [oliver]     0.8.1claws27
10746
10747         * Custom Toolbar Final 
10748         * src/folderview.c
10749         * src/inc.c
10750         * src/summaryview.c
10751                 o toolbar stuff now lives in src/toolbar.[ch]
10752                 o main_window_toolbar_* functions are renamed to
10753                   toolbar_* reflecting their new source file
10754         * src/mainwindow.[ch]
10755                 o remove toolbar stuff  
10756
10757 2002-08-06 [oliver]     0.8.1claws26
10758         
10759         * src/Makefile.am
10760         * src/prefs_toolbar.[ch]        **New File**
10761         * src/toolbar.[ch]              **New File**
10762                 o prefs_toolbar.[ch] custom toolbar frontend
10763                 o toolbar.[ch]       backend 
10764
10765 2002-08-06 [oliver]     0.8.1claws25
10766
10767         * src/prefs_actions.[ch]
10768                 o new exported function actions_execute
10769
10770 2002-08-06 [paul]       0.8.1claws24
10771
10772         * sync with 0.8.1cvs4
10773                 see ChangeLog 2002-08-06
10774
10775 2002-08-06 [paul]       0.8.1claws23
10776
10777         * sync with 0.8.1cvs13
10778                 see ChangeLog 2002-08-06
10779
10780 2002-08-06 [paul]       0.8.1claws22
10781
10782         * sync with 0.8.1cvs12
10783                 see ChangeLog 2002-08-05 and 2002-08-06
10784
10785 2002-08-06 [match]      0.8.1claws21
10786
10787         * src/addrclip.c
10788                 improvements to cut/copy/paste address
10789
10790 2002-08-05 [match]      0.8.1claws20
10791
10792         * src/addritem.[ch]
10793         * src/addrcache.c
10794         * src/addrbook.c
10795         * src/editaddress.c
10796         * src/addressbook.c
10797                 fixes to improve cut/copy/paste
10798
10799 2002-08-06 [melvin]     0.8.1claws19
10800
10801         * src/account.[ch]
10802                 account_find_all_from_address(): new function that returns the
10803                 list of all accounts that are matched in an address.
10804         * src/alertpanel.[ch]
10805                 alertpanel() now accepts a custom widget
10806                 alertpanel_with_widget(): new function that pops up a panel with
10807                 a custom widget in it 
10808         * src/gtkutils.[ch]
10809                 gtkut_account_menu_new(): new function that allows the selection
10810                 of an account from a list of accounts.
10811         * src/messageview.c
10812                 Extended Return Receipt notification to select the correct 
10813                 account and to make a security test on the Delivery-Notification
10814                 address which should be the same as the Return-Path.
10815
10816 2002-08-06 [thorsten]   0.8.1claws18
10817
10818         * src/mimeview.c
10819                 attach_all: save unnamed as "noname.%d",
10820                 dont free static dirname
10821
10822 2002-08-05 [alfons]     0.8.1claws17
10823
10824         * configure.in
10825                 detect XIM by trying to link rather than compile a XIM program
10826
10827 2002-08-05 [oliver]     0.8.1claws16
10828                 
10829         * src/stock_pixmap.[ch]
10830                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10831                 o new func to retrieve pixmaps
10832
10833 2002-08-05 [paul]       0.8.1claws15
10834
10835         * sync with 0.8.1cvs10
10836                 see ChangeLog 2002-08-05
10837
10838 2002-08-04 [alfons]     0.8.1claws14
10839
10840         * src/textview.c
10841                 see if this plugs memleak
10842
10843 2002-08-04 [melvin]     0.8.1claws13
10844
10845         * src/gtkspell.c
10846                 fixed bug that could crash Sylpheed when highlighting
10847                 all misspelled words.
10848
10849 2002-08-03 [melvin]     0.8.1claws12
10850
10851         * src/prefs_actions.c
10852                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10853         * src/messageview.c
10854                 fixed bug where the Return Receipt was sent to
10855                 Delivery-Notification-To address even if it was not present
10856
10857 2002-08-02 [alfons]     0.8.1claws11
10858
10859         * src/prefs_actions.c
10860                 o more check for NULLs
10861                 o put create_io_dialog() in right conditional block
10862
10863 2002-08-02 [paul]       0.8.1claws10
10864
10865         * po/es.po
10866                 updated by Ricardo Mones Lastra
10867
10868 2002-08-01 [christoph]  0.8.1claws9
10869
10870         * src/folder.c
10871                 don't free the cache of the opened
10872                 folder in the summaryview
10873         * src/summaryview.c
10874                 don't unset flags, if it is not required
10875
10876 2002-08-01 [paul]       0.8.1claws8
10877
10878         * sync with 0.8.1cvs8
10879                 see ChangeLog entry 2002-08-01
10880
10881 2002-08-01 [paul]       0.8.1claws7
10882
10883         * sync with 0.8.1cvs7
10884                 see ChangeLog 2002-07-31 and 2002-08-01
10885
10886 2002-07-31 [christoph]  0.8.1claws6
10887
10888         * src/mainwindow.c
10889                 forgot to update menu sensitivity
10890                 function for new menu entry
10891
10892 2002-07-31 [alfons]     0.8.1claws5
10893
10894         * src/main.c
10895                 check folder item and its path for NULL on
10896                 initial processing
10897
10898 2002-07-31 [christoph]  0.8.1claws4
10899
10900         * src/folder.c
10901                 check if folder_item_get_msginfo in
10902                 folder_item_remove_msg returned NULL
10903         * src/imap.c
10904                 better clear the uid cache in the
10905                 uid validity check function and delete
10906                 cached messages
10907
10908 2002-07-31 [paul]       0.8.1claws3
10909
10910         * man/sylpheed.1
10911                 add the '--attach' option and a few other
10912                 minor changes
10913
10914 2002-07-31 [paul]       0.8.1claws2
10915
10916         * sync with 0.8.1cvs5
10917                 see ChangeLog 2002-07-31
10918
10919 2002-07-31 [christoph]  0.8.1claws1
10920
10921         * src/folderview.[ch]
10922         * src/mainwindow.c
10923                 replace "Rescan all folders..." with
10924                 "Check all folders for new messages..."
10925
10926 2002-07-30 [paul]       0.8.1claws
10927
10928         * version 0.8.1claws released
10929
10930 2002-07-30 [paul]       0.8.0claws29
10931
10932         * tools/OOo2sylpheed.pl ** NEW FILE **
10933           tools/README
10934                 add script to enable sending documents as
10935                 attachments from OpenOffice.org
10936
10937 2002-07-30 [melvin]     0.8.0claws28
10938
10939         * src/prefs_actions.c
10940                 Made the actions' input/output dialog display
10941                 without delay.
10942
10943 2002-07-30 [christoph]  0.8.0claws27
10944
10945         * src/procmsg.c
10946                 check if folder_item_get_msginfo in
10947                 procmsg_save_to_outbox returned NULL
10948
10949 2002-07-30 [paul]       0.8.0claws26
10950
10951         * sync with 0.8.1cvs4
10952                 see ChangeLog 2002-07-29
10953
10954 2002-07-29 [thorsten]   0.8.0claws25
10955
10956         * README.claws
10957                 added selective download, delete on server
10958
10959 2002-07-29 [paul]       0.8.0claws24
10960
10961         * sync with 0.8.1cvs3
10962                 see ChangeLog 2002-07-29
10963
10964 2002-07-27 [christoph]  0.8.0claws23
10965
10966         * src/folder.c
10967                 add extra check if fetching the msginfo
10968                 returned NULL
10969
10970 2002-07-27 [paul]       0.8.0claws22
10971
10972         * sync with 0.8.1cvs2
10973                 see ChangeLog 2002-07-26
10974
10975 2002-07-27 [christoph]  0.8.0claws21
10976
10977         * src/imap.c
10978                 add another check if a valid msginfo
10979                 was returned
10980
10981 2002-07-26 [hoa]        0.8.0claws20
10982
10983         * src/folder.c
10984                 Fixed a condition in folder_item_destroy()
10985
10986         * src/imap.c
10987                 Fixed an error in IMAP protocol
10988
10989 2002-07-26 [alfons]     0.8.0claws19
10990
10991         * src/folder.c
10992                 ofcourse compare with identifier, not the path
10993
10994 2002-07-26 [alfons]     0.8.0claws18
10995
10996         * src/folder.c
10997                 use folder item identifier for saving / restoring
10998                 preferences because folder->path might not be unique
10999
11000 2002-07-26 [melvin]     0.8.0claws17
11001
11002         * src/logwindow.c
11003                 Fixed a crash introduced in 0.8.0claws5 when log is 
11004                 cut under 80 characters.
11005
11006 2002-07-26 [paul]       0.8.0claws16
11007
11008         * sync with 0.8.1cvs1
11009                 see ChangeLog 2002-07-26
11010
11011 2002-07-26 [christoph]  0.8.0claws15
11012
11013         * src/imap.[ch]
11014                 imap folder now remembers the last selected
11015                 folder and imap_fetch_msginfo skips selecting
11016                 the folder if it is already selected
11017
11018 2002-07-26 [christoph]  0.8.0claws14
11019
11020         * src/folder.c
11021         * src/folderview.c
11022         * src/imap.c
11023                 fix imap folder rescanning
11024
11025 2002-07-25 [christoph]  0.8.0claws13
11026
11027         * src/filter.c
11028         * src/folder.[ch]
11029         * src/folderview.c
11030         * src/imap.[ch]
11031         * src/mainwindow.c
11032         * src/mbox_folder.c
11033         * src/mh.c
11034         * src/news.c
11035                 implement imap uid cache and uid validity check
11036
11037 2002-07-25 [alfons]     0.8.0claws12
11038
11039         * src/summaryview.c
11040                 fix a brown paper bag bug, and also add some more
11041                 checks
11042
11043 2002-07-25 [christoph]  0.8.0claws11
11044
11045         * src/folder.c
11046                 don't mix copy, fetch_msginfo and remove
11047                 operations in folder item copy and move
11048                 operations
11049
11050 2002-07-25 [christoph]  0.8.0claws10
11051
11052         * src/folderview.c
11053         * src/mainwindow.c
11054         * src/prefs_folder_item.c
11055         * src/summaryview.[ch]
11056                 remove no longer required parameter update_cache from
11057                 summary_show
11058
11059 2002-07-25 [paul]       0.8.0claws9
11060
11061         * sync with 0.8.1
11062         
11063         * AUTHORS
11064                 a few corrections
11065
11066 2002-07-24 [alfons]     0.8.0claws8
11067
11068         * src/summaryview.c
11069                 sort correctly when using simplified subject line
11070                 (closes feature request "[ 585141 ] applying regexp to subject 
11071                 before sort" submitted by Alexandra Walford)
11072
11073 2002-07-24 [paul]       0.8.0claws7
11074
11075         * sync with 0.8.0cvs3
11076                 see ChangeLog 2002-07-24
11077
11078 2002-07-23 [christoph]  0.8.0claws6
11079
11080         * src/folder.c
11081         * src/folder.h
11082         * src/summaryview.c
11083         * src/summaryview.h
11084         * src/main.c
11085                 o separate processing and summaryview
11086                 o removed summary_write_cache from summaryview
11087                 o removed summaryview->killed_messages, because we don't have
11088                   to keep a list of killed messages anymore. New cache will
11089                   keep the hidden messages in cache anyway
11090         * src/folderview.c
11091         * src/inc.c
11092         * src/selective_download.c
11093                 o removed unnecessary summary_write_cache calls
11094         * src/procmsg.c
11095                 o don't set ignore thread flag in procmsg_get_thread_tree
11096                   if it is already set
11097         * src/mainwindow.c
11098         * src/statusbar.h
11099                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11100                   they are used in different files
11101
11102 2002-07-23 [melvin]     0.8.0claws5
11103
11104         * src/addressbook.c
11105         * src/addrgather.c
11106         * src/editaddress.c
11107         * src/editgroup.c
11108         * src/editldap_basedn.c
11109         * src/importldif.c
11110         * src/prefs_common.c
11111                 Fixed few memory leak (gtk_editable_get_chars returns
11112                 an allocated string)
11113         * src/logwindow.c
11114                 Fixed few memory leak (gtk_editable_get_chars returns
11115                 an allocated string) and modified a little the log cutting
11116                 loop.
11117         * src/compose.c
11118                 Replaced a call to an obsolete function gtk_entry_get_text()
11119                 by gtk_editable_get_chars()
11120         * src/send.c
11121                 Removed a debug printf
11122
11123 2002-07-23 [christoph]  0.8.0claws4
11124
11125         * src/filesel.c
11126                 fix another g_dirname memory leak
11127
11128 2002-07-23 [christoph]  0.8.0claws3
11129
11130         * src/mh.c
11131                 fixed a memory leak in mh_fetch_msginfo
11132                 fixed crash when message header could not be
11133                 parsed
11134
11135 2002-07-23 [paul]       0.8.0claws2
11136
11137         * sync with 0.8.0cvs2
11138                 see ChangeLog 2002-07-23
11139
11140 2002-07-23 [paul]       0.8.0claws1
11141
11142         * sync with 0.8.0cvs1
11143                 see ChangeLog 2002-07-23
11144
11145 2002-07-23 [paul]       0.8.0claws
11146
11147         * release of 0.8.0claws
11148
11149 2002-07-23 [paul]       0.7.8claws99
11150
11151         * po/ru.po
11152                 new Russian translation, submitted by
11153                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11154
11155 2002-07-22 [jens]       0.7.8claws98
11156
11157         * po/de.po
11158                 Updated German translations.
11159
11160 2002-07-22 [paul]       0.7.8claws97
11161
11162         * po/es.po
11163           po/it.po
11164           po/nl.po
11165           po/pt_BR.po
11166                 updated translations by Ricardo Mones Lastra,
11167                 Alessandro Maestri, Wilbert Berendsen and 
11168                 Fabio Jr. Beneditto respectively
11169
11170 2002-07-22 [christoph]  0.7.8claws96
11171
11172         * src/mimeview.c
11173                 fix memory leak caused by wrong g_dirname usage
11174
11175 2002-07-22 [christoph]  0.7.8claws95
11176
11177         * src/summaryview.c
11178                 update new and unread message counts for summaryview
11179                 summaryview does not get it from the folder anymore
11180                 and has to update the values itself
11181
11182 2002-07-22 [melvin]     0.7.8claws94
11183
11184         * po/fr.po
11185                 Updated French translations.
11186
11187 2002-07-22 [christoph]  0.7.8claws93
11188
11189         * src/matcher.c
11190                 set prop->preg pointer to NULL or following check
11191                 will not fail and regexec will be called with
11192                 invalid pointer
11193
11194 2002-07-21 [alfons]     0.7.8claws92
11195         
11196         * src/prefs_common.[ch]
11197                 remove option "Send return receipt on request"
11198
11199 2002-07-21 [thorsten]   0.7.8claws91
11200
11201         * src/mimeview.c
11202                 fixed memleaks, coding style as pointed out by alfons
11203
11204 2002-07-21 [alfons]     0.7.8claws90
11205
11206         * src/messageview.c
11207         * src/noticeview.[ch]
11208                 o fix bug notice view being displayed when going to empty folder 
11209                   (noticed by Christoph)
11210                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11211                   (noticed by Thorsten)
11212
11213 2002-07-21 [thorsten]   0.7.8claws89
11214
11215         * src/mimeview.c
11216                 Included save_all patch from Xaview FACQ
11217                 added support for pathnames
11218
11219 2002-07-21 [alfons]     0.7.8claws88
11220
11221         * po/POTFILES.in
11222         * src/Makefile.am
11223         * src/mainwindow.c
11224         * src/messageview.[ch]
11225         * src/noticeview.c      ** NEW FILE **
11226         * src/noticeview.h      ** NEW FILE **
11227                 make return receipts work again
11228                 (UI idea by Leandro Pereira)
11229
11230 2002-07-21 [paul]       0.7.8claws87
11231
11232         * src/summaryview.c
11233                 fix sensitivity of 'Select thread'
11234
11235 2002-07-21 [paul]       0.7.8claws86
11236
11237         * src/prefs_common.c
11238                 add browser command line for Galeon
11239
11240 2002-07-21 [paul]       0.7.8claws85
11241
11242         * Makefile.am
11243                 fix 'EXTRA_DIST': remove README.README, add TODO
11244                 and TODO.claws
11245
11246 2002-07-21 [alfons]     0.7.8claws84
11247
11248         * src/gtkstext.c
11249                 make enter clear selection
11250                 (closes "[ 579888 ] Editor selection/entry error"
11251                 reported by Steve Lamb)
11252
11253 2002-07-21 [alfons]     0.7.8claws83
11254         
11255         * src/summaryview.c
11256                 sort message list when selecting unthread messages
11257                 (closes "[ 501593 ] switching threaded view doesn't sort"
11258                 reported by Simon Schubert)
11259
11260 2002-07-20 [alfons]     0.7.8claws82
11261         
11262         * src/matcher.c
11263                 const-correctness
11264
11265 2002-07-20 [thorsten]   0.7.8claws81
11266
11267         * src/matcher.c
11268                 Fixed expansion of empty fields in matchactions
11269
11270 2002-07-19 [melvin]     0.7.8claws80
11271
11272         * src/gtkspell.c
11273                 Removed a duplicate menu entry (fast mode) introduced during
11274                 the new cache merge
11275                 Added a menu separator between 'Use alternate' and 'Fast mode'
11276
11277 2002-07-19 [paul]       0.7.8claws79
11278
11279         * tools/Makefile.am
11280           tools/README
11281                 correct typos
11282
11283 2002-07-19 [thorsten]   0.7.8claws78
11284
11285         * tools/calypso_convert.pl      ** NEW FILE **
11286           tools/README
11287           tools/Makefile.am
11288                 script to import mbox files exported
11289                 by calypso
11290                 o generates folder structure
11291                 o includes attachments
11292
11293 2002-07-19 [melvin]     0.7.8claws77
11294
11295         * src/selective_download.[ch]
11296                 Fixed bug where closing the dialog with the window manager's
11297                 close button will not unlock the summary
11298                 Corrected some function declarations that missed a return value
11299                 Made the source code comply better with coding style.
11300         * src/prefs_common.c
11301                 Added new browser command line for Mozilla.
11302
11303 2002-07-18 [paul]       0.7.8claws76
11304
11305         * src/mainwindow.c
11306           src/selective_download.[ch]
11307                 reflect theme changes, fix Gdk Warning when creating 
11308                 pixmap from NULL window, and minor clean up.
11309                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11310
11311         * po/en_GB.po
11312                 updated
11313
11314 2002-07-17 [paul]       0.7.8claws75
11315
11316         * INSTALL[.jp]
11317                 sync with 0.8.0
11318         
11319         * po/en_GB.po
11320                 updated
11321
11322 2002-07-16 [paul]       0.7.8claws74
11323
11324         * tools/filter_conv.pl
11325           tools/README
11326                 replace conversion script with reimplemented version, 
11327                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11328
11329 2002-07-16 [colin]      0.7.8claws73
11330
11331         * src/summaryview.c
11332                 remove forgotten debug messages - sorry ;-)
11333
11334 2002-07-16 [colin]      0.7.8claws72
11335
11336         * src/mimeview.c
11337           src/summaryview.c
11338           src/textview.c
11339           src/textview.h
11340                 add the ability to select part of a text mime-part 
11341                 to reply.
11342
11343 2002-07-15 [christoph]  0.7.8claws71
11344
11345         * src/folder.c
11346                 fix folder message count for folders without
11347                 msg_is_changed (includes news folders)
11348
11349 2002-07-15 [martin]     0.7.8claws70
11350
11351         * src/summaryview.c
11352                 option "display recipient on 'From'..." now works
11353                 without the need of enabling the option
11354                 "display  sender  using  address  book".
11355
11356 2002-07-15 [christoph]  0.7.8claws69
11357
11358         * src/summaryview.c
11359                 removed setting folder status from summaryview.
11360                 folder.c should update all message counts correctly.
11361
11362 2002-07-15 [paul]       0.7.8claws68
11363
11364         * po/pt_BR.po
11365                 updated by Fabio Junior Beneditto
11366
11367 2002-07-15 [darko]      0.7.8claws67
11368
11369         * src/mh.c
11370                 Fixed target folder colorization, don't decrease op
11371                 number twice
11372
11373 2002-07-14 [paul]       0.7.8claws66
11374
11375         * sync with main 0.8.0
11376                 see ChangeLog 2002-07-14
11377
11378 2002-07-13 [melvin]     0.7.8claws65
11379         
11380         * src/addrbook.c
11381         * src/addressbook.c
11382         * src/addrindex.c
11383                 Replaced sprintf by g_snprintf to prevent possible buffer
11384                 overflow.
11385         * src/news.c
11386                 Corrected a log message output format.
11387                 Added a missing "done" debug output.
11388         * src/compose.c
11389                 Added keyboard accelerator for Priority menu items
11390                 Added missing \n in debug output
11391         * src/logwindow.c
11392         * src/gtkspell.c
11393         * src/rfc2015.c
11394                 Added missing \n in debug output
11395
11396 2002-07-13 [paul]       0.7.8claws64
11397
11398         * man/sylpheed.1
11399                 change Sergey's email address to the sf address
11400
11401         * src/textview.c
11402                 increase show_url_timeout (more useful for long
11403                 urls)
11404
11405 2002-07-12 [sergey]     0.7.8claws63
11406
11407         * src/rfc2015.c
11408                 applied (with some modifications) patch to set the
11409                 micalg parameter for signatures
11410                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11411
11412 2002-07-12 [sergey]     0.7.8claws62
11413
11414         * man/Makefile.am
11415         * configure.in
11416                 fixed man page installation
11417
11418 2002-07-12 [paul]       0.7.8claws61
11419
11420         * sync with 0.7.8cvs26
11421                 see ChangeLog 2002-07-11 and 2002-07-12
11422
11423 2002-07-11 [christoph]  0.7.8claws60
11424
11425         * src/compose.c
11426         * src/procmsg.c
11427                 first use the message number to find the message
11428                 to mark with a reply flag but check the
11429                 message-id if we got the correct message, if not
11430                 try to find it by message-id.
11431                 use new string seperator that is not allowed
11432                 in message-ids.
11433
11434 2002-07-11 [paul]       0.7.8claws59
11435
11436         * sync with 0.7.8cvs23
11437                 see ChangeLog 2002-07-10
11438
11439 2002-07-10 [christoph]  0.7.8claws58
11440
11441         * src/folder.[ch]
11442         * src/msgcache.[ch]
11443                 Added message-id table to the cache in memory
11444                 and functions to msgcache.c and folder.c to
11445                 fetch MsgInfos by message id
11446         * src/compose.c
11447         * src/procmsg.c
11448                 store folder and message-id of message replying
11449                 to in queue header and set reply flag after sending
11450                 (Closes bug #469498)
11451
11452 2002-07-10 [paul]       0.7.8claws57
11453
11454         * AUTHORS
11455           man/sylpheed.1.gz
11456                 add Martin to the list of authors
11457
11458 2002-07-09 [martin]     0.7.8claws56
11459         * src/gtksctree.c
11460                 Added gtk_ctree_last_visible(), tree_update_level(),
11461                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11462                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11463                 from gtk+ to gtksctree.c for the new sorting code
11464                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11465                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11466         * src/gtksctree.h
11467                 Added declaration for gtk_sctree_sort_recursive() and
11468                 gtk_sctree_sort_node
11469         * src/addressbook.c
11470         * src/foldersel.c
11471         * src/folderview.c
11472         * src/summaryview.c
11473                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11474                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11475
11476 2002-07-08 [paul]       0.7.8claws55
11477
11478         * more sync with 0.7.8cvs21
11479                 see ChangeLog 2002-07-08
11480
11481 2002-07-08 [paul]       0.7.8claws54
11482
11483         * sync with 0.7.8cvs21
11484                 see ChangeLog 2002-07-08
11485
11486 2002-07-07 [alfons]     0.7.8claws53
11487
11488         * src/Makefile.am
11489         * src/stock_pixmap.[ch]
11490         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11491         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11492         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11493                 add new pixmaps for upcoming notice pane
11494
11495 2002-07-06 [melvin]     0.7.8claws52
11496
11497         * src/gtkspell.[ch]
11498                 Made them a bit closer to Sylpheed's coding style.
11499                 Removed old code.
11500                 Removed possible memory leaks when some errors occurs.
11501
11502 2002-07-06 [melvin]     0.7.8claws51
11503
11504         * po/Makefile.in.in
11505                 Removed --no-location in xgettext command line to help
11506                 translators that use Emacs' po-mode
11507         * src/quote_fmt.c
11508                 Removed unnecessary comments that messed up sylpheed.pot
11509
11510 2002-07-06 [paul]       0.7.8claws50
11511
11512         * sync with 0.7.8cvs19
11513                 see ChangeLog 2002-07-05
11514
11515 2002-07-06 [christoph]  0.7.8claws49
11516
11517         * src/folder.c
11518         * src/mainwindow.c
11519                 fix folder_item_remove_all_msg and folderview
11520                 status for trash folders after emptying trash
11521
11522 2002-07-05 [paul]       0.7.8claws48
11523
11524         * sync with 0.7.8cvs16
11525                 see ChangeLog 2002-07-04 and 2002-07-05
11526
11527 2002-07-04 [paul]       0.7.8claws47
11528
11529         * sync with 0.7.8cvs14
11530                 see  ChangeLog 2002-07-04
11531
11532 2002-07-03 [alfons]     0.7.8claws46
11533
11534         * src/folder.c
11535                 dupe folder item's path because it's being reallocated
11536                 by new folder scanning code
11537
11538 2002-07-03 [christoph]  0.7.8claws45
11539
11540         * src/imap.c
11541                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11542         * src/msgcache.c
11543                 add missing return in msgcache_write
11544
11545 2002-07-02 [thorsten]   0.7.8claws44
11546
11547         * src/jpilot.c
11548         * src/msgcache.c
11549         * src/rfc2015.c
11550                 use binary mode for file access
11551
11552 2002-07-02 [christoph]  0.7.8claws43
11553
11554         * major code cleanup (part 1)
11555         
11556                 - unused variables removed
11557                 - unused functions removed
11558                 - uninitialized variables checked
11559                 - missing return statements added
11560                 - missing function return types added
11561                 - added parentheses around assignment and
11562                   && in || when suggested by gcc
11563               
11564         * src/mh.c
11565         * src/folder.c
11566                 replaced direct calls to folder->scan_tree
11567                 with folder_scan_tree and restore folder
11568                 prefs in this function. The folder should
11569                 not have to deal with them.
11570                 ( Should now work for all folder types )
11571
11572 2002-07-02 [paul]       0.7.8claws42
11573
11574         * sync with 0.7.8cvs13
11575                 see ChangeLog 2002-07-01 and 2002-07-02
11576
11577 2002-07-01 [christoph]  0.7.8claws41
11578
11579         * src/summaryview.c
11580                 fix "goto next/prev unread message" with
11581                 ignored threads
11582
11583 2002-07-01 [paul]       0.7.8claws40
11584
11585         * po/es.po
11586                 updated by Ricardo Mones Lastra
11587
11588 2002-06-30 [match]      0.7.8claws39
11589
11590         * src/jpilot.c
11591                 applied variation of leonerd's patch (566661) to
11592                 allow multiple email addresses per JPilot entry.
11593                 addresses may be separated by space, comma, pipe,
11594                 semi-colon, new-line.
11595
11596 2002-06-30 [alfons]     0.7.8claws38
11597
11598         * src/procmsg.c
11599                 simple fix for putting older nodes before
11600                 newer nodes when threading by subject
11601
11602 2002-06-30 [christoph]  0.7.8claws37
11603
11604         * src/folder.c
11605         * src/folderview.c
11606         * src/mh.c
11607         * src/news.c
11608         * src/procmsg.c
11609                 fix broken folder tree rescaning
11610                 and don't use procmsg_get_mark_sum
11611                 anymore
11612
11613 2002-06-30 [christoph]  0.7.8claws36
11614
11615         * merge new cache branch
11616         * src/imap.c
11617                 fix new cache imap copy bug
11618         * src/folder.c
11619                 improved folder_item_scan
11620                 it should now always set the correct
11621                 new, unread and total message counts
11622
11623 2002-06-29 [paul]       0.7.8claws35
11624
11625         * configure.in
11626                 correct syntax error
11627
11628 2002-06-29 [paul]       0.7.8claws34
11629
11630         * configure.in
11631           Makefile.am
11632           man/Makefile.am       ** NEW FILE **
11633           man/sylpheed.1.gz     ** NEW FILE **
11634                 add Sylpheed man page
11635
11636 2002-06-29 [paul]       0.7.8claws33
11637
11638         * po/pt_BR.po
11639                 updated by Fabio Junior Beneditto
11640
11641 2002-06-28 [jens]       0.7.8claws32
11642
11643         * po/de.po
11644                 translation updated
11645
11646         * src/selective_download.c
11647                 removed gettext for space " "
11648
11649         * src/imap.c
11650                 removed wrong space
11651
11652 2002-06-28 [paul]       0.7.8claws31
11653
11654         * sync with 0.7.8cvs11
11655                 see ChangeLog 2002-06-28
11656
11657 2002-06-28 [paul]       0.7.8claws30
11658
11659         * sync with 0.7.8cvs10
11660                 see ChangeLog 2002-06-27 and 2002-06-28
11661
11662 2002-06-26 [paul]       0.7.8claws29
11663
11664         * src/addrgather.c
11665           src/selective_download.c
11666                 don't gettextise empty strings.
11667                 reserved by gettext. gettext("") returns 
11668                 the header entry with meta information, 
11669                 not the empty string
11670
11671         * po/en_GB.po
11672                 updated
11673
11674 2002-06-26 [paul]       0.7.8claws28
11675
11676         * sync with 0.7.8cvs7
11677                 see ChangeLog 2002-06-25
11678
11679         * src/prefs_common.c
11680                 ...and in the process, tweak the gui a little
11681
11682 2002-06-25 [alfons]     0.7.8claws27
11683         
11684         * configure.in
11685         * src/Makefile.am
11686                 fine tune ldap library detection
11687
11688 2002-06-25 [alfons]     0.7.8claws26
11689
11690         * src/compose.c
11691                 don't allow return receipts when composing a news article
11692
11693 2002-06-25 [paul]       0.7.8claws25
11694
11695         * Makefile.am
11696                 add '$(AMTAR)' to 'release' section to allow for
11697                 new and older autotools
11698
11699 2002-06-25 [paul]       0.7.8claws24
11700
11701         * src/summaryview.c
11702                 fix "No more unread messages" persistant pop-up
11703                 window bug
11704
11705 2002-06-25 [paul]       0.7.8claws23
11706
11707         * po/it.po
11708                 updated by Alessandro Maestri
11709
11710 2002-06-25 [paul]       0.7.8claws22
11711
11712         * sync with 0.7.8cvs6
11713                 see ChangeLog 2002-06-25
11714
11715 2002-06-24 [paul]       0.7.8claws21
11716
11717         * tools/update-po
11718                 add GPL copyright information
11719
11720 2002-06-24 [paul]       0.7.8claws20
11721
11722         * tools/Makefile.am
11723           tools/README
11724           tools/update-po       ** NEW FILE **
11725                 add script that eases the creation of *.po files
11726                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11727
11728 2002-06-23 [alfons]     0.7.8claws19
11729
11730         * src/messageview.c
11731                 make notification_convert_header obey const correctness
11732                 (next step will be fixing the broken return receipt)
11733
11734 2002-06-23 [paul]       0.7.8claws18
11735
11736         * src/messageview.c
11737                 fix bug introduced in last commit:
11738                 removed too much code in last commit - put back what's
11739                 needed
11740
11741 2002-06-23 [paul]       0.7.8claws17
11742
11743         * src/messageview.[ch]
11744                 remove code committed in error from locally patched
11745                 source
11746
11747 2002-06-23 [colin]      0.7.8claws16
11748
11749         * src/compose.[ch]
11750                 add compose_entry_select(), used to select the default_to
11751                 email address - hopefully avoiding people sending mails to
11752                 wrong recipients.
11753
11754 2002-06-22 [alfons]     0.7.8claws15
11755
11756         * AUTHORS
11757                 add Bram Metsch & Stanislav Karchebny
11758         * src/smtp.[ch]
11759         * src/prefs_account.[ch]
11760         * src/send.c
11761                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11762                   options.  (see <http://sourceforge.net/tracker/index.php
11763                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11764
11765                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11766                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11767
11768 2002-06-22 [paul]       0.7.8claws14
11769
11770         * sync with 0.7.8cvs5
11771                 see ChangeLog 2002-06-19 and 2002-06-20
11772
11773 2002-06-22 [alfons]     0.7.8claws13
11774
11775         * src/selective_download.c
11776                 fix a stupid mistake I made
11777
11778 2002-06-22 [alfons]     0.7.8claws12
11779
11780         * src/selective_download.[ch]
11781                 fix another unnoticed leak; cleanup code
11782
11783 2002-06-21 [alfons]
11784
11785         * tools/Makefile.am
11786                 gpg-sign <-- gpg-sign-syl
11787
11788 2002-06-21 [alfons]     0.7.8claws11
11789
11790         * src/selective_download.c
11791         * src/selective_download.h
11792                 fix assorted mix of allocation errors (should solve
11793                 problem reported by Philippe Gramoullé, see:
11794                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11795
11796 2002-06-20 [melvin]     0.7.8claws10
11797
11798         * tools/gpg-sign *REMOVED*
11799           tools/gpg-sign-syl *ADDED*
11800                 Replaced the gpg clearsigning script with the version using
11801                 xterm instead of ssh-askpass and changed its name.
11802
11803         * README.claws
11804                 Updated actions example to reflect the renaming of the
11805                 gpg clearsigning script.
11806
11807 2002-06-19 [paul]       0.7.8claws9
11808
11809         * sync with 0.7.8claws9
11810                 see ChangeLog 2002-06-18 and 2002-06-19
11811
11812 2002-06-19 [paul]       0.7.8claws8
11813
11814         * sync with 0.7.8cvs1
11815                 see ChangeLog 2002-06-18
11816
11817 2002-06-18 [alfons]     0.7.8claws7
11818
11819         * src/mainwindow.h
11820                 add omitted prototype
11821
11822 2002-06-17 [paul]       0.7.8claws6
11823
11824         * src/mainwindow.c
11825                 fix hiding of exec_btn
11826
11827 2002-06-17 [paul]       0.7.8claws5
11828
11829         * src/pop.c
11830                 remove unneeded code: should_delete() 
11831                 and Pop3State::uidl_todelete_list
11832
11833 2002-06-17 [paul]       0.7.8claws4
11834
11835         * sync with 0.7.8
11836                 see ChangeLog 2002-06-11 and 2002-06-13
11837
11838 2002-06-16 [alfons]     0.7.8claws3
11839         
11840         * src/folder.c
11841                 make sure lock sort mode (claws specific) is
11842                 also persists after a tree rescan
11843
11844 2002-06-16 [alfons]     0.7.8claws2
11845
11846         * src/prefs_folder_item.c
11847         * src/folder.[ch]
11848                 fix persistence of folder sort mode (broken
11849                 by adapting Hiro's new folder persistence code)
11850
11851 2002-06-16 [alfons]     0.7.8claws1
11852
11853         * AUTHORS
11854         * src/logwindow.c
11855         * src/prefscommon.[ch]
11856                 control size of log text in log window; 
11857                 closes patch #569155 submitted by Mitko Haralanov.
11858
11859 2002-06-15 [paul]       0.7.8claws
11860
11861         * release of 0.7.8claws
11862
11863 2002-06-15 [paul]       0.7.7claws
11864
11865         * po/pt_BR.po
11866                 updated by Fabio Junior Beneditto
11867
11868 2002-06-14 [paul]       0.7.6claws49
11869
11870         * po/es.po
11871                 updated by Ricardo Mones Lastra
11872
11873 2002-06-14 [paul]       0.7.6claws48
11874
11875         * po/nl.po
11876                 updated translation by Wilbert Berendsen
11877
11878 2002-06-14 [melvin]     0.7.6claws47
11879
11880         * po/fr.po
11881                 Updated French translation
11882
11883 2002-06-13 [paul]       0.7.6claws46
11884
11885         * src/filesel.c
11886                 allow filename to be typed in, rather than just
11887                 selected by the mouse. Patch by Gustavo Noronha Silva.
11888
11889 2002-06-13 [alfons]     0.7.6claws45
11890
11891         * src/mainwindow.[ch]
11892                 more cleanups (removing unnecessary menu items Expand 
11893                 summary / message view)
11894
11895 2002-06-13 [melvin]     0.7.6claws44
11896
11897         * po/POTFILES.in
11898                 Added src/string_match.c
11899         * src/string_match.c
11900                 Fixed possible buffer overflow.
11901                 Corrected typo.
11902                 Added missing config.h header.
11903         * src/prefs_common.c
11904           src/prefs_matcher.c
11905           src/prefs_scoring.c
11906                 Made some strings translatable (missing _(..)).
11907
11908 2002-06-13 [melvin]     0.7.6claws43
11909
11910         * README.claws
11911                 Corrected action example (verifying clearsigned mail).
11912         * src/prefs_account.c
11913                 Corrected typo.
11914         * src/prefs_common.c
11915                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11916
11917 2002-06-12 [alfons]     0.7.6claws42
11918
11919         * src/summaryview.c
11920                 add init of score column lost in 0.7.6claws42
11921
11922 2002-06-12 [paul]       0.7.6claws41
11923
11924         * src/prefs_account.c
11925                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11926                 behavior of the radio buttons, (from 0.7.7cvs2)
11927
11928 2002-06-11 [alfons]     0.7.6claws40
11929
11930         * src/messageview.[ch]
11931         * src/summaryview.[ch]
11932         * src/summary_search.c
11933         * src/mainwindow.c
11934                 perform a sync to bring in Hiro's separate view implementation 
11935
11936                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11937
11938 2002-06-11 [paul]       0.7.6claws39
11939         
11940         * src/prefs_account.c
11941                 correct a typo on the Receive tab
11942
11943 2002-06-10 [match]      0.7.6claws38
11944
11945         * src/addressbook.c
11946                 Included address completion patch from Gustavo Noronha.
11947
11948 2002-06-10 [paul]       0.7.6claws37
11949
11950         * src/inc.[ch]
11951           src/pop.c
11952           src/prefs_account.[ch]
11953           src/selective_download.[ch]
11954                 apply PATCH #561712
11955                  NEW:
11956                 - check if POP Account
11957                 - Receive Button renamed to Preview
11958                 - Preview Button Popup: preview new/all messages
11959                 - Download Button
11960                 - Account Preferences-->Receive tab checkbutton if you
11961                   want to remove Mail after Download
11962                 -: default YES
11963                 - Account Preferences-->Receive tab checkbutton use
11964                   filtering rules on preview
11965                   (think of delete_on_server)
11966                 -: default YES
11967                 - Account selectable from SD dialog
11968                 - checkbutton to show already downloaded messages if
11969                   all messages are previewed
11970                 - new clist column showing Date
11971                 - ESC KEY close
11972                 FIXES:
11973                 - play ball with UIDL
11974                 - fault tolerant (?) 
11975                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11976
11977 2002-06-10 [melvin]     0.7.6claws36
11978
11979         * README.claws
11980                 Added a hint to ac/README in cvs instructions.
11981
11982         * src/prefs_actions.c
11983                 Made it possible to use a more elaborate command line
11984                 for asynchronous actions, too.
11985
11986 2002-06-10 [melvin]     0.7.6claws35
11987         
11988         * src/prefs_actions.c
11989                 Make it possible to use a more elaborate command line
11990                 (e.g. |foo|bar|cat>there;echo Done|)
11991                 Corrected error message when calling %f, %F and %p commands
11992                 from the compose window.
11993
11994 2002-06-09 [colin]      0.7.6claws34
11995
11996         * src/summaryview.c
11997                 Automatically find unread messages in current folder
11998                 before annoying the user.
11999
12000 2002-06-08 [alfons]     0.7.6claws33
12001
12002         * po/it.po
12003                 remove bad formatting string in it.po translation
12004                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
12005
12006 2002-06-08 [paul]       0.7.6claws32
12007
12008         * sync with 0.7.6cvs25
12009                 see ChangeLog 2002-06-07
12010
12011 2002-06-05 [paul]       0.7.6claws31
12012
12013         * src/mainwindow.c
12014                 add 'Sort by locked' and 'Sort by score'
12015
12016 2002-06-05 [paul]       0.7.6claws30
12017
12018         * sync with 0.7.6cvs24
12019                 see ChangeLog 2002-06-04
12020
12021 2002-06-04 [paul]       0.7.6claws29
12022
12023         * po/pt_BR.po
12024                 updated by Fabio Junior Beneditto
12025
12026 2002-06-03 [thorsten]   0.7.6claws28
12027
12028         * src/matcher.c
12029                 fclose() matcherrc after reading
12030
12031 2002-06-03 [paul]       0.7.6claws27
12032
12033         * sync with 0.7.6cvs21
12034                 see ChangeLog 2002-05-31
12035
12036 2002-05-31 [paul]       0.7.6claws26
12037
12038         * sync with 0.7.6cvs20
12039                 see ChangeLog 2002-05-29 and 2002-05-30
12040
12041 2002-05-31 [paul]       0.7.6claws25
12042
12043         * src/imap.c
12044                 hopefully fix last buggy sync
12045
12046         * README.claws
12047                 correct typo in 'Actions' examples
12048
12049 2002-05-29 [paul]       0.7.6claws24
12050
12051         * sync with 0.7.6cvs18
12052                 see ChangeLog 2002-05-28 and 2002-05-29
12053
12054         * src/news.c
12055           src/nntp.[ch]
12056                 sync with above 
12057
12058 2002-05-28 [paul]       0.7.6claws23
12059
12060         * sync with 0.7.6cvs16
12061                 see ChangeLog 2002-05-28
12062
12063 2002-05-27 [thorsten]   0.7.6claws22 
12064
12065         * faq/it/sylpheed-faq-1.html
12066           faq/it/sylpheed-faq-2.html
12067           faq/it/sylpheed-faq-3.html
12068           faq/it/sylpheed-faq.html
12069                 corrected DOS lineendings
12070         * faq/de/sylpheed-faq-1.html
12071           faq/de/sylpheed-faq-2.html
12072           faq/en/sylpheed-faq-1.html
12073           faq/en/sylpheed-faq-2.html
12074           faq/en/sylpheed-faq-3.html
12075           faq/es/sylpheed-faq-1.html
12076           faq/es/sylpheed-faq-2.html
12077           faq/es/sylpheed-faq-3.html
12078           faq/fr/sylpheed-faq-1.html
12079           faq/it/sylpheed-faq-1.html
12080           faq/it/sylpheed-faq-2.html
12081           faq/it/sylpheed-faq-3.html
12082           faq/it/sylpheed-faq.html
12083                 changed ">" to &quot;
12084
12085 2002-05-27 [paul]       0.7.6claws21
12086         
12087         * sync with 0.7.6cvs15
12088                 see ChangeLog 2002-05-27
12089
12090 2002-05-27 [paul]       0.7.6claws20
12091
12092         * src/prefs_account.c
12093                 correct a typo
12094
12095 2002-05-26 [paul]       0.7.6claws19
12096
12097         * tools/README
12098                 correct a typo
12099
12100 2002-05-25 [paul]       0.7.6claws18
12101
12102         * tools/README
12103                 add description of kmail2sylpheed.pl
12104
12105 2002-05-25 [paul]       0.7.6claws17
12106
12107         * tools/kmail2sylpheed.pl       ** NEW FILE **
12108                 perl script that converts an exported Kmail address
12109                 book, converts it to sylpheed addressbook file,
12110                 writes the file to .sylpheed, and updates
12111                 addrbook--index.xml 
12112
12113 2002-05-25 [paul]       0.7.6claws16
12114
12115         * sync with 0.7.6cvs14
12116                 see ChangeLog 2002-05-23
12117
12118 2002-05-24 [paul]       0.7.6claws15
12119
12120         * README.claws
12121                 make a correction and add some more info
12122
12123 2002-05-24 [paul]       0.7.6claws14
12124
12125         * src/compose.c
12126                 fix memory leak in 
12127                 compose_redirect_write_headers_from_headerlist()
12128                 add Subject and Resent-Message-ID to
12129                 compose_redirect_write_headers()
12130                 Received, Subject, and X-UIDL are filtered out in 
12131                 compose_redirect_write_to_file()
12132
12133 2002-05-23 [paul]       0.7.6claws13
12134
12135         * src/compose.[ch]
12136           src/filtering.c
12137           src/mainwindow.c
12138           src/matcher.[ch]
12139           src/matcher_parser_lex.l
12140           src/matcher_parser_parse.y
12141           src/prefs_common.[ch]
12142           src/prefs_filtering.c
12143           src/summaryview.c
12144                 rename 'Bounce' to 'Redirect'
12145
12146 2002-05-23 [paul]       0.7.6claws12
12147
12148         * more sync with 0.7.6cvs13
12149           src/compose.c
12150                 see ChangeLog 2002-05-22
12151
12152 2002-05-22 [paul]       0.7.6claws11
12153
12154         * sync with 0.7.6cvs13
12155           src/codeconv.c
12156                 see ChangeLog 2002-05-20
12157           src/prefs_common.c
12158                 see ChangeLog 2002-05-22
12159
12160 2002-05-21 [melvin]     0.7.6claws10
12161
12162         * src/folderview.c
12163                 Added missing filtering and scoring headers
12164                 Fixed bad function call that showed garbage 
12165                 in Folder->Processing
12166
12167 2002-05-21 [paul]       0.7.6claws9
12168
12169         * tools/Makefile.am
12170                 make all tools executable, (patch by Alfons).
12171
12172 2002-05-20 [alfons]     0.7.6claws8
12173
12174         * src/procheader.c
12175                 don't forget to call mktime() so we have a valid week 
12176                 and year day
12177                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12178
12179 2002-05-20 [paul]       0.7.6claws7
12180
12181         * src/html.c
12182                 fix broken parsing of urls
12183         * src/textview.c
12184                 fix displaying of urls
12185
12186                 both fixes from the patch [547855] by Eugene 
12187                 Brevdo (zonem)
12188
12189 2002-05-19 [alfons]     0.7.6claws6
12190
12191         * configure.in
12192                 make sylpheed configure correctly with the latest
12193                 and greatest of automake / autoconf / gettext
12194
12195 2002-05-19 [alfons]     0.7.6claws5
12196
12197         * src/procheader.c
12198         * src/procheader.h
12199                 add function for returning ime zone offset
12200         * src/quote_fmt.c
12201         * src/quote_fmt_parse.y
12202                 better quotation formatting - does not convert
12203                 to local time, but uses the original date string.
12204                 
12205                 Note: %z inserts the timezone offset (should 
12206                 work also on platforms where strftime does not
12207                 support %z).
12208
12209 2002-05-18 [christoph]  0.7.6claws4
12210
12211         * src/summaryview.c
12212                 fix indentation of some code
12213         * tools/Makefile.am
12214                 fix spaces after \
12215         * src/Makefile.am
12216                 add missing \
12217                 correct path for ignorethread.xpm
12218                 incorrect filename for sylpheed_logo.xpm
12219                 add missing include matcher_parser_parse.h
12220
12221 2002-05-18 [paul]       0.7.6claws3
12222
12223         * sync with 0.7.6cvs8
12224                 see ChangeLog 2002-05-16 and 2002-05-17
12225
12226 2002-05-18 [melvin]     0.7.6claws2
12227
12228         * README.claws
12229                 Corrected an action's definition and fixed some misspellings.
12230
12231 2002-05-18 [paul]       0.7.6claws1
12232
12233         * tools/Makefile.am
12234           tools/gpg-sign        ** new file **
12235           tools/uudec           ** new file **
12236                 add Melvin's Actions scripts
12237
12238         * README.claws
12239                 add Melvin's descriptions for Actions
12240
12241 2002-05-18 [paul]       0.7.6claws
12242
12243         * Version 0.7.6claws released
12244
12245 2002-05-17 [paul]       0.7.5claws32
12246
12247         * po/es.po
12248                 updated by Ricardo Mones Lastra
12249
12250 2002-05-17 [paul]       0.7.5claws31
12251
12252         * src/compose.c
12253                 fix Account prefs default folder for sent/draft/deleted
12254                 messages bug
12255
12256         * po/it.po
12257           po/nl.po
12258                 updated translation by Alessandro Maestri and
12259                 Wilbert Berendsen
12260
12261 2002-05-17 [melvin]     0.7.5claws30
12262
12263         * src/prefs_actions.c
12264                 Fixed bug where using %F not at the end of the command 
12265                 resulted in an additional empty argument being created.
12266                 Thanks to Darko Koruga for reporting the bug.
12267
12268 2002-05-17 [melvin]     0.7.5claws29
12269
12270         * po/fr.po
12271                 Updated French translations.
12272
12273 2002-05-15 [paul]       0.7.5claws28
12274         
12275         * po/es.po
12276                 updated by Ricardo Mones Lastra
12277
12278 2002-05-15 [paul]       0.7.5claws27
12279
12280         * sync with 0.7.6cvs4
12281                 see ChangeLog 2002-05-14 and 2002-05-15
12282
12283 2002-05-14 [paul]       0.7.5claws26
12284
12285         * sync with 0.7.6cvs1
12286                 see ChangeLog 2002-05-13
12287
12288 2002-05-13 [thorsten]   0.7.5claws25
12289
12290         * src/messageview.c
12291                 fix select_all and copy in multipart messages
12292         * src/mainwindow.c
12293                 fix select_all and copy in multipart messages
12294
12295 2002-05-12 [paul]       0.7.5claws24
12296
12297         * src/summaryview.c
12298                 reverse last commit, bug already fixed in 0.7.5claws3
12299
12300 2002-05-12 [netztorte]  0.7.5claws23
12301
12302         * src/summaryview.c
12303                 dont parse empty addressbook (checked in before claws20)
12304
12305 2002-05-12 [melvin]     0.7.5claws22
12306
12307         * src/procmsg.[ch]
12308                 Removed unneeded priority code introduced by the previous 
12309                 commit.
12310
12311 2002-05-12 [melvin]     0.7.5claws21
12312
12313         * src/compose.[ch]
12314                 Added possibility to set message's priority.
12315         * src/procmsg.[ch]
12316                 Added possibility to set message's priority.
12317                 Added missing headers
12318
12319 2002-05-12 [melvin]     0.7.5claws20
12320
12321         * src/prefs_actions.c
12322                 Removed implicitely added quotes around the name
12323                 of the temporary files of mime parts.
12324
12325 2002-05-12 [paul]       0.7.5claws19
12326
12327         * sync with 0.7.5cvs20
12328                 see ChangeLog 2002-05-11
12329
12330 2002-05-12 [alfons]     0.7.5claws18
12331
12332         * src/quote_fmt_lex.l
12333         * src/quote_fmt_parse.y
12334                 allow quote / reply date & time format to be set using
12335                 %D{format}. format is a format string you'd pass to
12336                 strftime() (see man strftime, or the Display tab |
12337                 Date format setting).
12338
12339                 Currently %D converts the date to local time. 
12340
12341 2002-05-11 [paul]       0.7.5claws17
12342
12343         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12344                 see ChangeLog 2002-05-10 and 2002-05-11
12345
12346 2002-05-10 [paul]       0.7.5claws16
12347
12348         * sync with 0.7.5cvs16
12349                 see ChangeLog entries 2002-05-09 and 
12350                 2002-05-10
12351
12352 2002-05-10 [colin]      0.7.5claws15
12353
12354         * src/textview.c
12355                 Corrected a bug that prevented sylpheed to open
12356                 double-clicked URIs.
12357
12358 2002-05-09 [paul]       0.7.5claws14
12359
12360         * sync with 0.7.5cvs14
12361                 see ChangeLog 2002-05-08 and 2002-05-09
12362
12363 2002-05-08 [paul]       0.7.5claws13
12364
12365         * sync with 0.7.5cvs11
12366                 see ChangeLog entry 2002-05-08
12367
12368 2002-05-08 [paul]       0.7.5claws12
12369
12370         * src/mainwindow.c
12371           src/textview.[ch]
12372                 fix segfault on View->Open in new window
12373                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12374
12375 2002-05-07 [paul]       0.7.5claws11
12376
12377         * sync with 0.7.5cvs9
12378                 see ChangeLog entry 2002-05-07
12379
12380 2002-05-06 [paul]       0.7.5claws10
12381
12382         * src/messageview.c
12383           src/textview.c
12384                 display url in statusbar on single-click
12385                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12386
12387 2002-05-06 [match]      0.7.5claws9
12388
12389         * src/addritem.[ch]
12390                 new functions.
12391         * src/addrcache.c
12392                 tidy up.
12393         * src/xmlprops.[ch]
12394                 XML implementation of properties file.
12395         * src/exporthtml.[ch]
12396         * src/expthtmldlg.[ch]
12397         * src/addressbook.c
12398                 export to HTML.
12399
12400 2002-05-02 [sergey]     0.7.5claws8
12401
12402         * src/mainwindow.c (mainwin_entries),
12403           src/prefs_common.c (prefs_send_create()),
12404           src/codeconv.c (locale_table):
12405                 use charset name "Windows-1251" instead of "CP1251".
12406
12407 2002-05-02 [colin]      0.7.5claws7
12408         
12409         * src/compose.c
12410           src/prefs_common.c
12411           src/prefs_folder_item.c
12412                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12413
12414 2002-05-02 [hiro]       0.7.5claws6
12415
12416         * src/imap.c
12417                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12418
12419 2002-05-02 [paul]       0.7.5claws5
12420
12421         * src/compose.c
12422                 more sync with 0.7.5cvs7, see ChangeLog entry
12423                 2002-05-02
12424
12425 2002-05-02 [hiro]       0.7.5claws4
12426
12427         * src/compose.c
12428                 compose_queue_sub():
12429                 check if queue folder exists (closes #550397).
12430                 removed directory creation since it should be handled
12431                 transparently.
12432         * src/imap.c
12433                 imap_add_msg(): return UID for appended message
12434                 (closes #548842).
12435
12436 2002-04-30 [paul]       0.7.5claws3
12437
12438         * src/summaryview.c
12439                 fix account_find_from_address() bug
12440
12441 2002-04-28 [colin]      0.7.5claws2
12442
12443         * src/compose.c
12444           src/textview.c
12445           src/prefs_common.[ch]
12446           src/utils.[ch]
12447                 Added user-definable quotation characters recognition.
12448
12449 2002-04-28 [paul]       0.7.5claws1
12450
12451         * sync with 0.7.5cvs4
12452                 see ChangeLog entry  2002-04-25
12453
12454 2002-04-28 [paul]       0.7.5claws
12455
12456         * po/es.po
12457           po/nl.po
12458           po/pt_BR.po
12459                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12460                 Fabio Junior Beneditto
12461
12462 2002-04-27 [jens]       0.7.4claws103
12463
12464         * po/de.po
12465                 updated German translation.
12466
12467 2002-04-27 [hiro]       0.7.4claws102
12468
12469         * src/summaryview.c
12470                 summary_write_cache(): fixed the mark loss of hidden messages.
12471
12472 2002-04-26 [melvin]     0.7.4claws101
12473
12474         * src/procmsg.c
12475                 fixed a second typo (same one)
12476         * po/fr.po
12477           po/it.po
12478           po/pt_BR.po
12479                 fixed the type again...
12480
12481 2002-04-26 [melvin]     0.7.4claws100
12482
12483         * src/procmsg.c
12484                 fixed a typo in an alert message ("temorary").
12485         * po/it.po
12486         * po/pt_BR.po
12487                 corrected the typo  described above.
12488         * po/fr.po
12489                 updated French translation.
12490
12491 2002-04-26 [darko]      0.7.4claws99
12492
12493         * src/summaryview.c
12494                 fix target folder colorization
12495
12496 2002-04-25 [paul]       0.7.4claws98
12497
12498         * po/it.po
12499                 updated by Alessandro Maestri
12500
12501 2002-04-24 [colin]      0.7.4claws97
12502         
12503         * src/compose.c
12504                 Fixed double "subject is empty" question.
12505
12506 2002-04-23 [colin]      0.7.4claws96
12507         
12508         * src/mimeview.c
12509                 Corrected issue when "automatically display images" was
12510                 not set : first image remained after selecting second.
12511
12512 2002-04-23 [melvin]     0.7.4claws95
12513
12514         * src/prefs_actions.c
12515                 Don't display in/out dialog if there is nothing to show.
12516
12517 2002-04-23 [paul]       0.7.4claws94
12518
12519         * sync with 0.7.5cvs3
12520                 bug fixes: see ChangeLog entry 2002-04-23
12521
12522 2002-04-22 [darko]      0.7.4claws93
12523
12524         * src/compose.c
12525                 fix previous check-in which changed code after
12526                 merge from main
12527
12528 2002-04-22 [paul]       0.7.4claws92
12529
12530         * faq/de/*
12531                 add German FAQ
12532         * faq/en/*
12533           faq/es/*
12534           faq/fr/*
12535                 update English, Spanish and French FAQs
12536         * manual/de/*
12537           manual/es/*
12538                 add German and Spanish manuals
12539         * manual/en/*
12540           manual/fr/*
12541                 update English and French manuals
12542
12543         * src/Makefile.am
12544                 add to and re-arrange the pixmap entries
12545
12546 2002-04-22 [darko]      0.7.4claws91
12547
12548         * src/compose.c
12549                 fix sender initials recognition to only allow
12550                 '>' after the initials
12551
12552 2002-04-21 [paul]       0.7.4claws90
12553
12554         * sync with 0.7.5 release
12555                 see ChangeLog entry 2002-04-21
12556
12557 2002-04-21 [alfons]
12558
12559         * src/Makefile.am
12560                 add colin's new pixmaps to EXTRA_DIST
12561
12562 2002-04-21 [colin]      0.7.4claws89
12563         * src/compose.c
12564         * src/inc.c
12565         * src/mainwindow.[ch]
12566         * src/prefs_common.[ch]
12567         * src/stock_pixmap.[ch]
12568                 Added "Work offline" ability.
12569
12570 2002-04-21 [colin]      0.7.4claws88
12571         
12572         * src/mimeview.c
12573         * src/prefs_common.c
12574         * src/prefs_common.h
12575         * src/textview.c : Added an option to common preferences -> display
12576           to allow user not to automatically display images.
12577
12578 2002-04-21 [paul]       0.7.4claws87
12579
12580         * sync with 0.7.4cvs52
12581                 see ChangeLog entry 2002-04-21 (src/imap.c)
12582
12583 2002-04-21 [paul]       0.7.4claws86
12584
12585         * sync with 0.7.4cvs51
12586                 see ChangeLog entry 2002-04-21
12587
12588 2002-04-21 [paul]       0.7.4claws85
12589
12590         * sync with 0.7.4cvs49
12591                 see ChangeLog entries 2002-04-20 and 2002-04-21
12592
12593         * src/Makefile.am
12594                 clean up: remove old 'stock_' element from xpm 
12595                 filenames.
12596
12597 2002-04-21 [alfons]     0.7.4claws84
12598
12599         apply sync patch from Paul
12600
12601         * src/folderview.c
12602                 use old claws prefs_folder_item_create() for now
12603
12604 2002-04-19 [match]      0.7.4claws83
12605
12606         * src/addressbook.[ch]
12607         * src/addrharvest.[ch]
12608         * src/addrgather.[ch]
12609                 recurse folders.
12610         * src/mainwindow.c
12611         * src/summaryview.[ch]
12612                 change menu option.
12613
12614 2002-04-19 [paul]       0.7.4claws82
12615
12616         * po/pt_BR.po
12617                 updated by Fabio Junior Beneditto
12618
12619 2002-04-14 [alfons]     0.7.4claws81
12620
12621         * src/passphrase.c
12622                 add #include <sys/types.h> for mode_t and off_t 
12623
12624 2002-04-13 [paul]       0.7.4claws80
12625         
12626         * src/main.c
12627           src/passphrase.[ch]
12628           src/pgptext.c
12629           src/prefs_common.[ch]
12630           src/rfc2015.c
12631                 enable storing of GnuPG passphrase for the whole 
12632                 session or a user-defined number of minutes. patch 
12633                 submitted by Ravemax <ravemax@dextrose.com>
12634
12635 2002-04-13 [alfons]     0.7.4claws79
12636
12637         * src/textview.c
12638                 make email parser also stop scanning when encountering separators
12639                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12640
12641 2002-04-13 [paul]       0.7.4claws78
12642
12643         * sync with 0.7.4cvs39
12644                 see ChangeLog entry 2002-04-12
12645
12646 2002-04-11 [paul]       0.7.4claws77
12647
12648         * sync with 0.7.4cvs37
12649                 see ChangeLog entry 2002-04-11
12650
12651 2002-04-11 [paul]       0.7.4claws76
12652
12653         * COPYING 
12654                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12655                 the clause for OpenSSL). sync with sylpheed main
12656
12657 2002-04-09 [melvin]     0.7.4claws75
12658
12659         * src/compose.c
12660                 Made 'Ctrl-Enter' on send ignore some modifiers 
12661                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12662                 to bind other *-Enter (but not Alt-Enter).
12663
12664 2002-04-09 [paul]       0.7.4claws74
12665
12666         * sync with 0.7.4cvs35
12667                 see ChangeLog entries 2002-04-09
12668
12669 2002-04-08 [paul]       0.7.4claws73
12670
12671         * sync with 0.7.4cvs33
12672                 see ChangeLog entry 200-04-08
12673
12674 2002-04-07 [match]      0.7.4claws72
12675
12676         * src/addrharvest.[ch]
12677                 fixed to read all addresses in header, regardless
12678                 of header size. improved name parsing. accommodate
12679                 harvest from folders and selected message.
12680         * src/addritem.[ch]
12681                 included new address parsing function.
12682         * src/addrgather.[ch]
12683         * src/addressbook.[ch]
12684         * src/summaryview.[ch]
12685         * src/mainwindow.c
12686                 allow address harvest of folder as well as selected
12687                 messages.
12688
12689 2002-04-07 [paul]       0.7.4claws71
12690
12691         * src/esmtp.[ch]
12692           src/smtp.c
12693                 don't try to authenticate with CRAM-MD5 in SMTP when 
12694                 SMTP-AUTH enabled if MTA doesn't issue this 
12695                 auth-method in it's ehlo-response. bug item #531364,
12696                 patch item #938910. patch submitted by Colin Leroy 
12697                 <colin@colino.net>
12698
12699 2002-04-07 [paul]       0.7.4claws70
12700
12701         * src/nntp.c
12702                 fix missing MODE_READER bug. patch submitted by
12703                 Colin Leroy <colin@colino.net>
12704
12705 2002-04-07 [alfons]     0.7.4claws69
12706
12707         * src/matcher.[ch]
12708         * src/prefs_filtering.c
12709         * src/summaryview.c
12710                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12711                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12712
12713 2002-04-07 [paul]       0.7.4claws68
12714
12715         * sync with 0.7.4cvs32
12716                 see ChangeLog entry 2002-04-06
12717
12718         * tools/filter_conv.pl
12719                 more bug fixes
12720
12721 2002-04-06 [paul]       0.7.4claws67
12722
12723         * tools/filter_conv.pl
12724                 modify to be able to find the name of the first
12725                 mailbox and use that. main's filter does not
12726                 record the full path to the mailbox and therefore
12727                 can only filter to the first mailbox.
12728
12729 2002-04-05 [paul]       0.7.4claws66
12730
12731         * tools/filter_conv.pl
12732                 attempt to make the script all-encompassing and
12733                 be able to convert any main 'filter' rule thrown
12734                 at it
12735
12736 2002-04-05 [paul]       0.7.4claws65
12737
12738         * tools/filter_conv.pl
12739                 allow for collapsed folder trees
12740
12741 2002-04-05 [paul]       0.7.4claws64
12742
12743         * sync with 0.7.4cvs31
12744                 see ChangeLog entries 2002-04-05
12745
12746 2002-04-03 [paul]       0.7.4claws63
12747
12748         * sync with 0.7.4cvs29
12749                 see ChangeLog entries 2002-04-02 and 2002-04-03
12750
12751 2002-04-02 [paul]       0.7.4claws62
12752
12753         * sync with 0.7.4cvs26
12754                 see ChangeLog entry 2002-04-01
12755
12756 2002-04-02 [match]      0.7.4claws61
12757
12758         * src/pine.[ch]
12759         * src/importpine.[ch]
12760         * src/addressbook.c
12761                 import Pine address book.
12762
12763 2002-04-02 [match]      0.7.4claws60
12764
12765         * src/addrharvest.[ch]
12766                 improve address parsing of funky addresses.
12767
12768 2002-04-02 [darko]      0.7.4claws59
12769
12770         * src/compose.c
12771                 wrap on send improvements, it now recognizes quoted
12772                 initials as part of the quotation string, and it
12773                 does not join lines separated by CR
12774
12775 2002-04-01 [match]      0.7.4claws58
12776
12777         * src/mgutils.[ch]
12778                 added new functions.
12779         * src/mutt.[ch]
12780                 remove excessive duplicate address generation
12781                 on import.
12782
12783 2002-04-01 [alfons]     0.7.4claws57
12784         
12785         * src/summaryview.c
12786                 put back g_free() 
12787
12788 2002-04-01 [paul]       0.7.4claws56
12789
12790         * sync with 0.7.4cvs25
12791                 see ChangeLog entry 2002-04-01
12792
12793 2002-04-01 [alfons]     0.7.4aprilfool55
12794
12795         * src/summaryview.c
12796                 honour feature request item #537427 to allow for
12797                 displaying names from address book for sent mail also
12798
12799 2002-03-29 [paul]       0.7.4claws54
12800
12801         * src/mainwindow.c
12802           src/prefs_filtering.[ch]
12803           src/prefs_matcher.c
12804           src/summaryview.c
12805                 add 'fast filter' for claws' filtering,
12806                 /Tools/Create filter rule/... patch submitted
12807                 by Neill Miller <neillm@thecodefactory.org>
12808
12809 2002-03-29 [paul]       0.7.4claws53
12810
12811         * sync with 0.7.4cvs24
12812                 see ChangeLog entry 2002-03-29
12813
12814 2002-03-28 [paul]       0.7.4claws52
12815
12816         * sync with 0.7.4cvs23
12817                 see ChangeLog entry 2002-03-28
12818
12819 2002-03-27 [melvin]     0.7.4claws51
12820
12821         * src/prefs_actions.c
12822                 Added support to pass only one message part (as a
12823                 file) to the command using '%p'. No quotes are needed
12824                 because doubles quotes are automatically added.
12825                 Fixed bug where Sylpheed could block when waiting for
12826                 a child process to finish.
12827                 Changed the help menu to remove quotes around symbols to 
12828                 avoid misinterpretation (they must not be used).
12829
12830 2002-03-27 [melvin]     0.7.4claws50
12831
12832         * src/inc.c
12833                 Made the new mail notification command always 
12834                 execute asynchronously.
12835
12836 2002-03-27 [paul]       0.7.4claws49
12837
12838         * src/compose.c
12839                 fix bug introduced in last commit
12840
12841 2002-03-27 [paul]       0.7.4claws48
12842
12843         * sync with 0.7.4cvs21
12844                 see ChangeLog 2002-03-26 and 2002-03-27
12845
12846 2002-03-26 [hoa]        0.7.4claws47
12847
12848         * src/prefs_folder_item.c
12849                 really fixed the bug #516442 with folder rescan.
12850
12851 2002-03-26 [paul]       0.7.4claws46
12852
12853         * sync with 0.7.4cvs19
12854                 see ChangeLog entries 2002-03-25 and 2002-03-26
12855
12856 2002-03-25 [hoa]        0.7.4claws45
12857
12858         * src/matcher.c
12859         * src/mh.c
12860                 fix the bug #516442 with folder rescan.
12861
12862         * src/prefs_common.[ch]
12863         * src/compose.c
12864                 added an option to enable two different behaviours
12865                 for bounce.
12866
12867
12868 2002-03-25 [paul]       0.7.4claws44
12869
12870         * src/mainwindow.c
12871           src/selective_download.c
12872                 correct a few menuitem labels
12873
12874 2002-03-25 [christoph]  0.7.4claws43
12875
12876         * src/procmsg.c
12877                 fix non deleted tmp message in
12878                 procmsg_save_to_outbox
12879                 fix problems caused by sync with
12880                 main branch's procmsg_send_queue
12881
12882 2002-03-25 [paul]       0.7.4claws42
12883
12884         * src/quote_fmt.c
12885           src/quote_fmt_lex.l
12886           src/quote_fmt_parse.y
12887                 add Last name (%L) placeholder for quoting. 
12888                 patch submitted by Thorsten Thielen 
12889                 <thth@users.sourceforge.net>
12890
12891 2002-03-25 [paul]       0.7.4claws41
12892
12893         * src/utils.c
12894                 get full hostname. patch submitted by
12895                 Bob Woodside <rwoodside1@comcast.net>
12896
12897 2002-03-25 [paul]       0.7.4claws40
12898
12899         * src/account.c
12900           src/news.c
12901           src/nntp.[ch]
12902           src/prefs_account.[ch]
12903                 enable NNTP over SSL. patch submitted by
12904                 Pascal Jermini <pascal@infinity.hn.org>
12905
12906 2002-03-24 [paul]       0.7.4claws39
12907
12908         * src/prefs_common.c
12909                 make the arrangement of the Compose tab more
12910                 coherent
12911
12912         * src/mainwindow.c
12913                 fix some irregularities of style
12914
12915         * po/de.po
12916                 updated by Kilian Krause
12917
12918 2002-03-23 [paul]       0.7.4claws38
12919
12920         * po/pt_BR.po
12921                 updated by Fabio Junior Beneditto
12922
12923 2002-03-23 [paul]       0.7.4claws37
12924
12925         * src/mainwindow.c
12926                 move 'Gather addresses' to 'Tools' menu
12927                 make 'Selective download' sensitive
12928
12929 2002-03-23 [paul]       0.7.4claws36
12930
12931         * sync with 0.7.4cvs16
12932                 see ChangeLog entries 2002-03-23
12933
12934 2002-03-22 [christoph]  0.7.4claws35
12935
12936         * src/quote_fmt_parse.y
12937                 fix include program output
12938
12939 2002-03-22 [alfons]     0.7.4claws34
12940
12941         * src/pop.c
12942                 initialize GDate stack variable correctly (sorry!)
12943
12944 2002-03-22 [paul]       0.7.4claws33
12945
12946         * src/compose.c
12947           src/mainwindow.c
12948           src/prefs_actions.c
12949           src/prefs_common.c
12950                 rename 'Tool' to 'Tools'
12951
12952         * src/mainwindow.c
12953                 move 'Delete duplicated messages' from
12954                 'Message/' to 'Tools/'
12955                 re-arrange the order of 'Tools/' items
12956
12957 2002-03-22 [paul]       0.7.4claws32
12958
12959         * src/addr_compl.c
12960           src/addressbook.[ch]
12961                 auto-address completion now also matches on
12962                 Nickname. patch submitted by Bob Forsman 
12963                 <hammor@users.sourceforge.net>
12964
12965         * src/editaddress.c
12966                 correct a spelling mistake
12967
12968 2002-03-22 [alfons]     0.7.4claws31
12969
12970         * src/pop.c
12971                 fix getting uidl from incorrect string 
12972                 (spotted by Colin)
12973
12974 2002-03-21 [alfons]     0.7.4claws30
12975
12976         * src/pop.c
12977                 more code refactoring
12978                 plug mem leak introduced by delete on server
12979
12980 2002-03-21 [paul]       0.7.4claws29
12981
12982         * sync with 0.7.4cvs11
12983                 see ChangeLog entries 2002-03-20
12984
12985 2002-03-20 [alfons]     0.7.4claws28
12986
12987         * src/inc.c
12988                 apply Colin's patch and refactor
12989
12990 2002-03-20 [paul]       0.7.4claws27
12991
12992         * sync with sylpheed 0.7.4cvs9
12993                 see ChangeLog entry 2002-03-20
12994
12995 2002-03-19 [christoph]  0.7.4claws26
12996
12997         * src/mh.c
12998         * src/procmsg.[ch]
12999         * src/summaryview.c
13000                 revert changes for flag updates
13001                 (does not work correctly and no time to debug)
13002
13003 2002-03-20 [alfons]     0.7.4claws25
13004
13005         * src/pop.c
13006                 refactor should_delete() a little bit 
13007
13008 2002-03-19 [paul]       0.7.4claws24
13009
13010         * src/inc.[ch]
13011           src/pop.c
13012           src/prefs_account.[ch]
13013                 allow the user to leave downloaded mail on the 
13014                 server for n days. Patch submitted by Colin Leroy 
13015                 <colin@colino.net>
13016
13017 2002-02-19 [paul]       0.7.4claws23
13018
13019         * sync with sylpheed 0.7.4cvs8
13020                 see ChangeLog entries 2002-03-19
13021
13022 2002-03-18 [paul]       0.7.4claws22
13023
13024         * sync with sylpheed 0.7.4cvs6
13025                 see ChangeLog entry 2002-03-18
13026
13027 2002-03-18 [paul]       0.7.4claws21
13028
13029         * po/en_GB.po
13030                 add en_GB message catalogue
13031
13032         * src/mbox_folder.c
13033           src/prefs_account.c
13034           src/prefs_actions.c
13035                 correct a few spelling mistakes
13036
13037 2002-03-17 [alfons]     0.7.4claws20
13038
13039         * src/matcher.c
13040                 more stringent checks for NULL params when writing
13041                 filtering actions to a file
13042                 
13043 2002-03-17 [hoa]        0.7.3claws20
13044
13045         * src/news.c
13046                 fixed the count of new messages
13047
13048         * src/compose.c
13049                 fixed the "attachment properties" window
13050
13051 2002-03-17 [paul]       0.7.4claws19
13052
13053         * src/defs.h
13054           src/folder.h
13055           src/news.c
13056           src/prefs_account.[ch]
13057           src/procmsg.[ch]
13058           src/summaryview.c
13059                 automatically mark cross-posted messages as read 
13060                 and (optionally) give them a colour label
13061                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13062                 
13063
13064 2002-03-17 [paul]       0.7.4claws18
13065
13066         * sync with sylpheed 0.7.4cvs5
13067                 see ChangeLog entry 2002-03-17
13068
13069 2002-03-17 [melvin]     0.7.4claws17
13070         
13071         * src/textview.c
13072                 Worked around a gtktext 'bug': when searching for 
13073                 a text in a long message it was scrolling slowly
13074                 line by line until it hit the searched text.
13075         * po/fr.po
13076                 Updated French translation
13077
13078 2002-03-17 [melvin]     0.7.4claws16
13079
13080         * src/mainwindow.c
13081         * src/compose.c
13082         * src/prefs_actions.c
13083                 Moved "Edit/Actions" to "Tool/Actions"
13084                 Made mainwindow/compose window sensitive as soon as
13085                 no child process is running anymore even if the io dialog
13086                 is open.
13087                 Fixed a struct being initialized with a non constant char*
13088
13089 2002-03-16 [christoph]  0.7.4claws15
13090
13091         * configure.in
13092                 add --with-compiler-flags option
13093                 (only for developer hacking)
13094         * src/mh.c
13095         * src/procmsg.[ch]
13096         * src/summaryview.c
13097                 try to make folder-stats and flag handling more
13098                 independent from the summaryview. msgcounts
13099                 are only set when the folder is opened and
13100                 procmsg_msginfo_(un)set_flags will handle it
13101                 later and summaryview will get the values
13102                 from the folder.
13103
13104 2002-03-16 [paul]       0.7.4claws14
13105
13106         * src/messageview.c
13107                 fix Return-receipt. Patch submitted by Bob
13108                 Woodside <rwoodside1@comcast.net>
13109
13110 2002-03-16 [paul]       0.7.4claws13
13111
13112         * src/compose.c
13113                 fix 'dynamic' signatures, make it work again
13114                 broken during sync on 2002-03-14 (0.7.4claws2)
13115
13116 2002-03-15 [match]      0.7.4claws12
13117
13118         * src/addrharvest.[ch]
13119         * src/addrgather.[ch]
13120         * src/addressbook.[ch]
13121         * src/mainwindow.c
13122                 included address harvester feature. still some
13123                 issues with address parsing that I will fix.
13124
13125 2002-03-15 [match]      0.7.4claws11
13126
13127         * src/addrbook.[ch]
13128         * src/addrcache.[ch]
13129         * src/addressbook.[ch]
13130         * src/addrindex.c
13131         * src/editbook.c
13132         * src/importldif.c
13133         * src/importmutt.c
13134         * src/jpilot.[ch]
13135         * src/main.c
13136         * src/syldap.[ch]
13137         * src/vcard.[ch]
13138                 tidy up. fix memory leaks. moved attribs and methods
13139                 from individual interfaces to addrcache object. prep
13140                 for new stuff to come in.
13141
13142 2002-03-15 [alfons]     0.7.4claws10
13143
13144         * src/matcher.[ch]
13145         * src/matcher_parser_parse.y
13146         * src/matcher_parser_lex.l
13147         * src/prefs_matcher.c
13148                 add filtering conditions message greater than, smaller 
13149                 than, and exactly matching a size in bytes
13150                 (does not work with delete from POP3 server yet)
13151
13152                 this should also give others an idea what you should
13153                 do to add new criterions to claws filtering system
13154                 
13155
13156 2002-03-15 [paul]       0.7.4claws9
13157
13158         * tools/filter_conv.pl
13159                 exit if there are no filter rules to convert
13160                 rename filterrc to filterrc.old after completion
13161
13162 2002-03-15 [paul]       0.7.4claws8
13163
13164         * sync with sylpheed 0.7.4cvs3
13165                 see ChangeLog entry 2002-03-14
13166
13167 2002-03-14 [paul]       0.7.4claws7
13168
13169         * src/compose.c
13170                 clean up the last commit (ahem)
13171
13172 2002-03-14 [paul]       0.7.4claws6
13173
13174         * src/compose.c
13175                 fix bug #515655. honour account preferences
13176                 regarding gpg default signing/encryption when 
13177                 changing account from the compose window.
13178
13179 2002-03-14 [paul]       0.7.4claws5
13180
13181         * src/folderview.c
13182                 remove unnecessary curly brackets
13183
13184 2002-03-14 [paul]       0.7.4claws4
13185
13186         * src/folderview.c
13187           src/prefs_filtering.[ch]
13188                 add filter rename on folder rename and filter
13189                 delete on folder delete. Patch submitted by
13190                 Neill Miller <neillm@thecodefactory.org> 
13191
13192 2002-03-14 [christoph]  0.7.4claws3
13193
13194         * src/procmsg.c
13195         * src/send.c
13196                 fix local delivery
13197                 (patch submitted by "Simon 'corecode' Schubert")
13198         * src/prefs_common.c
13199         * src/procmsg.c
13200                 fix gcc 3.0 warning
13201
13202 2002-03-14 [paul]       0.7.4claws2
13203
13204         * sync with sylpheed 0.7.4cvs2
13205                 see ChangeLog entry 2002-03-13
13206
13207 2002-03-12 [darko]      0.7.4claws1
13208
13209         * src/mainwindow.c
13210                 fix what seems to be a copy and paste error
13211                 when setting color for important messages
13212                 (reported by wwp)
13213
13214 2002-03-11 [paul]       version 0.7.4claws released
13215
13216 2002-03-11 [paul]       0.7.4claws
13217
13218         * po/es.po
13219           po/it.po
13220           po/nl.po
13221           po/pt_BR.po
13222                 update message catalogs. Submitted by Ricardo Mones 
13223                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13224                 Fabio Junior Beneditto
13225
13226         * configure.in
13227           faq/Makefile.am
13228           faq/it/Makefile
13229           faq/it/sylpheed-faq*
13230           src/mainwindow.c
13231           src/manual.[ch]
13232                 add FAQ in Italian
13233         
13234
13235 2002-03-11 [jens]       0.7.3claws7
13236
13237         * po/de.po
13238                 updated German translation
13239
13240 2002-03-11 [melvin]     0.7.3claws6
13241
13242         * po/fr.po
13243                 updated and corrected French translation
13244
13245 2002-03-10 [hoa]        0.7.3claws5
13246
13247         * src/account.c
13248         * src/inc.c
13249         * src/prefs_account.c
13250         * src/procmsg.c
13251         * src/send.[ch]
13252                 fixed the local account.
13253                 you have to change the default "/usr/sbin/sendmail"
13254                 to "/usr/sbin/sendmail -t" in the preferences of
13255                 the local account.
13256
13257         * src/procmime.c
13258                 removed some debug display for renderer
13259
13260 2002-03-10 [paul]       0.7.3claws4
13261
13262         * faq/en/sylpheed-faq-1.html
13263           faq/en/sylpheed-faq-2.html
13264                 update
13265
13266 2002-03-09 [paul]       0.7.3claws3
13267
13268         * sync with sylpheed 0.7.4
13269                 see ChangeLog entry 2002-03-09
13270
13271 2002-03-08 [paul]       0.7.3claws2
13272
13273         * faq/en/sylpheed-faq*
13274           faq/es/sylpheed-faq*
13275           faq/fr/sylpheed-faq*
13276                 update the FAQs
13277
13278         * manual/fr/.cvsignore
13279           manual/fr/Makefilea.am
13280           manual/fr/sylpheed*
13281           src/mainwindow.c
13282           src/manual.[ch]
13283                 add the French manual
13284
13285 2002-03-07 [paul]       0.7.3claws1
13286
13287         * sync with sylpheed 0.7.3cvs4
13288                 see ChangeLog entries  2002-03-06 and 2002-03-07
13289         
13290         * po/nl.po
13291                 updated by Wilbert Berendsen
13292
13293 2002-03-07 [melvin]     0.7.2claws34
13294
13295         * src/selective_download.c
13296                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13297
13298 2002-03-06 [paul]       0.7.2claws33
13299
13300         * sync with sylpheed 0.7.3cvs1
13301                 bug fix, see ChangeLog entry 2002-03-05
13302
13303 2002-03-05 [paul]       0.7.2claws32
13304
13305         * src/mimeview.c
13306           src/pgptext.[ch]
13307           src/procmsg.c
13308                 reverse the pgp ascii-armored code implemented in 
13309                 0.7.2claws16. removal of this code until it matures.
13310                 this means that verifying ascii-armored pgp sigs and
13311                 automatic decryption of ascii-armored encrypted
13312                 messages no longer works.
13313
13314 2002-03-05 [paul]       0.7.2claws31
13315
13316         * configure.in
13317           Makefile.am
13318         * faq/Makefile.am
13319         * faq/en/Makefile.am
13320           faq/en/sylpheed-faq.html
13321           faq/en/sylpheed-faq-1.html
13322           faq/en/sylpheed-faq-2.html
13323           faq/en/sylpheed-faq-3.html
13324         * faq/es/Makefile.am
13325           faq/es/sylpheed-faq.html
13326           faq/es/sylpheed-faq-1.html
13327           faq/es/sylpheed-faq-2.html
13328           faq/es/sylpheed-faq-3.html
13329           faq/es/sylpheed-faq-4.html
13330         * faq/fr/Makefile.am
13331           faq/fr/sylpheed-faq.html
13332           faq/fr/sylpheed-faq-1.html
13333           faq/fr/sylpheed-faq-2.html
13334           faq/fr/sylpheed-faq-3.html
13335         * src/Makefile.am
13336           src/defs.h
13337           src/mainwindow.c
13338           src/manual.[ch]
13339                 add FAQs in English, Spanish and French
13340
13341
13342 2002-03-05 [paul]       0.7.2claws30
13343
13344         * manual/en/sylpheed.html
13345           manual/en/sylpheed-XX.html
13346                 updated the English manual
13347
13348 2002-03-05 [hoa]        
13349
13350         * src/summaryview.c
13351                 dialog box pops up if the article can't be deleted.
13352
13353 2002-03-04 [paul]       
13354         
13355         * po/pt_BR.po
13356                 updated by Fabio Junior Benedito
13357
13358 2002-03-04 [hoa]
13359
13360         * removed ac/gpgme.m4
13361                 to avoid autogen common problem
13362                 developers have to install gpgme development package now
13363
13364         * src/compose.c
13365                 encoding to 7bit or 8bit is enabled.
13366
13367 2002-03-03 [alfons]     0.7.2claws29
13368
13369         * src/pop.c
13370                 merge fix by Oliver Haertel for selective
13371                 download buglet
13372
13373 2002-03-03 [paul]       0.7.2claws28
13374         
13375         * sync with sylpheed 0.7.3
13376
13377 2002-03-03 [paul]       0.7.2claws27
13378
13379         * sync with sylpheed 0.7.2cvs24
13380                 see ChangeLog entries 2002-03-02 and 2002-03-03
13381
13382 2002-03-02 [melvin]     0.7.2claws26
13383
13384         * src/inc.[ch]
13385         * src/main.c
13386         * src/mainwindow.c
13387         * src/prefs_common.[ch]
13388                 Added user definable notification on new mail arrival.
13389                 Removed unused variables in spell checker prefs code.
13390
13391 2002-03-02 [melvin]     0.7.2claws25
13392
13393         * src/quote_fmt.c
13394                 Removed unnecessary escape sequences.
13395                 Changed 'Initial...' to 'Initials of Sender'
13396
13397 2002-03-02 [paul]       0.7.2claws24
13398
13399         * sync with sylpheed 0.7.2cvs22
13400                 see ChangeLog entry 2002-03-01
13401
13402 2002-03-01 [hoa]        0.7.2claws23
13403
13404         * src/mainwindow.c
13405                 Set sensitivity of delete actions to active
13406                 even if the folder is a newsgroup.
13407
13408         * src/summaryview.c
13409                 - Set sensitivity of delete actions
13410                 - Added function check_permission() that will check if the
13411                   user is authorized to delete a message. For news, it
13412                   will check if the author is the same.
13413                 - Enabled deletion when there is no trash folder.
13414
13415         * src/news.[ch]
13416                 - Added news_cancel_article() to cancel articles
13417                 - Implemented news_remove_message() (public function)
13418
13419 2002-03-01 [paul]       0.7.2claws22
13420
13421         * src/gtkutils.c
13422           src/textview.c
13423                 recognise urls that that don't include 'http://' and
13424                 simply begin 'www.' 
13425
13426         * AUTHORS
13427                 remove duplicated name
13428
13429 2002-02-28 [paul]       0.7.2claws21
13430
13431         * src/mainwindow.c
13432           src/summaryview.[ch]
13433                 add ability to 'Select thread'
13434                 combines Melvin's "Select thread's head" patch (#510907)
13435                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13436                 patch (#518514) 
13437
13438 2002-02-28 [paul]       0.7.2claws20
13439
13440         * src/mimeview.c
13441                 hopefully fix segfault on right-clicking a mime part
13442                 that some people have experienced.      
13443                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13444
13445 2002-02-28 [paul]       0.7.2claws19
13446
13447         * sync with sylpheed 0.7.2cvs21
13448                 see ChangeLog entries 2002-02-27 and 2002-02-28
13449
13450 2002-02-27 [paul]       0.7.2claws18
13451
13452         * sync with sylpheed 0.7.2cvs18
13453                 see ChangeLog entries 2002-02-26 and 2002-02-27
13454
13455 2002-02-26 [alfons]     0.7.2claws17
13456
13457         * src/procheader.c
13458                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13459                 (spotted by Chris Hessman <idatech@gmx.net>)
13460
13461 2002-02-26 [paul]       0.7.2claws16
13462
13463         * src/mimeview.c
13464           src/pgptext.[ch]
13465           src/procmsg.c
13466                 make decryption of ascii-armored pgp encrypted messages
13467                 and verification of ascii-armored signatures work again.
13468                 slightly altered from the patch by Jens Jahnke 
13469                 <jan0sch@gmx.net>
13470
13471                 ##FIX ME##
13472                 * the checking of plaintext signatures always comes up in 
13473                   a popup box
13474                 * it doesn't work for multipart messages 
13475                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13476                   including the msg headers and these 2 line themselves, are 
13477                   not displayed
13478
13479         * src/mainwindow.c
13480                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13481                 "View/Message View" becomes "View/Separate Message View"
13482                 because its less ambiguous.
13483
13484         * po/es.po
13485                 updated by Ricardo Mones Lastra
13486
13487 2002-02-26 [paul]       0.7.2claws15
13488
13489         * sync with sylpheed 0.7.2cvs17
13490                 see ChangeLog entries 2002-02-25 and 2002-02-26
13491
13492 2002-02-25 [christoph]  0.7.2claws14
13493
13494         * src/filtering.[ch]
13495         * src/inc.c
13496                 do filtering stuff after all messages have been received
13497                   1. drop all messages to .processing
13498                   2. scan processing folder for messages
13499                   3. filter messages or move to inbox
13500                 this will also find old messages left in processing after
13501                 a crash or something like that and we get a real msginfo
13502                 from folder->get_msg_list and do not have to create our
13503                 own in filter_message
13504         * src/matcher_parser_parse.y
13505                 remove MIX/MAX warning (reordered includes)
13506
13507 2002-02-25 [paul]       0.7.2claws13
13508
13509         * sync with sylpheed 0.7.2cvs15
13510                 see ChangeLog entry 2002-02-24
13511
13512 2002-02-24 [alfons]     0.7.2claws12
13513
13514         * src/filtering.c
13515                 clear old color flags first when applying a new color to
13516                 a message info. 
13517                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13518
13519 2002-02-24 [alfons]     0.7.2.claws11
13520         
13521         * AUTHORS
13522         * src/prefs_common.c
13523                 add presets for Opera and Konqueror, closes patch #517261,
13524                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13525
13526 2002-02-24 [alfons]     0.7.2.claws10
13527
13528         * AUTHORS
13529         * src/summaryview.c
13530                 fix threading for null message ids, closes patch #521601,
13531                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13532
13533 2002-02-24 [alfons]     0.7.2claws9
13534
13535         * src/summaryview.c
13536         * src/filtering.c
13537                 make Tool | Filter Message work with filtering system so
13538                 setting flags also works
13539
13540                 TODO:
13541
13542                 - Processing uses the same function as Tool | Filter
13543                   Message, but doesn't use the same update proc yet
13544
13545 2002-02-23 [paul]       0.7.2claws8
13546
13547         * sync with sylpheed 0.7.2cvs14
13548                 see ChangeLog entries 2002-02-22 and 2002-02-23
13549
13550 2002-02-22 [christoph]  0.7.2claws7
13551
13552         * src/quote_fmt.c
13553                 Add column space to table
13554         * src/quote_fmt_parse.y
13555                 Close files
13556
13557 2002-02-22 [paul]       0.7.2claws6
13558
13559         * src/Makefile.am
13560           src/defs.h
13561           src/filtering.c
13562           src/inc.[ch]
13563           src/mainwindow.c
13564           src/matcher.[ch]
13565           src/matcher_parser_lex.l
13566           src/matcher_parser_parse.y
13567           src/pop.[ch]
13568           src/prefs_account.h
13569           src/prefs_filtering.c
13570           src/selective_download.[ch]   *** NEW FILES ***
13571           src/utils.[ch]
13572           po/POTFILES.in
13573                 Selective Download added to 'Tool' menu. 
13574                 Retrieves email headers of the currently selected pop3 
13575                 account and allows the user to mark emails for deletion 
13576                 right on the pop3 server. Patch submitted by Oliver Haertel 
13577                 <oha@users.sourceforge.net>.
13578         
13579         * po/POTFILES.in
13580                 add 'src/quote_fmt.c'           
13581
13582 2002-02-22 [christoph]  0.7.2claws5
13583
13584         * src/Makefile.am
13585                 added quote_fmt.c
13586         * src/prefs_common.[ch]
13587         * src/prefs_template.c
13588         * src/quote_fmt.c               *** NEW FILE ***
13589         * src/quote_fmt.h
13590                 move quote format symbol description code
13591                 to it's own file because it is used from
13592                 differnent code parts
13593                 Rewrote symbol description GUI
13594                   + use table
13595                   + add separators
13596                   + get data from array (no more long constant strings)
13597         * src/quote_fmt_lex.l
13598         * src/quote_fmt_parse.y
13599                 Symbol for Literal % changed to \% instead of %%
13600                 (More logical as \ is used for quoting for other symbols)
13601                 Add |f and |p to include files and program output
13602                 Examples:
13603                     |f{/home/.../.signature}
13604                     |p{date}
13605         * po/de.po
13606                 Correct wrong spelling for "Referenzen"
13607
13608 2002-02-21 [paul]       0.7.2claws4
13609
13610         * src/procmsg.c
13611                 forgotten during sync
13612
13613 2002-02-21 [paul]       0.7.2claws3
13614
13615         * sync with sylpheed 0.7.2cvs11
13616                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13617                 2002-02-20 and 2002-02-21
13618
13619 2002-02-20 [melvin]     0.7.2claws2
13620
13621         * src/prefs_actions.c
13622                 Added error report when child cannot fork or when execvp 
13623                 returns with an error.
13624
13625 2002-02-19 [christoph]  0.7.2claws1
13626
13627         * src/codeconv.c
13628                 return unconverted text if conde conversion is not possible
13629                 when libjconv is used.
13630                 (patch submitted by "Simon 'corecode' Schubert")
13631
13632 2002-02-19 [paul]       
13633
13634         * version 0.7.2claws release
13635
13636 2002-02-19 [paul]       0.7.2claws
13637
13638         * po/nl.po
13639                 updated by Wilbert Berendsen
13640
13641
13642 2002-02-18 [alfons]     0.7.1claws13
13643
13644         * src/syldap.c
13645         * src/jpilot.c
13646                 remove references to dlfcn and explicitly loading functions
13647                 from dynalink libs, because libs linked anyway, and functions
13648                 are loaded explicitly
13649
13650 2002-02-17 [melvin]     0.7.1claws12
13651
13652         * src/prefs_actions.c
13653                 Replaced children wait loop with double fork technique.
13654                 Now, input/output window updated at each new output.
13655                 free_children(): Fixed a memory leak.
13656                 Made input/output window non closable if running children
13657                 still exist.
13658                 Added missing <unistd.h> include.
13659                 Added some --debug outputs.
13660
13661 2002-02-17 [melvin]     0.7.1claws11
13662
13663         * src/summaryview.c
13664                 Fixed bug where descending sort order did not select top
13665                 message.
13666
13667 2002-02-17 [melvin]     0.7.1claws10
13668
13669         * acconfig.h
13670                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13671         * src/prefs_common.c
13672                 Pspell data package directory no more hard coded but
13673                 set during configuration (PSPELL_PATH). (Thanks to 
13674                                 Gustavo Noronha Silva.)
13675
13676 2002-02-17 [melvin]     0.7.1claws9
13677
13678         * configure.in
13679                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13680         * src/gtkspell.c
13681                 Fixed compile-time warnings.
13682
13683 2002-02-16 [alfons]     0.7.1claws8
13684
13685         * src/filesel.c
13686                 fix inadvertent free of NULL pointer which caused
13687                 sylpheed to crash when closing the save-as dialog
13688                 using the window close button
13689
13690 2002-02-16 [carsten]    0.7.1claws7
13691         * src/mainwindow.[ch]
13692           src/summaryview.c
13693           src/prefs_common.c
13694                 fixes for pixmap theming code:
13695                         - recently changed mail attributes shouldn't get
13696                           lost any longer
13697                         - theme is only reloaded iff another theme was
13698                           selected
13699
13700 2002-02-16 [paul]       0.7.1claws6
13701
13702         * sync with sylpheed 0.7.2 release
13703                 see ChangeLog entry 2002-02-15 and 2002-02-16
13704
13705 2002-02-15 [paul]       0.7.1claws5
13706
13707         * sync with sylpheed 0.7.1cvs9
13708                 see ChangeLog entry 2002-02-15
13709
13710         * po/POTFILES.in
13711                 remove unneeded headerwindow.c entry
13712
13713 2002-02-14 [carsten]    0.7.1claws4
13714         * src/summaryview.c
13715                 fixed a bug for "Go to next unread message": there was
13716                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13717                 in the prefs, because of doing "Search again" instead
13718                 "No"
13719
13720 2002-02-14 [carsten]    0.7.1claws3
13721         * src/stock_pixmap.c
13722                 removed 2 more mem leaks; following memprof,
13723                 this code is "leak free" now :)
13724
13725 2002-02-14 [carsten]    0.7.1claws2
13726         * src/stock_pixmap.c
13727                 used opendir/readdir/closedir instead of scandir
13728                 -> code should work now on Solaris
13729
13730 2002-02-14 [paul]       0.7.1claws1
13731
13732         * sync with sylpheed 0.7.1cvs8
13733                 see ChangeLog entries 2002-02-13 and 2002-02-14
13734
13735         * README.claws
13736                 add some description of Actions and Pixmap Themes
13737
13738 2002-02-13 [paul]       
13739
13740         * version 0.7.1claws release
13741
13742 2002-02-13 [paul]       0.7.1claws
13743
13744         * po/es.po
13745           po/it.po
13746           po/pt_BR.po
13747                 updated translations, submitted by Ricardo Mones Lastra,
13748                 Alessandro Maestri and Fabio Junior Beneditto
13749
13750 2002-02-13 [melvin]     0.7.0claws75
13751
13752         * src/prefs_actions.c
13753                 Added missing "signal.h" include
13754
13755 2002-02-13 [melvin]     0.7.0claws74
13756
13757         * src/prefs_folder_item.c
13758                 Added missing "config.h" include
13759         * po/fr.po
13760                 Updated French translation for folder propriety.
13761
13762 2002-02-13 [jens]       0.7.0claws73
13763
13764         * po/POTFILES.in
13765                 Added missing src/prefs_folder_item.c [log added by melvin]
13766         * po/de.po
13767                 Updated German translation.
13768
13769 2002-02-13 [melvin]     0.7.0claws72
13770
13771         * po/fr.po
13772                 Updated French translation.
13773
13774 2002-02-13 [melvin]     0.7.0claws71
13775
13776         * src/gtkutils.c
13777                 Made gtkut_editable_get_selection return NULL if selection
13778                 is of length zero.
13779                 This fixes a bug where selecting part of message A then
13780                 switching to message B and replying to it will not
13781                 quote the message's body.
13782
13783 2002-02-12 [paul]       0.7.0claws70
13784
13785         * src/mainwindow.c
13786                 cosmetic, relating to pixmap themes: on toolbar make 
13787                 updating of 'Exec' and 'Compose news/Compose email'
13788                 icons faster.
13789
13790 2002-02-12 [carsten]    0.7.0claws69
13791         * src/folderview.c
13792           src/mainwindow.[ch]
13793           src/stock_pixmap.c
13794           src/summaryview.c
13795           src/prefs_common.c
13796                 - refreshing after changing pixmap theme better
13797                   now (thanks Paul)
13798                 - wanted to remove some mem leaks, but alfons was
13799                   faster (and had the better solution ;)
13800
13801 2002-02-12 [alfons]     0.7.0claws68
13802
13803         * src/prefs_common.c
13804         * src/stock_pixmap.[ch]
13805                 plug mem leaks, refactor code a little bit
13806
13807
13808 2002-02-12 [sergey]     0.7.0claws67
13809
13810         * src/imap.c
13811                 Fixed problem with copying messages to IMAP folders when the
13812                 server uses something other than '/' as a namespace separator
13813                 (cyrus-imapd uses '.').
13814
13815 2002-02-12 [jens]       0.7.0claws66
13816
13817         * po/de.po
13818                 Updated German Translation
13819
13820 2002-02-12 [paul]       0.7.0claws65
13821
13822         * sync with sylpheed 0.7.1cvs1
13823                 see ChangeLog entry 2002-02-12
13824
13825 2002-02-12 [melvin]     0.7.0claws64
13826
13827         * src/prefs_actions.c
13828                 Fixed "feature" where children's output was duplicated 
13829                 instead of refreshed while monitoring.
13830                 Removed some debug code.
13831
13832 2002-02-12 [christoph]  0.7.0claws63
13833
13834         * src/compose.c
13835                 always delete message from queue after sending/send error
13836                 (closes bug #509601)
13837
13838 2002-02-12 [melvin]     0.7.0claws62
13839
13840         * src/prefs_actions.c
13841                 Children wait loop is now triggered with a timeout of 1s
13842                 Added %F which is replaced with the list of filenames 
13843                 of all selected messages (as suggested by Ricardo Mones Lestra)
13844                 Pipe syntax changed. Prefix with | to send selection, postfix
13845                 with | to retrieve output. Prefix with > or * to send
13846                 user definable input to the command (*: input is hidden)
13847                 Old pipe action should now be postfixed with |, too.
13848
13849 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13850         * src/stock_pixmap.c
13851                 fixed a bug: if there's no theme directory don't
13852                 throw an error, just do "nothing" (thanks Alfons)
13853
13854 2002-02-12 [carsten]    0.7.0claws60
13855         * src/folderview.c
13856           src/summaryview.c
13857                 had to write the cache twice (nasty!); some marks would 
13858                 get lost if not
13859
13860 2002-02-11 [carsten]    0.7.0claws59
13861         * acconfig.h
13862           configure.in
13863           doc-src/maintainer_guide.txt
13864           src/compose.[ch]
13865           src/defs.h
13866           src/folderview.[ch]
13867           src/gtkutils.[ch]
13868           src/mainwindow.[ch]
13869           src/prefs_common.[ch]
13870           src/stock_pixmap.[ch]
13871           src/summaryview.[ch]
13872                 pixmap theming and related work on pixmap
13873                 handling on some other places
13874                 (e.g. hrm features for all folder)
13875           src/pixmap/stock_*.xpm -> the stock_ was removed
13876         
13877 2002-02-11 [paul]       0.7.0claws58
13878
13879         * sync with sylpheed 0.7.1 release
13880                 see ChangeLog entries 2002-02-11
13881
13882 2002-02-08 [paul]       0.7.0claws57
13883
13884         * sync with sylpheed 0.7.0cvs39
13885                 see ChangeLog entry 2002-02-07 (last entry) 
13886
13887         * src/prefs_actions.c
13888           src/prefs_filtering.c
13889           src/prefs_matcher.c
13890           src/prefs_scoring.c
13891                 sync: made it compile with C compilers other than gcc
13892
13893 2002-02-07 [paul]       0.7.0claws56
13894
13895         * sync with sylpheed 0.7.0cvs38
13896                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13897                 2002-02-07
13898
13899 2002-02-07 [darko]      0.7.0claws55
13900
13901         * src/gtkutils.[ch]
13902         * src/summaryview.c
13903                 Fix const gchar */gchar * issue (thanks Hiro)
13904
13905 2002-02-07 [darko]      0.7.0claws54
13906
13907         * src/compose.[ch]
13908         * src/filtering.c
13909         * src/gtkutils.[ch]
13910         * src/prefs_template.c
13911         * src/quote_fmt.h
13912         * src/quote_fmt_parse.y
13913         * src/summaryview.c
13914         * src/utils.[ch]
13915                 When replying or forwarding an email don't quote the entire
13916                 mail body but use the part of the message text that is selected
13917
13918 2002-02-06 [melvin]     0.7.0claws53
13919
13920         * src/prefs_common.[ch]
13921         * src/gtkspell.[ch]
13922         * src/compose.c
13923                 Made possible to switch quickly to last used dictionary
13924                 which makes checking bilingual documents easier.
13925
13926 2002-02-06 [melvin]     0.7.0claws52
13927         
13928         * po/POTFILES.in
13929                 Added forgotten new file src/prefs_actions.c
13930
13931 2002-02-06 [melvin]     0.7.0claws51
13932
13933         * src/prefs_actions.c   ** NEW FILE **
13934         * src/prefs_actions.h   ** NEW FILE **
13935                 Added actions to execute on message text view, or on the
13936                         message's file.
13937         * src/Makefile.am
13938                 Added src/prefs_actions.[ch]
13939         * src/compose.c
13940                 Added new menu "Edit/Actions"
13941         * src/defs.h
13942                 Added new actionsrc file.
13943         * src/main.c
13944                 Added actionsrc reading.
13945         * src/mainwindow.c
13946                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13947         * src/prefs_common.h
13948                 Added new element actionslst element to prefs_common.
13949
13950 2002-02-06 [paul]       0.7.0claws50
13951
13952         * sync with sylpheed 0.7.0cvs36
13953                 see ChangeLog entry 2002-02-06
13954
13955 2002-02-05 [paul]
13956
13957         * po/es.po
13958                 updated by Ricardo Mones Lastra
13959
13960 2002-02-05 [paul]       0.7.0claws49
13961
13962         * sync with sylpheed 0.7.0cvs33
13963                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13964
13965 2002-02-05 [paul]       0.7.0claws48
13966
13967         * src/compose.c
13968                 re-add 'Edit/Advanced/Delete entire line', previously named
13969                 'Delete Line+'
13970
13971 2002-02-04 [paul]       0.7.0claws47
13972
13973         * src/compose.c
13974           src/summaryview.c
13975                 fix bug #494993 (Reply All not taking Reply-To into consi)
13976                 eliminate differences in behaviour of right-click 'Reply to all' 
13977                 in summary view and 'Reply to all' on the toolbar. 
13978                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13979                 view and From gets ignored by 'Reply to all' on toolbar.
13980                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13981                 From when no Reply-To header is present.
13982
13983 2002-02-04 [paul]       0.7.0claws46
13984
13985         * sync with sylpheed 0.7.0cvs30
13986                 see ChangeLog entries 2002-02-03 and 2002-02-04
13987
13988 2002-02-03 [melvin]     0.7.0claws45
13989
13990         * src/gtkspell.[ch]
13991                 Readded function to highlight all misspelled words.
13992                 Fixed bug where user-provided-words did not replace
13993                         correctly the misspelled word when using the mouse.
13994                 Fixed bug where checking a region selected from right to left did
13995                         not check the region at all.
13996                 Fixed bug where 'Check backwards' may not check at all. 
13997                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13998                 Fixed possible buffer overflow when checking for long strings (>1k).
13999                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
14000                 Accelerators code uses now gtk_widget_add_accel.
14001                 Removed and disabled obsolete and unfinished code.
14002                 Cleaning up.
14003
14004         * src/compose.c
14005                 Added menu item to Highlight all misspelled words.
14006
14007 2002-02-01 [paul]       0.7.0claws44
14008
14009         * src/mainwindow.c
14010                 fix '/View/Hide read messages' sensitivity when all
14011                 messages in a folder are hidden
14012
14013 2002-02-01 [paul]       0.7.0claws43
14014
14015         * src/main.c
14016                 add --send option to command line interface, sends all
14017                 queued mail. Patch submitted by Ricardo Mones Lastra.
14018
14019 2002-01-31 [paul]       0.7.0claws42
14020
14021         * src/mainwindow.c
14022                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14023
14024 2002-01-31 [paul]       0.7.0claws41
14025
14026         * sync with sylpheed 0.7.0cvs27
14027                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14028                 and 2002-01-31
14029
14030         * src/textview.c
14031                 comment out elements of textview_show_part() as temporary
14032                 workaround for attachment 'Display as text' bug 
14033
14034         * po/pt_BR.po
14035                 updated by Fabio Junior Beneditto
14036
14037 2002-01-30 [paul]       0.7.0claws40
14038
14039         * sync with sylpheed 0.7.0cvs24
14040                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14041                 and 2002-01-30
14042
14043         * src/compose.c
14044                 add {N_("/_Spelling"), ... "<Branch>"} to 
14045                 GtkItemFactoryEntry compose_entries[]
14046
14047         * src/prefs_common.c
14048                 add claws menu items to prefs_keybind_apply_clicked()
14049                 and remove non-claws menu items
14050
14051 2002-01-29 [paul]       0.7.0claws39
14052
14053         * sync with sylpheed 0.7.0cvs22
14054                 see ChangeLog entries 2002-01-28 and 2002-01-29
14055
14056 2002-01-28 [melvin]     0.7.0claws38
14057
14058         * src/compose.c
14059                 Added the declartion of compose_send_control_enter.
14060
14061         * src/compose.c
14062         * src/gtkspell.[ch]
14063                 Added in a 'Spelling' menu which includes the configuration menu. 
14064                 Added a real 'Check all' and got rid from the old one which only
14065                 highlited misspelled word.
14066                 Made 'Check while typing' a disableable option.
14067                 Added a dialog when there are no more misspelled word.
14068                 Added a dialog if error occurs when switching to a dictionary.
14069         
14070         * src/prefs_common.[ch]
14071                 Added option for the default 'Check while typing' option.
14072
14073
14074 2002-01-28 [alfons]     0.7.0claws37
14075
14076         * src/compose.c
14077                 fix buglet and make code comply with sylpheed code style
14078
14079 2002-01-28 [paul]       0.7.0claws36
14080
14081         * sync with sylpheed 0.7.0cvs19
14082                 see ChangeLog entries for 2002-01-28
14083
14084 2002-01-28 [hoa]        0.7.0claws35
14085
14086         * src/defs.h
14087                 added rendererrc
14088
14089         * src/main.c
14090                 read the renderer config
14091
14092         * src/procmime.[ch]
14093                 use the renderer config to convert mime attachments
14094
14095         * src/textview.c
14096                 don't use textview_show_html/ertf,
14097                 use get_text_content instead
14098
14099 2002-01-27 [alfons]     0.7.0claws34
14100         
14101         * src/news.c
14102                 make sylpheed believe it can delete a news message...
14103                 (messages are NOT deleted, maybe we should remove
14104                 processing from the folder properties after all.)
14105
14106 2002-01-27 [alfons]     0.7.0claws33
14107
14108         * src/folder.c
14109                 add extra checks
14110         * src/news.c
14111                 implement remove_msg() 
14112
14113 2002-01-27 [alfons]     0.7.0claws32
14114
14115         * src/procmsg.h
14116         * src/procheader.c
14117         * src/messageview.c
14118                 fix return receipt / disposition notification again. this
14119                 stuff seems to break on _every_ major summary UI change, so
14120                 it's now implemented using a flag which is saved in the
14121                 marks cache
14122                 
14123 2002-01-26 [alfons]     0.7.0claws31
14124
14125         * src/import.c
14126                 let import dialog show the destination folder identifier
14127
14128 2002-01-26 [melvin]     0.7.0claws30
14129
14130         * src/folderview.c
14131         * src/summaryview.c
14132                 Readded 'Mark all read' into summary view popup menu
14133                 Added 'Mark all read' in folder view popup menu for IMAP
14134                 and NNTP.
14135                 Made it insensitive if the selected folder is not the shown
14136                 one to avoid 'Mark all read' on the wrong folder.
14137                 
14138 2002-01-26 [paul]       0.7.0claws29
14139
14140         * src/folderview.c
14141           src/summaryview.c
14142                 move 'Mark all read' from summary view to folder view
14143                 menu. (adapted from) patch submitted by Jeremy Andrews,
14144                 <lists@kerneltrap.com>
14145
14146 2002-01-25 [alfons]     0.7.0claws28
14147
14148         * src/gtkstext.c
14149                 put the gtk class name back so GtkSText adapts the 
14150                 settings of GtkText
14151
14152 2002-01-25 [alfons]     0.7.0claws27
14153
14154         * src/folderview.c 
14155                 assimilate Ricardo's patch that shows pixmaps instead of
14156                 plain "new" and "unread" texts in the folder view column
14157                 headers 
14158
14159 2002-01-25 [paul]       0.7.0claws26
14160
14161         * src/Makefile.am
14162                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14163                 be found in non-standard locations. 
14164                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14165
14166 2002-01-25 [paul]       0.7.0claws25
14167
14168         * sync with sylpheed 0.7.0cvs16
14169                 see ChangeLog entry 2002-01-25
14170
14171 2002-01-24 [paul]       0.7.0claws24
14172
14173         * more sync with sylpheed 0.7.0cvs15
14174                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14175
14176 2002-01-23 [sergey]     0.7.0claws23
14177
14178         * src/importldif.c
14179                 Fixed segfault when closing LDIF import wizard with
14180                 the window manager.
14181         * src/imageview.c
14182         * src/imageview.h
14183         * src/messageview.c
14184         * src/mimeview.c
14185                 Fixed wrong scrolling position after switching between
14186                 text and image parts.
14187
14188 2002-01-23 [paul]       0.7.0claws22
14189
14190         * sync with sylpheed 0.7.0cvs15
14191                 see ChangeLog entries 2002-01-22 and 2002-01-23
14192
14193 2002-01-21 [melvin]     0.7.0claws21
14194
14195         * src/prefs_scoring.c
14196         * src/prefs_filtering.c
14197                 Fixed bug where scoring and filtering windows stopped
14198                 autochecking.
14199
14200 2002-01-21 [paul]       0.7.0claws20
14201
14202         * sync with sylpheed 0.7.0cvs12
14203                 see ChangeLog entries 2002-01-20 and 2002-01-21
14204
14205 2002-01-21 [carsten]    0.7.0claws19
14206         * src/mainwindow.c
14207         * src/menu.[ch]
14208         * src/messageview.[ch]
14209         * src/summaryview.[ch]
14210                 changes to shortcuts handling again:
14211                         + "Q" now controled by mainwin
14212                         + v/V are now customizable and have slightly
14213                           different meanings
14214                 the "button" to minimize the messageview (and maximize
14215                 the summary view) is a real button now
14216         * src/compose.c
14217                 "Delete Line+" added to Edit/Advanced (this will also
14218                 delete the '\n')
14219
14220 2002-01-20 [melvin] 0.7.0claws18
14221
14222         * src/addressbook.c
14223                 Made "Bcc" sensitive when addressbook is called from
14224                 compose window (it was a Claws only bug).
14225
14226 2002-01-19 [alfons] 0.7.0claws17
14227
14228         * src/inc.c
14229                 prevent unnecessary updates when currently selected folder has
14230                 no new messages 
14231
14232 2002-01-19 [alfons] 0.7.0claws16
14233         
14234         * src/summaryview.c
14235                 prevent writing the cache based on current message list in summary 
14236                 view when filtering also put messages in currently selected folder
14237
14238 2002-01-19 [paul]
14239
14240         * po/it.po
14241                 Italian translation submitted by Alessandro Maestri
14242                 <a.maestri@cs.tin.it>
14243
14244 2002-01-18 [melvin]     0.7.0claws15
14245
14246         * src/prefs_filters.c
14247                 fixed bug where 'cancel' from 'filters' window stops autochecking
14248                 if the timer timed out  when the window was open.
14249
14250 2002-01-18 [match]      0.7.0claws14
14251
14252         * src/addrclip.[ch]     ** NEW FILE **
14253         * src/addrselect.[ch]   ** NEW FILE **
14254         * src/adbookbase.h      ** NEW FILE **
14255                 addressbook cut, copy and paste
14256         * src/addrbook.[ch]
14257         * src/addrcache.[ch]
14258         * src/addressitem.h
14259         * src/addrindex.[ch]
14260         * src/addritem.[ch]
14261         * src/importldif.c
14262         * src/importmutt.c
14263         * src/jpilot.[ch]
14264         * src/syldap.[ch]
14265         * src/vcard.[ch]
14266         * src/jpilot.[ch]
14267         * src/editbook.c
14268         * src/editjpilot.c
14269         * src/editldap.c
14270         * src/editvcard.c
14271                 support for copy/paste
14272         * src/addressbook.c
14273                 support for copy/paste
14274                 tidy up menu option processing
14275                 correct address list function arguments
14276         * src/editaddress.c
14277                 sort user attributes
14278         * src/ldif.h
14279         * src/mutt.h
14280                 tidy up
14281
14282         * src/addrbook.[ch]
14283         * src/addrbook.[ch]
14284         * src/addrbook.[ch]
14285                 
14286
14287 2002-01-18 [paul]       0.7.0claws13
14288
14289         * sync with sylpheed 0.7.0cvs8
14290                 configure.in: support Mac OS X (Darwin)
14291
14292 2002-01-18 [carsten]    0.7.0claws12
14293         * src/html.c
14294                 small hack to fix a segfault with an empty href
14295                 (reported by Alexandra Walford <deeni@altern.org>)
14296         * src/mainwindow.c
14297         * src/summaryview.c
14298                 the shortcuts for Mark und Mark as unread are hardcoded
14299                 again
14300         * src/compose.c
14301         * src/gtkstext.[ch]
14302                 readded the shortcuts in gtkstext but made them
14303                 customizeable (simply by adding a menu plus a wrapper
14304                 to compose.c)
14305
14306 2002-01-17 [melvin]     0.7.0claws11
14307
14308         * src/gtkspell.c
14309                 fix default dictionary not being saved.
14310
14311 2002-01-16 [darko]      0.7.0claws10
14312
14313         * src/compose.c
14314                 fix wrapping crash with URL longer than wrapping margin
14315
14316 2002-12-08 [hoa]        0.7.0claws10
14317
14318         * src/matcher_parser_parse.y
14319                 fixed some bugs
14320
14321         * src/prefs_filtering.c
14322                 now, we can use bounce action in the dialog box.
14323
14324 2002-01-16 [carsten]    0.7.0claws9
14325         * src/gtkstext.c
14326                 removed the <control> and <alt> shortcuts because they're
14327                 not needed and interefered with the "normal" shortcuts
14328         * src/mainwindow.c
14329         * src/summaryview.c
14330                 removed most of the hardcoded shortcuts and assigned
14331                 them to menu entries making them easy customizable by
14332                 that
14333
14334 2002-01-16 |melvin]     0.7.0claws8
14335
14336         * src/gtkspell.c
14337                 fixed bug where using the mouse and when the compose
14338                 window is not on top may result in a crash.
14339
14340 2002-01-16 [melvin]     0.7.0claws7
14341
14342         * src/compose.c
14343                 fixed a long standingspell checker bug which could 
14344                 cause a crash after sending a message.
14345
14346 2002-01-16 [paul]       0.7.0claws6
14347
14348         * sync with sylpheed 0.7.0cvs7
14349                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14350                 2002-01-15, and 2002-01-16
14351
14352 2002-01-16 [melvin]     0.7.0claws5
14353
14354         * README.claws
14355         * src/compose.c
14356         * src/gtkspell.[ch]
14357         * src/main.c
14358                 Heavily modified spell checker code to work around
14359                 ispell bug, to add keyboard shortcuts and for future
14360                 enhancements. See README.claws for usage information.
14361
14362 2002-01-15 [alfons]     0.7.0claws4
14363         
14364         * src/summaryview.c
14365                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14366                 so sorting within threads reflects sort mode
14367
14368 2002-01-15 [christoph]  0.7.0claws3
14369
14370         * src/procmsg.c
14371                 added alertpanel if mail sending failed
14372
14373 2002-01-15 [alfons]     0.7.0claws2
14374         
14375         * src/prefs_filtering.c
14376                 don't stop timer when prefs filtering dialog is opened
14377
14378 2002-01-14 [alfons]     0.7.0claws1
14379
14380         * src/addr_compl.c
14381         * src/prefs.c
14382                 remove debug_print()s for privacy reasons
14383
14384 2002-01-14 [darko]      0.7.0claws
14385
14386         * README.claws
14387                 quotation wrapping is now also in the main branch
14388
14389 2002-01-14 [paul]
14390
14391         * tools/filter_conv.pl
14392                 allow for Boolean Op and case-sensitivity
14393                 this file is included in the release and tagged
14394                 'rel_0_7_0'
14395
14396 2002-01-13 [paul]       0.7.0claws
14397
14398         * release 0.7.0, with cvs tag 'rel_0_7_0'
14399
14400 2002-01-13 [paul]
14401
14402         * tools/filter_conv.pl
14403         * tools/README
14404                 rewritten to output to matcherrc instead of filteringrc
14405
14406         * po/es.po
14407                 updated Spanish translation by Ricardo Mones Lastra
14408
14409 2002-01-13 [alfons]
14410
14411         * po/nl.po
14412                 update dutch translation
14413
14414 2002-01-13 [paul]
14415
14416         * po/pt_BR.po
14417                 Updated by Fabio Junior Beneditto 
14418
14419 2002-01-13 [melvin]     0.6.6claws53
14420
14421         * po/fr.po
14422                 Updated french translation
14423
14424 2002-01-12 [alfons]     0.6.6claws52
14425
14426         * src/filtering.c
14427                 plug mem leak that has been sitting there for ages              
14428
14429 2002-01-12 [alfons]     0.6.6claws51
14430
14431         * src/summaryview.c
14432                 undo melvin's changes from 0.6.6claws48 because summary
14433                 view now refuses to select first unread message when
14434                 selecting a folder 
14435
14436 2002-01-11 [alfons]     0.6.6claws50
14437
14438         * src/import.c
14439                 use claws' semantics for getting folder item when
14440                 importing an mbox file into a folder 
14441                 (submitted by Dale P. Smith)
14442
14443 2002-01-11 [christoph]  0.6.6claws49
14444
14445         * src/prefs.h
14446                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14447                 toggle widget, because non static prefs can not use
14448                 prefs_set_* functions
14449         * src/prefs_account.c
14450                 toggle smtp auth password field sensitivity if
14451                 user id is empty and add descrition of usage for
14452                 these fields
14453         * src/prefs_folder_item.c
14454                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14455                 callbacks
14456
14457 2002-01-11 [melvin]     0.6.6claws48
14458
14459         * src/compose.c
14460                 fix the 'Ctrl-Enter' feature for sending and test really
14461                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14462                 editables which was not documented in Gtk)
14463
14464         * src/summaryview.c
14465                 Made summaryview refresh after sorting and not before.
14466
14467 2002-01-11 [christoph]  0.6.6claws47
14468
14469         * src/compose.c
14470                 select account from account ids if possible and
14471                 correctly set save folder for copy in reedit
14472
14473 2002-01-10 [paul]       0.6.6claws46
14474
14475         * sync with sylpheed 0.7.0 release
14476                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14477                 2002-01-09
14478
14479 2002-01-09 [alfons]
14480
14481         * src/summaryview.c
14482                 remove more dirt traces...
14483
14484 2002-01-09 [alfons]
14485         
14486         * src/summaryview.c
14487                 clean up some traces of my debugging stuff
14488
14489 2002-01-09 [alfons]     0.6.6claws45
14490
14491         * src/filtering.c
14492                 break up filteringprop_apply() in three separate pieces
14493                 so we can drop messages that failed processing in the
14494                 inbox
14495
14496         * src/summaryview.c
14497                 fix bug #469598 "no refresh of inbox after filter" which 
14498                 was introduced by the new summary view locking, and which 
14499                 prevented the summary view to update after a manual filter 
14500                 message. claw's filter message requires a summary_show().
14501                 (aargh, summary_show() again! :-)
14502                 
14503 2002-01-07 [alfons]     0.6.6claws44
14504
14505         * src/headerwindow.c
14506         * src/logwindow.c
14507         * src/messageview.c
14508         * src/sourcewindow.c
14509                 bring in Hiro's last 0.7.0 wm class fixes
14510
14511         * tools/sylprint.pl
14512                 bring in Ricardo's fix for sylprint script
14513
14514         * AUTHORS       
14515         * src/rfc2015.[ch]
14516         * src/prefs_common.[ch]
14517         * src/prefs_account.[ch]
14518         * src/compose.c
14519                 clean up account preference poison in rfc2015,
14520                 and preparation to fix double sign bug 
14521                 (patch submitted by Simon 'corecode' Schubert)
14522
14523 2002-01-07 [christoph]  0.6.6claws43
14524
14525         * src/mh.c
14526                 search for free message number, do not only rely
14527                 on last_num
14528         * src/send.c
14529                 fix smtp auth and use extra account information
14530                 if available, if not use pop3 data instead
14531                 (closes bug #500341)            
14532         * src/ssl.[ch]
14533                 match coding style
14534
14535 2002-01-06 [alfons]     0.6.6claws42
14536
14537         * src/mainwindow.c
14538                 try making the separate windows work again...
14539
14540 2002-01-06 [alfons]     0.6.6claws41
14541
14542         * src/mainwindow.c
14543                 adapt Hiro's separate window menu (to get rid of the funny
14544                 duplicate menu items), and make it work again
14545
14546 2002-01-06 [alfons]     0.6.6claws40
14547
14548         * tools/Makefile.am
14549         * tools/sylprint.rc
14550         * tools/sylprint.pl
14551         * tools/README.sylprint
14552                 add sylprint script for printing mails from Sylpheed
14553                 (contributed by Ricardo Mones Lastra)
14554
14555         * src/acount.c
14556                 clean up
14557
14558 2002-01-06 [melvin]     0.6.6claws39
14559
14560         * src/mainwindow.c
14561         * src/summaryview.c
14562                 Fixed crash introduced in 0.6.6claws38 by the menu
14563                 reorganisation (Hide read messages)
14564         
14565         * ChangeLog.claws 
14566                 Fixed typo (we are now in 2002, alfons ;) )
14567
14568 2002-01-05 [alfons]     0.6.6claws38
14569
14570         * sync with sylpheed 0.6.6cvs10-17
14571                 (last stuff marked as LAST_STABLE)
14572
14573 2002-01-04 [melvin]     0.6.6claws37
14574
14575         * src/account.c
14576                 Made account selection code use strcasestr again instead of
14577                 g_strcasecmp (fixes bug where reediting queued messages
14578                 did not select proper account reported by T. Link).
14579         
14580         * src/folderview.c
14581                 Fix bug where folder icons are not shown when 'hide read messages'
14582                 is on.
14583         
14584         * src/stock_pixmaps.[ch]
14585                 Added folder icons for 'hide read messages'.
14586         
14587         * src/compose.c
14588                 Fixed bug where 'Enter' in a header entry will send the message 
14589                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14590
14591 2002-01-03 [melvin]     0.6.6claws36
14592         
14593         * src/prefs.[ch]
14594                 Added popup menu for common preferences and
14595                 account preferences (right click on tab displays
14596                                 a menu of all tabs.)
14597
14598 2002-01-02 [melvin]     0.6.6claws35
14599
14600         * src/gtkspell.[ch]
14601                 Made spelling code compatible with undo/redo feature.
14602                 Added creation of suggestion mode menu for the general
14603                         preferences.
14604         
14605         * src/prefs_common.[ch]
14606                 Added option menu for the speller's suggestion mode.
14607                 Added missing spaces in "..." buttons and made a "..."
14608                         button non translatable!
14609         
14610         * src/compose.c
14611                 Made speller use the default suggestion mode.
14612                 Hack to make it possible to choose 'CTRL-Enter' as a
14613                         shortcut for sending (and only for sending).
14614
14615         * src/prefs_folder_item.c
14616                 Changing subject simplification does not update cache 
14617                         anymore (because it is unnecessary).
14618                 Fixed bug where changing subject simplification updated the 
14619                         summaryview even when the viewed folder is not the
14620                         folder which properties are being changed. (E.g. 
14621                                         viewing folder A and changing
14622                                         the subject simplification of 
14623                                         folder B -not being viewed- updated the 
14624                                         summaryview of folder A with data of
14625                                         folder B). (Hope this is clear... )
14626
14627 2001-12-31 [alfons]     0.6.6claws34
14628         
14629         * src/ldif.c
14630         * src/mutt.c
14631                 fgetc() returns a signed integer which doesn't
14632                 fit in a char. so c truncates this to a char
14633                 but we may lose significant bits. i.e. we may
14634                 comparing 0xFF which may not be equal to -1
14635                 unless properly casted to signed char which
14636                 we won't do because fgetc() returns a signed
14637                 integer which doesn't fit in a char. so c 
14638                 truncates this to a char but we may lose 
14639                 significat bits. (you got the idea, thanks
14640                 to Gustavo Noronha Silva <kov@debian.org>
14641                 and the Debian folks!)
14642
14643 2001-12-30 [alfons]     0.6.6claws33
14644
14645         * src/prefs_common.c
14646                 add #ifdef USE_PSPELLs that Melvin forgot               
14647
14648 2001-12-30 [melvin]     0.6.6claws32
14649         
14650         * src/prefs_common.[ch]
14651                 Added configurable color for misspelled words.
14652
14653         * src/gtkspell.[ch]
14654                 Fixed bug of foreground text color (reported by David
14655                                 Mehrmann)
14656                 Added configurable color for misspelled words.
14657
14658 2001-12-30 [alfons]     0.6.6claws31
14659
14660         * src/folder.c
14661                 remove unnecessary things someone put there
14662
14663         * src/mh.c
14664         * src/folder.[ch]
14665                 make folder properties (like threading and sorting) persistent
14666                 (closes bug #497424 "rescan folder tree resets proprieties")
14667                 currently this is only for MH folders. 
14668
14669 2001-12-29 [melvin]     0.6.6claws30
14670
14671         * src/string_match.[ch]
14672                 Optimized a bit: regexp pattern buffer compiled only once, and
14673                   one subroutine call removed. Fixed ^ regexp search: Now, 
14674                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14675         
14676         * src/summaryview.c
14677                 Subject filtering changed to filter summary columns and
14678                   not directly the messages subject cache. The loss in 
14679                   performance is balanced by the improvement of string_match.
14680                 Added an alert panel if there is an error in the regexp.
14681
14682         * src/src/prefs_folder_item.h
14683                 Added a regexp pattern buffer.
14684
14685 2001-12-28 [alfons]     0.6.6claws29
14686
14687         * src/string_match.[ch]
14688                 clean up name space
14689                 allow compilation *BSD
14690
14691 2001-12-27 [alfons]     0.6.6claws28
14692
14693         * src/filter.c
14694                 sync the Hiro's bug fix for BSD
14695
14696 2001-12-27 [melvin]     0.6.6claws27
14697         
14698         * src/compose.c
14699                 Simplify focus to subject entry code.
14700
14701 2001-12-27 [darko]      0.6.6claws26
14702
14703         * src/filtering.c
14704         * src/mbox_folder.c
14705         * src/messageview.c
14706         * src/mh.c
14707         * src/procheader.[ch]
14708         * src/procmsg.h
14709         * src/stock_pixmap.[ch]
14710         * src/summaryview.c
14711                 Show key icon for encrypted mails in summary view
14712
14713         * src/pixmaps/clip.xpm
14714         * src/pixmaps/clipkey.xpm
14715         * src/pixmaps/key.xpm
14716                 New/modified icons for the above
14717
14718 2001-12-27 [melvin]     0.6.6claws25
14719
14720         * src/prefs_common.c
14721                 Put spell checker options in a separate tab to decrease
14722                 the Common Preferences window height.
14723
14724         * README.claws  
14725                 Update spell checker usage instruction about its options
14726                 location.
14727
14728 2001-12-27 [melvin]     0.6.6claws24
14729
14730         * src/compose.c
14731                 Changed subject entry widget position. Initial focus is
14732                 on the To header instead of the subject entry.
14733                 Creating a new header scrolls the header list to make the
14734                 created one visible. Nevertheless, when automatically filling
14735                 headers, the first one is shown.
14736                 A Tab key press in the last empty header entry zips the 
14737                 focus to the subject entry.
14738                 (I did not change the combo boxes, yet)
14739
14740 2001-12-26 [alfons]     0.6.6claws23
14741
14742         * src/prefs_account.c
14743         * src/inc.c
14744                 allow default inbox to reside in another mailbox (only
14745                 works for POP3 accounts)
14746
14747 2001-12-26 [alfons]     0.6.6claws22
14748         
14749         * src/textview.c
14750                 make reply-on-click work with the account of the selected folder
14751         * src/compose.c
14752                 put a fixme here to remind me to fix finding correct default
14753                 account for nested folders
14754
14755 2001-12-25 [alfons]     0.6.6claws21
14756
14757         * src/summaryview.c
14758                 make column headers display locked and mark pixmaps (idea by Melvin) 
14759                 fix bug by adding score and locked column type to sort array
14760
14761 2001-12-25 [alfons]     0.6.6claws20
14762         
14763         * src/summaryview.c
14764                 catch a *potentially* inadvertent write back of  
14765                 the message cache(s) introduced by 0.6.5claws37
14766
14767 2001-12-25 [christoph]  0.6.6claws19
14768
14769         * src/stock_pixmap.[ch]
14770         * src/summaryview.c
14771                 add ignore thread pixmap
14772                 (can someone draw a better icon for this?)
14773
14774 2001-12-24 [alfons]     0.6.6claws18
14775
14776         * src/prefs_folder_item.c
14777                 make address completion actually work for the
14778                 Default To address in the Folder Property dialog.
14779
14780 2001-12-24 [alfons]     0.6.6claws17
14781         
14782         * src/summaryview.c
14783                 use new style regexp for subject stripping 
14784                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14785
14786 2001-12-24 [darko]      0.6.6claws16
14787
14788         * src/pgptext.c
14789         * src/rfc2015.c
14790                 move GPG related informational messages to debug mode
14791
14792 2001-12-23 [alfons]     0.6.6claws15
14793
14794         * src/stock_pixmap.[ch]
14795         * src/summaryview.c
14796                 add the forgotten Claws' locked pixmap
14797
14798 2001-12-23 [alfons]     0.6.6claws14
14799
14800         * src/filesel.c
14801                 accept file name typed in entry in multi file
14802                 selector (patch submitted by Gustavo Noronha Silva 
14803                 <kov@debian.org>)
14804
14805 2001-12-23 [alfons]     0.6.6claws13
14806
14807         * src/prefs_filter.c
14808         * src/prefs_filtering.c
14809         * src/matcher.c
14810         * src/importmutt.c
14811                 clean up a little bit
14812         
14813         * src/string_match.c
14814                 validate input strings a little bit more
14815
14816 2001-12-23 [alfons]     0.6.6claws12
14817
14818         * src/Makefile.am
14819         * src/summaryview.c
14820         * src/string_match.[ch]         ** NEW **
14821         * src/folderview.[ch]
14822         * src/headerview.h
14823         * src/folder.[ch]
14824         * src/prefs_folder_item.[ch]
14825                 add subject simplification to strip out strings from
14826                 a subject line (esp. handy for mailing lists). 
14827                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14828                 but slightly changed things for better integration.)
14829
14830 2001-12-23 [alfons]     0.6.6claws11
14831
14832         * src/mainwindow.c
14833                 fix bug introduced by submission included in 0.6.5claws52.
14834                 ideally this submission should clean the trash if any trash
14835                 folder has a message. however, the hasTrash variable was
14836                 set to false whenever a trash folder was empty (discarding
14837                 a previously found *filled* trash folder.)
14838
14839                 also edited the code a little bit and made it more safe.
14840
14841 2001-12-22 [alfons]     0.6.6claws10
14842
14843         * src/imap.c
14844                 quick fix for Martin Pool's omission of an account
14845                 specific SSL setting
14846
14847 2001-12-22 [alfons]     0.6.6claws9
14848
14849         * src/compose.c
14850         * src/messageview.c
14851         * src/mimeview.c
14852         * src/pgptext.c
14853         * src/procmime.[ch]
14854                 better support for multipart/digest (submitted
14855                 by Fredrik <e98fo@efd.lth.se>)
14856
14857 2001-12-22 [alfons]     0.6.6claws8
14858
14859         * src/addressbook.c
14860                 correct function signature
14861         * src/socket.[ch]
14862         * src/imap.[ch]
14863         * src/prefs_account.[ch]
14864                 allow IMAP over SSH tunnel (patch submitted by 
14865                 Martin Pool <mbp@samba.org>)
14866
14867 2001-12-21 [alfons]     0.6.6claws7
14868
14869         * sync with sylpheed 0.6.6cvs4-9
14870                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14871
14872 2001-12-21 [christoph]  0.6.6claws6
14873
14874         * src/compose.c
14875         * src/prefs_folder_item.[ch]
14876                 implement saving of outgoing messages to current folder.
14877                 fix segfault when no default outbox is available
14878                 (closes bug #495683)
14879
14880 2001-12-21 [carsten]    0.6.6claws5
14881         * src/folderview.c
14882         * src/summaryview.c
14883                 pressing CTRL while DND does now the expected thing and
14884                 copies the mail (moving is still the default, as this
14885                 seam more appropriate for handling mails by DND)
14886
14887 2001-12-18 [paul]       0.6.6claws4
14888
14889         * sync with sylpheed 0.6.6cvs3
14890                 see ChangeLog entries 2001-12-18
14891
14892 2001-12-18 [hiro]       0.6.6claws3
14893
14894         * src/undo.c
14895                 fix for multibyte characters (obtain the number of letters
14896                 instead of bytes).
14897
14898 2001-12-17 [paul]       0.6.6claws2
14899
14900         * sync with sylpheed 0.6.6cvs1
14901                 see ChangeLog entry 2001-12-16
14902
14903 2000-12-17 [alfons]     0.6.6claws1
14904
14905         * src/filtering.c
14906                 clean up
14907
14908 2001-12-16 [paul]       0.6.6claws
14909 2001-12-15
14910
14911         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14912
14913         * src/mimeview.c
14914                 last minute sync with main 0.6.6
14915
14916         * po/es.po
14917                 updated by Ricardo Mones Lastra
14918                 update for last minute sync
14919         * po/fr.po
14920         * po/nl.po
14921                 update for last minute sync
14922         * po/de.po
14923                 updated by Jens Oberender
14924         * po/pt_BR.po
14925                 updated by Fabio Junior Beneditto
14926
14927         * src/prefs_common.[ch]
14928         * src/undo.c
14929                 number of undo levels is user configurable
14930                 (squeeze it into the release in the dying
14931                 moments) Submitted by Jens Oberender    
14932
14933 2001-12-15 [melvin]
14934
14935         * po/fr.po
14936                 updated french translation
14937
14938 2001-12-15 [paul]       0.6.5claws92
14939
14940         * sync with sylpheed 0.6.5cvs28
14941                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14942
14943         * po/nl.po
14944                 update to allow for sync
14945
14946 2001-12-15 [alfons]
14947         
14948         * po/nl.po
14949                 update dutch translation
14950
14951 2001-12-14 [carsten]    0.6.5claws91
14952         * src/summaryview.c
14953                 fixed bug #473785; also after changing the column order
14954                 the same message will be selected and displayed as before
14955                 the reordering
14956
14957 2001-12-14 [carsten]    0.6.5claws90
14958         * src/folderview.c
14959                 probably found the bug reported by wwb opening or closing
14960                 a folder tree just before dnd (found the solution in the
14961                 balsa source -- thanks to them)
14962
14963 2001-12-14 [carsten]    0.6.5claws89
14964         * src/gtkutils.c
14965         * src/account.c
14966                 moved gtk_clist_moveto to the right place, so that
14967                 only the accounts dialog is effected on opening
14968
14969 2001-12-14 [carsten]    0.6.5claws88
14970         * src/gtkutils.c
14971                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14972                 now, so that the focused row will be seen in any case
14973                 (reported by wwp on sf-claws-user)
14974
14975 2001-12-14 [darko]      0.6.5claws87
14976
14977         * src/compose.c
14978                 remove unnecessary line
14979
14980 2001-12-14 [paul]       0.6.5claws86
14981
14982         * sync with sylpheed 0.6.5cvs27
14983                 see ChangeLog entries 2001-12-14
14984
14985 2001-12-14 [carsten]    0.6.5claws85
14986         * src/mainwindow.c
14987                 following a suggestion of Melvin the rcoabm pops up
14988                 right under the button now and the button is reliefed
14989                 while the popup is open
14990
14991 2001-12-14 [darko]      0.6.5claws84
14992
14993         * src/compose.c
14994                 fix crash when wrapping long lines if linewrap quotation
14995                 is disabled and wrapper encounters a word spanning more
14996                 than one line
14997
14998 2001-12-13 [paul]       0.6.5claws83
14999
15000         * src/compose.c
15001                 prefer 'Reply-To' header over mailing list header when
15002                 replying to a message. Finally prevent all those confirmation 
15003                 messages being sent to the list itself.
15004
15005         * src/summaryview.c
15006                 remove unused summary_set_menu_sensitive() entry
15007
15008 2001-12-13 [paul]       0.6.5claws82
15009
15010         * src/folderview.c
15011         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
15012         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
15013         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
15014                 improvements to 'Hide read messages': Inbox, Outbox,
15015                 Trash, Queue, and Draft icons now reveal presence of hidden 
15016                 messages
15017
15018 2001-12-12 [alfons]     0.6.5claws81
15019
15020         0.6.5claws80 was tagged as LAST_STABLE
15021
15022         * src/filtering.[ch]
15023         * src/matcher.[ch]
15024         * src/matcher_parser_lex.c
15025                 fix the filtering; my last attempt to get it right, 
15026                 if it does not work, it's Hoa's turn. ;-)
15027
15028                 for my honourable peers:
15029                 
15030                 the code now makes a clear distinction between
15031                 rules as they are displayed (probably escaped),
15032                 and as they are executed (probably unescaped). the
15033                 parser does *NOT* do any unescaping, this is
15034                 the task of the matcher.c (which breaks up a
15035                 rule into condition) and the filtering.c (which
15036                 breaks up the rule's action). to make this
15037                 run happily we provide an unescaped copy of
15038                 crucial strings to the MatcherProp and 
15039                 FilteringAction structures. note that the only
15040                 exception to this is any REGEXP string. those
15041                 are directly passed to regcomp() and regexp()
15042                 (who have much more powerful unescape functions).
15043                 
15044                 for everyone else:
15045         
15046                 you can escape tab (\t), carriage return (\r),
15047                 linefeed (\n), form feed (\f), quote (\"), 
15048                 single quote (\'), bell (\b) in all the entry
15049                 lines in the scoring & filtering dialogs.
15050                 as an added bonus this should not affect
15051                 existing filtering rules.
15052
15053 2001-12-12 [carsten]    0.6.5claws80
15054
15055         * src/summaryview.c
15056         * po/de.po
15057                 "item(s) selected" is now sensitive to 1 or more
15058                 than one selected (nice for language where simple
15059                 adding of a "s" is not possible as German (Eintrag
15060                 ->Eintr"age)
15061                 
15062                 the "forward as attachment" entry from the right
15063                 click menu removed, "forward" acts following the
15064                 prefs
15065         
15066         * src/textview.c
15067                 reverted my former changes; so compiler warning again
15068                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15069                 nevertheless
15070
15071         * src/messageview.c
15072                 "search in message" does now *not* only work in MVIEW_TEXT
15073                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15074                 message
15075
15076         * src/mainwindow.c
15077                 removed "/File/_Close" as it was the same as "/File/E_xit"
15078                 and we don't need it two times
15079
15080                 the separate folder view and message view now get a distinct
15081                 WMCLASS, just in case someone is using sawfish ;-)
15082
15083                 as the menu entries "/View/Message view" and "/View/Folder tree"
15084                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15085                 make them sensitive accordingly and as these two are "shown"
15086                 after startup anytime check this menuitem at startup
15087
15088 2001-12-12 [paul]       0.6.5claws79
15089
15090         * src/folderview.c
15091                 fix sensitivity of 'Search folder...', broken in
15092                 0.6.5claws75
15093
15094         * src/mainwindow.c
15095                 fix dodgy English
15096
15097 2001-12-11 [carsten]    0.6.5claws78
15098         * src/filtering.c
15099                 fixed two typos returning a wrong FALSE/TRUE
15100         * src/mainwindow.[ch]
15101                 extra menu for email/news button removed
15102
15103 2001-12-11 [alfons]     0.6.5claws77
15104         
15105         * src/matcher.c                 (1.3)
15106         * src/matcher_parser_lex.l      (1.28)
15107                 revert for another attempt
15108                 mark 0.6.5claws77 as LAST_STABLE
15109
15110 2001-12-11 [christoph]  0.6.5claws76
15111
15112         * po/de.po
15113                 fixed wrong translation for prev. unread msg
15114
15115 2001-12-11 [paul]       0.6.5claws75
15116
15117         * src/folder.[ch]
15118         * src/folderview.c
15119         * src/mainwindow.c
15120         * src/summaryview.[ch]
15121         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15122                 enable ability to hide read messages on per folder basis via 
15123                 '/Summary/Hide read messages'; when selected, a folder will 
15124                 have a red open folder icon, instead of a blue icon, if the 
15125                 folder contains hidden messges
15126                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15127
15128         * src/mainwindow.c
15129                 remove '/Message/Forward as attachment' from 
15130                 main_window_set_menu_sensitive() to prevent debug warning
15131
15132         * src/folderview.c
15133         * src/mainwindow.c
15134                 Clean up some of the English
15135
15136         * tools/newscache_clean.pl
15137                 allow for new 'hidereadmsgs' entry in folderlist.xml
15138
15139         * po/es.po
15140                 updated translation, submitted by Ricardo Mones Lastra
15141
15142 2001-12-11 [paul]       0.6.5claws74
15143
15144         * sync with sylpheed 0.6.5cvs25
15145                 see ChangeLog entry 2001-12-11
15146
15147 2001-12-10 [alfons]     0.6.5claws73
15148
15149         * src/matcher.c
15150                 add more control characters
15151         * src/matcher_parser_lex.l
15152                 make escaping / unescaping work again
15153
15154 2001-12-10 [alfons]     0.6.5claws72
15155
15156         * src/imap.c
15157                 clean up warnings "returning value for void function" 
15158         * src/prefs_filtering.c
15159                 make info button for execute action sensitive
15160
15161 2001-12-10 [paul]       0.6.5claws71
15162
15163         * src/compose.c
15164         * src/imap.[ch]
15165         * src/summaryview.c
15166                 fix: imap server now gets informed of MARKED, UNMARKED
15167                 and REPLY events. Now people can use different IMAP-Mail
15168                 clients and have the exact same information about MARKED,
15169                 UNMARKED and REPLY status with all of them. Especially
15170                 useful for imap servers with a web-frontend.
15171                 submitted by Tobias Sandhaas <medlor@web.de>
15172
15173 2001-12-09 [melvin]     0.6.5claws70
15174         
15175         * src/textview.[ch]
15176                 fixed bug #490076 (hunted down by Alfons who implemented
15177                 a workaround in 0.6.5claws65)
15178
15179 2001-12-09 [christoph]  0.6.5claws69
15180
15181         * src/summaryview.c
15182                 set pointer to string in LOCKED column to NULL
15183                 (might fix bug #490800)
15184
15185 2001-12-09 [carsten]    0.6.5claws68
15186
15187         * po/de.po
15188                 resolved some cluttered menu shortcuts 
15189                 ('creating new email' and 'creating news message'
15190                 hade the same)
15191         * src/compose.c
15192                 wmclass now distinc from main window
15193         * src/mainwindow.c
15194           src/mainwindow.h
15195                 email/news and forward button functionality similar
15196                 to the reply buttons; removed the ugly dropdown arrows
15197                 and use instead the right mouse button
15198
15199 2001-12-09 [paul]       0.6.5claws67
15200
15201         * src/imap.c
15202         * src/utils.h
15203                 allow spaces in imap folder names
15204                 submitted by Willem van Engen <wvengen@stack.nl>
15205
15206 2001-12-09 [paul]       0.6.5claws66
15207
15208         * sync with sylpheed 0.6.5cvs24
15209                 see ChangeLog entry 2001-12-09
15210
15211 2001-12-08 [alfons]     0.6.5claws65
15212
15213         * src/textview.c
15214                 prevent secondary selection claim after "add to sender" dialog
15215                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15216                 we trick GTK by simulating a click at (0, 0) in the textview.
15217
15218 2001-12-08 [hoa]        0.6.5claws64
15219
15220         * src/folder.c
15221                 fixed a bug about the .processing folder name while filtering
15222
15223 2001-12-08 [alfons]     0.6.5claws63
15224
15225         * src/folderview.c 
15226                 work around problem of not correctly updating folder stats
15227                 when deleting messages. there's some folder scanning evil
15228                 going so the folderview_update_msg_num() does not work
15229                 correctly. need to investigate this.
15230
15231 2001-12-08 [paul]       0.6.5claws62
15232
15233         * sync with sylpheed 0.6.5cvs23
15234                 see ChangeLog entry 2001-12-08
15235
15236 2001-12-07 [christoph]  0.6.5claws61
15237
15238         * src/compose.c
15239                 fix another header translation problem
15240
15241 2001-12-07 [alfons]     0.6.5claws60
15242
15243         * src/mbox.c
15244                 make filtering also work on local spool mbox
15245
15246 2001-12-07 [carsten]    0.6.5claws59
15247         * src/addressbook.c
15248                 addressbook window gets a wmclass distinct from the main
15249                 sylpheed window
15250         * src/compose.h
15251         * src/mainwindow.[ch]
15252                   forward menu item will use mode selected in prefs, forward 
15253                 as attatchment in menu removed (will be substituted in the
15254                 toolbar similar to reply buttons)
15255                   create news message menu entry and news button is now 
15256                 sensitive to the existance of a news account
15257         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15258         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15259         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15260                 these are removed because the toolbar buttons don't show
15261                 the quoting modus any longer
15262
15263 2001-12-07 [paul]
15264
15265         * tools/newscache_clean.pl      ** NEW FILE **
15266                 perl script to do some tidying up in the newscache directory 
15267                 
15268         * tools/sylpheed-switcher       ** NEW FILE **
15269                 perl script to enable easy switching between main and claws
15270                 
15271         * tools/README
15272                 added descriptions of the two new perl scripts          
15273
15274
15275 2001-12-07 [melvin]     0.6.5claws58
15276
15277         * src/messageview.c
15278                 fixed a warning during compilation introduced in 0.6.5claws56
15279
15280 2001-12-07 [paul]       0.6.5claws57
15281
15282         * src/mainwindow.[ch]
15283         * src/menu.[ch]
15284                 further usability enhancements to replying with or without 
15285                 quoting via the toolbar, use of Ctrl key is replaced by 
15286                 drop down menu 
15287                 Submitted by Carsten Schurig            
15288
15289 2001-12-07 [melvin]     0.6.5claws56
15290
15291         * src/messageview.c
15292                 hack to fix bug that prevented to make/paste selections
15293                 after switching between MVIEW_TEXT and MVIEW_MIME views
15294                 without deselecting the selection first.
15295
15296 2001-12-06 [alfons]     0.6.5claws55
15297
15298         * src/filtering.[ch]
15299         * src/inc.c
15300                 revise filtering a little bit more, and make sure
15301                 messages are delivered to the appropriate inbox
15302                 (perhaps set per account)
15303
15304 2001-12-06 [paul]       0.6.5claws54
15305
15306         * sync with sylpheed 0.6.5cvs22
15307                 see ChangeLog entry 2001-12-06
15308
15309 2001-12-05 [alfons]     0.6.5claws53
15310
15311         * src/inc.c
15312         * src/folder.[ch]
15313         * src/procmsg.c
15314         * src/filtering.c
15315                 more revisions of filtering system
15316                 (last stable version is marked as LAST_STABLE)
15317                 
15318                 | NOTE 1): the filtering system now uses a local folder called
15319                 | .processing. if filtering fails, check this directory
15320                 | for missing messages.
15321                 |
15322                 | NOTE 2): help us find the filtering actions still missing
15323
15324 2001-12-05 [paul]       0.6.5claws52
15325
15326         * src/mainwindow.c
15327                 fix bug where 'Empty Trash?' pop-up window appears even
15328                 when Trash is empty, submitted by Jesse Skinner         
15329
15330 2001-12-05 [melvin]     0.6.5claws51
15331
15332         * src/compose.c
15333                 fixed bug #486106 to select correct account when reediting 
15334                 a queued message
15335         
15336 2001-12-04 [alfons]     0.6.5claws50
15337
15338         * src/mh.c
15339                 declare markfile in appropriate functions when
15340                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15341                 for spotting this)
15342
15343 2001-12-04 [paul]       0.6.5claws49
15344
15345         * sync with sylpheed 0.6.5cvs21
15346                 see ChangeLog entry 2001-12-04
15347
15348 2001-12-03 [christoph]  0.6.5claws48
15349
15350         * po/de.po
15351                 changed translation of undo
15352         * src/account.c
15353         * src/folder.c
15354                 don't reinvent the wheel to traverse a GNode
15355         * src/compose.[ch]
15356                 seperate code to create the compose gui into functions
15357                 add "Others" page with folder selection for saving copy
15358                 of the message.
15359                 the folder identifier is saved to queue header
15360         * src/procmsg.c
15361                 save message to folder in queue header
15362
15363 2001-12-03 [paul]       0.6.5claws47
15364
15365         * sync with sylpheed 0.6.5cvs20
15366                 see ChangeLog entry 2001-12-03
15367
15368 2001-12-01 [paul]
15369
15370         * more sync with sylpheed 0.6.5cvs19
15371                 see ChangeLog entry 2001-11-29
15372
15373 2001-11-30 [paul]       0.6.5claws46
15374         
15375         * src/compose.c
15376                 remove conflicts introduced by Hoa's last commit
15377          
15378         * src/mainwindow.c
15379                 make 'Message/Bounce' sensitive
15380
15381 2001-11-30 [hoa]        0.6.5claws45
15382
15383         * src/compose.c
15384                 slightly change bounce function to add
15385                 information about the user that bounced the mail
15386                 in the From header line.
15387
15388         * src/folderview.c
15389                 permit the use of processing in outbox folder.
15390
15391 2001-11-29 [paul]       0.6.5claws44
15392
15393         * src/mainwindow.[ch]
15394         * src/prefs_common.c
15395         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15396         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15397         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15398                 usability enhancements to the quoting, implements
15399                 use of Ctrl key to toggle quoting settings
15400                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15401
15402 2001-11-29 [paul]       0.6.5claws43
15403         
15404         * sync with sylpheed 0.6.5cvs19
15405                 see ChangeLog entry 2001-11-28
15406
15407 2001-11-29 [melvin]     0.6.5claws42
15408         * src/Makefile.am
15409                 added enriched.[ch] to the list of files
15410
15411         * src/textview.c
15412         * src/mimeview.c
15413         * src/procmime.[ch]
15414         * src/enriched.[ch]
15415                 added support to view text/enriched
15416                 added support to show headers in message view for text/enriched and text/html
15417                         in non multipart messages
15418
15419 2001-11-28 [paul]       0.6.5claws41
15420
15421         * more sync with sylpheed 0.6.5cvs18
15422                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15423
15424 2001-11-27 [paul]       0.6.5claws40
15425         
15426         * po/pt_BR.po
15427                 updated translation, submitted by Fabio Junior Beneditto
15428                 
15429         * sync with sylpheed 0.6.5cvs18
15430                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15431                 2001-11-27
15432
15433
15434 2001-11-26 [paul]
15435
15436         * po/es.po
15437                 updated translation, submitted by Ricardo Mones Lastra
15438
15439 2001-11-26 [alfons]
15440
15441         * src/matcher.c
15442                 add more translatable strings
15443
15444 2001-11-26 [christoph]  0.6.5claws39
15445
15446         * po/de.po      
15447                 fixed one more umlaut
15448         * src/compose.c
15449                 fix translated header when it should not be translated
15450
15451 2001-11-26 [paul]       0.6.5claws38
15452
15453         * src/mainwindow.c
15454                 remove '/Message/Add Sender to address book' from 
15455                 main_window_set_menu_sensitive(), prevent debug warning
15456                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15457
15458 2001-11-26 [paul]       0.6.5claws37
15459
15460         * src/summaryview.c
15461                 fix 'recurring unread state' bug 
15462
15463         * tools/README 
15464         * tools/filter_conv.pl
15465                 read name of top level mailbox from folderlist.xml
15466                 and presume nothing about its name              
15467
15468 2001-11-26 [darko]      0.6.5claws36
15469
15470         * src/gtkstext.[ch]
15471                 removed functions that are now in gtkutils.c
15472                 use gtkut_text_is_uri_string() from gtkutils.c
15473         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15474
15475 2001-11-26 [paul]       0.6.5claws35
15476
15477         * sync with sylpheed 0.6.5cvs16
15478                 see ChangeLog entries 2001-11-25 and 2001-11-26
15479
15480 2001-11-25 [alfons]     0.6.5claws34
15481
15482         EXPERIMENTAL!!! Please checkout the last stable version using: 
15483           
15484         % cvs update -r LAST_STABLE -dRAP
15485
15486         (Or help us testing this stuff.)
15487
15488         * src/filtering.c               (1.14)
15489         * src/filtering.h               (1.6)
15490         * src/inc.c                     (1.28)
15491         * src/matcher.c                 (1.20)
15492         * src/mbox.c                    (1.9)
15493         * src/procmsg.h                 (1.14)
15494         * src/summaryview.c             (1.59)
15495         * src/summaryview.h             (dunno)
15496                 revert/merge/sync to as it was before commit 
15497                 on Thu, 19 Jul 2001 10:15:51 -0700.
15498
15499 2001-11-25 [hoa]        0.6.5claws33
15500
15501         * src/main.c
15502                 processing mails at startup
15503
15504         * src/folderview.c
15505         * src/summaryview.[ch]
15506                 processing mails when entering folder
15507
15508         * src/prefs_filtering.c
15509                 fixed some UI bugs
15510
15511 2001-11-24 [alfons]     0.6.5claws32
15512
15513         * src/summaryview.[ch]
15514                 make summary sort headers work, and also make
15515                 sure the sort type is stored
15516
15517 2001-11-23 [alfons]     0.6.5claws31
15518
15519         * src/summaryview.[ch]
15520                 make lock work like mark
15521                 disallow deleting messages marked as locked
15522
15523 2001-11-23 [alfons]     0.6.5claws30
15524
15525         * src/gtkstext.c
15526         * src/compose.[ch]
15527         * src/Makefile.am
15528         * src/undo.[ch]
15529                 merge undo patch submitted by Jens
15530
15531 2001-11-23 [christoph]  0.6.5claws29
15532
15533         * src/.cvsignore
15534                 added ylwrap
15535         * src/compose.c
15536                 fixed gpg signing and encoding
15537         * src/folder.[ch]
15538         * src/main.c
15539                 added --status option to get new, unread and total
15540                 message count from a running sylpheed
15541         * src/prefs_common.c
15542                 temporary fix for reply_with_quote problem
15543                 (don't call functions for non existing widget)
15544         * src/procmsg.c
15545                 one more check for ignored threads but still not
15546                 always working correctly. probably a recursive
15547                 check for all parents is needed
15548
15549 2001-11-23 [darko]      0.6.5claws28
15550
15551         * src/compose.c
15552                 wrapping on send improvements
15553         * src/gtkutils.[ch]
15554                 fix for GtkSText after last sync with main branch
15555                 GTK_TEXT -> GTK_STEXT
15556
15557 2001-11-23 [paul]       0.6.5claws27
15558
15559         * sync with sylpheed 0.6.5cvs14
15560                 see ChangeLog entries 2001-11-22 and 2001-11-23
15561                 
15562         * po/de.po
15563                 fixed the scrambled umlauts 
15564                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15565
15566 2001-11-21 [paul]       0.6.5claws26
15567
15568         * sync with sylpheed 0.6.5cvs12
15569                 see 2nd ChangeLog entry dated 2001-11-20
15570
15571 2001-11-20 [paul]       0.6.5claws25
15572
15573         * sync with sylpheed 0.6.5cvs11
15574                 see ChangeLog entry 2001-11-19 (src/utils.c)
15575
15576 2001-11-20 [hiro]
15577
15578         * src/compose.c
15579                 GTK_TEXT -> GTK_STEXT
15580                 fix for wrong comment
15581
15582 2001-11-20 [hiro]       0.6.5claws24
15583
15584         * src/compose.[ch]
15585                 more merges from main branch
15586                 removed fatal warnings (uninitialized variables etc.)
15587                 some coding style fix
15588         * src/gtkutils.h
15589                 fixed typo.
15590         * src/addressbook.c
15591           src/addrindex.c
15592                 V-Card -> vCard
15593
15594 2001-11-19 [hoa]        0.6.5claws23
15595
15596         * src/filtering.c
15597         * src/prefs_scoring.c
15598         * src/matcher.[ch]
15599         * src/scoring.c
15600                 cleaning code
15601
15602         * src/matcher_parser_parse.y
15603         * src/prefs_filtering.c
15604                 bouncing
15605
15606 2001-11-19 [alfons]     0.6.5claws22
15607
15608         more of my old things into claws
15609
15610         * src/Makefile.am
15611         * src/prefs_common.c
15612         * src/procmsg.h
15613         * src/summaryview.[ch]
15614         * src/prefs_summary_column.c
15615         * src/pixmaps/locked.xpm
15616                 add indicators for locking of message in summary view
15617                 (does not work yet, only visual indicator)
15618
15619 2001-11-19 [paul]       0.6.5claws21
15620
15621         * sync with sylpheed 0.6.5cvs10
15622                 see ChangeLog entry 2001-11-19
15623
15624 2001-11-18 [alfons]     0.6.5claws20
15625         
15626         * src/filtering.c
15627                 remove an inadvertent free I forgot in previous clean up 
15628
15629 2001-11-18 [alfons]     0.6.5claws19
15630
15631         * src/filtering.[ch]
15632                 clean up & plug leaks
15633
15634 2001-11-18 [paul]       0.6.5claws18
15635
15636         * sync with sylpheed 0.6.5cvs9
15637                 see ChangeLog entries 2001-11-17 and 2001-11-18
15638
15639 2001-11-16 [paul]       0.6.5claws17
15640
15641         * sync with sylpheed 0.6.5cvs8
15642                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15643
15644 2001-11-16 [paul]       0.6.5claws16
15645
15646         * sync with sylpheed 0.6.5cvs7
15647                 see ChangeLog entries 2001-11-15 and 2001-11-16
15648
15649 2001-11-15 [hoa]        0.6.5claws15
15650
15651         * src/compose.c
15652                 fix bounce, mails we received couln't be bounced to ourself.
15653
15654         * src/defs.h
15655         * src/filtering.[ch]
15656         * src/matcher.[ch]
15657         * src/matcher_parser.h
15658         * src/matcher_parser_lex.l
15659         * src/matcher_parser_parse.y
15660         * src/inc.c
15661         * src/main.c
15662         * src/mbox.c
15663         * src/prefs_filtering.[ch]
15664         * src/mainwindow.c
15665         * src/prefs_matcher.c
15666         * src/prefs_scoring.c
15667         * src/scoring.[ch]
15668         * src/summaryview.c
15669                 new matcher/filter/score configuration file parser
15670                 one unique configuration file => ~/.sylpheed/matcherrc
15671                 import in currently automatic, then save are made
15672                 in this new file.
15673                 one filter per folder and one global filter
15674                 (filter of a folder will be used as folder processing)
15675
15676         * src/folder.c
15677                 fix a bug in folder_item_get_identifier
15678                 
15679         * src/messageview.c
15680                 receive receipt return are fixed.
15681
15682 2001-11-14 [alfons]     0.6.5claws14
15683
15684         * src/session.h
15685                 add things from main branch to make claws compile
15686
15687 2001-11-14 [paul]       0.6.5claws13
15688
15689         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15690                 see ChangeLog entries 2001-11-08 to 2001-11-14
15691
15692 2001-11-14 [hoa] 0.6.5claws12
15693
15694         * src/compose.[ch]
15695         * src/mainwindow.c
15696         * src/summaryview.c
15697                 add "bounce mail" option
15698
15699 2001-11-13 [christoph]  0.6.5claws11
15700
15701         * src/compose.c
15702                 Cleanup a mess i add before commiting
15703
15704 2001-11-13 [hoa]        0.6.5claws10
15705
15706         * src/compose.c
15707                 some fixes when mail are sent or
15708                 for crossposts
15709
15710 2001-11-13 [christoph]  0.6.5claws9
15711
15712         * po/de.po
15713                 Changed two string with the same translation
15714         * src/compose.c
15715         * src/procmsg.[ch]
15716         * src/send.[ch]
15717                 New mailsending process:
15718                   - Always queue message before sending
15719                     (message will be saved if sylpheed crashed or
15720                      freezes while sending)
15721                   - Allow queuing of newspostings
15722                   - No copy in outbox before sending
15723                     (closes bug #469501)
15724                   - No more redundant code for send and send_later
15725         * src/summaryview.c
15726                 Applied wwp <subscript@free.fr>'s patch that fixes
15727                 marks for multiple forwarded messages (+compose.c)
15728
15729 2001-11-12 [alfons]
15730
15731         * README.claws
15732                 remove things that are now in main branch
15733         
15734         * po/nl.po
15735                 update Dutch translation
15736
15737 2001-11-12 [mhadasht]   0.6.5.claws8
15738
15739         * src/prefs_common.c
15740                 re-enabled account autoselection feature for forward
15741                 and reedit lost during the branch point for SYNC-B4-REL
15742         * src/gtkspell.c
15743                 gtkpspell_get_dict(): more readable code (even if function is
15744                 not used yet)
15745         * ChangeLog.claws
15746                 added version number info to 2001-11-12 [hiro] comment.
15747
15748 2001-11-12 [hiro]       0.6.5.claws7
15749
15750         * src/compose.c
15751                 compose_forward(): fixed a bug that forward quote mark
15752                 wasn't used.
15753                 removed unnecessary code.
15754         * src/template_select.[ch]: removed.
15755
15756 2001-11-11 [alfons]
15757
15758         * src/compose.c
15759                 :%s/GTK_TEXT/GTK_STEXT/g
15760         
15761         * src/compose.[ch]
15762         * src/undo.[ch]
15763         * src/Makefile.am
15764                 revert the undo stuff (this is 0.6.6claws stuff)
15765
15766 2001-11-11 [hoa]        0.6.5.claws6
15767
15768         * src/compose.[ch]
15769                 Insert signature at the end of the text.
15770                 Added undo patch but currently disabled
15771
15772         * src/procmsg.c
15773                 Threading by subject improved.
15774
15775         * added src/undo.[ch]
15776                 Undo module for compose dialog box.
15777
15778 2001-11-11 [alfons]     0.6.5.claws5
15779
15780         * src/procmsg.c
15781                 prevent threading by subject on nodes that have already been
15782                 threaded by in-reply-to (as in "circular references in a tree
15783                 result in a dead branch")
15784
15785 2001-11-09 [hoa]        0.6.5.claws4
15786         
15787         * src/folderview.c
15788                 allows creation of mbox folder item from any files.
15789
15790 2001-11-09 [alfons]     0.6.5.claws3
15791         
15792         * src/utils.c
15793         * src/procmsg.c
15794                 do what I mean and correct threading by subject so it really
15795                 ignores attracting lines without "Re: "
15796
15797 2001-11-07 [alfons]     0.6.5.claws2
15798
15799         * src/procmsg.c
15800         * src/utils.[ch]
15801                 only attract by subject if a subject line starts with a "Re: "
15802         * src/syldap.c
15803                 remove warning
15804
15805 2001-11-07 [paul]       0.6.5claws1
15806
15807         * sync with sylpheed 0.6.5. release
15808                 see ChangeLog entry 2001-11-07
15809
15810 2001-11-07 [paul]       0.6.4claws31
15811
15812         * sync with sylpheed 0.6.4cvs18
15813                 see ChangeLog entries 2001-10-30 to 2001-11-07
15814                 prefs_templates.[ch] renamed prefs_template.[ch]
15815
15816 2001-11-06 [alfons]
15817         
15818         * src/utils.h
15819                 add semicolon Hoa forgot ;-)
15820                 
15821
15822 2001-11-06 [hoa]        0.6.4claws30
15823         
15824         * src/procmsg.c
15825         * src/summaryview.c
15826         * src/utils.c
15827         * src/utils.h
15828                 threading by subject - empty subject are ignored
15829
15830 2001-11-06 [christoph]  0.6.4claws29
15831
15832         * src/socket.c
15833                 use SSL_peek for sock_gets
15834         * src/utils.c
15835                 removed unneeded pointer in extracting quoted
15836                 names implementation
15837
15838 2001-11-06 [melvin]     0.6.4claws28
15839
15840         * src/gtkspell.c
15841                 fixed bug #476792 Selection overtyping with spell checker
15842                 fixed bug which could cause a buffer overflow
15843                 fixed a memory leak
15844
15845 2001-11-06 [hoa]        0.6.4claws27
15846         
15847         * src/procmsg.c
15848         * src/summaryview.c
15849                 threading by subject
15850
15851 2001-11-05 [alfons]     0.6.4claws26
15852         
15853         * README.claws
15854                 Claws -> Sylpheed (vice versa)
15855
15856         * src/compose.c
15857                 :%s/gtk_text/gtk_stext/g
15858                 :%s/GTK_TEXT/GTK_STEXT/g
15859                 (thanks to Jonathan Ware for spotting this)
15860
15861 2001-11-04 [christoph]  0.6.4claws25
15862
15863         * src/summaryview.c
15864                 replace Xalloca + strdup with Xstrdup_a
15865         * src/utils.c
15866                 better implementation of extracting quoted names
15867                 from addresses (remove backlashes and ignore
15868                 quotes after them)
15869
15870 2001-11-04 [alfons]     0.6.4claws24
15871
15872         * src/utils.[ch]
15873                 edit to comply more with coding style
15874
15875         * src/textview.c
15876                 fix bug reported by Kim Schulz. introduced by the patch integrated
15877                 in 0.6.4claws15. the code did not check the return value of
15878                 the html parser.
15879
15880         * AUTHORS
15881                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15882
15883 2001-11-04 [christoph]  0.6.4claws23
15884
15885         * src/main.c
15886         * src/prefs_common.[ch]
15887                 init some pointers that possibly caused a segfault
15888                 reported in the claws-users ML
15889
15890 2001-11-04 [hoa]        0.6.4claws22
15891
15892         * src/grouplistdialog.c
15893                 change the names of the nodes in the tree
15894
15895         * src/compose.c
15896                 enhanced mailto syntax as described in
15897                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15898                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15899
15900         * src/utils.c
15901                 encode and decode URI (useful when opening URL into
15902                 netscape).
15903
15904 2001-11-03 [hoa]        0.6.4claws21
15905
15906         * src/grouplistdialog.c
15907                 a new newsgroups list selection dialog box
15908                 with a CTree instead of a CList
15909
15910 2001-11-03 [hoa]        0.6.4claws20
15911
15912         * src/folderview.c
15913                 enable property and scoring options when right
15914                 click on "inbox"
15915
15916         * src/summaryview.c
15917                 fixed bug when nickname were displayed using
15918                 the address book.
15919
15920 2001-11-02 [darko]      0.6.4claws19
15921
15922         * src/compose.c
15923                 new wrap quotation and URL/long words wrapping implementation
15924         * src/compose.c src/gtkstext.[ch]
15925                 move gtkstext_strncmp() to gtkstext.c
15926
15927 2001-11-01 [christoph]  0.6.4claws18
15928
15929         * src/prefs_account.c
15930                 fixed mess in account settings dialog
15931         * src/prefs_folder_item.c
15932                 added label with folder path to dialog
15933
15934 2001-10-31 [match]      0.6.4claws17
15935
15936         * src/vcard.c
15937                 fix memory leak.
15938         * src/addrbook.c
15939                 fix generation of spurious address book file names.
15940                 remove redundant functions.
15941         * po/POTFILES.in
15942                 added missing file names.
15943
15944 2001-10-30 [paul]       0.6.4claws16
15945
15946         * sync with sylpheed 0.6.4cvs6
15947                 see ChangeLog entries 2001-10-26 to 2001-10-30
15948
15949         * tools/filter_conv.pl
15950                 read folderlist.xml to discover whether the top-level
15951                 folder is called 'Mailbox' or 'Mail' 
15952
15953 2001-10-29 [paul]       0.6.4claws15
15954
15955         * src/html.c, src/textview.c
15956                 activate links in html mail and fix clickable parts
15957                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15958
15959 2001-10-29 [paul]
15960
15961         * po/de.po, po/es.po, po/pt_BR/po
15962                 updated translations, submitted by Jens Oberender,
15963                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15964
15965 2001-10-29 [darko]      0.6.4claws14
15966
15967         * src/compose.c
15968                 fix wrapping for good
15969
15970 2001-10-29 [darko]
15971
15972         * src/compose.c
15973                 undo previous change as it broke the smart wrapping
15974
15975 2001-10-29 [darko]      0.6.4claws13
15976
15977         * src/compose.c
15978                 fix infinite loop when long URL is quoted
15979                 (closes bug #475122.
15980
15981 2001-10-28 [match]
15982
15983         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15984                 import Mutt address book
15985         * src/ldif.[ch] src/importldif.h
15986                 modified import LDIF handle user attributes
15987
15988 2001-10-28 [christoph]  0.6.4claws12
15989
15990         * src/summaryview.c
15991                 fixed that filtering did not work if there
15992                 were no filter rules
15993                 (closes bug #472003 and better implementation
15994                  of patch #474644)
15995
15996 2001-10-27 [christoph]  0.6.4claws11
15997
15998         * src/compose.c
15999                 make the folder's default account to be used when
16000                 replying. (patch by wwp <subscript@free.fr>)
16001         * src/compose.c
16002                 code cleanup, nearly killed all of wwp's patch
16003                 for folder's default account in compose
16004         * src/folderview.c
16005                 error panel when a folder could not be created
16006                 (closes bug #471080 new folder name & already
16007                  existing file)
16008
16009 2001-10-26 [alfons]
16010
16011         * src/utils.h
16012                 change prototype of strstr2() that Christoph forgot about
16013
16014 2001-10-26 [christoph]  0.6.4claws10
16015
16016         * src/account.c
16017                 made search for accounts by email address not case
16018                 sensitive
16019         * src/folder.c
16020                 fixed memory leak in folder_item_get_identifier
16021         * src/gtkspell.c
16022         * src/utils.c
16023                 fixed wrong strstr2 (should work like strstr)
16024
16025 2001-10-26 [darko]      0.6.4claws9
16026
16027         * src/compose.c src/gtkstext.[ch]
16028         * src/gtkstext.c
16029                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16030
16031 2001-10-26 [paul]       0.6.4claws8
16032
16033         * src/html.c
16034                 ignore css and javascript tags in html mail
16035                 case-insensitive, with or without double-quoted
16036                 strings
16037
16038 2001-10-26 [paul]       0.6.4claws7
16039
16040         * sync with sylpheed 0.6.4cvs1
16041                 see ChangeLog entry 2001-10-26
16042
16043         * src/prefs_account.c, src/prefs_common.c,
16044           src/prefs_summary_column.c
16045                 minor improvements to the English
16046
16047 2001-10-25 [alfons]     0.6.4claws6
16048
16049         * src/gtkstext.c
16050         
16051                 make GtkSText follow style of GtkText (closes bug 
16052                 #469211 "text selection while writing message")
16053                 
16054                 do sync with GTK 1.2.10
16055
16056 2001-10-25 [paul]       0.6.4claws5
16057
16058         * src/html.c
16059                 ignore css tags in html mail
16060
16061 2001-10-25 [darko]      0.6.4claws4
16062
16063         * src/compose.c
16064                 don't declare is_url_string as static function since
16065                 we need it in gtkstext.c
16066         * src/gtkstext.c
16067                 remove unused variable
16068                 don't wrap long URLs while composing a message
16069
16070 2001-10-24 [christoph]  0.6.4claws3
16071
16072         * src/socket.c
16073                 fix ssl deadlock, when peer closes connection
16074
16075 2001-10-24 [paul]       0.6.4claws2
16076
16077         * src/prefs_common.c
16078                 gettextize the gpg ascii-armored warning message
16079
16080         * src/compose.c
16081                 insert a DOS/MAC file into the composed message
16082                 (improvements)
16083
16084         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16085
16086 2001-10-22 [paul]       0.6.4claws1
16087
16088         * sync with sylpheed 0.6.4 release
16089                 see ChangeLog entries 2001-10-21
16090
16091         * po/fr.po, po/pt_BR.po
16092                 updated by Melvin Hadasht and Fabio Junior Beneditto
16093
16094 2001-10-21 [paul]       0.6.3claws30
16095
16096         * src/compose.c
16097                 insert a DOS text file from the compose window
16098                 into the composed message text (removes CRs characters)
16099                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16100
16101         * tools/filter_conv.pl, tools/README
16102                 automatically use ~/.sylpheed as working directory
16103                 print out confirmation message on completion
16104
16105         * correct Hoa's last ChangeLog.claws entry
16106
16107 2001-10-20 [hoa]        0.6.3claws29
16108
16109         * src/grouplistdialog.c
16110                 bugfix (another ?) to give the right
16111                 newsgroups list for each news server.
16112
16113         * src/news.c
16114         * src/news.h
16115                 improve the newsgroups list cache
16116
16117 2001-10-20 [paul]       0.6.3claws28
16118
16119         * sync with sylpheed 0.6.3cvs9
16120                 see ChangeLog entry 2001-10-19
16121
16122         * correct Alfons' last ChangeLog.claws entry
16123
16124 2001-10-19 [alfons]
16125
16126         * src/pgptext.[ch]
16127                 fix compilation problems (part of bug #472895)
16128
16129 2001-10-18 [hoa]        0.6.3claws27
16130
16131         * src/grouplistdialog.c
16132                 bugfix when we refresh was clicked (bug 472701)
16133
16134 2001-10-19 [christoph]  0.6.3claws26
16135
16136         * src/compose.c
16137                 last header entry should default to "To:" or
16138                 "Newsgroups:" and not copy the last entry line
16139                 in a new compose window
16140                 (closes bug #472686, #470792)
16141
16142 2001-10-19 [paul]       0.6.3claws25
16143
16144         * sync with Sylpheed 0.6.3cvs8
16145                 see ChangeLog entries 2001-10-18 and 2001-10-19
16146
16147 2001-10-18 [christoph]  0.6.3claws24
16148
16149         * src/procmsg.c
16150                 reimplement ignore thread
16151         
16152 2001-10-18 [hoa]        0.6.3claws23
16153
16154         * src/folderview.c
16155         * src/grouplistdialog.[ch]
16156                 enhanced news subscription interface (feature 469113)
16157
16158         * src/news.c
16159         * src/news.h
16160                 enchanced newsgroup listing,
16161                 now, we can get groups informations
16162                 (NNTPGroupInfo)
16163
16164 2001-10-18 [paul]       0.6.3claws22
16165
16166         * src/summaryview.c
16167                 remove comment (sync with main branch)
16168         * src/mainwindow.c
16169                 fix 'Re-edit' bug in 'Message' menu
16170
16171 2001-10-17 [christoph]  0.6.3claws21
16172
16173         * src/compose.c
16174                 ignore empty or whitespace only header lines
16175
16176 2001-10-17 [paul]       0.6.3claws20
16177
16178         * sync with sylpheed 0.6.3cvs7
16179                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16180                 2001-10-17
16181
16182 2001-10-17 [darko]
16183
16184         * src/compose.c
16185                 wrap long lines without spaces
16186                 don't wrap URLs
16187
16188 2001-10-16 [paul]
16189
16190         * po/es.po, po/nl.po, po/pt_BR.po
16191                 updated by Ricardo Mones Lastra, Alfons,
16192                 and Fabio Junior Beneditto
16193
16194         * sylpheed-0.6.3claws released
16195
16196 2001-10-15 [melvin] 0.6.3claws18
16197
16198         * README.claws
16199                 added summary and detailed installation instructions
16200                 for spell checker
16201         * po/fr.po
16202                 Updated, corrected and completed french translation
16203
16204 2001-10-15 [hoa] 0.6.3claws17
16205         * src/grouplistdialog.c
16206                 we can choose the newsgroups to display with wildcards
16207
16208 2001-10-15 [christoph]  0.6.3claws16
16209
16210         * src/account.c
16211         * src/compose.c
16212         * src/prefs_folder_item.[ch]
16213                 applied wwp <subscript@free.fr>'s folder
16214                 default account patch
16215         * po/de.po
16216                 Fixed wrong translation
16217
16218 2001-10-13 [alfons, christoph, melvin]  
16219                         0.6.3claws15
16220
16221         solution #2 to solve MT-safety problems defers all GUI related calls
16222         to the main thread using a gtk_idle_add() callback. discussed on
16223         ircnet #sylpheed, with christoph spotting some issues with the
16224         original code, and melvin allowing us to lobotomize his sylpheed.
16225
16226         * src/syldap.[ch], src/main.c
16227                 fix race problem in ldap search thread by deferring GUI 
16228                 stuff to main thread using gtk_idle_add()
16229
16230 2001-10-13 [paul]       0.6.3claws14
16231
16232         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16233                 add Sergey's smtpcred.patch
16234                 adds separate username/password setting for SMTP Auth
16235                 needed by some servers
16236                 (closes feature request #471659)
16237
16238 2001-10-13 [paul]       0.6.3claws13
16239
16240         * src/pgptext.[ch] **NEW FILES**
16241         * src/Makefile.am, src/messageview.c, src/mimeview.c
16242                 decrypt ascii-armored gpg text embedded in
16243                 the message body.
16244                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16245
16246 2001-10-13 [christoph]  0.6.3claws12
16247
16248         * README.claws
16249                 some more details on default to and
16250                 feature requests
16251         * src/main.c
16252                 init glib threading when ldap is used
16253         * src/syldap.c
16254                 threading fixes
16255         * po/de.po
16256                 fixed a typo
16257
16258 2001-10-12 [paul]       0.6.3claws11
16259
16260         * src/prefs_common.[ch], src/rfc2015.c
16261                 enable ascii-armored gpg text to be embedded in the
16262                 message body, selectable through the 'Privacy'
16263                 preferences. Supports encrypting only.
16264                 Submitted by Ravemax <ravemax@dextrose.com>
16265
16266 2001-10-12 [paul]       0.6.3claws10
16267
16268         * sync with sylpheed 0.6.3cvs6
16269                 see ChangeLog entries 2001-10-11 and 2001-11-12
16270
16271         * src/folderview.c
16272                 incorporated mbox folders, scoring, and folder
16273                 properties into the sync
16274
16275 2001-10-12 [darko]      0.6.3claws9
16276
16277         * README.claws
16278                 describe quotation wrapping
16279         * src/compose.c
16280                 don't treat tab as space to calculate line length properly
16281
16282 2001-10-11 [alfons]
16283
16284         * README.claws
16285                 correct description of how to make new filtering system work,
16286                 add some other things
16287                 
16288         * src/syldap.c
16289                 remove sched_yield() (not necessary / unportable)
16290
16291 2001-10-11 [paul]       0.6.3claws8
16292
16293         * sync with sylpheed 0.6.3cvs3
16294                 see ChangeLog entry 2001-10-10
16295
16296 2001-10-10 [christoph]  0.6.3claws7
16297
16298         * .cvsignore
16299                 ignore 2 files created by newer autotools
16300         * src/prefs_folder_item.c
16301                 using table for widget alignment
16302                 fixed memory leak and broken octal display
16303         * src/filesel.c
16304                 fixed segfault caused by lost filename
16305                 workaround (closes bug #469551)
16306
16307 2001-10-10 [paul]       0.6.3claws6
16308
16309         * sync with sylpheed 0.6.3cvs2
16310                 see ChangeLog entries 2001-10-09 and 2001-10-10
16311
16312 2001-10-10 [darko]      0.6.3.claws5
16313
16314         * src/gtkstext.c
16315                 proper calculation of right margin if smart wrapping is enabled
16316         * src/compose.c
16317                 automatically wrap long lines if wrap quotation is enabled
16318
16319 2001-10-09 [alfons]     0.6.3.claws4
16320
16321         * src/summaryview.c
16322                 select correct row when deleting last row in the summary view (and
16323                 close bug "[ #469104 ] select second last in list when deleting")
16324
16325 2001-10-09 [paul]       0.6.3claws3
16326
16327         * sync with sylpheed 0.6.3cvs1
16328                 updated some autotool scripts
16329
16330 2001-10-09 [darko]      0.6.3claws2
16331
16332         * src/gtkstext.[ch]
16333                 new name and mark with Sylpheed comment
16334         * src/compose.c
16335                 smart quotation wrapping a-la VIM
16336
16337 2001-10-08 [paul]       0.6.3claws1
16338
16339         * sync with sylpheed 0.6.3 release
16340                 see ChangeLog entry 2001-10-08
16341
16342 2001-10-08 [paul]       0.6.2claws24
16343
16344         * src/summaryview.c
16345                 more sync with sylpheed 0.6.2cvs12
16346                 Fixed the bug that didn't select the last row correctly
16347
16348
16349 2001-10-07 [paul]       0.6.2claws23
16350
16351         * sync with sylpheed 0.6.2cvs12
16352                 see ChangeLog entry 2001-10-07
16353
16354 2001-10-06 [match]
16355         * src/jpilot.[ch]
16356                 enable jpilot to read unsynch'ed addresses.
16357
16358         * src/editldap_basedn.c
16359                 fix segfault when opening dialog.
16360
16361 2001-10-06 [alfons]     0.6.2.claws22
16362
16363         * src/summaryview.c
16364                 fix bug with summary view selecting last *inserted*
16365                 node instead of last *visible* node. remember we
16366                 work with a tree
16367
16368 2001-10-06 [paul]       0.6.2claws21
16369
16370         * po/pt_BR.po
16371                 updated translation, contains some fixes and new
16372                 translations, submitted by Gustavo Noronha Silva
16373                 <kov@debian.org>
16374
16375         * src/prefs_common.c
16376                 change 'each' to 'every' - fix dubious English
16377
16378         * sync with sylpheed 0.6.2cvs11
16379
16380 2001-10-05 [alfons]     0.6.2claws20
16381
16382         * src/mainwindow.[ch], src/folderview.c
16383                 make composite tool button switch between "Compose News"
16384                 and "Compose Mail" depending on selected folder
16385                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16386
16387 2001-10-05 [paul]       0.6.2claws19
16388
16389         * src/mainwindow.c, src/summaryview.c
16390                 fix 'Message/Reply to all', broken in last commit
16391
16392         * src/compose.c
16393                 fix X_BEENTHERE seg fault, thanks to Alfons
16394
16395 2001-10-04 [paul]       0.6.2claws18
16396
16397         * src/compose.[ch], src/mainwindow.c
16398                 make "Message/Reply" reply to mailing lists; matches
16399                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16400                 based on portions of the patch submitted by
16401                 Junichi Uekawa <dancer@netfort.gr.jp>
16402
16403 2001-10-04 [darko]      0.6.2claws17
16404
16405         * src/compose.c
16406                 better smart wrapping
16407         * src/gtkstext.[hc]
16408                 a function to make text buffer contiguous
16409
16410 2001-10-03 [paul]       0.6.2claws16
16411
16412         * sync with sylpheed 0.6.2cvs10
16413
16414 2001-10-02 [alfons]
16415
16416         * configure.in
16417         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16418                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16419                 references to chinese translations (hope someone picks up
16420                 this)
16421
16422 2001-10-02 [christoph]  0.6.2claws15
16423
16424         * src/compose.c
16425                 fixed non translated header bug
16426         * ChangeLog.claws
16427                 fixed wrong date in alfons last entry ;)
16428
16429 2001-10-02 [alfons]     0.6.2claws14
16430
16431         * src/compose.c, src/prefs_common.[ch]
16432                 add block cursor option
16433
16434 2001-10-02 [paul]       0.6.2claws13
16435
16436         * sync with sylpheed 0.6.2cvs9
16437
16438 2001-09-30 [paul]       0.6.2claws12
16439
16440         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16441                 updated translations
16442
16443         * po/POTFILES.in
16444                 add 'src/importldif.c'
16445
16446         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16447                 added eudora-to-vCard conversion tool
16448                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16449
16450         * sync with sylpheed 0.6.2cvs8
16451
16452 2001-09-30 [paul]
16453
16454         * sylpheed-0.6.2claws released
16455
16456 2001-09-27 [melvin]     0.6.2claws11
16457
16458         * src/gtkspell.c
16459                 fixed crash when using default path (introduced 
16460                 in 0.6.2claws10)
16461                 fixed tiny bug for initial suggestion mode
16462
16463 2001-09-27 [melvin]     0.6.2claws10
16464         
16465         * src/gtkspell.c
16466                 fixed bug where gtkpspell didn't set the path correctly
16467
16468         * README.claws
16469                 added a paragraph about spell checking
16470                 
16471
16472
16473 2001-09-27 [paul]       0.6.2claws9
16474
16475         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16476                 replace '// comments' with '/* comments */' to prevent
16477                 some compiler warnings 
16478
16479         * sync with sylpheed 0.6.2cvs6
16480
16481 2001-09-26 [alfons]     0.6.2claws8
16482
16483         * src/messageview.c
16484                 introduce return receipt request notification again,
16485                 which was lost because of other semantics in 
16486                 procheader_parse() (???)
16487
16488 2001-09-26 [christoph]  0.6.2claws7
16489
16490         * src/compose.c
16491                 replace comments for old code with #if 0
16492                 readded auto cc, bcc and reply-to
16493         * src/prefs_matcher.c
16494         * src/prefs_scoring.c
16495                 removed some definition (was moved to
16496                 prefs.h)
16497
16498 2001-09-26 [paul]       0.6.2claws6
16499
16500         * src/mainwindow.c
16501                 make 'Follow-up and reply to' sensitive
16502
16503         * more sync with sylpheed 0.6.2cvs5
16504
16505 2001-09-25 [melvin]
16506
16507         * 0.6.2claws5
16508
16509         * src/gtkspell.c
16510                 fixed bug for "US-ASCII" introduced by the encoding code
16511
16512 2001-09-25 [paul]
16513
16514         * 0.6.2claws4
16515
16516         * src/prefs_common.[ch], src/summaryview.c
16517                 'next unread msg' 'go to next folder?' dialog can be
16518                 given default behaviour, either always show dialog,
16519                 or assume 'yes', or assume 'no'
16520                 Submitted by wwp <subscript@free.fr>
16521
16522 2001-09-25 [melvin]
16523                 
16524         * src/compose.c src/gtkspell.[ch]
16525                 added support for different encodings
16526
16527 2001-09-25 [paul]
16528
16529         * more sync with sylpheed 0.6.2cvs5
16530
16531 2001-09-24 [alfons]
16532         
16533         * src/prefs_folder_item.c
16534                 add check for item->prefs->default_to string is NULL and
16535                 add another check when freeing this string
16536
16537 2001-09-24 [paul]
16538
16539         * configure.in
16540                 change to version 0.6.2claws3
16541
16542         * sync with sylpheed 0.6.2cvs5 
16543
16544 2001-09-24 [match]
16545         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16546                 import LDIF files.
16547         * src/addrcache.[ch], addrindex.[ch]
16548                 small update for future
16549         * src/addrbook.c
16550                 fix test XML file.
16551
16552 2001-09-24 [melvin]
16553         * src/gtkspell.[ch]
16554                 added 'Learn from mistakes' option
16555                 better handling of quotes in checked words
16556                 sorted dict list
16557         * po/fr.po
16558                 small update for spell checking stuff
16559
16560 2001-09-23 [alfons]
16561         
16562         * src/gtkspell.c
16563                 edit a little bit so it complies more with main coding style
16564
16565 2001-09-23 [alfons]
16566
16567         * src/folder.[ch], prefs_folder_item.c, compose.c
16568                 migrate "request return receipt" folder property
16569                 to folderlist.xml
16570
16571 2001-09-22 [alfons]
16572
16573         * README.claws **NEW**
16574                 (add things of interest for users of main branch 
16575                 and claws here)
16576
16577         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16578                 re-implement threading per folder option, but store 
16579                 the setting in folderlist.xml (where it belongs)
16580
16581 2001-09-21 [melvin]
16582
16583         * src/gtkspell.[ch]
16584                 fixed bug when compose window is under another window
16585         * src/prefs_common.[ch] src/compose.c
16586                 changed 'dictionary_path' to 'dictionary' to be consistent
16587                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16588         * ac/pspell.m4 src/Makefile.am 
16589                 dropped PSPELL_PATH macro
16590         * po/fr.po
16591                 updated translations
16592
16593 2001-09-21 [christoph]
16594
16595         * src/compose.c
16596                 added border around header fields
16597                 keep header type when new field is added
16598
16599 2001-09-20 [christoph]
16600
16601         * src/utils.[ch]
16602                 more portable debug_print with source filename
16603                 and linenumber
16604         * src/procmsg.c
16605                 more newlines after debug messages
16606
16607 2001-09-20 [paul]
16608
16609         * configure.in
16610                 change to version 0.6.2claws2
16611
16612         * sync with sylpheed 0.6.2cvs3
16613
16614 2001-09-19 [melvin]
16615
16616         * src/gtkspell.c
16617                 fixed the post-right-click focus pb
16618                 fixed crash when 'Spell check all' after dict change 
16619                         and when cursor is at the end of the text
16620                 shift-right-click pops up config menu even on misspelled words.
16621         * po/POTFILES.in
16622                 added gtkspell.c
16623
16624 2001-09-19 [melvin]
16625
16626         * src/about.c
16627                 added pspell to compiled-in features list
16628
16629 2001-09-18 [melvin]
16630
16631         * switched to pspell and dropped ispell
16632         * ac/pspell.m4
16633                 new file. autoconf macro for pspell
16634         * ac/Makefile.am 
16635         * configure.in acconfig.h
16636                 added pspell support
16637         * src/Makefile.am
16638         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16639         * src/prefs_common.[ch] 
16640                 added pspell support
16641
16642 2001-09-18 [christoph]
16643
16644         * src/addr_compl.c
16645         * src/template.[ch]
16646                 replace LOG_MESSAGE with debug_print
16647         * src/compose.[ch]
16648                 gui improvements
16649         * src/menu.c
16650                 added newline after debug message
16651         * src/utils.h
16652                 using __VA_ARGS__ for debug_print macro
16653         * tools/.cvsignore
16654                 ignore Makefile and Makefile.in
16655
16656 2001-09-18 [paul]
16657
16658         * configure.in
16659                 change to version 0.6.2claws1
16660         * sync with sylpheed 0.6.2cvs1
16661
16662         * src/matcher.c 
16663         * src/prefs_matcher.c
16664                 add 'score equal to' option, submitted by
16665                 Paul Evans <nerd@freeuk.com>
16666
16667 2001-09-15 [christoph]
16668
16669         * src/mainwindow.c
16670                 comment out menu entry not existing in claws
16671         * src/menu.c
16672                 add debug output for non existing menu entries
16673         * src/summaryview.c
16674                 fix next/prev unread message for ignored threads
16675         * src/utils.[ch]
16676                 add sourcefile and line number to debug output
16677                 otherwise it is sometimes hard to find the
16678                 source code part if debug messages are translated
16679
16680 2001-09-14 [darko]
16681         
16682         * src/folderview.c
16683                 refresh target folder style after colour is changed
16684
16685 2001-09-13 [paul]
16686
16687         * configure.in
16688                 change to version 0.6.1claws3
16689
16690         * sync with sylpheed 0.6.1cvs6
16691
16692 2001-09-13 [darko]
16693         
16694         * src/folderview.c
16695                 fix target folder colourization to use user selected colour
16696
16697 2001-09-12 [darko]
16698         
16699         * src/summaryview.c
16700                 fix crash when message that is marked for copy/move is unmarked
16701
16702 2001-09-09 [paul]
16703
16704         * configure.in
16705                 change to version 0.6.1claws2
16706
16707         * sync with sylpheed 0.6.1cvs3
16708
16709 2001-09-09 [alfons]
16710         
16711         * src/folderview.c
16712                 fix bug with default font used for trash folder text
16713
16714 2001-09-06 [paul]
16715
16716         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16717                 updated translations
16718
16719         * configure.in
16720                 change to version 0.6.1claws1
16721
16722         * sync with sylpheed 0.6.1cvs2
16723
16724 2001-09-03 [paul]
16725
16726         * po/POTFILES.in
16727                 add Match's new addressbook
16728
16729         * po/de.po
16730                 updated translation submitted by Jens Oberender
16731
16732 2001-09-02 [paul]
16733
16734         * configure.in
16735                 change to 0.6.1claws
16736         * sync with sylpheed 0.6.1 release
16737
16738 2001-09-02 [paul]
16739
16740         * configure.in
16741                 change to 0.6.0claws2
16742
16743         * sync with sylpheed 0.6.0cvs4
16744
16745         * po/pt_BR.po
16746                 updated translation submitted by Fabio Junior Beneditto
16747
16748 2001-09-01 [match]
16749         * pixmaps/
16750                 interface.xpm
16751                 book.xpm
16752                 address.xpm
16753         * src/
16754                 Makefile.am
16755                 a ton of new files
16756
16757 2001-08-31 [paul]
16758
16759         * configure.in
16760                 change to version 0.6.0claws1
16761
16762         * sync with sylpheed 0.6.0cvs1
16763
16764         * po/es.po
16765                 updated translation submitted by Ricardo Mones Lastra
16766
16767         * po/POTFILES.in
16768                 add 'src/prefs_templates.c'
16769
16770         * src/compose.c, src/summaryview.c
16771                 fix segfault on 'Re_edit'               
16772
16773 2001-08-30 [alfons]
16774
16775         * configure.in, Makefile.am
16776         * tools/Makefile.am
16777                 add tools directory to source distribution
16778
16779 2001-08-30 [paul]
16780
16781         * configure.in
16782                 change to version 0.6.0claws
16783
16784         * sync with sylpheed 0.6.0 release
16785
16786 2001-08-30 [christoph]
16787
16788         * configure.in
16789                 removed autoconf version check
16790
16791 2001-08-30 [paul]
16792
16793         * src/account.c, src/compose.c, src/prefs_common.[ch]
16794         * src/procheader.[ch] src/utils.[ch]
16795                 Enhanced automatic account selection on replies
16796                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16797
16798         * configure.in
16799                 add LDAP and JPilot to the configuration results output.
16800
16801 2001-08-29 [christoph]
16802
16803         * src/summeryview.c
16804                 no bold font for ignored threads
16805
16806 2001-08-29 [paul]
16807
16808         * configure.in
16809                 change to version 0.5.3claws6
16810
16811         * sync with sylpheed 0.5.3cvs10
16812                 src/stringtable.[ch]: New Files
16813
16814         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16815         * src/pixmaps/sylpheed.xpm
16816                 add mini-icons to windows (by Alfons)
16817
16818 2001-08-27 [paul]
16819
16820         * src/mainwindow.c
16821                 new functions: next_labeled_cb(), prev_labeled_cb()
16822
16823         * src/summaryview.c
16824                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16825                 summary_select_next_labeled(), summary_select_prev_labeled()
16826
16827         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16828                 give claws blue folders and a blue trash can
16829
16830 2001-08-27 [paul]
16831
16832         * configure.in
16833                 change to version 0.5.3claws5
16834
16835         * sync with sylpheed 0.5.3cvs9
16836                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16837
16838 2001-08-24 [christoph]
16839
16840         * src/filesel.c
16841                 keep filename when browsing directories
16842                 (not working for user entered filename, but
16843                  for default name and selected filename from
16844                  file list)
16845         * src/mainwindow.c
16846                 fixed wrong spelling "Folllow-up"
16847         * src/mbox_folder.c
16848         * src/procmsg.c
16849         * src/summaryview.c
16850                 fixed new/unread message count with ignored
16851                 threads (2 commits, first didn't notice no
16852                 longer needed decreasing)
16853         * src/inc.c
16854                 readded scrolling of progress dialog
16855                 (lost in sync)
16856
16857 2001-08-24 [paul]
16858
16859         * configure.in
16860                 change to 0.5.3claws4
16861
16862         * sync with sylpheed 0.5.3cvs7
16863
16864 2001-08-24 [christoph]
16865
16866         * src/compose.c
16867                 set request return receipt when replying
16868                 if it is set is the folder prefs of the
16869                 message
16870         * src/inc.c
16871                 disable final error popup if popups are
16872                 disabled in config (again)
16873
16874 2001-08-23 [paul]
16875
16876         * configure.in
16877                 Change version number to 0.5.3claws3
16878
16879         * sync with sylpheed 0.5.3cvs5
16880
16881         * src/mimeview.c
16882                 double quote '%s' in 'gedit %s' to fix bug when
16883                 opening attachment with spaces in the name
16884
16885 2001-08-22 [alte]
16886         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16887           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16888                 initial message templates support
16889
16890
16891 2001-08-22 [paul]
16892
16893         * configure.in
16894                 change version number to 0.5.3claws2
16895
16896         * sync with sylpheed 0.5.3cvs4
16897
16898         * src/procmsg.h src/summaryview.c
16899                 re-implement (un)ignore thread
16900
16901 2001-08-21 [paul]
16902
16903         * src/summaryview.c
16904                 remove unnecessary code
16905         * src/compose.c
16906                 enable 'dynamic' signatures (submitted by
16907                 Eric Limpens <eric@hscg-internet.nl>)
16908
16909 2001-08-21 [paul]
16910
16911         clean up after sync with sylpheed 0.5.3 release
16912
16913         * src/folderview.c
16914                 fix re-introduced font mess, see Christoph's
16915                 entry 2001-06-24
16916
16917         * src/summaryview.c
16918                 remove prev_msgnum
16919                 use sylpheed's small font instead of
16920                 gtk default font for summary view
16921
16922
16923 2001-08-17 [paul]
16924
16925         * configure.in
16926                 add pl to ALL_LINGUAS - sync with main branch
16927
16928         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16929                 Updated. Translations by Jens Oberender, Ricardo Mones
16930                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16931
16932         * po/pl.po  ** NEW FILE **
16933                 sync with the main branch
16934
16935         * src/folderview.c
16936                 fix target folder colorizing and refresh problem
16937
16938
16939 2001-08-17 [christoph]
16940
16941         * src/mainwindow.c
16942                 claws uses 4 colors for target folder coloring.
16943                 arrays were not long enough and destroyed the
16944                 stack causing a segfault.
16945                 target folder colorizing does not work anymore
16946                 for me
16947
16948 2001-08-16 [paul]
16949
16950         * configure.in
16951                 change to version 0.5.3claws1
16952
16953         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16954           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16955           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16956
16957                 sync with sylpheed 0.5.3 release, but keep claws method of
16958                 configuring/saving fonts
16959
16960         * src/addressbook.[ch]
16961                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16962                 in line with a similar change in Hiroyuki's branch
16963
16964         * src/mainwindow.[ch]
16965                 disable main_window_set_thread_option()
16966         * src/prefs_folder_item.c
16967                 comment out &tmps_prefs.enable_thread,
16968         * src/mbox_folder.c, src/procmsg.[ch]
16969                 comment out MSG_IS_IGNORE_THREAD
16970         * src/summaryview.c
16971                 comment out summary_ignore_thread() and summary_unignore_thread()
16972                 comment out MSG_IS_IGNORE_THREAD
16973
16974                 use Hiroyuki's threading instead.
16975
16976
16977
16978 2001-08-15 [paul]
16979
16980         * src/account.c
16981                 use Hiroyuki's 0.5.3 column scheme but also
16982                 include the enable/disable button.
16983         * src/pixmaps/mark.xpm
16984                 add Hiroyuki's amended pixmap
16985
16986 2001-08-13 [christoph]
16987
16988         * src/account.c
16989                 receive at get all column showed wrong state for APOP
16990                 button should only work for POP3 and APOP accounts
16991         * src/prefs_account.c
16992                 added missing preprocessor statement for SSL
16993
16994 2001-08-12 [paul]
16995
16996         * src/account.[ch]
16997                 add 'receive at get all' column and enable/disable
16998                 button.
16999
17000 2001-08-06 [christoph]
17001
17002         * src/account.c
17003                 show usage of SSL in protocol column
17004
17005         * src/imap.c
17006         * src/inc.c
17007                 renamed ssl options
17008
17009         * src/prefs_account.[ch]
17010                 moved ssl options to a new page
17011
17012         * src/send.c
17013         * src/smtp.c
17014         * src/ssl.[ch]
17015                 renamed ssl options
17016                 added support for SMTP STARTTLS command
17017
17018 2001-08-05 [christoph]
17019
17020         * configure.in
17021                 debian autoconf needs version check to find
17022                 correct autoconf version. if the file is
17023                 named configure.in 2.13 is used, which does
17024                 not work with this configure.in script.
17025                 other solution would be to rename the script
17026                 to configure.ac as suggested in the autoconf
17027                 manual.
17028
17029         * src/inc.c
17030                 disable final error popup if popups are
17031                 diabled in config
17032
17033         * src/socket.c
17034                 bugfix in ssl_gets
17035                 fixes IMAP over SSL problem
17036
17037 2001-08-03 [paul]
17038
17039         * configure.in
17040                 change to 0.5.2claws1
17041
17042         * sync with sylpheed 0.5.2cvs1
17043
17044 2001-08-02 [alfons]
17045
17046         * configure.in
17047                 quick fix for ispell detection...
17048
17049 2001-08-01 [paul]
17050
17051         * configure.in
17052                 change to 0.5.1claws4
17053
17054         * sync with sylpheed 0.5.1cvs7
17055
17056 2001-07-31 [alfons]
17057
17058         * src/prefs_common.c, src/prefs_common.h, 
17059           src/gtkspell.c, src/gtkspell.h
17060                 add global spelling checker settings (compose tab) +
17061                 selection of dictionary 
17062           
17063         * configure.in  
17064                 guess valid ispell location
17065
17066 2001-07-31 [paul]
17067
17068         * po/POTFILES.in
17069                 removal of 'src/quote_fmt_parse.c'
17070         * po/de.po
17071                 Updated de.po
17072                 (submitted by Jens Oberender <didge@suse.de>)
17073
17074 2001-07-31 [darko]
17075
17076         * src/folder.[ch]
17077         * src/folderview.[ch]
17078         * src/mainwindow.c
17079         * src/mh.c
17080         * src/prefs_common.[ch]
17081         * src/summaryview.c
17082                 target folder colourization
17083
17084 2001-07-30 [paul]
17085
17086         more sync with Sylpheed 0.5.1cvs6 
17087
17088 2001-07-30 [darko]
17089
17090         * src/mh.c
17091         * src/prefs_folder_item.[hc]
17092         * src/summaryview.c
17093                 shared folders support with a GUI
17094
17095 2001-07-29 [paul]
17096
17097         0.5.1claws3
17098
17099         * sync with Sylpheed 0.5.1cvs6
17100
17101 2001-07-29 [paul]
17102
17103         * po/pt_BR.po
17104                 updated
17105                 (submitted by Fabio Junior Beneditto)
17106
17107 2001-07-28 [paul]
17108
17109         * src/procmime.c
17110         * AUTHORS
17111                 patch to correct bad image mime headers
17112                 (submitted by Don Quijote <dq@searchlores.org>)
17113
17114 2001-07-28 [paul]
17115
17116         * tools/gif2xface.pl   **NEW FILE**
17117         * tools/README
17118                 script to convert file.gif to file.xface for
17119                 use in a custom header.
17120                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17121
17122 2001-07-27 [alfons]
17123         
17124         * configure.in
17125                 change macros for detecting JPilot and LDAP
17126
17127 2001-07-27 [christoph]
17128
17129         * src/filtering.c
17130                 code cleanup (MIN / MAX warning, needed casting)
17131
17132 2001-07-27 [alfons]
17133
17134         * procheader.c
17135                 disallow setting flags when detecting certain headers
17136                 (X-Status, Status, Seen, X-Seen). 
17137         
17138         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17139
17140 2001-07-27 [christoph]
17141
17142         * src/prefs_filter.c
17143         * src/prefs_filtering.c
17144         * src/prefs_matcher.c
17145         * src/prefs_scoring.c
17146                 scroll list when moving rows up or down
17147
17148         * src/imap.c
17149         * src/imap.h
17150         * src/prefs_account.c
17151         * src/prefs_account.h
17152         * src/send.c
17153                 SMTP over SSL (untested, feedback requested)
17154                 IMAP over SSL
17155
17156         * src/ssl.c
17157                 code cleanup
17158
17159 2001-07-26 [alfons]
17160         
17161         * configure.in, acconfig.h
17162                 define CLAWS (need this for main / claws detection)
17163
17164 2001-07-25 [alfons]
17165
17166         * configure.in
17167                 Sylpheed 0.5.1claws2
17168                 
17169         * sync with Sylpheed 0.5.1cvs4
17170
17171 2001-07-25 [christoph]
17172
17173         * src/scoring.c
17174                 fixed segfault
17175                 item->prefs == NULL (don't know why)
17176
17177 2001-07-25 [alfons]
17178
17179         * configure.in
17180                 Sylpheed 0.5.1claws1
17181
17182         * sync with Sylpheed 0.5.1cvs1-3
17183
17184 2001-07-24 [christoph]
17185
17186         * src/folderview.c
17187         * src/prefs_folder_item.[ch]
17188                 added folderitem preferences dialog with
17189                 default To: and auto request return receipt
17190
17191         * src/compose.[ch]
17192         * src/menu.[ch]
17193                 changes to handle new folderitem preferences
17194
17195         * src/mainwindow.c
17196         * src/summaryview.c
17197                 call compose new mail with current folderitem
17198
17199 2001-07-24 [alfons]
17200
17201         Release Sylpheed 0.5.1claws
17202
17203         * configure.in
17204                 change to release version 0.5.1claws
17205
17206 2001-07-24 [christoph]
17207
17208         * src/summaryview.c
17209                 fixed segfault that happend when the selected
17210                 message was removed while retrieving new messages.
17211
17212         * po/es.po
17213                 updated translation
17214                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17215
17216 2001-07-22 [alfons]
17217
17218         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17219         this is a work in progress, for more information: http://nlpagan.net/sylman 
17220         
17221         * configure.in, src/mainwindow.c, manual/Makefile.am
17222                 add support for English manual
17223
17224         * AUTHORS
17225                 add authors of user manuals
17226
17227         * manual/en/sylpheed*.html
17228                 add English documentation
17229
17230 2001-07-22 [christoph]
17231
17232         * po/POTFILES.in
17233                 added src/ssl.c
17234         * src/ssl.c
17235                 changed a wrong debug message
17236
17237 2001-07-22 [alfons]
17238
17239         * po/nl.po
17240                 update Dutch translation
17241
17242         * src/prefs_filtering.c, 
17243           src/prefs_matcher.c
17244                 add more translatable strings           
17245
17246 2001-07-21 [alfons]
17247
17248         0.5.0claws7
17249
17250         * configure.in
17251                 change version
17252
17253         * src/inc.c, src/summaryview.[ch]
17254                 prevent update of mark file when filtering has done, by
17255                 using a variable; this affects two functions:
17256                         inc.c::inc_finished()
17257                         summaryview.c::summary_show()
17258
17259 2001-07-20 [alfons]
17260
17261         * src/filtering.[ch], src/prefs_filtering.c, 
17262           src/matcher.[ch]
17263                 add filtering action for label coloring 
17264
17265         * po/POTFILES.in
17266                 add labelcolors.c
17267
17268         * added src/labelcolors.c
17269         * added src/labelcolors.h
17270         * src/Makefile.am, src/summaryview.c
17271                 rearrange label coloring code
17272
17273         * src/procmsg.h
17274                 add more parentheses so label colouring works correctly
17275
17276         * src/filtering.c
17277                 don't really delete message, but move it to Trash
17278
17279         * src/prefs_matcher.c
17280                 add quote options to info dialog
17281
17282 2001-07-20 [christoph]
17283
17284         * src/Makefile.am
17285         * src/inc.c
17286         * src/main.[ch]
17287         * src/socket.h
17288         * src/ssl.[ch] (new)
17289                 moved ssl stuff to a seperate file
17290
17291 2001-07-20 [darko]
17292
17293         * src/summaryview.c
17294                 fix show sender using address book with no e-mail
17295                 address in From: field
17296
17297 2001-07-19 [alfons]
17298
17299         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17300                 fix messy handling of escaping... now at least the
17301                 execute command is useful. escape char is '\', we
17302                 accept \n and \r too. 
17303
17304                 Real life example:
17305                 
17306                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17307                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17308
17309 2001-07-18 [alfons]
17310
17311         0.5.0claws6
17312
17313         * src/summaryview.c
17314                 clean up
17315
17316         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17317           src/procmsg.[ch]
17318                 revise filtering; currently move, copy, marking have
17319                 been tested. if you like bleeding edge stuff, you
17320                 should definitely go for this version :)
17321
17322         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17323
17324 2001-07-17 [christoph]
17325
17326         * src/utils.c
17327                 timestamp log
17328
17329 2001-07-17 [alfons]
17330
17331         0.5.0claws5
17332
17333         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17334           bits in the mark file, without affecting either branch. Lots of
17335           files changed, also in claws branch.
17336
17337           UNTESTED: use of mbox folders
17338
17339         * src/summaryview.c
17340                 added mark all read; however this was a quick hack used for
17341                 cleaning up mess after initial merge with Hiroyuki
17342
17343         * configure.in
17344                 change claws version number back to 0.5.0claws5 to clear up 
17345                 confusion & pretension (recent release was technically 
17346                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17347
17348 2001-07-16 [alfons]
17349
17350         sync with Hiroyuki's 0.5.0cvs4
17351
17352 2001-07-16 [alfons]
17353
17354         0.5.1claws3
17355
17356         * src/filtering.[ch]
17357                 remove invalid updating of mark files for 
17358                 filter actions MATCHING_ACTION_MOVE and 
17359                 MATCHING_ACTION_DELETE; this should fix the
17360                 folder update bug
17361                 
17362         * src/procmsg.c
17363                 revert Christoph's stab at fixing the folder 
17364                 update bug
17365
17366         * po/POTFILES.in
17367                 add missing files with translatable strings
17368
17369         * src/summaryview.c
17370                 remove debug print
17371
17372 2001-07-15 [alfons]
17373
17374         * src/addr_compl.[ch], src/prefs_filtering.c
17375                 make "filtering pref dialog's destination entry" an
17376                 "address completable entry", if filter destination is 
17377                 an email address
17378
17379         0.5.1claws2
17380         
17381         sync with Hiroyuki's 0.5.0cvs2-3
17382
17383 2001-07-15 [christoph]
17384
17385         * src/procmsg.c
17386                 fixed folder stats update after incorporation
17387
17388 2001-07-15 [alfons]
17389
17390         * src/summaryview.c
17391                 * finish label colouring stuff (for now)
17392                 * fix incorrect colour bug (off by one) 
17393
17394 2001-07-14 [alfons]
17395
17396         * src/mainwindow.c
17397                 change text labels for news and mail message so there's
17398                 plenty of toolbar estate left
17399
17400         * configure.in
17401                 0.5.1claws1
17402
17403         * src/folderview.c
17404           src/folder.[ch]
17405                 sync with Hiroyuki's 0.5.0cvs1
17406
17407         * src/summaryview.c
17408                 more rewrite label colouring
17409
17410 2001-07-14 [alfons]
17411
17412         * src/summaryview.[ch]
17413                 * start rewrite label colouring 
17414                 * fix proper location "Add Sender To Addressbook" menu item
17415
17416 2001-07-13
17417
17418         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17419         (actually this is 0.5.0claws4)
17420
17421 2001-07-13 [alfons]
17422
17423         * po/pt_BR.po
17424                 * fix duplicate message
17425                 * add updated Portugese / Brazilian translation
17426                   submitted by Fabio Junior Beneditto
17427
17428 2001-07-12 [alfons]
17429
17430         * AUTHORS
17431                 add Jens
17432
17433         * po/nl.po
17434                 add updated Dutch translation
17435
17436         * po/de.po
17437                 add updated German translation submitted by Jens
17438
17439 2001-07-11 [alfons]
17440
17441         Prerelease before 0.5.0claws. Please test.
17442         This version is temporarily tagged as VERSION_0_5_0_TEST
17443
17444         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17445           src/prefs_scoring.c, src/prefs_matcher.c, 
17446           src/prefs_filtering.c, src/mbox.c, 
17447           src/main.c, src/inc.c, src/filtering.[ch]
17448                 revert new Hoa's new matcher (does not work yet)
17449
17450         * src/Makefile.am
17451                 clean up
17452
17453 2001-07-10
17454
17455         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17456
17457
17458 2001-07-10 [alfons]
17459
17460         * Makefile.am
17461                 add ChangeLog.claws to EXTRA_DIST
17462         * src/Makefile.am
17463                 add matcher_parser_parse.h to EXTRA_DIST
17464
17465 2001-07-10 [christoph]
17466
17467         * src/inc.c
17468                 add destination folder to table of
17469                 folders that need to be updated after
17470                 incorporation
17471
17472 2001-07-10 [alfons]
17473
17474         * folder.[ch]
17475           folderview.c
17476                 make collapse state of folders and folder items persistent, i.e.
17477                 if you collapse a folder tree, the next time sylpheed-claws starts 
17478                 up the folder tree remains collapsed.  
17479                 
17480 2001-07-10 [christoph]
17481
17482         * acconfig.h
17483         * configure.in
17484                 added --enable-ssl
17485         * src/md5.[ch]
17486                 renamed MD5_CTX to MD5_CTX_syl
17487                 conflicts with a struct in openssl
17488         * src/inc.c
17489         * src/main.[ch]
17490         * src/prefs_account.[ch]
17491         * src/socket.[ch]
17492                 SSL support for POP
17493         * src/mainwindow.c
17494                 fixed compose with current account
17495                 broken by new compose button stuff
17496
17497 2001-07-09 [hoa]
17498
17499         * AUTHORS
17500                 changed my email address
17501
17502         * src/matcher_parser_parse.y
17503                 clean the parser to remove conflicts
17504
17505 2001-07-09 [alfons]
17506
17507         * AUTHORS
17508                 add Match Grun
17509
17510         * configure.in
17511                 fix incorrect description of --enable-ldap parameter
17512
17513         * src/prefs_common.[ch]
17514           src/compose.c
17515                 add experimental option "smart wrapping" which makes the
17516                 compose editor auto wrap.
17517                 
17518                 | TODO: the problem with the buggy cursor handling is caused |
17519                 | by the GtkText. when deleting / backspacing text its       |
17520                 | wrapping algorithm does not take in account the previous   |
17521                 | line. should find a way to hack this in.                   |
17522                 | or should perhaps combine this with the word wrapping      |
17523                 | patch i wrote in january.                                  |
17524
17525         * src/about.c
17526                 show build parameters for LDAP and JPilot
17527
17528         * src/summaryview.c
17529                 revert Christoph's bugfix for selecting next unread message, 
17530                 because folder stats aren't updated correctly
17531
17532 2001-07-08 [hoa]
17533
17534         * src/filtering.c
17535         * src/mainwindow.c
17536         * src/matcher.c
17537         * src/matcher_parser_lex.l
17538         * src/matcher_parser_parse.y
17539         * src/prefs_filtering.c
17540         * src/prefs_scoring.c
17541         * src/scoring.c
17542                 bugfix of the config file parser
17543
17544 2001-07-08 [alfons]
17545
17546         * src/Makefile.am
17547                 added generated matcher sources to BUILT_SOURCES
17548
17549 2001-07-08 [hoa]
17550
17551         * src/Makefile.am
17552         * src/.cvsignore
17553                 added new config file parser
17554
17555         * src/scoring.[ch]
17556         * src/filtering.[ch]
17557         * src/matcher.[ch]
17558         * src/prefs_filtering.c
17559         * src/prefs_matcher.c
17560         * src/prefs_scoring.c
17561         * added src/matcher_parser.h
17562         * added src/matcher_parser_lex.h
17563         * added src/matcher_parser_lex.l
17564         * added src/matcher_parser_parse.y
17565                 lex & yacc config file parser
17566
17567         * src/mbox.c
17568         * src/inc.c
17569         * src/main.c
17570                 changes prefs_filtering into global_filtering           
17571
17572         * src/summaryview.c
17573                 build threads with subjects only if "Re: " is at the
17574                 beginning of the subject
17575
17576 2001-07-07 [paul]
17577
17578         0.5.0claws
17579
17580         sync with sylpheed 0.5.0
17581                 change of version number only
17582
17583 2001-07-06 [paul]
17584
17585         0.5.0claws5
17586
17587         sync with sylpheed 0.5.0pre5
17588
17589 2001-07-05 [paul]
17590
17591         sync with sylpheed 0.5.0pre4 release
17592                 /po and /manual/ja not sync'ed
17593
17594 2001-07-04 [paul]
17595
17596         more sync with sylpheed 0.5.0pre4
17597
17598 2001-07-03 [christoph]
17599
17600         * src/addressbook.c
17601                 fixed address book broken by address book
17602                 for VCard, JPilot, LDAP
17603
17604 2001-07-03 [alfons]
17605
17606         * src/matcher.c
17607         * src/textview.c
17608                 stopped memory leaks
17609
17610 2001-07-03 [paul]
17611
17612         more sync with sylpheed 0.5.0pre4
17613
17614 2001-07-02 [match]
17615
17616         * included address book patch for VCard, JPilot, LDAP
17617         * pref_common.c - fixed Font options on Display tab (cosmetic)
17618         * alertpanel.c - fixed truncated message
17619
17620 2001-07-02 [christoph]
17621
17622         * src/mbox_folder.c
17623         * src/procmsg.[ch]
17624         * src/summaryview.c
17625                 mark threads for ignoring
17626
17627 2001-07-02 [paul]
17628
17629         0.5.0claws4
17630
17631         * sync with sylpheed 0.5.0pre4
17632                 updated gettext to 0.10.38.
17633
17634 2001-07-01 [paul]
17635
17636         * src/ mainwindow.c
17637         * src/procmsg.h
17638         * src/summaryview.[ch]
17639                 new right-click option: Label.
17640                 substitute for 'Mark-->Mark/Unmark', colours the line.
17641                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17642
17643 2001-07-01 [christoph]
17644
17645         * src/folderview.c
17646                 fixed font for trash
17647         * src/summaryview.c
17648                 move ctree to unread message
17649
17650 2001-07-01 [paul]
17651
17652         * sync with sylpheed 0.5.0pre3 release
17653
17654 2001-06-30 [alfons]
17655
17656         * src/filesel.[ch]
17657         * src/compose.c
17658                 allow inserting / attaching multiple files in
17659                 the composer window
17660
17661 2001-06-30 [paul]
17662
17663         * src/codeconv.c
17664                 small change to Alfons' previous stuff so that it
17665                 actually makes
17666
17667 2001-06-30 [alfons]
17668
17669         * lots of files changed; first attempt to merge the changes
17670           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17671
17672 2001-06-30 [paul]
17673
17674         * po/pt_BR.po
17675                 updated and completed, translations by Fabio
17676                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17677
17678 2001-06-29 [alfons]
17679
17680         * src/compose.c
17681         * src/mimeproc.[ch]
17682                 allow selecting an attached files' mime type from a 
17683                 list of types.
17684
17685 2001-06-29 [paul]
17686
17687         * more sync with sylpheed 0.5.0pre3
17688
17689 2001-06-29 [paul]
17690
17691         * po/pt_BR.po
17692                 merge with sylpheed.pot and pt_BR.po provided by
17693                 Fabio Junior Beneditto.
17694
17695 2001-06-29 [darko]
17696
17697         * src/procmime.c
17698                 make MIME types case insensitive
17699
17700 2001-06-28 [alfons]
17701
17702         * po/nl.po
17703                 merge with sylpheed.pot and old nl.po; translations added.
17704
17705 2001-06-28 [paul]
17706
17707         * more sync with sylpheed 0.5.0pre3
17708
17709 2001-06-27 [alfons]
17710
17711         * src/summaryview.c
17712                 don't crash when removing parent node of messages
17713                 attracted by subject. this was caused by not deleting
17714                 the parent node from the subject line hash table.
17715
17716 2001-06-27 [alfons]
17717
17718         * src/summaryview.c
17719         * src/compose.[ch]
17720         * src/mainwindow.c
17721                 if there are multiple messages selected, allow forwarding
17722                 them as attachments.
17723
17724 2001-06-27 [paul]
17725
17726         * more sync with sylpheed 0.5.0pre3
17727
17728 2001-06-26 [paul]
17729
17730         0.5.0claws3
17731
17732         * sync with sylpheed 0.5.0pre3
17733
17734 2001-06-25 [paul]
17735
17736         * src/mainwindow.c
17737                 fixed 'compose news article' bug
17738                 from icon-and-text toolbar
17739
17740 2001-06-25 [paul]
17741
17742         * sync with sylpheed 0.5.0pre2 release
17743
17744 2001-06-24 [christoph]
17745
17746         * src/prefs_common.c
17747                 bug fix in font selection
17748         * src/folderview.c
17749                 use sylpheed's normal font instead of
17750                 gtk default font for folders without
17751                 new messages
17752
17753 2001-06-24 [alfons]
17754
17755         * src/mainwindow.[ch]
17756                 added composite compose mail / news button (an idea by Leandro
17757                 Pereira <leandro@linuxmag.com.br>)
17758
17759 2001-06-24 [paul]
17760
17761         Added instructions for ldif-to-xml.py
17762
17763         * tools/README
17764
17765 2001-06-23 [alfons]
17766
17767         Some minor things.
17768
17769         * src/pixmaps/stock_news_compose.xpm
17770                 added pixmap by Leandro
17771         * src/prefs_common.c
17772                 tested built-in spelling checker of GCC 3.0 :)
17773         * po/nl.po
17774                 merged dutch translation of sylpheed-main with
17775                 sylpheed.pot
17776
17777 2001-06-23 [paul]
17778
17779         Added tools directory and files.
17780
17781         * tools/filter_conv.pl
17782                 converts old filter system to new filtering system
17783         * tools/ldif-to-xml.py
17784                 converts netscape addressbook to sylpheed addressbook
17785         * tools/README
17786                 descriptions/instructions for above two files
17787
17788 2001-06-23 [christoph]
17789
17790         * src/inc.c
17791         * src/manage_window.[ch]
17792         * src/prefs_common.[ch]
17793                 mail retrieval dialog can be enabled, disabled
17794                 or hidden if non of sylpheed's windows is active
17795
17796 2001-06-22 [paul]
17797
17798         0.5.0claws2
17799
17800         * sync with sylpheed 0.5.0pre2
17801
17802 2001-06-21 [christoph]
17803
17804         * src/summaryview.c
17805                 show recipient on 'from' for all accounts
17806                 
17807         * src/inc.c
17808         * src/prefs_common.[ch]
17809                 disable error popup on mail receive errors
17810
17811 2001-06-21 [alfons]
17812
17813         * src/compose.c
17814                 made the ruler correctly appear and disappear.
17815
17816         * src/Makefile.am
17817                 removed Hoa's work-in-progress-stuff (interesting!) so 
17818                 claws compiles ok.
17819
17820 2001-06-20 [christoph]
17821
17822         * src/inc.c
17823         * src/progressdialog.c
17824                 added scrolled window for list in progressdialog
17825
17826 2001-06-20 [paul]
17827
17828         sync with sylpheed 0.5.0pre1 release
17829
17830 2001-06-20 [christoph]
17831
17832         * src/summeryview.c
17833                 make building threads by subject work when
17834                 thread view is enabled
17835                 
17836         * src/compose.c
17837         * src/prefs_common.[ch]
17838                 automatically select account for mail replys
17839
17840 2001-06-19 [sergey]
17841
17842         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17843         they are filled in from the account settings.
17844
17845 2001-06-19 [paul]
17846
17847         * more sync with sylpheed 0.5.0pre1
17848
17849 2001-06-18 [alfons]
17850
17851         * src/Makefile.am,
17852           src/procmime.c
17853                 added --sysconfdir to CPPFLAGS for pointing to the correct
17854                 location of mime.types. 
17855
17856                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17857                 or ./configure!
17858
17859 2001-06-18 [hoa]
17860
17861         * src/summaryview.c
17862                 fixed some bug when building threads
17863
17864 2001-06-18 [pau]l
17865
17866         * src/prefs_account.c
17867                 UI stuff: More changes to the English
17868
17869 2001-06-18 [paul]
17870
17871         * src/pixmaps/stock_news_compose.xpm: new file
17872         * src/Makefile.am
17873         * src/mainwindow.c
17874         * src/summaryview.c
17875                 Added new icon for Hoa's 'compose a news
17876                 message', plus minor improvements to the
17877                 English
17878
17879         * po/ja.po
17880         * ChangeLog
17881         * ChangeLog.jp
17882                 more sync with sylpheed 0.5.0pre1
17883
17884 2001-06-18 [hoa]
17885
17886         * src/compose.[ch]
17887         * src/mainwindow.c
17888                 Follow-up and reply to
17889
17890         * src/summaryview.[ch]
17891                 Build threads also with subjects
17892
17893 2001-06-17 [hoa]
17894
17895         * src/compose.c
17896                 forwarding use the current account.
17897
17898         * src/mainwindow.c
17899                 the "compose message" button has been replaced with
17900                 "new mail" and "new news" buttons
17901
17902         * src/prefs_common.[ch]
17903                 added a configuration option to use the forward button
17904                 as "forward as attachment"
17905                 changed reply and forward format description
17906
17907         * src/quote_fmt_lex.l
17908         * src/quote_fmt_parse.y
17909                 added message with no signature in format for reply
17910                 and forward.
17911
17912 2001-06-17 [paul]
17913
17914         Minor UI stuff
17915
17916         * src/mainwindow.c
17917         * src/summaryview.c
17918                 Improvements to the English
17919
17920         * src/prefs_common.c
17921                 Improvements to the English and some
17922                 clarity/continuity improvements in the
17923                 description of Quote symbols.
17924
17925 2001-06-17 [paul]
17926
17927         0.5.0claws1
17928
17929         * sync with sylpheed 0.5.0pre1
17930
17931 2001-06-17 [hoa]
17932
17933         * src/compose.c
17934                 Better interface for compose, displayed fields
17935                 are updated whenever we change account.
17936                 Newsgroups field is automatically filled.
17937
17938         * src/mainwindow.c
17939                 Newsgroups field is automatically filled.
17940
17941         * src/prefs_account.c
17942                 Some interface stuff when fields appear and
17943                 disappear.
17944
17945 2001-06-16 [paul]
17946
17947         0.4.99claws
17948
17949         * sync with sylpheed 0.4.99
17950
17951 2001-06-16 [sergey]
17952
17953         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17954         base64_decoder_free, base64_decoder_decode): new object and
17955         functions for decoding base64 streams.
17956         * src/procmime.c (procmime_decode_content): modified to use the
17957         new base64 decoder.
17958
17959 2001-06-15 [paul]
17960
17961         0.4.99claws10
17962
17963         * sync with sylpheed 0.4.99cvs11
17964
17965 2001-06-13 [paul]
17966
17967         0.4.99claws9
17968
17969         * sync with sylpheed 0.4.99cvs9
17970
17971 2001-06-13 [hoa]
17972
17973         * src/compose.c
17974         * src/prefs_account.c
17975
17976                 SMTP server can be defined in the news account
17977                 mime type of attachment are kept.
17978
17979         * src/summaryview.c
17980
17981                 now choose the highest important score between default
17982                 and important score of folder.
17983
17984 2001-06-09 [alfons]
17985         
17986         * src/prefs_common.c: 
17987
17988                 (prefs_quote_description_create): corrected description of 
17989                 quote format characters
17990
17991 2001-06-09 [paul]
17992
17993         0.4.99claws8
17994
17995         * sync with sylpheed 0.4.99cvs8
17996
17997 2001-06-08 [sergey]
17998
17999         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
18000         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
18001
18002 2001-06-08 [paul]
18003
18004         0.4.99claws7
18005
18006         * sync with sylpheed 0.4.99cvs7
18007
18008 2001-06-06 [sergey]
18009
18010         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
18011         clashes with autogenerated header).
18012         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
18013         * src/Makefile.am: added quote_fmt.h.
18014         * src/.cvsignore: added lex/yacc autogenerated files
18015         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
18016
18017 2001-06-06 [paul]
18018
18019         0.4.99claws6
18020
18021         * sync with sylpheed 0.4.99cvs6
18022
18023 2001-06-06 [hoa]
18024
18025         * added src/quote_fmt_parse.h
18026         * src/compose.c
18027                 removed warnings
18028
18029         * src/prefs.[ch]
18030                 don't modify readonly configuration files
18031
18032         * src/prefs_account.c
18033         * src/prefs_common.c
18034         * src/prefs_customheader.c
18035         * src/prefs_display_header.c
18036         * src/prefs_filter.c
18037         * src/prefs_filtering.c
18038         * src/prefs_scoring.c
18039                 don't open dialog box when configuration files
18040                 are readonly
18041
18042 2001-06-05 [sergey]
18043
18044         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18045
18046         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18047         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18048         BUILT_SOURCES to make all files rebuild properly.
18049
18050         * src/compose.c: removed #include "quote_fmt.tab.h".
18051
18052         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18053         CHARACTER value in yylval.
18054
18055         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18056         receive CHARACTER value by documented means (yylval).
18057
18058         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18059
18060 2001-06-05 [hoa]
18061
18062         * src/Makefile.am
18063                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18064
18065         * src/filtering.c
18066         * src/matcher.c
18067         * src/matcher.h
18068         * src/prefs_filtering.c
18069                 now keep the configuration for execute action
18070
18071         * src/mbox_folder.c
18072                 fixed a warning
18073
18074 2001-06-05 [paul]
18075
18076         * sync with sylpheed 0.4.99cvs5
18077
18078 2001-06-05 [hoa]
18079
18080         * src/Makefile.am
18081                 added quote_fmt.[ch]
18082
18083         * added src/quote_fmt.y
18084         * added src/quote_fmt.l
18085         * added src/quote_fmt.tab.h
18086         * added src/quote_fmt.tab.c
18087         * added src/lex.quote_fmt.c
18088                 parsing configuration for replying
18089                 and forwarding
18090
18091         * src/prefs_common.[ch]
18092                 added configuration UI for replying
18093                 and forwarding
18094
18095         * src/compose.c
18096                 using configuration for replying
18097                 and forwarding
18098
18099 2001-06-04 [hoa]
18100
18101         * src/filtering.c
18102         * src/matcher.c
18103         * src/matcher.h
18104         * src/prefs_filtering.c
18105         * src/prefs_matcher.c
18106         * src/prefs_matcher.h
18107                 action "run a command" for filtering
18108                 and matching with a command.
18109                 fixed the "whole message" matching
18110
18111         * src/mbox_folder.c
18112                 changed temporary filename for security
18113
18114         * src/messageview.c
18115                 queue the notification if it fails to send.
18116
18117         * src/prefs_common.c
18118         * src/prefs_folder_item.c
18119                 changed the default important score             
18120
18121         * src/prefs_scoring.c
18122         * src/scoring.c
18123                 hide kill score input when the folder is not
18124                 a newsgroup
18125
18126 2001-06-03 [alfons]
18127
18128         * src/prefs_common.c:
18129
18130                 (prefs_font_select): pass font name in font entry box to font
18131                 selection dialog.
18132
18133 2001-06-03 [sergey]
18134
18135         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18136
18137 2001-06-03 [paul]
18138
18139         * sync with sylpheed 0.4.99cvs4
18140
18141 2001-06-03 [alfons]
18142
18143         * src/headerwindow.c:
18144
18145                 (headerwindow_show_cb): use the selected summary view item, not
18146                 the displayed item.
18147
18148 2001-06-02 [alfons]
18149
18150         * src/headerwindow.c:
18151
18152                 (headerwindow_show_cb): always try to show msginfo
18153
18154 2001-06-02 [hoa]
18155
18156         * src/compose.c
18157                 keep attached parts when reediting or forwarding.
18158
18159 2001-06-01 [hoa]
18160
18161         * src/folderview.c
18162         * src/prefs_folder_item.[ch]
18163         * src/prefs_scoring.[ch]
18164         * src/scoring.[ch]
18165         * src/summaryview.[ch]
18166         * src/main.c
18167         * src/mainwindow.c
18168         * src/prefs_common.[ch]
18169                 support for folder scoring
18170                 kill score and important score for messages
18171         
18172         * src/prefs_account.c
18173                 some display bug fixed for local account
18174                 preferences
18175
18176 2001-05-31 [alfons]
18177
18178         * src/summaryview.c:
18179
18180                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18181                 sender to address book menu item is disabled.
18182
18183 2001-05-30 [hoa]
18184
18185         * src/filtering.[ch]
18186         * src/summaryview.c
18187                 handling summary menu / filter messages
18188
18189         * src/folder.[ch]
18190                 add some stuff
18191
18192         * src/foldersel.c
18193                 imap folders now appears in list
18194
18195         * src/mbox_folder.c
18196                 doesn't crash if destination mail is not writeable
18197
18198 2001-05-29 [hoa]
18199
18200         * src/compose.c
18201                 removed some warnings
18202
18203         * src/filtering.c
18204         * src/folder.[ch]
18205         * src/prefs_filtering.c
18206                 global string to identify any folders           
18207                 removed some debug info
18208                 filtering to mbox folders is now possible
18209
18210         * src/mainwindow.c
18211                 removed some warnings
18212
18213         * src/mbox_folder.c
18214                 permission on files are changed to read/write for user only,
18215                 nothing for other.
18216                 creation of subfolder is handled better.
18217
18218 2001-05-28 [alfons]
18219
18220         Verified the sync for src/prefs_common.[ch] and
18221         src/prefs_account.[ch]. I believe there were some
18222         minor indentation differences.
18223
18224 2001-05-28 [paul]
18225
18226         0.4.99claws3
18227
18228         * sync with 0.4.99cvs3
18229
18230 2001-05-28 [hoa]
18231
18232         * src/compose.c
18233                 handling flags for mbox format
18234
18235         * src/filtering.c
18236                 use of mark file only for MH format
18237                 handling flags for mbox format
18238                 filtering cannot yet move or copy mails to mbox folders.
18239
18240         * src/folder.[ch]
18241                 changed move_msg, copy_msg,
18242                 move_msgs_with_dest, copy_msgs_with_dest functions
18243                 uses only folder->copy_msg() function
18244                 uses folder->finished_copy() to handle the destination
18245                 folder at the end of the copy or move operation.
18246
18247         * src/foldersel.c
18248                 included mbox directories.
18249
18250         * src/folderview.[ch]
18251         * src/mainwindow.c
18252                 handle folders operation for mbox format
18253
18254         * src/mbox.c
18255                 disable conversion of "From " header
18256
18257         * src/mbox_folder.[ch]
18258                 completion of mbox format handling
18259
18260         * src/mh.c
18261                 changed mh_copy_msg() function and
18262                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18263                 mh_copy_msgs_with_dest()
18264
18265         * src/prefs_filtering.c
18266                 removed some warnings
18267
18268         * src/prefs_matcher.c
18269                 default boolean operation is AND
18270
18271         * src/procheader.c
18272                 handling flags for mbox format
18273                 handling of "From " header
18274
18275         * src/procmsg.[ch]
18276                 removed data field
18277                 added MSG_REALLY_DELETED flags to handle deletion of
18278                 messages in mbox format.
18279
18280         * src/summaryview.c
18281                 handling flags for mbox format
18282                 disable the MSG_DELETED flags when messages
18283                 are deleted in mbox format
18284
18285         * src/textview.c
18286                 "From " headers display fixed.
18287
18288 2001-05-27 [alfons]
18289
18290         * src/textview.c:
18291                 
18292                 (get_email_part): skip quoted email addresses, like in e.g.
18293                 "'alfons@proteus.demon.nl'".
18294
18295 2001-05-26 [alfons]
18296
18297         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18298         and fixing the persistence troubles when using separate windows.
18299
18300         * src/mainwindow.c:
18301         
18302             Added #define SEPARATE_ACTION used in the gtk item factory for 
18303             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18304                 use gtk_item_factory_get_widget_by_action() to get the items.
18305                 
18306             Removed separate_widget_cb from the gtk item factory data   
18307           
18308             (mainwindow_create): connect separate_widget_cb() to check
18309             menu item "toggled" signal. also passing a MainWindow pointer
18310                 as object data for both check menu items.
18311                 
18312             (separate_widget_cb): definition of separate_widget_cb() to match
18313             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18314                 window using gtk_object_get_data(). The type of window separation 
18315                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18316         
18317         * src/prefs_filtering.c,
18318           src/prefs_matcher.c: added horizontal scrollbars
18319
18320 2001-05-25 [darko]
18321
18322         * src/headerview.c
18323                 fix segfault with invalid bold font
18324         * src/summaryview.c
18325                 correctly display summary stats after row is marked
18326
18327 2001-05-23 [sergey]
18328
18329         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18330         encodings with libjconv.
18331
18332 2001-05-23 [hoa]
18333
18334         * src/Makefile.am
18335                 added mbox_folder.[ch]
18336         * src/defs.h
18337                 mbox temporary folder
18338         * src/folder.[ch]
18339         * added src/mbox_folder.[ch]
18340         * src/folderview.c
18341         * src/procheader.[ch]
18342                 added mbox support
18343         * src/mbox.c
18344                 bugfix for file incorporation filtering
18345         * src/imap.c
18346                 enable creation of MBOX
18347         * src/prefs_display_header.c
18348                 enable use of headers like "From "
18349                 something that should be fixed :
18350                         displaying of such headers add an extra space
18351         * src/prefs_folder_item.c
18352                 don't create folders because it is not necessary
18353         * src/procmsg.h
18354                 added data field to MsgInfo for mbox internal use
18355         * src/summaryview.c
18356                 added some support for mbox
18357         * src/utils.[ch]
18358                 added get_mbox_cache_dir() function
18359
18360 2001-05-23 [hiroyuki]
18361
18362         * src/headerwindow.c
18363           src/inc.c
18364           src/main.c
18365           src/mh.c
18366           src/nntp.c
18367           src/procmsg.h
18368           src/session.h
18369           src/socket.[ch]
18370           src/summaryview.c
18371           src/textview.c
18372           src/automaton.c
18373           src/folderview.c: more sync with 0.4.99cvs2.
18374
18375         * src/headerwindow.c: reverted.
18376
18377 2001-05-22 [paul]
18378
18379         0.4.99claws2
18380
18381         * sync with sylpheed 0.4.99cvs2
18382                 * src/news.[ch]
18383                 * src/nntp.[ch]
18384                 * INSTALL
18385                 * INSTALL.jp
18386
18387 2001-05-22 [alfons]
18388
18389         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18390
18391 2001-05-21 [alfons]
18392
18393         Minor things:
18394
18395         * configure.in: if gnome-config not found, "no" is displayed
18396         
18397         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18398
18399         * src/textview.c: now also possible to add mail addresses by right
18400           clicking in the text view
18401
18402         * src/codeconv.c: merged patch which fixes endless loop when encountering
18403           invalid wide characters; from Alte <010@imis.ru>  
18404
18405 2001-05-20 [alfons]
18406
18407         Added installation of gnome specific things:
18408
18409         * Makefile.am: gnome conditional
18410
18411         * configure.in: check for installed gnome
18412
18413         * added sylpheed.png, sylpheed.desktop
18414
18415 2001-05-20 [sergey]
18416
18417         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18418
18419         * src/mainwindow.h (main_window_toolbar_create): created a button
18420         for "Reply to all".
18421         (main_window_set_toolbar_sensitive): enable/disable the new button
18422         appropriately.
18423         (toolbar_reply_to_author_cb): handle the new button.
18424
18425         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18426         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18427         failure).
18428
18429 2001-05-19 [sergey]
18430
18431         * src/compose.h (ComposeReplyMode): new modes
18432         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18433         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18434
18435         * src/compose.c
18436         (compose_send): move some code into a new function:
18437         (compose_current_mail_account): new function.
18438         (compose_reply): new argument to_author, all callers changed; if
18439         to_author==TRUE and account->protocol==A_NNTP, find and use an
18440         appropriate mail account for replying.
18441         (compose_reply_set_entry): new argument to_author; ignore
18442         compose->replyto if to_author==TRUE.
18443
18444         * src/mainwindow.c: new command "Message/Reply to author".
18445         (main_window_set_menu_sensitive): enable/disable it.
18446         (reply_cb): handle it.
18447
18448         * src/summaryview.c: new command "Reply to author".
18449         (summary_set_menu_sensitive): enable/disable it.
18450         (summary_reply_cb): handle it.
18451
18452         * src/account.c (account_find_mail_from_address): new function.
18453
18454 2001-05-18 [paul]
18455
18456         0.4.99claws1
18457
18458         * sync with sylpheed 0.4.99cvs1
18459
18460 2001-05-18 [hoa]
18461
18462         * src/compose.[ch]
18463         * src/filtering.c
18464         * src/summaryview.c
18465                 new filtering action : forward and forward as attachment
18466
18467         * src/main.c
18468                 no need for $DISPLAY when we run sylpheed --help
18469                 call to parse_cmd_opt() is moved
18470
18471         * src/mainwindow.[ch]
18472                 execute button is hidden when immediate execute
18473                 is chosen
18474
18475         * src/mh.c
18476         * src/news.c
18477         * src/prefs_folder_item.c
18478         * src/procmsg.c
18479                 better handling of missing directories
18480
18481         * src/summaryview.c
18482                 reedit is enabled in outbox
18483                 reedit is enabled in queue
18484
18485 2001-05-17 [hoa]
18486
18487         * src/filtering.c
18488         * src/matcher.[ch]
18489         * src/prefs_filtering.c
18490                 changed attachement into attachment
18491
18492 2001-05-17 [alfons]
18493
18494         0.4.67claws4    
18495
18496         * sync with sylpheed 0.4.67cvs9
18497         * sync with sylpheed 0.4.67cvs7-8
18498
18499 2001-05-17 [hoa]
18500
18501         * src/Makefile.am
18502                 added prefs_filtering.c
18503
18504         * src/filtering.[ch]
18505         * src/matcher.[ch]
18506                 removed action : forward_news and forward_news_as_attachement
18507                 (forward and forward_as_attachement can be used instead)
18508
18509         * src/mainwindow.c
18510                 added menu option to access filtering configuration
18511
18512         * src/prefs_account.c
18513                 changed mail_command default to /usr/sbin/sendmail
18514
18515         * added src/prefs_filtering.[ch]
18516                 dialog box for filtering configuration
18517
18518         * src/prefs_matcher.c
18519                 added function prefs_matcher_get_criteria_from_matching()
18520
18521         * src/prefs_scoring.c
18522                 reset the dialog when register or substitute is clicked
18523
18524 2001-05-15 [hoa]
18525
18526         * src/Makefile.am
18527                 added filtering.[ch]
18528         * src/inc.c
18529                 using filering.[ch] instead of filter.[ch]
18530         * src/main.c
18531                 reading new filtering configuration
18532         * src/matcher.[ch]
18533                 added some filtering actions
18534                 and fixed a bug for headers and mail body matching
18535         * src/mbox.c
18536                 using filering.[ch] instead of filter.[ch]
18537         * src/mh.c
18538                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18539         * src/summaryview.c
18540                 some fixes for filtering
18541
18542 2001-05-14 [hiroyuki]
18543
18544         * src/send.c: fixed some weird indentations.
18545           send_message_with_command(): call pclose() only if p != NULL.
18546         * src/textview.c: get_email_part(): modified the code for readability.
18547
18548 2001-05-14 [hiroyuki]
18549
18550         * src/md5global.h
18551           src/md5ify.c
18552           src/md5ify.h: removed from the cvs.
18553
18554 2001-05-13 [sergey]
18555
18556         * src/main.c: include rfc2015.h to avoid compiler warnings.
18557         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18558         the panel is already on screen.
18559         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18560         closing the alert window by ESC as "No".
18561         * src/prefs_common.c (prefs_interface_create): moved return
18562         receipt check button to the correct place.
18563
18564 2001-03-13 [alfons]
18565
18566         * src/prefs_common.c: 
18567                 moved return receipt check button to the Send tab. (prefs_send_create)
18568                 removed the date format ui related globals. (prefs_display_create)
18569
18570         0.4.67claws3
18571         
18572         * sync with sylpheed 0.4.67cvs5-6
18573
18574 2001-05-13 [paul]
18575
18576         * added Alfons' font selection patch
18577
18578         * src/defs.h
18579         * src/headerwindow.c
18580         * src/prefs_common.c
18581         * src/prefs_common.h
18582
18583 2001-05-13 [hoa]
18584         * src/defs.h
18585                 changed version of cache
18586         * src/matcher.[ch]
18587         * src/prefs_matcher.c
18588                 added additionnal matching criteria
18589         * src/procheader.c
18590         * src/procmsg.[ch]
18591         * src/news.c
18592                 added references in MsgInfo
18593
18594 2001-05-12 [hoa]
18595
18596         * src/defs.h
18597                 prepared some things for new filtering
18598         * src/matcher.[ch]
18599                 added some matching properties
18600                 inreplyto need to be enhanced
18601                 prepared some things for new filtering
18602         * src/messageview.c
18603                 added Return-Receipt-To handling
18604         * src/prefs_folder_item.c
18605                 changed default value to TRUE
18606         * src/prefs_matcher.c
18607                 added some matching properties
18608         * src/prefs_scoring.[ch]
18609                 the scoring dialog is finished
18610         * src/procheader.c
18611                 added Return-Receipt-To handling
18612                 Reference need to be added
18613         * src/procmsg.[ch]
18614                 added Return-Receipt-To handling
18615                 added threadscore to get a better score sorting when
18616                 threads are enabled
18617         * src/summaryview.c
18618                 suppressed a bug when we sort the list
18619                 when no folder is opened.
18620                 better score sorting when threads are enabled
18621
18622 2001-05-12 [alfons]
18623
18624         * reverted previous patch because of potential errors 
18625
18626         0.4.67claws2
18627         
18628         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18629                 applied "toggle mail-retrieval dialog window" patch submitted 
18630                 by Eric Limpens <eric@qnt.net>
18631
18632         * sync with sylpheed 0.4.67cvs4
18633
18634 2001-05-12 [sergey]
18635
18636         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18637         some picky compilers.
18638         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18639         * src/grouplist_dialog.c: include alertpanel.h.
18640         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18641         fix compile warning.
18642         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18643         #include "defs.h" before others to prevent the warning of `MIN'
18644         and `MAX' redefinition.
18645
18646 2001-05-11 [hoa]
18647
18648         * src/main.c
18649         * src/messageview.c
18650         * src/prefs_account.c
18651         * src/prefs_display_header.c
18652                 removed warning
18653         * src/Makefile.am
18654                 added prefs_scoring.[ch]
18655         * src/grouplist_dialog.c
18656                 display an error dialog box if the group list
18657                 cannot be fetched.
18658         * src/mainwindow.[ch]
18659                 added main_window_set_thread_option() function
18660                 scoring dialog box enabled
18661         * src/matcher.[ch]
18662                 added flags matching unread /new / marked
18663                 / deleted / replied / forwarded
18664         * src/news.c
18665                 newsgroups are now finally in newscache
18666         * src/prefs_matcher.[ch]
18667                 finished preferences for matching dialog
18668         * added src/prefs_scoring.[ch]
18669                 scoring dialog box completed
18670         * src/scoring.[ch]
18671                 conversion to string : added scoringprop_to_string()
18672                 write config for preferences :
18673                 added prefs_scoring_write_config()
18674         * src/summaryview.c
18675                 threads can be enabled/disabled independently
18676                 for each folder
18677
18678 2001-05-10 [alfons]
18679
18680         0.4.67claws1
18681         
18682         * AUTHORS: 
18683                 thought it would be nice to have a list of all
18684                 contributors (used Changelog as a reference)
18685         
18686         * configure.in: 
18687                 messed up version numbering...
18688
18689         0.4.66claws1
18690
18691         * sync with sylpheed 0.4.67cvs1-3
18692
18693 2001-05-10 [darko]
18694
18695         * src/prefs_common.c:
18696                 better UI for strftime format, double clicking
18697                 on format now inserts the format in text entry
18698                 replaced close button with standard OK/Cancel
18699                 moved date format button to the right of the
18700                 text entry field
18701
18702 2001-05-09 [alfons]
18703
18704         * src/gtkstext.c:
18705                 Ctrl-Home / Ctrl-End have proper cursor navigation
18706
18707 2001-05-09 [hoa]
18708
18709         * src/prefs_matcher.c
18710                 finished UI to define matching properties
18711                 added ok and cancel button
18712         * src/prefs_filter.c
18713                 added ok and cancel button
18714         * src/news.c
18715                 fixed some bug in xhdr parsing
18716
18717 2001-05-08 [alfons]
18718
18719         * src/textview.c: 
18720                 fixed a bug in textview_show_header(), which displayed two colons (':');
18721                 cleaned up some warnings
18722
18723 2001-05-08 [hoa]
18724
18725         * src/Makefile.am
18726                 added prefs_matcher.[ch]
18727                 compilation with -W -Wall
18728         * src/alertpanel.c
18729                 ungrab the mouse events if grabbed - does it
18730                 fix the bug for disposition notification ?
18731         * src/mainwindow.c
18732                 added a menu option to open the matching dialog.
18733         * src/matcher.[ch]
18734                 added matcherprop_to_string() and matcherlist_to_string()
18735                 fixed some bugs, changed the name of some options
18736                 age_sup and age_inf becomes age_greater and age_lower,
18737                 body and messageheaders becomes body_part and headers_part,
18738                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18739         * src/prefs_display_header.c
18740         * src/prefs_headers.c
18741                 fixed a bug that accidentally destroyed dialogs
18742                 when closed them with delete_event
18743                 Added *_deleted() which handle delete_event signal correctly.
18744         * src/prefs_folder_item.[ch]
18745                 added "enable_thread" field for future customization
18746         * added src/prefs_matcher.[ch]
18747                 sample of the UI to define matching properties
18748         * src/procheader.c
18749                 using procheader_headername_equal instead of str*cmp functions
18750                 using procheader_parse_header() function
18751         * src/scoring.c
18752                 using MATCHING_XXX instead of SCORING_XXX
18753         * src/summaryview.c
18754                 display the sender of the news even if this is ourself
18755                 when this is a news message.
18756         * src/textview.c
18757                 using headername_equal() instead of str*cmp functions
18758
18759 2001-05-08 [alfons]
18760
18761         0.4.66claws
18762
18763         * sync with sylpheed 0.4.66
18764         * src/gtkstext.c: trace logs added 
18765
18766 2001-05-08 [sergey]
18767
18768         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18769         signature check popup.
18770         * src/rfc2015.c (check_signature): show signature check popup only
18771         if it is enabled in preferences.
18772
18773 2001-05-07 [alfons]
18774
18775         0.4.66claws4
18776         
18777         * sync with sylpheed 0.4.66cvs6
18778
18779 2001-05-07 [darko]
18780
18781         * src/prefs_common.[ch]: added option to enable/disable
18782           looking up sender name in address book for summary pane
18783         * src/summaryview.c: look up sender in the address book
18784           by using Alfons' address completion code
18785
18786 2001-05-07 [hiroyuki]
18787
18788         * src/inc.h
18789           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18790           member of Pop3State.
18791         * src/news.c: brought #include "defs.h" before #include <glib.h>
18792           to prevent the warning of `MIN' and `MAX' redefinition.
18793
18794 2001-05-06 [hoa]
18795
18796         * removed src/headers_display.[ch]
18797         * removed src/prefs_display_headers.[ch]
18798         * src/inc.c
18799                 use a temporary file in the user directory for mbox import
18800         * src/news.c
18801                 added XHDR support to get "To" and "Cc" headers
18802                 (in order to match news with to or cc field for
18803                 scoring)
18804                 added function news_parse_xhdr() to get XHDR response
18805         * src/nntp.[ch]
18806                 added function nntp_xhdr()
18807         * src/matcher.c
18808                 fetch the message if necessary
18809
18810 2001-05-06 [alfons]
18811
18812         0.4.66claws3
18813
18814         * sync with sylpheed 0.4.66cvs3-5
18815
18816 2001-05-06 [hoa]
18817
18818         * src/utils.[ch]
18819                 added function itos_buf() to enable use of several buffers
18820         * src/summaryview.c
18821                 use of itos_buf() instead of itos() in summary list
18822                 to fix the broken display of message number.
18823
18824 2001-05-06 [alfons]
18825
18826         * src/gtkstext.c: bug in cursor up navigation fixed,
18827                 fixed another unsigned / signed comparison (we're getting there :-)
18828
18829 2001-05-06 [hoa]
18830
18831         * src/Makefile.am
18832                 added scoring.c scoring.h
18833                 prefs_folder_item.c prefs_folder_item.h
18834                 matcher.c matcher.h
18835         * src/defs.h
18836                 added FOLDERITEM_RC SCORING_RC
18837         * src/folder.[ch]
18838                 added prefs field in FolderItem :
18839                 properties for each folder (PrefsFolderItem),
18840                 sorting type and mode were added as the first properties.
18841         * src/main.c
18842                 read config for scoring
18843         * added src/matcher.[ch]
18844                 gives functions to parse configuration file to do
18845                 matching on mails with a list of conditions.
18846         * src/mainwindow.c
18847                 add option to sort by score
18848         * src/prefs_common.[ch]
18849                 added preference option to show score and for
18850                 the score column size
18851         * added src/prefs_folder_item.[ch]
18852                 properties for each folder (PrefsFolderItem),
18853                 sorting type and mode were added as the first properties.
18854         * src/procheader.[ch]
18855                 added procheader_parse_header()
18856                 added procheader_header_free()
18857                 added procheader_headername_equal()
18858                 and made modification to use them.
18859         * src/procmsg.[ch]
18860                 added score field to MsgInfo structure
18861         * added src/scoring.[ch]
18862                 gives functions to parse configuration file to do
18863                 scoring on mails with a list of conditions.
18864         * src/summaryview.[ch]
18865                 save the sorting type and mode for the folder
18866                 added column to display the score of the mail
18867                 added function summary_score_clicked()
18868                 sorting type and mode are restored to the folder
18869                 when it is reopen
18870         * src/textview.c
18871                 use procheader_parse_header(), procheader_headername_equal()
18872                 removed memory leak in text_scan_header when freeing headers
18873         * src/filter.c
18874                 changed the function to match names of headers
18875                 using procheader_headername_equal()
18876
18877         Scoring functions are implemented, an interface is needed
18878         to configure that.
18879
18880 2001-05-04 [alfons]
18881
18882         * src/gtkstext.c: 
18883                 hopefully fixed the row up navigation bug,
18884                 removed adding back / forward lines to cache
18885
18886 2001-05-04 [sergey]
18887
18888         * src/prefs_display_headers.c: user interface changes:
18889         (prefs_display_headers_create): remove unused "Show" check button;
18890         allow reordering of headers by dragging.
18891         (prefs_display_headers_write_config): remove unused variables.
18892         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18893         of lists (not needed with the new UI).
18894         (prefs_display_headers_set_list): scan lists starting from row 0,
18895         not 1 (do not skip "(New)").
18896         (prefs_display_headers_find_header): new function.
18897         (prefs_display_headers_clist_set_row): do not allow duplicates.
18898         (prefs_display_headers_delete_cb): do not skip row 0; treat
18899         closing the alert window by ESC as "No".
18900         (prefs_display_headers_up): do not protect row 0.
18901         (prefs_display_headers_down): do not protect row 0.
18902
18903 2001-05-04 [sergey]
18904
18905         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18906         functions.
18907
18908         * src/summaryview.c
18909         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18910         summary_select_next_marked, summary_select_prev_marked): new
18911         functions.
18912
18913 2001-05-03 [sergey]
18914
18915         * src/news.c: fixed a bug when no article can be fetched after
18916         server timeout if the connection was restored by news_post():
18917         (news_select_group): new function.
18918         (news_fetch_msg): call news_select_group() before fetching
18919         article.
18920         (news_get_uncached_articles): set session->group after successful
18921         GROUP command.
18922
18923 2001-05-03 [hoa]
18924
18925         * src/defs.h
18926         * src/procmsg.[ch]
18927         * src/procheader.c
18928                  changed version of cache, added cc field
18929
18930         * src/prefs_display_headers.c
18931                 the interface was changed
18932
18933         * src/prefs_headers.c
18934                 added cancel button
18935
18936 2001-05-03 [alfons]
18937
18938         * completed sync of sylpheed cvs2
18939         * src/gtkstext.c: updated row up / down cursor navigation
18940         * src/textview.c: re-edited, prepared for fixing the email address
18941                 scanner.
18942
18943 2001-05-03 [darko]
18944
18945         * src/prefs_common.c: use alfons' strftime ui code
18946         entry_datefmt and datefmt_sample widgets have to be
18947         global in this module because of this change
18948
18949 2001-05-03 [hoa]
18950
18951         * src/messageview.c
18952         * src/prefs_common.[ch] added option to activate the return receipt
18953                 feature.
18954
18955 2001-05-02 [alfons]
18956
18957         * src/gtkstext.c: fix for row up/down cursor navigation. 
18958
18959         0.4.66claws2
18960         
18961         * sync with 0.4.66cvs2
18962
18963 2001-05-02 [paul]
18964
18965         added add-sender-to-addressbook patch
18966
18967         * src/addressbook.c
18968         * src/addressbook.h
18969         * src/summaryview.c
18970
18971 2001-05-02 [sergey]
18972
18973         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18974         G_ALERTDISABLE.
18975
18976         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18977         all existing callers changed to pass FALSE; create a check button
18978         to disable the message.
18979         (alertpanel_message_with_disable): new function.
18980         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18981         (alertpanel_button_toggled): new function.
18982         (alertpanel_button_clicked, alertpanel_close): set value using
18983         G_ALERT_VALUE_MASK.
18984
18985         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18986
18987         * src/prefs_common.c (prefs_privacy_create): new check button
18988         checkbtn_gpgme_warning.
18989
18990         * src/main.c (main): moved preferences reading before gpgme
18991         initialization; check prefs_common.gpgme_warning before giving the
18992         GnuPG warning and set it to FALSE if the user wants to disable the
18993         warning.
18994
18995 2001-05-02 [hiroyuki]
18996
18997         * src/prefs_display_headers.c: modified the layout and some labels.
18998
18999 2001-05-02 [sergey]
19000
19001         * src/prefs_account.c (prefs_account_fix_size): new function.
19002         (prefs_account_create): call prefs_account_fix_size(); use
19003         gtk_widget_show instead of gtk_widget_show_all (fixes too large
19004         size when the window is shown for the first time).
19005         (prefs_account_basic_create): changed layout of serv_table; moved
19006         localmbox_entry above smtpserv_entry (logically it replaces
19007         POP3/IMAP server).
19008         (prefs_account_protocol_activated): set sensitivity of
19009         nntpauth_chkbtn according to the protocol (in addition to
19010         hide/show); commented out gtk_table_set_row_spacing() calls.
19011         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
19012         not sensitive (fixes a bug with disabled username/password boxes
19013         when editing POP3 account after NNTP with authentication).
19014
19015 2001-05-02 [hoa]
19016
19017         * src/account.c
19018         * src/inc.c
19019         * src/prefs_account.[ch]
19020         * src/send.c
19021                 removed local account without SMTP server
19022                 added option to use mail command instead of a connexion
19023                 to SMTP server when a local account is used
19024         * src/prefs_headers.c
19025                 fixed a bug
19026         * src/news.c
19027                 fixed a bug when connexion immediately closed
19028
19029 2001-05-01 [alfons]
19030
19031         0.4.66claws1
19032         
19033         * sync with 0.4.65
19034
19035 2001-05-01 [sergey]
19036
19037         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19038         widget nntpauth_chkbtn.
19039         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19040         visibility.
19041         (prefs_account_nntpauth_toggled): new function.
19042
19043         * src/news.c (news_session_new_for_folder): use NNTP
19044         authentication only if ac->use_nntp_auth is set.
19045
19046 2001-05-01 [hoa]
19047
19048         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19049         * src/prefs_display_headers.c changed the UI
19050         * src/prefs_headers.c changed account_name to account_id
19051         * src/compose.c using customheader.h
19052
19053 2001-05-01 [hiroyuki]
19054
19055         * src/esmtp.c
19056           src/news.c
19057           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19058           unsynched.
19059
19060 2001-05-01 [hoa]
19061
19062         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19063         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19064                 for displaying of headers
19065         * src/grouplist_dialog.[ch] minor changes to remove warnings
19066         * src/prefs_display_headers.[ch] dialog to choose the
19067         headers to display in the mail viewer.
19068         * src/headers.h correction of #define
19069         * src/headers_display.[ch] configuration for displaying of headers.
19070         * src/main.c read config of displaying of headers
19071         * src/prefs_common.c add a button to access the config dialog
19072                 for displaying of headers
19073         * src/prefs_display_headers.[ch] dialog for configuration for
19074                 displaying of the headers.
19075         * src/prefs_headers.c cleaning of code
19076         * src/procheader.c comments added to code
19077         * src/textview.c changes to reorder the headers depending
19078                 on the config for displaying of headers
19079
19080 2001-04-30 [alfons]
19081
19082         0.4.65claws7
19083
19084         * sync with 0.4.65cvs12
19085
19086         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19087
19088 2001-04-30 [sergey]
19089
19090         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19091
19092         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19093         is set to force reconnection after authentication failure.
19094         (nntp_gen_command): set sock->auth_failed on authentication
19095         failure, or if sock->userid and sock->passwd are not set.
19096
19097         * src/news.c (news_session_new_for_folder): set userid=NULL if
19098         password dialog is cancelled.
19099
19100 2001-04-30 [sergey]
19101
19102         * src/nntp.h (NNTPSockInfo): new type.
19103
19104         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19105         SockInfo.
19106         (nntp_open_auth, nntp_close): new functions.
19107         (nntp_gen_command): new function to handle authentication; all
19108         NNTP command functions updated to use it.
19109         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19110         (nntp_list): removed old useless code.
19111
19112         * src/news.h (NNTPSession): new field nntp_sock.
19113
19114         * src/news.c: all functions updated to use NNTPSockInfo instead of
19115         SockInfo.
19116         (news_session_new): new arguments (userid, passwd); made static;
19117         use nntp_open_auth() if needed.
19118         (news_session_destroy): use nntp_close() instead of sock_close().
19119         (news_query_password): changed arguments.
19120         (news_session_new_for_folder): new function.
19121         (news_session_get): use news_session_new_for_folder().
19122         (news_authenticate): deleted.
19123         (news_get_uncached_articles): removed old authentication code.
19124
19125 2001-04-30 [sergey]
19126
19127         * src/news.c: reverted my previous changes (need to do NNTP
19128         authentication in a cleaner way).
19129         
19130 2001-04-29 [sergey]
19131
19132         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19133         news_nntp_post, news_nntp_mode): new functions (wrappers with
19134         authentication support).
19135         (news_get_article_cmd, news_get_article, news_get_header): new
19136         argument "folder"; all callers changed.
19137         (news_get_article_cmd): added authentication support.
19138         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19139         (news_post): use news_nntp_post() instead of nntp_post().
19140         (news_get_uncached_articles): use news_nntp_group() instead of
19141         nntp_group() and news_nntp_xover() instead of nntp_xover();
19142         removed old authentication code.
19143         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19144
19145         * src/nntp.c (nntp_list): return real error code instead of
19146         hardcoded NN_ERROR.
19147
19148 2001-04-29 [sergey]
19149
19150         * configure.in: fixed wint_t typedef detection again
19151
19152 2001-04-28 [hoa]
19153
19154         * src/prefs_account.[ch], added A_LOCAL_CMD
19155                 (send mail with mail command)
19156         * src/send.c added function send_message_with_command()
19157         * src/inc.c made a more secure get_spool() function with
19158                 mktemp() but maybe mkstemp() or something more
19159                 secure can be used.
19160
19161 2001-04-28 [alfons]
19162
19163         * src/textview.c, colorization of email addresses in headers
19164
19165         0.4.65claws6
19166
19167         * bug sync with sylpheed
19168         * prefs_common.c: created date format ui for darko
19169         * sync with 0.4.65cvs11
19170         * configure.in: corrected to have the new gpg checks
19171
19172 2001-04-27 [alfons]
19173
19174         * completed sync with 0.4.65cvs10
19175         * minor debug things added to gtkstext.c
19176
19177 2001-04-27 [darko]
19178
19179         * configure.in: remove check for availability of
19180           strftime() as advised by Hiroyuki
19181         * src/prefs_common.[ch], src/procheader.c:
19182           synch strftime() code with Hiroyki's main branch
19183
19184 2001-04-26 [sergey]
19185
19186         * src/news.c: news_query_password(), news_authenticate(): new
19187           functions.
19188           news_get_uncached_articles(): added NNTP authentication
19189           handling.
19190         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19191           new functions.
19192         * src/prefs_account.c: prefs_account_protocol_activated():
19193           enable userid and password fields for NNTP.
19194
19195 2001-04-26
19196
19197         * configure.in: check for availability of strftime()
19198           [darko]
19199         * src/prefs_common.[ch], src/procheader.c: use
19200           strftime() for displaying date in summary pane if it
19201           is available
19202
19203 2001-04-25
19204
19205         * more .cvsignore cleanups [alfons]
19206
19207 2001-04-25
19208
19209         * ac/sv-check-type.m4: new autoconf macro.
19210         * configure.in: fixed wint_t typedef detection (did not work
19211           with gcc-2.96).
19212
19213 2001-04-25
19214
19215         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19216           [hiroyuki]
19217
19218 2001-04-24
19219         * modified gtkstext.c : buggy cursor navigation fixed, 
19220           and font descent also taken in account when drawing
19221           cursor. [alfons]
19222
19223 2001-04-24 [hoa]
19224         * added comments in src/news.c src/nntp.c
19225         * added src/prefs_headers.[ch]
19226         * added src/headers.[ch]
19227         * modified compose.c to activate custom headers
19228                 added function is_in_custom_headers
19229         * modified prefs_account.[ch]
19230                 added function prefs_account_customhdr_edit
19231         * modified src/defs.h :
19232                 added HEADERS_RC : name of the config file
19233                 for the custom headers
19234
19235 2001-04-24
19236
19237     0.4.65claws5
19238
19239         * configure.in
19240           src/gtkstext.[ch]
19241           src/compose.c
19242           src/Makefile.am
19243           
19244           added gtkstext with configure.in patch by Hiroyuki which
19245           should fix the XIM detection [alfons]
19246
19247         * more clean up of cvs [alfons]
19248
19249                  * removed all Makefile.in files to attic.
19250
19251                  * updated all .cvsignores to really ignore things that could
19252                    be unintentionally committed by a recursive commit.
19253
19254 2001-04-23 [hoa]
19255         * added src/grouplist_dialog.[ch]
19256         * changed src/folderview.c to call grouplist_dialog instead
19257                 of inputdialog
19258         * src/news.c :
19259                 added functions news_reset_group_list
19260                 and news_get_group_list
19261         * src/nntp.c :
19262                 added function nntp_list
19263         * src/defs.h :
19264                 added GROUPLIST_FILE : name of the newsgroup list cache file
19265
19266 2001-04-21
19267
19268         * added option to warn about queued messages on exit [sergey]:
19269
19270           * src/compose.c: compose_queue(): call folder_item_scan()
19271             and folderview_update_item() after queueing.
19272           * src/folderview.c: folderview_update_node(): draw the queue
19273             folder in bold font if there are queued messages.
19274           * src/mainwindow.c: queued_messages(): new function.
19275             app_exit_cb(): display warning if there are queued messages
19276             if warn_queued_on_exit is set.
19277           * prefs_common.[ch]: add warn_queued_on_exit option.
19278
19279         * enhanced GnuPG key selection support [sergey]:
19280
19281           * src/select-keys.c: updated to newer version from Win32
19282             branch with support for selecting arbitrary keys.
19283           * src/prefs_account.c: added the Privacy tab to the account
19284             options window.
19285             prefs_account_privacy_create(),
19286             prefs_account_sign_key_set_data_from_radiobtn(),
19287             prefs_account_sign_key_set_radiobtn(): new functions.
19288           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19289           * src/rfc2015.c: set_signers(): new function.
19290             pgp_sign(): add the account parameter, call set_signers().
19291             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19292           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19293           * src/compose.c: pass the current account to rfc2015_sign().
19294
19295         * tag name claws added to prevent confusion with main branch [alfons]
19296
19297         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19298
19299         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19300
19301         * sync with recent sylpheed cvs. Untested though. [alfons]
19302