0.9.6claws52
[claws.git] / ChangeLog.claws
1 2003-10-25 [christoph]  0.9.6claws52
2
3         * src/procmime.c
4                 fix message body searching
5
6 2003-10-25 [paul]       0.9.6claws51
7
8         * src/compose.c
9                 use g_basename rather than basename
10
11 2003-10-24 [christoph]  0.9.6claws50
12
13         * src/sgpgme.c
14                 change fetching of signature key's trust
15
16 2003-10-24 [paul]       0.9.6claws49
17
18         * po/sk.po
19                 update Slovak translation
20                 submitted by Andrej Kacian
21                 
22         * src/mainwindow.c
23                 remove unknown menu entry /File/Add mailbox/mbox...
24
25 2003-10-24 [hoa]        0.9.6claws48
26
27         * src/Makefile.am
28                 removed all references to mbox folders
29
30         * src/carray.[ch]               * REMOVED *
31         * src/chash.[ch]                * REMOVED *
32         * src/maillock.[ch]             * REMOVED *
33         * src/mailmbox.[ch]             * REMOVED *
34         * src/mailmbox_folder.[ch]      * REMOVED *
35         * src/mailmbox_parse.[ch]       * REMOVED *
36         * src/mailmbox_types.[ch]       * REMOVED *
37         * src/mbox_folder.[ch]          * REMOVED *
38                 remove implementation of mbox folders
39                 and old mailbox folder.
40                 mbox folder implementation will be added
41                 as a plugin so that implementation can be entirely
42                 synchronized with the files of the project they are
43                 extracted from (libEtPan!).
44         
45         * src/mainwindow.c
46         * src/folder.c
47         * src/folderview.[ch]
48         * src/procmsg.h         
49                 Disable as much code that references mbox folders
50                 as possible.
51                 Some UI thing still need to know that folder is mbox
52                 (when we have to enter the name of the mailbox and
53                 we want to add /var/mail/$USER).
54
55 2003-10-23 [christoph]  0.9.6claws47
56
57         * src/noticeview.c
58                 don't always display button when noticeview is made visible
59
60         * src/mimeview.c
61         * src/pgpmime.c
62         * src/privacy.[ch]
63         * src/sgpgme.[ch]
64                 get signature information from crypto system
65
66 2003-10-22 [paul]       0.9.6claws46
67
68         * po/es.po
69                 updated by Ricardo Mones Lastra
70
71 2003-10-22 [paul]       0.9.6claws45
72
73         * src/Makefile.am
74                 update to reflect the changes to the icons that
75                 happened in 0.9.6claws35
76
77 2003-10-22 [alfons]     0.9.6claws44
78         
79         * src/carray.h
80                 inline carray_count() 
81
82 2003-10-21 [alfons]     0.9.6claws43
83
84         * src/carray.h
85                 glib wrappers
86         * src/carray.c
87                 disable
88         * src/mailmbox.[ch]
89         * src/mailmbox_folder.c
90         * src/mailmbox_parse.c
91         * src/mailmbox_types.[ch]
92                 %s/uint32_t/guint
93
94 2003-10-21 [luke]       0.9.6claws42
95
96         * src/stock_pixmaps.[ch]
97         * src/mimeview.c
98         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
99         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
100                 o remove mime_application_octet_stream.xpm icon (it was never
101                   really needed)
102                 o remove redundant icon messageview_text.xpm
103
104         * src/mainwindow.c
105                 fix visibility of signature noticeview when toggling 'separate
106                 message view'
107
108 2003-10-21 [christoph]  0.9.6claws41
109
110         * src/procmime.c
111                 decode multipart and rfc822 mime parts to allow further
112                 parsing when required
113
114 2003-10-21 [christoph]  0.9.6claws40
115
116         * src/procmime.[ch]
117         * src/textview.c
118                 remove obsolete charset parameter in MimeInfo and fix
119                 TextView to use the charset from the parameter hash table
120
121         * src/plugins/dillo_viewer/Makefile.am
122         * src/plugins/trayicon/Makefile.am
123                 add OPENSSL_CFLAGS to fix building with using
124                 --with-openssl-* parameters
125
126 2003-10-21 [paul]       0.9.6claws39
127
128         * src/prefs_matcher.[ch]
129                 replace remnants of the old, renamed 'Execute' matchtype
130                 add a brief description to the Info window
131
132 2003-10-21 [hoa]        0.9.6claws38
133         
134         * src/Makefile.am
135         * src/carray.[ch]               * NEW *
136         * src/chash.[ch]                * NEW *
137         * src/folder.c
138         * src/maillock.[ch]             * NEW *
139         * src/mailmbox.[ch]             * NEW *
140         * src/mailmbox_folder.[ch]      * NEW *
141         * src/mailmbox_parse.[ch]       * NEW *
142         * src/mailmbox_types.[ch]       * NEW *
143                 implementation of mbox folder with unique message numbers
144
145                 made use of libEtPan! implementation of mbox for lower-layer.
146
147 2003-10-20 [alfons]     0.9.6claws37
148
149         * src/noticeview.c
150                 fix invalid argument warning
151         * src/pgpmime.c
152                 no in place variable
153
154 2003-10-20 [paul]       0.9.6claws36
155
156         * src/compose.[ch]
157           src/filtering.c
158           src/messageview.c
159                 fix crash when using Forward in Filtering when
160                 external editor option is set
161                 
162                 Patch submitted by Simon 'corecode' Schubert
163                 <corecode@corecode.ath.cx> 
164
165 2003-10-20 [paul]       0.9.6claws35
166
167         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
168           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
169           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
170           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
171           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
172           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
173           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
174           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
175           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
176           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
177           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
178           src/mimeview.c
179           src/stock_pixmap.[ch]
180                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
181                 icons. add privacy_warn.xpm icon
182
183 2003-10-20 [hoa]  0.9.6claws34
184
185         * src/folder_item_prefs.[ch]
186         * src/prefs_folder_item.c
187         * src/main.c
188                 Added a property per folder to choose whether we 
189                 want to apply processing on it on startup or if we
190                 prefer to wait the folder selection to apply it.
191         
192         * src/messageview.c
193                 fixed C89 compatibility (for old compilers, for
194                 example gcc 2.95.x).
195
196 2003-10-17 [christoph]  0.9.6claws33
197
198         * src/mimeview.c
199         * src/noticeview.[ch]
200                 change noticeview icon to indicate signature status
201
202 2003-10-17 [christoph]  0.9.6claws32
203
204         * src/Makefile.am
205         * src/main.c
206         * src/mimeview.c
207         * src/noticeview.c
208         * src/pgpmime.[ch]                              ** NEW **
209         * src/privacy.[ch]
210         * src/rfc2015.c
211         * src/sgpgme.c                                  ** NEW **
212                 reimplement PGP/Mime signature checking (unfinished)
213
214 2003-10-15 [christoph]  0.9.6claws31
215
216         * src/procmime.[ch]
217                 fix procmime_get_text_content() and
218                 procmime_get_first_text_content()
219
220 2003-10-15 [christoph]  0.9.6claws30
221
222         * src/plugins/spamassassin/spamassassin_gtk.c
223         * src/plugins/spamassassin/spamassassin_gtk.glade
224                 fix timeout tooltip
225
226 2003-10-15 [paul]       0.9.6claws29
227
228         * src/messageview.c
229                 workaround for buggy smtp servers. on sending a
230                 return receipt strip the name part from the address
231                 when creating headers
232                 
233 2003-10-15 [paul]       0.9.6claws28
234
235         * sync with 0.9.7 release
236                 see ChangeLog 2003-10-15
237
238 2003-10-14 [christoph]  0.9.6claws27
239
240         * src/plugins/clamav/clamav_plugin.c
241                 fix clamav plugin
242
243 2003-10-14 [christoph]  0.9.6claws26
244
245         * src/compose.c
246         * src/mimeview.c
247         * src/procmime.[ch]
248         * src/rfc2015.c
249         * src/textview.c
250         * src/plugins/clamav/clamav_plugin.c
251                 use GNode to create the mime tree (some changes to functions
252                 that traverse the tree are just quick and dirty. Maybe we
253                 can find better solutions with g_node_*-functions)
254
255 2003-10-14 [luke]       0.9.6claws25
256
257         * src/mimeview.c
258                 fix a navigation bug (stupid typo of mine)
259
260 2003-10-14 [christoph]  0.9.6claws24
261
262         * src/textview.c
263                 fix missing last line in plain/text mails
264
265 2003-10-13 [luke]       0.9.6claws23
266
267         * src/summaryview.c
268                 fix bug 334 (part 1)
269
270 2003-10-13 [kov]        0.9.6claws22
271
272         * src/mimeview.c
273                 error checking when the user enters a non-directory at
274                 the file selection dialog.
275                 work-around for users entering directory location without
276                 adding a leading G_DIR_SEPARATOR.
277
278 2003-10-13 [luke]       0.9.6claws21
279
280         * src/compose.c
281                 error reporting for inserting files, including catching
282                 invalid characters for current locale/encoding
283
284 2003-10-13 [paul]       0.9.6claws20
285
286         * src/folderview.c
287                 fix bug #347 'subscribe newsgroups crashes'
288
289 2003-10-13 [paul]       0.9.6claws19
290
291         * src/compose.c
292                 when using 'Reply to all' include the 'send replies
293                 to' folder property
294                 
295         * po/ja.po
296                 update Japanese translation. submitted by Rui Hirokawa 
297                 <rui_hirokawa@ybb.ne.jp>        
298
299 2003-10-13 [hoa]        0.9.6claws18
300
301         * src/account.c
302         * src/compose.c
303         * src/messageview.c
304         * src/procheader.c
305         * src/procheader.h
306                 rename get_header_from_msginfo() into
307                 procheader_get_header_from_msginfo() so that we have a
308                 coherent exported naming.
309                 avoid parsing of header contained in a string via
310                 a newly written temporary file.
311
312         Patch submitted by Simon 'corecode' Schubert
313                 <corecode@corecode.ath.cx>
314
315 2003-10-12 [hoa]        0.9.6claws17
316
317         * src/filtering.c
318         * src/filtering.h
319         * src/matcher.c
320         * src/matcher.h
321         * src/matcher_parser_parse.y
322         * src/prefs_filtering_action.c
323                 added "stop" action : stop applying the filtering rules.
324                 added "set score" and "increase/decrease score" actions.
325                 That two last action replace the "change_score" action
326                 introduced by alfons in 0.8.8claws85.
327                 "set score" is to set a given score to the message.
328                 "increase/decrease score" will increase or decrease the
329                 score if the given value is respectively positive or
330                 negative. If someone find a some better name for this last
331                 rule, it can be modified.
332
333 2003-10-12 [paul]       0.9.6claws16
334
335         * AUTHORS
336           po/ja.po
337                 update Japanese translation. submitted by Rui Hirokawa 
338                 <rui_hirokawa@ybb.ne.jp>
339
340 2003-10-12 [christoph]  0.9.6claws15
341
342         * src/procmime.c
343                 fix crash caused by incorrect headers
344
345 2003-10-10 [christoph]  0.9.6claws14
346
347         * src/main.c
348         * src/privacy.[ch]
349         * src/rfc2015.[ch]
350                 implement detection of signed message parts for rfc2015
351
352 2003-10-10 [thorsten]   0.9.6claws13
353
354         * src/mimeview.c
355                 fix typo
356
357 2003-10-10 [christoph]  0.9.6claws12
358
359         * src/stock_pixmap.[ch]
360         * src/pixmaps/mime_message.xpm                  ** NEW **
361                 add a new icon for mime type "message"
362
363         * src/privacy.[ch]
364         * src/procmime.[ch]
365                 add crypto api
366
367         * src/mimeview.c
368                 o use crypto api
369                 o add icons for message type mime parts
370
371 2003-10-10 [christoph]  0.9.6claws11
372
373         * src/mainwindow.c
374         * src/messageview.[ch]
375         * src/mimeview.[ch]
376         * src/procmime.[ch]
377         * src/procmsg.[ch]
378         * src/rfc2015.c
379         * src/summaryview.c
380         * src/textview.[ch]
381                 o remove switching between TextView and MimeView in MessageView
382                   (if required we can hide the icon box and the MimeView will
383                    look exaxtly like the TextView)
384                 o temporary remove signature and decrypting GPGME code
385
386 2003-10-09 [christoph]  0.9.6claws10
387
388         * src/action.c
389         * src/compose.c
390         * src/messageview.c
391         * src/mimeview.c
392         * src/procmime.[ch]
393         * src/procmsg.c
394         * src/rfc2015.c
395         * src/textview.c
396         * src/common/utils.[ch]
397         * src/plugins/clamav/clamav_plugin.c
398         * src/plugins/dillo_viewer/dillo_viewer.c
399         * src/plugins/image_viewer/viewer.c
400         * src/plugins/mathml_viewer/mathml_viewer.c
401                 new mime parser (several things need fixing)
402
403 2003-10-09 [paul]       0.9.6claws9
404
405         * src/imap.c
406                 a little more sync with 0.9.6cvs2 and a tidy up
407
408 2003-10-08 [paul]       0.9.6claws8
409
410         * sync with 0.9.6cvs2
411                 see ChangeLog 2003-10-03
412
413 2003-10-05 [christoph]  0.9.6claws7
414
415         * src/summaryview.c
416                 don't use flags to check if a message is in a news folder
417
418         (closes Bug 282 clicking on folder with copied Messages from News
419          immediately after having copied them crashes Sylpheed-Claws)
420
421 2003-10-05 [christoph]  0.9.6claws6
422
423         * src/Makefile.am
424         * src/progressdialog.[ch]               ** REMOVE **
425         * src/gtk/Makefile.am
426         * src/gtk/progressdialog.[ch]           ** NEW **
427                 move progressdialog to gtk directory
428
429 2003-10-04 [christoph]  0.9.6claws5
430
431         * src/prefs_toolbar.c
432         * src/gtk/prefswindow.c
433                 remove widget_show_all for pages root widget
434
435         * src/plugins/spamassassin/spamassassin.[ch]
436         * src/plugins/spamassassin/spamassassin_gtk.c
437         * src/plugins/spamassassin/spamassassin_gtk.glade
438                 add support for new libspamc transports
439
440 2003-10-04 [christoph]  0.9.6claws4
441
442         * src/plugins/spamassassin/libspamc.[ch]
443         * src/plugins/spamassassin/spamassassin.c
444         * src/plugins/spamassassin/utils.[ch]
445                 update libspamc to version from SpamAssassin 2.60
446
447 2003-10-03 [christoph]  0.9.6claws3
448
449         * src/send_message.c
450                 fix missing format string bug found by
451                 Georgi Guninski <guninski@guninski.com>
452
453 2003-10-03 [paul]       0.9.6claws2
454
455         * po/zh_CN.po
456                 update Simpilified Chinese translation, submitted by
457                 Hansom Young
458
459 2003-10-02 [christoph]  0.9.6claws1
460
461         * src/imap.c
462                 add UIDPLUS support for COPY and EXPUNGE
463
464 2003-10-02 [paul]       0.9.6claws
465
466         * 0.9.6claws released
467
468 2003-10-02 [paul]
469
470         * po/es.po
471           po/sk.po
472                 update Spanish and Slovak translations
473                 submitted by Ricardo Mones Lastra and Andrej Kacian
474  
475 2003-10-02 [paul]       0.9.5claws43
476
477         * po/en_GB.po
478                 update British English translation
479
480 2003-10-02 [paul]       0.9.5claws42
481
482         * po/hr.po
483                 update Croatian translation, submitted by Dragan
484
485 2003-10-01 [paul]       0.9.5claws41
486
487         * po/pl.po
488           po/sr.po
489                 update Polish and Serbian translations, submitted by
490                 Emil and Urke MMI
491
492 2003-10-01 [melvin]     0.9.5claws40
493
494         * po/fr.po
495                 Updated French translations
496
497 2003-10-01 [melvin]     0.9.5claws39
498
499         * src/prefs_fonts.c
500                 Fixed a Gtk warning
501
502         * src/plugins/dillo_prefs.c     
503                 Quasi unnoticeable UI clean-up.
504
505 2003-10-01 [paul]
506
507         * tools/README
508           tools/maildir2sylpheed.pl
509                 bug fixes, rewrites, submitted by Matthias Förste 
510                 <itsjustme@users.sourceforge.net>
511
512 2003-09-29 [paul]       0.9.5claws38
513
514         * src/inc.c
515                 fix my coding carelessness
516
517 2003-09-29 [paul]       0.9.5claws37
518
519         * po/POTFILES.in
520           src/Makefile.am
521           src/main.c
522           src/prefs_common.[ch]
523           src/prefs_fonts.[ch]  ** NEW FILES **
524                 move Font config options to Other Prefs/Display/Fonts
525                 (user's current configuration is preserved)
526
527 2003-09-29 [paul]       0.9.5claws36
528
529         * src/inc.c
530           src/prefs_account.c
531                 allow 'local_mbox' value to point to either a directory 
532                 (/var/mail -  default, new) or a file (/var/mail/username
533                 - original)
534
535 2003-09-28 [paul]       0.9.5claws35
536
537         * src/rfc2015.c
538                 on signature check, where key exists, print the
539                 Key ID
540
541 2003-09-27 [alfons]     0.9.5claws34
542
543         * src/action.c
544                 o make progress bar not fill/expand when resizing dialog
545                 o use default fixed text font for actions output
546
547 2003-09-27 [paul]       0.9.5claws33
548
549         * src/prefs_common.[ch]
550           src/procmsg.c
551           src/send_message.c
552                 remove External Program settings from Common Prefs/Send
553                 as they are now unnecessary due to Local account settings.
554                 plus a little tidying-up after 0.9.5claws31
555
556 2003-09-27 [paul]       0.9.5claws32
557
558         * src/prefs_account.c
559                 o make correction to gui text:
560                   'Local mailbox file' -> 'Local mailbox directory'
561                 o give 'local_mbox' option a reasonable default value:
562                   '/var/mail'
563                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
564                   value
565
566 2003-09-26 [paul]       0.9.5claws31
567
568         * src/inc.c
569           src/prefs_common.[ch]
570                 remove 'Incorporate from spool' common pref,
571                 force creation of a 'Local' account
572
573 2003-09-26 [christoph]  0.9.5claws30
574
575         * src/folder.c
576         * src/msgcache.c
577                 add more NULL pointer checks
578
579 2003-09-25 [christoph]  0.9.5claws29
580
581         * src/folder.c
582                 o don't fetch source message to get it's message id
583                 o immediately scan dest folder when copying a message did not
584                   return a new message number and not do it when the first message
585                   without a new message number is found
586
587 2003-09-23 [christoph]  0.9.5claws28
588
589         * src/compose.c
590                 fix generating of headers
591
592         (patch by David Relson <relson@osagesoftware.com>)
593
594 2003-09-23 [paul]       0.9.5claws27
595
596         * po/zh_CN.po
597                 update Simplified Chinese translation. submitted by
598                 Hansom Young
599
600 2003-09-23 [paul]       0.9.5claws26
601
602         * tools/Makefile.am
603           tools/README
604           tools/vcard2xml.py    ** NEW FILE **
605                 add a script that converts an evolution vcard to
606                 sylpheed's xml format
607                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
608
609 2003-09-22 [paul]       0.9.5claws25
610
611         * src/plugins/clamav/clamav_plugin.c
612                 don't skip MULTIPART parts
613
614 2003-09-21 [christoph]  0.9.5claws24
615
616         * src/alertpanel.c
617                 remove unneeded include
618
619         * src/folder.c
620                 clean up copy/move mess with duplicated code
621
622         * src/imap.c
623                 fix problem that sometimes the folder was not scanned
624                 also it was changed
625
626 2003-09-21 [christoph]  0.9.5claws23
627
628         * src/Makefile.am
629         * src/logwindow.[ch]                    ** REMOVE **
630         * src/mainwindow.c
631         * src/prefs_common.c
632         * src/gtk/Makefile.am
633         * src/gtk/logwindow.[ch]                ** ADD **
634                 make logwindow prefs_common independent and move
635                 it to gtk directory
636
637 2003-09-20 [christoph]  0.9.5claws22
638
639         * src/compose.c
640                 add extra space for address code conversion
641                 (4 * unconvered size could be too small for short headers)
642
643 2003-09-20 [christoph]  0.9.5claws21
644
645         * src/compose.c
646                 increase temp buffer size when writing headers
647
648 2003-09-19 [darko]      0.9.5claws20
649
650         * src/compose.c
651                 don't ignore value of 'Save copy of outgoing messages to
652                 this folder instead of Sent' in message redirect
653
654 2003-09-17 [christoph]  0.9.5claws19
655
656         * src/compose.c
657                 use ", " as address seperator for mail headers and pass whole
658                 header line at once to compose_convert_header to make sure
659                 it is correctly folded
660
661         (closes Bug 64 Problem when sending to many recipients)
662
663 2003-09-17 [hoa]        0.9.5claws18
664         
665         * src/matcher.[ch]
666           src/matcher_parser_parse.y
667           src/prefs_matcher.c
668                 changed the keyword used for command execution in condition
669                 keyword is changed from "execute" to "test"
670                 so that it is not the same as the one used for action.
671                 This will fix a bug when using filtering dialog.
672                 All semantic in the code is also changed to reflect
673                 the keyword change.
674
675 2003-09-17 [paul]
676         
677         * sync with 0.9.6 release
678
679 2003-09-17 [paul]       0.9.5claws17
680
681         * sync with 0.9.5cvs8
682                 see ChangeLog 2003-09-16 and 2003-09-17
683
684 2003-09-16 [paul]       0.9.5claws16
685
686         * sync with 0.9.5cvs6
687                 see ChangeLog 2003-09-16
688
689 2003-09-15 [paul]       0.9.5claws15
690
691         * sync with 0.9.5cvs5
692                 see ChangeLog 2003-09-15
693
694 2003-09-14 [alfons]     0.9.5claws14
695
696         * src/inc.c
697                 make "Go to inbox after receiving new mail" again;
698                 regression of a sync, restored to sylpheed main 
699                 behaviour. (misses still some bits)
700
701 2003-09-14 [alfons]     0.9.5claws13
702
703         * src/prefs_filtering_action.c
704                 o add proper message if empty execute command line
705                 o don't select first action item after registering a
706                   new action to prevent (what seems to be a GTK) bug
707                   #36, "filtering will only accept one action change 
708                   per invocation".
709
710 2003-09-14 [alfons]     0.9.5claws12
711
712         * src/prefs_filtering.c
713         * src/prefs_filtering_action.c
714         * src/prefs_matcher.c
715                 fix function signature for key_pressed_event signal handlers
716
717 2003-09-14 [alfons]     0.9.5claws11
718
719         * src/mainwindow.c
720                 fix regression caused by fix for invalid bug #7
721                 (should fix #246, "Multiple selections are deselected when 
722                 moving from search window to main window")
723                 
724 2003-09-14 [alfons]     0.9.5claws10
725         
726         * src/actions.[ch]
727         * src/filtering.[ch]
728         * src/prefs_actions.c
729                 allow `filtering actions` in actions; only for advanced users
730                 right now: try for example, "%as{mark color 2}" 
731         
732 2003-09-13 [paul]       0.9.5claws9
733         
734         * po/pl.po
735           po/zh_CN.po   ** NEW FILE **
736                 update Polish translation, submitted by Emil 
737                 <eminowbl@posejdon.wpk.p.lodz.pl>
738                 add new Simplified Chinese translation, submitted by
739                 Hansom Young <hansom_young@yahoo.com>
740
741 2003-09-12 [alfons]     0.9.5claws8
742
743         * src/summaryview.c
744                 don't open separate message views when View | Separate message view
745                 is active 
746                 (please look carefully for any navigation regressions)
747
748 2003-09-11 [alfons]     0.9.5claws7
749
750         * src/mainwindow.c
751                 make default message view, opened by View | Separate message 
752                 view, look like a claws message view (which includes a menu
753                 bar and a toolbar)
754                 (fixes bug #298, "message view loses tool bar") 
755
756 2003-09-11 [christoph]  0.9.5claws6
757
758         * src/folderview.c
759                 fix double deleting of newsgroup folders
760
761         (closes Bug 305 crash after deleting of a newsgroup)
762
763 2003-09-11 [paul]       0.9.5claws5
764
765         * src/rfc2015.c
766           src/common/utils.h
767                 more sync'ing from 0.9.5cvs2
768
769 2003-09-11 [christoph]  0.9.5claws4
770
771         * src/compose.c
772         * src/rfc2015.c
773         * src/common/utils.h
774                 fix sync with 0.9.5cvs2
775
776 2003-09-11 [paul]       0.9.5claws3
777
778         * sync with 0.9.5cvs4
779                 see ChangeLog 2003-09-11
780
781 2003-09-11 [paul]       0.9.5claws2
782
783         * sync with 0.9.5cvs2
784                 see ChangeLog 2003-09-05
785                 
786 2003-09-11 [paul]       0.9.5claws1
787
788         * sync with 0.9.5cvs3
789                 see ChangeLog 2003-09-10
790
791 2003-09-10 [paul]       0.9.5claws
792
793         * 0.9.5claws released
794
795 2003-09-10 [paul]       0.9.4claws78
796
797         * src/Makefile.am
798                 add missing files
799
800 2003-09-10 [melvin]     0.9.4claws77
801
802         * po/fr.po
803                 Updated French translations
804
805 2003-09-10 [paul]       0.9.4claws76
806
807         * po/es.po
808           po/sk.po
809           po/sr.po
810                 update Spanish, Slovak, and Serbian translations.
811                 submitted by Ricardo Mones Lastra, Andrej Kacian,
812                 and Urke MMI
813                 
814         * AUTHORS
815                 add translation team section
816
817 2003-09-09 [christoph]  0.9.4claws75
818
819         * src/folder.c
820                 free item->prefs in folder_item_destroy
821
822 2003-09-09 [alfons]     0.9.4claws74
823
824         * src/folderview.c
825                 o proper check for root node sorting
826                 o remove unnecessary gtk_ctree_remove_node 
827
828         (should fix bug #300, "crash while moving folder")      
829
830 2003-09-08 [christoph]  0.9.4claws73
831
832         * src/folderview.c
833                 o fix double adding of IMAP FolderItems to GtkCTree
834                 o fix crash then mbox folder is removed
835
836 2003-09-08 [christoph]  0.9.4claws72
837
838         * src/folder.c
839         * src/folderview.c
840         * src/mainwindow.c
841                 fix new folder notification
842
843         * src/mbox_folder.c
844                 fix cache path
845
846 2003-09-08 [christoph]  0.9.4claws71
847
848         * src/compose.c
849                 replace '\n' and '\r' before removing trailing spaces
850
851         * src/folder.[ch]
852         * src/folderview.c
853                 add information about new or removed items in folder tree change
854                 notification and use this in folderview to add and remove only
855                 the appected items and not refresh the whole tree
856
857 2003-09-07 [match]      0.9.4claws70
858
859         * src/Makefile.am
860         * src/addr_compl.c
861         * src/addressbook.c
862         * src/addressitem.h
863         * src/addrindex.c
864         * src/addritem.c
865         * src/addritem.h
866         * src/addrquery.c                       ** NEW **
867         * src/addrquery.h
868         * src/ldapquery.c
869         * src/ldapserver.c
870         * src/stock_pixmap.c
871         * src/stock_pixmap.h
872         * src/pixmaps/address_search.xpm        ** NEW **
873                 re-introduce Lookup button for LDAP 'static' searches.
874
875 2003-09-07 [alfons]     0.9.4claws69
876         
877         * src/summaryview.c
878                 abandon setting usize for messageview because it gives layout problems
879                 with the quick search bar and the headerview; fixes assorted UI glitches:
880                 
881                 o bug #148, "Toggling of quick-search bar reduces index view area" 
882                 o bug #280, "Window resiizes for line length but does not revert"
883
884 2003-09-07 [christoph]  0.9.4claws68
885
886         * src/compose.c
887                 o make sure we don't have any newlines in header values
888                 o check custom headers for spaces and newlines and ignore
889                   malformed header names
890
891 2003-09-06 [christoph]  0.9.4claws67
892
893         * src/folder.c
894         * src/folderview.c
895                 invoke notification hook for folder tree changes after append
896                 and remove folder
897
898         (closes Bug 294 Crash while moving folder with many subdirectories)
899
900 2003-09-06 [christoph]  0.9.4claws66
901
902         * src/folder.c
903                 destroy folder's MsgCache if FolderItem is removed to make sure
904                 it is not saved when the FolderItem is destroyed
905
906 2003-09-06 [christoph]  0.9.4claws65
907
908         * src/plugins/clamav/clamav_plugin.c
909                 fix copy & paste bug
910
911 2003-09-05 [christoph]  0.9.4claws64
912
913         * src/folder.c
914         * src/messageview.[ch]
915         * src/procmsg.[ch]
916         * src/summaryview.c
917                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
918                 by MessageView to clear it when the message is deleted. Should
919                 work even if messages are deleted in MainWindow or by
920                 processing.
921
922 2003-09-05 [alfons]     0.9.4claws63
923
924         * src/messageview.c
925                 deleting a message in a message view frees its msginfo, make 
926                 messageview_update_all() aware of that (should fix bug #293,
927                 "deleting message caused crash")
928
929 2003-09-05 [melvin]     0.9.4claws62
930
931         * src/action.c
932                 Improve synchronous action exit code (fixes 
933                 a ~5 seconds delay after action exit on RedHat 9)
934
935 2003-09-04 [christoph]  0.9.4claws61
936
937         * src/compose.c
938         * src/rfc2015.c
939         * src/common/utils.[ch]
940                 add util function to create mime boundary and use it
941                 in compose and gpg code
942
943 2003-09-04 [alfons]     0.9.4claws60
944
945         * src/folder.c
946                 source folder item's GNode should already have been freed in 
947                 a previous call to src->folder->klass->remove_folder()
948                 (should fix bug #287, "crash when moving folders")
949
950 2003-09-03 [thorsten]   0.9.4claws59
951
952         * src/plugins/spamassassin/spamassassin_gtk.c
953                 fix compile error
954
955 2003-09-03 [christoph]  0.9.4claws58
956
957         * src/plugins/spamassassin/spamassassin.[ch]
958         * src/plugins/spamassassin/spamassassin_gtk.c
959                 add timeout config option
960
961 2003-09-03 [paul]       0.9.4claws57
962
963         * po/sk.po      ** NEW FILE **
964                 add Slovak translation. Submitted by Andrej Kacian 
965                 <andrej@kacian.sk>
966
967 2003-09-03 [paul]       0.9.4claws56
968
969         * src/plugins/clamav/clamav_plugin_gtk.c
970                 gui tweaks: replace a label with a tooltip, modify the
971                 text, use gtk_check_button_new(); instead of
972                 gtk_check_button_new_with_label("");
973
974 2003-09-02 [alfons]     0.9.4claws55
975
976         * src/gtk/filesel.c
977                 remember last used dir when attaching multiple files (should fix
978                 bug #290, "Attach File does not remember directory")
979
980 2003-09-01 [paul]       0.9.4claws54
981
982         * po/es.po
983                 updated by Ricardo Mones Lastra
984
985 2003-09-01 [alfons]     0.9.4claws53
986
987         * src/gtk/gtkaspell.[ch]
988                 be pedantic and strict and use const gchar * instead of guchar *
989
990 2003-09-01 [alfons]     0.9.4claws52
991
992         * src/mainwindow.c
993         * src/summaryviewc.
994                 re-enable Save As when multiple messages are selected
995
996 2003-09-01 [paul]       0.9.4claws51
997
998         * src/textview.c
999                 g_free(trimmed_uri);
1000
1001 2003-09-01 [paul]       0.9.4claws50
1002
1003         * sync with 0.9.4cvs13
1004                 see ChangeLog 2003-09-01
1005
1006 2003-09-01 [paul]       0.9.4claws49
1007
1008         * src/textview.c
1009                 trim uri before sending to the statusbar
1010                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
1011                 in the message window causes main S-C window to enlarge 
1012                 past screen edges'
1013
1014 2003-09-01 [paul]       0.9.4claws48
1015
1016         * sync with 0.9.4cvs12
1017                 see ChangeLog 2003-09-01
1018
1019 2003-08-30 [christoph]  0.9.4claws47
1020
1021         * src/compose.c
1022         * src/folder_item_prefs.[ch]
1023         * src/prefs_folder_item.c
1024         * src/gtk/gtkaspell.[ch]
1025                 commit per folder dictionary patch by
1026                 Paul Evans <nerd@freeuk.com>
1027
1028 2003-08-30 [christoph]  0.9.4claws46
1029
1030         * src/plugins/spamassassin/spamassassin_gtk.c
1031         * src/plugins/spamassassin/spamassassin_gtk.glade
1032                 reduce GUI clutter by placing hints into tooltips
1033
1034 2003-08-30 [paul]       0.9.4claws45
1035
1036         * src/compose.c
1037                 add 'Content-Disposition: inline' to a text/plain
1038                 part when using PGP/MIME signing
1039
1040 2003-08-30 [paul]       0.9.4claws44
1041
1042         * src/prefs_common.c
1043           src/prefs_spelling.c
1044           src/prefs_spelling.glade
1045                 reduce GUI clutter by placing hints into tooltips
1046
1047 2003-08-29 [christoph]  0.9.4claws43
1048
1049         * configure.ac
1050                 fix bug found by Ivan Rayner <ivanr@sgi.com>
1051
1052         * src/stock_pixmap.c
1053                 change unecessary warning into a debug message
1054
1055         * src/plugins/clamav/Makefile.am
1056                 Fix error "-I$(CLAMAV_LIBS)"
1057
1058 2003-08-29 [christoph]  0.9.4claws42
1059
1060         * intl/Makefile.in
1061         * src/Makefile.am
1062         * src/matcher.h
1063         * src/common/Makefile.am
1064         * src/common/passcrypt.c
1065                 commit fixes and patches for some of the IRIX problems found by
1066                 Ivan Rayner <ivanr@sgi.com>
1067
1068 2003-08-29 [paul]       0.9.4claws41
1069
1070         * src/prefs_filtering.c
1071                 add 'Top' and 'Bottom' buttons, based on changes in
1072                 src/prefs_filter.c in 0.9.4cvs11.
1073
1074 2003-08-27 [christoph]  0.9.4claws40
1075
1076         * src/folderview.c
1077                 fix bug that the current summary settings were copied to the
1078                 wrong folder item, when the folder item prefs are opened.
1079                 Copying is not required because summary settings and
1080                 folder_item_prefs do not contain the same settings
1081
1082 2003-08-27 [thorsten]   0.9.4claws39
1083
1084         * src/imap.c
1085                 fix compile error
1086
1087 2003-08-26 [paul]       0.9.4claws38
1088
1089         * sync with 0.9.4cvs9
1090                 see ChangeLog 2003-08-26
1091
1092 2003-08-25 [paul]       0.9.4claws37
1093
1094         * sync with 0.9.4cvs8
1095                 see ChangeLog 2003-08-25
1096
1097 2003-08-24 [christoph]  0.9.4claws36
1098
1099         * src/prefs_filtering.c
1100                 shouldn't remove items from a GSList while iterating over the
1101                 list (makes cur invalid and cur->next not accessable)
1102
1103         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1104          crashed)
1105
1106 2003-08-23 [christoph]  0.9.4claws35
1107
1108         * src/news.c
1109                 news folders should be scanned when opened
1110
1111 2003-08-22 [christoph]  0.9.4claws34
1112
1113         * src/prefs_folder_item.c
1114                 use macro to assign strings that always frees the old string
1115
1116         * src/gtk/gtkaspell.[ch]
1117                 add gtkaspell_set_dictionary_menu_active_item() to set active
1118                 item in dictionary option menu
1119
1120         * src/prefs_spelling.c
1121                 use gtkaspell_set_dictionary_menu_active_item() to select
1122                 dictionary
1123
1124 2003-08-21 [christoph]  0.9.4claws33
1125
1126         * src/folder.[ch]
1127         * src/imap.c
1128         * src/mbox_folder.c
1129         * src/mh.c
1130         * src/news.c
1131                 optimize folder system
1132
1133         * src/gtk/gtkstext.c
1134                 fix division by zero when font has 0 width for ' '
1135
1136 2003-08-21 [paul]       0.9.4claws32
1137
1138         * sync with 0.9.4cvs7
1139                 see ChangeLog 2003-08-20
1140
1141 2003-08-19 [paul]       0.9.4claws31
1142
1143         * src/common/defs.h
1144                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1145                 SYLDOC_FAQ_HTML_INDEX.
1146         * src/manual.c
1147                 use LC_MESSAGES instead of LC_ALL to find the current
1148                 language
1149
1150           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1151
1152 2003-08-19 [paul]       0.9.4claws30
1153
1154         * po/bg.po
1155                 updated by George Danchev
1156
1157 2003-08-18 [luke]       0.9.4claws29
1158         * src/mimeview.[ch]
1159         * src/gtk/gtkvscrollbutton.[ch]
1160                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1161                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1162                 o removed horizontal separator between icons
1163
1164 2003-08-17 [christoph]  0.9.4claws28
1165
1166         * src/procmsg.c
1167                 no subject threading when the subject has no reply prefix
1168
1169 2003-08-16 [christoph]  0.9.4claws27
1170
1171         * src/mainwindow.c
1172                 remember and restore window sizes and position when the main
1173                 window is hidden or shown
1174
1175         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1176          minimised/reopened using trayicon)
1177
1178 2003-08-16 [paul]       0.9.4claws26
1179
1180         * src/crash.c
1181                 add #include "defs.h"
1182
1183 2003-08-16 [paul]       0.9.4claws25
1184
1185         * src/plugins/clamav/clamav_plugin.c
1186                 reword a debug_print
1187                 
1188         * src/plugins/dillo_viewer/dillo_prefs.c
1189                 cosmetic: change the labels' text, add tooltips, and
1190                 left-align the hint
1191
1192 2003-08-15 [christoph]  0.9.4claws24
1193
1194         * src/news.c
1195                 complete last change (forgot some changes)
1196
1197 2003-08-15 [christoph]  0.9.4claws23
1198
1199         * src/news.c
1200                 o check number of messages and don't return a 0 message
1201                   when no messages are available
1202                 o don't parse xref header anymore
1203
1204         (closes Bug 203 I'm not getting any news)
1205
1206 2003-08-15 [paul]       0.9.4claws22
1207
1208         * src/common/defs.h
1209           src/crash.c
1210                 update and define claws bugzilla location
1211
1212 2003-08-15 [paul]       0.9.4claws21
1213
1214         * po/ru.po
1215                 update submitted by Ruslan N. Balkin
1216
1217 2003-08-14 [christoph]  0.9.4claws20
1218
1219         * src/procmsg.c
1220                 fix search for oldest node in subject threading
1221
1222 2003-08-14 [christoph]  0.9.4claws19
1223
1224         * src/procmsg.c
1225         * src/common/utils.h
1226                 add possibility to check all nodes with the same subject for
1227                 subject threading, not only the oldest node. Should not break
1228                 threads anymore if the oldest node is thread_by_subject_max_age
1229                 days older then parent, because it can now find a child of
1230                 oldest node as new parent.
1231
1232 2003-08-11 [christoph]  0.9.4claws18
1233
1234         * src/plugins/spamassassin/spamassassin.c
1235                 run spam check in background process
1236
1237 2003-08-10 [alfons]     0.9.4claws17
1238
1239         * src/summaryview.c
1240                 make `Select All' sensitive too
1241
1242 2003-08-10 [christoph]  0.9.4claws16
1243
1244         * src/imap.c
1245                 add more checks in imap_close
1246
1247 2003-08-09 [alfons]     0.9.4claws15
1248
1249         * src/prefs_spelling.c
1250                 no spell checking UI if not requested
1251
1252 2003-08-09 [alfons]     0.9.4claws14
1253
1254         * src/gtk/prefswindow.c
1255                 make it compile
1256
1257 2003-08-09 [christoph]  0.9.4claws13
1258
1259         * src/prefs_spelling.c
1260         * src/gtk/prefswindow.[ch]
1261         * src/plugins/clamav/clamav_plugin_gtk.c
1262         * src/plugins/spamassassin/spamassassin_gtk.c
1263                 sort prefs pages by heighest weight in tree
1264
1265 2003-08-09 [paul]       0.9.4claws12
1266
1267         * sync with 0.9.4cvs6
1268                 see ChangeLog 2003-08-07
1269                 
1270         * AUTHORS
1271                 add Leandro and Luke to claws-branch section
1272
1273 2003-08-09 [christoph]  0.9.4claws11
1274
1275         * src/gtk/Makefile.am
1276         * src/gtk/colorsel.[ch]                 ** NEW **
1277                 create a color selection dialog that can be used as a simple
1278                 function call with it's own gtk main loop like filesel.[ch]
1279
1280         * src/Makefile.am
1281         * src/main.c
1282         * src/prefs_common.c
1283         * src/prefs_spelling.[ch]               ** NEW **
1284         * src/prefs_spelling.glade              ** NEW **
1285         * src/gtk/gtkutils.[ch]
1286                 move "Spell Checker" prefs to new prefs dialog
1287
1288         * src/prefs_folder_item.c
1289                 use new colorsel dialog
1290
1291 2003-08-08 [paul]       0.9.4claws10
1292
1293         * src/inc.c
1294                 clear the progress bar unconditionally
1295
1296 2003-08-08 [paul]       0.9.4claws9
1297
1298         * sync with 0.9.4cvs4
1299                 see ChangeLog 2003-07-31
1300
1301 2003-08-07 [christoph]  0.9.4claws8
1302
1303         * configure.ac
1304                 fix bug in image viewer plugin part
1305
1306         * src/imap.c
1307                 don't execute close command if the folder item is not selected
1308
1309 2003-08-07 [hoa]        0.9.4claws7
1310
1311         * src/filtering.[ch]
1312         * src/matcher_parser.h
1313         * src/matcher_parser_parse.y
1314                 can define several actions for each filtering rule
1315                 can import old versions of filtering rules
1316
1317         * src/prefs_filtering.c
1318                 call to a new dialog box to define actions
1319
1320         * src/prefs_filtering_action.[ch]
1321                 dialog box to define actions for filtering rules
1322
1323 2003-08-06 [christoph]  0.9.4claws6
1324
1325         * src/imap.c
1326                 make sure source folder is selected when copying messages
1327
1328 2003-08-06 [christoph]  0.9.4claws5
1329
1330         * sync with 0.9.4cvs2
1331                 see ChangeLog 2003-07-29                
1332
1333 2003-08-05 [paul]       0.9.4claws4
1334
1335         * sync with 0.9.4cvs3
1336                 see ChangeLog 2003-07-30
1337
1338 2003-08-04 [match]      0.9.4claws3
1339
1340         * po/POTFILES.in
1341                 export of LDIF files.
1342
1343 2003-08-04 [match]      0.9.4claws2
1344
1345         * src/ldif.[ch]
1346                 support for export LDIF. documented.
1347         * src/importldif.[ch]
1348         * src/exportldif.[ch]
1349                 add tooltips. documented.
1350         * src/exphtmldlg.[ch]
1351         * src/common/xmlprops.[ch]
1352                 documented.
1353         * src/exportldif.[ch]                   ** NEW **
1354         * src/expldifdlg.[ch]                   ** NEW **
1355         * src/addressbook.[ch]
1356         * src/Makefile.am
1357                 export of LDIF files.
1358                 documented.
1359
1360 2003-08-04 [christoph]  0.9.4claws1
1361
1362         * .cvsignore
1363         * Makefile.am
1364         * configure.ac
1365         * sylpheed-claws.pc.in                  ** NEW **
1366         * src/Makefile.am
1367         * src/common/Makefile.am
1368         * src/gtk/Makefile.am
1369                 install sylpheed header files in $(pkgincludedir) and create a
1370                 pkg-config file to allow building a plugin without the source
1371                 package
1372
1373 2003-08-04 [paul]       0.9.4claws
1374
1375         * version 0.9.4claws
1376
1377 2003-08-04 [paul]       0.9.3claws97
1378
1379         * po/es.po
1380                 update Spanish translation. Submitted by Ricardo
1381                 Mones Lastra.
1382
1383 2003-08-03 [paul]       0.9.3claws96
1384
1385         * po/hr.po
1386           po/sr.po
1387                 update Croatian and Serbian translations. Submitted by
1388                 Dragan and Urke MMI respectively
1389
1390 2003-08-03 [alfons]     0.9.3claws95
1391
1392         * src/summaryview.c
1393                 mark flag has precedence over important flag - seems
1394                 to have been changed in sync of 0.9.3claws45. this fixes
1395                 a regression where messages that were scored as important
1396                 don't show their mark flags. (using the same column for
1397                 both importance as mark flags is the real problem
1398                 ofcourse)
1399
1400 2003-08-03 [melvin]     0.9.3claws94
1401
1402         * po/fr.po
1403                 Updated French translations.
1404
1405 2003-08-03 [melvin]     0.9.3claws93
1406
1407         * src/Makefile.am
1408                 Fixed typo introduced after 0.9.3claws92 
1409                 that prevented compilation
1410                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1411                 CPPFLAGS and YFLAGS to allow user setting these.
1412         * src/common/Makefile.am
1413         * src/gtk/Makefile.am
1414         * src/plugins/clamav/Makefile.am
1415         * src/plugins/demo/Makefile.am
1416         * src/plugins/dillo_viewer/Makefile.am
1417         * src/plugins/image_viewer/Makefile.am
1418         * src/plugins/mathml_viewer/Makefile.am
1419         * src/plugins/spamassassin/Makefile.am
1420         * src/plugins/trayicon/Makefile.am
1421         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1422                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1423                 CPPFLAGS and YFLAGS to allow user setting these.
1424
1425 2003-08-02 [christoph]  0.9.3claws92
1426
1427         * configure.ac
1428                 o rearrange plugin tests
1429                 o add test for clamav.h to ClamAV tests
1430
1431 2003-08-02 [luke]       0.9.3claws91
1432
1433         * src/mimeview.c
1434                 o fixed appearance of icon list when toggling back from the 
1435                   ctree
1436                 o toggling of icons using the keyboard works correctly
1437                 o fixed all other keyboard shortcuts to work when icons are
1438                   active
1439         
1440         * src/messageview.c
1441                 o fixed bug 4 - focus lost when changing messageview view type
1442
1443 2003-08-02 [christoph]  0.9.3claws90
1444
1445         * src/common/hooks.c
1446                 fix crash when pointer stored in hash table could get invalid
1447                 when a plugin is unloaded
1448
1449 2003-08-01 [christoph]  0.9.3claws89
1450
1451         * configure.ac
1452                 o try to build all plugins (except spamassassin) by default
1453                 o don't build a plugin if a dependency check fails
1454
1455         * src/common/hooks.c
1456                 fix warning
1457
1458 2003-08-01 [match]      0.9.3claws88
1459
1460         * src/importldif.c
1461                 allow single click field selection. document code.
1462
1463 2003-08-01 [christoph]  0.9.3claws87
1464
1465         * src/plugins/clamav/clamav_plugin.c
1466         * src/plugins/clamav/clamav_plugin_gtk.c
1467         * src/plugins/dillo_viewer/dillo_viewer.c
1468         * src/plugins/image_viewer/plugin.c
1469         * src/plugins/mathml_viewer/mathml_viewer.c
1470         * src/plugins/spamassassin/spamassassin.c
1471         * src/plugins/spamassassin/spamassassin_gtk.c
1472         * src/plugins/trayicon/trayicon.c
1473                 add version check to all plugins
1474
1475 2003-08-01 [hoa]        0.9.3claws86
1476
1477         * src/prefs_filtering.c
1478                 fixed a cosmetic bug, during creation of dialog box,
1479                 wrong widgets were shown after creation.
1480
1481 2003-08-01 [luke]       0.9.3claws85
1482
1483         * src/mainwindow.c
1484                 o fixed visibility of icons/mimeview after toggling separate
1485                   message/folder view (factored out some similar code too).
1486
1487
1488 2003-07-31 [alfons]     0.9.3claws84
1489
1490         * src/mimeview.c
1491                 tweak icon box UI a bit more, now allowing right-clicks actions
1492                 getting the relevant mime data too; should fix #250, "Can't save 
1493                 attachments sometimes".
1494
1495 2003-07-30 [alfons]     0.9.3claws83
1496
1497         * src/compose.c
1498                 don't do auto-save-draft inside key press handler, but rather
1499                 schedule it half of a second later; should fix #67, "autosave 
1500                 make re-rediting message crazy"
1501
1502 2003-07-30 [christoph]  0.9.3claws82
1503
1504         * src/plugins/trayicon/trayicon.c
1505                 process pending events before unloading the plugin
1506
1507         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1508
1509 2003-07-30 [alfons]     0.9.3claws81
1510
1511         * src/common/hooks.c
1512                 parameter 2 of g_hook_destroy() should really be a hook id
1513
1514 2003-07-30 [alfons]     0.9.3claws80
1515
1516         * src/common/plugin.c
1517                 fix a possibly harmful function signature mismatch 
1518                 for plugin_done
1519
1520 2003-07-30 [alfons]     0.9.3claws79
1521
1522         * src/common/hooks[.ch]
1523                 const correctness
1524
1525 2003-07-30 [darko]      0.9.3claws78
1526
1527         * src/summaryview.c
1528                 make it compile again
1529
1530 2003-07-30 [luke]       0.9.3claws77
1531
1532         * src/crash.c
1533         * src/main.c
1534                 o added/moved signal handlers for SIGTERM (normal kill command) 
1535                   and SIGINT (ctl-c) to be used even without 
1536                   --enable-crash-dialog, fixing bug 166
1537
1538         * src/summaryview.c
1539                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1540                   bug 227
1541
1542         * src/mainwindow.c
1543                 o changed sensitivity condition for 'Next new' and 'Next 
1544                   unread', fixing bug 8
1545
1546 2003-07-29 [alfons]     0.9.3claws76
1547
1548         * src/common/utils.[ch]
1549                 add generate_msgid()
1550         * src/messageview.c
1551                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1552                 sent folder".
1553
1554 2003-07-29 [alfons]     0.9.3claws75
1555
1556         * src/messageview.c
1557                 fix a memleak (claws-only)
1558
1559 2003-07-29 [alfons]     0.9.3claws74
1560
1561         * src/mimeview.[ch]
1562         * src/gtk/gtkvscrollbutton.[ch]
1563                 fix UI glitch where mime icon toolbox' scroll position is not 
1564                 reset after switching to another message
1565                 
1566
1567 2003-07-29 [paul]       0.9.3claws73
1568
1569         * src/prefs_folder_item.c
1570                 split the prefs into 2 separate pages
1571
1572 2003-07-29 [paul]       0.9.3claws72
1573
1574         * src/compose.c
1575                 prepend "\n\n" to a signature without a separator too
1576
1577 2003-07-29 [paul]       0.9.3claws71
1578
1579         * src/compose.c
1580                 fix bug where changing to an account without an auto-sig
1581                 from an initial account without an auto-sig would insert 
1582                 2 blank lines at the cursor point
1583                 fix bug where changing to an account with an auto-sig
1584                 from an initial account without an auto-sig would insert
1585                 the sig at the cursor point
1586
1587 2003-07-29 [paul]       0.9.3claws70
1588
1589         * src/folderview.c
1590                 use the colour from the folder pref unless the folder
1591                 has new messages
1592
1593 2003-07-29 [alfons]     0.9.3claws69
1594
1595         * src/procmsg.[ch]
1596         * src/messageview.c
1597         * src/procheader.c
1598                 rewrite return receipt request work a little bit (the former 
1599                 implementation presumably depended too much on the UI setting
1600                 flags). (we're losing the old pending flag.) 
1601
1602 2003-07-28 [christoph]  0.9.3claws68
1603
1604         * src/folder.c
1605         * src/imap.c
1606         * src/mh.c
1607         * src/procmsg.[ch]
1608                 fix copy to IMAP folder from other folder
1609
1610 2003-07-28 [christoph]  0.9.3claws67
1611
1612         * src/procmsg.c
1613                 fix sync of procmsg_get_message_file_list
1614
1615 2003-07-28 [christoph]  0.9.3claws66
1616
1617         * sync with 0.9.3cvs14
1618                 see ChangeLog 2003-07-18
1619         * sync with 0.9.3cvs17
1620                 see ChangeLog 2003-07-23
1621
1622         (closes Bug 234 segmentation fault after sending out mail via
1623          smtp(auth))
1624
1625 2003-07-28 [paul]       0.9.3claws65
1626
1627         * po/es.po
1628                 update Spanish translation, submitted by Ricardo Mones
1629                 Lastra
1630
1631 2003-07-28 [christoph]  0.9.3claws64
1632
1633         * src/folder.[ch]
1634         * src/imap.c
1635         * src/mh.c
1636                 return new message numbers as a GRelation instead of a GSList
1637                 that has to be in the same order as the input list. A list
1638                 would make it hard for IMAP to optimize oepration by sorting
1639                 the input list. The returned list would have to be reordered
1640                 to match the same order that input list has.
1641
1642         * src/gtk/gtkaspell.c
1643                 fix missing return value, could cause a crash when garbage is
1644                 on the stack that is used as the expected return value
1645
1646 2003-07-28 [paul]       0.9.3claws63
1647
1648         * sync with 0.9.4cvs1
1649                 see ChangeLog 2003-07-28
1650
1651 2003-07-27 [alfons]     0.9.3claws62
1652
1653         * src/mimeview.c
1654                 tweak it more to make icon list act like a check button group
1655
1656 2003-07-27 [christoph]  0.9.3claws61
1657
1658         * sync with 0.9.3cvs20
1659                 see ChangeLog 2003-07-25
1660
1661 2003-07-27 [paul]       0.9.3claws60
1662
1663         * src/procmsg.c
1664                 re-commit changes from 0.9.3claws58 -
1665                 accidently removed in 0.9.3claws59
1666
1667 2003-07-27 [paul]       0.9.3claws59
1668
1669         * src/procmsg.[ch]
1670                 a sync from 0.9.3cvs17
1671                 see ChangeLog 2003-07-23
1672
1673 2003-07-27 [alfons]     0.9.3claws58
1674
1675         * src/procmsg.c
1676                 add missing header members to MsgInfo; fixes the problem of 
1677                 not displaying X-Faces, as noticed by Ricardo Mones
1678
1679 2003-07-26 [christoph]  0.9.3claws57
1680
1681         * sync with 0.9.3cvs18
1682                 see ChangeLog 2003-07-24
1683
1684 2003-07-26 [christoph]  0.9.3claws56
1685
1686         * sync with 0.9.3cvs17
1687                 see ChangeLog 2003-07-23
1688
1689 2003-07-26 [christoph]  0.9.3claws55
1690
1691         * src/folder.[ch]
1692         * src/imap.c
1693         * src/mbox_folder.c
1694         * src/mh.c
1695         * src/news.c
1696                 add support for copy function that copy multiple messages
1697                 (not implemented yet)
1698
1699         * src/summaryview.c
1700                 add missing return value
1701
1702 2003-07-26 [paul]       0.9.3claws54
1703
1704         * tools/multiwebsearch.pl
1705                 do whitespace substitution before passing the string
1706                 to the browser. fixes bug with browsers that don't
1707                 do whitespace conversion themselves.
1708
1709 2003-07-25 [christoph]  0.9.3claws53
1710
1711         * src/folder.[ch]
1712         * src/imap.c
1713         * src/mh.c
1714                 rewrite adding of multiple messages to a folder for
1715                 claws' folder system
1716
1717 2003-07-25 [luke]       0.9.3claws52
1718
1719         * src/mimeview.c
1720                 o icon toggles set correctly on leaving ctree mimeview
1721
1722 2003-07-25 [paul]       0.9.3claws51
1723
1724         * partial sync with 0.9.3cvs21 [src/main.c]
1725                 see ChangeLog 2003-07-25
1726
1727 2003-07-24 [paul]       0.9.3claws50
1728
1729         * tools/maildir2sylpheed.pl
1730                 fix typo
1731
1732 2003-07-24 [paul]       0.9.3claws49
1733
1734         * src/mimeview.c
1735                 increase the gutter size of paned so that the panes
1736                 can be resized
1737                 
1738         * src/plugins/demo/demo.c
1739                 squeeze in another typo fix
1740
1741 2003-07-24 [paul]       0.9.3claws48
1742
1743         * src/plugins/demo/demo.c
1744           src/prefs_account.c
1745                 small changes to the English
1746                 
1747         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1748           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1749           src/Makefile.am
1750           src/stock_pixmap.c
1751                 rename the misspelled icon
1752
1753 2003-07-23 [alfons]     0.9.3claws47
1754
1755         * src/mimeview.c
1756                 make icon list look like a list of toggles
1757
1758 2003-07-23 [luke]       0.9.3claws46
1759
1760         * src/pixmaps/mimeview_gpg_expired.xpm
1761         * src/pixmaps/mimeview_gpg_failed.xpm
1762         * src/pixmaps/mimeview_gpg_passed.xpm
1763         * src/pixmaps/mimeview_text_html.xpm
1764         * src/pixmaps/mimeview_image.xpm
1765                 o all icons the same size
1766
1767         * src/mimeview.[ch]
1768                 o mimeview ctree arranged vertically above the viewer
1769                 o icons changed to buttons
1770                 o can use keyboard to select an icon (Enter)
1771                 o resize icon list to width of icons
1772
1773         *  src/gtk/gtkvscrollbutton.c
1774                 o sensitivity of buttons reacts to position
1775
1776 2003-07-23 [christoph]  0.9.3claws45
1777
1778         * sync with 0.9.3cvs14 (incomplete)
1779                 see ChangeLog 2003-07-17
1780
1781 2003-07-23 [alfons]     0.9.3claws44
1782
1783         * src/folder.c
1784         * src/procmsg.h
1785                 sync with my local tree to restore some claws-only things
1786
1787 2003-07-23 [paul]       0.9.3claws43
1788
1789         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1790           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1791           src/Makefile.am
1792           src/mimeview.c
1793           src/procmime.h
1794           src/rfc2015.c
1795           src/stock_pixmap.[ch]
1796                 indicate missing keys and expired sigs/keys
1797                 in mime view column
1798
1799 2003-07-23 [paul]       0.9.3claws42
1800
1801         * src/compose.c
1802                 Redirect fixes: enable automatic account selection and
1803                 do not append signature to message on changing account
1804                 fixes Bug[s] #248
1805
1806 2003-07-23 [paul]       0.9.3claws41
1807
1808         * sync with 0.9.3cvs16
1809                 see ChangeLog 2003-07-23
1810
1811 2003-07-23 [alfons]     0.9.3claws40
1812
1813         * src/inc.c
1814                 give progress dialog a main window, and give it the first 
1815                 one (presumably the only one). fixes bug #247, "segfault on 
1816                 pop-before-smtp" 
1817
1818 2003-07-22 [alfons]     0.9.3claws39
1819
1820         * src/summaryview.c
1821                 shift-space scrolls up
1822
1823 2003-07-22 [paul]       0.9.3claws38
1824
1825         * sync with 0.9.3cvs15
1826                 see ChangeLog 2003-07-22
1827
1828 2003-07-20 [alfons]     0.9.3claws37
1829
1830         * src/compose.c
1831                 put menu inside #ifdef USE_ASPELL..#endif
1832
1833 2003-07-20 [christoph]  0.9.3claws36
1834
1835         * src/procmsg.c
1836                 fix wrong flags in MsgInfo returned by
1837                 procmsg_msginfo_get_full_info()
1838
1839         (closes Bug 221 Deleting messages from the Message View gives incorrect
1840          new/unread message counts in the folder view)
1841
1842         * src/plugins/spamassassin/spamassassin_gtk.c
1843                 add gettext macro for prefs page title
1844
1845 2003-07-20 [paul]       0.9.3claws35
1846
1847         * src/mimeview.c
1848                 redraw icon list on signature check
1849
1850 2003-07-20 [christoph]  0.9.3claws34
1851
1852         * src/Makefile.am
1853         * src/account.c
1854         * src/folder.[ch]
1855         * src/folder_item_prefs.[ch]            ** NEW **
1856         * src/folderview.c
1857         * src/mainwindow.c
1858         * src/mh.c
1859         * src/prefs_gtk.c
1860         * src/prefs_scoring.c
1861         * src/summaryview.c
1862         * src/prefs_folder_item.[ch]
1863                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1864                   Properties dialog
1865                 o use prefswindow for folder properties
1866
1867         * src/gtk/prefswindow.[ch]
1868                 change implementation to use an invisible notebook instead
1869                 of unparenting widgets
1870
1871 2003-07-20 [christoph]  0.9.3claws33
1872
1873         * src/compose.h
1874         * src/folder.c
1875         * src/folderview.h
1876         * src/headerview.h
1877         * src/prefs_filtering.h
1878         * src/prefs_folder_item.[ch]
1879         * src/procmime.h
1880         * src/procmsg.h
1881         * src/summaryview.h
1882                 clean up header mess
1883                 (always use 1. typedefs, 2. #includes, 3. structures)
1884
1885         * src/common/version.h.in
1886                 add casts for constants
1887
1888         * src/plugins/demo/demo.c
1889                 fix typo
1890
1891         * src/plugins/spamassassin/spamassassin.c
1892                 remove unused variable
1893
1894 2003-07-20 [alfons]     0.9.3claws32
1895
1896         * src/mimeview.c
1897                 o make icon buttons respond on left click
1898                 o minor cosmetic change
1899
1900 2003-07-19 [luke]       0.9.3claws31
1901
1902         * src/mimeview.[ch]
1903         * src/gtk/gtkvscrollbutton.c
1904         * src/messageview.c
1905                 o improved mimeview behaviour when selecting a new message
1906                 o plus code cleanups to remove compile warnings
1907
1908
1909 2003-07-19 [alfons]     0.9.3claws30
1910
1911         * src/procmsg.c
1912         * src/compose.c
1913         * src/common/utils.[ch]
1914                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1915
1916 2003-07-19 [alfons]     0.9.3claws29
1917
1918         * src/prefs_folder_item.c
1919                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1920                 string pointers
1921
1922 2003-07-19 [luke]       0.9.3claws28
1923
1924         * src/messageview.c
1925         * src/mimeview.[ch]
1926         * src/procmime.h
1927         * src/rfc2015.c
1928         * src/stock_pixmap.[ch]
1929         * src/gtk/Makefile.am
1930         * src/Makefile.am
1931         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1932         * src/pixmaps/mime_*.xpm                ** NEW **
1933                 o mimeview rearrangement with a new icon shortcut bar
1934
1935 2003-07-19 [alfons]     0.9.3claws27
1936
1937         * src/folderview.c
1938                 o plug leaking nodes_to_recollapse
1939                 o add folderview_recollapse_all_nodes() (not used yet)
1940
1941 2003-07-19 [alfons]     0.9.3claws26
1942
1943         * src/compose.c
1944         * src/common/utils.c
1945                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1946                 for both forwarding as replying
1947
1948 2003-07-18 [christoph]  0.9.3claws25
1949
1950         * configure.ac
1951         * src/common/sylpheed.[ch]
1952         * src/common/version.h.in
1953                 add version in numeric form to allow easy comparison
1954
1955         * src/plugins/demo/demo.c
1956                 add version check
1957                 - sylpheed version > plugin version => never allowed, sylpheed
1958                   could contain unknown API changes
1959                 - sylpheed version < minimum version required => don't load,
1960                   API required not available (if linking does not fail)
1961
1962 2003-07-18 [alfons]     0.9.3claws24
1963         
1964         * src/common/plugin.[ch]
1965                 const correctness
1966
1967 2003-07-18 [christoph]  0.9.3claws23
1968
1969         * src/common/hooks.c
1970                 fix crash when hooks where unregisted
1971
1972         * src/plugins/trayicon/trayicon.c
1973                 unregister detroy signal before destroying the widget
1974                 (still crashes when the plugin is unloaded)
1975
1976 2003-07-18 [alfons]     0.9.3claws22
1977         
1978         * src/folderview.c
1979                 delay expanding folder tree during drags until timeout triggered
1980                 (needs perhaps some tweaking, so testing is welcome)
1981
1982 2003-07-17 [alfons]     0.9.3claws21
1983
1984         * src/folderview.c
1985                 clean up cruft
1986
1987 2003-07-17 [christoph]  0.9.3claws20
1988
1989         * src/common/session.c
1990                 fix opening of SSL connections
1991
1992         * src/plugins/image_viewer/Makefile.am
1993                 add OPENSSL_CFLAGS (we should find a better solution to remove
1994                 this dependencies if they are not required)
1995
1996         * src/plugins/spamassassin/spamassassin.c
1997                 remove setlocale workaround (fixed in libspamc)
1998
1999         (closes Bug Bug 184 Entering non-ascii character deletes previous char
2000          if spell checking enabled)
2001
2002 2003-07-17 [alfons]     0.9.3claws19
2003
2004         * src/common/hooks.[ch]
2005         * src/plugins/clamav/clamav_plugin.c
2006         * src/plugins/spamassassin/spamassassin.c
2007         * src/plugins/trayicon/trayicon.c
2008                 fix signedness muck 
2009
2010 2003-07-17 [alfons]     0.9.3claws18
2011
2012         * src/procmime.c
2013                 plug memleak
2014
2015 2003-07-17 [alfons]     0.9.3claws17
2016
2017         * src/inc.c
2018                 plug memleak
2019
2020 2003-07-17 [paul]       0.9.3claws16
2021
2022         * src/common/defs.h
2023           src/mainwindow.c
2024           src/manual.[ch]
2025                 add link to the Claws site's FAQ page, after the suggestion
2026                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
2027                 Move url strings to defs.h
2028                 
2029         * src/mainwindow.c
2030                 fix typo to prevent "unknown menu entry" warnings
2031
2032 2003-07-17 [alfons]     0.9.3claws15
2033
2034         * src/folderview.[ch]
2035         * src/summaryview.[ch]
2036         * src/mimeview.[ch]
2037                 plug DnD leaks 
2038
2039 2003-07-17 [paul]       0.9.3claws14
2040
2041         * src/inc.c
2042                 remove two instances of 'GTK_EVENTS_FLUSH' because
2043                 they are unnecessary and probably cause a stack overflow
2044
2045 2003-07-16 [christoph]  0.9.3claws13
2046
2047         * src/mimeview.[ch]
2048                 use an invisible GTK notebook to switch between viewers
2049                 instead of reparenting widgets
2050
2051 2003-07-16 [christoph]  0.9.3claws12
2052
2053         * src/folder.c
2054                 move folder_item_update_freeze() to correct place in
2055                 folder_item_scan_full()
2056
2057 2003-07-16 [paul]       0.9.3claws11
2058
2059         * sync with 0.9.3cvs12
2060                 see ChangeLog 2003-07-14 and 2003-07-15
2061
2062 2003-07-16 [christoph]  0.9.3claws10
2063
2064         * src/imap.[ch]
2065         * src/prefs_account.[ch]
2066                 sync IMAP CRAM-MD5 authentication with sylpheed-main
2067
2068 2003-07-15 [alfons]     0.9.3claws9
2069
2070         * src/main.c
2071                 make --config-dir do something useful
2072
2073 2003-07-15 [alfons]     0.9.3claws8
2074
2075         * src/procmsg.c
2076                 o fix a bug where 'last' didn't really point to the last message
2077                   in the top level list of children, but to the last threaded
2078                   message. 
2079                 
2080                 o clean up and make it easier to sync
2081
2082 2003-07-15 [alfons]     0.9.3claws7
2083
2084         * src/mainwindow.c
2085                 make correct menu items sensitive       
2086
2087 2003-07-14 [alfons]     0.9.3claws6
2088
2089         * src/procmsg.c
2090                 tune the threader so it will not subject-thread any message
2091                 without a subject prefix (this will not thread correctly if 
2092                 a parent is delivered after their childs, but it looks 
2093                 better right now)
2094
2095 2003-07-13 [christoph]  0.9.3claws5
2096
2097         * src/mainwindow.c
2098                 group "Add mailbox *..." menu items in submenu
2099
2100 2003-07-13 [alfons]     0.9.3claws4
2101
2102         * src/summaryview.c
2103                 correct summary_toggle_pressed() signature and make sure
2104                 signal is not passed on
2105
2106 2003-07-13 [alfons]     0.9.3claws3
2107
2108         * src/summaryview.c
2109                 o for now don't pass on keys when they we're handled by 
2110                   ctree::key_press_event
2111                 o clean up
2112
2113 2003-07-13 [alfons]     0.9.3claws2
2114         
2115         * src/main.c
2116                 add command line option "--config-dir" to get the current 
2117                 configuration dir
2118
2119 2003-07-12 [alfons]     0.9.3claws1
2120
2121         * src/matcher.[ch]
2122         * src/matcher_parser_parse.y
2123         * src/prefs_filtering.c
2124         * src/filtering.c
2125                 add "Lock" filter action to lock messages;
2126
2127         * src/filtering.c       
2128                 remove debug_print()    
2129         * src/prefs_filtering.c
2130                 re-organize matcher part 9: 
2131                 make action text entries easily extendible;
2132                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2133                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2134
2135 2003-07-12 [paul]
2136
2137         * tools/README
2138                 update old information and add missing
2139                 information
2140
2141 2003-07-12 [paul]       0.9.3claws
2142
2143         * 0.9.3claws released
2144         
2145 2003-07-12 [paul]       0.9.0claws103
2146
2147         * src/Makefile.am
2148                 add addrquery.h
2149
2150 2003-07-12 [melvin]     0.9.0claws102
2151
2152         * src/messageview.c
2153                 Fixed bug #215: Show MIME tab for single text/html messages. 
2154                 
2155 2003-07-12 [paul]       0.9.0claws101
2156
2157         * man/sylpheed.1
2158                 updated
2159
2160 2003-07-12 [paul]       0.9.0claws100
2161
2162         * po/es.po
2163           po/hr.po
2164           po/pl.po
2165           po/sr.po
2166                 update Spanish, Croatian, Polish, Serbian translations.
2167                 submitted by Ricardo Mones Lastra, Dragan, Witold
2168                 Wladyslaw Wojciech Wilk, Urke MMI
2169
2170 2003-07-12 [melvin]     0.9.0claws99
2171
2172         * po/fr.po
2173                 Updated French translations.
2174
2175 2003-07-12 [paul]       0.9.0claws98
2176
2177         * src/addressbook.c
2178                 disable 'Lookup' button as it has no effect
2179
2180 2003-07-11 [alfons]     0.9.0claws97
2181         
2182         * src/summaryview.c
2183                 summary_searchbar_pressed() should return TRUE to signal that
2184                 event was handled. when returning void, the return value passed
2185                 to GTK is actually random, but maybe FALSE, in which case the
2186                 event is handled by parent
2187                 
2188 2003-07-10 [paul]       0.9.0claws96
2189
2190         * ac/missing/gettext.m4
2191                 update to version 0.12
2192
2193 2003-07-10 [paul]       0.9.0claws95
2194
2195         * src/plugins/clamav/clamav_plugin.c
2196                 fix bug where multipart/alternative messages
2197                 would slip through without being scanned
2198
2199 2003-07-10 [christoph]  0.9.0claws94
2200
2201         * src/folder.c
2202                 correct check if folder supports removing when a message is
2203                 moved. if not the message is only copied.
2204
2205         (closes Bug 132 crash on startup in newsgroups folders)
2206
2207 2003-07-09 [alfons]     0.9.0claws93
2208
2209         * configure.ac
2210         * src/common/defs.h
2211                 --with-config-dir (default .sylpheed)
2212
2213 2003-07-09 [christoph]  0.9.0claws92
2214
2215         * configure.ac
2216                 use PKG_CHECK_MODULES to check for gtkmathview
2217                 (version 0.4.2 now required)
2218
2219 2003-07-08 [melvin]     0.9.0claws91
2220
2221         * src/action.c
2222                 Implemented a progress bar that counts the number of completed
2223                 tasks when the action runs more than one command.
2224
2225 2003-07-08 [alfons]     0.9.0claws90
2226
2227         * src/procmsg.c
2228                 if queued message has an invalid Message-Id, don't try to
2229                 find message it refers to (fixes #209 "crash when processing 
2230                 in folder")
2231
2232 2003-07-08 [paul]       0.9.0claws89
2233
2234         * sync with 0.9.3cvs2
2235                 see ChangeLog 2003-07-08
2236
2237 2003-07-08 [match]      0.9.0claws88
2238
2239         * src/ldapctrl.c
2240                 extend LDAP search for first/last name by parsing search term.
2241
2242 2003-07-08 [alfons]     0.9.0claws87
2243
2244         * src/send_message.c
2245                 fix bug #208 "Status message stuck when sending on POP3 account"
2246
2247 2003-07-07 [paul]       0.9.0claws86
2248
2249         * po/hr.po
2250                 new Croatian translation, submitted by
2251                 Dragan <drleskov@inet.hr>
2252
2253 2003-07-07 [paul]       0.9.0claws85
2254
2255         * sync with 0.9.3cvs1
2256                 see ChangeLog 2003-07-07
2257
2258 2003-07-05 [christoph]  0.9.0claws84
2259
2260         * src/Makefile.am
2261         * src/messageview.c
2262         * src/mimeview.[ch]
2263         * src/stock_pixmap.[ch]
2264         * src/pixmaps/messageview_text.xpm              ** NEW **
2265                 move mimeview tabs to the right side and use icons
2266                 instead of text to save some space
2267
2268         (patch by Luke Plant <lukeplant@softhome.net>)
2269
2270 2003-07-05 [christoph]  0.9.0claws83
2271
2272         * src/inc.c
2273                 add NULL pointer checks
2274
2275         (patch by Luke Plant <lukeplant@softhome.net>)
2276         (closes Bug 204 0.9.0 quits on authentication error?!)
2277
2278 2003-07-05 [alfons]     0.9.0claws82
2279
2280         * configure.ac
2281                 take the clue in bug #202 "./configure script - 
2282                 'if test' comparison failure" reported by John Kristoff. 
2283
2284 2003-07-04 [christoph]  0.9.0claws81
2285
2286         * src/plugins/spamassassin/spamassassin.c
2287                 set timeout for spam check
2288
2289 2003-07-04 [christoph]  0.9.0claws80
2290
2291         * src/main.c
2292                 destroy all FolderItems when shutting down to
2293                 allow folders to clean up
2294
2295 2003-07-04 [melvin]     0.9.0claws79
2296
2297         * src/gtk/gtkaspell.c
2298                 Fixed bug #184 "Entering non-ascii character deletes
2299                 previous char if spell checking enabled": this makes
2300                 the spell checking in multibytes (e.g. UTF-8)locales work.
2301                 (Patch by Luke Plant).
2302                 
2303 2003-07-04 [christoph]  0.9.0claws78
2304
2305         * sync with 0.9.2cvs1
2306                 see ChangeLog 2003-06-10
2307
2308 2003-07-04 [paul]       0.9.0claws77
2309
2310         * sync with 0.9.3 release
2311                 see ChangeLog 2003-07-04
2312
2313 2003-07-03 [christoph]  0.9.0claws76
2314
2315         * src/folder.[ch]
2316         * src/imap.c
2317         * src/mbox_folder.c
2318         * src/mh.c
2319         * src/news.c
2320                 move folder_item_get_path() stuff into a folder virtual function
2321
2322         * src/procmsg.c
2323                 use folder_item_fetch_msg() to get message and do not contruct
2324                 the filename from path and number
2325
2326 2003-07-03 [paul]       0.9.0claws75
2327
2328         * sync with 0.9.2cvs12
2329                 see ChangeLog 2003-07-03
2330
2331 2003-07-02 [paul]       0.9.0claws74
2332
2333         * src/messageview.c
2334                 fix text-selection for replying
2335
2336 2003-07-02 [paul]       0.9.0claws73
2337
2338         * sync with 0.9.2cvs11
2339                 see ChangeLog 2003-07-02
2340
2341 2003-07-02 [paul]       0.9.0claws72
2342
2343         * src/procmsg.c
2344                 revert last commit because it breaks more
2345                 than it fixes
2346
2347 2003-07-02 [paul]       0.9.0claws71
2348
2349         * src/procmsg.c
2350                 fix thread by subject/sort by date
2351
2352 2003-07-01 [paul]       0.9.0claws70
2353
2354         * sync with 0.9.2cvs10
2355                 see ChangeLog 2003-07-01
2356
2357 2003-06-30 [paul]       0.9.0claws69
2358
2359         * sync with 0.9.2cvs9
2360                 see ChangeLog 2003-06-30
2361
2362 2003-06-28 [match]      0.9.0claws68
2363
2364         * src/addressbook.c
2365                 fix null ptr.
2366
2367 2003-06-27 [paul]       0.9.0claws67
2368
2369         * sync with 0.9.2cvs7
2370                 see ChangeLog 2003-06-27
2371
2372 2003-06-26 [christoph]  0.9.0claws66
2373
2374         * src/folder.c
2375                 freeze folder updates while a folder is scanned
2376
2377         (closes Bug 185 New message counter)
2378
2379 2003-06-26 [darko]      0.9.0claws65
2380
2381         * src/ldapserver.c
2382                 fix infinite loop when adding a new LDAP server
2383
2384 2003-06-26 [paul]       0.9.0claws64
2385
2386         * sync with 0.9.2cvs6
2387                 see ChangeLog 2003-06-26
2388
2389 2003-06-26 [paul]       0.9.0claws63
2390
2391         * sync with 0.9.2cvs5
2392                 see ChangeLog 2003-06-25 and 2003-06-26
2393
2394 2003-06-25 [match]      0.9.0claws62
2395
2396         * src/addr_compl.c
2397                 Fixed tab/backtab for dropped-down completion list to
2398                 move next/previous field. (close bug 147)
2399
2400 2003-06-25 [christoph]  0.9.0claws61
2401
2402         * src/addr_compl.[ch]
2403         * src/addrindex.[ch]
2404         * src/folderview.c
2405         * src/inc.c
2406         * src/news.c
2407         * src/summaryview.c
2408         * src/toolbar.c
2409                 fix warnings
2410
2411 2003-06-25 [leandro]    0.9.0claws60
2412
2413         * src/compose.c
2414                 o cleanups
2415                 o gray out "Message/Remove references" menu item if not
2416                   replying to a message
2417
2418 2003-06-24 [leandro]    0.9.0claws59
2419
2420         * src/compose.[ch]
2421                 o removed "Message/Create new thread" menu item
2422                 o added "Message/Remove references" menu item
2423                   (it's off by default and will not check anymore
2424                    if the subject changed)
2425
2426 2003-06-23 [alfons]     0.9.0claws58
2427
2428         * src/procmsg.c
2429                 try better grouping messages threaded by subject based on their age.
2430                 still not perfect - because the message tree is not sorted by date.  
2431
2432 2003-06-23 [thorsten]   0.9.0claws57
2433
2434         * src/pop.[ch]
2435                 added mail_receive_hook to allow modifications
2436                 directly after retrieval (e.g. adding headers).
2437
2438 2003-06-23 [paul]       0.9.0claws56
2439
2440         * src/sourcewindow.c
2441                  enable the use of Ctrl+A to select all text in
2442                  the sourcewindow
2443                  Patch submitted by Ivan Francolin Martinez
2444                  <ivanfm@users.sourceforge.net>
2445
2446 2003-06-22 [christoph]  0.9.0claws55
2447
2448         * src/folder.[ch]
2449                 o add notification hook for folder tree changes
2450                 o invoke hooks after folder tree scanning
2451
2452         * src/folderview.[ch]
2453                 register hook for folder tree changes that
2454                 updates the ctree
2455
2456         (there are more places that should be updated, like add, remove 
2457          or move folder)
2458
2459         (closes Bug 164 Crash on rebuild folder tree)
2460         (closes Bug 190 Crash on 'rebuilding folder tree')
2461
2462 2003-06-21 [leandro]    0.9.0claws54
2463
2464         * src/compose.[ch]
2465                 create a new thread if subject changes
2466                 (it's on by default, can be disabled in Message menu)
2467
2468 2003-06-21 [alfons]     0.9.0claws53
2469
2470         * src/summaryview.c
2471                 quiet little compiler
2472
2473 2003-06-21 [christoph]  0.9.0claws52
2474
2475         update gettext stuff to version 0.12
2476
2477 2003-06-19 [alfons]     0.9.0claws51
2478
2479         * src/common/log.c
2480         * src/common/plugin.c
2481                 move defs.h before glib.h to prevent MIN/MAX redefs
2482
2483 2003-06-19 [alfons]
2484
2485         * src/addressbook.c
2486                 translatable
2487
2488 2003-06-19 [match]      0.9.0claws50
2489
2490         * src/addressbook.[ch]
2491         * src/addrindex.[ch]
2492         * src/addr_compl.[ch]
2493         * src/editldap.[ch]
2494         * src/editldap_basedn.[ch]
2495         * src/addritem.[ch]
2496         * src/ldapquery.h
2497                 re-implemented dynamic LDAP search. works without
2498                 slowdown on display sender with addressbook
2499                 option.
2500         * src/addrbook.c
2501                 documented code.
2502
2503 2003-06-19 [paul]       0.9.0claws49
2504
2505         * src/compose.c
2506                 fix Bug #136 'Nonprovided quotation marks crash claws'
2507                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2508
2509 2003-06-19 [alfons]     0.9.0claws48
2510
2511         * src/prefs_common.[ch]
2512         * src/procmsg.c
2513                 restrict threading by subject by checking thread for
2514                 age (prefs_common.thread_by_subject_max_age)
2515
2516 2003-06-18 [christoph]  0.9.0claws47
2517
2518         * src/imap.c
2519                 fix memory leak in imap_cmd_fetch()
2520
2521 2003-06-18 [christoph]  0.9.0claws46
2522
2523         * src/prefs_gtk.c
2524                 fix memory leak in prefs_set_default() when used multiple
2525                 times or after prefs have been read
2526
2527 2003-06-18 [christoph]  0.9.0claws45
2528
2529         * src/common/plugin.c
2530                 fix memory leak in plugin_unload()
2531
2532 2003-06-18 [christoph]  0.9.0claws44
2533
2534         * src/imap.c
2535                 fix memory leak in imap_cmd_ok()
2536
2537 2003-06-18 [christoph]  0.9.0claws43
2538
2539         * src/folder.c
2540                 stop messages that are downloaded from POP3 and added to
2541                 an IMAP inbox from being filtered twice (first by POP3
2542                 and again when IMAP folder is scaned to get the UID of
2543                 the APPEND operation when no UIDPLUS is available)
2544
2545 2003-06-18 [alfons]
2546
2547         * tools/Makefile.am
2548                 phoenix <- firebird     
2549
2550 2003-06-18 [paul]
2551
2552         * tools/launch_phoenix          ** REMOVED **
2553           tools/launch_firebird         ** NEW **
2554                 renamed and edited to reflect the browser's name change from
2555                 'phoenix' to 'firebird'
2556
2557 2003-06-18 [paul]       0.9.0claws42
2558
2559         * sync with 0.9.2cvs2
2560                 see ChangeLog 2003-06-16
2561
2562 2003-06-17 [alfons]     0.9.0claws41
2563
2564         * src/procmsg.c
2565                 prevent threading problems when a node is an ancestor (parent / great parent),
2566                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2567                 for finding an sample set of messages)
2568
2569 2003-06-16 [christoph]  0.9.0claws40
2570
2571         * src/main.c
2572                 don't popup main window on --receive or --receive-all
2573
2574         * src/mainwindow.[ch]
2575         * src/plugins/trayicon/trayicon.c
2576                 allow hiding of main window by clicking on the trayicon
2577                 (doesn't work correctly in seperate window mode and may
2578                  cause unexpected GTK problems I couldn't find yet)
2579
2580         * src/common/ssl.c
2581                 remove incorrect warning
2582
2583 2003-06-15 [alfons]     0.9.0claws39
2584
2585         * src/gtk/gtkstext.c
2586                 don't output debug text;
2587                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2588                 for pointing this out);
2589
2590 2003-06-14 [alfons]     0.9.0claws38
2591         
2592         * src/messageview.c
2593                 remove printf() and make one if..else comply with coding style
2594
2595 2003-06-14 [alfons]     0.9.0claws37
2596
2597         * AUTHORS
2598                 add Martin Wicke
2599         * src/action.c
2600         * src/messageview.[ch]
2601         * src/summaryview.c
2602                 apply patch #754162 "Quoting messages filtered by actions" submitted
2603                 by Martin Wicke, which allows quoting message body changed by an
2604                 action (Thanks!).
2605
2606 2003-06-13 [alfons]     0.9.0claws36
2607
2608         * src/utils.c
2609                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2610                 use case insensitive regexp (suggested by Ivan Martinez)
2611
2612 2003-06-13 [christoph]  0.9.0claws35
2613
2614         * configure.ac
2615         * src/plugins/trayicon/Makefile.am
2616         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2617         * src/plugins/trayicon/trayicon.c
2618         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2619         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2620         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2621         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2622         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2623         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2624                 replace my own EggTrayIcon backport with the backport
2625                 used by (l|x)mule and gabber.
2626
2627 2003-06-13 [alfons]     0.9.0claws34
2628
2629         * AUTHORS
2630         * src/common/utils.c
2631                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2632
2633 2003-06-13 [alfons]     0.9.0claws33
2634
2635         * src/compose.c
2636                 clean up a little bit
2637
2638 2003-06-12 [alfons]     0.9.0claws32
2639
2640         * src/compose.c
2641                 const correctness fix
2642
2643         * src/common/sylpheed.[ch]
2644                 () -> (void)
2645                 prevent redef MIN/MAX
2646                 
2647         * src/common/utils.[ch]
2648                 () -> (void)
2649
2650 2003-06-12 [melvin]     0.9.0claws31
2651
2652         * src/compose.c
2653                 Updated to take into accounts changes in GtkAspell.
2654
2655 2003-06-12 [alfons]     0.9.0claws30
2656
2657         * src/compose.c
2658         * src/procmsg.c
2659         * src/common/utils.[ch]
2660                 handle reply subject prefixes better (initial 
2661                 suggestion by Robert Story adapted and enhanced 
2662                 using regexps)
2663
2664 2003-06-12 [melvin]     0.9.0claws29
2665
2666         * src/compose.c
2667                 Use new gtkaspell_checkers_strerror() to get the speller's
2668                 error message instead of accessing the (now private)
2669                 checkers structure.
2670                 Minor code clean up
2671
2672         * src/main.c
2673                 Use #ifdef instead of #if for USE_ASPELL
2674                 Use the new spell checkers init/quit functions 
2675
2676         * src/gtk/gtkaspell.c
2677                 Use #ifdef instead of #if for USE_ASPELL
2678                 Moved in the majority of GtkAspell structures that were
2679                 exported before by gtkaspell.h
2680         
2681         * src/gtk/gktaspell.h
2682                 Made gtkaspell.h contain only the necessary data to be
2683                 publicized by moving many structures to gtkaspell.c.
2684                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2685                 gtkaspell_checkers_new(): replaced by...
2686                 gtkaspell_checkers_init(): new function for initialization
2687                 gtkaspell_checkers_delete(): replaced by...
2688                 gtkaspell_checkers_quit(): new function
2689                 gtkaspell_checkers_strerror(): new function that returns
2690                 the checker's last error message.
2691                 
2692 2003-06-11 [melvin]     0.9.0claws28
2693
2694         * po/POTFILES.in
2695                 Updated to take into account gtkaspell.c migration to
2696                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2697
2698 2003-06-10 [alfons]     0.9.0claws27
2699
2700         * src/filtering.[ch]
2701         * src/folder.c
2702         * src/matcher.c
2703         * src/scoring.[ch]
2704                 - try fixing bug #18 (any brave testers?)
2705                 - add more robustness by refusing previously 
2706                   unchecked NULL pointers 
2707
2708 2003-06-10 [alfons]     0.9.0claws26
2709
2710         * src/procmsg.c
2711                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2712
2713 2003-06-09 [alfons]     0.9.0claws25
2714
2715         * src/prefs_common.c
2716                 fix bug #163 "Icon switching doesnt work properly" by 
2717                 preventing early freeing of prefs_common.pixmap_theme_path.
2718
2719 2003-06-09 [christoph]  0.9.0claws24
2720
2721         * src/gtk/gtkaspell.c
2722                 revert Thorsten's fix and add forgotten g_strdup for
2723                 aspell path (it should not be possible to alter the path a
2724                 GtkASpell uses from outside)
2725
2726 2003-06-09 [thorsten]   0.9.0claws23
2727
2728         * src/gtk/gtkaspell.c
2729                 dont free prefs_common.aspell_path when closing compose
2730
2731 2003-06-08 [colin]      0.9.0claws22
2732
2733         * src/plugins/spamassassin/spamassassin.c
2734                 fix prefs types
2735
2736 2003-06-07 [christoph]  0.9.0claws21
2737
2738         * src/Makefile.am
2739         * src/compose.c
2740         * src/gtkaspell.[ch]            ** REMOVE **
2741         * src/gtk/Makefile.am
2742         * src/gtk/gtkaspell.[ch]        ** NEW **
2743                 o make gtkaspell independent from sylpheed's prefs
2744                 o move gtkaspell.[ch] to gtk directory
2745
2746 2003-06-07 [christoph]  0.9.0claws20
2747
2748         * src/Makefile.am
2749         * src/crash.c
2750         * src/export.c
2751         * src/filesel.[ch]              ** REMOVE **
2752         * src/folder.c
2753         * src/main.[ch]
2754         * src/common/sylpheed.[ch]
2755         * src/gtk/Makefile.am
2756         * src/gtk/filesel.[ch]          ** NEW **
2757         * src/gtk/pluginwindow.c
2758         * src/gtk/sslcertwindow.c
2759                 move filesel.[ch] to gtk directory
2760
2761 2003-06-07 [alfons]     0.9.0claws19
2762
2763         * src/filesel.c
2764                 make (multi) file selection dialog work again (Claws-only)
2765
2766 2003-06-07 [thorsten]   0.9.0claws18
2767
2768         * po/de.po
2769                 fix typos
2770
2771 2003-06-07 [alfons]     0.9.0claws17
2772
2773         * configure.ac
2774         * src/mimeview.c
2775                 detect apache mishap in which case don't include fnmatch.h
2776                 if regex.h is already included
2777
2778 2003-06-06 [christoph]  0.9.0claws16
2779
2780         * configure.ac
2781         * src/mimeview.h
2782                 add check for fnmatch.h and include it when available
2783
2784         * src/mimeview.[ch]
2785                 fix wrong case sensitivity of Content-Types
2786
2787         * src/gtk/Makefile.am
2788                 need the same include paths in gtk directory as in
2789                 common directory because .h files in common can
2790                 include files from these directories, when included
2791                 in gtk's .h or .c files
2792
2793 2003-06-06 [alfons]     0.9.0claws15
2794
2795         * src/mimeview.c
2796         * src/summaryview.c
2797                 make it compile again because of regex.h / fnmatch.h 
2798                 include problems (related to recent mime stuff, can
2799                 someone check this?)
2800
2801 2003-06-06 [thorsten]   0.9.0claws14
2802
2803         * src/folderview.c
2804                 possible use of uninitialized pointer while dragging
2805
2806 2003-06-06 [paul]       0.9.0claws13
2807
2808         * src/compose.c
2809                 fix bug where the insert sig button would be effective
2810                 only when auto_sig was set
2811
2812 2003-06-06 [paul]       0.9.0claws12
2813
2814         * sync with 0.9.2 release
2815
2816 2003-06-02 [paul]       0.9.0claws11
2817
2818         * sync with 0.9.1cvs1
2819                 see ChangeLog 2003-06-02
2820                 
2821         * po/de.po
2822                 update by Jens
2823
2824 2003-06-01 [christoph]  0.9.0claws10
2825
2826         * src/account.c
2827                 don't use substring search to find accounts by email address
2828
2829         (closes Bug 169 Overly loose matching of "From" address)
2830
2831 2003-05-31 [christoph]  0.9.0claws9
2832
2833         * doc-src/rfc2683.txt
2834         * src/imap.c
2835                 limit IMAP command length as recommended in RFC2683
2836                 (message number lists will be split into multiple imap
2837                 sets, the limit of 1000 octets is not a hard limit)
2838
2839         (closes Bug 161 sylpheed-claws exits with segfault when logging
2840          in to certain imap-servers)
2841
2842 2003-05-29 [alfons]     0.9.0claws8
2843
2844         * src/toolbar.[ch]
2845                 add print button (calling summary_print());
2846                 fine tune setting tooltip text;
2847                 (if someone needs other buttons, please take these 
2848                 commits as a guide, instead of bothering us - also
2849                 see 0.8.11claws150) 
2850
2851 2003-05-29 [darko]      0.9.0claws7
2852
2853         * src/compose.c
2854                 fix crash when word wrapping kicks in due to
2855                 changed text by spell checker
2856
2857 2003-05-29 [paul]       0.9.0claws6
2858
2859         * src/compose.c
2860                 fix bug where changing account would insert
2861                 sig even if auto_sig was FALSE
2862                 
2863         * ChangeLog
2864           ChangeLog.jp
2865           INSTALL
2866                 sync with 0.9.1 release
2867
2868 2003-05-28 [christoph]  0.9.0claws5
2869
2870         * src/imap.c
2871                 fix truncation of too long commands
2872
2873         (closes Bug 167 IMAP hangs trying to get envelope
2874          information in imap_get_uncached_messages)
2875
2876 2003-05-27 [paul]       0.9.0claws4
2877
2878         * tools/Makefile.am
2879           tools/maildir2sylpheed.pl     ** NEW FILE **
2880                 add kmail to sylpheed mailbox conversion script
2881
2882 2003-05-27 [paul]       0.9.0claws3
2883
2884         * sync with 0.9.0cvs10
2885                 see ChangeLog 2003-05-26
2886
2887 2003-05-26 [paul]       0.9.0claws2
2888
2889         * sync with 0.9.0cvs9
2890                 see ChangeLog 2003-05-26
2891
2892 2003-05-24 [paul]       0.9.0claws1
2893
2894         * sync with 0.9.0cvs8
2895                 see ChangeLog 2003-05-23
2896
2897 2003-05-24 [paul]       0.9.0claws
2898
2899         * version 0.9.0claws released
2900
2901 2003-05-24 [paul]       0.8.11claws177
2902
2903         * src/plugins/dillo-viewer/Makefile.am
2904           src/plugins/traycon/Makefile.am
2905                 add missing files
2906                 
2907         * po/bg.po
2908           po/en_GB.po
2909           po/es.po
2910           po/it.po
2911           po/pt_BR.po
2912           po/ru.po
2913           po/sr.po
2914                 update Bulgarian, British English, Spanish, Italian, 
2915                 Brazilian Portuguese, Russian, and Serbian translations, 
2916                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2917                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2918                 Ruslan N. Balkin, and Urke MMI
2919
2920 2003-05-23 [melvin]     0.8.11claws176
2921
2922         * po/fr.po
2923                 Updated French translations
2924
2925 2003-05-22 [paul]       0.8.11claws175
2926
2927         * src/Makefile.am
2928           src/addrbook.[ch]
2929           src/addrcache.[ch]
2930           src/addr_compl.[ch]
2931           src/adressbook.[ch]
2932           src/addrindex.[ch]
2933           src/addritem.[ch]
2934           src/editaddress.c
2935           src/editgroup.c
2936           src/editldap_basedn.c
2937           src/editldap.c
2938           src/jpilot.c
2939           src/vcard.c
2940                 revert to get ldap into it previous working state
2941                 
2942         * po/zh_TW.Big5.po
2943                 new Taiwanese translation,
2944                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2945
2946 2003-05-22 [christoph]  0.8.11claws174
2947
2948         * src/plugins/spamassassin/libspamc.[ch]
2949                 sync libspamc with SpamAssaain release 2.55
2950
2951 2003-05-22 [paul]       0.8.11claws173
2952
2953         * sync with 0.9.0cvs7
2954                 see ChangeLog 2003-05-22
2955                 
2956         * src/summaryview.c
2957                 revert change in 0.8.11claws172: follow
2958                 Hiroyuki's decision and that's the end of it.
2959
2960 2003-05-21 [paul]       0.8.11claws172
2961
2962         * src/summaryview.c
2963                 fix discrepency between open_unread_on_enter
2964                 and always_show_msg
2965
2966 2003-05-21 [paul]       0.8.11claws171
2967
2968         * sync with 0.9.0cvs6
2969                 see ChangeLog 2003-05-21
2970
2971 2003-05-21 [paul]       0.8.11claws170
2972
2973         * sync with 0.9.0cvs5
2974                 see ChangeLog 2003-05-21
2975
2976 2003-05-20 [paul]       0.8.11claws169
2977
2978         * sync with 0.9.0cvs4
2979                 see ChangeLog 2003-05-20
2980                 fixes bug #152, 'encoding of IMAP folders names'
2981
2982 2003-05-20 [paul]       0.8.11claws168
2983
2984         * sync with 0.9.0cvs3
2985                 see ChangeLog 2003-05-20
2986                 
2987         * src/tools/convert_mbox.pl
2988                 minor change in the comments, submitted by Fred Marton
2989
2990 2003-05-19 [paul]       0.8.11claws167
2991
2992         * src/plugins/clamav/Makefile.am
2993           configure.ac
2994                 link clamav_lib to the plugin and not to the main program
2995
2996 2003-05-19 [christoph]
2997
2998         * src/Makefile.am
2999                 add -export-dynamic for linking
3000
3001 2003-05-19 [paul]       0.8.11claws166
3002
3003         * sync with 0.9.0cvs1
3004                 see ChangeLog 2003-05-19
3005
3006 2003-05-19 [paul]       0.8.11claws165
3007
3008         * src/inc.c
3009                 fix 'pop before smtp' timeout
3010
3011 2003-05-18 [alfons]     0.8.11claws164
3012
3013         * src/prefs_matcher.c
3014                 put "execute" action command line ("expression") in edit box
3015
3016 2003-05-18 [christoph]  0.8.11claws163
3017
3018         * src/mimeview.[ch]
3019         * src/plugins/dillo_viewer/dillo_viewer.c
3020         * src/plugins/image_viewer/viewer.c
3021         * src/plugins/mathml_viewer/mathml_viewer.c
3022                 let a viewer have a list of Content-Types
3023
3024 2003-05-18 [paul]       0.8.11claws162
3025
3026         * src/prefs_filtering.c
3027                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
3028                 and REDIRECT actions
3029
3030 2003-05-17 [christoph]
3031
3032         * README.claws
3033                 o remove dynamic signatures that was syned with main
3034                 o add infos about no longer "build in" image viewer
3035                 o update bugtracker URL
3036
3037 2003-05-17 [christoph]  0.8.11claws161
3038
3039         * src/folder.c
3040         * src/folderview.c
3041         * src/imap.c
3042                 don't use imap_scan_folder anymore. Instead call folder_item_scan
3043                 for every folder after rebuilding the folder tree.
3044
3045         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
3046          messages)
3047
3048 2003-05-17 [christoph]  0.8.11claws160
3049
3050         * src/imap.c
3051                 don't use STATUS command on current folder to check for
3052                 content changes. imap_cmd_ok() now tracks changes to
3053                 folder and number of existing messages.
3054
3055 2003-05-17 [paul]       0.8.11claws159
3056
3057         * src/plugins/clamav/clamav_plugin.c
3058                 remove unnecessary debug_print
3059
3060 2003-05-16 [thorsten]   0.8.11claws158
3061
3062         * src/plugins/demo.c
3063                 included missing intl.h
3064
3065 2003-05-16 [paul]       0.8.11claws157
3066
3067         * po/POTFILES.in
3068                 remove non-existant entries
3069         
3070         * src/plugins/clamav/clamav_plugin.c
3071           src/plugins/clamav/clamav_plugin_gtk.c
3072           src/plugins/dillo_viewer/dillo_prefs.c
3073           src/plugins/dillo_viewer/dillo_viewer.c
3074                 gettextise
3075
3076 2003-05-16 [christoph]  0.8.11claws156
3077
3078         * po/POTFILES.in
3079                 include plugin .c files for translation until I
3080                 find a better solution to have plugins have their
3081                 own textdomain
3082         * src/plugins/demo/demo.c
3083         * src/plugins/image_viewer/plugin.c
3084         * src/plugins/mathml_viewer/mathml_viewer.c
3085         * src/plugins/spamassassin/spamassassin.c
3086         * src/plugins/spamassassin/spamassassin_gtk.c
3087         * src/plugins/trayicon/trayicon.c
3088                 add gettext macros for plugin name and description
3089
3090 2003-05-16 [paul]
3091
3092         * sync with 0.9.0
3093
3094 2003-05-16 [paul]       0.8.11claws155
3095
3096         * sync with lastest 0.9.0pre1
3097                 see ChangeLog 2003-05-16
3098
3099 2003-05-15 [paul]       0.8.11claws154
3100
3101         * sync with latest 0.9.0pre1
3102                 see ChangeLog 2003-05-14 and 2003-05-15
3103
3104 2003-05-14 [christoph]  0.8.11claws153
3105
3106         * src/plugins/image_viewer/viewer.c
3107         * src/plugins/image_viewer/viewer.glade         ** NEW **
3108         * src/plugins/image_viewer/viewerprefs.c
3109                 make it possible to disable the autoload function in the
3110                 imageviewer again
3111
3112 2003-05-14 [christoph]  0.8.11claws152
3113
3114         * src/folder.c
3115                 fix folder update after adding a message
3116
3117 2003-05-13 [alfons]     0.8.11claws151
3118
3119         * src/common/session.c
3120                 remove debug traces
3121                 
3122         * src/addrcache.[ch]
3123         * src/filtering.[ch]
3124         * src/folder.[c]
3125         * src/gtkaspell.[ch]
3126         * src/imap.[ch]
3127         * src/mbox_folder.[ch]
3128         * src/mh.[ch]
3129         * src/mimeview.h
3130         * src/msgcache.[ch]
3131         * src/news.[ch]
3132         * src/passphrase.[ch]
3133         * src/prefs_common.[ch]
3134         * src/prefs_gtk.[ch]
3135         * src/procmsg.c
3136         * src/scoring.[ch]
3137                 be pedantic; (in prototypes () implies (int))
3138
3139 2003-05-13 [alfons]     0.8.11claws150
3140
3141         * src/prefs_toolbar.[ch]
3142         * src/summaryview.[ch]
3143         * src/toolbar.[ch]
3144                 change misleading text in toolbar prefs;
3145                 add toolbar action for ignore thread (toggles ignore thread flag);
3146                 clean up a little bit;
3147
3148 2003-05-12 [paul]
3149
3150         * tools/convert_mbox.pl
3151                 bug fixed by Fred Marton
3152
3153 2003-05-12 [paul]
3154
3155         * sync with 0.9.0pre1
3156
3157 2003-05-09 [paul]       0.8.11claws149
3158
3159         * sync with 0.8.11cvs43
3160                 see ChangeLog 2003-05-09
3161
3162 2003-05-08 [christoph]  0.8.11claws148
3163
3164         * src/imap.[ch]
3165                 o use CAPABILIY as first command and check for PREAUTH
3166                   information in the response to it
3167                 o rewrite all imap_cmd_* functions to use an IMAPSession
3168                   instead of a SockInfo as parameter
3169                 o do STARTTLS after fetching and checking the server
3170                   capabilities
3171
3172 2003-05-08 [paul]       0.8.11claws147
3173
3174         * tools/Makefile.am
3175           tools/README
3176           tools/convert_mbox.pl         ** NEW FILE **
3177                 add mbox conversion script. Submitted by 
3178                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3179
3180 2003-05-07 [christoph]
3181
3182         * doc-src/glade.txt
3183         * src/gtk/pluginwindow.glade
3184         * src/plugins/image_viewer/viewerprefs.glade
3185         * src/plugins/spamassassin/spamassassin_gtk.glade
3186                 add glade files for user interfaces and a description how
3187                 to use glade to create the sylpheed code
3188
3189 2003-05-07 [paul]       0.8.11claws146
3190
3191         * sync with 0.8.11cvs41
3192                 see ChangeLog 2003-05-07
3193
3194 2003-05-06 [christoph]  0.8.11claws145
3195
3196         * src/main.c
3197         * src/plugins/image_viewer/viewer.c
3198                 fix usage of imlib in imageviewer plugin
3199
3200         * src/gtk/prefswindow.c
3201                 handle window close event correctly
3202
3203 2003-05-06 [paul]       0.8.11claws144
3204
3205         * src/common/ssl.c
3206                 fix typo introduced in sync
3207
3208 2003-05-06 [paul]       0.8.11claws143
3209
3210         * sync with 0.8.11cvs39
3211                 see ChangeLog 2003-05-06
3212
3213 2003-05-06 [paul]       0.8.11claws142
3214
3215         * AUTHORS
3216           po/cs.po
3217                 updated Czech translation, submitted by 
3218                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3219                 
3220         * src/plugins/clamav/clamav_plugin_gtk.c
3221                 clean up
3222
3223 2003-05-03 [alfons]     0.8.11claws141
3224
3225         * src/compose.[ch]
3226                 make paste as quotation work even when the call to 
3227                 text_inserted() was deferred (fixes bug #140 "Paste 
3228                 as quotation does not work when using "external" 
3229                 clipboard")
3230
3231 2003-05-03 [thorsten]   0.8.11claws140
3232
3233         * src/addrquery.h
3234           src/ldapquery.h
3235           src/mainwindow.c
3236                 removed C++ comments
3237         * src/addr_compl.c
3238                 function with non-int retval/param used before
3239                 implementation/declaration
3240
3241 2003-05-02 [paul]       0.8.11claws139
3242
3243         * src/addr_compl.[ch]
3244           src/addressbook.[ch]
3245           src/addrindex.c
3246           src/summaryview.c
3247                 revert match's changes to (finally) remove the bug where
3248                 opening a folder causes massive slowdown when using the 
3249                 'Display sender using address book' option
3250
3251 2003-05-01 [melvin]     0.8.11claws138
3252
3253         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3254         * src/plugins/dillo_viewer/dillo_viewer.c
3255                 Fixed bug where "Cancel" button from prefs issued
3256                 warnings.
3257                 Comply a little more to coding style
3258
3259 2003-05-01 [paul]       0.8.11claws137
3260
3261         * sync with 0.8.11cvs38
3262                 see ChangeLog 2003-05-01
3263
3264 2003-05-01 [paul]       0.8.11claws136
3265
3266         * po/bg.po
3267                 updated by George Danchev
3268
3269 2003-04-30 [christoph]  0.8.11claws135
3270
3271         * src/plugins/dillo_viewer/dillo_prefs.c
3272         * src/plugins/image_viewer/viewerprefs.c
3273         * src/plugins/spamassassin/spamassassin_gtk.c
3274                 remove gtk_widget_ref() calls for widgets in
3275                 glade code
3276
3277 2003-04-30 [paul]       0.8.11claws134
3278
3279         * src/addrindex.c
3280                 ok, this time a better fix for the bug where opening folder
3281                 has massive slowdown when using the 'Display sender using 
3282                 address book' option
3283
3284 2003-04-30 [paul]       0.8.11claws133
3285
3286         * src/addrindex.c
3287                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3288         
3289 2003-04-30 [melvin]     0.8.11claws132
3290
3291         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3292
3293         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3294                 Preferences for the dillo plugin
3295         * src/plugins/dillo_viewer/dillo_viewer.c
3296                 Support for preferences
3297         * src/plugins/dillo_viewer/Makefile.am
3298                 Added dillo_prefs.[ch]
3299
3300 2003-04-30 [alfons]     0.8.11claws131
3301
3302         * src/common/plugin.[ch]
3303                 see? this ANSI C'fication immediately gives us type
3304                 checking for free.
3305
3306 2003-04-30 [alfons]     0.8.11claws130
3307
3308         * src/common/plugin.[ch]
3309         * src/plugins/clamav/clamav_plugin.[ch]
3310         * src/plugins/clamav/clamav_plugin_gtk.c
3311         * src/plugins/demo/demo.c
3312         * src/plugins/dillo_viewer/dillo_viewer.c
3313         * src/plugins/image_viewer/plugin.c
3314         * src/plugins/image_viewer/viewer.[ch]
3315         * src/plugins/image_viewer/viewerprefs.[ch]
3316         * src/plugins/mathml_viewer/mathml_viewer.c
3317         * src/plugins/spamassassin/spamassassin.[ch]
3318         * src/plugins/spamassassin/spamassassin_gtk.c
3319         * src/plugins/trayicon/trayicon.c
3320                 clean up
3321
3322 2003-04-30 [alfons]     0.8.11claws129
3323
3324         * src/common/utils.c
3325                 make is_ascii_str() fail gracefully when NULL pointer
3326                 is passed
3327
3328 2003-04-30 [paul]       0.8.11claws128
3329
3330         * src/addrindex.c
3331                 fix bug where opening folder has massive slowdown when
3332                 using the 'Display sender using address book' option
3333
3334 2003-04-30 [paul]       0.8.11claws127
3335
3336         * src/plugins/clamav/clamav_plugin.c
3337           src/plugins/clamav/clamav_plugin_gtk.c
3338           src/plugins/demo/demo.c
3339           src/plugins/dillo_viewer/dillo_viewer.c
3340           src/plugins/image_viewer/plugin.c
3341           src/plugins/mathml_viewer/mathml_viewer.c
3342           src/plugins/spamassassin/spamassassin.c
3343           src/plugins/spamassassin/spamassassin_gtk.c
3344           src/plugins/trayicon/trayicon.c
3345                 get rid of eye-hurting function signatures
3346
3347 2003-04-30 [paul]       0.8.11claws126
3348
3349         * src/plugins/trayicon/trayicon.c
3350                 add description
3351                 
3352         * src/mimeview.c
3353                 be more descriptive
3354
3355 2003-04-30 [paul]       0.8.11claws125
3356
3357         * configure.ac
3358                 arrange the plugins in reverse alphabetical order
3359                 
3360         * src/plugins/clamav/clamav_plugin.[ch]
3361           src/plugins/clamav/clamav_plugin_gtk.c
3362                 rename some params
3363                 resize max_size window
3364                 re-arrange the order of some gui elements
3365                 improve descriptions
3366         
3367         * src/plugins/image_viewer/plugin.c
3368           src/plugins/mathml_viewer/mathml_viewer.c
3369                 add descriptions
3370                 
3371         * src/plugins/spamassassin/spamassassin_gtk.c
3372                 resize max_size window
3373                 re-arrange the order of some gui elements
3374                 
3375         * src/messageview.c
3376           src/mimeview.c
3377                 correct typos
3378
3379 2003-04-30 [alfons]     0.8.11claws124
3380
3381         * src/imap.c
3382                 fix a leak found while browsing Martin Kluge's 
3383                 valgrind log (Claws only)
3384
3385 2003-04-29 [darko]      0.8.11claws123
3386
3387         * src/gtk/gtkstext.h
3388                 include wchar.h if it is available, fixes compilation
3389                 on HP-UX systems
3390
3391 2003-04-29 [melvin]     0.8.11claws122
3392
3393         * src/prefs_actions.c
3394                 Improved help text of Actions' syntax
3395
3396 2003-04-28 [paul]       0.8.11claws121
3397
3398         * src/action.c
3399                 a better fix for the crash when performing an action
3400                 on a mime part
3401
3402 2003-04-28 [paul]       0.8.11claws120
3403
3404         * src/action.c
3405                 fix crash when performing an action on a
3406                 mime part
3407
3408 2003-04-28 [paul]       0.8.11claws119
3409
3410         * sync with 0.8.11cvs36
3411                 see ChangeLog 2003-04-28
3412
3413 2003-04-27 [paul]       0.8.11claws118
3414
3415         * more sync with 0.8.11cvs35
3416                 see ChangeLog 2003-04-25
3417
3418 2003-04-26 [christoph]  0.8.11claws117
3419
3420         * src/folder.c
3421                 fix remove virtual check
3422
3423 2003-04-26 [paul]       0.8.11claws116
3424
3425         * src/messageview.c
3426                 fix return-receipt, make it work again
3427
3428 2003-04-26 [paul]       0.8.11claws115
3429
3430         * src/mimeview.c
3431                 restore double-clicking of the [application/pgp-signature 
3432                 (Select "Check signature" to check)] line in the message view,
3433                 broken in recent sync
3434
3435 2003-04-26 [christoph]  0.8.11claws114
3436
3437         * src/folder.c
3438                 check if remove virtual really exists before
3439                 calling the function
3440
3441 2003-04-25 [match]      0.8.11claws113
3442
3443         * src/addrindex.c
3444         * src/addrbook.c
3445         * src/ldapquery.[ch]
3446         * src/ldapctrl.[ch]
3447                 fix memleak.
3448         * src/ldapserver.[ch]
3449                 fix memleak. fix segfault.
3450                 plug a Claws memleak
3451
3452 2003-04-25 [alfons]     0.8.11claws112
3453
3454         * src/folder.c
3455                 plug a Claws memleak
3456
3457 2003-04-25 [alfons]     0.8.11claws111
3458
3459         * src/common/session.c
3460                 plug a memleak
3461
3462 2003-04-25 [paul]       0.8.11claws110
3463
3464         * sync with 0.8.11cvs35
3465                 see ChangeLog 2003-04-24 and 2003-04-25
3466                 
3467         * src/gtk/pluginwindow.c
3468                 correct another strange float value
3469
3470 2003-04-24 [christoph]  0.8.11claws109
3471
3472         * src/folder.c
3473                 freeze folder item updates when unsetting new flags
3474
3475         * src/gtk/pluginwindow.c
3476                 correct strange float value
3477
3478 2003-04-23 [paul]       0.8.11claws108
3479
3480         * sync with 0.8.11cvs33
3481                 see ChangeLog 2003-04-23
3482
3483 2003-04-22 [paul]       0.8.11claws107
3484
3485         * src/Makefile.am
3486           src/messageview.c
3487           src/mimeview.c
3488           src/pgptext.[ch]      ** REMOVED **
3489                 remove pgptext.[ch] as its not used any more
3490
3491 2003-04-22 [paul]       0.8.11claws106
3492
3493         * sync with 0.8.11cvs31
3494                 see ChangeLog 2003-04-21 and 2003-04-22
3495
3496 2003-04-21 [alfons]     0.8.11claws105
3497
3498         * src/main.c
3499                 No access to GTK structures if we're a spawned child
3500                 (and clean up code a little bit...) Should fix #126.
3501
3502 2003-04-21 [melvin]     0.8.11claws104
3503
3504         * src/plugins/dillo_viewer/README
3505                 Improved slightly the text.
3506
3507 2003-04-21 [melvin]     0.8.11claws103
3508
3509         * src/plugins/dillo_viewer/README *** NEW ***
3510                 Added a README file for the Dillo plugin
3511
3512 2003-04-20 [paul]
3513
3514         * tools/README
3515           tools/outlook2sylpheed.pl
3516                 updated and improved by Ricardo Mones Lastra
3517
3518 2003-04-18 [oliver]     0.8.11claws102
3519
3520         * src/inc.c 
3521         * src/prefs_account.h
3522                 remove Pop3SessionType (used by selective download)
3523         * src/prefs_toolbar.c
3524                 enable set Default Toolbar button
3525
3526 2003-04-18 [paul]       0.8.11claws101
3527
3528         * sync with 0.8.11cvs29
3529                 see ChangeLog 2003-04-18
3530
3531 2003-04-17 [paul]       0.8.11claws100
3532
3533         * src/prefs_common.[ch]
3534           src/summaryview.c
3535                 remove 'Open next message on deletion' option,
3536                 as the same effect can now be achieved via the
3537                 'Always open messages in summary when selected'
3538                 option.
3539
3540 2003-04-17 [paul]       0.8.11claws99
3541
3542         * sync with 0.8.11cvs28
3543                 see ChangeLog 2003-04-17
3544
3545 2003-04-17 [christoph]  0.8.11claws98
3546
3547         * ac/spamassassin.m4
3548         * src/plugins/spamassassin/libspamc.[ch]
3549         * src/plugins/spamassassin/utils.[ch]
3550                 sync libspamc with SpamAssassin project
3551
3552 2003-04-17 [christoph]  0.8.11claws97
3553
3554         * src/common/socket.h
3555         * src/gtk/sslcertwindow.h
3556                 rename old USE_SSL to USE_OPENSSL
3557
3558 2003-04-17 [paul]       0.8.11claws96
3559
3560         * src/prefs_common.h
3561                 use gulong for P_COLOR so that it compiles/runs on
3562                 64-bit systems. Patch submitted by James Noyes
3563                 <jnoyes-claws@retrogeeks.com>
3564                 
3565         * po/de.po
3566                 updated by Jens
3567
3568 2003-04-17 [paul]       0.8.11claws95
3569
3570         * sync with 0.8.11cvs27
3571                 see ChangeLog 2003-04-16
3572
3573 2003-04-15 [paul]       0.8.11claws94
3574
3575         * src/prefs_common.[ch]
3576                 rearrange to stop the window getting too long:
3577                         move Receive dialog stuff to Receive tab
3578                         move Send dialog to Send tab
3579                         remove Dialogs frame
3580                 rename 'Open messages in summary with cursor keys' to
3581                 'Always open messages in summary when selected', as its
3582                 more appropriate
3583
3584 2003-04-15 [paul]       0.8.11claws93
3585
3586         * src/prefs_common.[ch]
3587           src/summaryview.c
3588                 add new option '/Interface/Open next message on deletion'
3589
3590 2003-04-15 [paul]       0.8.11claws92
3591
3592         * src/summaryview.[ch]
3593                 add /Mark/Lock and /Mark/Unlock to the pop-up
3594                 menu. Patch submitted by Ivan Francolin Martinez
3595                 <ivanfm@users.sourceforge.net>
3596
3597 2003-04-15 [paul]       0.8.11claws91
3598
3599         * sync with 0.8.11cvs24
3600                 see ChangeLog 2003-04-15
3601
3602 2003-04-14 [jens]       0.8.11claws90
3603
3604         * updated German translation and some corrections from
3605                 Roland Bless <bless@tm.uka.de>
3606
3607 2003-04-14 [paul]       0.8.11claws89
3608
3609         * sync with 0.8.11cvs22
3610                 see ChangeLog 2003-04-14
3611
3612 2003-04-13 [paul]       0.8.11claws88
3613
3614         * src/plugins/clamav/clamav_plugin.c
3615                 fix memory leaks
3616                 clean up
3617
3618 2003-04-12 [paul]       0.8.11claws87
3619
3620         * src/plugins/clamav/clamav_plugin.c
3621                 activate enable/disable archive scanning option
3622                 
3623         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3624
3625 2003-04-12 [paul]       0.8.11claws86
3626
3627         * src/plugins/Makefile.am
3628           src/plugins/clamav/Makefile.am                ** NEW FILE **
3629           src/plugins/clamav/README                     ** NEW FILE ** 
3630           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3631           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3632                 add Clam AntiVirus plugin
3633
3634 2003-04-12 [paul]       0.8.11claws85
3635
3636         * sync with 0.8.11cvs21
3637                 see ChangeLog 2003-04-11
3638
3639 2003-04-11 [paul]       0.8.11claws84
3640
3641         * po/es.po
3642                 update Spanish translation. Submitted by Ricardo
3643                 Mones Lastra.
3644
3645 2003-04-10 [christoph]  0.8.11claws83
3646
3647         * src/mbox.c
3648                 fix typo that did not move unfiltered mails to destination
3649                 folder
3650
3651         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3652          when filtering from spool)
3653
3654 2003-04-10 [christoph]  0.8.11claws82
3655
3656         * src/imap.c
3657                 use BODY.PEEK instead of BODY in in message fetch operation
3658                 to make sure the IMAP server does not set the \Seen flag for
3659                 messages. Sylpheed does that later itself, when the message
3660                 is opened in sylpheed
3661
3662         (closes Bug 111 Claws destroys unread marks)
3663
3664 2003-04-09 [oliver]     0.8.11claws81
3665         
3666         * src/folder.c
3667                 fix crash in folder_destroy
3668         * README.claws
3669                 remove selective download
3670
3671 2003-04-09 [christoph]  0.8.11claws80
3672
3673         * src/imap.c
3674                 fix crash in imap_get_msginfo() when then fetched message
3675                 is not found
3676
3677         (closes Bug 110 Crash during mail composition)
3678
3679 2003-04-08 [christoph]  0.8.11claws79
3680
3681         * src/folder.c
3682         * src/prefs_account.c
3683                 Filter new messages that are found in an INBOX folder
3684                 when 'Filter messages on receiving' is enabled in the
3685                 Folder's AccountPrefs. This allows to use Sylpheed's
3686                 filtering engine for IMAP folders where messages are
3687                 added to the INBOX by a MTA
3688
3689 2003-04-08 [paul]       0.8.11claws78
3690
3691         * src/procmsg.h
3692                 clean up after last commit
3693
3694 2003-04-08 [paul]       0.8.11claws77
3695
3696         * sync with 0.8.11cvs20
3697                 see ChangeLog 2003-04-07 and 2003-04-08
3698
3699 2003-04-07 [christoph]  0.8.11claws76
3700
3701         * src/filtering.[ch]
3702         * src/inc.[ch]
3703         * src/mbox.c
3704         * src/procmsg.[ch]
3705                 add procmsg_msginfo_filter() to execute filtering actions
3706
3707 2003-04-06 [christoph]  0.8.11claws75
3708
3709         * src/imap.c
3710                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3711
3712 2003-04-06 [christoph]  0.8.11claws74
3713
3714         * src/common/utils.[ch]
3715                 add g_int_compare() function for slist sorting
3716
3717         * src/imap.c
3718                 fetch all MsgInfos with one command in imap_get_msginfos()
3719                 using an imap set with a list of ranges
3720
3721         * src/news.c
3722                 use new g_int_compare() function
3723
3724 2003-04-06 [thorsten]   0.8.11claws73
3725
3726         * src/mh.c
3727                 corrected implementation of mh_folder_destroy()
3728
3729 2003-04-05 [christoph]  0.8.11claws72
3730
3731         * src/account.c
3732         * src/folder.[ch]
3733         * src/folderview.c
3734         * src/imap.c
3735         * src/inc.c
3736         * src/main.c
3737         * src/mainwindow.c
3738         * src/mbox_folder.c
3739         * src/mh.c
3740         * src/mimeview.h
3741         * src/msgcache.[ch]
3742         * src/news.c
3743         * src/procmime.h
3744         * src/procmsg.[ch]
3745         * src/setup.c
3746         * src/gtk/gtkutils.c
3747                 o rename structure field names class and new to klass and
3748                   new_msgs, to allow including files in C++
3749                 o add 'extern "C"' block to some header files
3750                 o add MsgInfoList and MsgNumberList as alias for GSList for
3751                   developers to know what type of list is expected
3752
3753         * src/plugins/image_viewer/plugin.c
3754         * src/plugins/image_viewer/viewer.[ch]
3755         * src/plugins/image_viewer/viewerprefs.[ch]
3756                 rename function names to prevent conflicts
3757
3758 2003-04-05 [paul]       0.8.11claws71
3759
3760         * sync with 0.8.11cvs18
3761                 see ChangeLog 2003-04-03 and 2003-04-04
3762
3763 2003-04-02 [christoph]  0.8.11claws70
3764
3765         * src/folder.[ch]
3766         * src/imap.[ch]
3767         * src/mbox_folder.[ch]
3768         * src/mh.[ch]
3769         * src/news.[ch]
3770                 o Make all virtual folder functions private
3771                 o remove unused folder code
3772
3773         * src/common/socket.[ch]
3774         * src/summaryview.c
3775                 fix warnings
3776
3777 2003-03-30 [alfons]     0.8.11claws69
3778
3779         * src/send_message.c
3780                 remove two debug traces and see if people still report
3781                 errors
3782
3783 2003-03-30 [alfons]     0.8.11claws68
3784
3785         * src/send_message.c
3786         * src/commons/session.c
3787                 add more debug traces
3788
3789 2003-03-30 [christoph]  0.8.11claws67
3790
3791         * src/folder.c
3792                 change processing folder name from .processing to processing
3793
3794         * src/common/ssl.c
3795                 disable SSL certificate check because it causes Xlib error
3796                 when the child process want's to open an GTK window
3797
3798 2003-03-30 [christoph]  0.8.11claws66
3799
3800         * src/folder.c
3801                 don't use default folder for processing folder item because
3802                 it can be a non local folder
3803
3804         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3805
3806 2003-03-30 [alfons]     0.8.11claws65
3807
3808         * src/send_message.c
3809                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3810                 to generate bad code for 'send_send_data_progressive': When
3811                 called from 'send_send_data_finished', the 'data' pointer is
3812                 cleared just before the assignment to the dialog pointer
3813
3814 2003-03-29 [christoph]  0.8.11claws64
3815
3816         * src/common/prefs.h
3817         * src/plugins/image_viewer/Makefile.am
3818         * src/plugins/image_viewer/plugin.c
3819         * src/plugins/image_viewer/viewer.[ch]
3820         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3821                 add PrefsPage for ImageViewer
3822
3823 2003-03-28 [thorsten]   0.8.11claws63
3824
3825         * src/common/session.c
3826                 added some comments
3827
3828 2003-03-28 [paul]       0.8.11claws62
3829
3830         * sync with 0.8.11cvs16
3831                 see ChangeLog 2003-03-28
3832
3833 2003-03-28 [paul]       0.8.11claws61
3834
3835         * sync with 0.8.11cvs15
3836                 see ChangeLog 2003-03-28
3837
3838 2003-03-27 [christoph]  0.8.11claws60
3839
3840         * src/folder.c
3841         * src/imap.c
3842         * src/common/socket.[ch]
3843                 set socket state to DISCONNECTED when any operation
3844                 fails to allow reconnecting in IMAP code without
3845                 checking the return code of all calls to the command
3846                 functions
3847
3848         * src/folderview.c
3849         * src/summaryview.c
3850                 remove some more stuff that depends on specific
3851                 folder types
3852
3853 2003-03-27 [paul]       0.8.11claws59
3854
3855         * sync with 0.8.11cvs14
3856                 see ChangeLog 2003-03-27
3857                 
3858         * src/selective_download.[ch]   ** REMOVED **
3859                 really removed
3860
3861 2003-03-27 [christoph]  0.8.11claws58
3862
3863         * src/folder.c
3864                 fix handling of tmp_flags in flag copy function
3865
3866 2003-03-27 [paul]       0.8.11claws57
3867
3868         * sync with 0.8.11cvs13
3869                 see ChangeLog 2003-03-27
3870
3871 2003-03-27 [oliver]     0.8.11claws56
3872
3873         * src/maiwindow.c
3874                 remove sel_download_cb
3875
3876 2003-03-27 [oliver]     0.8.11claws55
3877         
3878         * src/inc.c
3879                 remove POP3_TOP
3880         
3881 2003-03-26 [oliver]     0.8.11claws54
3882
3883         *src/pop.h
3884                 remove POP3_TOP*
3885         * README.claws
3886                 remove selective donwload readme
3887
3888 2003-03-26 [oliver]     0.8.11claws53
3889         * src/matcher.[ch]
3890         * src/matcher_parser_parse.y 
3891         * src/pop.c 
3892         * src/prefs_account.[ch]
3893         * src/prefs_filtering.c
3894                 remove selective donwload
3895
3896 2003-03-26 [oliver]     0.8.11claws52
3897
3898         * src/inc.[ch] 
3899         * src/filtering.c 
3900         * src/mainwindow.c 
3901                 remove selective donwload
3902
3903 2003-03-26 [oliver]     0.8.11claws51
3904         
3905         * src/Makefile.am
3906         * src/selective_download.[ch]   ** REMOVE **    
3907
3908 2003-03-26 [christoph]  0.8.11claws50
3909
3910         * src/news.c
3911                 fix NEWS that got broken by a sync with sylpheed-main
3912
3913 2003-03-26 [christoph]  0.8.11claws49
3914
3915         * src/mimeview.c
3916                 fix mime type guessing when no mime type is found for a file
3917
3918 2003-03-25 [christoph]  0.8.11claws48
3919
3920         * src/mimeview.c
3921         * src/procmime.c
3922                 remove mime type guessing from mime parser and use
3923                 name based mime types in viewer lookup for mime type
3924                 application/octet-stream
3925
3926 2003-03-25 [christoph]  0.8.11claws47
3927
3928         * doc-src/readme.txt
3929         * doc-src/rfc2554.txt
3930                 add RFC about SMTP AUTH
3931
3932         * src/send_message.c
3933         * src/common/smtp.[ch]
3934                 add extra error code for authentication errors and
3935                 clear temporary password when this error occurs
3936
3937         (closes Bug 84 authentication failure while sending should
3938          prompt for password again)
3939
3940 2003-03-25 [christoph]  0.8.11claws46
3941
3942         * configure.ac
3943         * src/Makefile.am
3944         * src/imageview.[ch]                            ** REMOVE **
3945         * src/messageview.[ch]
3946         * src/mimeview.[ch]
3947         * src/prefs_common.[ch]
3948         * src/textview.c
3949         * src/plugins/Makefile.am
3950         * src/plugins/image_viewer/.cvsignore           ** NEW **
3951         * src/plugins/image_viewer/Makefile.am          ** NEW **
3952         * src/plugins/image_viewer/plugin.c             ** NEW **
3953         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3954                 move image viewer into a plugin (building is enabled by default)
3955                 [ToDo: Prefs for resize and autoview]
3956
3957 2003-03-25 [paul]       0.8.11claws45
3958
3959         * sync with 0.8.11cvs12
3960                 see ChangeLog 2003-03-26
3961
3962 2003-03-25 [paul]       0.8.11claws44
3963
3964         * sync with 0.8.11cvs11
3965                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3966                 
3967         Note: Selective Download is broken.
3968                 
3969 2003-03-22 [christoph]  0.8.11claws43
3970
3971         * src/folder.c
3972                 code cleanup for flags copying
3973
3974 2003-03-22 [christoph]  0.8.11claws42
3975
3976         * src/plugins/trayicon/trayicon.c
3977                 fix setting the transparent area when the window size
3978                 is forced by the system tray
3979
3980 2003-03-22 [christoph]  0.8.11claws41
3981
3982         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3983         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3984         * src/plugins/trayicon/newmail.xpm              ** NEW **
3985         * src/plugins/trayicon/nomail.xpm               ** NEW **
3986         * src/plugins/trayicon/trayicon.c
3987         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3988                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3989                 o add icon for unread mails
3990                 o set transparency for window
3991
3992 2003-03-22 [christoph]  0.8.11claws40
3993
3994         * src/news.c
3995                 init news session to prevent crash when session is closed
3996
3997 2003-03-22 [christoph]  0.8.11claws39
3998
3999         * src/imap.c
4000         * src/common/session.[ch]
4001                 Init session data to make sure we don't have invalid pointers
4002                 for read_ch and write_ch when new multi process sessions are
4003                 not used
4004
4005         * src/main.c
4006         * src/common/plugin.c
4007         * src/common/sylpheed.c
4008         * src/plugins/demo/demo.c
4009         * src/plugins/dillo_viewer/dillo_viewer.c
4010         * src/plugins/mathml_viewer/mathml_viewer.c
4011         * src/plugins/spamassassin/spamassassin.c
4012         * src/plugins/spamassassin/spamassassin_gtk.c
4013                 add plugin types to allow loading plugins at different times
4014                 (and maybe for different frontends), because it's not good to
4015                 load GTK-Plugins gefore gtk_init was called
4016
4017         * configure.ac
4018         * src/plugins/Makefile.am
4019         * src/plugins/trayicon/.cvsignore               ** NEW **
4020         * src/plugins/trayicon/Makefile.am              ** NEW **
4021         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
4022         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
4023         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
4024         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
4025         * src/plugins/trayicon/trayicon.c               ** NEW **
4026                 New Trayicon plugin that shows an icon in a systray that uses
4027                 XEMBED protocol like Gnome's systray. Icon shows if there
4028                 are new mails and a tooltip shows information about new,
4029                 unread and total messages.
4030
4031 2003-03-22 [paul]       0.8.11claws38
4032
4033         * src/common/smtp.c
4034                 fix ESMTP AUTH CRAM-MD5
4035                 [sync with main (still version 0.8.11cvs6), see
4036                  ChangeLog 2003-03-22]
4037
4038 2003-03-21 [colin]      0.8.11claws37
4039
4040         * src/send_message.c
4041                 Fix USE_SSL => USE_OPENSSL
4042
4043 2003-03-21 [colin]      0.8.11claws36
4044
4045         * src/folderview.c
4046                 Fix counts in drag and dropped subfolders
4047
4048 2003-03-21 [colin]      0.8.11claws35
4049
4050         * src/folder.c 
4051         * src/folderview.c
4052                 speed up a bit folder dnd
4053
4054 2003-03-20 [alfons]     0.8.11claws34
4055
4056         * src/main.c
4057         * src/toolbar.c
4058         * src/procmsg.c
4059                 don't send locked queue messages
4060                 (feature request "[ 705245 ] Locking message in outbox 
4061                  should prevent sending")
4062
4063 2003-03-20 [christoph]  0.8.11claws33
4064
4065         * src/folder.c
4066                 remove NEW and UNREAD flag in special folders when scanning
4067                 
4068         * src/common/smtp.c
4069                 fix ESMTP AUTH CRAM-MD5
4070
4071 2003-03-20 [paul]       0.8.11claws32
4072
4073         * src/prefs_account.c
4074                 Re-write 'Tunnel command to open connection' as
4075                 'Use command to communicate with server', and disable
4076                 it for all except IMAP accounts
4077
4078 2003-03-20 [paul]       0.8.11claws31
4079
4080         * sync with 0.8.11cvs6
4081                 see ChangeLog 2003-03-20
4082
4083 2003-03-19 [match]      0.8.11claws30
4084
4085         * src/addritem.[ch]
4086                 include documentation. minor refactoring.
4087         * src/addr_compl.[ch]
4088         * src/addrindex.[ch]
4089         * src/addresbook.[ch]
4090         * src/summaryview.c
4091                 re-enable address lookup (was disabled in
4092                 0.8.11claws20).
4093
4094 2003-03-19 [christoph]  0.8.11claws29
4095
4096         * src/procmsg.c
4097                 add temp flag handling, will make moving and copying
4098                 messages possible again
4099
4100         * src/folder.c
4101                 correct calulation of folder stats
4102
4103 2003-03-18 [match]      0.8.11claws28
4104
4105         * src/editgroup.h
4106                 remove case sensitive comparison (closes bug 80).
4107
4108 2003-03-18 [christoph]  0.8.11claws27
4109
4110         * src/imap.c
4111                 fix imap using a tunnel command
4112
4113         (closes bug 87)
4114
4115 2003-03-18 [christoph]  0.8.11claws26
4116
4117         * src/folder.[ch]
4118         * src/imap.c
4119         * src/procmsg.[ch]
4120                 rewrite flag handling for folders
4121
4122 2003-03-18 [christoph]  0.8.11claws25
4123
4124         * src/folder.c
4125         * src/procmsg.c
4126         * src/summaryview.c
4127                 unset NEW and UNREAD flags when message is ignored, to make
4128                 sure messages don't show up as unread on other IMAP clients,
4129                 because the IGNORE_THREAD flag can not be syncronized through
4130                 the IMAP folder
4131
4132 2003-03-17 [christoph]  0.8.11claws24
4133
4134         * src/imap.c
4135                 don't use recursion to fetch uids when the number of messages
4136                 does not match. Moved code into subfunction that is used
4137                 again when needed, to prevent an endless loop.
4138
4139 2003-03-17 [thorsten]   0.8.11claws23
4140
4141         * src/imageview.[ch]
4142                 export imageview_get_resized_size() (for plugins)
4143         * src/prefs_common.[ch]
4144                 added prefs_common_get() (for plugins)
4145
4146 2003-03-17 [christoph]  0.8.11claws22
4147
4148         * src/imap.c
4149                 o remove UID guessing from copy code
4150                 o support UIDPLUS extension for APPEND command
4151
4152 2003-03-17 [paul]       0.8.11claws21
4153
4154         * src/gtk/about.c
4155                 remove 'Compiled-plugins' section.
4156                 
4157         * src/plugins/dillo_viewer/dillo_viewer.c
4158                 slight change to description text
4159
4160 2003-03-16 [match]      0.8.11claws20
4161         * src/ldapserver.[ch]           ** NEW **
4162         * src/ldapctrl.[ch]             ** NEW **
4163         * src/ldapquery.[ch]            ** NEW **
4164         * src/ldaputil.[ch]             ** NEW **
4165         * src/addrcindex.[ch]           ** NEW **
4166         * src/addrquery.h               ** NEW **
4167         * src/addritem.[ch]
4168         * src/addrcache.[ch]
4169         * src/addrindex.[ch]
4170         * src/addr_compl.[ch]
4171         * src/addressbook.[ch]
4172         * src/addrbook.[ch]
4173         * src/editgroup.c
4174         * src/editaddress.c
4175         * src/editldap.c
4176         * src/editldap_basedn.c
4177         * src/vcard.c
4178         * src/jpilot.c
4179         * src/Makefile.am
4180                 included dynamic LDAP queries. improved address
4181                 completion.
4182
4183 2003-03-16 [paul]       0.8.11claws19
4184
4185         * tools/multiwebsearch.pl
4186                 fix a fatal typo
4187
4188 2003-03-16 [christoph]  0.8.11claws18
4189
4190         * src/mimeview.c
4191         * src/plugins/dillo_viewer/dillo_viewer.c
4192         * src/plugins/mathml_viewer/mathml_viewer.c
4193                 make unregistering of MimeViewerFactorys possible
4194
4195 2003-03-16 [alfons]     0.8.11claws17
4196
4197         * configure.ac
4198                 correct typo
4199
4200 2003-03-16 [melvin]     0.8.11claws16
4201
4202         * src/plugins/dillo_viewer.c
4203                 Fixed bug where it was not possible to view more than
4204                 one text/html attachment per message (bug discovered
4205                 by Christoph Hohmann).
4206
4207 2003-03-15 [melvin]     0.8.11claws15
4208
4209         * src/prefs_actions.c
4210                 Fixed compilation warnings.
4211
4212 2003-03-15 [melvin]     0.8.11claws14
4213
4214         * src/plugins/Makefile.am
4215         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4216         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4217         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4218                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4219                 newer (http://dillo.auriga.wearlab.de/).
4220
4221 2003-03-15 [christoph]  0.8.11claws13
4222
4223         * src/imap.c
4224                 don't query imap folder for attributes because we already
4225                 for them from imap_status
4226
4227         * src/mimeview.[ch]
4228                 add support for plugable MimeViewers (unloading Viewers
4229                 not yet complete)
4230
4231         * src/plugins/Makefile.am
4232         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4233         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4234         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4235                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4236                 widget from http://helm.cs.unibo.it/mml-widget/
4237
4238 2003-03-14 [christoph]  0.8.11claws12
4239
4240         * src/folder.[ch]
4241                 o error return code's should better be negative
4242                 o replace printf with debug_print
4243
4244         * src/imap.c
4245                 improve IMAP folder scan by checking UID-NEXT
4246
4247         * src/summaryview.c
4248                 remove check that are unnecessary in my opinion
4249
4250 2003-03-13 [christoph]  0.8.11claws11
4251
4252         * src/folder.[ch]
4253         * src/foldersel.c
4254         * src/folderview.c
4255         * src/imap.c
4256         * src/mbox_folder.c
4257         * src/mh.c
4258         * src/news.c
4259         * src/prefs_scoring.c
4260         * src/summaryview.c
4261                 use a common function to get a displayable name
4262                 for a FolderItem
4263
4264 2003-03-13 [paul]       0.8.11claws10
4265
4266         * tools/Makefile.am
4267           tools/README
4268           tools/multiwebsearch.conf     ** NEW FILE **
4269           tools/multiwebsearch.pl       ** NEW FILE **
4270                 add multiwebsearch Actions script
4271
4272 2003-03-13 [colin]      0.8.11claws9
4273
4274         * src/compose.c
4275                 Remove leading emtpy lines from quoted text
4276                 before quoting it
4277
4278 2003-03-13 [melvin]     0.8.11claws8
4279
4280         * src/prefs_actions.c
4281                 Fixed a memory leak
4282                 Code clean ups
4283                 Added Cancel and OK buttons
4284                 Corrected help text
4285
4286 2003-03-13 [christoph]  0.8.11claws7
4287
4288         * src/account.c
4289         * src/folder.[ch]
4290         * src/imap.c
4291         * src/mainwindow.c
4292         * src/mbox_folder.c
4293         * src/mh.c
4294         * src/news.c
4295         * src/setup.c
4296                 replace more folder type stuff with folder class stuff
4297
4298 2003-03-13 [melvin]     0.8.11claws6
4299
4300         * src/prefs_actions.c
4301                 Added new tokens:
4302                 %u: user provided argument
4303                 %h: user provided argument (hidden on input)
4304                 %s: current text selection in the message view 
4305
4306 2003-03-13 [paul]       0.8.11claws5
4307
4308         * sync with 0.8.11cvs5
4309                 see ChangeLog 2003-03-11, 2003-03-12
4310
4311 2003-03-12 [christoph]  0.8.11claws4
4312
4313         * src/folder.c
4314                 use folder class idstr when writing folderlist.xml
4315
4316         * src/folder.h
4317         * src/imap.c
4318         * src/news.c
4319                 replace folder type checks with folder class checks
4320
4321 2003-03-12 [christoph]  0.8.11claws3
4322
4323         * src/folder.[ch]
4324         * src/imap.[ch]
4325         * src/main.c
4326         * src/mbox_folder.[ch]
4327         * src/mh.[ch]
4328         * src/news.[ch]
4329                 o create a list of known folder classes in the folder system
4330                 o use folder class id strings for folder item identifiers
4331
4332 2003-03-12 [christoph]  0.8.11claws2
4333
4334         * src/imap.c
4335                 fix imap uid validity check
4336
4337 2003-03-12 [christoph]  0.8.11claws1
4338
4339         * src/account.c
4340         * src/folder.[ch]
4341         * src/foldersel.c
4342         * src/folderview.c
4343         * src/imap.c
4344         * src/mainwindow.c
4345         * src/mbox_folder.c
4346         * src/mh.c
4347         * src/news.c
4348         * src/prefs_scoring.c
4349         * src/procmsg.c
4350         * src/setup.c
4351         * src/summaryview.c
4352                 initial restructuring of folder system, seperating
4353                 folders and folder classes
4354
4355 2003-03-12 [paul]       0.8.11claws
4356
4357         0.8.11claws release
4358
4359 2003-03-12 [christoph]
4360
4361         * src/gtk/prefswindow.c
4362                 fix translation of "Page Index"
4363
4364 2003-03-12 [paul]       0.8.10claws110
4365
4366         a sync from 0.8.11cvs4 before the release
4367
4368         * src/common/utils.c
4369                 subject_compare_for_sort(): allow null strings (fixes
4370                 summary sorting).
4371
4372 2003-03-11 [paul]       0.8.10claws109
4373
4374         * po/es.po
4375                 update Spanish translation, submitted by
4376                 Ricardo Mones Lastra
4377
4378 2003-03-11 [melvin]     0.8.10claws108
4379
4380         * po/fr.po
4381                 Updated French translations
4382
4383 2003-03-11 [paul]       0.8.10claws107
4384
4385         * manual/en/Makefile.am
4386           manual/en/*.html
4387                 update English manual, add a new page
4388                 updated by Francois Barriere <fbarriere@atmel.fr>
4389                 
4390         * po/bg.po
4391           po/it.po
4392           po/sr.po
4393                 update Bulgarian, Italian, and Serbian translations
4394                 submitted by George Danchev, Alessandro Maestri, and
4395                 Urke MMI
4396
4397 2003-03-10 [paul]       0.8.10claws106
4398
4399         * src/gtk/about.c
4400           src/gtk/prefswindow.c
4401                 make some strings translatable
4402
4403 2003-03-10 [darko]      0.8.10claws105
4404
4405         * src/compose.c
4406                 code cleanup to make Hiro happy
4407
4408 2003-03-10 [paul]       0.8.10claws104
4409
4410         * sync with 0.8.11cvs2
4411                 see ChangeLog 2003-03-10
4412
4413 2003-03-09 [melvin]     0.8.10claws103
4414
4415         * src/textview.c
4416                 textview_set_font(): fix for message display in
4417                 UTF-8 locales (thanks to Sergey Vlasov).
4418                 (was unintentionnaly reverted in 0.8.6claws6)   
4419
4420 2003-03-08 [darko]      0.8.10claws102
4421
4422         * src/compose.c
4423                 fix infinite loop in wrapping as reported
4424                 by happycactus
4425                 obsoletes patch #696482
4426
4427 2003-03-08 [christoph]  0.8.10claws101
4428
4429         * src/imap.c
4430                 add workaround for IMAP servers that do not
4431                 support the "UID SEARCH UID" command
4432
4433 2003-03-07 [christoph]  0.8.10claws100
4434
4435         * src/plugins/spamassassin/spamassassin.[ch]
4436         * src/plugins/spamassassin/spamassassin_gtk.c
4437                 code cleanup
4438
4439 2003-03-07 [paul]       0.8.10claws99
4440
4441         * po/es.po
4442                 updated Spanish translation, submitted by
4443                 Ricardo Mones Lastra
4444
4445 2003-03-07 [christoph]  0.8.10claws98
4446
4447         * src/send.c
4448                 fix in 0.8.10claws94 was wrong
4449                 local delivery does not require escaping, remove escaping
4450                 code to make signatures of mails with "." lines valid
4451                 
4452                 NOTE: requires that sendmail is executed with "-i" option,
4453                       what is the default now, but has to be changed in all
4454                       exsiting accounts)
4455
4456 2003-03-07 [paul]       0.8.10claws97
4457
4458         * sync with 0.8.11 release
4459                 see ChangeLog 2003-03-07
4460
4461 2003-03-06 [paul]       0.8.10claws96
4462
4463         * src/compose.c
4464                 revert commit 0.8.10claws92
4465
4466 2003-03-06 [paul]       0.8.10claws95
4467
4468         * src/folderview.c
4469                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4470
4471         * src/gtkaspell.c
4472                 fix bug 74, 'Crash opening editor window with pseudo-color
4473                 display'
4474                 
4475         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4476
4477 2003-03-06 [christoph]  0.8.10claws94
4478
4479         * src/send.c
4480                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4481                 all lines starting with a period get an extra period
4482                 inserted
4483                 (found by Simon 'corecode' Schubert)
4484
4485 2003-03-06 [paul]       0.8.10claws93
4486
4487         * src/folderview.c
4488                 if configured font can't be loaded fall back to gtk
4489                 default. (with thanks to Christoph)
4490                 
4491                 closes long-standing bug 15 'Crashes on startup'
4492
4493 2003-03-06 [paul]       0.8.10claws92
4494
4495         * src/compose.c
4496                 freeze text before autosave and thaw afterwards
4497                 fixes bug 67 'autosave make re-rediting message crazy'
4498
4499 2003-03-06 [christoph]  0.8.10claws91
4500
4501         * src/compose.c
4502                 ignore address comment in dupe check for Cc-list
4503
4504         (closes reopened bug 47 Replying to message strips name part of
4505          e-mail addresses of Cc: lines)
4506
4507 2003-03-06 [paul]       0.8.10claws90
4508
4509         * src/Makefile.am
4510                 remove reference to gtkxtext.h as its no longer in
4511                 the repository
4512
4513 2003-03-06 [paul]       0.8.10claws89
4514
4515         * sync with 0.8.10cvs25
4516                 see ChangeLog 2003-03-06
4517
4518 2003-03-06 [oliver]     0.8.10claws88
4519         
4520         * src/messageview.c
4521                 remove include
4522
4523 2003-03-06 [oliver]     0.8.10claws87
4524         
4525         * src/folderview.c 
4526                 remove changes introduced inclaws74
4527         * src/messageview.c
4528                 another attempt to sanely delete and update
4529                 messages deleted in separate messageview
4530
4531 2003-03-05 [christoph]  0.8.10claws86
4532
4533         * src/summaryview.c
4534                 check if "From" matches any account's address if
4535                 addressbook completion of addresses is disabled too
4536
4537         (closes Bug 70 "Display recipient in from" doesn't check
4538          folder's default account)
4539
4540 2003-03-05 [christoph]  0.8.10claws85
4541
4542         * src/compose.c
4543         * src/common/utils.[ch]
4544                 don't strip address comments when building Cc lists
4545
4546         (closes Bug 47 Replying to message strips name part of e-mail addresses
4547          of Cc: lines)
4548
4549         * src/folder.c
4550                 fix return value of copy function
4551
4552 2003-03-05 [christoph]  0.8.10claws84
4553
4554         * src/imap.c
4555                 don't ask imap server for non rfc822 headers
4556
4557         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4558
4559         * src/imap.c
4560                 destroy session on socket error to allow reconnecting
4561
4562 2003-03-05 [christoph]  0.8.10claws83
4563
4564         * configure.ac
4565                 fix building with gnome when no prefix is set
4566
4567         (closes bug 66 Gnome directory is set to NONE)
4568
4569 2003-03-05 [paul]       0.8.10claws82
4570
4571         * sync with 0.8.10cvs23
4572                 see ChangeLog 2003-03-05
4573
4574 2003-03-04 [christoph]  0.8.10claws81
4575
4576         * src/folder.c
4577                 o fix moving and copying when folder returns 0 for new
4578                   message number
4579                 o remove some code for single message copy and move
4580                   operations and use functions for multiple messages
4581
4582         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4583
4584         * src/news.c
4585                 remove unused include
4586
4587 2003-03-04 [paul]       0.8.10claws80
4588
4589         * src/gtk/about.c
4590                 list 'Compiled plugins'
4591
4592 2003-03-03 [christoph]  0.8.10claws79
4593
4594         * src/news.[ch]
4595                 have to multiply the percentage of the current fetch with
4596                 the percentage that it has of the total fetch operation
4597                 for correct values
4598
4599 2003-03-03 [christoph]  0.8.10claws78
4600
4601         * src/news.c
4602                 fix calculation of expected lines for progress indicator
4603
4604 2003-03-03 [christoph]  0.8.10claws77
4605
4606         * src/summaryview.c
4607         * src/common/utils.c
4608                 fix segfault when opening the root news folder
4609
4610 2003-03-03 [christoph]  0.8.10claws76
4611
4612         * src/mainwindow.[ch]
4613         * src/common/Makefile.am
4614         * src/common/progressindicator.[ch]
4615                 add UI independent progress indicator handling
4616
4617         * src/news.[ch]
4618                 use new progress indicator for message info fetching
4619
4620         * src/common/hooks.h
4621                 code cleanup
4622
4623 2003-03-03 [oliver]     0.8.10claws75
4624
4625         * src/toolbar.c
4626         * src/compose.c
4627                 removed commented code
4628
4629 2003-03-03 [oliver]     0.8.10claws74
4630
4631         * src/toolbar.[ch]
4632                 cleanups and refactoring
4633         * src/compose.[ch]
4634                 compose_reply_mode reply & forwarding interface for
4635                 toolbar buttons
4636         * src/folderview.c
4637                 act on messages marked for deletion in folderview_selected
4638                 based on prefs_common.immediate_exec since a message might 
4639                 have been deleted by messageview in a folder we are changing 
4640                 to (does anybody understand what I'm on about ?)
4641
4642 2003-03-03 [oliver]     0.8.10claws73
4643         
4644         * src/messageview.[ch]
4645                 new functions
4646                 - messageview_delete: delete message shown in messagview
4647                 - messageview_update_view: update messageview to currently 
4648                   selected summaryview message
4649                 - add separate messageview to msgview_list in order to update 
4650                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4651         * src/summaryview.[ch]
4652                 summary_get_selection returns a list of selected msgs
4653                 in summaryview
4654         * src/mainwindow.c
4655                 toolbar reply refactoring
4656
4657 2003-03-03 [paul]       0.8.10claws72
4658
4659         * sync with 0.8.10cvs21
4660                 see ChangeLog 2003-03-03
4661
4662 2003-03-02 [christoph]  0.8.10claws71
4663
4664         * src/common/passcrypt.c
4665                 use POSIX includes
4666
4667 2003-03-02 [christoph]  0.8.10claws70
4668
4669         * configure.ac
4670         * src/prefs_account.c
4671         * src/prefs_gtk.[ch]
4672         * src/common/.cvsignore
4673         * src/common/Makefile.am
4674         * src/common/passcrypt.c                ** NEW **
4675         * src/common/passcrypt.h.in             ** NEW **
4676                 Implement password encryption in config files
4677                 using unix encrypt and setkey functions. The crypt
4678                 key can be set as a configure parameter. Old
4679                 passwords will be converted if they do not begin
4680                 with '!'
4681
4682 2003-03-02 [paul]       0.8.10claws69
4683
4684         * src/prefs_account.c
4685                 fix compile error
4686
4687 2003-03-01 [thorsten]   0.8.10claws68
4688
4689         * po/el.po
4690           po/hr.po
4691           po/it.po
4692           po/nl.po
4693           po/sr.po
4694           po/sv.po
4695                 corrected format strings
4696         * po/en_GB.po
4697                 corrected headers
4698                 (fix compile errors with GNU gettext-0.11.5)
4699
4700 2003-03-01 [oliver]     0.8.10claws67
4701
4702         * src/summaryview.c
4703                 menu callbacks call toolbar_menu_reply
4704
4705 2003-03-01 [oliver]     0.8.10claws66
4706
4707         * src/mainwindow.c
4708         * src/messageview.c
4709                 menu callbacks call toolbar_menu_reply
4710         * src/toolbar.[ch]
4711                 callbacks from menu handled by toolbar_menu_reply
4712
4713 2003-03-01 [paul]       0.8.10claws65
4714
4715         * src/addressbook.c
4716                 revert commit 0.8.10claws54 - breaks editing of
4717                 addressbook.
4718                 
4719         * po/bg.po
4720                 update Bulgarian translation, submitted by
4721                 George Danchev
4722
4723 2003-02-28 [christoph]  0.8.10claws64
4724
4725         * src/account.c
4726         * src/addressadd.c
4727         * src/compose.c
4728         * src/gtkaspell.c
4729         * src/gtkxtext.h                ** REMOVE **
4730         * src/imap.c
4731         * src/matcher.[ch]
4732         * src/mh.c
4733         * src/news.c
4734         * src/pine.c
4735         * src/prefs_common.c
4736         * src/prefs_matcher.c
4737         * src/procheader.[ch]
4738         * src/procmsg.[ch]
4739         * src/toolbar.c
4740         * src/common/ssl_certificate.c
4741         * src/gtk/colorlabel.c
4742         * src/gtk/menu.c
4743                 o fix warnings
4744                 o remove code obsoleted by new cache and folder system rework
4745
4746 2003-02-28 [oliver]     0.8.10claws63
4747         
4748         * src/toolbar.[ch]
4749                 * fix bug where reply in Messageview replied to 
4750                 Message displayed in summaryview
4751                 (reportedd via ML by chinatinte at gmx dot ch)
4752                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4753                 didn't work in separate MessageView Toolbar
4754                 (wondering if anybody uses this at all ?)
4755         * src/summaryview.[ch]
4756                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4757                 (generalize reply and forward code);
4758         * src/messageview.c 
4759                 remove focus_in event which updated summaryview to messageview
4760
4761 2003-02-28 [paul]       0.8.10claws62
4762
4763         * po/Makefile.in.in
4764                 add the --check option
4765                 Patch submitted by Ricardo Mones Lastra
4766
4767 2003-02-28 [paul]       0.8.10claws61
4768
4769         * src/prefs_account.c
4770                 re-order 'Signature' items
4771
4772 2003-02-28 [paul]       0.8.10claws60
4773
4774         * sync with 0.8.10cvs20
4775                 see ChangeLog 2003-02-28
4776
4777 2003-02-28 [paul]       0.8.10claws59
4778
4779         * po/POTFILES.in
4780                 update to reflect recent movement of files
4781
4782 2003-02-28 [paul]       0.8.10claws58
4783
4784         * sync with 0.8.10cvs19
4785                 see ChangeLog 2003-02-28
4786
4787 2003-02-27 [martin]     0.8.10claws57
4788
4789         * src/prefs_matcher.c 
4790                 fix segfault in prefs_matcher_ok() when the
4791                 last entry is deleted and prevents that the
4792                 message "entry not saved" comes up after deleting
4793                 an entry
4794
4795 2003-02-27 [martin]     0.8.10claws56
4796
4797         * src/prefs_filtering.c 
4798                 fix segfault in prefs_filtering_ok() when the
4799                 last entry is deleted and prevents that the
4800                 message "entry not saved" comes up after deleting
4801                 an entry
4802
4803 2003-02-27 [paul]       0.8.10claws55
4804
4805         * sync with 0.8.10cvs18
4806                 see ChangeLog 2003-02-27
4807
4808 2003-02-27 [paul]       0.8.10claws54
4809
4810         * src/addressbook.c
4811                 fix bug where the address book crashes with 
4812                 multiple lookups.
4813                 Patch [687729] submitted by David Frager 
4814                 <dbfrager@users.sourceforge.net>
4815
4816 2003-02-25 [christoph]  0.8.10claws53
4817
4818         * src/Makefile.am
4819         * src/colorlabel.[ch]           ** REMOVE **
4820         * src/gtk/Makefile.am
4821         * src/gtk/colorlabel.[ch]       ** NEW **
4822                 move colorlabel files to gtk directory
4823
4824         * src/esmtp.[ch]                ** REMOVE **
4825                 has been merged into smtp.[ch] in 0.7.5
4826
4827 2003-02-25 [christoph]  0.8.10claws52
4828
4829         * src/Makefile.am
4830         * src/about.[ch]                ** REMOVE **
4831         * src/gtk/Makefile.am
4832         * src/gtk/about.[ch]            ** NEW **
4833                 move about files to gtk directory
4834
4835 2003-02-25 [christoph]  0.8.10claws51
4836
4837         * src/folder.c
4838                 some code optimization of folder scanning code
4839
4840         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4841
4842 2003-02-25 [christoph]  0.8.10claws50
4843
4844         * src/main.c
4845         * src/common/sylpheed.c
4846                 add command line parameter parsing to common code
4847
4848 2003-02-24 [christoph]
4849
4850         * Makefile.am
4851         * configure.ac
4852                 fix gnome prefix problems, the configure script now removed
4853                 `gnome-config --prefix` from `gnome-config --datadir`
4854                 and adds $(prefix} instead
4855
4856         (closes Bug 24 Makefile does not respect prefix when installing
4857          GNOME data)
4858
4859 2003-02-24 [christoph]  0.8.10claws49
4860
4861         * src/news.c
4862                 check for valid session before trying to authenticate
4863
4864         (closes Bug 60 crash if "authenticate on logon" is activated
4865          and newsserver-hostname is not valid)
4866
4867 2003-02-24 [melvin]     0.8.10claws48
4868
4869         * src/prefs_actions.c
4870                 Make sure all user's input is sent to the action and then
4871                 close the socket..
4872
4873 2003-02-23 [alfons]     0.8.10claws46
4874
4875         * src/summaryview.c
4876                 also wait cursor when deleting files
4877
4878 2003-02-23 [paul]
4879
4880         * tools/freshmeat_search.pl
4881           tools/google_search.pl
4882                 scripts should now work for any browser/browser command line
4883
4884 2003-02-22 [christoph]  0.8.10claws45
4885
4886         * src/procmsg.c
4887                 fix IMAP flag setting, IMAP flag is not handled correctly
4888                 anymore by the folder system and information about the
4889                 folder should not be saved in the MsgInfo (in my opinion)
4890
4891         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4892
4893 2003-02-22 [christoph]  0.8.10claws44
4894
4895         * src/summaryview.c
4896                 fix spelling of "label" ;-)
4897
4898 2003-02-22 [thorsten]   0.8.10claws43
4899
4900         * src/mimeview.c
4901           src/prefs_common.[ch]
4902           src/procmime.[ch]
4903                 do not use description as attachment name
4904
4905 2003-02-22 [alfons]     0.8.10claws42
4906
4907         * src/summaryview.c
4908                 freeze/thaw folder item updates when changing color labels,
4909                 and put a wait cursors on
4910
4911 2003-02-22 [thorsten]   0.8.10claws41
4912
4913         * src/mimeview.c
4914                 save-all fixes: crash if invoked on multipart container,
4915                 mimeinfo access, pathseparators, error dialog
4916
4917 2003-02-21 [alfons]     0.8.10claws40
4918
4919         * src/prefs_gtk.c
4920                 remove unused var
4921
4922 2003-02-21 [colin]      0.8.10claws39
4923
4924         * src/send.c
4925                 Fix smtp logging
4926
4927 2003-02-21 [colin]      0.8.10claws38
4928
4929         * src/summaryview.c
4930                 Freeze/thaw folderItem updates when filtering messages 
4931                 via Tools/Filter messages
4932
4933 2003-02-21 [paul]       0.8.10claws37
4934
4935         * src/compose.c
4936                 revert commit 0.8.10claws26, there are ulterior motives
4937                 for users to set a Reply-To header when posting to
4938                 newsgroups
4939
4940 2003-02-21 [paul]       0.8.10claws36
4941
4942         * sync with 0.8.10cvs17
4943                 see ChangeLog 2003-02-21
4944
4945 2003-02-20 [christoph]  0.8.10claws35
4946
4947         * src/imap.c
4948                 IMAP UID fetch speedup using SEARCH
4949
4950         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4951
4952         * src/imap.c
4953                 fix problem with UIDs in IMAP UID cache that no longer existed
4954
4955 2003-02-20 [christoph]  0.8.10claws34
4956
4957         * src/imap.c
4958         * src/procheader.c
4959         * src/procheader.h
4960                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4961
4962         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4963
4964         * src/imap.c
4965                 Rewrite imap_cmd_gen_recv use sock_getline instead
4966                 of sock_gets to avoid problems with too long reply
4967                 lines
4968     
4969 2003-02-20 [colin]      0.8.10claws33
4970         
4971         * src/prefs_account.c
4972                 Better wording
4973
4974 2003-02-20 [colin]      0.8.10claws32
4975
4976         * src/compose.c
4977                 Remove useless '&& !to_sender' 
4978
4979 2003-02-20 [darko]
4980
4981         * AUTHORS
4982                 change my e-mail address
4983
4984 2003-02-19 [colin]      0.8.10claws31
4985
4986         * src/prefs_common.c
4987                 X11 style colors for every configurable color
4988
4989 2003-02-19 [alfons]     0.8.10claws30
4990
4991         * src/prefs_gtk.[ch]
4992         * src/prefs_common.c
4993                 for color_new accept both plain integers and X11 style color
4994                 names (as found in /usr/lib/X11/rgb.txt)
4995
4996 2003-02-19 [paul]       0.8.10claws29
4997
4998         * src/mainwindow.c
4999                 add tooltips to online/offline button and account selector
5000                 button
5001
5002 2003-02-19 [paul]       0.8.10claws28
5003
5004         * src/folder.c
5005           src/news.c
5006           src/prefs_account.[ch]
5007           src/prefs_common.[ch]
5008                 move 'Maximum number of articles to download' to
5009                 account prefs.
5010                 clean up account prefs gui a little by hiding entries
5011                 rather then greying out entries
5012
5013 2003-02-19 [hiro]       0.8.10claws27
5014
5015         * src/common/utils.c
5016                 fix bug #54 'yesterdays date is displayed in the message 
5017                 summary window'
5018
5019 2003-02-19 [paul]       0.8.10claws26
5020
5021         * src/compose.c
5022                 fix bug reported in Feature Request [688596] 
5023                 'Reply-to header in news'
5024
5025 2003-02-18 [paul]       0.8.10claws25
5026
5027         * src/select-keys.c
5028                 add a 'List all keys' button to key selection dialog
5029
5030 2003-02-18 [colin]      0.8.10claws24
5031         
5032         * src/stock_pixmap.c
5033                 fix compile error
5034
5035 2003-02-18 [colin]      0.8.10claws23
5036
5037         * src/common/smtp.[ch]
5038           src/prefs_account.c
5039                 Try to starttls if it seems to be the only
5040                 way to authenticate a user
5041
5042 2003-02-18 [paul]       0.8.10claws22
5043
5044         * src/Makefile.am
5045           src/folderview.c
5046           src/stock_pixmap.[ch]
5047           src/pixmaps/drafts_close.xpm  ** NEW FILE **
5048           src/pixmaps/drafts_open.xpm   ** NEW FILE **
5049                 as a Drafts folder is a special folder allow it to have
5050                 its own unique icons
5051
5052 2003-02-18 [colin]      0.8.10claws21
5053
5054         * src/imap.c
5055                 Fix port selection when using starttls
5056
5057 2003-02-18 [paul]       0.8.10claws20
5058
5059         * src/mainwindow.c
5060           src/prefs_common.[ch]
5061                 make blue the default new mail colour
5062
5063 2003-02-18 [paul]       0.8.10claws19
5064
5065         * sync with 0.8.10cvs14
5066                 see ChangeLog 2003-02-18
5067
5068 2003-02-17 [jens]       0.8.10claws18
5069
5070         * src/common/md5.c
5071                 fixed a compile problem with gcc 3.3
5072                 works on 2.95.3 too (testet on PPC as it is big endian)
5073
5074 2003-02-17 [paul]       0.8.10claws17
5075
5076         * sync with 0.8.10cvs13
5077                 see ChangeLog 2003-02-17
5078
5079 2003-02-17 [paul]       0.8.10claws16
5080
5081         * sync with 0.8.10cvs12
5082                 see ChangeLog 2003-02-17
5083
5084 2003-02-16 [match]      0.8.10claws15
5085
5086         * src/addressbook.c
5087                 Eliminates reloading of address data when items
5088                 deleted or added. Applied submitted by
5089                 Luke Plant <lukeplant@softhome.net>
5090
5091 2003-02-16 [paul]       0.8.10claws14
5092
5093         * src/news.c
5094                 when a 'protocol error' is encountered disconnect from
5095                 the server. This means that the user can carry on viewing
5096                 other articles and doesn't have to either wait until the
5097                 server timesout or quit sylpheed.
5098                 Fixes bug #53 'Unable to read messages in newsgroups, 
5099                 displayed message doesn't change'
5100
5101 2003-02-15 [christoph]  0.8.10claws13
5102
5103         * src/imap.c
5104                 fix bug that stopped scanning of folders when an
5105                 IMAP folder was empty
5106
5107         (closes bug 46 stop scan messages in folders after empty folder)
5108
5109 2003-02-15 [paul]
5110
5111         * tools/Makefile.am
5112           tools/README
5113           tools/freshmeat_search.pl     ** NEW FILE **
5114           tools/google_search.pl        ** NEW FILE **
5115                 Add 2 Actions scripts which search freshmeat/google
5116                 for the selected text using the browser configured
5117                 in sylpheedrc.
5118                 
5119         Note: These scripts are very dependent on the format of the
5120         browser command and may not work on every occasion. Testing
5121         is welcome. 
5122
5123 2003-02-14 [alfons]     0.8.10claws12
5124
5125         * src/compose.c
5126                 fix breakage because of uninitialized account pointer.
5127                 please verify.
5128
5129 2003-02-14 [paul]       0.8.10claws11
5130
5131         * src/compose.c
5132           src/prefs_account.[ch]
5133           src/prefs_common.[ch]
5134                 move signature settings to Account Prefs
5135
5136 2003-02-14 [paul]       0.8.10claws10
5137
5138         * sync with 0.8.10cvs11
5139                 see ChangeLog 2003-02-14
5140
5141 2003-02-13 [thorsten]   0.8.10claws9
5142
5143         * src/news.c
5144                 revert news progressbar (GUI separation)
5145
5146 2003-02-13 [paul]       0.8.10claws8
5147
5148         * src/compose.c
5149                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5150                 paragraph 1
5151
5152 2003-02-13 [paul]       0.8.10claws7
5153
5154         * src/compose.[ch]
5155           src/summaryview.c
5156                 fix 'Follow-up and Reply-to' so that it creates a reply to
5157                 the newsgroup and the sender. If the message has the keyword
5158                 'poster' in the Followup-To header, all replies go to the
5159                 sender, re: RFC 1036, Section 2.2.3
5160                 rename all instances of 'ignore_replyto' to 'to_sender', both
5161                 were previously used, now we use just one.
5162
5163 2003-02-13 [paul]       0.8.10claws6
5164
5165         * sync with 0.8.10cvs9
5166                 see ChangeLog 2003-02-13
5167
5168 2003-02-13 [paul]       0.8.10claws5
5169
5170         * configure.ac
5171                 show which plugins are configured in the configure
5172                 output.
5173
5174 2003-02-12 [thorsten]   0.8.10claws4
5175
5176         * src/news.c
5177                 show progress while fetching news headers
5178
5179 2003-02-12 [christoph]  0.8.10claws3
5180
5181         * configure.ac
5182         * src/plugins/Makefile.am
5183                 use AM_CONDITIONAL to enable plugins, automake correctly
5184                 manages this when creating distdir
5185
5186 2003-02-12 [christoph]  0.8.10claws2
5187
5188         * ac/spamassassin.m4
5189         * src/plugins/spamassassin/Makefile.am
5190                 fix building SpamAssassin plugin without OpenSSL
5191
5192 2003-02-12 [paul]       0.8.10claws1
5193
5194         * ac/Makefile.am
5195           src/Makefile.am
5196           src/plugins/Makefile.am
5197                 fix failure of 'make release'
5198
5199 2003-02-12 [paul]       0.8.10claws
5200
5201         * 0.8.10claws released
5202
5203 2003-02-12 [paul]       0.8.9claws56
5204
5205         * po/bg.po
5206           po/es.po
5207           po/it.po
5208           po/ru.po
5209           po/sr.po
5210                 updated translations by George Danchev, Ricardo Mones Lastra,
5211                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5212                 
5213         * sylpheed.spec.in
5214                 Allow the building of RPMs by a regular user. Submitted
5215                 by Sergei Astanin
5216
5217 2003-02-11 [alfons]     0.8.9claws55
5218
5219         * src/colorlabel.c
5220                 don't use pixmaps for label color rect but draw rectangles
5221                 so we can respect the color map of palette based visuals
5222                 (fixes the long time crashes on Suns - thanks to Andreas
5223                 Engel and Steve O'Hara-Smith for testing)
5224
5225 2003-02-11 [christoph]  0.8.9claws54
5226
5227         * src/matcher_parser_parse.y
5228                 correct bug where filering rules of not existing folders in
5229                 matcherrc were added to global filtering
5230                 
5231         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5232          main filter-rules after removing directory, http://bugs.debian.org/180253)
5233         
5234 2003-02-11 [paul]       0.8.9claws53
5235
5236         * sync with 0.8.10cvs7
5237                 see ChangeLog 2003-02-09
5238
5239 2003-02-11 [melvin]     0.8.9claws52
5240
5241         * po/fr.po
5242                 Updated French tranlsations
5243
5244 2003-02-10 [paul]       0.8.9claws51
5245
5246         * sylpheed.spec.in
5247                 correct --enable-openssl
5248                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5249
5250 2003-02-09 [martin]     0.8.9claws50
5251
5252         * src/prefs_matcher.c
5253                 fix segfault in prefs_matcher_substitute_cb() when
5254                 no row is selected
5255
5256 2003-02-09 [paul]       0.8.9claws49
5257
5258         * src/folderview.c
5259                 fix bug where a newsgroup folder's processing rules were
5260                 merged with the global filtering rules when the newsgroup
5261                 folder was deleted, causing some seriously bad results,
5262                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5263
5264 2003-02-08 [melvin]     0.8.9claws48
5265
5266         * src/compose.c
5267                 Corrected and modified an alert message.
5268
5269 2003-02-07 [paul]       0.8.9claws47
5270
5271         * src/folderview.c
5272                 fix bug where both an 'Account properties' window and a
5273                 'Folder properties' window were opened when clicking on
5274                 'Properties' in an NNTP or IMAP folder's popup menu.
5275
5276 2003-02-07 [paul]       0.8.9claws46
5277
5278         * sync with 0.8.10cvs6
5279                 see ChangeLog 2003-02-06
5280
5281 2003-02-06 [christoph]  0.8.9claws45
5282
5283         * src/mbox.c
5284                 freeze folder updates while importing mbox files
5285                 (closes bug 43 importing mbox took hours)
5286                 
5287         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5288
5289 2003-02-06 [thorsten]   0.8.9claws44
5290
5291         * po/de.po
5292                 Updated german translations
5293
5294 2003-02-06 [thorsten]   0.8.9claws43
5295
5296         * src/news.h
5297                 use guint for message numbers (fix count in grouplist dialog)
5298
5299 2003-02-05 [paul]       0.8.9claws42
5300
5301         * sync with 0.8.10cvs2
5302                 see ChangeLog 2003-02-05
5303
5304 2003-02-04 [colin]      0.8.9claws41
5305
5306         * src/prefs_common.[ch]
5307           src/procmsg.c
5308           src/summaryview.c
5309                 Add an option to disable threading by subject
5310
5311 2003-02-04 [christoph]  0.8.9claws40
5312
5313         * src/inc.c
5314                 only abort fetching mails from multiple accounts when the
5315                 error is fatal and does not allow to check any more accounts
5316                 (currently only disk full error)
5317
5318         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5319          receive mails for other accouts)
5320
5321 2003-02-04 [christoph]  0.8.9claws39
5322
5323         * src/folder.c
5324                 first add the new message to the cache, then
5325                 send the update notification
5326
5327         (closes bug 39 after sending message folderview doesnt get updated)
5328
5329 2003-02-04 [colin]      0.8.9claws38
5330
5331         * src/inc.c
5332                 _really_ fix this Connecting... status
5333
5334 2003-02-04 [paul]       0.8.9claws37
5335
5336         * sync with 0.8.10
5337                 see ChangeLog 2003-02-04
5338
5339 2003-02-04 [paul]       0.8.9claws36
5340
5341         * sync with 0.8.9cvs6
5342                 see ChangeLog 2003-02-03
5343
5344 2003-02-04 [paul]       0.8.9claws35
5345
5346         * po/pt_BR.po
5347                 updated by André Filipe de Assunção e Brito 
5348                 <bedecko@netsite.com.br>
5349
5350 2003-02-03 [thorsten]   0.8.9claws34
5351
5352         * po/de.po
5353                 Updated german translations
5354
5355 2003-02-02 [paul]       0.8.9claws33
5356
5357         * po/es.po
5358                 updated by Ricardo Mones Lastra
5359
5360 2003-02-02 [thorsten]   0.8.9claws32
5361
5362         * src/mh.c
5363                 Fix mh_get_msginfo() segfault if file is inaccessible
5364
5365 2003-01-31 [colin]      0.8.9claws31
5366
5367         * src/procheader.c
5368                 Fix last commit's bug
5369
5370 2003-01-31 [colin]      0.8.9claws30
5371
5372         * src/procheader.c
5373                 Missing a change for gpg-signed messages
5374
5375 2003-01-31 [paul]       0.8.9claws29
5376
5377         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5378           src/procheader.c
5379           src/stock_pixmap.[ch]
5380           src/summaryview.c
5381                 indicate GnuPG signed messages by displaying an icon
5382                 in the Attachment column.
5383
5384 2003-01-31 [paul]       0.8.9claws28
5385
5386         * sync with 0.8.9cvs4
5387                 see ChangeLog 2003-01-31
5388
5389 2003-01-31 [alfons]     0.8.9claws27
5390
5391         * src/textview.c
5392                 tune URI parser to accept mailto URLs with a '?'
5393                 (patch from Ruslan Balkin)
5394
5395 2003-01-31 [colin]      0.8.9claws26
5396
5397         * src/summaryview.c
5398                 Fix a leak introduced in claws24
5399
5400 2003-01-31 [colin]      0.8.9claws25
5401
5402         * src/summaryview.c
5403                 Freeze/Thaw folder updates when deleting dups
5404
5405 2003-01-31 [colin]      0.8.9claws24
5406         
5407         * src/addr_compl.c
5408           src/summaryview.c
5409           src/msgcache.c
5410                 little speed improvements
5411
5412 2003-01-31 [colin]      0.8.9claws23
5413
5414         * src/summaryview.c
5415                 Fix segfault when forwarding nothing
5416                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5417                 
5418 2003-01-30 [paul]       0.8.9claws22
5419
5420         * sync with 0.8.9cvs3
5421                 see ChangeLog 2003-01-30
5422
5423 2003-01-30 [paul]       0.8.9claws21
5424
5425         * sync with 0.8.9cvs2
5426                 see ChangeLog 2003-01-30
5427
5428 2003-01-29 [paul]       0.8.9claws20
5429
5430         * sync with 0.8.9cvs1
5431                 see ChangeLog 2003-01-29
5432
5433 2003-01-28 [paul]       0.8.9claws19
5434
5435         * po/POTFILES.in
5436                 update to reflect changes. 
5437                 thanks to Ricardo Mones Lastra
5438
5439 2003-01-27 [christoph]  0.8.9claws18
5440
5441         * ac/openssl.m4
5442         * ac/spamassassin.m4
5443         * src/plugins/spamassassin/README
5444         * src/plugins/spamassassin/libspamc.[ch]
5445         * src/plugins/spamassassin/utils.[ch]
5446                 updated to latest libspamc
5447
5448 2003-01-27 [christoph]  0.8.9claws17
5449
5450         * src/folder.c
5451                 fix wrong use of procheader_get_header_fields
5452
5453 2003-01-27 [christoph]  0.8.9claws16
5454
5455         * src/news.c
5456         * src/prefs_account.[ch]
5457         * src/common/nntp.[ch]
5458                 allow to force authentication for NNTP servers
5459
5460         Patch submitted by Florian Mickler <dmk@d-labs.de>
5461
5462 2003-01-26 [paul]       0.8.9claws15
5463
5464         * src/summaryview.c
5465                 speed up of marking messages as read
5466                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5467
5468 2003-01-26 [christoph]  0.8.9claws14
5469
5470         * src/Makefile.am
5471         * src/mgutils.[ch]              ** REMOVE **
5472         * src/xml.[ch]                  ** REMOVE **
5473         * src/xmlprops.[ch]             ** REMOVE **
5474         * src/common/Makefile.am
5475         * src/common/mgutils.[ch]       ** NEW **
5476         * src/common/xml.[ch]           ** NEW **
5477         * src/common/xmlprops.[ch]      ** NEW **
5478                 move xml files to common directory
5479
5480 2003-01-26 [christoph]  0.8.9claws13
5481
5482         * src/plugins/spamassassin/spamassassin_gtk.c
5483                 only set gtk entry text if string is available
5484
5485 2003-01-26 [melvin]     0.8.9claws12
5486
5487         * src/description_window.c
5488                 Allow resizing of the window
5489                 Allow automatic horizontal scroll bar
5490                 Do not vertically expand and fill
5491
5492 2003-01-26 [christoph]  0.8.9claws11
5493
5494         * src/Makefile.am
5495         * src/gtkutils.[ch]             ** REMOVE **
5496         * src/common/sylpheed.c
5497         * src/gtk/Makefile.am
5498         * src/gtk/description_window.c
5499         * src/gtk/gtkutils.[ch]         ** NEW **
5500         * src/gtk/prefswindow.c
5501                 move gtkutils to gtk directory
5502
5503 2003-01-26 [paul]       0.8.9claws10
5504
5505         * src/summaryview.c
5506                 rename summary_unread_clicked() to summary_status_clicked()
5507
5508 2003-01-26 [melvin]     0.8.9claws9
5509
5510         * src/prefs_actions.c
5511                 Cosmetical changes to the help text
5512
5513 2003-01-26 [paul]       0.8.9claws8
5514
5515         * src/folder.[ch]
5516           src/mainwindow.c
5517           src/prefs_common.c
5518           src/prefs_sumamry_column.c
5519           summaryview.[ch]
5520                 rename the 'Unread' column to 'Status'
5521
5522 2003-01-25 [match]      0.8.9claws7
5523
5524         * src/mgutils.[ch]
5525                 removed reference to LDAP constants. removed error2string.
5526                 included functions to support LDAP dynamic queries.
5527         * src/syldap.h
5528                 moved LDAP constants here.
5529         * src/addressbook.c
5530         * src/addrindex.c
5531         * src/importldif.c
5532                 removed references to LDAP constants and references to
5533                 error2string.
5534
5535 2003-01-25 [paul]       0.8.9claws6
5536
5537         * src/summaryview.c
5538                 summary_thread_build(), summary_thread_init(): remove 
5539                 unneeded reference to summaryview->folder_item
5540
5541 2003-01-25 [christoph]  0.8.9claws5
5542
5543         * src/gtk/description_window.c
5544                 o allow description texts to expand over multiple columns
5545                 o translate all columns
5546         * src/prefs_actions.c
5547                 change syntax description to use new multi column feature
5548
5549         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5550
5551 2003-01-25 [match]      0.8.9claws4
5552
5553         * src/vcard.c
5554                 fixed bug with Quoted-Printable
5555
5556 2003-01-25 [paul]       0.8.9claws3
5557
5558         * src/folder.[ch]
5559           src/summaryview.[ch]
5560                 implement per-folder collapsed/expanded threads setting
5561                 
5562         * src/prefs_common.c
5563                 remove global collapsed/expanded threads option
5564
5565 2003-01-25 [christoph]  0.8.9claws2
5566
5567         * po/POTFILES.in
5568                 add pluginwindow and prefswindow
5569         * src/compose.c
5570                 make send respond correctly to messages that could be added
5571                 to the queue folder, but the UID of the message is unknown
5572         * src/folder.c
5573         * src/imap.c
5574                 don't return guessed UIDs in imap_add_msg anymore. We return
5575                 0 to tell the folder system it was appened but the UID is
5576                 unknown. Folder system now get's the UID by scaning the folder
5577                 and searching the cache for the Message-ID
5578                 (closes bug #29 Messages queued, but not sent)
5579
5580 2003-01-25 [paul]       0.8.9claws1
5581
5582         * src/codeconv.c
5583                 conv_encode_header():  fix bug when long headers with 8-bit
5584                 characters are used, so that the encoded words are wrapped.
5585                 If the space in the original text falls on the wrap boundary,
5586                 it can be lost.
5587                 Patch by Sergey Vlasov.
5588                 
5589         * src/folderview.c
5590                  fix bug where a change to the sorting method or thread view
5591                  of a folder's messages is lost if simpify-subject is set and
5592                  toggled on or off.
5593                  Patch by Luke Plant.
5594
5595 2003-01-24 [paul]       0.8.9claws
5596
5597         * sylpheed-0.8.9claws released
5598         
5599         * Makefile.am
5600           sylpheed.spec.in
5601                 remove reference to 'INSTALL.jp'
5602
5603 2003-01-23 [paul]       0.8.8claws128
5604
5605         * po/es.po
5606           po/it.po
5607           po/ru.po
5608           po/sr.po
5609                 updated translations. submitted by Ricardo Mones Lastra,
5610                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5611
5612 2003-01-23 [colin]      0.8.8claws127
5613
5614         * src/compose.c
5615                 Fix drafted and queued news articles re-edition
5616
5617 2003-01-23 [melvin]     0.8.8claws126
5618
5619         * po/fr.po
5620                 Updated French translations
5621
5622 2003-01-23 [colin]      0.8.8claws125
5623
5624         * src/inc.c
5625                 Fix "Connecting to..." status message
5626
5627 2003-01-22 [paul]       0.8.8claws124
5628
5629         * po/bg.po
5630                 updated by George Danchev
5631                 
5632         * src/folder.c
5633                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5634                 and folder deletion
5635
5636 2003-01-21 [paul]       0.8.8claws123
5637
5638         * po/bg.po
5639                 updated by George Danchev
5640                 
5641         * src/about.c
5642                 its now 2003
5643                 
5644         * src/toolbar.c
5645                 don't translate 'Separator'
5646                 
5647         * src/plugins/spamassassin/Makefile.am
5648                 add aspell to CPPFLAGS
5649                 
5650         * src/plugins/spamassassin/spamassassin.c
5651           src/plugins/spamassassin/spamassassin_gtk.c
5652                 set correct default for spamassassin_receive_spam
5653                 slightly re-word descriptions and some
5654                 other minor changes
5655
5656 2003-01-19 [alfons]     0.8.8claws122
5657                 
5658         * src/mimeview.c
5659                 mimeview_save_as(): we might as well show the file name for
5660                 the single case "Save As" too
5661
5662 2003-01-19 [alfons]     0.8.8claws121
5663
5664         * src/crash.c
5665                 change bug tracker URL to bugzilla URL
5666
5667 2003-01-19 [alfons]     0.8.8claws120
5668
5669         * src/mimeview.c
5670                 mimeview_save_all(): display name of file before overwriting;
5671                 continue saving all, even when one overwrite was cancelled
5672
5673 2003-01-19 [christoph]  0.8.8claws119
5674
5675         * src/summaryview.c
5676         * src/procmsg.[ch]
5677                 fix wrong usage of procmsg_find_children in summaryview
5678                 by using procmsg_update_unread_children instead of
5679                 summaryview_update_unread_children
5680
5681 2003-01-19 [christoph]  0.8.8claws118
5682
5683         * src/procmsg.c
5684                 fix infinite loop in procmsg_find_children
5685                  (closes bug #25 sylpheed crashes on delete.)
5686
5687         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5688
5689 2003-01-19 [paul]       0.8.8claws117
5690
5691         * po/pt_BR.po
5692                 updated by Ivan Francolin Martinez
5693
5694 2003-01-18 [melvin]     0.8.8claws116
5695
5696         * src/prefs_actions.c
5697                 Removed syntax limitation of only one '&' at the end of command.
5698                         Now actions that contain '>/dev/null 2>&1' are possible.
5699
5700 2003-01-18 [melvin]     0.8.8claws115
5701
5702         * src/prefs_actions.c
5703                 Actions IO dialog: when the action ends
5704                 the "Close" button now has focus and [Escape] closes the
5705                 window.
5706
5707 2003-01-18 [christoph]  0.8.8claws114
5708
5709         * src/procmsg.c
5710                 o add debug output when MsgInfos are really freed
5711                 o free GSLists in procmsg_find_children and
5712                   procmsg_update_unread_children
5713
5714 2003-01-18 [christoph]  0.8.8claws113
5715
5716         * src/mainwindow.c
5717                 reorder Configuration menu
5718
5719 2003-01-18 [christoph]  0.8.8claws112
5720
5721         * src/compose.c
5722                 fix applying templates to forwarded messages
5723
5724         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5725
5726 2003-01-17 [christoph]  0.8.8claws111
5727
5728         * src/folder.c
5729                 destroy folder items, when a folder item is removed
5730
5731 2003-01-17 [christoph]  0.8.8claws110
5732
5733         * src/folder.c
5734                 fix wrong folder stats update when ignored message is
5735                 deleted
5736
5737 2003-01-17 [colin]      0.8.8claws109
5738         
5739         * src/mainwindow.c
5740         * src/summaryview.c
5741                 Quicksearch bugfixes: 
5742                 - hide help button at startup if not extended
5743                 - switch to extended when looking for replies
5744
5745 2003-01-17 [paul]
5746
5747         * sync with 0.8.9 release
5748
5749 2003-01-17 [paul]       0.8.8claws108
5750
5751         * sync with 0.8.8cvs11
5752                 see ChangeLog 2003-01-17
5753
5754 2003-01-16 [colin]      0.8.8claws107
5755
5756         * src/procmsg.c
5757                 Changed encryption test to re-ask passphrase
5758                 if an encrypted message hasn't been decrypted
5759                 Fixes bug #5
5760
5761 2003-01-16 [christoph]  0.8.8claws106
5762
5763         * src/prefs_gtk.c
5764         * src/prefs_toolbar.c
5765         * src/gtk/prefswindow.h
5766         * src/plugins/spamassassin/spamassassin_gtk.c
5767                 remove page destroy function that is not used anymore
5768
5769 2003-01-16 [paul]       0.8.8claws105
5770
5771         * sync with 0.8.8cvs9
5772                 see ChangeLog 2002-01-16
5773
5774 2003-01-16 [colin]      0.8.8claws104
5775
5776         * src/compose.[ch]
5777                 Fix bug with autosaved drafts for IMAP, when draft
5778                 folder is specified - fixes bugzilla bug #20
5779
5780 2003-01-15 [paul]       0.8.8claws103
5781
5782         * src/compose.[ch]
5783           src/procmsg.c
5784                 store folder and message-id of message forwarding
5785                 in queue header and set forward flag after sending
5786
5787 2003-01-15 [paul]       0.8.8claws102
5788
5789         * sync with 0.8.8cvs8
5790                 see ChangeLog 2002-01-15
5791
5792 2003-01-15 [colin]      0.8.8claws101
5793
5794         * src/Makefile.am
5795                 Fix linking with GNU libiconv
5796
5797 2003-01-15 [darko]      0.8.8claws100
5798
5799         * src/pine.c
5800                 fix crash when importing pine address book
5801                 entry with an empty name (reported by DY
5802                 <dybulk at tri8.net>)
5803
5804 2003-01-14 [paul]       0.8.8claws99
5805
5806         * configure.in  ** REMOVED **
5807           configure.ac  ** NEW FILE **
5808                 rename configure.in to configure.ac, as it is now
5809                 preferred
5810
5811 2003-01-14 [melvin]     0.8.8claws98
5812
5813         * src/folderview.c
5814                 folderview_check_new(): More precise function description
5815
5816 2003-01-14 [melvin]     0.8.8claws97
5817
5818         * src/folderview.c
5819                 folderview_check_new(): return the number of new messages 
5820                         since last check.
5821         * src/inc.c
5822                 inc_account_mail(): Disable counting of new messages for IMAP
5823                         and NNTP until bug [19] and [14] are fixed.
5824
5825 2003-01-14 [paul]       0.8.8claws96
5826
5827         * sync with 0.8.8cvs6
5828                 see ChangeLog 2003-01-14
5829
5830 2003-01-13 [alfons]     0.8.8claws95
5831
5832         * src/textview.c
5833                 tune email address validation (c. 0.8.8claws89): if . is 
5834                 just one char away from @, the address is invalid too 
5835                 (correctly rejects addresses like foo@.com)
5836
5837 2003-01-13 [paul]       0.8.8claws94
5838
5839         * src/messageview.c
5840           src/toolbar.c
5841                 fixes to the Message View toolbar and menu:
5842                 fix non-functioning Forward button
5843                 make Reply button consider default_reply_list
5844                 remove 'Follow-up...' menu entry
5845                 add 'Forward' and 'Redirect' menu entries
5846
5847 2003-01-13 [melvin]     0.8.8claws93
5848
5849         * src/inc.c
5850                 Fixed typo that could make new messages count incorrect.
5851
5852 2003-01-13 [melvin]     0.8.8claws92
5853
5854         * src/folderview.[ch]
5855                 folderview_check_new(): return the number of new messages.
5856         * src/inc.c
5857                 Should fix bug [14] where new mail notification worked 
5858                         incorrectly with IMAP accounts.
5859                 inc_spool_account(): return number of new msgs, or -1 on error
5860                 inc_all_spool(): return number of new msgs
5861                 
5862 2003-01-13 [melvin]     0.8.8claws91
5863
5864         * src/prefs_actions.c
5865                 Justify help text.
5866
5867 2003-01-12 [thorsten]   0.8.8claws90
5868
5869         * src/common/prefs.c
5870                 close file before rename
5871
5872 2003-01-12 [alfons]     0.8.8claws89
5873
5874         * AUTHORS
5875                 add Christian Mertes
5876         * src/common/utils.[ch]
5877                 g_stricase_hash(), g_stricase_equal(): functions for 
5878                 case insensitive hash tables
5879         * src/textview.c
5880                 use top level domain names to validate email address, based
5881                 on a patch by Christian Mertes (thanks!), but changed 
5882                 implementation to use a hash table 
5883
5884 2003-01-12 [paul]       0.8.8claws88
5885
5886         * po/bg.po
5887                 updated by George Danchev
5888
5889 2003-01-12 [alfons]     0.8.8claws87
5890
5891         * src/summaryview.c
5892                 delete / execute performance: use new style folder update
5893
5894 2003-01-12 [paul]       0.8.8claws86
5895
5896         * sync with 0.8.8cvs5
5897                 see ChangeLog 2003-01-13 (!)
5898
5899 2003-01-12 [alfons]     0.8.8claws85
5900
5901         * src/filtering.c
5902         * src/matcher_parser_parse.y
5903                 prepare change_score filtering action
5904         * src/matcher.[ch]
5905                 give up const-correctness on functions that call non-const-correct functions;
5906                 several casts to gpointer in g_free();
5907                 add change_score;
5908
5909 2003-01-12 [christoph]  0.8.8claws84
5910
5911         * src/compose.c
5912                 fix 2 warnings
5913
5914         * src/gtk/prefswindow.[ch]
5915         * src/plugins/spamassassin/spamassassin_gtk.c
5916                 changed the call of the widget create function
5917                 for PrefsPages, because sometimes the widget
5918                 create function needs a widget that already has
5919                 been attached to a window (to create GDK pixmaps
5920                 for exmaple). So we simply pass the GtkWindow as
5921                 the second parameter now.
5922
5923         * src/main.c
5924         * src/mainwindow.c
5925         * src/prefs_toolbar.[ch]
5926                 rewrite Toolbar Preferences using the new
5927                 prefs window
5928
5929 2003-01-11 [alfons]     0.8.8claws83
5930
5931         * src/addressadd.c
5932                 fix crash when adding sender to addressbook because status bar
5933                 isn't there (the status bar doesn't seem to be used though,
5934                 but I'll let Match decide what to do with it)
5935
5936 2003-01-11 [colin]      0.8.8claws82
5937
5938         * src/main.c
5939           src/toolbar.c
5940                 Two useless changes reversed
5941
5942 2003-01-11 [colin]      0.8.8claws81
5943
5944         * src/mainwindow.c
5945           src/mainwindow.h
5946                 Add mainwindow_get_mainwindow()
5947         * src/alertpanel.c
5948           src/alertpanel.h
5949                 Add alertpanel_error_log() 
5950         * src/compose.c
5951           src/inc.c
5952           src/messageview.c
5953           src/toolbar.c
5954           src/main.c
5955           src/procmsg.c
5956                 Network errors get a View Log button
5957
5958 2003-01-10 [alfons]     0.8.8claws80
5959
5960         * src/prefs_toolbar.c
5961         * src/toolbar.c
5962                 use the translatable string for "Separator" as file name for
5963                 separator toolbar items (probably make this uppercase?)
5964
5965 2003-01-10 [alfons]     0.8.8claws79
5966
5967         * src/prefs_toolbar.c
5968                 put right A_SEPARATOR description string in "displayed
5969                 toolbar items list" so manually added separators are
5970                 saved correctly (bug #10, "Adding a separator to the main 
5971                 toolbar fails, entry in xml file is wrong")
5972
5973 2003-01-10 [christoph]  0.8.8claws78
5974
5975         * src/imap.c
5976                 o fix warnings
5977                 o use CAPABILITY to check if NAMESPACE is available
5978
5979 2003-01-10 [christoph]  0.8.8claws77
5980
5981         * src/imap.[ch]
5982                 apply UIDPLUS IMAP extension support patch
5983
5984         Patch submitted by Simon 'corecode' Schubert
5985
5986 2003-01-10 [paul]       0.8.8claws76
5987
5988         * src/folderview.c
5989                 a sync from main which fixes the news account folders'
5990                 Properties bug
5991
5992 2003-01-10 [christoph]  0.8.8claws75
5993
5994         * src/folder.c
5995                 don't accept 0 as a valid uid returned by copy and move
5996                 functions. 0 means the message was copied or moved but the
5997                 new uid could not be fetched. It is not an error condition
5998                 for the copy or move operation.
5999
6000 2003-01-10 [paul]       0.8.8claws74
6001
6002         * src/prefs_filtering.c
6003                 change English used in Alert when entry is not
6004                 saved.
6005                 
6006         * sync with 0.8.8cvs4
6007                 see ChangeLog 2003-01-10
6008
6009 2003-01-10 [darko]      0.8.8claws73
6010
6011         * src/pine.c
6012                 fix crash when importing address book entry
6013                 without a valid address
6014
6015 2003-01-09 [alfons]     0.8.8claws72
6016
6017         * src/inc.c
6018                 filtering performance: use new style folder update
6019
6020 2003-01-09 [christoph]  0.8.8claws71
6021
6022         * src/compose.c
6023         * src/gtk/menu.[ch]
6024                 fix wrong selecting of mime encoding type, when
6025                 opening property dialog of attachments in the
6026                 compose window. 7bit was always selected and that
6027                 destoryed files with 8bit data.
6028                 (closes bug #9 Sylpheed-claws destroys attachments when
6029                  changing MIME-types)
6030
6031 2003-01-09 [paul]       0.8.8claws70
6032
6033         * sync with 0.8.8cvs3
6034                 see ChangeLog 2003-01-09
6035
6036 2003-01-08 [alfons]     0.8.8claws69
6037         
6038         * src/addressadd.c
6039                 apply patch by Kim Schulz to fix build breakage
6040                 because of missing variable
6041
6042 2003-01-08 [paul]       0.8.8claws68
6043
6044         * sync with 0.8.8cvs2
6045                 see ChangeLog 2002-01-08
6046
6047 2003-01-08 [paul]       0.8.8claws67
6048
6049         * po/it.po
6050                 updated by Alessandro Maestri
6051                 
6052         * src/addressadd.c
6053                 when using 'Add sender to addressbook' allow
6054                 name to be edited and remarks to be entered
6055                 Patch submitted by Luke Plant
6056
6057 2003-01-08 [darko]      0.8.8claws66
6058
6059         * README.claws, src/summaryview.c
6060                 fix description for marked messages
6061
6062 2003-01-08 [paul]
6063
6064         * tools/Makefile.am
6065           tools/launch_phoenix  ** NEW FILE **
6066                 add script that enables using Phoenix as the default
6067                 web browser. 
6068                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
6069                 
6070         * tools/OOo2sylpheed.pl
6071                 remove full path to sylpheed executable, just 'sylpheed'
6072                 will do
6073                 
6074         * tools/README
6075                 add launch_phoenix informtion and re-arrange and compress
6076                 the data a little
6077
6078 2003-01-07 [christoph]  0.8.8claws65
6079
6080         * src/folder.c
6081                 fix update for source folder when moving messages
6082         * src/procmsg.[ch]
6083         * src/summaryview.c
6084                 use function to set to_folder for message infos and
6085                 automatically update the op_count for old and new
6086                 folder
6087
6088 2003-01-07 [melvin]     0.8.8claws64
6089
6090         * src/prefs_actions.c
6091                 Fixed bug where an '%p' Action on a displayed image crashed 
6092                         Sylpheed
6093                 Code clean up (get rid of duplicated code and removed unnecessary 
6094                                 structure member)
6095
6096 2003-01-07 [christoph]  0.8.8claws63
6097
6098         * src/compose.c
6099         * src/folder.[ch]
6100         * src/folderview.c
6101         * src/import.c
6102         * src/inc.c
6103         * src/main.c
6104         * src/mainwindow.c
6105         * src/messageview.c
6106         * src/prefs_folder_item.c
6107         * src/procmsg.c
6108         * src/summaryview.c
6109         * src/toolbar.c
6110                 o remove all folder update triggering from the UI code. The folder
6111                   system should know much better when a folder needs an update.
6112                 o to prevent multiple updates in a row the folder updates can be
6113                   frozen for some time.
6114
6115                 Note: - Please verify that no updates are missing
6116                       - Check where freeze/thaws should be added
6117
6118 2003-01-07 [christoph]  0.8.8claws62
6119
6120         * src/prefs_actions.c
6121                 don't translate empty strings
6122
6123         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6124
6125 2003-01-06 [christoph]  0.8.8claws61
6126
6127         * src/prefs_actions.c
6128                 mark strings for gettext
6129         * src/prefs_matcher.c
6130                 use new description window for Execute action and
6131                 match condition in Filtering
6132
6133         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6134
6135 2003-01-06 [alfons]     0.8.8claws60
6136
6137         keep myself inspired to re-organize matcher part 8; 
6138         yes, more to come (I need to move out the descriptive
6139         text for actions to matcher.c, or at least make it not
6140         depend on the wicked ordering)
6141
6142         * src/prefs_matcher.c
6143                 add documentation so others may comprehend the
6144                 UI part of the conditions
6145                 
6146 2003-01-06 [christoph]  0.8.8claws59
6147
6148         * src/prefs_actions.c
6149                 use new description window for syntax help
6150         * src/gtk/description_window.c
6151                 fix display of descriptions with column count != 2
6152
6153         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6154
6155 2003-01-06 [christoph]  0.8.8claws58
6156
6157         * src/quote_fmt.c
6158         * src/summaryview.[ch]
6159         * src/gtk/Makefile.am
6160         * src/gtk/description_window.[ch]       ** NEW **
6161                 use a generic window to display syntax descriptions
6162                 currently used in quote_fmt and summaryview (new description
6163                 for extended quick search)
6164
6165         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6166
6167 2003-01-06 [paul]       0.8.8claws57
6168
6169         * sync with 0.8.8cvs1
6170                 see ChangeLog 2003-01-06
6171
6172 2003-01-06 [christoph]  0.8.8claws56
6173
6174         * src/mainwindow.c
6175         * src/prefs_gtk.[ch]
6176         * src/gtk/prefswindow.[ch]
6177         * src/plugins/spamassassin/spamassassin_gtk.c
6178                 o remove page management from prefswindow, pages
6179                   will be an argument to prefswindow_open
6180                 o prefswindow_open gets a datapointer that is
6181                   passed to the widget_create function to allow
6182                   creation of prefswindow for specific items
6183
6184 2003-01-06 [colin]      0.8.8claws55
6185         
6186         * src/summaryview.c
6187                 We don't want regexp in the reply-finder, 
6188                 because MIDs can contain !,$,. and so on
6189
6190 2003-01-06 [jens]       0.8.8claws54
6191
6192         * src/jpilot.c
6193                 fixed a wrong free in jpilot_read_db_files
6194
6195 2003-01-06 [alfons]     0.8.8claws53
6196
6197         re-organize matcher part 8; more to come
6198        
6199         * src/matcher.c
6200                 matcherprop_to_string(): put g_free()s before the
6201                 switch-case break to fix memleaks                
6202
6203 2003-01-06 [colin]      0.8.8claws52
6204
6205         * src/summaryview.c
6206                 cleanup & reply-finder now displays the first 
6207                 matching message
6208
6209 2003-01-05 [alfons]     0.8.8claws51
6210
6211         re-organize matcher part 7; more to come
6212
6213         * src/matcher.[ch]
6214                 fixes for constant correctness;
6215                 more documentation;
6216
6217 2003-01-05 [alfons]     0.8.8claws50
6218
6219         re-organize matcher part 6; more to come
6220         
6221         * src/matcher.[ch]
6222                 fixes for constant correctness;
6223                 more documentation;
6224         * src/filtering.c
6225                 fix for constant correctness
6226
6227 2003-01-05 [colin]      0.8.8claws49
6228
6229         * src/account.[ch]
6230                 Add account_get_reply_account function
6231         * src/compose.c
6232                 Use account_get_reply_account function 
6233         * src/summaryview.c
6234                 Basic reply-finder - click on the replied
6235                 icon gets you to the outbox using quick-search
6236
6237 2003-01-05 [paul]       0.8.8claws48
6238
6239         * src/prefs_common.c
6240                 small change to English
6241                 
6242         * src/prefs_filtering.c
6243                 prefs_filtering_action_select(): improve logic and uniformity
6244                 of gui
6245
6246 2003-01-05 [alfons]     0.8.8claws47
6247
6248         fine tune solution to focus problems (bug #7)
6249
6250         * src/mainwindow.c
6251                 mainwindow_focus_in_event(): remove grab event check
6252         * src/summaryview.c
6253                 summary_button_pressed(): move selection on right-click
6254                 too. we can't possibly move the selection back after
6255                 canceling a dialog, because gtk's incomplete focus 
6256                 management. whether this is a good solution, only time
6257                 will tell.
6258
6259 2003-01-05 [christoph]  0.8.8claws46
6260
6261         * src/imap.c
6262                 fix crash when no imap connection could be established
6263
6264 2003-01-05 [paul]       0.8.8claws45
6265
6266         * src/mainwindow.c
6267           src/sumamryview.c
6268           src/gtk/menu.[ch]
6269                 fix bug 605957 'shortcuts in popup-menu'
6270                 make user-defined shortcuts work
6271                 show shortcuts that are already defined
6272                 in the main menu
6273                 Patch submitted by Luke Plant
6274
6275 2003-01-05 [alfons]     0.8.8claws44
6276
6277         * src/mainwindow.c
6278                 focus_in_event handler should not select summary view row 
6279                 when another window (menu, dialog) grabbed for events 
6280                 (bug #7, "[0.8.8claws42] Message summary focus") 
6281
6282 2003-01-04 [christoph]  0.8.8claws43
6283
6284         * src/procmsg.c
6285                 update save folder after adding the sent message
6286                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6287
6288 2003-01-02 [christoph]  0.8.8claws42
6289
6290         * src/common/plugin.c
6291                 fix unloading of all plugins and unload
6292                 plugins in reverse order
6293                 
6294         * src/gtk/pluginwindow.c
6295                 implement function of load and unload button
6296
6297         * src/gtk/prefswindow.c
6298         * src/gtk/prefswindow.h
6299                 rename register function and add new unregister
6300                 function
6301
6302         * src/plugins/spamassassin/spamassassin_gtk.c
6303                 unregister prefs page and update for changes in
6304                 src/gtk/prefswindow.c
6305
6306 2003-01-02 [paul]       0.8.8claws41
6307
6308         * po/es.po
6309                 updated by Ricardo Mones Lastra
6310
6311 2003-01-02 [paul]
6312
6313         * tools/tb2sylpheed
6314                 fixes and improvements by Urke MMI
6315
6316 2003-01-02 [thorsten]   0.8.8claws40
6317
6318         * src/procmsg.c
6319                 fixed wrong return value
6320
6321 2003-01-02 [thorsten]   0.8.8claws39
6322
6323         * src/prefs.c
6324                 fixed printing wrong variable
6325
6326 2003-01-02 [thorsten]   0.8.8claws38
6327
6328         * src/prefs.c
6329                 fixed acessing members of freed pfile struct
6330
6331 2003-01-02 [thorsten]   0.8.8claws37
6332
6333         * src/procmsg.c
6334                 detect loops across several messages
6335                 as suggested by Christoph Hohmann
6336
6337 2003-01-01 [match]      0.8.8claws36
6338
6339         * src/addrindex.c
6340                 fixed another memory leak.
6341
6342 2003-01-01 [match]      0.8.8claws35
6343
6344         * src/jpilot.[ch]
6345                 fixed memory leaks. applied Doxygen comments.
6346
6347 2003-01-01 [thorsten]   0.8.8claws34
6348
6349         * src/procmsg.c
6350                 inhibit endless loop if msg references itself
6351                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6352
6353 2003-01-01 [christoph]  0.8.8claws33
6354
6355         * src/mainwindow.c
6356         * src/gtk/Makefile.am
6357         * src/gtk/pluginwindow.c                ** NEW **
6358         * src/gtk/pluginwindow.h                ** NEW **
6359                 add plugin window
6360
6361         * src/plugins/demo/demo.c
6362         * src/plugins/spamassassin/spamassassin.c
6363         * src/plugins/spamassassin/spamassassin_gtk.c
6364                 write better plugin descriptions
6365
6366 2002-12-31 [christoph]  0.8.8claws32
6367
6368         * src/gtk/prefswindow.c
6369         * src/plugins/spamassassin/spamassassin_gtk.c
6370                 some small improvements to GTK code
6371
6372 2002-12-31 [christoph]  0.8.8claws31
6373
6374         * src/plugins/spamassassin/spamassassin_gtk.c
6375                 enable folder select button
6376
6377 2002-12-31 [christoph]  0.8.8claws30
6378
6379         * src/mainwindow.c
6380         * src/gtk/Makefile.am
6381         * src/gtk/prefswindow.c                         ** NEW **
6382         * src/gtk/prefswindow.h                         ** NEW **
6383                 add new prefs window
6384
6385         * src/common/plugin.c
6386                 don't try to load empty config lines
6387         
6388         * src/plugins/spamassassin/Makefile.am
6389         * src/plugins/spamassassin/spamassassin.c
6390         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6391         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6392                 GTK config for SpamAssassin Plugin using
6393                 the new prefs window
6394
6395 2002-12-31 [paul]       0.8.8claws29
6396
6397         * po/POTFILES.in
6398                 remove obsolete entry 'src/menu.c'
6399
6400 2002-12-31 [alfons]     0.8.8claws28
6401
6402         * src/matcher.[ch]
6403         * src/matcher_parser_parse.y
6404         * src/prefs_matcher.c
6405                 add "ignore_thread" and "~ignore_thread" condition so it's
6406                 possible to make the actions / scoring operate on the ignore
6407                 thread flag
6408
6409 2002-12-31 [christoph]  0.8.8claws27
6410
6411         * src/addrbook.c
6412         * src/addrindex.c
6413         * src/folder.c
6414         * src/matcher.c
6415         * src/prefs_account.c
6416         * src/prefs_actions.c
6417         * src/prefs_customheader.c
6418         * src/prefs_display_header.c
6419         * src/prefs_gtk.c
6420         * src/procmime.c
6421         * src/toolbar.c
6422         * src/xmlprops.c
6423         * src/common/prefs.[ch]
6424                 extend prefs file handling for reading and automatic handling
6425                 of blocks. When reading prefs_set_block_label will automatically
6426                 move on to the block. When writing it will copy all other blocks
6427                 automatically
6428
6429         * src/common/plugin.c
6430                 Now loading plugin filenames from [Plugins] block in
6431                 sylpheed rc file
6432
6433 2002-12-30 [christoph]  0.8.8claws26
6434
6435         * src/common/hooks.[ch]
6436                 return abort status to caller of hooks_invoke
6437                 
6438         * src/inc.[ch]
6439                 invoke message filtering hook and stop
6440                 default handling when filter returns abort
6441
6442         * src/common/plugin.[ch]
6443         * src/plugins/demo/demo.c
6444                 modify plugin loader, because resolving symbols for strings
6445                 does not work correctly
6446         
6447         * configure.in
6448         * ac/spamassassin.m4                            ** NEW **
6449         * src/plugins/spamassassin/.cvsignore           ** NEW **
6450         * src/plugins/spamassassin/Makefile.am          ** NEW **
6451         * src/plugins/spamassassin/README               ** NEW **
6452         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6453         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6454         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6455                 add spamassassin plugin, see src/plugins/spamassassin/README
6456                 for details
6457
6458 2002-12-29 [alfons]     0.8.8claws25
6459
6460         * src/mainwindow.c
6461                 when moving focus from a message view to the main 
6462                 window, don't forget to select the summary node
6463                 of the displayed message. should fix "[ 659103 ] 
6464                 focus-follows-mouse confuses sylpheed"
6465
6466 2002-12-29 [christoph]  0.8.8claws24
6467
6468         * src/Makefile.am
6469         * src/stringtable.[ch]          ** REMOVE **
6470         * src/common/Makefile.am
6471         * src/common/stringtable.[ch]   ** NEW **
6472                 move stringtable files to common directory
6473
6474 2002-12-29 [christoph]  0.8.8claws23
6475
6476         * src/Makefile.am
6477         * src/menu.[ch]                 ** REMOVE **
6478         * src/gtk/Makefile.am
6479         * src/gtk/menu.[ch]             ** NEW **
6480                 move menu files to gtk directory
6481
6482 2002-12-29 [match]      0.8.8claws22
6483
6484         * src/addressbook.c
6485         * src/syldap.c
6486                 moved UI specific code out of LDAP code into addressbook
6487                 UI code. fixed memory leak.
6488
6489 2002-12-29 [christoph]  0.8.8claws21
6490
6491         * src/folder.c
6492                 only check for IGNORED parent message when message is
6493                 not IGNORED itself
6494
6495 2002-12-29 [alfons]     0.8.8claws20
6496
6497         * src/summaryview.c
6498                 set gtksctree's anchor correct (immediate execute
6499                 changes the tree's layout, and anchor points at 
6500                 the incorrect row). fixes "[ 657233 ] multiple msg 
6501                 delete sometimes off by 1".
6502                 we probably have to look for more tree layout /
6503                 anchor glitches.
6504
6505 2002-12-29 [paul]       0.8.8claws19
6506
6507         * src/summaryview.c
6508                 fix bug [ 659054 ] incorrect sorting of 'From' column
6509                 when using 'display sender using address book'
6510                 thanks to Alfons and Luke Plant
6511
6512 2002-12-29 [christoph]  0.8.8claws18
6513
6514         * src/folder.c
6515         * src/procmsg.[ch]
6516                 check parent messages for IGNORE THREAD flag, when adding,
6517                 moving or copying messages to a folder
6518
6519 2002-12-27 [alfons]     0.8.8claws17
6520
6521         re-organize matcher part 5; more to come
6522
6523         * src/matcher.c
6524                 hash keywords in matchparser_tab 
6525
6526 2002-12-27 [alfons]     0.8.8claws16
6527
6528         re-organize matcher part 4; more to come
6529
6530         * src/matcher_parser.h
6531         * src/matcher_parser_lex.l
6532         * src/matcher_parser_parse.y
6533                 cleanup
6534
6535 2002-12-27 [alfons]     0.8.8claws15
6536
6537         re-organize matcher part 3; more to come
6538
6539         * src/matcher.[ch]
6540                 cleanup
6541
6542 2002-12-27 [alfons]     0.8.8claws14
6543
6544         re-organize matcher part 2; more to come but this should
6545         work. cc me if there are any regressions.
6546
6547         * src/matcher.h
6548                 add prototype for get_matchparser_tab_id()
6549         * src/matcher_parser_lex.l
6550                 look up keywords using matchparser_tab_id();
6551
6552 2002-12-27 [alfons]     0.8.8claws12
6553
6554         re-organize matcher part 1
6555
6556         * src/matcher.h
6557                 map yacc generated constants to sylpheed matcher constants
6558         * src/matcher.c
6559                 add function to find a matcher constant from a string
6560
6561 2002-12-27 [christoph]  0.8.8claws11
6562
6563         * src/compose.c
6564                 MENUITEM_ADD casts the 4th argument from integer to pointer
6565                 so it probably should not be a pointer, this means we
6566                 should use account id for it and not the account's pointer
6567
6568 2002-12-27 [paul]       0.8.8claws10
6569
6570         * src/mainwindow.c
6571                 remove unneeded 'GtkWidget *vbox'
6572                 
6573         * src/summaryview.c
6574                 further sync with 0.8.8 - make sort
6575                 by recipient work as expected
6576                 
6577         * NEWS
6578                 sync with 0.8.8
6579
6580 2002-12-27 [paul]       0.8.8claws9
6581
6582         * po/pt_BR.po
6583                 updated by Ivan F. Martinez
6584                 
6585 2002-12-27 [darko]      0.8.8claws8
6586
6587         * src/common/utils.c
6588                 added locked pattern to extended search
6589
6590 2002-12-27 [alfons]     0.8.8claws7
6591
6592         * src/prefs_matcher.[ch]
6593                 clean up
6594
6595 2002-12-26 [alfons]     0.8.8claws6
6596
6597         * src/matcher.[ch]
6598         * src/matcher_parser_lex.l
6599         * src/matcher_parser_parse.y
6600         * src/prefs_matcher.c
6601                 allow color label as a condition in the matcher
6602
6603 2002-12-26 [oliver]     0.8.8claws5
6604         
6605         * src/toolbar.c 
6606                 enable Addressbook for Main and Messageview
6607         * src/prefs_actions.c
6608                 enable actions in Messageview
6609
6610 2002-12-26 [christoph]  0.8.8claws4
6611
6612         * src/common/plugin.c
6613                 add a little debug output
6614         * configure.in
6615         * src/plugins/demo/Makefile.am
6616                 better use of automake
6617
6618 2002-12-26 [christoph]  0.8.8claws3
6619
6620         * src/Makefile.am
6621         * src/common/Makefile.am
6622                 fix "make distdir"
6623
6624 2002-12-26 [christoph]  0.8.8claws2
6625
6626         * configure.in
6627                 sort configure checks into common / gtk / plugins
6628         * po/POTFILES.in
6629                 add src/prefs_gtk.c
6630         * src/Makefile.am
6631                 add plugins SUBDIR
6632         * src/main.c
6633         * src/common/sylpheed.[ch]
6634                 added now sylpheed_done function for shutdown
6635         * src/common/Makefile.am
6636         * src/common/plugin.[ch]                ** NEW **
6637                 plugin loader and unloader
6638         * src/plugins/.cvsignore                ** NEW **
6639         * src/plugins/Makefile.am               ** NEW **
6640                 build plugins
6641         * src/plugins/demo/.cvsignore           ** NEW **
6642         * src/plugins/demo/Makefile.am          ** NEW **
6643         * src/plugins/demo/demo.c               ** NEW **
6644                 small demo plugin that installs a logtext hook and
6645                 outputs the log text to stdout
6646
6647 2002-12-26 [paul]       0.8.8claws1
6648
6649         * po/es.po
6650                 updated by Ricardo Mones Lastra
6651
6652 2002-12-26 [paul]       0.8.8claws
6653
6654         * 0.8.8claws released
6655
6656 2002-12-26 [paul]       0.8.7claws12
6657
6658         * po/bg.po
6659                 updated by George Danchev
6660
6661 2002-12-26 [paul]       0.8.7claws11
6662
6663         * po/POTFILES.in
6664                 remove unneeded 'src/prefs.c' entry 
6665
6666 2002-12-26 [paul]       0.8.7claws10
6667
6668         * src/codeconv.c
6669           src/mainwindow.c
6670                 sync with 0.8.8 release
6671         
6672         * src/folder.[ch]
6673           src/mh.c
6674           src/summaryview.c
6675                 partial sync with 0.8.8 release
6676         
6677
6678 2002-12-25 [alfons]     0.8.7claws9
6679
6680         * src/matcher.[ch]
6681         * src/matcher_parser_lex.l
6682         * src/matcher_parser_parse.y
6683         * src/prefs_matcher.c
6684                 add locked flag to possible filtering / matcher 
6685                 conditions (also a good example what should be
6686                 done to add a simple boolean condition)
6687
6688 2002-12-25 [christoph]  0.8.7claws8
6689
6690         * src/Makefile.am
6691         * src/account.[ch]
6692         * src/addrbook.c
6693         * src/addressbook.c
6694         * src/addrindex.c
6695         * src/filtering.c
6696         * src/folder.c
6697         * src/matcher.c
6698         * src/prefs.[ch]                ** REMOVE **
6699         * src/prefs_account.c
6700         * src/prefs_actions.c
6701         * src/prefs_common.c
6702         * src/prefs_customheader.c
6703         * src/prefs_display_header.c
6704         * src/prefs_filtering.c
6705         * src/prefs_folder_item.c
6706         * src/prefs_gtk.[ch]            ** NEW **
6707         * src/prefs_matcher.c
6708         * src/prefs_scoring.c
6709         * src/prefs_summary_column.c
6710         * src/procmime.c
6711         * src/selective_download.c
6712         * src/toolbar.c
6713         * src/common/Makefile.am
6714         * src/common/prefs.[ch]         ** NEW **
6715                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6716
6717 2002-12-24 [alfons]     0.8.7claws7
6718
6719         * src/summaryview.c
6720                 summary_thread_build(): fix real cause of the crash mentioned in
6721                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6722                 this way we get meaningful ctree nodes 
6723
6724 2002-12-24 [oliver]     0.8.7claws6
6725
6726         * src/mainwindow.[ch]
6727         * src/messageview.[ch]
6728         * src/compose.[ch]
6729         * src/inc.c
6730         * src/summaryview.c
6731                 changes to use updated toolbar handling
6732                 
6733 2002-12-24 [oliver]     0.8.7claws5
6734
6735         * src/toolbar.[ch]
6736                 generic toolbar handling
6737                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6738         * src/prefs_toolbar.[ch]
6739                 adjust to handling
6740         
6741 2002-12-24 [oliver]     0.8.7claws4
6742         
6743         * src/stock_pixmap.[ch]
6744                 move SYLPHEED_LOGO to end of list in order 
6745                 to remove it from Custom Toolbar`s Icon View
6746
6747 2002-12-24 [alfons]     0.8.7claws3
6748
6749         * src/summaryview.c
6750                 summary_thread_build(): fix crash because of focus != selection 
6751                 after threading. when deleting the selection, gtk tries but fails 
6752                 to find the correct focusable element. we now force the selection
6753                 to be focused. this should solve the infamous bug reported by 
6754                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6755                 a test case is available. 
6756
6757 2002-12-24 [darko]      0.8.7claws2
6758
6759         * src/summaryview.c
6760                 don't crash when unmarking message with unread children
6761
6762 2002-12-23 [christoph]  0.8.7claws1
6763
6764         * src/Makefile.am
6765         * src/common/Makefile.am
6766                 update Makefiles for moved intl.h, version.h and defs.h
6767         * src/imap.c
6768                 rewrite imap_session_get to avoid duplicate code
6769
6770 2002-12-23 [paul]       0.8.7claws
6771
6772         * Santa-Claws released
6773         
6774         * po/hu.po
6775           po/ru.po
6776                 squeeze in updated Hungarian and Russian translations.
6777                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6778
6779 2002-12-23 [paul]       0.8.6claws129
6780
6781         * po/pl.po
6782                 updated by Witold Wladyslaw Wojciech Wilk
6783
6784 2002-12-23 [paul]       0.8.6claws128
6785
6786         * src/quote_fmt_parse.y
6787                 fix typo and add licence header
6788
6789 2002-12-23 [paul]       0.8.6claws127
6790
6791         * po/en_GB.po
6792                 updated
6793
6794 2002-12-23 [paul]       0.8.6claws126
6795
6796         * po/it.po
6797                 updated translation, submitted by Alessandro Maestri
6798                 
6799 2002-12-23 [paul]       0.8.6claws125
6800
6801         * src/quote_fmt_parse.y
6802                 fix signature-stripping on replies bug. match
6803                 '-- \n' and not '-- '.
6804
6805 2002-12-22 [paul]       0.8.6claws124
6806
6807         * po/bg.po
6808           po/es.po
6809           po/sr.po
6810                 updated translations. submitted by George Danchev,
6811                 Ricardo Mones Lastra, and Urke MMI respectively
6812
6813 2002-12-21 [paul]       0.8.6claws123
6814
6815         * src/addrbook.c
6816                 fix coding style
6817
6818 2002-12-21 [paul]       0.8.6claws122
6819
6820         * src/addrbook.c
6821                 fix bug [643638] where if a person is in one or more
6822                 addressbook groups editing that person's email 
6823                 address results in removal from those groups.
6824                 Patch submitted by Luke Plant.
6825
6826 2002-12-20 [christoph]  0.8.6claws121
6827
6828         * src/common/utils.c
6829         * src/summaryview.c
6830                 reimplement expand_search_string using GString to
6831                 prevent crashs caused by miscalculated string
6832                 lengths reported by Paul
6833
6834 2002-12-20 [christoph]  0.8.6claws120
6835
6836         * src/summaryview.c
6837                 don't use "changed" to check if op_count has to be changed as it
6838                 is also set when the message has unread children
6839                 (closes bug [ 653221 ] crash while deleting duplicates)
6840
6841 2002-12-20 [paul]       0.8.6claws119
6842
6843         * sync with 0.8.6cvs27
6844                 see ChangeLog 2002-12-20
6845
6846 2002-12-20 [paul]       0.8.6claws118
6847
6848         * sync with 0.8.6cvs26
6849                 see ChangeLog 2002-12-19 and 2002-12-20
6850
6851 2002-12-19 [alfons]     0.8.6claws117
6852
6853         * src/textview.c
6854                 fix incorrect parsing of email addresses, submitted by 
6855                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6856                 name display if it contains @".
6857
6858 2002-12-18 [paul]       0.8.6claws116
6859
6860         * sync with 0.8.6cvs23
6861                 see ChangeLog 2002-12-18
6862
6863 2002-12-18 [paul]       0.8.6claws115
6864
6865         * src/Makefile.am
6866         * src/account.c
6867         * src/codeconv.c
6868         * src/gtkutils.[ch]
6869         * src/imap.c
6870                 sync with 0.8.6cvs22.
6871                 see ChangeLog 2002-12-17 and 2002-12-18
6872
6873 2002-12-17 [christoph]  0.8.6claws114
6874
6875         * src/imap.c
6876                 o don't create a session if imap greeting fails
6877                 o don't close socket when authentication fails
6878                   this is done by imap_session_destroy
6879
6880 2002-12-17 [thorsten]   0.8.6claws113
6881
6882         * tools/Makefile.am
6883           tools/README
6884           tools/google_msgid.pl ** NEW FILE **
6885                 Added "search for message-id" script and doc
6886
6887 2002-12-17 [thorsten]   0.8.6claws112
6888
6889         * po/hu.po
6890                 Updated hungarian translation
6891                 (updated by Gal Zoltan)
6892
6893 2002-12-16 [christoph]  0.8.6claws111
6894
6895         * src/addr_compl.c
6896                 remove stupid addressbook dump to debug output
6897         * src/mh.c
6898                 fix memory leak found by Hiro
6899
6900 2002-12-14 [paul]       0.8.6claws110
6901
6902         * src/compose.c
6903                 fix menubar sensitivity on send
6904                 
6905         * src/prefs_filtering.c
6906         * src/prefs_matcher.c
6907         * src/prefs_scoring.c
6908                 Fix english ;)
6909                 
6910         * src/common/quoted-printable.h
6911                 sync: fix typo
6912         
6913 2002-12-13 [christoph]  0.8.6claws109
6914
6915         * src/Makefile.am
6916         * src/manage_window.[ch]        ** REMOVE **
6917         * src/gtk/Makefile.am
6918         * src/gtk/manage_window.[ch]    ** NEW **
6919                 move manage_window files to gtk directory
6920
6921 2002-12-13 [christoph]  0.8.6claws108
6922
6923         * src/Makefile.am
6924         * src/gtkshruler.[ch]           ** REMOVE **
6925         * src/gtk/Makefile.am
6926         * src/gtk/gtkshruler.[ch]       ** NEW **
6927                 move gtkshruler files to gtk directory
6928
6929 2002-12-13 [christoph]  0.8.6claws107
6930
6931         * src/Makefile.am
6932         * src/compose.c
6933         * src/gtkstext.[ch]             ** REMOVE **
6934         * src/gtkutils.[ch]
6935         * src/textview.c
6936         * src/gtk/gtkstext.[ch]         ** NEW **
6937         * src/gtk/Makefile.am
6938                 o move stext functions to gtkstext.c to remove
6939                   dependency of gtkutils
6940                 o move gtkstext files to gtk directory
6941
6942         * src/gtk/Makefile.am
6943         * src/gtk/sslcertwindow.[ch]
6944                 UI stuff can always depend on common code so
6945                 it's ok to add ../common to include path
6946
6947 2002-12-13 [colin]      0.8.6claws106
6948
6949         * src/summaryview.c
6950                 Disconnect sighandlers for mainwindow when
6951                 quicksearch has the focus
6952                 Fix bug #653231
6953         * src/mainwindow.[ch]
6954                 Make key_pressed callback public, to be able
6955                 to disconnect it
6956
6957 2002-12-13 [christoph]  0.8.6claws105
6958
6959         * src/mh.c
6960                 create .mh_sequences file in new MH folders
6961                 (closes feature request [ 523162 ] MH folders should
6962                  get a .mh_sequences)
6963
6964 2002-12-13 [colin]      0.8.6claws104
6965
6966         * src/summaryview.c
6967                 Better handling of quicksearch show/hide
6968                 (basically the button stays under the mouse 
6969                  when toggled)
6970
6971 2002-12-13 [paul]       0.8.6claws103
6972
6973         * sync with 0.8.6cvs17
6974                 see ChangeLog 2002-12-13
6975
6976 2002-12-13 [paul]       0.8.6claws102
6977
6978         * po/es.po
6979                 updated by Ricardo Mones Lastra
6980
6981 2002-12-11 [colin]       0.8.6claws101
6982
6983         * src/folder.c
6984                 remove statusbar stuff
6985           src/folderview.c
6986                 set statusbar verbosity when moving folders
6987
6988 2002-12-11 [colin]       0.8.6claws100
6989         * src/prefs_filtering.c
6990         * src/prefs_matcher.c
6991         * src/prefs_scoring.c
6992                 Fix english ;)
6993
6994 2002-12-11 [colin]       0.8.6claws99
6995
6996         * src/prefs_common.[ch]
6997                 Add summary_quicksearch_type
6998         * src/summaryview.c
6999                 Save last used quicksearch type
7000
7001 2002-12-11 [jens]       0.8.6claws98
7002         * src/prefs_filtering.c
7003         * src/prefs_matcher.c
7004         * src/prefs_scoring.c
7005                 added dialog for incomplete rules in scoring, filtering and
7006                 matcher to ask wheather really close
7007
7008 2002-12-11 [colin]      0.8.6claws97
7009
7010         * src/folder.c
7011                 Fix folder dnd statusbar logging
7012
7013 2002-12-10 [christoph]  0.8.6claws96
7014
7015         * src/compose.c
7016         * src/folder.c
7017         * src/imap.c
7018         * src/inc.c
7019         * src/main.c
7020         * src/mainwindow.c
7021         * src/news.c
7022         * src/send.c
7023         * src/statusbar.[ch]
7024         * src/common/hooks.c
7025         * src/common/log.[ch]
7026                 o handle verbose logging in statusbar directly in statusbar code
7027                   and common code does not need any knowledge about a statusbar
7028                 o remove direct calls to statusbar_(puts|pop)_all functions
7029
7030 2002-12-10 [jens]       0.8.6claws95
7031
7032         * src/*.c
7033                 removed gettext from g_warnings
7034         * po/POTFILES.in
7035                 cleaned and updated
7036         * po/de.po
7037                 updated
7038
7039 2002-12-10 [colin]      0.8.6claws94
7040
7041         * src/main.c
7042                 finish crash dialog fix
7043
7044 2002-12-10 [colin]      0.8.6claws93
7045
7046         * src/main.c
7047                 "Fix" "sylpheed already running" instead of
7048                 crash dialog appearing after a crash
7049
7050 2002-12-10 [colin]      0.8.6claws92
7051
7052         * po/POTFILES.in
7053                 add src/gtk/sslcertwindow.c
7054
7055 2002-12-10 [paul]       0.8.6claws91
7056
7057         * po/POTFILES.in
7058                 updated to reflect recent changes
7059                 submitted by Alessandro Maestri
7060
7061 2002-12-09 [christoph]  0.8.6claws90
7062
7063         * src/Makefile.am
7064         * src/smtp.[ch]                 ** REMOVE **
7065         * src/common/Makefile.am
7066         * src/common/smtp.[ch]          ** NEW **
7067                 move smtp files to common directory
7068
7069 2002-12-09 [christoph]  0.8.6claws89
7070
7071         * src/Makefile.am
7072         * src/session.[ch]              ** REMOVE **
7073         * src/common/Makefile.am
7074         * src/common/session.[ch]       ** NEW **
7075                 move session files to common directory
7076
7077 2002-12-09 [paul]       0.8.6claws88
7078
7079         * src/account.c
7080                 fix bug [649746] edit accounts: move account reverted
7081                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7082
7083 2002-12-09 [colin]      0.8.6claws87
7084
7085         * src/ssl_certificate.c
7086                 cleanup
7087
7088 2002-12-09 [colin]      0.8.6claws86
7089
7090         * src/ssl.c
7091                 Try to open the cert.pem database and 
7092                 issue a warning if it isn't there
7093
7094 2002-12-09 [colin]      0.8.6claws85
7095
7096         * src/common/ssl_certificate.c
7097         * src/gtk/sslcertwindow.c
7098                 Warning fixes
7099
7100 2002-12-09 [colin]      0.8.6claws84
7101
7102         * src/ssl_certificate.[ch] ** REMOVED **
7103         * src/common/ssl_certificate.[ch] ** NEW **
7104         * src/Makefile.am
7105         * src/common/Makefile.am
7106                 Moved ssl_certificate.[ch] to common
7107         * src/common/ssl.c 
7108                 Put back needed include
7109         * src/gtk/sslcertwindow.[ch]
7110                 Changed ssl_certificate.h include
7111         
7112 2002-12-09 [colin]      0.8.6claws83
7113
7114         * src/gtk/sslcertwindow.[ch]
7115                 Implement hook for certificate acception
7116         * src/ssl_certificate.[ch]
7117                 Implement hook for certificate acception
7118         * src/common/ssl.c
7119                 Reenable certificate acception check
7120         * src/mainwindow.c
7121                 Register sslcertwindow's hook
7122         
7123 2002-12-08 [christoph]  0.8.6claws82
7124
7125         * src/about.c
7126         * src/addr_compl.c
7127         * src/codeconv.c
7128         * src/manual.c
7129         * src/undo.c
7130         * src/common/utils.c
7131                 o add missing includes
7132                 o fix warnings
7133         * src/.cvsignore
7134         * src/common/.cvsignore
7135         * src/common/version.h          ** REMOVE **
7136                 remove autogenerated file
7137
7138 2002-12-08 [paul]       0.8.6claws81
7139
7140         * src/stringtable.c
7141                 put back needed include
7142
7143 2002-12-08 [colin]      0.8.6claws80
7144         
7145         * src/gtk/sslcertwindow.c
7146                 Cleaner popups when asking
7147         * src/ssl_certificate.c
7148         * src/prefs_common.[ch]
7149                 remove ssl certificate pref
7150                 put back needed include
7151         * src/undo.c
7152                 put back needed include
7153
7154 2002-12-08 [christoph]  0.8.6claws79
7155
7156         * src/folderview.c
7157         * src/logwindow.c
7158         * src/statusbar.c
7159         * src/summaryview.c
7160                 only abort hook invokation if required data is missing not
7161                 if our own data pointer is NULL, update hookfunction for
7162                 log window
7163
7164 2002-12-08 [paul]       0.8.6claws78
7165
7166         * src/about.c
7167         * src/addrcache.c
7168         * src/addrclip.c
7169         * src/addr_compl.c
7170         * src/addrselect.c
7171         * src/codeconv.c
7172         * src/colorlabel.c
7173         * src/enriched.c
7174         * src/esmtp.c
7175         * src/exporthtml.c
7176         * src/headerview.c
7177         * src/imageview.c
7178         * src/manual.c
7179         * src/noticeview.c
7180         * src/pgptext.c
7181         * src/scoring.c
7182         * src/sourcewindow.c
7183         * src/stringtable.c
7184         * src/undo.c
7185                 clean up: remove unneccesary includes
7186
7187 2002-12-08 [christoph]  0.8.6claws77
7188
7189         * src/folderview.c
7190         * src/statusbar.c
7191         * src/summaryview.c
7192         * src/common/hooks.[ch]
7193                 hook functions now have a gboolean return value, if a hook
7194                 returns TRUE it will stop executing of any more hooks in
7195                 the same hooklist for this invokation
7196
7197 2002-12-08 [colin]      0.8.6claws76
7198         
7199         * src/main.c
7200                 put back argv0 for CRASH_DIALOG
7201
7202 2002-12-08 [christoph]  0.8.6claws75
7203
7204         * src/Makefile.am
7205         * src/about.c
7206         * src/account.c
7207         * src/crash.c
7208         * src/esmtp.h
7209         * src/imap.[ch]
7210         * src/inc.c
7211         * src/main.c
7212         * src/mainwindow.c
7213         * src/news.c
7214         * src/pop.[ch]
7215         * src/prefs_account.[ch]
7216         * src/prefs_common.[ch]
7217         * src/send.[ch]
7218         * src/smtp.[ch]
7219         * src/ssl_certificate.[ch]
7220         * src/ssl_manager.[ch]
7221         * src/common/Makefile.am
7222         * src/common/log.c
7223         * src/common/nntp.[ch]
7224         * src/common/socket.[ch]
7225         * src/common/ssl.[ch]
7226         * src/gtk/sslcertwindow.[ch]
7227         * ac/openssl.m4
7228                 use new autoconf script to detect OpenSSL with extra parameters
7229                 to specify the location of libs and includes, also remove USE_SSL
7230                 to USE_OPENSSL
7231
7232         * src/common/sylpheed.[ch]
7233         * src/common/version.h.in
7234                 start seperation of common code initialization seperated from gui
7235
7236         * src/summaryview.c
7237                 The function that is called when a color label changes
7238                 should not change the color lable again
7239
7240 2002-12-08 [colin]      0.8.6claws74
7241
7242         * src/gtk/sslcertwindow.c
7243                 warning fixes
7244
7245 2002-12-08 [colin]      0.8.6claws73
7246
7247         * src/statusbar.c
7248           src/common/log.h
7249                 Register a hook for statusbar_puts_all
7250         * src/common/log.c
7251                 invoke statusbar_puts_all's hook
7252         
7253 2002-12-08 [colin]      0.8.6claws72
7254
7255         * src/ssl_certificate.c
7256                 Put back a badly-removed include
7257
7258 2002-12-08 [colin]      0.8.6claws71
7259
7260         * src/gtk/sslcertwindow.[ch]    ** NEW **
7261                 new certificate presentation
7262         * src/gtk/Makefile.am
7263                 add new files
7264         * src/ssl_certificate.[ch]
7265                 gtk cleanup, made utility functions public
7266         * src/ssl_manager.c
7267                 use new cert presentation
7268
7269 2002-12-07 [christoph]  0.8.6claws70
7270
7271         * src/Makefile.am
7272         * src/nntp.[ch]                 ** REMOVE **
7273         * src/common/Makefile.am
7274         * src/common/nntp.[ch]          ** NEW **
7275                 move nntp files to common directory
7276
7277 2002-12-07 [christoph]  0.8.6claws69
7278
7279         * src/procmsg.[ch]
7280         * src/summaryview.c
7281                 implement msginfo update callback using sylpheed's new
7282                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7283
7284 2002-12-06 [christoph]  0.8.6claws68
7285
7286         * src/editgroup.c
7287                 This patch changes the 'Edit Group Details' dialog to
7288                 allow extended selections in either pane, so that
7289                 addresses can be added or removed from a group more
7290                 quickly and easily. (it actually is a net decrease in
7291                 file size, as some unnecessary functions have been
7292                 removed). 
7293                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7294
7295 2002-12-06 [christoph]  0.8.6claws67
7296
7297         * src/Makefile.am
7298         * src/template.[ch]             ** REMOVE **
7299         * src/common/Makefile.am
7300         * src/common/template.[ch]      ** NEW **
7301                 move template files to common directory
7302
7303         * src/nntp.c
7304                 add missing log.h include
7305
7306 2002-12-06 [melvin]     0.8.6claws66
7307
7308         * src/prefs_actions.c
7309                 Added the trailing ">" syntax to insert command's output
7310                 without replacing old text (in contrast to trailing "|").
7311
7312 2002-12-05 [colin]      0.8.6claws65
7313         
7314         * src/common/utils.c
7315                 Don't modify original search_string or it'll change
7316                 the next iterations in the for()
7317
7318 2002-12-05 [darko]      0.8.6claws64
7319
7320         * src/common/utils.c
7321                 proper check for filtering commands, found by Colin
7322
7323 2002-12-05 [darko]      0.8.6claws63
7324
7325         * src/common/utils.c
7326                 check proper string for NULL pointer, found by Colin
7327
7328 2002-12-05 [darko]      0.8.6claws62
7329
7330         * src/common/utils.[ch]
7331                 expand_search_string(): new function
7332                 converts Mutt-like patterns to Sylpheed's
7333                 filtering engine
7334         * src/summaryview.c
7335                 use expand_search_string() to allow Mutt-like
7336                 patterns in extended search
7337         * README.claws
7338                 document extended option in quick search
7339
7340 2002-12-05 [paul]       0.8.6claws61
7341
7342         * sync with 0.8.6cvs16
7343                 see ChangeLog 2002-12-05
7344                 
7345         * po/POTFILES.in
7346                 clean up
7347
7348 2002-12-04 [christoph]  0.8.6claws60
7349
7350         * src/imap.[ch]
7351                 put imap authentication code into a new function and
7352                 remove it from imap_session_new that will allow to
7353                 send other commands before authentication
7354
7355 2002-12-04 [christoph]  0.8.6claws59
7356
7357         * src/imap.[ch]
7358                 use already existing method to prevent unneeded IMAP
7359                 folder selects. Set imap_select parameters to NULL
7360                 in some functions if the values are not required.
7361
7362         * src/xml.h
7363                 remove no longer required include
7364
7365 2002-12-04 [paul]       0.8.6claws58
7366
7367         * po/es.po
7368                 updated by Ricardo Mones Lastra
7369                 
7370         * configure.in
7371           po/hu.po      ** NEW FILE **
7372                 initial Hungarian translation, submitted
7373                 by Gál Zoltán <galzoli@hu.inter.net>
7374
7375 2002-12-03 [christoph]  0.8.6claws57
7376
7377         * src/Makefile.am
7378         * src/gtksctree.[ch]            ** REMOVE **
7379         * src/gtk/Makefile.am
7380         * src/gtk/gtksctree.[ch]        ** NEW **
7381                 move gtksctree files to gtk directory
7382
7383 2002-12-03 [christoph]  0.8.6claws56
7384
7385         * src/Makefile.am
7386         * src/md5.[ch]                  ** REMOVE **
7387         * srm/common/Makefile.am
7388         * src/common/md5.[ch]           ** NEW **
7389                 move md5 files to common directory
7390
7391         * src/gtkstext.c
7392                 remove not required #include
7393
7394 2002-12-03 [sergey]     0.8.6claws55
7395
7396         * src/gtkutils.c
7397         * src/gtkutils.h
7398                 gtkut_window_popup(): new function.
7399         * src/mainwindow.c
7400                 main_window_popup(): use gtkut_window_popup() to raise
7401                 window without changing its position.
7402                 (see sylpheed-main ML message [sylpheed:17247])
7403
7404 2002-12-03 [sergey]     0.8.6claws54
7405
7406         * src/send.c
7407                 send_message_local(): removed first-dot escaping
7408                 (SMTP-only, not needed for sending through pipe)
7409
7410 2002-12-03 [paul]       0.8.6claws53
7411
7412         * po/POTFILES.in
7413                 update to reflect recent changes (thanks
7414                 to Ricardo Mones Lastra)
7415                 
7416         * tools/filter_conv.pl
7417                  fix problem with quoted strings. Patch submitted
7418                  by Luke Plant <lukeplant@softhome.net>
7419
7420 2002-12-03 [paul]       0.8.6claws52
7421
7422         * sync with 0.8.6cvs15
7423                 see ChangeLog 2002-12-03
7424
7425 2002-12-02 [christoph]  0.8.6claws51
7426
7427         * src/logwindow.[ch]
7428         * src/common/log.[ch]
7429                 implement logging using a hook function
7430
7431         * src/folderview.c
7432         * src/folder.[ch]
7433                 define hooklist name in header file to avoid
7434                 errors caused by wrong spelling of hooklist names
7435
7436         * src/toolbar.c
7437                 fix warnings
7438
7439 2002-12-02 [christoph]  0.8.6claws50
7440
7441         * src/common/Makefile.am
7442                 add src/common/hooks.[ch]
7443
7444         * src/common/hooks.[ch]
7445                 implement a simple hook system using glib's hook functions
7446
7447         * src/folder.[ch]
7448         * src/folderview.c
7449                 use new hook system for folder item updates
7450
7451 2002-12-02 [christoph]  0.8.6claws49
7452
7453         * doc-src/ui_seperation.txt     ** NEW **
7454                 information for ui seperation
7455
7456         * src/Makefile.am
7457                 remove files that were moved to common
7458                 include common directory by default for the header files
7459
7460         * src/inc.c
7461         * src/common/socket.c
7462         * src/automaton.[ch]
7463                 implement automaton using g_io_*-functions instead of
7464                 gdk_input_add to make it ui independent
7465
7466         * src/codeconv.c
7467         * src/compose.c
7468         * src/ldif.c
7469         * src/pgptext.c
7470         * src/procmime.c
7471         * src/rfc2015.c
7472         * src/smtp.c
7473         * src/unmime.c
7474                 remove common/ prefix because directory is now in
7475                 include path
7476
7477         * src/compose.c
7478         * src/folder.c
7479         * src/folderview.c
7480         * src/mainwindow.c
7481         * src/messageview.c
7482         * src/prefs_common.c
7483         * src/procmsg.c
7484         * src/rfc2015.c
7485                 fix warnings
7486
7487         * src/imap.c
7488         * src/inc.c
7489         * src/news.c
7490         * src/pop.c
7491         * src/send.c
7492         * src/smtp.c
7493         * src/ssl_certificate.c
7494                 add log.h header file for logging functions
7495
7496         * src/main.c
7497         * src/common/utils.c
7498         * src/summaryview.c
7499         * src/xml.c
7500                 o move debug_mode to common/utils.c
7501                 o add functions to set and get debug_mode
7502
7503         * src/defs.h                    ** REMOVE **
7504         * src/intl.h                    ** REMOVE **
7505         * src/socket.[ch]               ** REMOVE **
7506         * src/ssl.[ch]                  ** REMOVE **
7507         * src/utils.[ch]                ** REMOVE **
7508                 replaced by new files in src/common/
7509         
7510         * src/common/Makefile.am
7511                 add new files in src/common/
7512
7513         * src/common/defs.h             ** NEW **
7514         * src/common/intl.h             ** NEW **
7515         * src/common/log.[ch]           ** NEW **
7516         * src/common/socket.[ch]        ** NEW **
7517         * src/common/ssl.[ch]           ** NEW **
7518         * src/common/utils.[ch]         ** NEW **
7519                 replacement for files in src/
7520
7521 2002-12-02 [colin]      0.8.6claws48
7522
7523         * src/folderview.c
7524                 Scroll folderview if necessary during dnd
7525
7526 2002-12-02 [colin]      0.8.6claws47
7527
7528         * src/folder.[ch]
7529                 Add check to verify a move is within a single mailbox
7530         * src/folderview.c
7531                 Add specific error string for this check
7532
7533 2002-12-02 [colin]      0.8.6claws46
7534
7535         * src/folder.c
7536                 Add a test to folder moving, remove a statusbar_print
7537         * src/folderview.c
7538                 Add Move folder... context-menu item
7539                 Factorize folder moving code
7540                 Enable folder DND for mbox
7541
7542 2002-12-01 [christoph]  0.8.6claws45
7543
7544         * ac/aspell.m4
7545                 remove conf.aspelltest if the version check fails
7546
7547 2002-11-30 [christoph]  0.8.6claws44
7548
7549         * autogen.sh
7550                 run libtoolize --force in autogen to create missing
7551                 libtool scripts
7552
7553 2002-11-30 [christoph]  0.8.6claws43
7554
7555         * src/Makefile.am
7556         * src/pgptext.c
7557         * src/procmime.c
7558         * src/rfc2015.c
7559         * src/uuencode.[ch]             ** REMOVED **
7560         * src/common/Makefile.am
7561         * src/common/uuencode.[ch]      ** NEW **
7562                 move uuen/decoder to common directory
7563
7564 2002-11-30 [christoph]  0.8.6claws42
7565
7566         * src/Makefile.am
7567         * src/base64.[ch]               ** REMOVED **
7568         * src/codeconv.c
7569         * src/compose.c
7570         * src/ldif.c
7571         * src/pgptext.c
7572         * src/procmime.c
7573         * src/rfc2015.c
7574         * src/smtp.c
7575         * src/unmime.c
7576         * src/common/Makefile.am
7577         * src/common/base64.[ch]        ** NEW **
7578                 move base64 en/decoder to common directory
7579
7580 2002-11-30 [christoph]  0.8.6claws41
7581
7582         * src/common                    ** NEW **
7583                 new directory for UI independent code
7584         * src/gtk                       ** NEW **
7585                 new directory for GTK frontend
7586         * src/common/.cvsignore         ** NEW **
7587         * src/gtk/.cvsignore            ** NEW **
7588                 ignore build files
7589         * src/common/Makefile.am        ** NEW **
7590         * src/gtk/Makefile.am           ** NEW **
7591                 automake files to build new seperated stuff
7592         * src/Makefile.am
7593                 the binary will currently still be build with the
7594                 files in src, so we include the code from the
7595                 subdirs for now after building the libs there
7596
7597 2002-11-30 [paul]       0.8.6claws40
7598
7599         * src/compose.c
7600                 fix bug [642731] 'Wrong selected account with drafted mail'
7601
7602 2002-11-29 [oliver]     0.8.6claws39
7603         
7604         * src/messageview.c
7605                 o update summaryview when switching between different
7606                   messageviews          
7607         * src/toolbar.c  
7608                 o check if messageview holds already removed msg
7609                   from summaryview
7610                 
7611
7612 2002-11-29 [oliver]     0.8.6claws38
7613
7614         * src/toolbar.c 
7615                 remove not needed variables and includes
7616                 make messageview stay opened and move to next when msgs are deleted 
7617
7618 2002-11-29 [oliver]     0.8.6claws37
7619         
7620         * src/toolbar.c 
7621                 disable compose button (messageview toolbar) by default
7622                 deleted msgs are moved to trash
7623         
7624 2002-11-29 [melvin]     0.8.6claws36
7625
7626         * configure.in
7627                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7628                 and to detect signatures expirations (gpgme 0.3.6)
7629
7630         * src/main.c
7631                 Use non obsolescent function for Gpgme engine checking.
7632
7633         * src/rfc2015.c
7634                 Inform about expired signatures or signatures which key
7635                 has expired. Expiration date is displayed.
7636
7637         * src/sigstatus.c
7638                 Inform about expired signatures or signatures which key
7639                 has expired.
7640
7641 2002-11-28 [paul]       0.8.6claws35
7642
7643         * src/folderview.c
7644                 re-instate 'Check for new messages' in Newsgroup
7645                 folders right-click menu, after a suggestion from
7646                 Tim Mann <timmann@users.sourceforge.net>
7647
7648         * src/main.c
7649                 after a crash check only local folders for new
7650                 messages
7651
7652 2002-11-28 [paul]       0.8.6claws34
7653
7654         * configure.in
7655                 apply patch that fixes the checking of GTK with XIM 
7656                 support on different OSs, such as FreeBSD. Patch 
7657                 submitted by Topia <topia@users.sourceforge.net>
7658                 
7659 2002-11-28 [paul]       0.8.6claws33
7660
7661         * src/mainwindow.c
7662           src/prefs_common.c
7663           src/prefs_toolbar.c
7664                 more changes to the English
7665
7666 2002-11-28 [paul]       0.8.6claws32
7667
7668         * sync with 0.8.6cvs13
7669                 see ChangeLog 2002-11-28 (no sync needed
7670                 for src/compose.c)
7671
7672 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7673         
7674         * src/mainwindow.[ch]
7675                 add patch by Ivan F. Martinez introducing messageview Toolbar
7676                 some changes and committed by oliver    
7677
7678 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7679
7680         * src/messageview.[ch]
7681                 add patch by Ivan F. Martinez introducing messageview Toolbar
7682                 some changes and committed by oliver    
7683
7684 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7685
7686         * src/compose.[ch]
7687                 add patch by Ivan F. Martinez introducing messageview Toolbar
7688                 some changes and committed by oliver    
7689
7690 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7691         
7692         * src/toolbar.[ch]
7693                 add patch by Ivan F. Martinez introducing messageview Toolbar
7694                 some changes and committed by oliver
7695
7696 2002-11-28 [oliver]     0.8.6claws27
7697         
7698         * src/prefs_toolbar.[ch]
7699                 getting ready for messageview toolbar
7700                 free mem allocated by gettext
7701                 change prefs_toolbar to prefs_toolbar_open
7702  
7703 2002-11-28 [thorsten]   0.8.6claws26
7704
7705         * src/imageview.[ch]
7706                 cleaned up conflicting declarations of
7707                 imageview_show_image()
7708
7709 2002-11-28 [paul]       0.8.6claws25
7710
7711         * src/grouplistdialog.c
7712           src/prefs_common.c
7713           src/prefs_summary_column.c
7714                 a few more improvements to the English
7715
7716 2002-11-28 [colin]      0.8.6claws24
7717
7718         * man/sylpheed.1
7719                 A few updates to command-line parameters
7720
7721 2002-11-28 [colin]      0.8.6claws23
7722
7723         * src/prefs_filtering.c
7724                 Fix problems with prefs_filtering_delete_path:
7725                 a) if the first rule is removed, original pointers
7726                    weren't updated (leading to segfaults)
7727                 b) it was always global_processing updated in case
7728                    of removed path was parent of rule path
7729
7730 2002-11-27 [paul]       0.8.6claws22
7731
7732         * src/mainwindow.c
7733           src/prefs_account.c
7734           src/prefs_actions.c
7735           src/prefs_common.c
7736           src/prefs_customheader.c
7737           src/prefs_display_header.c
7738           src/prefs_filtering.c
7739           src/prefs_folder_item.c
7740           src/prefs_matcher.c
7741           src/prefs_scoring.c
7742           src/prefs_summary_column.c
7743           src/prefs_template.c
7744           src/prefs_toolbar.c
7745                  improve the English in the GUI
7746
7747 2002-11-27 [colin]      0.8.6claws21
7748
7749         * src/folder.c
7750                 Fix processing renaming problems happening after
7751                 last commit
7752
7753 2002-11-27 [colin]      0.8.6claws20
7754
7755         * src/folder.c
7756                 recursive move now deletes src each subfolder after 
7757                 having moved it
7758         * src/folderview.c
7759                 Use identifier instead of path during dnd (enables
7760                 IMAP folder dnd)
7761
7762 2002-11-27 [paul]       0.8.6claws19
7763
7764         * src/main.c
7765                 apply patch that does command-line processing 
7766                 BEFORE gtk_init, allowing claws to run from 
7767                 shell-scripts in non-X environment (e.g. crontab 
7768                 or ip-up, ip-down scripts). Patch submitted by
7769                 Ruslan N. Balkin <baron@dartel.ru>
7770                 
7771         * po/it.po
7772                 updated by Alessandro Maestri
7773
7774 2002-11-27 [paul]       0.8.6claws18
7775
7776         * sync with 0.8.6cvs12
7777           src/prefs_common.c
7778                 Differences are that main uses a 'Receive dialog'
7779                 frame on the Interface tab, whereas claws groups all 
7780                 the dialogs together in a 'Dialogs' frame.
7781
7782 2002-11-27 [colin]      0.8.6claws17
7783
7784         * src/prefs_matcher.c
7785                 Fix Execute criteria's NOT flag
7786
7787
7788 2002-11-26 [christoph]  0.8.6claws16
7789
7790         * src/ssl.c
7791                 rewrite the ssl code a little bit, only use one
7792                 SSL context, set default certificates' file/path
7793
7794 2002-11-26 [thorsten]   0.8.6claws15
7795
7796         * src/compose.c
7797                 default-reply-to didn't work for ml-reply
7798
7799 2002-11-26 [melvin]     0.8.6claws14
7800
7801         * src/prefs_actions.c
7802                 Made pipe-actions ignore short headers in message view
7803                 Made trailing-pipe-actions write in the message view with
7804                 the same font as the original message
7805
7806 2002-11-26 [paul]       0.8.6claws13
7807
7808         * src/compose.c
7809                 this time commit the correct file
7810
7811 2002-11-26 [paul]       0.8.6claws12
7812
7813         * sync with 0.8.6cvs11
7814           src/quote_fmt_parse.y  
7815                 no sync needed
7816           src/account.[ch]       
7817                 not sync'ed
7818           src/compose.c
7819                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7820                 on draft mode.
7821                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7822                 header
7823                 
7824         see ChangeLog 2002-11-25 and 2002-11-26
7825
7826 2002-11-26 [colin]      0.8.6claws11
7827
7828         * src/folderview.c
7829                 Fix collapsed folder not auto-expanding during
7830                 mail dnd, if it was the source folder.
7831
7832 2002-11-25 [colin]      0.8.6claws10
7833
7834         * src/folderview.[ch]
7835                 Variable renaming and cleaning (slist of nodes 
7836                 to be re-collapsed is stored in FolderView)
7837
7838 2002-11-25 [paul]       0.8.6claws9
7839
7840         * src/prefs_common.[ch]
7841                 fix breakage caused by last commit
7842
7843 2002-11-25 [paul]       0.8.6claws8
7844
7845         * sync with 0.8.6cvs4
7846                 see ChangeLog 2002-11-21
7847
7848 2002-11-25 [paul]       0.8.6claws7
7849
7850         * sync with 0.8.6cvs4
7851                 see ChangeLog 2002-11-20
7852
7853 2002-11-25 [paul]       0.8.6claws6
7854
7855         * sync with 0.8.6cvs3
7856                 see ChangeLog 2002-11-18
7857
7858 2002-11-25 [colin]      0.8.6claws5
7859
7860         * src/gtkutils.[ch]
7861                 Add gtkut_ctree_node_is_parent()
7862         * src/folderview.c
7863                 Spring-loaded folders
7864
7865 2002-11-25 [colin]      0.8.6claws4
7866
7867         * src/utils.[ch]
7868                 Add slist_concat_unique(), function to merge
7869                 two GSList filtering dups
7870         * src/folder.[ch]
7871         * src/summaryview.[ch]
7872         * src/folderview.c
7873         * src/main.c
7874                 Add detection/update/display of unread answers
7875                 to marked mails
7876         * src/procmsg.[ch]
7877                 Add procmsg_find_children()
7878                 Add procmsg_msg_has_marked_parent()
7879
7880 2002-11-25 [colin]      0.8.6claws3
7881
7882         * src/ssl_certificate.[ch]
7883                 Allow checking a certificate without a DNS
7884                 lookup
7885                 Allow to forget a cert (by deleting it)
7886                 Make ssl_certificate_destroy_public
7887         * src/ssl_manager.[ch] ** NEW FILES **
7888                 Gui to manage (display/remove) certificates
7889         * src/prefs_common.[ch]
7890                 Add a pref to allow silent acceptation of
7891                 trusted certificates or not (based on the
7892                 "I want to know what's going on" principle)
7893         * src/mainwindow.c
7894                 Add SSL manager in Tools menu
7895         * src/Makefile.am
7896                 Add the new files to the build
7897         * po/POTFILES.in
7898                 Add ssl_manager.c to translations
7899
7900 2002-11-25 [colin]      0.8.6claws2
7901
7902         * src/summaryview.[ch]
7903                 Add S_SEARCH_EXTENDED to the quick search, which 
7904                 allows to search using filtering syntax.
7905
7906 2002-11-25 [colin]      0.8.6claws1
7907
7908         * src/summaryview.c
7909                 Deletion of duplicates now prefer deleting
7910                 the unread dup (fixes feature-request 638989).
7911
7912 2002-11-24 [paul]       0.8.6claws
7913
7914         * po/es.po
7915           po/pl.po
7916           po/ru.po
7917           po/sr.po
7918                 updated by Ricardo Mones Lastra,
7919                 Witold Wladyslaw Wojciech Wilk,
7920                 Ruslan N. Balkin, and  Urke MMI 
7921                 respectively
7922
7923 2002-11-24 [paul]       0.8.5claws182
7924
7925         * po/bg.po
7926                 updated by George Danchev
7927
7928 2002-11-23 [alfons]     0.8.5claws181
7929
7930         * src/imap.c
7931                 tiny memory leak found by browsing Dimitar's 
7932                 valgrind report
7933
7934 2002-11-23 [paul]       0.8.5claws180
7935
7936         * po/it.po
7937                 updated by Alessandro Maestri
7938
7939 2002-11-22 [christoph]  0.8.5claws179
7940
7941         * src/compose.c
7942         * src/inc.c
7943         * src/prefs_filtering.c
7944         * src/summaryview.c
7945                 more warning fixes
7946
7947 2002-11-22 [alfons]     0.8.5claws178
7948
7949         * src/summaryview.c
7950                 summary_execute_delete_func(): if message is deleted, make 
7951                 sure to also remove its entry in the subject hash table. 
7952                 fixes a corner case bug.
7953
7954 2002-11-22 [paul]       0.8.5claws177
7955
7956         * .cvsignore
7957                 add 'autom4te.cache'
7958                 
7959         * ltconfig      ** REMOVED **
7960                 not needed
7961
7962 2002-11-22 [paul]       0.8.5claws176
7963
7964         * src/textview.c
7965                 textview_set_font(): fix for message display in
7966                 UTF-8 locales (thanks to Sergey Vlasov).
7967                 
7968         * AUTHORS
7969                 add new team members and contributors
7970
7971
7972 2002-11-21 [colin]      0.8.5claws175
7973
7974         * src/procmsg.[ch]
7975                 Add procmsg_remove_special_headers()
7976         * src/mh.c
7977                 Use procmsg_remove_special_headers() for 
7978                 previous fix
7979
7980 2002-11-21 [colin]      0.8.5claws174
7981
7982         * src/mh.c
7983                 Fix moving/copying from queue/draft folders
7984                 for MH folders
7985
7986 2002-11-21 [christoph]  0.8.5claws173
7987
7988         * src/crash.c
7989         * src/filtering.c
7990         * src/logwindow.c
7991         * src/main.c
7992         * src/matcher_parser_lex.[hl]
7993         * src/mbox.c
7994         * src/mbox_folder.[ch]
7995         * src/prefs_filtering.c
7996         * src/procheader.c
7997         * src/quote_fmt_lex.l
7998         * src/ssl.c
7999                 fix all warnings except the warnings in lex and yacc files
8000
8001 2002-11-20 [christoph]  0.8.5claws172
8002
8003         * src/imap.c
8004                 fix MsgInfo retrieval for IMAP draft and queue folders
8005                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
8006
8007 2002-11-19 [christoph]  0.8.5claws171
8008
8009         * src/compose.c
8010                 fix segfault, when draft saving does not get
8011                 the MsgInfo of the new message
8012                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
8013
8014 2002-11-19 [christoph]  0.8.5claws170
8015
8016         * src/procmsg.c
8017                 add parameter check for flag setting function
8018                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
8019
8020 2002-11-18 [paul]       0.8.5claws169
8021
8022         * src/compose.c
8023                 more sensitivity fixes to redirect mode:
8024                 * disable toolbar draft button
8025                 * allow only Address book in the Tools menu
8026                 * disable editing of message by the spell
8027                   checker
8028
8029 2002-11-18 [paul]       0.8.5claws168
8030
8031         * src/compose.c
8032                 fix sensitivity of menu items in compose_redirect():
8033                 allow only the necessary items 
8034
8035 2002-11-18 [paul]       0.8.5claws167
8036
8037         * src/compose.c
8038                 fix bug [ 603259 ] 'attachment got lost on bounce'
8039
8040 2002-11-18 [paul]       0.8.5claws166
8041
8042         * po/ru.po
8043                 updated by Ruslan N. Balkin <baron@dartel.ru>
8044
8045 2002-11-18 [colin]      0.8.5claws165
8046
8047         * src/main.c
8048           src/defs.h
8049                 Remove old filtering stuff
8050
8051
8052 2002-11-17 [oliver]     0.8.5claws164
8053
8054         * src/toolbar.h
8055                 remove not needed typedef 
8056
8057 2002-11-17 [oliver]     0.8.5claws163
8058
8059         * src/toolbar.c
8060                 make toolbar's on click events translatable
8061
8062 2002-11-15 [colin]      0.8.5claws162
8063
8064         * src/summaryview.c
8065                 Revert too-soon integration of a feature
8066
8067 2002-11-15 [christoph]  0.8.5claws161
8068
8069         * src/imap.c
8070                 use main's implementation of imap_get_msginfo
8071
8072 2002-11-15 [christoph]  0.8.5claws160
8073
8074         * src/compose.c
8075         * src/folder.[ch]
8076         * src/imap.c
8077         * src/mbox_folder.c
8078         * src/mh.c
8079         * src/news.c
8080         * src/procmsg.c
8081         * src/summaryview.c
8082                 replace claws' fetch_msginfo with main's get_msginfo
8083                 (use main's implementation where possible)
8084
8085 2002-11-15 [colin]      0.8.5claws159
8086
8087         * src/ssl_certificate.c
8088                 Missed a check
8089
8090 2002-11-16 [melvin]     0.8.5claws158
8091
8092         * po/fr.po
8093                 Updated French translations.
8094
8095 2002-11-16 [colin]      0.8.5claws157
8096
8097         * src/ssl_certificate.c
8098                 Check for missing parts in the certificates
8099
8100 2002-11-15 [colin]      0.8.5claws156
8101
8102         * src/folderview.c
8103                 Preventive fix (missing check) found by
8104                 Alfons
8105
8106 2002-11-15 [paul]
8107
8108         * NEWS
8109                 sync with 0.8.6 release
8110
8111 2002-11-15 [colin]      0.8.5claws155
8112
8113         * src/folder.[ch]
8114           src/folderview.c
8115                 Fix error handling of folder_item_move_to()
8116                 (thanks to Alfons!)
8117
8118 2002-11-15 [colin]      0.8.5claws154
8119
8120         * src/folder.[ch]
8121           src/folderview.c
8122                 folder_item_move_to() sets an error message instead
8123                 of having GUI stuff in folder.c
8124
8125 2002-11-15 [colin]      0.8.5claws153
8126
8127         * src/procmsg.[ch]
8128                 Implemented a callback for MsgInfo updates, 
8129                 heavily copy/pasted from Christoph's folder 
8130                 callback system
8131         * src/summaryview.[ch]
8132                 Register summary_update_msg as callback
8133
8134 2002-11-14 [colin]      0.8.5claws152
8135         
8136         * src/procmsg.c
8137                 Update the FolderItem after sending (fixes 617593)
8138
8139 2002-11-14 [christoph]  0.8.5claws151
8140
8141         * src/folder.c
8142                 fix wrong position of NULL pointer check found
8143                 by Sergey
8144
8145 2002-11-14 [christoph]  0.8.5claws150
8146
8147         * src/folder.c
8148                 fix segfault when deleting messages from IMAP folders
8149                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8150
8151 2002-11-14 [colin]      0.8.5claws149
8152
8153         * src/compose.c
8154                 Forwarding was also ignoring the folder's default account.
8155
8156 2002-11-14 [colin]      0.8.5claws148
8157
8158         * src/compose.c
8159                 Fix sent folder not set to folder properties when 
8160                 forwarding.
8161
8162 2002-11-14 [thorsten]   0.8.5claws147
8163
8164         * src/inc.c
8165                 inc_start(): Files were not moved from .processing to inbox,
8166                 if no global processing rule existed
8167
8168 2002-11-14 [colin]      0.8.5claws146
8169
8170         * src/ssl_certificate
8171                 Fix file operations
8172
8173 2002-11-14 [paul]       0.8.5claws145
8174
8175         * po/it.po
8176                 updated by Alessandro Maestri
8177
8178 2002-11-13 [alfons]     0.8.5claws144
8179
8180         * src/folder.c
8181                 folder_item_close(): only mark messages unread
8182                 when a folder has new messages 
8183
8184 2002-11-13 [keith]      0.8.5claws143
8185
8186         * src/imap.c
8187                 Fix problem moving or copying between
8188                 IMAP folders
8189
8190 2002-11-13 [colin]      0.8.5claws142
8191
8192         * src/matcher_parser_parse.y
8193                 Fix rule problem when " don't match
8194
8195 2002-11-13 [christoph]  0.8.5claws141
8196
8197         * src/folder.c
8198         * src/folderview.c
8199                 moved cache saving to folder_item_close
8200                 the folderview should not have to deal with
8201                 this things
8202
8203 2002-11-13 [christoph]  0.8.5claws140
8204
8205         * src/summaryview.c
8206                 moved setting of important score to
8207                 summary_set_prefs_from_folderitem
8208
8209 2002-11-13 [colin]      0.8.5claws139
8210
8211         * src/matcher_parser_parse.y
8212                 Fix a segfault in the parser (happening when
8213                 a good expression had been tested and a bad 
8214                 one arrives)
8215
8216 2002-11-13 [paul]       0.8.5claws138
8217
8218         * sync with 0.8.5cvs24
8219                 see ChangeLog 2002-11-13
8220                 
8221         * po/pt_BR.po
8222                 updated by Fabio Jr. Beneditto
8223
8224 2002-11-13 [colin]      0.8.5claws137
8225         
8226         * src/msgcache.c
8227           src/defs.h
8228           src/procmsg.[ch]
8229                 Revert last commit, problem
8230
8231 2002-11-13 [colin]      0.8.5claws136
8232
8233         * src/msgcache.c
8234                 Remove duplicated code
8235         * src/defs.h
8236                 Bumped CACHE_VERSION and MARK_VERSION
8237         * src/procmsg.[ch]
8238                 Network endian for cache and mark files
8239
8240 2002-11-12 [colin]      0.8.5claws135
8241
8242         * src/inc.c
8243                 Fix the "socket error" dialog which disappeared
8244
8245 2002-11-12 [colin]      0.8.5claws134
8246
8247         * src/msgcache.c
8248                 Reverse last commit which had performance 
8249                 problems, but still reverse the list
8250
8251 2002-11-12 [colin]      0.8.5claws133
8252
8253         * src/msgcache.c
8254                 Reverse list order
8255
8256 2002-11-12 [melvin]     0.8.5claws132
8257
8258         * src/compose.c
8259                 Added a check for a NULL prefs_common.dictionary
8260
8261 2002-11-12 [colin]      0.8.5claws131
8262
8263         * src/ssl_certificate.[ch]
8264                 Use FQDN hostname
8265
8266 2002-11-12 [colin]      0.8.5claws130
8267
8268         * src/ssl_certificate.[ch]
8269                 Take connection port into account for 
8270                 checking certificates (a single hostname
8271                 could have multiple servers with multiple
8272                 certificates)
8273         * src/ssl.c
8274                 Pass the port to ssl_certificate_check
8275
8276 2002-11-12 [paul]       0.8.5claws129
8277
8278         * src/folder.c
8279                 fix a typo in last commit
8280
8281 2002-11-12 [paul]       0.8.5claws128
8282
8283         * sync with 0.8.5cvs23
8284                 see ChangeLog entry 2002-11-12
8285
8286 2002-11-11 [colin]      0.8.5claws127
8287
8288         * src/ssl_certificate.c
8289                 Cleaner messages
8290                 Don't popup, instead log error, if the 
8291                 corresponding pref is checked
8292         * src/ssl_certificate.h
8293                 include <openssl/objects/h>
8294
8295 2002-11-11 [colin]      0.8.5claws126
8296
8297         * src/ssl_certificate.h
8298                 _Really_ clean it
8299
8300 2002-11-11 [colin]      0.8.5claws125
8301         
8302         * src/ssl_certificate.c
8303                 Fixed leak
8304
8305 2002-11-11 [colin]      0.8.5claws124
8306
8307         * src/ssl.c
8308                 Cleaned a bit
8309         * src/ssl_certificate.[ch]
8310                 Cleaned a bit (better use of SSL API)
8311                 (This will cause non-recognition of saved 
8312                  certificates of claws12[23]...)
8313
8314 2002-11-11 [paul]       0.8.5claws123
8315         
8316         * po/es.po
8317                 updated by Ricardo Mones Lastra
8318
8319 2002-11-11 [colin]      0.8.5claws122
8320
8321         * src/ssl.c
8322                 Fix a typo
8323
8324 2002-11-11 [colin]      0.8.5claws121
8325
8326         * src/ssl_certificate.[ch] ** NEW FILES **
8327         * src/ssl.[ch]
8328                 Check SSL certificates presented to us
8329         * src/Makefile.am
8330                 Add ssl_certificate.[ch]
8331         * po/POTFILES.in
8332                 Add ssl_certificate.c
8333
8334 2002-11-11 [paul]       0.8.5claws120
8335
8336         * sync with 0.8.5cvs22
8337                 see ChangeLog 2002-11-11
8338
8339 2002-11-11 [paul]       0.8.5claws119
8340
8341         * sync with 0.8.5cvs21
8342                 see ChangeLog 2002-11-11
8343
8344 2002-11-10 [jens]       0.8.5claws118
8345
8346         * src/folder.c
8347         * src/folderview.c
8348                 corrected some typing
8349         * po/de.po
8350                 updated german translation
8351         * sylpheed.spec.in
8352                 cleaned up specfile and adjusted it for claws
8353
8354 2002-11-10 [colin]      0.8.5claws117
8355
8356         * src/summaryview.c
8357                 a STATUSBAR_PUSH/POP fix
8358
8359 2002-11-10 [colin]      0.8.5claws116
8360
8361         * src/prefs_folder_item.c
8362                 Fix hanging after opening folder properties
8363
8364 2002-11-10 [hoa]        0.8.5claws115
8365
8366         * src/matcher_parser_lex.l
8367         * src/matcher_parser_parse.y
8368                 config file for scoring and filtering is no more trashed
8369                 when there is a syntax error in a filtering rule when
8370                 editing it in a dialog.
8371
8372 2002-11-09 [colin]      0.8.5claws114
8373
8374         * src/mbox_folder.c
8375                 Added missing initialisation of folder->destroy()
8376
8377 2002-11-09 [colin]      0.8.5claws113
8378
8379         * src/folder.c
8380           src/folderview.c
8381                 Fix the status bar messages
8382
8383 2002-11-09 [colin]      0.8.5claws112
8384
8385         * src/folderview.c
8386                 Fix hangs after folder dnd, happening after 
8387                 claws109.
8388
8389 2002-11-09 [christoph]  0.8.5claws111
8390
8391         * src/folderview.c
8392                 just changed order of calls (reverse order of
8393                 associated calls)
8394         * src/inc.c
8395                 lock inc when checking only one account, otherwise
8396                 inc all could be executed at the same time
8397
8398 2002-11-09 [christoph]  0.8.5claws110
8399
8400         * src/folderview.c
8401                 better unlock the mouse cursor before calling
8402                 summary_show because it changes the cursor too
8403
8404 2002-11-09 [christoph]  0.8.5claws109
8405
8406         * src/folder.[ch]
8407         * src/folderview.c
8408                 add functions to open and close a folder
8409                 o opending will execute scanning for remote folders
8410                   and processing
8411                 o closing will unset new flag for messages
8412
8413 2002-11-09 [colin]      0.8.5claws108
8414
8415         * src/folder.c
8416                 Add a call to prefs_matcher_write_config to 
8417                 avoid non-leaf folders filtering settings to be
8418                 lost
8419
8420 2002-11-09 [paul]       0.8.5claws107
8421
8422         * src/prefs_account.c
8423                 re-word a label
8424
8425 2002-11-09 [colin]      0.8.5claws106
8426
8427         * src/folderview.c
8428                 Minor esthetic fix
8429
8430 2002-11-09 [colin]      0.8.5claws105
8431
8432         * src/folderview.c
8433                 Fix prefs_filtering deletion for MH folders (same
8434                 reason as below)
8435         * src/prefs_filtering.c
8436                 Fix prefs_filtering renaming and deletion for 
8437                 folder-based processing rules.  
8438
8439 2002-11-09 [christoph]  0.8.5claws104
8440
8441         * src/compose.c
8442         * src/folder.[ch]
8443         * src/folderview.[ch]
8444         * src/import.c
8445         * src/inc.c
8446         * src/main.c
8447         * src/mainwindow.c
8448         * src/messageview.c
8449         * src/prefs_folder_item.c
8450         * src/procmsg.c
8451         * src/summaryview.c
8452                 implement a callback system for folder item updates
8453
8454 2002-11-09 [colin]      0.8.5claws103
8455
8456         * src/folderview.c
8457                 Fix prefs_filtering renaming for MH folders (we
8458                 shouldn't rename by path as another folder could
8459                 have the same hierarchy).
8460
8461 2002-11-09 [colin]      0.8.5claws102
8462
8463         * src/folder.c
8464                 Fix a leak found by Christoph, use better variable
8465                 names
8466
8467 2002-11-09 [colin]      0.8.5claws101
8468
8469         * src/folder.c
8470                 One more fix for processing rules
8471
8472 2002-11-08 [colin]      0.8.5claws100
8473         
8474         * src/matcher.c
8475                 Don't copy the compiled regexp (will be reevaluated)
8476         * src/folderview.c
8477                 Lock folderview while moving
8478         * src/folder.c
8479                 Provide info on what's happening to the user
8480
8481 2002-11-08 [colin]      0.8.5claws99
8482
8483         * src/folderview.c
8484                 Fix folder reordering after a move if parent is 
8485                 root
8486         * src/scoring.[ch]
8487                 Add function to copy a ScoringProp
8488         * src/prefs_folder_item.c
8489                 Copy scoring rules when copying a folder prefs
8490
8491 2002-11-08 [colin]      0.8.5claws98
8492
8493         * src/folderview.c
8494                 Fixes in case of failure
8495         * src/filtering.[ch]    
8496                 Add function to duplicate a FilteringProp
8497         * src/matcher.[ch]
8498                 Add function to duplicate a MatcherProp
8499         * src/prefs_folder_item.c
8500                 Save folder's processing rules when copying 
8501                 its prefs
8502
8503 2002-11-08 [colin]      0.8.5claws97
8504         
8505         * src/folderview.c
8506                 Sort after move
8507         * src/folder.c 
8508                 Change a printf to debug_print
8509
8510 2002-11-08 [colin]      0.8.5claws96
8511
8512         * src/folder.c
8513           src/folderview.c
8514                 Fix segfaults, call me stupido
8515         
8516
8517 2002-11-08 [colin]      0.8.5claws95
8518
8519         *src/folder.c
8520                 Added forgotten prefs to save when moving folders
8521
8522 2002-11-08 [colin]      0.8.5claws94
8523
8524         * src/folder.c
8525                 Fixes to folder DND (prefs copy)
8526         * src/folderview.c
8527                 Optimization for folder DND (don't rescan whole tree)
8528                 Added folderview_create_folder_node() for this 
8529                 optimization, so de-duped a bit the code
8530         * src/prefs_folder_item.[ch]
8531                 Added prefs_folder_item_copy_prefs()    
8532           
8533 2002-11-08 [paul]       0.8.5claws93
8534
8535         * src/prefs_account.c
8536           tools/README
8537           tools/kmail2sylpheed_v2.pl
8538                 correct some typos
8539
8540 2002-11-08 [paul]       0.8.5claws92
8541
8542         * src/compose.c
8543           src/prefs_account.[ch]
8544                 remove account options 'clearsign' and 'ascii_armored',
8545                 replace with 'default_gnupg_mode' to prevent mixed-mode
8546                 Privacy settings
8547
8548 2002-11-08 [paul]       0.8.5claws91
8549
8550         * src/compose.[ch]
8551                 re-implement GnuPG 'on-the-fly' mode selection,
8552                 disallow mixed-mode
8553
8554 2002-11-08 [colin]      0.8.5claws90
8555
8556         * src/folderview.c
8557           src/prefs_folder_item.c
8558                 Change "Property" to "Properties"
8559
8560 2002-11-07 [colin]      0.8.5claws89
8561
8562         * src/folderview.c
8563           src/folder.c
8564                 Allow folder dropping to a root folder
8565
8566 2002-11-07 [paul]       0.8.5claws88
8567
8568         * src/compose.c
8569                 revert last commit
8570
8571 2002-11-07 [paul]       0.8.5claws87
8572
8573         * src/compose.c
8574                 fix reply-to-list bug. closes bug report
8575                 "[633382] reply-to-list broken in recent cvs"
8576
8577 2002-11-07 [paul]       0.8.5claws86
8578
8579         * src/compose.c
8580                 add a forgotten '#if USE_GPGME ... #endif'
8581
8582 2002-11-07 [paul]       0.8.5claws85
8583
8584         * sync with 0.8.5cvs20
8585                 see ChangeLog 2002-11-07
8586
8587 2002-11-07 [colin]      0.8.5claws84
8588
8589         * src/folder.[ch]
8590                 Change folder_item_move_to to return the newly 
8591                 created folderitem.
8592         * src/folderview.c
8593                 Select the new folderitem after moving.
8594
8595 2002-11-07 [colin]      0.8.5claws83
8596
8597         * src/prefs_filtering.c
8598                 Fix rule rewriting when moving a leaf folder to a 
8599                 shorter path
8600
8601 2002-11-07 [colin]      0.8.5claws82
8602
8603         * src/prefs_filtering.c
8604                 fix a leak
8605
8606 2002-11-07 [colin]      0.8.5claws81
8607
8608         * src/folder.[ch]
8609                 Add folder_item_move_to() function to move a 
8610                 folderitem into another one (updates matcher etc)
8611         * src/folderview.c
8612                 Add folder drag'n drop (context menu to come)
8613                 [Should be dataloss free, but Please backup before 
8614                  trying !]
8615
8616 2002-11-06 [colin]      0.8.5claws80
8617
8618         * src/mh.c
8619                 mh_create_folder() returns NULL if can't create
8620                 directory hierarchy
8621
8622 2002-11-06 [paul]       0.8.5claws79
8623
8624         * src/compose.[ch]
8625                 allow 'on-the-fly' changing of the type of encryption 
8626                 and/or signing used (mime/ascii) via the compose window
8627
8628 2002-11-06 [paul]       0.8.5claws78
8629
8630         * sync with 0.8.5cvs19
8631                 see ChangeLog 2002-11-06 for src/account.c: 
8632                 account_get_special_folder()
8633                 
8634 2002-11-05 [alfons]     0.8.5claws77
8635
8636         * src/crash.c
8637                 very minor cleanups: nothing to see here, move on. :-)
8638
8639 2002-11-05 [colin]      0.8.5claws76
8640
8641         * src/main.c
8642                 Changes choices if compose windows are opened to
8643                 Discard, Draft, Don't quit
8644
8645 2002-11-05 [thorsten]   0.8.5claws75
8646
8647         * src/compose.c
8648                 reenabled default_reply_to folder option
8649
8650 2002-11-05 [colin]      0.8.5claws74
8651
8652         * src/compose.[ch] 
8653                 add compose_draft()
8654         * src/crash.c
8655                 add SIGTERM handler
8656         * src/main.[ch]
8657                 add clean_quit() for the SIGTERM handler
8658
8659 2002-11-05 [paul]       0.8.5claws73
8660         
8661         * po/es.po
8662                 updated by Ricardo Mones Lastra
8663
8664 2002-11-05 [melvin]     0.8.5claws72
8665
8666         * src/logwindow.c
8667                 Fixed log-clipping bug #616795.
8668                 To stop logging in the log window use 0 length.
8669         * src/prefs_common.c
8670                 Added a label to inform about the 0 log length behaviour.
8671
8672 2002-11-05 [paul]       0.8.5claws71
8673
8674         * sync with 0.8.5cvs17
8675                 see ChangeLog 2002-11-05
8676
8677 2002-11-04 [paul]       0.8.5claws70
8678
8679         * sylpheed-128x128.png
8680           sylpheed-64x64.png
8681           sylpheed.png
8682                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8683                 <nikai@users.sourceforge.net>
8684                 
8685         * po/bg.po
8686                 updated by George Danchev
8687
8688 2002-11-03 [thorsten]   0.8.5claws69
8689
8690         * src/main.c
8691           src/mimeview.c
8692           src/rfc2015.h
8693                 add check if gpg is active
8694
8695 2002-11-03 [thorsten]   0.8.5claws68
8696
8697         * src/toolbar.h
8698                 removed GSList declaration causing trouble on MacOS-X
8699                 (submitted by alfons, reported by xfesty)
8700
8701 2002-11-01 [paul]       0.8.5claws67
8702
8703         * src/mainwindow.c
8704                 remove last remnants of main's filter code
8705
8706 2002-11-01 [paul]       0.8.5claws66
8707
8708         * tools/filter_conv.pl
8709                 fix bug where user-defined headers were ignored
8710
8711 2002-11-01 [paul]       0.8.5claws65
8712
8713         * src/logwindow.c
8714                 make a debug_print() not translatable
8715
8716 2002-10-31 [melvin]     0.8.5claws64
8717
8718         * ac/aspell.m4
8719                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8720                 not run any GNU/aspell test.  The dictionary path will
8721                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8722                 was given, in which case, it will be $prefix/lib/aspell/
8723         * configure.in
8724                 Fixed typo in commentary (Aspell code).
8725
8726 2002-10-31 [paul]       0.8.5claws63
8727
8728         * po/POTFILES.in
8729                 remove src/filter.c and src/prefs_filter.c
8730                 thanks to Ricardo for reminding me
8731
8732 2002-10-31 [colin]      0.8.5claws62
8733
8734         * src/mbox_folder.c
8735                 Plug some leaks
8736
8737 2002-10-31 [paul]       0.8.5claws61
8738
8739         * src/prefs_filter.[ch] ** REMOVED **
8740           src/filter.[ch]       ** REMOVED **
8741           
8742         * src/Makefile.am
8743           src/folderview.c
8744           src/inc.c
8745           src/main.c
8746           src/mainwindow.c
8747           src/mbox.c
8748           src/prefs_common.c
8749           src/prefs_filtering.c
8750           src/summaryview.[ch]
8751                 remove main's 'filter' code
8752                 
8753         README.claws
8754                 update to reflect removal of main's filter
8755
8756 2002-10-31 [paul]       0.8.5claws60
8757
8758         * src/summaryview.c
8759                 remove check for global_processing in summary_filter_open(). 
8760                 This fixes the bug where if the user uses the right-click 
8761                 'Create filter rule...' and doesn't have any filter rules 
8762                 already defined in claws' advanced filtering, the newly 
8763                 created filter rule goes to main's filtering which is 
8764                 inaccessible through the gui. Now the filter rule gets added
8765                 to claws' filtering by default.
8766
8767 2002-10-28 [melvin]     0.8.5claws59
8768
8769         * src/prefs_actions.c
8770                 Fixed bug #627322 where MIME parts were not always
8771                 correctly passed to a %p action
8772                 Display an error dialog when message filename is not found.
8773
8774 2002-10-28 [melvin]     0.8.5claws58
8775
8776         * src/prefs_common.c
8777                 Readded a missing function declaration lost in 0.8.3claws34
8778
8779 2002-10-28 [paul]       0.8.5claws57
8780
8781         * sync with 0.8.5cvs15
8782                 see ChangeLog 2002-10-28 and 2002-10-25
8783                 
8784         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8785
8786 2002-10-27 [oliver]     0.8.5claws56
8787
8788         * src/pop.c
8789                 plug leak in pop3_top_recv
8790
8791 2002-10-26 [christoph]  0.8.5claws55
8792
8793         * src/folder.c
8794                 set need_update folder flag when messages are added
8795                 (closes bug [ 626922 ] folder not updated after receiving)
8796
8797 2002-10-25 [melvin]     0.8.5claws54
8798
8799         * src/imageview.c
8800                 Fixed a memleak introduced in the scaling code.
8801
8802 2002-10-24 [alfons]     0.8.5claws53
8803
8804         * src/filtering.c
8805                 make filtering's forward message action forward from the 
8806                 correct account
8807                 (closes bug [628089 ] Filter -> Forward from address problem
8808                 reported by Oktay)
8809
8810 2002-10-24 [christoph]  0.8.5claws52
8811
8812         * src/mainwindow.c
8813         * src/manual.[ch]
8814                 o use manual of current locale or english if current
8815                   locale is not available (and english is available)
8816                 o also link to sylpheed doc project manuals
8817
8818 2002-10-23 [paul]       0.8.5claws51
8819
8820         * tools/README
8821           tools/kmail2sylpheed_v2.pl
8822                 add new version of kmail addressbook importer script.
8823                 works with newer versions of Kmail/KAddressBook which
8824                 have new and rearranged data.
8825
8826 2002-10-23 [martin]     0.8.5claws50
8827
8828         * src/folderview.c
8829         * src/summaryview.c
8830         * src/utils.h
8831         * src/utils.c
8832                 added length parameter to get_abbrev_newsgroup_name()
8833                 changed this function so that it abbreviates the newsgroup
8834                 names only so long it is smaller than the length parameter
8835                 (for better reading of some newsgroup names and space efficiency)
8836
8837 2002-10-22 [colin]      0.8.5claws49
8838
8839         *src/foldersel.c
8840                 Revert Alfons' last modification (after voting ;-))
8841
8842 2002-10-21 [alfons]     0.8.5claws48
8843
8844         * src/foldersel.c
8845                 folder view in folder selection dialog reflects state of
8846                 folder view in main window
8847
8848 2002-10-18 [alfons]     0.8.5claws47
8849
8850         * src/mbox.c
8851                 drop imported messages in folder selected by user,
8852                 and not in the inbox
8853                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8854
8855 2002-10-18 [alfons]     0.8.5claws46
8856
8857         * src/compose.c
8858                 make automagic reply work correctly for email accounts 
8859                 (whether it's viable to do a full sync with Hiro's 
8860                 compose.c is still under discussion)
8861
8862 2002-10-18 [melvin]     0.8.5claws45
8863
8864         * src/prefs_actions.c
8865                 Fixed bug #622275 where asynchroneous actions left 
8866                 zombies processes
8867                 Made (synchroneous) actions' input be displayed live.
8868
8869 2002-10-18 [christoph]  0.8.5claws44
8870
8871         * src/textview.c
8872                 don't add a newline in the textview in front of the
8873                 first textpart if header display is disabled
8874                 (closes bug [ 603385 ] disabled header display leaves blank
8875                  lin)
8876
8877 2002-10-18 [christoph]  0.8.5claws43
8878
8879         * src/folder.[ch]
8880         * src/imap.c
8881         * src/mbox_folder.c
8882         * src/mh.c
8883         * src/news.c
8884                 folder->get_num_list now returns an error code
8885                 (closes bug [ 609424 ] News cache cleared on failure)
8886                 
8887 2002-10-17 [colin]      0.8.5claws42
8888         
8889         * src/news.c
8890                 Changed a printf by debug_print
8891
8892 2002-10-16 [paul]       
8893
8894         * tools/OOo2sylpheed.pl
8895                 allow for spaces in the name of the
8896                 file to be attached.
8897
8898 2002-10-16 [colin]      0.8.5claws41
8899
8900         * src/main.c
8901                 Use a tristate to change online mode
8902
8903 2002-10-16 [paul]       0.8.5claws40
8904
8905         * po/es.po
8906                 updated by Ricardo Mones Lastra
8907
8908 2002-10-16 [colin]      0.8.5claws39
8909
8910         * src/main.c
8911           src/mainwindow.[ch]
8912                 Added --online and --offline command-line
8913                 switches
8914
8915 2002-10-15 [christoph]  0.8.5claws38
8916
8917         * src/procmime.c
8918                 set mimeinfo->name to NULL after g_free to
8919                 avoid double freeing with g_free
8920
8921 2002-10-14 [christoph]  0.8.5claws37
8922
8923         * src/compose.c
8924         * src/filtering.c
8925         * src/summaryview.c
8926                 remove calls to folder->change_flags that are now
8927                 done by procmsg flag functions (seems it is not
8928                 used by any foldertype anyway)
8929         * src/folder.c
8930                 init folder->change_flags with NULL
8931
8932 2002-10-14 [christoph]  0.8.5claws36
8933
8934         * src/folder.[ch]
8935         * src/imap.[ch]
8936                 use virtual functions for folder item new and destroy
8937                 functions
8938
8939 2002-10-14 [melvin]     0.8.5claws35
8940
8941         * src/compose.c
8942                 Added a test to not run the spell checker if no default
8943                 dictionary is available. No dialog is displayed though.
8944
8945 2002-10-14 [melvin]     0.8.5claws34
8946
8947         * src/gtkaspell.c
8948                 Fixed bug in dictionary list context menu where
8949                 "More..." pointed to an emtpy submenu if the
8950                 number of dictionaries is a multiple of 15
8951                 Removed unneeded code in suggestions list creation
8952
8953 2002-10-14 [paul]       0.8.5claws33
8954
8955         * po/bg.po
8956                 updated by George Danchev
8957
8958 2002-10-13 [hoa]        0.8.5claws32
8959
8960         * src/matcher.[ch]
8961           src/matcher_parser_parser.y
8962                 removed the escaped string from internal structure
8963                 of matcher.
8964
8965 2002-10-12 [colin]      0.8.5claws31
8966
8967         * src/gtksctree.[ch]
8968           src/summaryview.c
8969                 Removed useless function gtksctree_reanchor
8970
8971 2002-10-12 [alfons]     0.8.5claws30
8972         
8973         * sync with remaining main changes 2002-10-09 - 2002-10-11
8974         - drop changes to src/compose.c (requires claws specific changes)
8975         
8976 2002-10-12 [alfons]     0.8.5claws29
8977         
8978         * sync with main changes of 2002-10-08
8979         - drop changes to src/compose.c (requires claws specific changes)
8980         - drop changes to src/summaryview.c (requires changes to compose.c)     
8981
8982 2002-10-12 [alfons]     0.8.5claws28
8983         
8984         * sync with main changes of 2002-10-07
8985
8986 2002-10-12 [alfons]     0.8.5claws27
8987
8988         * sync with main changes of 2002-10-04
8989         - drop changes to src/compose.c (requires claws specific changes)
8990         - drop changes to src/prefs_folder_item.c (claws implementation
8991           seems to be working)
8992
8993 2002-10-12 [colin]      0.8.5claws26
8994
8995         * src/mainwindow.c
8996                 Fix folder-flicker when space-reading, introduced 
8997                 in claws22.
8998
8999 2002-10-12 [colin]      0.8.5claws25
9000
9001         * src/compose.c
9002                 Save account address when saving as draft.
9003                 (closes bug 621838)
9004
9005 2002-10-12 [colin]      0.8.5claws24
9006
9007         * src/summaryview.c
9008                 Fix the problem consisting of no message selected
9009                 after the last message in a folder has been moved.
9010
9011 2002-10-12 [paul]       0.8.5claws23
9012
9013         * src/compose.c
9014           src/prefs_template.c
9015           src/template.[ch]
9016                 add Cc and Bcc to templates. Patch submitted by
9017                 John L. Males.
9018
9019 2002-10-12 [colin]      0.8.5claws22
9020
9021         * src/folderview.c
9022                 Fix a bug after "Check for new messages":
9023                 If a folder was opened, it was still selected at
9024                 the end of the check, but displayed empty.
9025         * src/mainwindow.c
9026                 Remove unnecessary check
9027
9028 2002-10-12 [paul]
9029
9030         * tools/README
9031                 be more verbose in the description of
9032                 OOo2sylpheed.pl
9033                 
9034
9035 2002-10-11 [colin]      0.8.5claws21
9036
9037         * src/mainwindow.c
9038                 Make space work (better) when no mail is selected
9039
9040 2002-10-11 [colin]      0.8.5claws20
9041
9042         * src/inc.c
9043           src/news.c
9044                 fix warnings
9045
9046 2002-10-11 [colin]      0.8.5claws19
9047
9048         * src/mainwindow.c
9049                 revert 0.8.5claws6 changes as i couldn't get to
9050                 anything satisfying
9051
9052 2002-10-11 [melvin]     0.8.5claws18
9053
9054         * src/compose.c
9055                 Removed buggy and unused macro (should have been committed in
9056                 0.8.5claws17)
9057
9058 2002-10-11 [melvin]     0.8.5claws17
9059
9060         * src/compose.c
9061                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
9062
9063 2002-10-11 [thorsten]   0.8.5claws16 
9064
9065         * src/folderview.c
9066                 remove rescan warning
9067
9068 2002-10-11 [colin]      0.8.5claws15 
9069
9070         * src/procheader.c
9071                 fix a segfault that happens if conv_unmime_header
9072                 fails (should be better to find out why it fails)
9073
9074 2002-10-11 [christoph]  0.8.5claws14
9075
9076         * src/summaryview.c
9077                 update folderview stats after ignore/unignore thread
9078
9079 2002-10-11 [hoa]        0.8.5claws13
9080
9081         * src/quote_fmt_parse.y
9082                 Fixed a yacc/bison syntax error
9083         * src/matcher.c
9084                 Escaping of string is fixed.
9085
9086 2002-10-11 [colin]      0.8.5claws12
9087
9088         * src/imageview.c
9089                 Resize images to fit
9090
9091 2002-10-11 [paul]       0.8.5claws11
9092
9093         * po/es.po
9094                 updated by Ricardo Mones Lastra
9095
9096 2002-10-10 [alfons]     0.8.5claws10
9097
9098         * src/compose.c
9099                 allow dropping files by "moving" files from a file manager,
9100                 not only by the more cumbersome "copying". the latter 
9101                 mostly implies holding down the Control button
9102
9103 2002-10-10 [christoph]  0.8.5claws9
9104
9105         * src/summaryview.c
9106                 update folders after thread building for ignored threads
9107
9108 2002-10-10 [christoph]  0.8.5claws8
9109
9110         * config/.cvsignore
9111                 added Makefile
9112         * src/filtering.[ch]
9113         * src/folder.[ch]
9114         * src/folderview.[ch]
9115         * src/import.c
9116         * src/inc.[ch]
9117         * src/mbox.[ch]
9118         * src/procmsg.c
9119         * src/summaryview.[ch]
9120                 o added new flag need_update to FolderItem
9121                 o removed folder_table from various functions from tracking
9122                   folder updates
9123                 o set need_update flags in folder.c's move, copy and delete
9124                   functions and procmsg's flags functions
9125                 o added function folderview_update_items_when_required that
9126                   updates all folders with need_update set
9127                 o call folderview_update_items_when_required instead of
9128                   folderview_update_item_foreach
9129
9130 2002-10-09 [sergey]     0.8.5claws7
9131
9132         * src/compose.c
9133                 Strip CRs whel loading the text into editor in reedit mode.
9134
9135 2002-10-09 [colin]      0.8.5claws6
9136
9137         * src/mainwindow.c
9138                 Make Space work when no mail is selected
9139
9140 2002-10-09 [colin]      0.8.5claws5
9141
9142         * src/gtksctree.[ch]
9143                 Fix range_select
9144                 Add gtk_sctree_reanchor() 
9145         * src/summaryview.c
9146                 Use gtk_sctree_reanchor() - better fix for 
9147                 bug 60413
9148
9149 2002-10-09 [colin]      0.8.5claws4
9150
9151         * src/summaryview.c
9152                 Fix shift-click select after delete problem
9153                 (closes bug 60413)
9154
9155 2002-10-08 [thorsten]   0.8.5claws3
9156
9157         * src/summaryview.c
9158                 exclude current msg from -hide read messages-
9159
9160 2002-10-08 [colin]      0.8.5claws2
9161
9162         * src/inc.[ch]
9163           src/pop.c
9164           src/recv.c
9165                 Differentiate socket errors from disk full
9166                 errors
9167
9168 2002-10-08 [christoph]  0.8.5claws1
9169
9170         * Makefile.am
9171         * configure.in
9172                 modifications for new config directory
9173
9174         * config.guess  ** REMOVED **
9175         * config.sub    ** REMOVED **
9176         * install-sh    ** REMOVED **
9177         * ltmain.sh     ** REMOVED **
9178         * missing       ** REMOVED **
9179         * mkinstalldirs ** REMOVED **
9180                 these files are autogenerated by automake
9181                 when you run autogen.sh
9182
9183         * config/.cvsignore     ** NEW FILE **
9184         * config/Makefile.am    ** NEW FILE **
9185                 ignore autogenerated files
9186                 create a Makefile in this directory
9187
9188 2002-10-08 [paul]       0.8.5claws
9189
9190         * 0.8.5claws release
9191         
9192         * src/compose.c
9193           src/procheader.c
9194           src/procmsg.c
9195                 fix quote reply format for newsgroups reply bug
9196                 (thanks to Hoa)
9197                 
9198         * po/en_GB.po
9199           po/pl.po
9200                 updated by me and Witold Wladyslaw Wojciech Wilk
9201                 repectively
9202
9203 2002-10-07 [paul]       0.8.3claws53
9204
9205         * po/it.po
9206           po/pt_BR.po
9207           po/sr.po
9208                 updated messages catalogs, submitted by
9209                 Alessandro Maestri, Fabio Jr.Beneditto 
9210                 and Urke MMI, respectively.
9211
9212 2002-10-07 [christoph]  0.8.3claws52
9213
9214         * src/folder.[ch]
9215         * src/folderview.c
9216         * src/mainwindow.c
9217                 fix new folder ghost message bug
9218                 (closes bug [ 619722 ] wrong count for newly created folders)
9219
9220 2002-10-07 [christoph]  0.8.3claws51
9221
9222         * src/compose.c
9223                 fix news posting problem
9224
9225 2002-10-07 [melvin]     0.8.3claws50
9226
9227         * po/fr.po
9228                 Updated French translation
9229
9230 2002-10-05 [christoph]  0.8.3claws49
9231
9232         * src/gtkstext.c
9233                 check if line_start_cache is set in gtk_stext_update_text
9234                 (closes bug [ 618119 ] crash while doing search in folder)
9235
9236 2002-10-05 [christoph]  0.8.3claws48
9237
9238         * src/imap.c
9239         * src/news.c
9240         * src/utils.c
9241         * src/utils.h
9242                 implement cache cleanups for claws' folder system
9243                 (closes bug [ 595916 ] imapcache not cleaned up)
9244
9245 2002-10-05 [melvin]     0.8.3claws47
9246
9247         * src/prefs_actions.c
9248                 Made the help text more clear for the %p token
9249
9250 2002-10-04 [paul]       0.8.3claws46
9251
9252         * sync with 0.8.5
9253                 see ChangeLog 2002-10-02 and 2002-10-03
9254
9255 2002-10-04 [christoph]  0.8.3claws45
9256
9257         * src/inc.c
9258                 fix segfault caused by pop before smtp
9259                 call to inc_account_mail with NULL
9260                 pointer for mainwin
9261
9262 2002-10-04 [paul]       0.8.3claws44
9263
9264         * configure.in
9265                 sync the LDAP detection from 0.8.5cvs1
9266
9267 2002-10-02 [christoph]  0.8.3claws43
9268
9269         * po/de.po
9270                 fix small spelling error
9271
9272 2002-10-02 [melvin]     0.8.3claws42
9273
9274         * ac/aspell.m4
9275                 Behave better and say "no" when test program cannot be run.
9276
9277 2002-10-02 [paul]       0.8.3claws41
9278
9279         * sync with 0.8.4cvs1
9280                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9281                 
9282         * src/summaryview.c
9283                 toggle the behavior of Reply menuitem between
9284                 normal reply and reply-to-list
9285
9286 2002-10-01 [sergey]     0.8.3claws40
9287
9288         * src/compose.c
9289                 Convert newlines in the message text to the canonical form
9290                 before base64 encoding (RFC2045 compliance, fixes some
9291                 interoperability issues with Evolution 1.0.3)
9292
9293 2002-09-29 [colin]      0.8.3claws39
9294
9295         * src/summaryview.c
9296                 Fix an unwanted copy/paste
9297
9298 2002-09-29 [colin]      0.8.3claws38
9299
9300         * src/mainwindow.c
9301                 Renamed "Custom toolbar" to "Customize toolbar"
9302                 Renamed "Show all header" to "Show all headers"
9303                 Renamed "Set diplay item" to "Set displayed items"
9304         * src/prefs_common.c
9305                 Renamed "Show all header" to "Show all headers"
9306         * src/prefs_summary_column.c
9307                 Renamed "diplay item" to "displayed items"
9308
9309 2002-09-29 [colin]      0.8.3claws37
9310
9311         * src/mainwindow.[ch]
9312                 online/offline status pixmaps follow theme
9313                 changes
9314         * src/summaryview.[ch]
9315                 quicksearch pixmap follows theme changes
9316
9317 2002-09-29 [thorsten]   0.8.3claws36
9318
9319         * src/compose.c
9320           src/prefs_folder_item.[ch]
9321                 add default_reply_to folder option (closes patch 581044)
9322
9323 2002-09-29 [christoph]  0.8.3claws35
9324
9325         * acconfig.h    ** REMOVED **
9326         * configure.in
9327         * ac/aspell.m4
9328         * ac/check-type.m4
9329         * ac/gnupg-check-typedef.m4
9330                 fix autoheader 2.50 warning
9331
9332 2002-09-29 [christoph]  0.8.3claws34
9333
9334         * major code cleanup (part 2)
9335         
9336                 - unused variables removed
9337                 - unused functions removed
9338                 - uninitialized variables checked
9339                 - missing return statements added
9340                 - missing function return types added
9341                 - added parentheses around assignment
9342                   when suggested by gcc
9343
9344 2002-09-29 [alfons]     0.8.3claws33
9345
9346         * src/logwindow.c
9347                 log_window_clear(): only bracket gtk_text_forward_delete() 
9348                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9349                 works around GTK text bug)
9350
9351 2002-09-29 [paul]       0.8.3claws32
9352
9353         * po/bg.po
9354           po/sr.po
9355                 updated by George Danchev and Urke MMI
9356                 respectively
9357
9358 2002-09-27 [christoph]  0.8.3claws31
9359
9360         * doc-src/readme.txt
9361         * doc-src/rfc1806.txt   ** REMOVED **
9362         * doc-src/rfc2183.txt   ** NEW FILE **
9363         * doc-src/rfc2980.txt   ** NEW FILE **
9364                 update rfcs
9365
9366 2002-09-27 [melvin]     0.8.3claws30
9367
9368         * ac/aspell.m4
9369                 Fixed typo which could break linking
9370
9371 2002-09-27 [melvin]     0.8.3claws29
9372
9373         * ac/aspell.m4
9374                 Improved GNU/aspell checking. 
9375                 Fixed bug #614490
9376
9377 2002-09-27 [paul]       0.8.3claws28
9378
9379         * sync with 0.8.3cvs8
9380                 see ChangeLog 2002-09-27
9381
9382 2002-09-26 [colin]      0.8.3claws27
9383
9384         * src/toolbar.[ch]
9385           src/mainwindow.[ch]
9386                 Add "Reply to Mailing-list" to the toolbar
9387
9388 2002-09-26 [christoph]  0.8.3claws26
9389
9390         * src/summaryview.c
9391                 Fix wrong message counts in summaryview status
9392
9393 2002-09-26 [paul]       0.8.3claws25
9394
9395         * sync with 0.8.3cvs7
9396                 see ChangeLog 2002-09-26
9397
9398 2002-09-26 [paul]       0.8.3claws24
9399
9400         * sync with 0.8.3cvs6
9401                 see ChangeLog 2002-09-25
9402
9403 2002-09-25 [christoph]  0.8.3claws23
9404
9405         * src/prefs_common.c
9406         * src/prefs_folder_item.c
9407         * src/prefs_scoring.c
9408                 Renamed "kill score" to "hide score" in GUI
9409                 and prefs files
9410
9411 2002-09-25 [paul]       0.8.3claws22
9412
9413         * sync with 0.8.3cvs5
9414                 see ChangeLog 2002-09-24
9415
9416 2002-09-24 [alfons]     0.8.3claws21
9417
9418         patch by Satoshi Nagayasu: allows appending / saving multiple 
9419         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9420         'Save as ...'")
9421
9422         * AUTHORS
9423                 add Satoshi Nagayasu
9424         * src/summaryview.c
9425                 summary_save_as(): allow saving selected files to
9426                 one file
9427                 summary_set_menu_sensitive: enable "Save As..." when
9428                 multiple files are selected
9429         * src/utils.[ch]
9430                 append_file(): new function
9431
9432 2002-09-24 [colin]      0.8.3claws20
9433
9434         * src/procmime.c
9435                 Fix segfault when mimeinfo doesn't have a 
9436                 content_type. 
9437
9438 2002-09-24 [colin]      0.8.3claws19
9439
9440         * src/prefs_common.[ch]
9441                 Add a preference to display send dialog or not
9442         * src/send.c
9443                 Display send dialog according to preference
9444
9445 2002-09-24 [colin]      0.8.3claws18
9446
9447         * src/compose.[ch]
9448                 Disable user actions when sending
9449
9450 2002-09-24 [colin]      0.8.3claws17
9451
9452         * src/procmime.c
9453                 Do not display name or filename for attachments
9454                 with an application/pgp-signature type
9455                 (security flaw, see bug 537413)
9456
9457 2002-09-23 [colin]      0.8.3claws16
9458
9459         * src/editaddress.c
9460                 Initialize entry_email, entry_alias and 
9461                 entry_remarks to first email address of the list
9462
9463 2002-09-23 [colin]      0.83claws15
9464
9465         * src/compose.c
9466                 Drop pgp-signature when reediting a signed queued
9467                 message
9468
9469 2002-09-23 [melvin]     0.8.3claws14
9470
9471         * po/fr.po
9472                 Updated French translation
9473
9474 2002-09-23 [melvin]     0.8.3claws13
9475
9476         * src/mainwindow.c
9477                 Made custom toolbar menu labels more consistent
9478         * src/prefs_toolbar.c
9479                 Made custom toolbar window title more consistent
9480
9481 2002-09-22 [colin]      0.8.3claws12
9482
9483         * src/inc.c
9484                 Initialize session type to normal before getting 
9485                 mail (fixes strange Get behaviour)
9486         * src/prefs_account.h
9487                 Move STYPE_POP_BEFORE_SMTP to last position to 
9488                 avoid other side-effects
9489
9490 2002-09-22 [colin]      0.8.3claws11
9491
9492         * src/prefs_account.c
9493                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9494                 from pop3 to apop or vice-versa
9495
9496 2002-09-22 [colin]      0.8.3claws10
9497         
9498         * src/prefs_account.[ch]
9499                 Add an option for the POP before SMTP timeout
9500         * src/inc.c
9501                 Remember time of last POP connection
9502         * src/send.c
9503                 Do POP before SMTP only if timeout reached
9504
9505 2002-09-22 [oliver]     0.8.3claws9
9506         
9507         * README.claws
9508                 explain custom toolbar
9509
9510 2002-09-22 [oliver]     0.8.3claws8
9511
9512         * src/prefs_actions.[ch]
9513         custom toolbar for compose      
9514                 actions callback from compose toolbar
9515         * src/folderview.c
9516                 remove include toolbar.h
9517
9518 2002-09-22 [oliver]     0.8.3claws7
9519         
9520         * src/prefs_toolbar.[ch]
9521                 custom toolbar for compose
9522                 - generic prefs_toolbar handles both
9523                   Mainwin's toolbar as well as Compose toolbar          
9524
9525 2002-09-22 [oliver]     0.8.3claws6
9526         
9527         * src/toolbar.[ch]
9528                 custom toolbar for compose
9529                 restructure toolbar.[ch]
9530
9531 2002-09-22 [oliver]     0.8.3claws5
9532
9533         * src/compose.[ch]
9534                 custom toolbar for compose
9535
9536 2002-09-22 [oliver]     0.8.3claws4
9537         
9538         * src/mainwindow.[ch]
9539                 custom toolbar for compose 
9540                 move mainwin toolbar back to mainwindow
9541
9542 2002-09-22 [alfons]     0.8.3claws3
9543
9544         * src/procmsg.c
9545                 :%sno/if(/if (/gc
9546                 :%sno/for(/for (/gc
9547                 (beautify)
9548
9549 2002-09-22 [alfons]     0.8.3claws2
9550         
9551         * src/procmsg.c
9552                 procmsg_save_to_outbox(): don't unlink message file from queue;
9553                 callers should do it using folder_item_remove_msg()
9554
9555 2002-09-22 [colin]      0.8.3claws1
9556
9557         * src/mimeview.[ch]
9558                 Made mimeview_check_signature() public
9559         * src/textview.c
9560                 Made GPG signatures verifiable by clicking
9561                 the [application/pgp-signature] in the Text
9562                 view
9563
9564 2002-09-22 [paul]       0.8.3claws
9565
9566         * po/bg.po
9567           po/en_GB.po
9568           po/es.po
9569           po/it.po
9570           po/pl.po
9571           po/pt_BR.po
9572           po/sr.po
9573                 updated translations, submitted by George Danchev,
9574                 me, Ricardo Mones Lastra, Alessandro Maestri,
9575                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9576                 and Urke MMI, respectively.     
9577
9578 2002-09-22 [alfons]     0.8.2claws65
9579
9580         * src/procmsg.c
9581         * src/pgptext.c
9582                 no furry valgrinds have been used to plug these memleaks
9583
9584 2002-09-20 [paul]       0.8.2claws64
9585
9586         * sync with 0.8.3cvs4
9587                 'Select thread' re-implemented 
9588                 see ChangeLog 2002-09-20
9589
9590 2002-09-21 [alfons]     0.8.2claws63
9591
9592         * src/compose.c
9593                 compose_send(): plug unnoticed memleak
9594
9595 2002-09-20 [alfons]     0.8.2claws62
9596
9597         * src/addr_compl.c
9598                 replace_address_in_edit(): strict check for NULL address to
9599                 fix "[ 607348 ] Segfault in address completion". My guess is
9600                 that this happens with an empty address book, but it's good
9601                 to have this check here anyway
9602                 
9603                 completion_window_button_press(): free string returned 
9604                 from the internal cache
9605
9606 2002-09-20 [christoph]  0.8.2claws61
9607
9608         * src/procmime.h
9609                 added ENC_BINARY to EncodingType
9610         * src/procmime.c
9611                 the string returned by procmime_get_encoding_str
9612                 should not depend on the order of values in the
9613                 EncodingType definition
9614         * doc-src/rfc1806.txt   ** NEW FILE **
9615                 Added rfc1806 about MIME Content-Disposition
9616                 Extension
9617
9618 2002-09-19 [paul]       0.8.2claws60
9619
9620         * sync with 0.8.2cvs3
9621                 see ChangeLog 2002-09-19
9622
9623 2002-09-19 [paul]       0.8.2claws59
9624
9625         * src/prefs_folder_item.c
9626                 revert to Darko's original alignment of colour
9627                 selector button
9628                 add a colon to folder_color label
9629                 
9630         * src/compose.c
9631                 add Colin's patch (with Hiro's modifications) to 
9632                 force BASE64 encoding for 8-bit text when signing
9633                 (sync with 0.8.3cvs2)
9634
9635 2002-09-18 [alfons]     0.8.2claws58
9636
9637         * src/compose.c
9638                 :%sno/if(/if (/gc
9639                 :%sno/for(/for (/gc
9640                 (beautify a little bit)
9641
9642 2002-09-18 [christoph]  0.8.2claws57
9643
9644         * src/pine.c
9645                 fix handling of fgetc return value
9646
9647 2002-09-17 [alfons]     0.8.2claws56
9648         
9649         * src/summaryview.c
9650                 summary_sort(): check non-NULL summaryview->folder_item when no 
9651                 folder is selected at all
9652                 (closes "[ 610344 ] sort label make syl Crash")
9653
9654 2002-09-17 [alfons]     0.8.2claws55
9655         
9656         * src/compose.c
9657                 beautify a little bit
9658
9659 2002-09-17 [christoph]  0.8.2claws54
9660
9661         * src/folder.c
9662                 initialize max values for cache and folder
9663                 when cache or folder is empty
9664
9665 2002-09-15 [colin]      0.8.2claws53
9666
9667         * src/compose.c
9668                 Fix a leak (thanks Alfons!) and cleaned
9669                 variables names for custom headers
9670
9671 2002-09-15 [colin]      0.8.2claws52
9672
9673         * src/compose.c
9674                 Fix custom headers recognition when
9675                 prefs_common.trans_hdr is on
9676
9677 2002-09-15 [colin]      0.8.2claws51
9678
9679         * src/compose.c
9680                 Allow dynamically-added custom headers
9681                 Yet not reparsed if reedited
9682
9683 2002-09-15 [alfons]     0.8.2claws50
9684
9685         * src/prefs_account.c
9686                 fix warnings
9687
9688 2002-09-15 [colin]      0.8.2claws49
9689         
9690         * src/prefs_account.c
9691                 fix pop_before_smtp sensitivity
9692
9693 2002-09-15 [colin]      0.8.2claws48
9694
9695         * src/inc.[ch]
9696                 add inc_pop_before_smtp()
9697                 allow MainWindow to be undefined in 
9698                 inc_account_mail() and inc_start()
9699         * src/pop.c
9700           src/prefs_account.h
9701                 add STYPE_POP_BEFORE_SMTP session type
9702         * src/prefs_account.c
9703                 activated pop before smtp option
9704         * src/send.c
9705                 do pop before smtp if the relevant option 
9706                 is set
9707
9708 2002-09-15 [paul]       0.8.2claws47
9709
9710         * sync with 0.8.3
9711                 see ChangeLog 2002-09-15
9712
9713 2002-09-14 [paul]       0.8.2claws46
9714
9715         * po/bg.po
9716                 updated Bulgarian translation, submitted by
9717                 George Danchev
9718
9719 2002-09-13 [paul]       0.8.2claws45
9720
9721         * src/compose.c
9722                 merge claws' select_account() with main's
9723                 (new) compose_select_account(). [sync with
9724                 0.8.2cvs15, see ChangeLog 2002-09-11]
9725
9726 2002-09-12 [christoph]  0.8.2claws44
9727
9728         * src/filter.c
9729                 allocate 1 elements of FolderItem not 0
9730
9731 2002-09-12 [colin]      0.8.2claws43
9732
9733         * src/compose.c
9734                 Fix bug #590825 (obey Follow-up: poster)
9735
9736 2002-09-12 [colin]      0.8.2claws42
9737
9738         * src/procmime.c
9739                 Fix bug #557009 (wrong headers for messages 
9740                 forwarded as attachments)
9741
9742 2002-09-11 [colin]      0.8.2claws41
9743         
9744         * src/compose.c
9745                 Put SCF: pseudo-header on top of message
9746                 Set draft tmp_flag when saved as draft
9747
9748         * src/procmsg.c
9749           src/procheader.c
9750                 Skip after first \n\n for beginning of real message
9751                 for drafts too
9752
9753 2002-09-11 [christoph]  0.8.2claws40
9754
9755         * src/filtering.c
9756                 use procmsg flag functions in filtering or processing
9757                 will cause incorrect folder message counts
9758
9759 2002-09-11 [colin]      0.8.2claws39
9760
9761         * src/compose.c
9762                 Fix bug #550175 - wrong save folder when reediting
9763                 drafts
9764
9765 2002-09-11 [paul]       0.8.2claws38
9766
9767         * sync with 0.8.2cvs14
9768                 see ChangeLog 2002-09-11
9769
9770 2002-09-11 [colin]      0.8.2claws37
9771
9772         * src/folder.c
9773                 Fix a typo (seeming to cause new/unread status to
9774                 be lost)
9775
9776 2002-09-10 [christoph]  0.8.2claws36
9777
9778         * src/compose.c
9779                 compose_redirect should not use compose_generic_new
9780                 because that does more stuff than expected including
9781                 opening the external editor
9782                 (closes bug "[ 526608 ] bounced messages appear blank
9783                  in editor")
9784
9785 2002-09-10 [christoph]  0.8.2claws35
9786
9787         * src/folder.c
9788                 fix problem with too large message number range
9789                 causing a crash in folder_item_scan
9790
9791 2002-09-10 [paul]       0.8.2claws34
9792
9793         * sync with 0.8.2cvs13
9794                 see ChangeLog 2002-09-10
9795
9796 2002-09-10 [christoph]  0.8.2claws33
9797
9798         * src/msgcache.c
9799                 set MsgInfo TmpFlags for queue and draft folders
9800                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9801
9802 2002-09-10 [paul]       0.8.2claws32
9803
9804         * AUTHORS
9805           po/bg.po      ** NEW FILE **
9806                 new Bulgarian translation submitted by
9807                 George Danchev <danchev@spnet.net>
9808                 
9809         * tools/Makefile.am
9810           tools/README
9811           tools/tb2sylpheed     ** NEW FILE **
9812                 add script that converts an addressbook exported
9813                 from The Bat! into a Sylpheed addressbook. Submitted
9814                 by Urke MMI <urke-kg@eunet.yu>
9815
9816 2002-09-10 [paul]       0.8.2claws31
9817
9818         * sync with 0.8.2cvs12
9819                 see ChangeLog 2002-09-10
9820
9821 2002-09-06 [paul]       0.8.2claws30
9822
9823         * src/prefs_common.c
9824                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9825                 
9826         * tools/Makefile.am
9827           tools/README
9828           tools/ldif-to-xml.py  ** REMOVED **
9829                 remove obsolete python script
9830
9831 2002-09-06 [paul]       0.8.2claws29
9832
9833         * sync with 0.8.2cvs10
9834                 see ChangeLog 2002-09-06
9835
9836 2002-09-04 [paul]       0.8.2claws28
9837
9838         * sync with 0.8.2cvs9
9839                 see ChangeLog 2002-08-04
9840
9841 2002-09-04 [colin]      0.8.2claws27 
9842
9843         * src/prefs_common.[ch]
9844                 Added signature color configuration
9845         * src/textview.c
9846                 Use user-specified signature color
9847
9848 2002-09-03 [colin]      0.8.2claws26
9849
9850         * src/prefs_common.[ch]
9851                 Added autosave and autosave_length prefs
9852         * src/compose.c
9853                 Added compose_remove_draft()
9854                 Auto-save drafts according to the prefs
9855         * src/main.c
9856                 Added a crash-indicator file, allowing to check
9857                 for new messages on startup if Sylpheed crashed
9858                 (makes saved drafts "reappear")
9859
9860 2002-09-03 [colin]      0.8.2claws25
9861
9862         * src/textview.[ch]
9863                 Grey the signature
9864
9865 2002-09-03 [paul]       0.8.2claws24
9866
9867         * sync with 0.8.2cvs8
9868                 see ChangeLog 2002-09-02 and 2002-09-03
9869
9870 2002-09-03 [darko]      0.8.2claws23
9871
9872         * src/folderview.c
9873                 use normal style when creating new folder to pick
9874                 proper font size 
9875
9876 2002-09-02 [melvin]     0.8.2claws22
9877
9878         * src/gtkaspell.m4
9879                 removed some obsolete code
9880
9881 2002-09-02 [melvin]     0.8.2claws21
9882
9883         * ac/aspell.m4
9884                 fixed test's equality sign (== to =)
9885
9886 2002-09-02 [alfons]     0.8.2claws20
9887
9888         * src/folder.c
9889         * src/mh.c
9890                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9891                 as folder->destroy virtual as suggested by Hiro
9892                 (the mh.c code seems to have been lost around mh.c.1.21)
9893
9894 2002-09-02 [paul]       0.8.2claws19
9895
9896         * po/pt_BR.po
9897                 updated by Fabio Jr. Beneditto
9898                 
9899         * src/defs.h
9900                 use 'http://claws.sylpheed.org' for homepage link. 
9901                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9902
9903 2002-09-01 [alfons]     0.8.2claws18
9904
9905         * src/mh.c
9906                 plug memleak related to one Martin Kluge found
9907
9908 2002-08-31 [paul]       0.8.2claws17
9909
9910         * sync with 0.8.2cvs6
9911                 see ChangeLog 2002-08-30
9912
9913 2002-08-31 [alfons]     0.8.2claws16
9914
9915         * src/folder.c
9916                 folder_destroy(): remove mailbox from folderlist even if it has
9917                 no destroy virtual
9918
9919 2002-08-31 [alfons]     0.8.2claws15
9920
9921         * src/folder.c
9922                 :%sno/if(/if (/gc
9923                 :%sno/for(/for (/gc
9924                 (being pedantic I know)
9925
9926 2002-08-31 [alfons]     0.8.2claws14
9927
9928         * src/folder.c
9929                 check for NULL pointers returned from folder->fetch_msginfo virtual
9930                 (should solve some reported crashes)
9931
9932 2002-08-30 [alfons]     0.8.2claws13
9933
9934         * acconfig.h
9935         * configure.in
9936         * src/crash.c
9937                 enable crash dialog on compilation time
9938                 (--enable-crash-dialog configure option)
9939
9940 2002-08-30 [alfons]     0.8.2claws12
9941
9942         * AUTHORS
9943                 add Martin Kluge
9944         * src/mh.c
9945                 apply memory leak plug patch by Martin Kluge
9946                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9947                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9948                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9949
9950 2002-08-30 [darko]      0.8.2claws11
9951
9952         * src/folderview.c
9953                 copy Gtk style from normal style to match
9954                 font size for coloured folders
9955
9956 2002-08-29 [alfons]     0.8.2claws10
9957
9958         * sylpheed.desktop
9959                 Type=Internet <- Type=Application
9960                 (reported by Michael Schwendt, see:
9961                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9962                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9963
9964 2002-08-29 [paul]       0.8.2claws9
9965
9966         * sync with 0.8.2cvs5
9967                 see ChangeLog 2002-08-29
9968
9969 2002-08-29 [colin]      0.8.2claws8
9970
9971         * src/summaryview.c
9972                 Added a sanity check in summary_select_thread
9973                 Should fix bug 601605
9974
9975 2002-08-29 [colin]      0.8.2claws7
9976
9977         * src/main.c
9978                 Revert claws6 changes regarding bug #591676
9979
9980 2002-08-28 [colin]      0.8.2claws6
9981         
9982         * src/main.c
9983                 Ignore cache for queue folderitems
9984                 Fix bug #591676
9985
9986 2002-08-28 [melvin]     0.8.2claws5
9987
9988         * README.claws
9989                 Fixed typos.
9990
9991 2002-08-28 [melvin]     0.8.2claws4
9992
9993         * README.claws
9994                 Updated a bit the text concerning the spell checker
9995
9996 2002-08-28 [melvin]     0.8.2claws3
9997
9998         Merged the GNU_aspell_branch:
9999                 Support of new GNU/aspell is now included and the old pspell
10000                 is not supported anymore.
10001                 See README.claws
10002
10003         * README.claws
10004                 Updated spell checker text to reflect the switch to GNU/aspell
10005
10006         * ac/aspell.m4          *** NEW ***
10007         * src/gtkaspell.[ch]    *** NEW *** 
10008         * ac/pspell.m4          *** DELETED *** 
10009         * src/gtkspell.[ch]     *** DELETED ***
10010
10011         * ac/Makefile.am
10012                 Updated for GNU/aspell support
10013
10014         * po/POTFILES.in
10015                 Replaced gtkspell.c by gtkaspell.c
10016
10017         * acconfig.h
10018         * src/Makefile.am
10019         * src/about.c
10020         * src/compose.[ch]
10021         * src/crash.c
10022         * src/main.c
10023         * src/prefs_common.[ch]
10024                 Updated for GNU/aspell support
10025
10026 2002-08-28 [paul]       0.8.2claws2
10027
10028         * sync with 0.8.2cvs4
10029                 see ChangeLog 2002-08-27 and 2002-08-28
10030
10031 2002-08-28 [colin]      0.8.2claws1
10032
10033         * src/summary_search.c
10034                 Added "AND search"
10035
10036 2002-08-28 [jens]       0.8.2claws
10037
10038         *po/de.po
10039                 Updated German translations
10040
10041 2002-08-27 [melvin]     0.8.2claws
10042
10043         * po/fr.po
10044                 Updated French translations
10045
10046 2002-08-27 [paul]       0.8.2claws
10047
10048         * sync with 0.8.2 main release
10049
10050         * po/en_GB.po
10051           po/es.po
10052           po/it.po
10053           po/pl.po
10054           po/pt_BR.po
10055           po/sr.po
10056                 updated message catalogs submitted by
10057                 Ricardo Mones Lastra, Alessandro Maestri,
10058                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
10059                 Beneditto and Urke MMI  
10060
10061 2002-08-27 [hoa]        0.8.1claws123
10062
10063         * src/mainwindow.[ch]
10064         * src/summaryview.[ch]
10065                 removed the "filter setting" menu option.
10066                 add a "cancel a news message" menu option.
10067
10068 2002-08-26 [martin]     0.8.1claws122
10069
10070         * ChangeLog.claws
10071                 changed string under 0.8.1claws79 changed by myself
10072                 i'm sorry alfons :(
10073
10074 2002-08-26 [martin]     0.8.1claws121
10075
10076         * src/crash.c
10077                 added kill command to debuggerrc to start crash dialog
10078
10079 2002-08-26 [paul]       0.8.1claws120
10080
10081         * sync with 0.8.1cvs31
10082                 see ChangeLog 2002-08-26
10083
10084 2002-08-25 [alfons]     0.8.1claws119
10085
10086         * src/procmsg.c
10087                 fix bug that didn't send out correct headers to news server
10088                 when sending news article and email from queue (bug reported
10089                 and patch provided by Tim Mann; closes bug 
10090                 "[ 583196 ] 0.7.8claws can't post news")
10091
10092 2002-08-25 [alfons]     0.8.1claws118
10093
10094         * src/selective_download.c
10095                 mark two strings as translatable
10096                 (thanks to Urke MMI for pointing this out)
10097
10098 2002-08-25 [alfons]     0.8.1claws117
10099
10100         * src/summaryview.c
10101                 treat sent boxes as special and allow sorting them by addressee
10102                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10103                 submitted by Steve Lamb)
10104
10105 2002-08-24 [alfons]     0.8.1claws116
10106
10107         * src/matcher.c
10108                 fix memleak reported by Martin Kluge
10109                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10110
10111 2002-08-24 [oliver]     0.8.1claws115
10112
10113         * src/prefs_toolbar.c
10114                 o code cleanup as suggested by Alfons
10115                 o memleak fix
10116
10117 2002-08-24 [alfons]     0.8.1claws114
10118
10119         * src/summaryview.c
10120                 o fix another memory leak reported by Martin Kluge
10121                   (see "[ 599568 ] Small Memory Leak")
10122                 o remove 'from' variable from 'summary_set_header()'; we can
10123                   do with just 'to' 
10124
10125 2002-08-24 [paul]       0.8.1claws113
10126
10127         * sync with 0.8.1cvs30
10128                 see ChangeLog 2002-08-23
10129
10130 2002-08-24 [alfons]     0.8.1claws112
10131
10132         * src/summaryview.c
10133                 remove unnecessary allocations for search bar fixing leaks
10134                 reported by Martin Kluge
10135                 (see "[ 599451 ] Further memory leaks?")
10136
10137 2002-08-24 [alfons]     0.8.1claws111
10138
10139         * src/main.c
10140                 make get_socket_name() public for crash.c
10141         * src/crash.c
10142                 o make report bug button work (goes to claws' 
10143                   bug tracker at sf.net)
10144                 o introduce function for doing important stuff just
10145                   before claws goes down
10146                 o clean up code 
10147
10148 2002-08-24 [alfons]     0.8.1claws110
10149
10150         * src/compose.c
10151                 move cursor to "To" entry when forwarding as attachment
10152                 (reported and solved by Steve Lamb, closes bug report
10153                 "[ 592880 ] Forward as attachment; cursor not in to")
10154
10155 2002-08-24 [colin]      0.8.1claws109
10156
10157         * src/mainwindow.c
10158                 fix quick search visibility after GUI (de)separations.
10159
10160 2002-08-23 [colin]      0.8.1claws108
10161
10162         * src/mainwindow.c
10163                 fix header pane visibility after folderview or
10164                 messageview (de)separation
10165
10166 2002-08-23 [paul]       0.8.1claws107
10167
10168         * src/mainwindow.[ch]
10169           src/toolbar.c
10170                 give full control of display or non-display 
10171                 of the Execute icon to Custom toolbar settings.
10172                 add new sensitivity condition to maninwindow.h: 
10173                 M_DELAY_EXEC
10174
10175         * ChangeLog
10176           ChangeLog.jp
10177           NEWS
10178                 more sync with 0.8.1cvs29
10179
10180 2002-08-23 [melvin]     0.8.1claws106
10181
10182         * src/alertpanel.c
10183                 Readded support for custom widget in alertpanel lost in last
10184                 sync.
10185
10186 2002-08-23 [paul]       0.8.1claws105
10187
10188         * sync with 0.8.1cvs29
10189                 see ChangeLog 2002-08-23
10190
10191 2002-08-23 [colin]      0.8.1claws104
10192
10193         * src/summaryview.c
10194                 Fix folder and search pixmaps exchanging positions
10195                 after theme or toolbar changes. Thank to Oliver for 
10196                 reporting this.
10197
10198 2002-08-23 [colin]      0.8.1claws103
10199
10200         * src/mainwindow.c
10201           src/messageview.[ch]
10202           src/noticeview.[ch]
10203           src/summaryview.c
10204                 Changed messageview_create() and noticeview_create()
10205                 to avoid the last gdk_warning
10206
10207 2002-08-22 [colin]      0.8.1claws102
10208
10209         * src/summaryview.c
10210                 Fix my new `Creating pixmap from xpm' warning
10211
10212 2002-08-22 [colin]      0.8.1claws101
10213
10214         * src/mainwindow.c
10215                 Fix some of the gdk warnings
10216
10217 2002-08-22 [colin]      0.8.1claws100
10218
10219         * src/Makefile.am
10220         * src/stock_pixmap.c
10221         * src/stock_pixmap.h
10222         * src/pixmaps/quicksearch.xpm *ADDED*
10223                 Add the quicksearch pixmap
10224         * src/mainwindow.c
10225         * src/summaryview.c
10226         * src/summaryview.h
10227                 Make quicksearch bar visible/hidden via a button
10228
10229 2002-08-22 [christoph]  0.8.1claws99
10230
10231         * src/folder.c
10232                 fix folder update for newsgroups with message
10233                 numbers below minimum number of articles to fetch
10234                 (closes bug #598445)
10235
10236 2002-08-22 [paul]       0.8.1claws98
10237
10238         * sync with 0.8.1cvs28
10239                 see ChangeLog 2002-08-22
10240
10241 2002-08-21 [alfons]     0.8.1claws97
10242
10243         * src/crash.c
10244                 use bt instead of bt full which seems to work 
10245                 better, and bt full doesn't give a great deal 
10246                 of information anyway
10247
10248 2002-08-21 [colin]      0.8.1claws96
10249
10250         * src/summaryview.c
10251                 fix summaryview_searchtype_changed prototype
10252
10253 2002-08-21 [christoph]  0.8.1claws95
10254
10255         * src/mainwindow.c
10256                 o fix broken menu update for sorting type, we have to
10257                   get this info from the summaryview now
10258                 o removed setting of threaded state in menu callback
10259         * src/summaryview.[ch]
10260                 more summaryview/folderitem seperation for
10261                 threading option
10262         * configure.in
10263                 removed not required --with-compiler-flags option
10264
10265 2002-08-21 [oliver]     0.8.1claws94
10266         
10267         * src/toolbar.h 
10268                 o rename toolbar.xml to toolbar_main.xml
10269                   since toolbar_compose.xml might come up 
10270                   any time soon
10271         * README.claws
10272                 add custom toolbar              
10273
10274 2002-08-21 [darko]      0.8.1claws93
10275
10276         * src/procmsg.c
10277                 don't reset tmp flags for messages copied
10278                 to sent folder
10279
10280 2002-08-21 [colin]      0.8.1claws92
10281         
10282         * src/prefs_filtering.c
10283                 fix renaming rules on folder rename 
10284                 when folder is not a leaf folder
10285
10286 2002-08-21 [paul]       0.8.1claws91
10287
10288         * src/prefs_folder_item.c
10289                 fix alignment of colour selector
10290
10291 2002-08-21 [paul]       0.8.1claws90
10292
10293         * sync with 0.8.1cvs27
10294                 see ChangeLog 2002-08-21
10295
10296 2002-08-21 [paul]       0.8.1claws89
10297
10298         * src/summaryview.c
10299                 fix crash when changing field type in
10300                 Quick search bar
10301
10302 2002-08-21 [colin]      0.8.1claws88
10303
10304         * src/summaryview.c
10305                 Made quick search case-insensitive
10306
10307 2002-08-21 [paul]       0.8.1claws87
10308
10309         * sync with 0.8.1cvs26
10310                 see ChangeLog 2002-08-21
10311
10312 2002-08-20 [christoph]  0.8.1claws86
10313
10314         * src/folderview.c
10315         * src/main.c
10316         * src/summaryview.[ch]
10317                 more summaryview/folderitem seperation for
10318                 sort_key and sort_type
10319         * src/procmsg.c
10320                 added missing return statement
10321
10322 2002-08-20 [colin]      0.8.1claws85
10323
10324         * src/summaryview.[ch]
10325                 Added a quick search box
10326         * src/mainwindow.c
10327         * src/prefs_common.[ch]
10328                 Added a show/hide option for the quick search
10329
10330 2002-08-20 [oliver]     0.8.1claws84
10331         
10332         * src/mainwindow.c
10333                 remove toolbar_create_popups
10334         * src/toolbar.[ch]
10335                 o remove toolbar_create_popups
10336                 o fix toolbar_set_sensitive 
10337                   (Bug reports #596834 and #596832)     
10338         * src/prefs_toolbar.c
10339                 o add "Set default" button
10340                 o align label and text + combo widgets
10341
10342 2002-08-20 [hoa]        0.8.1claws83bis
10343
10344         * src/imap.c
10345                 fixed a bug in imap_fetch_msginfo() in case there is no
10346                 current folder.
10347
10348 2002-08-20 [darko]      0.8.1claws83
10349
10350         * src/folderview.c
10351                 copy the color style of folder view so it
10352                 works with GTK themes
10353
10354 2002-08-20 [darko]      0.8.1claws82
10355
10356         * src/folder.h
10357         * src/folderview.c
10358         * src/prefs_folder_item.[hc]
10359                 don't use UI stuff in folder.h
10360
10361 2002-08-20 [darko]      0.8.1claws81
10362
10363         * src/folder.h
10364         * src/prefs_folder_item.h
10365         * src/folderview.c
10366         * src/prefs_folder_item.c
10367                 ability to set folder color in folderview
10368
10369 2002-08-19 [alfons]     0.8.1claws80
10370
10371         * src/summaryview.c
10372                 fix one of the earlier memleaks reported by Martin Kluge
10373
10374 2002-08-19 [alfons]     0.8.1claws79
10375
10376         * src/mainwindow.c
10377                 hide notice view when selecting seperate folder
10378                 view (reported by Urke MMI)
10379
10380 2002-08-19 [christoph]  0.8.1claws78
10381
10382         * src/folderview.c
10383         * src/prefs_folder_item.h
10384         * src/summaryview.[ch]
10385                 o add summary_set_prefs_from_folderitem to set
10386                   summaryview prefs (first step to remove all
10387                   references to the folderitem in summaryview)
10388                 o moved compiled regex stuff from folderitem prefs
10389                   to summaryview code
10390
10391 2002-08-19 [paul]       0.8.1claws77
10392
10393         * src/compose.c
10394                 add check for '.' to QUOTE_IF_REQUIRED
10395
10396 2002-08-19 [paul]       0.8.1claws76
10397
10398         * src/inc.c
10399                 sync with 0.8.1cvs25 (plug memory leak)
10400
10401         * src/prefs_toolbar.c
10402                 re-order prefs_toolbar_cancel()
10403
10404 2002-08-18 [alfons]     0.8.1claws75
10405
10406         * src/inc.c
10407         * src/matcher.c
10408                 plug other memleaks reported by Martin Kluge
10409
10410 2002-08-18 [paul]       0.8.1claws74
10411
10412         * po/pt_BR.po
10413                 updated by Fabio Jr. Beneditto
10414
10415 2002-08-18 [paul]       0.8.1claws73
10416
10417         * src/toolbar.[ch]
10418                 fix bug where tooltips were displayed untranslated              
10419
10420         * src/prefs_toolbar.c
10421                 fix bug where clicking 'Cancel' creates an icon & text
10422                 toolbar regardless of prefs
10423         
10424
10425 2002-08-17 [oliver]     0.8.1claws72
10426
10427         * src/prefs_toolbar.c
10428                 update toolbar on CANCEL
10429                 bug reported by Martin Kluge
10430         * src/toolbar.c
10431                 toolbar_destroy memleak fixed           
10432
10433 2002-08-17 [alfons]     0.8.1claws71
10434
10435         * src/toolbar.c
10436                 plug another memleak reported by Martin Kluge
10437
10438 2002-08-16 [alfons]     0.8.1claws70
10439
10440         * src/crash.c
10441                 use execvp() correctly (suggested by wwp; thanks!)
10442
10443 2002-08-16 [alfons]     0.8.1claws69
10444
10445         * src/gtksctree.c
10446                 plug memory leak reported by Kim Schultz & Martin Kluge
10447
10448 2002-08-16 [paul]       0.8.1claws68
10449
10450         * po/es.po
10451                 updated by Ricardo Mones Lastra
10452
10453 2002-08-16 [paul]       0.8.1claws67
10454
10455         * src/toolbar.h
10456                 fix bug where 'Compose News' icon showed wrong
10457                 tooltip
10458
10459 2002-08-16 [paul]       0.8.1claws66
10460
10461         * sync with 0.8.1cvs24
10462                 see ChangeLog 2002-08-16
10463
10464         * po/it.po
10465                 updated by Alessandro Maestri
10466
10467 2002-08-15 [paul]       0.8.1claws65
10468
10469         * po/sr.po
10470                 updated by Urke MMI
10471
10472 2002-08-15 [paul]       0.8.1claws64
10473
10474         * src/*.c
10475                 don't translate debug info
10476
10477         * src/matcher.[ch]
10478                 add copyright info
10479
10480 2002-08-15 [paul]       0.8.1claws63
10481
10482         * src/prefs_toolbar.c
10483                 fix bug where clicking 'OK' creates an icon & text
10484                 toolbar regardless of prefs
10485
10486 2002-08-14 [alfons]     0.8.1claws62
10487
10488         * src/main.c
10489                 add global var that has the full argv[0]
10490         * src/crash.c
10491                 o execvp the correct sylpheed by using argv0
10492                   and setting the correct work dir
10493                 o other tweaks  
10494
10495 2002-08-14 [oliver]     0.8.1claws61
10496         
10497         * enable/disable Toolbar Action Buttons 
10498         * code cleanups
10499         * src/mainwindow.c
10500         * src/toolbar.[ch]      
10501         * src/prefs_toolbar.c   
10502
10503 2002-08-14 [melvin]     0.8.1claws60
10504
10505         * po/fr.po
10506                 Updated French translations
10507
10508 2002-08-14 [melvin]     0.8.1claws59
10509
10510         * src/crash.c
10511                 Made bug report not translatable
10512         * src/exporthtml.c
10513                 Fixed exporthtml_build_filespec() return value
10514         * src/foldersel.c
10515                 Fixed incorrect include file
10516         * src/gtkspell.c
10517         * src/prefs_actions.c
10518         * src/prefs_toolbar.c
10519                 Made debug info not translatable
10520         * src/mutt.c
10521         * src/quote_fmt.c
10522                 Added missing includes
10523         * src/prefs_common.c
10524                 Fixed typo
10525
10526 2002-08-14 [paul]       0.8.1claws58
10527
10528         * faq/es/sylpheed-faq.html
10529           faq/es/sylpheed-faq-[1-3].html
10530           faq/es/sylpheed-faq-4.html     **NEW FILE **
10531                 update Spanish FAQ
10532
10533 2002-08-13 [christoph]  0.8.1claws57
10534
10535         * src/procmsg.c
10536                 ignore thread fix that did not mark all
10537                 child nodes of a ignored thread as
10538                 ignored. Does not work perfectly yet,
10539                 but it is better now
10540
10541 2002-08-13 [alfons]     0.8.1claws56
10542
10543         * src/crash.c
10544                 o implement 'save crash log'
10545                 o some tweaks
10546
10547 2002-08-13 [melvin]     0.8.1claws55
10548
10549         * src/main.c
10550                 removed unrequired "execinfo.h" header
10551
10552 2002-08-12 [paul]       0.8.1claws54
10553
10554         * faq/en/sylpheed-faq.html
10555           faq/en/sylpheed-faq-[1-3].html
10556           faq/en/sylpheed-faq-4.html     **NEW FILE **
10557                 update English FAQ
10558
10559 2002-08-12 [alfons]     0.8.1claws53
10560
10561         * po/POTFILES.in
10562                 add crash.c to translatables
10563         * src/crash.c
10564                 bring in Leandro's crash dialog
10565
10566 2002-08-11 [alfons]     0.8.1claws52
10567
10568         * src/crash.c
10569                 clean up some warnings
10570
10571 2002-08-11 [alfons]     0.8.1claws51
10572
10573         * acconfig.h
10574         * configure.in
10575         * src/crash.[ch]        ** NEW FILES **
10576         * src/main.c            
10577                 initial gdb crash handler
10578
10579 2002-08-11 [paul]       0.8.1claws50
10580
10581         * src/prefs_toolbar.c
10582                 replace Up/Down arrow pixmaps with text to be
10583                 consistent across icon themes
10584
10585 2002-08-11 [paul]       0.8.1claws49
10586
10587         * src/prefs_common.c
10588           src/prefs_toolbar.c
10589                 rename 'Pixmap' -> 'Icon'
10590
10591         * src/toolbar.[ch]
10592                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10593
10594 2002-08-10 [paul]       0.8.1claws48
10595
10596         * src/prefs_toolbar.c
10597                 re-work the UI
10598
10599 2002-08-10 [paul]       0.8.1claws47
10600
10601         * src/main.c
10602                 don't write Processing progress to status bar
10603                 patch submitted by Alexander Evseev
10604
10605         * src/prefs_toolbar.c
10606                 re-position and resize window
10607                 make window assume correct size on first call
10608
10609 2002-08-10 [paul]       0.8.1claws46
10610
10611         * src/mainwindow.c
10612           src/prefs_toolbar.c
10613           src/toolbar.c
10614           src/toolbar.h
10615                 obey coding style
10616                 follow UI text conventions
10617
10618 2002-08-10 [alfons]     0.8.1claws45
10619
10620         * src/toolbar.c
10621                 correct pixmap for delete action
10622
10623 2002-08-10 [paul]       0.8.1claws44
10624
10625         * po/pt_BR.po
10626                 updated by Fabio Jr. Beneditto
10627
10628 2002-08-10 [paul]       0.8.1claws43
10629
10630         * po/POTFILES.in
10631                 add custom toolbar files
10632
10633 2002-08-10 [paul]       0.8.1claws42
10634
10635         * sync with 0.8.1cvs22
10636                 see ChangeLog 2002-08-09
10637
10638 2002-08-09 [paul]       0.8.1claws41
10639
10640         * tools/Makefile.am
10641           tools/README
10642           tools/outlook2sylpheed.pl     ** NEW FILE **
10643                 add script to convert exported Outlook
10644                 contacts list to a Sylpheed addressbook.
10645                 Submitted by Ricardo Mones Lastra.
10646
10647 2002-08-09 [paul]       0.8.1claws40
10648
10649         * AUTHORS
10650           configure.in
10651           po/sr.po      ** NEW FILE **
10652                 add Serbian message catalog. Submitted by
10653                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10654
10655 2002-08-09 [paul]       0.8.1claws39
10656
10657         * sync with 0.8.1cvs21
10658                 see ChangeLog 2002-08-08
10659
10660 2002-08-08 [oliver]     0.8.1claws38
10661
10662         * src/mainwindow.c
10663                 move Custom Toolbar to Configuration menu
10664
10665 2002-08-08 [oliver]     0.8.1claws37
10666
10667         * src/prefs_toolbar.c
10668                 fix substitute pixmap bug
10669
10670 2002-08-08 [paul]       0.8.1claws36
10671
10672         * sync with 0.8.1cvs19
10673                 see ChangeLog 2002-08-08
10674
10675 2002-08-07 [christoph]  0.8.1claws35
10676
10677         * src/utils.c
10678                 fixed a memory leak in new canonicalize_file_replace
10679
10680 2002-08-07 [christoph]  0.8.1claws34
10681
10682         * src/utils.[ch]
10683                 o canonicalize_file_replace should create the temporary
10684                   file in the same directory as the original file.
10685                 o added get_tmpfile_in_dir that creates a temorary file
10686                   in a specified directory.
10687
10688 2002-08-07 [melvin]     0.8.1claws33
10689
10690         * src/toolbar.c
10691                 fixed bug where 'Article' button acted as 'Email' button.
10692
10693 2002-08-07 [paul]       0.8.1claws32
10694
10695         * sync with 0.8.1.cvs17
10696                 see ChangeLog 2002-08-07
10697
10698 2002-08-07 [colin]      0.8.1claws31
10699         
10700         * src/news.c
10701                 fix mass-cancel problem
10702
10703 2002-08-07 [thorsten]   0.8.1claws30
10704
10705         * src/prefs_toolbar.c
10706                 fix: crash on replace or add new button
10707         * src/toolbar.c
10708                 fix: close xmlfile after reading
10709         * src/utils.c
10710                 fix: unlink() file before rename()
10711
10712 2002-08-06 [paul]       0.8.1claws29
10713
10714         * sync with 0.8.cvs15
10715                 see ChangeLog 2002-08-06
10716
10717 2002-08-06 [oliver]     0.8.1claws28
10718
10719         * src/toolbar.c
10720         * src/prefs_toolbar.c
10721                 fixed empty toolbar issue
10722
10723 2002-08-06 [oliver]     0.8.1claws27
10724
10725         * Custom Toolbar Final 
10726         * src/folderview.c
10727         * src/inc.c
10728         * src/summaryview.c
10729                 o toolbar stuff now lives in src/toolbar.[ch]
10730                 o main_window_toolbar_* functions are renamed to
10731                   toolbar_* reflecting their new source file
10732         * src/mainwindow.[ch]
10733                 o remove toolbar stuff  
10734
10735 2002-08-06 [oliver]     0.8.1claws26
10736         
10737         * src/Makefile.am
10738         * src/prefs_toolbar.[ch]        **New File**
10739         * src/toolbar.[ch]              **New File**
10740                 o prefs_toolbar.[ch] custom toolbar frontend
10741                 o toolbar.[ch]       backend 
10742
10743 2002-08-06 [oliver]     0.8.1claws25
10744
10745         * src/prefs_actions.[ch]
10746                 o new exported function actions_execute
10747
10748 2002-08-06 [paul]       0.8.1claws24
10749
10750         * sync with 0.8.1cvs4
10751                 see ChangeLog 2002-08-06
10752
10753 2002-08-06 [paul]       0.8.1claws23
10754
10755         * sync with 0.8.1cvs13
10756                 see ChangeLog 2002-08-06
10757
10758 2002-08-06 [paul]       0.8.1claws22
10759
10760         * sync with 0.8.1cvs12
10761                 see ChangeLog 2002-08-05 and 2002-08-06
10762
10763 2002-08-06 [match]      0.8.1claws21
10764
10765         * src/addrclip.c
10766                 improvements to cut/copy/paste address
10767
10768 2002-08-05 [match]      0.8.1claws20
10769
10770         * src/addritem.[ch]
10771         * src/addrcache.c
10772         * src/addrbook.c
10773         * src/editaddress.c
10774         * src/addressbook.c
10775                 fixes to improve cut/copy/paste
10776
10777 2002-08-06 [melvin]     0.8.1claws19
10778
10779         * src/account.[ch]
10780                 account_find_all_from_address(): new function that returns the
10781                 list of all accounts that are matched in an address.
10782         * src/alertpanel.[ch]
10783                 alertpanel() now accepts a custom widget
10784                 alertpanel_with_widget(): new function that pops up a panel with
10785                 a custom widget in it 
10786         * src/gtkutils.[ch]
10787                 gtkut_account_menu_new(): new function that allows the selection
10788                 of an account from a list of accounts.
10789         * src/messageview.c
10790                 Extended Return Receipt notification to select the correct 
10791                 account and to make a security test on the Delivery-Notification
10792                 address which should be the same as the Return-Path.
10793
10794 2002-08-06 [thorsten]   0.8.1claws18
10795
10796         * src/mimeview.c
10797                 attach_all: save unnamed as "noname.%d",
10798                 dont free static dirname
10799
10800 2002-08-05 [alfons]     0.8.1claws17
10801
10802         * configure.in
10803                 detect XIM by trying to link rather than compile a XIM program
10804
10805 2002-08-05 [oliver]     0.8.1claws16
10806                 
10807         * src/stock_pixmap.[ch]
10808                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10809                 o new func to retrieve pixmaps
10810
10811 2002-08-05 [paul]       0.8.1claws15
10812
10813         * sync with 0.8.1cvs10
10814                 see ChangeLog 2002-08-05
10815
10816 2002-08-04 [alfons]     0.8.1claws14
10817
10818         * src/textview.c
10819                 see if this plugs memleak
10820
10821 2002-08-04 [melvin]     0.8.1claws13
10822
10823         * src/gtkspell.c
10824                 fixed bug that could crash Sylpheed when highlighting
10825                 all misspelled words.
10826
10827 2002-08-03 [melvin]     0.8.1claws12
10828
10829         * src/prefs_actions.c
10830                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10831         * src/messageview.c
10832                 fixed bug where the Return Receipt was sent to
10833                 Delivery-Notification-To address even if it was not present
10834
10835 2002-08-02 [alfons]     0.8.1claws11
10836
10837         * src/prefs_actions.c
10838                 o more check for NULLs
10839                 o put create_io_dialog() in right conditional block
10840
10841 2002-08-02 [paul]       0.8.1claws10
10842
10843         * po/es.po
10844                 updated by Ricardo Mones Lastra
10845
10846 2002-08-01 [christoph]  0.8.1claws9
10847
10848         * src/folder.c
10849                 don't free the cache of the opened
10850                 folder in the summaryview
10851         * src/summaryview.c
10852                 don't unset flags, if it is not required
10853
10854 2002-08-01 [paul]       0.8.1claws8
10855
10856         * sync with 0.8.1cvs8
10857                 see ChangeLog entry 2002-08-01
10858
10859 2002-08-01 [paul]       0.8.1claws7
10860
10861         * sync with 0.8.1cvs7
10862                 see ChangeLog 2002-07-31 and 2002-08-01
10863
10864 2002-07-31 [christoph]  0.8.1claws6
10865
10866         * src/mainwindow.c
10867                 forgot to update menu sensitivity
10868                 function for new menu entry
10869
10870 2002-07-31 [alfons]     0.8.1claws5
10871
10872         * src/main.c
10873                 check folder item and its path for NULL on
10874                 initial processing
10875
10876 2002-07-31 [christoph]  0.8.1claws4
10877
10878         * src/folder.c
10879                 check if folder_item_get_msginfo in
10880                 folder_item_remove_msg returned NULL
10881         * src/imap.c
10882                 better clear the uid cache in the
10883                 uid validity check function and delete
10884                 cached messages
10885
10886 2002-07-31 [paul]       0.8.1claws3
10887
10888         * man/sylpheed.1
10889                 add the '--attach' option and a few other
10890                 minor changes
10891
10892 2002-07-31 [paul]       0.8.1claws2
10893
10894         * sync with 0.8.1cvs5
10895                 see ChangeLog 2002-07-31
10896
10897 2002-07-31 [christoph]  0.8.1claws1
10898
10899         * src/folderview.[ch]
10900         * src/mainwindow.c
10901                 replace "Rescan all folders..." with
10902                 "Check all folders for new messages..."
10903
10904 2002-07-30 [paul]       0.8.1claws
10905
10906         * version 0.8.1claws released
10907
10908 2002-07-30 [paul]       0.8.0claws29
10909
10910         * tools/OOo2sylpheed.pl ** NEW FILE **
10911           tools/README
10912                 add script to enable sending documents as
10913                 attachments from OpenOffice.org
10914
10915 2002-07-30 [melvin]     0.8.0claws28
10916
10917         * src/prefs_actions.c
10918                 Made the actions' input/output dialog display
10919                 without delay.
10920
10921 2002-07-30 [christoph]  0.8.0claws27
10922
10923         * src/procmsg.c
10924                 check if folder_item_get_msginfo in
10925                 procmsg_save_to_outbox returned NULL
10926
10927 2002-07-30 [paul]       0.8.0claws26
10928
10929         * sync with 0.8.1cvs4
10930                 see ChangeLog 2002-07-29
10931
10932 2002-07-29 [thorsten]   0.8.0claws25
10933
10934         * README.claws
10935                 added selective download, delete on server
10936
10937 2002-07-29 [paul]       0.8.0claws24
10938
10939         * sync with 0.8.1cvs3
10940                 see ChangeLog 2002-07-29
10941
10942 2002-07-27 [christoph]  0.8.0claws23
10943
10944         * src/folder.c
10945                 add extra check if fetching the msginfo
10946                 returned NULL
10947
10948 2002-07-27 [paul]       0.8.0claws22
10949
10950         * sync with 0.8.1cvs2
10951                 see ChangeLog 2002-07-26
10952
10953 2002-07-27 [christoph]  0.8.0claws21
10954
10955         * src/imap.c
10956                 add another check if a valid msginfo
10957                 was returned
10958
10959 2002-07-26 [hoa]        0.8.0claws20
10960
10961         * src/folder.c
10962                 Fixed a condition in folder_item_destroy()
10963
10964         * src/imap.c
10965                 Fixed an error in IMAP protocol
10966
10967 2002-07-26 [alfons]     0.8.0claws19
10968
10969         * src/folder.c
10970                 ofcourse compare with identifier, not the path
10971
10972 2002-07-26 [alfons]     0.8.0claws18
10973
10974         * src/folder.c
10975                 use folder item identifier for saving / restoring
10976                 preferences because folder->path might not be unique
10977
10978 2002-07-26 [melvin]     0.8.0claws17
10979
10980         * src/logwindow.c
10981                 Fixed a crash introduced in 0.8.0claws5 when log is 
10982                 cut under 80 characters.
10983
10984 2002-07-26 [paul]       0.8.0claws16
10985
10986         * sync with 0.8.1cvs1
10987                 see ChangeLog 2002-07-26
10988
10989 2002-07-26 [christoph]  0.8.0claws15
10990
10991         * src/imap.[ch]
10992                 imap folder now remembers the last selected
10993                 folder and imap_fetch_msginfo skips selecting
10994                 the folder if it is already selected
10995
10996 2002-07-26 [christoph]  0.8.0claws14
10997
10998         * src/folder.c
10999         * src/folderview.c
11000         * src/imap.c
11001                 fix imap folder rescanning
11002
11003 2002-07-25 [christoph]  0.8.0claws13
11004
11005         * src/filter.c
11006         * src/folder.[ch]
11007         * src/folderview.c
11008         * src/imap.[ch]
11009         * src/mainwindow.c
11010         * src/mbox_folder.c
11011         * src/mh.c
11012         * src/news.c
11013                 implement imap uid cache and uid validity check
11014
11015 2002-07-25 [alfons]     0.8.0claws12
11016
11017         * src/summaryview.c
11018                 fix a brown paper bag bug, and also add some more
11019                 checks
11020
11021 2002-07-25 [christoph]  0.8.0claws11
11022
11023         * src/folder.c
11024                 don't mix copy, fetch_msginfo and remove
11025                 operations in folder item copy and move
11026                 operations
11027
11028 2002-07-25 [christoph]  0.8.0claws10
11029
11030         * src/folderview.c
11031         * src/mainwindow.c
11032         * src/prefs_folder_item.c
11033         * src/summaryview.[ch]
11034                 remove no longer required parameter update_cache from
11035                 summary_show
11036
11037 2002-07-25 [paul]       0.8.0claws9
11038
11039         * sync with 0.8.1
11040         
11041         * AUTHORS
11042                 a few corrections
11043
11044 2002-07-24 [alfons]     0.8.0claws8
11045
11046         * src/summaryview.c
11047                 sort correctly when using simplified subject line
11048                 (closes feature request "[ 585141 ] applying regexp to subject 
11049                 before sort" submitted by Alexandra Walford)
11050
11051 2002-07-24 [paul]       0.8.0claws7
11052
11053         * sync with 0.8.0cvs3
11054                 see ChangeLog 2002-07-24
11055
11056 2002-07-23 [christoph]  0.8.0claws6
11057
11058         * src/folder.c
11059         * src/folder.h
11060         * src/summaryview.c
11061         * src/summaryview.h
11062         * src/main.c
11063                 o separate processing and summaryview
11064                 o removed summary_write_cache from summaryview
11065                 o removed summaryview->killed_messages, because we don't have
11066                   to keep a list of killed messages anymore. New cache will
11067                   keep the hidden messages in cache anyway
11068         * src/folderview.c
11069         * src/inc.c
11070         * src/selective_download.c
11071                 o removed unnecessary summary_write_cache calls
11072         * src/procmsg.c
11073                 o don't set ignore thread flag in procmsg_get_thread_tree
11074                   if it is already set
11075         * src/mainwindow.c
11076         * src/statusbar.h
11077                 o moved STATUSBAR_PUSH/POP to statusbar.h because
11078                   they are used in different files
11079
11080 2002-07-23 [melvin]     0.8.0claws5
11081
11082         * src/addressbook.c
11083         * src/addrgather.c
11084         * src/editaddress.c
11085         * src/editgroup.c
11086         * src/editldap_basedn.c
11087         * src/importldif.c
11088         * src/prefs_common.c
11089                 Fixed few memory leak (gtk_editable_get_chars returns
11090                 an allocated string)
11091         * src/logwindow.c
11092                 Fixed few memory leak (gtk_editable_get_chars returns
11093                 an allocated string) and modified a little the log cutting
11094                 loop.
11095         * src/compose.c
11096                 Replaced a call to an obsolete function gtk_entry_get_text()
11097                 by gtk_editable_get_chars()
11098         * src/send.c
11099                 Removed a debug printf
11100
11101 2002-07-23 [christoph]  0.8.0claws4
11102
11103         * src/filesel.c
11104                 fix another g_dirname memory leak
11105
11106 2002-07-23 [christoph]  0.8.0claws3
11107
11108         * src/mh.c
11109                 fixed a memory leak in mh_fetch_msginfo
11110                 fixed crash when message header could not be
11111                 parsed
11112
11113 2002-07-23 [paul]       0.8.0claws2
11114
11115         * sync with 0.8.0cvs2
11116                 see ChangeLog 2002-07-23
11117
11118 2002-07-23 [paul]       0.8.0claws1
11119
11120         * sync with 0.8.0cvs1
11121                 see ChangeLog 2002-07-23
11122
11123 2002-07-23 [paul]       0.8.0claws
11124
11125         * release of 0.8.0claws
11126
11127 2002-07-23 [paul]       0.7.8claws99
11128
11129         * po/ru.po
11130                 new Russian translation, submitted by
11131                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11132
11133 2002-07-22 [jens]       0.7.8claws98
11134
11135         * po/de.po
11136                 Updated German translations.
11137
11138 2002-07-22 [paul]       0.7.8claws97
11139
11140         * po/es.po
11141           po/it.po
11142           po/nl.po
11143           po/pt_BR.po
11144                 updated translations by Ricardo Mones Lastra,
11145                 Alessandro Maestri, Wilbert Berendsen and 
11146                 Fabio Jr. Beneditto respectively
11147
11148 2002-07-22 [christoph]  0.7.8claws96
11149
11150         * src/mimeview.c
11151                 fix memory leak caused by wrong g_dirname usage
11152
11153 2002-07-22 [christoph]  0.7.8claws95
11154
11155         * src/summaryview.c
11156                 update new and unread message counts for summaryview
11157                 summaryview does not get it from the folder anymore
11158                 and has to update the values itself
11159
11160 2002-07-22 [melvin]     0.7.8claws94
11161
11162         * po/fr.po
11163                 Updated French translations.
11164
11165 2002-07-22 [christoph]  0.7.8claws93
11166
11167         * src/matcher.c
11168                 set prop->preg pointer to NULL or following check
11169                 will not fail and regexec will be called with
11170                 invalid pointer
11171
11172 2002-07-21 [alfons]     0.7.8claws92
11173         
11174         * src/prefs_common.[ch]
11175                 remove option "Send return receipt on request"
11176
11177 2002-07-21 [thorsten]   0.7.8claws91
11178
11179         * src/mimeview.c
11180                 fixed memleaks, coding style as pointed out by alfons
11181
11182 2002-07-21 [alfons]     0.7.8claws90
11183
11184         * src/messageview.c
11185         * src/noticeview.[ch]
11186                 o fix bug notice view being displayed when going to empty folder 
11187                   (noticed by Christoph)
11188                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11189                   (noticed by Thorsten)
11190
11191 2002-07-21 [thorsten]   0.7.8claws89
11192
11193         * src/mimeview.c
11194                 Included save_all patch from Xaview FACQ
11195                 added support for pathnames
11196
11197 2002-07-21 [alfons]     0.7.8claws88
11198
11199         * po/POTFILES.in
11200         * src/Makefile.am
11201         * src/mainwindow.c
11202         * src/messageview.[ch]
11203         * src/noticeview.c      ** NEW FILE **
11204         * src/noticeview.h      ** NEW FILE **
11205                 make return receipts work again
11206                 (UI idea by Leandro Pereira)
11207
11208 2002-07-21 [paul]       0.7.8claws87
11209
11210         * src/summaryview.c
11211                 fix sensitivity of 'Select thread'
11212
11213 2002-07-21 [paul]       0.7.8claws86
11214
11215         * src/prefs_common.c
11216                 add browser command line for Galeon
11217
11218 2002-07-21 [paul]       0.7.8claws85
11219
11220         * Makefile.am
11221                 fix 'EXTRA_DIST': remove README.README, add TODO
11222                 and TODO.claws
11223
11224 2002-07-21 [alfons]     0.7.8claws84
11225
11226         * src/gtkstext.c
11227                 make enter clear selection
11228                 (closes "[ 579888 ] Editor selection/entry error"
11229                 reported by Steve Lamb)
11230
11231 2002-07-21 [alfons]     0.7.8claws83
11232         
11233         * src/summaryview.c
11234                 sort message list when selecting unthread messages
11235                 (closes "[ 501593 ] switching threaded view doesn't sort"
11236                 reported by Simon Schubert)
11237
11238 2002-07-20 [alfons]     0.7.8claws82
11239         
11240         * src/matcher.c
11241                 const-correctness
11242
11243 2002-07-20 [thorsten]   0.7.8claws81
11244
11245         * src/matcher.c
11246                 Fixed expansion of empty fields in matchactions
11247
11248 2002-07-19 [melvin]     0.7.8claws80
11249
11250         * src/gtkspell.c
11251                 Removed a duplicate menu entry (fast mode) introduced during
11252                 the new cache merge
11253                 Added a menu separator between 'Use alternate' and 'Fast mode'
11254
11255 2002-07-19 [paul]       0.7.8claws79
11256
11257         * tools/Makefile.am
11258           tools/README
11259                 correct typos
11260
11261 2002-07-19 [thorsten]   0.7.8claws78
11262
11263         * tools/calypso_convert.pl      ** NEW FILE **
11264           tools/README
11265           tools/Makefile.am
11266                 script to import mbox files exported
11267                 by calypso
11268                 o generates folder structure
11269                 o includes attachments
11270
11271 2002-07-19 [melvin]     0.7.8claws77
11272
11273         * src/selective_download.[ch]
11274                 Fixed bug where closing the dialog with the window manager's
11275                 close button will not unlock the summary
11276                 Corrected some function declarations that missed a return value
11277                 Made the source code comply better with coding style.
11278         * src/prefs_common.c
11279                 Added new browser command line for Mozilla.
11280
11281 2002-07-18 [paul]       0.7.8claws76
11282
11283         * src/mainwindow.c
11284           src/selective_download.[ch]
11285                 reflect theme changes, fix Gdk Warning when creating 
11286                 pixmap from NULL window, and minor clean up.
11287                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11288
11289         * po/en_GB.po
11290                 updated
11291
11292 2002-07-17 [paul]       0.7.8claws75
11293
11294         * INSTALL[.jp]
11295                 sync with 0.8.0
11296         
11297         * po/en_GB.po
11298                 updated
11299
11300 2002-07-16 [paul]       0.7.8claws74
11301
11302         * tools/filter_conv.pl
11303           tools/README
11304                 replace conversion script with reimplemented version, 
11305                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11306
11307 2002-07-16 [colin]      0.7.8claws73
11308
11309         * src/summaryview.c
11310                 remove forgotten debug messages - sorry ;-)
11311
11312 2002-07-16 [colin]      0.7.8claws72
11313
11314         * src/mimeview.c
11315           src/summaryview.c
11316           src/textview.c
11317           src/textview.h
11318                 add the ability to select part of a text mime-part 
11319                 to reply.
11320
11321 2002-07-15 [christoph]  0.7.8claws71
11322
11323         * src/folder.c
11324                 fix folder message count for folders without
11325                 msg_is_changed (includes news folders)
11326
11327 2002-07-15 [martin]     0.7.8claws70
11328
11329         * src/summaryview.c
11330                 option "display recipient on 'From'..." now works
11331                 without the need of enabling the option
11332                 "display  sender  using  address  book".
11333
11334 2002-07-15 [christoph]  0.7.8claws69
11335
11336         * src/summaryview.c
11337                 removed setting folder status from summaryview.
11338                 folder.c should update all message counts correctly.
11339
11340 2002-07-15 [paul]       0.7.8claws68
11341
11342         * po/pt_BR.po
11343                 updated by Fabio Junior Beneditto
11344
11345 2002-07-15 [darko]      0.7.8claws67
11346
11347         * src/mh.c
11348                 Fixed target folder colorization, don't decrease op
11349                 number twice
11350
11351 2002-07-14 [paul]       0.7.8claws66
11352
11353         * sync with main 0.8.0
11354                 see ChangeLog 2002-07-14
11355
11356 2002-07-13 [melvin]     0.7.8claws65
11357         
11358         * src/addrbook.c
11359         * src/addressbook.c
11360         * src/addrindex.c
11361                 Replaced sprintf by g_snprintf to prevent possible buffer
11362                 overflow.
11363         * src/news.c
11364                 Corrected a log message output format.
11365                 Added a missing "done" debug output.
11366         * src/compose.c
11367                 Added keyboard accelerator for Priority menu items
11368                 Added missing \n in debug output
11369         * src/logwindow.c
11370         * src/gtkspell.c
11371         * src/rfc2015.c
11372                 Added missing \n in debug output
11373
11374 2002-07-13 [paul]       0.7.8claws64
11375
11376         * man/sylpheed.1
11377                 change Sergey's email address to the sf address
11378
11379         * src/textview.c
11380                 increase show_url_timeout (more useful for long
11381                 urls)
11382
11383 2002-07-12 [sergey]     0.7.8claws63
11384
11385         * src/rfc2015.c
11386                 applied (with some modifications) patch to set the
11387                 micalg parameter for signatures
11388                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11389
11390 2002-07-12 [sergey]     0.7.8claws62
11391
11392         * man/Makefile.am
11393         * configure.in
11394                 fixed man page installation
11395
11396 2002-07-12 [paul]       0.7.8claws61
11397
11398         * sync with 0.7.8cvs26
11399                 see ChangeLog 2002-07-11 and 2002-07-12
11400
11401 2002-07-11 [christoph]  0.7.8claws60
11402
11403         * src/compose.c
11404         * src/procmsg.c
11405                 first use the message number to find the message
11406                 to mark with a reply flag but check the
11407                 message-id if we got the correct message, if not
11408                 try to find it by message-id.
11409                 use new string seperator that is not allowed
11410                 in message-ids.
11411
11412 2002-07-11 [paul]       0.7.8claws59
11413
11414         * sync with 0.7.8cvs23
11415                 see ChangeLog 2002-07-10
11416
11417 2002-07-10 [christoph]  0.7.8claws58
11418
11419         * src/folder.[ch]
11420         * src/msgcache.[ch]
11421                 Added message-id table to the cache in memory
11422                 and functions to msgcache.c and folder.c to
11423                 fetch MsgInfos by message id
11424         * src/compose.c
11425         * src/procmsg.c
11426                 store folder and message-id of message replying
11427                 to in queue header and set reply flag after sending
11428                 (Closes bug #469498)
11429
11430 2002-07-10 [paul]       0.7.8claws57
11431
11432         * AUTHORS
11433           man/sylpheed.1.gz
11434                 add Martin to the list of authors
11435
11436 2002-07-09 [martin]     0.7.8claws56
11437         * src/gtksctree.c
11438                 Added gtk_ctree_last_visible(), tree_update_level(),
11439                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11440                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11441                 from gtk+ to gtksctree.c for the new sorting code
11442                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11443                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11444         * src/gtksctree.h
11445                 Added declaration for gtk_sctree_sort_recursive() and
11446                 gtk_sctree_sort_node
11447         * src/addressbook.c
11448         * src/foldersel.c
11449         * src/folderview.c
11450         * src/summaryview.c
11451                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11452                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11453
11454 2002-07-08 [paul]       0.7.8claws55
11455
11456         * more sync with 0.7.8cvs21
11457                 see ChangeLog 2002-07-08
11458
11459 2002-07-08 [paul]       0.7.8claws54
11460
11461         * sync with 0.7.8cvs21
11462                 see ChangeLog 2002-07-08
11463
11464 2002-07-07 [alfons]     0.7.8claws53
11465
11466         * src/Makefile.am
11467         * src/stock_pixmap.[ch]
11468         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11469         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11470         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11471                 add new pixmaps for upcoming notice pane
11472
11473 2002-07-06 [melvin]     0.7.8claws52
11474
11475         * src/gtkspell.[ch]
11476                 Made them a bit closer to Sylpheed's coding style.
11477                 Removed old code.
11478                 Removed possible memory leaks when some errors occurs.
11479
11480 2002-07-06 [melvin]     0.7.8claws51
11481
11482         * po/Makefile.in.in
11483                 Removed --no-location in xgettext command line to help
11484                 translators that use Emacs' po-mode
11485         * src/quote_fmt.c
11486                 Removed unnecessary comments that messed up sylpheed.pot
11487
11488 2002-07-06 [paul]       0.7.8claws50
11489
11490         * sync with 0.7.8cvs19
11491                 see ChangeLog 2002-07-05
11492
11493 2002-07-06 [christoph]  0.7.8claws49
11494
11495         * src/folder.c
11496         * src/mainwindow.c
11497                 fix folder_item_remove_all_msg and folderview
11498                 status for trash folders after emptying trash
11499
11500 2002-07-05 [paul]       0.7.8claws48
11501
11502         * sync with 0.7.8cvs16
11503                 see ChangeLog 2002-07-04 and 2002-07-05
11504
11505 2002-07-04 [paul]       0.7.8claws47
11506
11507         * sync with 0.7.8cvs14
11508                 see  ChangeLog 2002-07-04
11509
11510 2002-07-03 [alfons]     0.7.8claws46
11511
11512         * src/folder.c
11513                 dupe folder item's path because it's being reallocated
11514                 by new folder scanning code
11515
11516 2002-07-03 [christoph]  0.7.8claws45
11517
11518         * src/imap.c
11519                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11520         * src/msgcache.c
11521                 add missing return in msgcache_write
11522
11523 2002-07-02 [thorsten]   0.7.8claws44
11524
11525         * src/jpilot.c
11526         * src/msgcache.c
11527         * src/rfc2015.c
11528                 use binary mode for file access
11529
11530 2002-07-02 [christoph]  0.7.8claws43
11531
11532         * major code cleanup (part 1)
11533         
11534                 - unused variables removed
11535                 - unused functions removed
11536                 - uninitialized variables checked
11537                 - missing return statements added
11538                 - missing function return types added
11539                 - added parentheses around assignment and
11540                   && in || when suggested by gcc
11541               
11542         * src/mh.c
11543         * src/folder.c
11544                 replaced direct calls to folder->scan_tree
11545                 with folder_scan_tree and restore folder
11546                 prefs in this function. The folder should
11547                 not have to deal with them.
11548                 ( Should now work for all folder types )
11549
11550 2002-07-02 [paul]       0.7.8claws42
11551
11552         * sync with 0.7.8cvs13
11553                 see ChangeLog 2002-07-01 and 2002-07-02
11554
11555 2002-07-01 [christoph]  0.7.8claws41
11556
11557         * src/summaryview.c
11558                 fix "goto next/prev unread message" with
11559                 ignored threads
11560
11561 2002-07-01 [paul]       0.7.8claws40
11562
11563         * po/es.po
11564                 updated by Ricardo Mones Lastra
11565
11566 2002-06-30 [match]      0.7.8claws39
11567
11568         * src/jpilot.c
11569                 applied variation of leonerd's patch (566661) to
11570                 allow multiple email addresses per JPilot entry.
11571                 addresses may be separated by space, comma, pipe,
11572                 semi-colon, new-line.
11573
11574 2002-06-30 [alfons]     0.7.8claws38
11575
11576         * src/procmsg.c
11577                 simple fix for putting older nodes before
11578                 newer nodes when threading by subject
11579
11580 2002-06-30 [christoph]  0.7.8claws37
11581
11582         * src/folder.c
11583         * src/folderview.c
11584         * src/mh.c
11585         * src/news.c
11586         * src/procmsg.c
11587                 fix broken folder tree rescaning
11588                 and don't use procmsg_get_mark_sum
11589                 anymore
11590
11591 2002-06-30 [christoph]  0.7.8claws36
11592
11593         * merge new cache branch
11594         * src/imap.c
11595                 fix new cache imap copy bug
11596         * src/folder.c
11597                 improved folder_item_scan
11598                 it should now always set the correct
11599                 new, unread and total message counts
11600
11601 2002-06-29 [paul]       0.7.8claws35
11602
11603         * configure.in
11604                 correct syntax error
11605
11606 2002-06-29 [paul]       0.7.8claws34
11607
11608         * configure.in
11609           Makefile.am
11610           man/Makefile.am       ** NEW FILE **
11611           man/sylpheed.1.gz     ** NEW FILE **
11612                 add Sylpheed man page
11613
11614 2002-06-29 [paul]       0.7.8claws33
11615
11616         * po/pt_BR.po
11617                 updated by Fabio Junior Beneditto
11618
11619 2002-06-28 [jens]       0.7.8claws32
11620
11621         * po/de.po
11622                 translation updated
11623
11624         * src/selective_download.c
11625                 removed gettext for space " "
11626
11627         * src/imap.c
11628                 removed wrong space
11629
11630 2002-06-28 [paul]       0.7.8claws31
11631
11632         * sync with 0.7.8cvs11
11633                 see ChangeLog 2002-06-28
11634
11635 2002-06-28 [paul]       0.7.8claws30
11636
11637         * sync with 0.7.8cvs10
11638                 see ChangeLog 2002-06-27 and 2002-06-28
11639
11640 2002-06-26 [paul]       0.7.8claws29
11641
11642         * src/addrgather.c
11643           src/selective_download.c
11644                 don't gettextise empty strings.
11645                 reserved by gettext. gettext("") returns 
11646                 the header entry with meta information, 
11647                 not the empty string
11648
11649         * po/en_GB.po
11650                 updated
11651
11652 2002-06-26 [paul]       0.7.8claws28
11653
11654         * sync with 0.7.8cvs7
11655                 see ChangeLog 2002-06-25
11656
11657         * src/prefs_common.c
11658                 ...and in the process, tweak the gui a little
11659
11660 2002-06-25 [alfons]     0.7.8claws27
11661         
11662         * configure.in
11663         * src/Makefile.am
11664                 fine tune ldap library detection
11665
11666 2002-06-25 [alfons]     0.7.8claws26
11667
11668         * src/compose.c
11669                 don't allow return receipts when composing a news article
11670
11671 2002-06-25 [paul]       0.7.8claws25
11672
11673         * Makefile.am
11674                 add '$(AMTAR)' to 'release' section to allow for
11675                 new and older autotools
11676
11677 2002-06-25 [paul]       0.7.8claws24
11678
11679         * src/summaryview.c
11680                 fix "No more unread messages" persistant pop-up
11681                 window bug
11682
11683 2002-06-25 [paul]       0.7.8claws23
11684
11685         * po/it.po
11686                 updated by Alessandro Maestri
11687
11688 2002-06-25 [paul]       0.7.8claws22
11689
11690         * sync with 0.7.8cvs6
11691                 see ChangeLog 2002-06-25
11692
11693 2002-06-24 [paul]       0.7.8claws21
11694
11695         * tools/update-po
11696                 add GPL copyright information
11697
11698 2002-06-24 [paul]       0.7.8claws20
11699
11700         * tools/Makefile.am
11701           tools/README
11702           tools/update-po       ** NEW FILE **
11703                 add script that eases the creation of *.po files
11704                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11705
11706 2002-06-23 [alfons]     0.7.8claws19
11707
11708         * src/messageview.c
11709                 make notification_convert_header obey const correctness
11710                 (next step will be fixing the broken return receipt)
11711
11712 2002-06-23 [paul]       0.7.8claws18
11713
11714         * src/messageview.c
11715                 fix bug introduced in last commit:
11716                 removed too much code in last commit - put back what's
11717                 needed
11718
11719 2002-06-23 [paul]       0.7.8claws17
11720
11721         * src/messageview.[ch]
11722                 remove code committed in error from locally patched
11723                 source
11724
11725 2002-06-23 [colin]      0.7.8claws16
11726
11727         * src/compose.[ch]
11728                 add compose_entry_select(), used to select the default_to
11729                 email address - hopefully avoiding people sending mails to
11730                 wrong recipients.
11731
11732 2002-06-22 [alfons]     0.7.8claws15
11733
11734         * AUTHORS
11735                 add Bram Metsch & Stanislav Karchebny
11736         * src/smtp.[ch]
11737         * src/prefs_account.[ch]
11738         * src/send.c
11739                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11740                   options.  (see <http://sourceforge.net/tracker/index.php
11741                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11742
11743                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11744                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11745
11746 2002-06-22 [paul]       0.7.8claws14
11747
11748         * sync with 0.7.8cvs5
11749                 see ChangeLog 2002-06-19 and 2002-06-20
11750
11751 2002-06-22 [alfons]     0.7.8claws13
11752
11753         * src/selective_download.c
11754                 fix a stupid mistake I made
11755
11756 2002-06-22 [alfons]     0.7.8claws12
11757
11758         * src/selective_download.[ch]
11759                 fix another unnoticed leak; cleanup code
11760
11761 2002-06-21 [alfons]
11762
11763         * tools/Makefile.am
11764                 gpg-sign <-- gpg-sign-syl
11765
11766 2002-06-21 [alfons]     0.7.8claws11
11767
11768         * src/selective_download.c
11769         * src/selective_download.h
11770                 fix assorted mix of allocation errors (should solve
11771                 problem reported by Philippe Gramoullé, see:
11772                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11773
11774 2002-06-20 [melvin]     0.7.8claws10
11775
11776         * tools/gpg-sign *REMOVED*
11777           tools/gpg-sign-syl *ADDED*
11778                 Replaced the gpg clearsigning script with the version using
11779                 xterm instead of ssh-askpass and changed its name.
11780
11781         * README.claws
11782                 Updated actions example to reflect the renaming of the
11783                 gpg clearsigning script.
11784
11785 2002-06-19 [paul]       0.7.8claws9
11786
11787         * sync with 0.7.8claws9
11788                 see ChangeLog 2002-06-18 and 2002-06-19
11789
11790 2002-06-19 [paul]       0.7.8claws8
11791
11792         * sync with 0.7.8cvs1
11793                 see ChangeLog 2002-06-18
11794
11795 2002-06-18 [alfons]     0.7.8claws7
11796
11797         * src/mainwindow.h
11798                 add omitted prototype
11799
11800 2002-06-17 [paul]       0.7.8claws6
11801
11802         * src/mainwindow.c
11803                 fix hiding of exec_btn
11804
11805 2002-06-17 [paul]       0.7.8claws5
11806
11807         * src/pop.c
11808                 remove unneeded code: should_delete() 
11809                 and Pop3State::uidl_todelete_list
11810
11811 2002-06-17 [paul]       0.7.8claws4
11812
11813         * sync with 0.7.8
11814                 see ChangeLog 2002-06-11 and 2002-06-13
11815
11816 2002-06-16 [alfons]     0.7.8claws3
11817         
11818         * src/folder.c
11819                 make sure lock sort mode (claws specific) is
11820                 also persists after a tree rescan
11821
11822 2002-06-16 [alfons]     0.7.8claws2
11823
11824         * src/prefs_folder_item.c
11825         * src/folder.[ch]
11826                 fix persistence of folder sort mode (broken
11827                 by adapting Hiro's new folder persistence code)
11828
11829 2002-06-16 [alfons]     0.7.8claws1
11830
11831         * AUTHORS
11832         * src/logwindow.c
11833         * src/prefscommon.[ch]
11834                 control size of log text in log window; 
11835                 closes patch #569155 submitted by Mitko Haralanov.
11836
11837 2002-06-15 [paul]       0.7.8claws
11838
11839         * release of 0.7.8claws
11840
11841 2002-06-15 [paul]       0.7.7claws
11842
11843         * po/pt_BR.po
11844                 updated by Fabio Junior Beneditto
11845
11846 2002-06-14 [paul]       0.7.6claws49
11847
11848         * po/es.po
11849                 updated by Ricardo Mones Lastra
11850
11851 2002-06-14 [paul]       0.7.6claws48
11852
11853         * po/nl.po
11854                 updated translation by Wilbert Berendsen
11855
11856 2002-06-14 [melvin]     0.7.6claws47
11857
11858         * po/fr.po
11859                 Updated French translation
11860
11861 2002-06-13 [paul]       0.7.6claws46
11862
11863         * src/filesel.c
11864                 allow filename to be typed in, rather than just
11865                 selected by the mouse. Patch by Gustavo Noronha Silva.
11866
11867 2002-06-13 [alfons]     0.7.6claws45
11868
11869         * src/mainwindow.[ch]
11870                 more cleanups (removing unnecessary menu items Expand 
11871                 summary / message view)
11872
11873 2002-06-13 [melvin]     0.7.6claws44
11874
11875         * po/POTFILES.in
11876                 Added src/string_match.c
11877         * src/string_match.c
11878                 Fixed possible buffer overflow.
11879                 Corrected typo.
11880                 Added missing config.h header.
11881         * src/prefs_common.c
11882           src/prefs_matcher.c
11883           src/prefs_scoring.c
11884                 Made some strings translatable (missing _(..)).
11885
11886 2002-06-13 [melvin]     0.7.6claws43
11887
11888         * README.claws
11889                 Corrected action example (verifying clearsigned mail).
11890         * src/prefs_account.c
11891                 Corrected typo.
11892         * src/prefs_common.c
11893                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11894
11895 2002-06-12 [alfons]     0.7.6claws42
11896
11897         * src/summaryview.c
11898                 add init of score column lost in 0.7.6claws42
11899
11900 2002-06-12 [paul]       0.7.6claws41
11901
11902         * src/prefs_account.c
11903                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11904                 behavior of the radio buttons, (from 0.7.7cvs2)
11905
11906 2002-06-11 [alfons]     0.7.6claws40
11907
11908         * src/messageview.[ch]
11909         * src/summaryview.[ch]
11910         * src/summary_search.c
11911         * src/mainwindow.c
11912                 perform a sync to bring in Hiro's separate view implementation 
11913
11914                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11915
11916 2002-06-11 [paul]       0.7.6claws39
11917         
11918         * src/prefs_account.c
11919                 correct a typo on the Receive tab
11920
11921 2002-06-10 [match]      0.7.6claws38
11922
11923         * src/addressbook.c
11924                 Included address completion patch from Gustavo Noronha.
11925
11926 2002-06-10 [paul]       0.7.6claws37
11927
11928         * src/inc.[ch]
11929           src/pop.c
11930           src/prefs_account.[ch]
11931           src/selective_download.[ch]
11932                 apply PATCH #561712
11933                  NEW:
11934                 - check if POP Account
11935                 - Receive Button renamed to Preview
11936                 - Preview Button Popup: preview new/all messages
11937                 - Download Button
11938                 - Account Preferences-->Receive tab checkbutton if you
11939                   want to remove Mail after Download
11940                 -: default YES
11941                 - Account Preferences-->Receive tab checkbutton use
11942                   filtering rules on preview
11943                   (think of delete_on_server)
11944                 -: default YES
11945                 - Account selectable from SD dialog
11946                 - checkbutton to show already downloaded messages if
11947                   all messages are previewed
11948                 - new clist column showing Date
11949                 - ESC KEY close
11950                 FIXES:
11951                 - play ball with UIDL
11952                 - fault tolerant (?) 
11953                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11954
11955 2002-06-10 [melvin]     0.7.6claws36
11956
11957         * README.claws
11958                 Added a hint to ac/README in cvs instructions.
11959
11960         * src/prefs_actions.c
11961                 Made it possible to use a more elaborate command line
11962                 for asynchronous actions, too.
11963
11964 2002-06-10 [melvin]     0.7.6claws35
11965         
11966         * src/prefs_actions.c
11967                 Make it possible to use a more elaborate command line
11968                 (e.g. |foo|bar|cat>there;echo Done|)
11969                 Corrected error message when calling %f, %F and %p commands
11970                 from the compose window.
11971
11972 2002-06-09 [colin]      0.7.6claws34
11973
11974         * src/summaryview.c
11975                 Automatically find unread messages in current folder
11976                 before annoying the user.
11977
11978 2002-06-08 [alfons]     0.7.6claws33
11979
11980         * po/it.po
11981                 remove bad formatting string in it.po translation
11982                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11983
11984 2002-06-08 [paul]       0.7.6claws32
11985
11986         * sync with 0.7.6cvs25
11987                 see ChangeLog 2002-06-07
11988
11989 2002-06-05 [paul]       0.7.6claws31
11990
11991         * src/mainwindow.c
11992                 add 'Sort by locked' and 'Sort by score'
11993
11994 2002-06-05 [paul]       0.7.6claws30
11995
11996         * sync with 0.7.6cvs24
11997                 see ChangeLog 2002-06-04
11998
11999 2002-06-04 [paul]       0.7.6claws29
12000
12001         * po/pt_BR.po
12002                 updated by Fabio Junior Beneditto
12003
12004 2002-06-03 [thorsten]   0.7.6claws28
12005
12006         * src/matcher.c
12007                 fclose() matcherrc after reading
12008
12009 2002-06-03 [paul]       0.7.6claws27
12010
12011         * sync with 0.7.6cvs21
12012                 see ChangeLog 2002-05-31
12013
12014 2002-05-31 [paul]       0.7.6claws26
12015
12016         * sync with 0.7.6cvs20
12017                 see ChangeLog 2002-05-29 and 2002-05-30
12018
12019 2002-05-31 [paul]       0.7.6claws25
12020
12021         * src/imap.c
12022                 hopefully fix last buggy sync
12023
12024         * README.claws
12025                 correct typo in 'Actions' examples
12026
12027 2002-05-29 [paul]       0.7.6claws24
12028
12029         * sync with 0.7.6cvs18
12030                 see ChangeLog 2002-05-28 and 2002-05-29
12031
12032         * src/news.c
12033           src/nntp.[ch]
12034                 sync with above 
12035
12036 2002-05-28 [paul]       0.7.6claws23
12037
12038         * sync with 0.7.6cvs16
12039                 see ChangeLog 2002-05-28
12040
12041 2002-05-27 [thorsten]   0.7.6claws22 
12042
12043         * faq/it/sylpheed-faq-1.html
12044           faq/it/sylpheed-faq-2.html
12045           faq/it/sylpheed-faq-3.html
12046           faq/it/sylpheed-faq.html
12047                 corrected DOS lineendings
12048         * faq/de/sylpheed-faq-1.html
12049           faq/de/sylpheed-faq-2.html
12050           faq/en/sylpheed-faq-1.html
12051           faq/en/sylpheed-faq-2.html
12052           faq/en/sylpheed-faq-3.html
12053           faq/es/sylpheed-faq-1.html
12054           faq/es/sylpheed-faq-2.html
12055           faq/es/sylpheed-faq-3.html
12056           faq/fr/sylpheed-faq-1.html
12057           faq/it/sylpheed-faq-1.html
12058           faq/it/sylpheed-faq-2.html
12059           faq/it/sylpheed-faq-3.html
12060           faq/it/sylpheed-faq.html
12061                 changed ">" to &quot;
12062
12063 2002-05-27 [paul]       0.7.6claws21
12064         
12065         * sync with 0.7.6cvs15
12066                 see ChangeLog 2002-05-27
12067
12068 2002-05-27 [paul]       0.7.6claws20
12069
12070         * src/prefs_account.c
12071                 correct a typo
12072
12073 2002-05-26 [paul]       0.7.6claws19
12074
12075         * tools/README
12076                 correct a typo
12077
12078 2002-05-25 [paul]       0.7.6claws18
12079
12080         * tools/README
12081                 add description of kmail2sylpheed.pl
12082
12083 2002-05-25 [paul]       0.7.6claws17
12084
12085         * tools/kmail2sylpheed.pl       ** NEW FILE **
12086                 perl script that converts an exported Kmail address
12087                 book, converts it to sylpheed addressbook file,
12088                 writes the file to .sylpheed, and updates
12089                 addrbook--index.xml 
12090
12091 2002-05-25 [paul]       0.7.6claws16
12092
12093         * sync with 0.7.6cvs14
12094                 see ChangeLog 2002-05-23
12095
12096 2002-05-24 [paul]       0.7.6claws15
12097
12098         * README.claws
12099                 make a correction and add some more info
12100
12101 2002-05-24 [paul]       0.7.6claws14
12102
12103         * src/compose.c
12104                 fix memory leak in 
12105                 compose_redirect_write_headers_from_headerlist()
12106                 add Subject and Resent-Message-ID to
12107                 compose_redirect_write_headers()
12108                 Received, Subject, and X-UIDL are filtered out in 
12109                 compose_redirect_write_to_file()
12110
12111 2002-05-23 [paul]       0.7.6claws13
12112
12113         * src/compose.[ch]
12114           src/filtering.c
12115           src/mainwindow.c
12116           src/matcher.[ch]
12117           src/matcher_parser_lex.l
12118           src/matcher_parser_parse.y
12119           src/prefs_common.[ch]
12120           src/prefs_filtering.c
12121           src/summaryview.c
12122                 rename 'Bounce' to 'Redirect'
12123
12124 2002-05-23 [paul]       0.7.6claws12
12125
12126         * more sync with 0.7.6cvs13
12127           src/compose.c
12128                 see ChangeLog 2002-05-22
12129
12130 2002-05-22 [paul]       0.7.6claws11
12131
12132         * sync with 0.7.6cvs13
12133           src/codeconv.c
12134                 see ChangeLog 2002-05-20
12135           src/prefs_common.c
12136                 see ChangeLog 2002-05-22
12137
12138 2002-05-21 [melvin]     0.7.6claws10
12139
12140         * src/folderview.c
12141                 Added missing filtering and scoring headers
12142                 Fixed bad function call that showed garbage 
12143                 in Folder->Processing
12144
12145 2002-05-21 [paul]       0.7.6claws9
12146
12147         * tools/Makefile.am
12148                 make all tools executable, (patch by Alfons).
12149
12150 2002-05-20 [alfons]     0.7.6claws8
12151
12152         * src/procheader.c
12153                 don't forget to call mktime() so we have a valid week 
12154                 and year day
12155                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12156
12157 2002-05-20 [paul]       0.7.6claws7
12158
12159         * src/html.c
12160                 fix broken parsing of urls
12161         * src/textview.c
12162                 fix displaying of urls
12163
12164                 both fixes from the patch [547855] by Eugene 
12165                 Brevdo (zonem)
12166
12167 2002-05-19 [alfons]     0.7.6claws6
12168
12169         * configure.in
12170                 make sylpheed configure correctly with the latest
12171                 and greatest of automake / autoconf / gettext
12172
12173 2002-05-19 [alfons]     0.7.6claws5
12174
12175         * src/procheader.c
12176         * src/procheader.h
12177                 add function for returning ime zone offset
12178         * src/quote_fmt.c
12179         * src/quote_fmt_parse.y
12180                 better quotation formatting - does not convert
12181                 to local time, but uses the original date string.
12182                 
12183                 Note: %z inserts the timezone offset (should 
12184                 work also on platforms where strftime does not
12185                 support %z).
12186
12187 2002-05-18 [christoph]  0.7.6claws4
12188
12189         * src/summaryview.c
12190                 fix indentation of some code
12191         * tools/Makefile.am
12192                 fix spaces after \
12193         * src/Makefile.am
12194                 add missing \
12195                 correct path for ignorethread.xpm
12196                 incorrect filename for sylpheed_logo.xpm
12197                 add missing include matcher_parser_parse.h
12198
12199 2002-05-18 [paul]       0.7.6claws3
12200
12201         * sync with 0.7.6cvs8
12202                 see ChangeLog 2002-05-16 and 2002-05-17
12203
12204 2002-05-18 [melvin]     0.7.6claws2
12205
12206         * README.claws
12207                 Corrected an action's definition and fixed some misspellings.
12208
12209 2002-05-18 [paul]       0.7.6claws1
12210
12211         * tools/Makefile.am
12212           tools/gpg-sign        ** new file **
12213           tools/uudec           ** new file **
12214                 add Melvin's Actions scripts
12215
12216         * README.claws
12217                 add Melvin's descriptions for Actions
12218
12219 2002-05-18 [paul]       0.7.6claws
12220
12221         * Version 0.7.6claws released
12222
12223 2002-05-17 [paul]       0.7.5claws32
12224
12225         * po/es.po
12226                 updated by Ricardo Mones Lastra
12227
12228 2002-05-17 [paul]       0.7.5claws31
12229
12230         * src/compose.c
12231                 fix Account prefs default folder for sent/draft/deleted
12232                 messages bug
12233
12234         * po/it.po
12235           po/nl.po
12236                 updated translation by Alessandro Maestri and
12237                 Wilbert Berendsen
12238
12239 2002-05-17 [melvin]     0.7.5claws30
12240
12241         * src/prefs_actions.c
12242                 Fixed bug where using %F not at the end of the command 
12243                 resulted in an additional empty argument being created.
12244                 Thanks to Darko Koruga for reporting the bug.
12245
12246 2002-05-17 [melvin]     0.7.5claws29
12247
12248         * po/fr.po
12249                 Updated French translations.
12250
12251 2002-05-15 [paul]       0.7.5claws28
12252         
12253         * po/es.po
12254                 updated by Ricardo Mones Lastra
12255
12256 2002-05-15 [paul]       0.7.5claws27
12257
12258         * sync with 0.7.6cvs4
12259                 see ChangeLog 2002-05-14 and 2002-05-15
12260
12261 2002-05-14 [paul]       0.7.5claws26
12262
12263         * sync with 0.7.6cvs1
12264                 see ChangeLog 2002-05-13
12265
12266 2002-05-13 [thorsten]   0.7.5claws25
12267
12268         * src/messageview.c
12269                 fix select_all and copy in multipart messages
12270         * src/mainwindow.c
12271                 fix select_all and copy in multipart messages
12272
12273 2002-05-12 [paul]       0.7.5claws24
12274
12275         * src/summaryview.c
12276                 reverse last commit, bug already fixed in 0.7.5claws3
12277
12278 2002-05-12 [netztorte]  0.7.5claws23
12279
12280         * src/summaryview.c
12281                 dont parse empty addressbook (checked in before claws20)
12282
12283 2002-05-12 [melvin]     0.7.5claws22
12284
12285         * src/procmsg.[ch]
12286                 Removed unneeded priority code introduced by the previous 
12287                 commit.
12288
12289 2002-05-12 [melvin]     0.7.5claws21
12290
12291         * src/compose.[ch]
12292                 Added possibility to set message's priority.
12293         * src/procmsg.[ch]
12294                 Added possibility to set message's priority.
12295                 Added missing headers
12296
12297 2002-05-12 [melvin]     0.7.5claws20
12298
12299         * src/prefs_actions.c
12300                 Removed implicitely added quotes around the name
12301                 of the temporary files of mime parts.
12302
12303 2002-05-12 [paul]       0.7.5claws19
12304
12305         * sync with 0.7.5cvs20
12306                 see ChangeLog 2002-05-11
12307
12308 2002-05-12 [alfons]     0.7.5claws18
12309
12310         * src/quote_fmt_lex.l
12311         * src/quote_fmt_parse.y
12312                 allow quote / reply date & time format to be set using
12313                 %D{format}. format is a format string you'd pass to
12314                 strftime() (see man strftime, or the Display tab |
12315                 Date format setting).
12316
12317                 Currently %D converts the date to local time. 
12318
12319 2002-05-11 [paul]       0.7.5claws17
12320
12321         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12322                 see ChangeLog 2002-05-10 and 2002-05-11
12323
12324 2002-05-10 [paul]       0.7.5claws16
12325
12326         * sync with 0.7.5cvs16
12327                 see ChangeLog entries 2002-05-09 and 
12328                 2002-05-10
12329
12330 2002-05-10 [colin]      0.7.5claws15
12331
12332         * src/textview.c
12333                 Corrected a bug that prevented sylpheed to open
12334                 double-clicked URIs.
12335
12336 2002-05-09 [paul]       0.7.5claws14
12337
12338         * sync with 0.7.5cvs14
12339                 see ChangeLog 2002-05-08 and 2002-05-09
12340
12341 2002-05-08 [paul]       0.7.5claws13
12342
12343         * sync with 0.7.5cvs11
12344                 see ChangeLog entry 2002-05-08
12345
12346 2002-05-08 [paul]       0.7.5claws12
12347
12348         * src/mainwindow.c
12349           src/textview.[ch]
12350                 fix segfault on View->Open in new window
12351                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12352
12353 2002-05-07 [paul]       0.7.5claws11
12354
12355         * sync with 0.7.5cvs9
12356                 see ChangeLog entry 2002-05-07
12357
12358 2002-05-06 [paul]       0.7.5claws10
12359
12360         * src/messageview.c
12361           src/textview.c
12362                 display url in statusbar on single-click
12363                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12364
12365 2002-05-06 [match]      0.7.5claws9
12366
12367         * src/addritem.[ch]
12368                 new functions.
12369         * src/addrcache.c
12370                 tidy up.
12371         * src/xmlprops.[ch]
12372                 XML implementation of properties file.
12373         * src/exporthtml.[ch]
12374         * src/expthtmldlg.[ch]
12375         * src/addressbook.c
12376                 export to HTML.
12377
12378 2002-05-02 [sergey]     0.7.5claws8
12379
12380         * src/mainwindow.c (mainwin_entries),
12381           src/prefs_common.c (prefs_send_create()),
12382           src/codeconv.c (locale_table):
12383                 use charset name "Windows-1251" instead of "CP1251".
12384
12385 2002-05-02 [colin]      0.7.5claws7
12386         
12387         * src/compose.c
12388           src/prefs_common.c
12389           src/prefs_folder_item.c
12390                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12391
12392 2002-05-02 [hiro]       0.7.5claws6
12393
12394         * src/imap.c
12395                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12396
12397 2002-05-02 [paul]       0.7.5claws5
12398
12399         * src/compose.c
12400                 more sync with 0.7.5cvs7, see ChangeLog entry
12401                 2002-05-02
12402
12403 2002-05-02 [hiro]       0.7.5claws4
12404
12405         * src/compose.c
12406                 compose_queue_sub():
12407                 check if queue folder exists (closes #550397).
12408                 removed directory creation since it should be handled
12409                 transparently.
12410         * src/imap.c
12411                 imap_add_msg(): return UID for appended message
12412                 (closes #548842).
12413
12414 2002-04-30 [paul]       0.7.5claws3
12415
12416         * src/summaryview.c
12417                 fix account_find_from_address() bug
12418
12419 2002-04-28 [colin]      0.7.5claws2
12420
12421         * src/compose.c
12422           src/textview.c
12423           src/prefs_common.[ch]
12424           src/utils.[ch]
12425                 Added user-definable quotation characters recognition.
12426
12427 2002-04-28 [paul]       0.7.5claws1
12428
12429         * sync with 0.7.5cvs4
12430                 see ChangeLog entry  2002-04-25
12431
12432 2002-04-28 [paul]       0.7.5claws
12433
12434         * po/es.po
12435           po/nl.po
12436           po/pt_BR.po
12437                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12438                 Fabio Junior Beneditto
12439
12440 2002-04-27 [jens]       0.7.4claws103
12441
12442         * po/de.po
12443                 updated German translation.
12444
12445 2002-04-27 [hiro]       0.7.4claws102
12446
12447         * src/summaryview.c
12448                 summary_write_cache(): fixed the mark loss of hidden messages.
12449
12450 2002-04-26 [melvin]     0.7.4claws101
12451
12452         * src/procmsg.c
12453                 fixed a second typo (same one)
12454         * po/fr.po
12455           po/it.po
12456           po/pt_BR.po
12457                 fixed the type again...
12458
12459 2002-04-26 [melvin]     0.7.4claws100
12460
12461         * src/procmsg.c
12462                 fixed a typo in an alert message ("temorary").
12463         * po/it.po
12464         * po/pt_BR.po
12465                 corrected the typo  described above.
12466         * po/fr.po
12467                 updated French translation.
12468
12469 2002-04-26 [darko]      0.7.4claws99
12470
12471         * src/summaryview.c
12472                 fix target folder colorization
12473
12474 2002-04-25 [paul]       0.7.4claws98
12475
12476         * po/it.po
12477                 updated by Alessandro Maestri
12478
12479 2002-04-24 [colin]      0.7.4claws97
12480         
12481         * src/compose.c
12482                 Fixed double "subject is empty" question.
12483
12484 2002-04-23 [colin]      0.7.4claws96
12485         
12486         * src/mimeview.c
12487                 Corrected issue when "automatically display images" was
12488                 not set : first image remained after selecting second.
12489
12490 2002-04-23 [melvin]     0.7.4claws95
12491
12492         * src/prefs_actions.c
12493                 Don't display in/out dialog if there is nothing to show.
12494
12495 2002-04-23 [paul]       0.7.4claws94
12496
12497         * sync with 0.7.5cvs3
12498                 bug fixes: see ChangeLog entry 2002-04-23
12499
12500 2002-04-22 [darko]      0.7.4claws93
12501
12502         * src/compose.c
12503                 fix previous check-in which changed code after
12504                 merge from main
12505
12506 2002-04-22 [paul]       0.7.4claws92
12507
12508         * faq/de/*
12509                 add German FAQ
12510         * faq/en/*
12511           faq/es/*
12512           faq/fr/*
12513                 update English, Spanish and French FAQs
12514         * manual/de/*
12515           manual/es/*
12516                 add German and Spanish manuals
12517         * manual/en/*
12518           manual/fr/*
12519                 update English and French manuals
12520
12521         * src/Makefile.am
12522                 add to and re-arrange the pixmap entries
12523
12524 2002-04-22 [darko]      0.7.4claws91
12525
12526         * src/compose.c
12527                 fix sender initials recognition to only allow
12528                 '>' after the initials
12529
12530 2002-04-21 [paul]       0.7.4claws90
12531
12532         * sync with 0.7.5 release
12533                 see ChangeLog entry 2002-04-21
12534
12535 2002-04-21 [alfons]
12536
12537         * src/Makefile.am
12538                 add colin's new pixmaps to EXTRA_DIST
12539
12540 2002-04-21 [colin]      0.7.4claws89
12541         * src/compose.c
12542         * src/inc.c
12543         * src/mainwindow.[ch]
12544         * src/prefs_common.[ch]
12545         * src/stock_pixmap.[ch]
12546                 Added "Work offline" ability.
12547
12548 2002-04-21 [colin]      0.7.4claws88
12549         
12550         * src/mimeview.c
12551         * src/prefs_common.c
12552         * src/prefs_common.h
12553         * src/textview.c : Added an option to common preferences -> display
12554           to allow user not to automatically display images.
12555
12556 2002-04-21 [paul]       0.7.4claws87
12557
12558         * sync with 0.7.4cvs52
12559                 see ChangeLog entry 2002-04-21 (src/imap.c)
12560
12561 2002-04-21 [paul]       0.7.4claws86
12562
12563         * sync with 0.7.4cvs51
12564                 see ChangeLog entry 2002-04-21
12565
12566 2002-04-21 [paul]       0.7.4claws85
12567
12568         * sync with 0.7.4cvs49
12569                 see ChangeLog entries 2002-04-20 and 2002-04-21
12570
12571         * src/Makefile.am
12572                 clean up: remove old 'stock_' element from xpm 
12573                 filenames.
12574
12575 2002-04-21 [alfons]     0.7.4claws84
12576
12577         apply sync patch from Paul
12578
12579         * src/folderview.c
12580                 use old claws prefs_folder_item_create() for now
12581
12582 2002-04-19 [match]      0.7.4claws83
12583
12584         * src/addressbook.[ch]
12585         * src/addrharvest.[ch]
12586         * src/addrgather.[ch]
12587                 recurse folders.
12588         * src/mainwindow.c
12589         * src/summaryview.[ch]
12590                 change menu option.
12591
12592 2002-04-19 [paul]       0.7.4claws82
12593
12594         * po/pt_BR.po
12595                 updated by Fabio Junior Beneditto
12596
12597 2002-04-14 [alfons]     0.7.4claws81
12598
12599         * src/passphrase.c
12600                 add #include <sys/types.h> for mode_t and off_t 
12601
12602 2002-04-13 [paul]       0.7.4claws80
12603         
12604         * src/main.c
12605           src/passphrase.[ch]
12606           src/pgptext.c
12607           src/prefs_common.[ch]
12608           src/rfc2015.c
12609                 enable storing of GnuPG passphrase for the whole 
12610                 session or a user-defined number of minutes. patch 
12611                 submitted by Ravemax <ravemax@dextrose.com>
12612
12613 2002-04-13 [alfons]     0.7.4claws79
12614
12615         * src/textview.c
12616                 make email parser also stop scanning when encountering separators
12617                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12618
12619 2002-04-13 [paul]       0.7.4claws78
12620
12621         * sync with 0.7.4cvs39
12622                 see ChangeLog entry 2002-04-12
12623
12624 2002-04-11 [paul]       0.7.4claws77
12625
12626         * sync with 0.7.4cvs37
12627                 see ChangeLog entry 2002-04-11
12628
12629 2002-04-11 [paul]       0.7.4claws76
12630
12631         * COPYING 
12632                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12633                 the clause for OpenSSL). sync with sylpheed main
12634
12635 2002-04-09 [melvin]     0.7.4claws75
12636
12637         * src/compose.c
12638                 Made 'Ctrl-Enter' on send ignore some modifiers 
12639                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12640                 to bind other *-Enter (but not Alt-Enter).
12641
12642 2002-04-09 [paul]       0.7.4claws74
12643
12644         * sync with 0.7.4cvs35
12645                 see ChangeLog entries 2002-04-09
12646
12647 2002-04-08 [paul]       0.7.4claws73
12648
12649         * sync with 0.7.4cvs33
12650                 see ChangeLog entry 200-04-08
12651
12652 2002-04-07 [match]      0.7.4claws72
12653
12654         * src/addrharvest.[ch]
12655                 fixed to read all addresses in header, regardless
12656                 of header size. improved name parsing. accommodate
12657                 harvest from folders and selected message.
12658         * src/addritem.[ch]
12659                 included new address parsing function.
12660         * src/addrgather.[ch]
12661         * src/addressbook.[ch]
12662         * src/summaryview.[ch]
12663         * src/mainwindow.c
12664                 allow address harvest of folder as well as selected
12665                 messages.
12666
12667 2002-04-07 [paul]       0.7.4claws71
12668
12669         * src/esmtp.[ch]
12670           src/smtp.c
12671                 don't try to authenticate with CRAM-MD5 in SMTP when 
12672                 SMTP-AUTH enabled if MTA doesn't issue this 
12673                 auth-method in it's ehlo-response. bug item #531364,
12674                 patch item #938910. patch submitted by Colin Leroy 
12675                 <colin@colino.net>
12676
12677 2002-04-07 [paul]       0.7.4claws70
12678
12679         * src/nntp.c
12680                 fix missing MODE_READER bug. patch submitted by
12681                 Colin Leroy <colin@colino.net>
12682
12683 2002-04-07 [alfons]     0.7.4claws69
12684
12685         * src/matcher.[ch]
12686         * src/prefs_filtering.c
12687         * src/summaryview.c
12688                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12689                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12690
12691 2002-04-07 [paul]       0.7.4claws68
12692
12693         * sync with 0.7.4cvs32
12694                 see ChangeLog entry 2002-04-06
12695
12696         * tools/filter_conv.pl
12697                 more bug fixes
12698
12699 2002-04-06 [paul]       0.7.4claws67
12700
12701         * tools/filter_conv.pl
12702                 modify to be able to find the name of the first
12703                 mailbox and use that. main's filter does not
12704                 record the full path to the mailbox and therefore
12705                 can only filter to the first mailbox.
12706
12707 2002-04-05 [paul]       0.7.4claws66
12708
12709         * tools/filter_conv.pl
12710                 attempt to make the script all-encompassing and
12711                 be able to convert any main 'filter' rule thrown
12712                 at it
12713
12714 2002-04-05 [paul]       0.7.4claws65
12715
12716         * tools/filter_conv.pl
12717                 allow for collapsed folder trees
12718
12719 2002-04-05 [paul]       0.7.4claws64
12720
12721         * sync with 0.7.4cvs31
12722                 see ChangeLog entries 2002-04-05
12723
12724 2002-04-03 [paul]       0.7.4claws63
12725
12726         * sync with 0.7.4cvs29
12727                 see ChangeLog entries 2002-04-02 and 2002-04-03
12728
12729 2002-04-02 [paul]       0.7.4claws62
12730
12731         * sync with 0.7.4cvs26
12732                 see ChangeLog entry 2002-04-01
12733
12734 2002-04-02 [match]      0.7.4claws61
12735
12736         * src/pine.[ch]
12737         * src/importpine.[ch]
12738         * src/addressbook.c
12739                 import Pine address book.
12740
12741 2002-04-02 [match]      0.7.4claws60
12742
12743         * src/addrharvest.[ch]
12744                 improve address parsing of funky addresses.
12745
12746 2002-04-02 [darko]      0.7.4claws59
12747
12748         * src/compose.c
12749                 wrap on send improvements, it now recognizes quoted
12750                 initials as part of the quotation string, and it
12751                 does not join lines separated by CR
12752
12753 2002-04-01 [match]      0.7.4claws58
12754
12755         * src/mgutils.[ch]
12756                 added new functions.
12757         * src/mutt.[ch]
12758                 remove excessive duplicate address generation
12759                 on import.
12760
12761 2002-04-01 [alfons]     0.7.4claws57
12762         
12763         * src/summaryview.c
12764                 put back g_free() 
12765
12766 2002-04-01 [paul]       0.7.4claws56
12767
12768         * sync with 0.7.4cvs25
12769                 see ChangeLog entry 2002-04-01
12770
12771 2002-04-01 [alfons]     0.7.4aprilfool55
12772
12773         * src/summaryview.c
12774                 honour feature request item #537427 to allow for
12775                 displaying names from address book for sent mail also
12776
12777 2002-03-29 [paul]       0.7.4claws54
12778
12779         * src/mainwindow.c
12780           src/prefs_filtering.[ch]
12781           src/prefs_matcher.c
12782           src/summaryview.c
12783                 add 'fast filter' for claws' filtering,
12784                 /Tools/Create filter rule/... patch submitted
12785                 by Neill Miller <neillm@thecodefactory.org>
12786
12787 2002-03-29 [paul]       0.7.4claws53
12788
12789         * sync with 0.7.4cvs24
12790                 see ChangeLog entry 2002-03-29
12791
12792 2002-03-28 [paul]       0.7.4claws52
12793
12794         * sync with 0.7.4cvs23
12795                 see ChangeLog entry 2002-03-28
12796
12797 2002-03-27 [melvin]     0.7.4claws51
12798
12799         * src/prefs_actions.c
12800                 Added support to pass only one message part (as a
12801                 file) to the command using '%p'. No quotes are needed
12802                 because doubles quotes are automatically added.
12803                 Fixed bug where Sylpheed could block when waiting for
12804                 a child process to finish.
12805                 Changed the help menu to remove quotes around symbols to 
12806                 avoid misinterpretation (they must not be used).
12807
12808 2002-03-27 [melvin]     0.7.4claws50
12809
12810         * src/inc.c
12811                 Made the new mail notification command always 
12812                 execute asynchronously.
12813
12814 2002-03-27 [paul]       0.7.4claws49
12815
12816         * src/compose.c
12817                 fix bug introduced in last commit
12818
12819 2002-03-27 [paul]       0.7.4claws48
12820
12821         * sync with 0.7.4cvs21
12822                 see ChangeLog 2002-03-26 and 2002-03-27
12823
12824 2002-03-26 [hoa]        0.7.4claws47
12825
12826         * src/prefs_folder_item.c
12827                 really fixed the bug #516442 with folder rescan.
12828
12829 2002-03-26 [paul]       0.7.4claws46
12830
12831         * sync with 0.7.4cvs19
12832                 see ChangeLog entries 2002-03-25 and 2002-03-26
12833
12834 2002-03-25 [hoa]        0.7.4claws45
12835
12836         * src/matcher.c
12837         * src/mh.c
12838                 fix the bug #516442 with folder rescan.
12839
12840         * src/prefs_common.[ch]
12841         * src/compose.c
12842                 added an option to enable two different behaviours
12843                 for bounce.
12844
12845
12846 2002-03-25 [paul]       0.7.4claws44
12847
12848         * src/mainwindow.c
12849           src/selective_download.c
12850                 correct a few menuitem labels
12851
12852 2002-03-25 [christoph]  0.7.4claws43
12853
12854         * src/procmsg.c
12855                 fix non deleted tmp message in
12856                 procmsg_save_to_outbox
12857                 fix problems caused by sync with
12858                 main branch's procmsg_send_queue
12859
12860 2002-03-25 [paul]       0.7.4claws42
12861
12862         * src/quote_fmt.c
12863           src/quote_fmt_lex.l
12864           src/quote_fmt_parse.y
12865                 add Last name (%L) placeholder for quoting. 
12866                 patch submitted by Thorsten Thielen 
12867                 <thth@users.sourceforge.net>
12868
12869 2002-03-25 [paul]       0.7.4claws41
12870
12871         * src/utils.c
12872                 get full hostname. patch submitted by
12873                 Bob Woodside <rwoodside1@comcast.net>
12874
12875 2002-03-25 [paul]       0.7.4claws40
12876
12877         * src/account.c
12878           src/news.c
12879           src/nntp.[ch]
12880           src/prefs_account.[ch]
12881                 enable NNTP over SSL. patch submitted by
12882                 Pascal Jermini <pascal@infinity.hn.org>
12883
12884 2002-03-24 [paul]       0.7.4claws39
12885
12886         * src/prefs_common.c
12887                 make the arrangement of the Compose tab more
12888                 coherent
12889
12890         * src/mainwindow.c
12891                 fix some irregularities of style
12892
12893         * po/de.po
12894                 updated by Kilian Krause
12895
12896 2002-03-23 [paul]       0.7.4claws38
12897
12898         * po/pt_BR.po
12899                 updated by Fabio Junior Beneditto
12900
12901 2002-03-23 [paul]       0.7.4claws37
12902
12903         * src/mainwindow.c
12904                 move 'Gather addresses' to 'Tools' menu
12905                 make 'Selective download' sensitive
12906
12907 2002-03-23 [paul]       0.7.4claws36
12908
12909         * sync with 0.7.4cvs16
12910                 see ChangeLog entries 2002-03-23
12911
12912 2002-03-22 [christoph]  0.7.4claws35
12913
12914         * src/quote_fmt_parse.y
12915                 fix include program output
12916
12917 2002-03-22 [alfons]     0.7.4claws34
12918
12919         * src/pop.c
12920                 initialize GDate stack variable correctly (sorry!)
12921
12922 2002-03-22 [paul]       0.7.4claws33
12923
12924         * src/compose.c
12925           src/mainwindow.c
12926           src/prefs_actions.c
12927           src/prefs_common.c
12928                 rename 'Tool' to 'Tools'
12929
12930         * src/mainwindow.c
12931                 move 'Delete duplicated messages' from
12932                 'Message/' to 'Tools/'
12933                 re-arrange the order of 'Tools/' items
12934
12935 2002-03-22 [paul]       0.7.4claws32
12936
12937         * src/addr_compl.c
12938           src/addressbook.[ch]
12939                 auto-address completion now also matches on
12940                 Nickname. patch submitted by Bob Forsman 
12941                 <hammor@users.sourceforge.net>
12942
12943         * src/editaddress.c
12944                 correct a spelling mistake
12945
12946 2002-03-22 [alfons]     0.7.4claws31
12947
12948         * src/pop.c
12949                 fix getting uidl from incorrect string 
12950                 (spotted by Colin)
12951
12952 2002-03-21 [alfons]     0.7.4claws30
12953
12954         * src/pop.c
12955                 more code refactoring
12956                 plug mem leak introduced by delete on server
12957
12958 2002-03-21 [paul]       0.7.4claws29
12959
12960         * sync with 0.7.4cvs11
12961                 see ChangeLog entries 2002-03-20
12962
12963 2002-03-20 [alfons]     0.7.4claws28
12964
12965         * src/inc.c
12966                 apply Colin's patch and refactor
12967
12968 2002-03-20 [paul]       0.7.4claws27
12969
12970         * sync with sylpheed 0.7.4cvs9
12971                 see ChangeLog entry 2002-03-20
12972
12973 2002-03-19 [christoph]  0.7.4claws26
12974
12975         * src/mh.c
12976         * src/procmsg.[ch]
12977         * src/summaryview.c
12978                 revert changes for flag updates
12979                 (does not work correctly and no time to debug)
12980
12981 2002-03-20 [alfons]     0.7.4claws25
12982
12983         * src/pop.c
12984                 refactor should_delete() a little bit 
12985
12986 2002-03-19 [paul]       0.7.4claws24
12987
12988         * src/inc.[ch]
12989           src/pop.c
12990           src/prefs_account.[ch]
12991                 allow the user to leave downloaded mail on the 
12992                 server for n days. Patch submitted by Colin Leroy 
12993                 <colin@colino.net>
12994
12995 2002-02-19 [paul]       0.7.4claws23
12996
12997         * sync with sylpheed 0.7.4cvs8
12998                 see ChangeLog entries 2002-03-19
12999
13000 2002-03-18 [paul]       0.7.4claws22
13001
13002         * sync with sylpheed 0.7.4cvs6
13003                 see ChangeLog entry 2002-03-18
13004
13005 2002-03-18 [paul]       0.7.4claws21
13006
13007         * po/en_GB.po
13008                 add en_GB message catalogue
13009
13010         * src/mbox_folder.c
13011           src/prefs_account.c
13012           src/prefs_actions.c
13013                 correct a few spelling mistakes
13014
13015 2002-03-17 [alfons]     0.7.4claws20
13016
13017         * src/matcher.c
13018                 more stringent checks for NULL params when writing
13019                 filtering actions to a file
13020                 
13021 2002-03-17 [hoa]        0.7.3claws20
13022
13023         * src/news.c
13024                 fixed the count of new messages
13025
13026         * src/compose.c
13027                 fixed the "attachment properties" window
13028
13029 2002-03-17 [paul]       0.7.4claws19
13030
13031         * src/defs.h
13032           src/folder.h
13033           src/news.c
13034           src/prefs_account.[ch]
13035           src/procmsg.[ch]
13036           src/summaryview.c
13037                 automatically mark cross-posted messages as read 
13038                 and (optionally) give them a colour label
13039                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
13040                 
13041
13042 2002-03-17 [paul]       0.7.4claws18
13043
13044         * sync with sylpheed 0.7.4cvs5
13045                 see ChangeLog entry 2002-03-17
13046
13047 2002-03-17 [melvin]     0.7.4claws17
13048         
13049         * src/textview.c
13050                 Worked around a gtktext 'bug': when searching for 
13051                 a text in a long message it was scrolling slowly
13052                 line by line until it hit the searched text.
13053         * po/fr.po
13054                 Updated French translation
13055
13056 2002-03-17 [melvin]     0.7.4claws16
13057
13058         * src/mainwindow.c
13059         * src/compose.c
13060         * src/prefs_actions.c
13061                 Moved "Edit/Actions" to "Tool/Actions"
13062                 Made mainwindow/compose window sensitive as soon as
13063                 no child process is running anymore even if the io dialog
13064                 is open.
13065                 Fixed a struct being initialized with a non constant char*
13066
13067 2002-03-16 [christoph]  0.7.4claws15
13068
13069         * configure.in
13070                 add --with-compiler-flags option
13071                 (only for developer hacking)
13072         * src/mh.c
13073         * src/procmsg.[ch]
13074         * src/summaryview.c
13075                 try to make folder-stats and flag handling more
13076                 independent from the summaryview. msgcounts
13077                 are only set when the folder is opened and
13078                 procmsg_msginfo_(un)set_flags will handle it
13079                 later and summaryview will get the values
13080                 from the folder.
13081
13082 2002-03-16 [paul]       0.7.4claws14
13083
13084         * src/messageview.c
13085                 fix Return-receipt. Patch submitted by Bob
13086                 Woodside <rwoodside1@comcast.net>
13087
13088 2002-03-16 [paul]       0.7.4claws13
13089
13090         * src/compose.c
13091                 fix 'dynamic' signatures, make it work again
13092                 broken during sync on 2002-03-14 (0.7.4claws2)
13093
13094 2002-03-15 [match]      0.7.4claws12
13095
13096         * src/addrharvest.[ch]
13097         * src/addrgather.[ch]
13098         * src/addressbook.[ch]
13099         * src/mainwindow.c
13100                 included address harvester feature. still some
13101                 issues with address parsing that I will fix.
13102
13103 2002-03-15 [match]      0.7.4claws11
13104
13105         * src/addrbook.[ch]
13106         * src/addrcache.[ch]
13107         * src/addressbook.[ch]
13108         * src/addrindex.c
13109         * src/editbook.c
13110         * src/importldif.c
13111         * src/importmutt.c
13112         * src/jpilot.[ch]
13113         * src/main.c
13114         * src/syldap.[ch]
13115         * src/vcard.[ch]
13116                 tidy up. fix memory leaks. moved attribs and methods
13117                 from individual interfaces to addrcache object. prep
13118                 for new stuff to come in.
13119
13120 2002-03-15 [alfons]     0.7.4claws10
13121
13122         * src/matcher.[ch]
13123         * src/matcher_parser_parse.y
13124         * src/matcher_parser_lex.l
13125         * src/prefs_matcher.c
13126                 add filtering conditions message greater than, smaller 
13127                 than, and exactly matching a size in bytes
13128                 (does not work with delete from POP3 server yet)
13129
13130                 this should also give others an idea what you should
13131                 do to add new criterions to claws filtering system
13132                 
13133
13134 2002-03-15 [paul]       0.7.4claws9
13135
13136         * tools/filter_conv.pl
13137                 exit if there are no filter rules to convert
13138                 rename filterrc to filterrc.old after completion
13139
13140 2002-03-15 [paul]       0.7.4claws8
13141
13142         * sync with sylpheed 0.7.4cvs3
13143                 see ChangeLog entry 2002-03-14
13144
13145 2002-03-14 [paul]       0.7.4claws7
13146
13147         * src/compose.c
13148                 clean up the last commit (ahem)
13149
13150 2002-03-14 [paul]       0.7.4claws6
13151
13152         * src/compose.c
13153                 fix bug #515655. honour account preferences
13154                 regarding gpg default signing/encryption when 
13155                 changing account from the compose window.
13156
13157 2002-03-14 [paul]       0.7.4claws5
13158
13159         * src/folderview.c
13160                 remove unnecessary curly brackets
13161
13162 2002-03-14 [paul]       0.7.4claws4
13163
13164         * src/folderview.c
13165           src/prefs_filtering.[ch]
13166                 add filter rename on folder rename and filter
13167                 delete on folder delete. Patch submitted by
13168                 Neill Miller <neillm@thecodefactory.org> 
13169
13170 2002-03-14 [christoph]  0.7.4claws3
13171
13172         * src/procmsg.c
13173         * src/send.c
13174                 fix local delivery
13175                 (patch submitted by "Simon 'corecode' Schubert")
13176         * src/prefs_common.c
13177         * src/procmsg.c
13178                 fix gcc 3.0 warning
13179
13180 2002-03-14 [paul]       0.7.4claws2
13181
13182         * sync with sylpheed 0.7.4cvs2
13183                 see ChangeLog entry 2002-03-13
13184
13185 2002-03-12 [darko]      0.7.4claws1
13186
13187         * src/mainwindow.c
13188                 fix what seems to be a copy and paste error
13189                 when setting color for important messages
13190                 (reported by wwp)
13191
13192 2002-03-11 [paul]       version 0.7.4claws released
13193
13194 2002-03-11 [paul]       0.7.4claws
13195
13196         * po/es.po
13197           po/it.po
13198           po/nl.po
13199           po/pt_BR.po
13200                 update message catalogs. Submitted by Ricardo Mones 
13201                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13202                 Fabio Junior Beneditto
13203
13204         * configure.in
13205           faq/Makefile.am
13206           faq/it/Makefile
13207           faq/it/sylpheed-faq*
13208           src/mainwindow.c
13209           src/manual.[ch]
13210                 add FAQ in Italian
13211         
13212
13213 2002-03-11 [jens]       0.7.3claws7
13214
13215         * po/de.po
13216                 updated German translation
13217
13218 2002-03-11 [melvin]     0.7.3claws6
13219
13220         * po/fr.po
13221                 updated and corrected French translation
13222
13223 2002-03-10 [hoa]        0.7.3claws5
13224
13225         * src/account.c
13226         * src/inc.c
13227         * src/prefs_account.c
13228         * src/procmsg.c
13229         * src/send.[ch]
13230                 fixed the local account.
13231                 you have to change the default "/usr/sbin/sendmail"
13232                 to "/usr/sbin/sendmail -t" in the preferences of
13233                 the local account.
13234
13235         * src/procmime.c
13236                 removed some debug display for renderer
13237
13238 2002-03-10 [paul]       0.7.3claws4
13239
13240         * faq/en/sylpheed-faq-1.html
13241           faq/en/sylpheed-faq-2.html
13242                 update
13243
13244 2002-03-09 [paul]       0.7.3claws3
13245
13246         * sync with sylpheed 0.7.4
13247                 see ChangeLog entry 2002-03-09
13248
13249 2002-03-08 [paul]       0.7.3claws2
13250
13251         * faq/en/sylpheed-faq*
13252           faq/es/sylpheed-faq*
13253           faq/fr/sylpheed-faq*
13254                 update the FAQs
13255
13256         * manual/fr/.cvsignore
13257           manual/fr/Makefilea.am
13258           manual/fr/sylpheed*
13259           src/mainwindow.c
13260           src/manual.[ch]
13261                 add the French manual
13262
13263 2002-03-07 [paul]       0.7.3claws1
13264
13265         * sync with sylpheed 0.7.3cvs4
13266                 see ChangeLog entries  2002-03-06 and 2002-03-07
13267         
13268         * po/nl.po
13269                 updated by Wilbert Berendsen
13270
13271 2002-03-07 [melvin]     0.7.2claws34
13272
13273         * src/selective_download.c
13274                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13275
13276 2002-03-06 [paul]       0.7.2claws33
13277
13278         * sync with sylpheed 0.7.3cvs1
13279                 bug fix, see ChangeLog entry 2002-03-05
13280
13281 2002-03-05 [paul]       0.7.2claws32
13282
13283         * src/mimeview.c
13284           src/pgptext.[ch]
13285           src/procmsg.c
13286                 reverse the pgp ascii-armored code implemented in 
13287                 0.7.2claws16. removal of this code until it matures.
13288                 this means that verifying ascii-armored pgp sigs and
13289                 automatic decryption of ascii-armored encrypted
13290                 messages no longer works.
13291
13292 2002-03-05 [paul]       0.7.2claws31
13293
13294         * configure.in
13295           Makefile.am
13296         * faq/Makefile.am
13297         * faq/en/Makefile.am
13298           faq/en/sylpheed-faq.html
13299           faq/en/sylpheed-faq-1.html
13300           faq/en/sylpheed-faq-2.html
13301           faq/en/sylpheed-faq-3.html
13302         * faq/es/Makefile.am
13303           faq/es/sylpheed-faq.html
13304           faq/es/sylpheed-faq-1.html
13305           faq/es/sylpheed-faq-2.html
13306           faq/es/sylpheed-faq-3.html
13307           faq/es/sylpheed-faq-4.html
13308         * faq/fr/Makefile.am
13309           faq/fr/sylpheed-faq.html
13310           faq/fr/sylpheed-faq-1.html
13311           faq/fr/sylpheed-faq-2.html
13312           faq/fr/sylpheed-faq-3.html
13313         * src/Makefile.am
13314           src/defs.h
13315           src/mainwindow.c
13316           src/manual.[ch]
13317                 add FAQs in English, Spanish and French
13318
13319
13320 2002-03-05 [paul]       0.7.2claws30
13321
13322         * manual/en/sylpheed.html
13323           manual/en/sylpheed-XX.html
13324                 updated the English manual
13325
13326 2002-03-05 [hoa]        
13327
13328         * src/summaryview.c
13329                 dialog box pops up if the article can't be deleted.
13330
13331 2002-03-04 [paul]       
13332         
13333         * po/pt_BR.po
13334                 updated by Fabio Junior Benedito
13335
13336 2002-03-04 [hoa]
13337
13338         * removed ac/gpgme.m4
13339                 to avoid autogen common problem
13340                 developers have to install gpgme development package now
13341
13342         * src/compose.c
13343                 encoding to 7bit or 8bit is enabled.
13344
13345 2002-03-03 [alfons]     0.7.2claws29
13346
13347         * src/pop.c
13348                 merge fix by Oliver Haertel for selective
13349                 download buglet
13350
13351 2002-03-03 [paul]       0.7.2claws28
13352         
13353         * sync with sylpheed 0.7.3
13354
13355 2002-03-03 [paul]       0.7.2claws27
13356
13357         * sync with sylpheed 0.7.2cvs24
13358                 see ChangeLog entries 2002-03-02 and 2002-03-03
13359
13360 2002-03-02 [melvin]     0.7.2claws26
13361
13362         * src/inc.[ch]
13363         * src/main.c
13364         * src/mainwindow.c
13365         * src/prefs_common.[ch]
13366                 Added user definable notification on new mail arrival.
13367                 Removed unused variables in spell checker prefs code.
13368
13369 2002-03-02 [melvin]     0.7.2claws25
13370
13371         * src/quote_fmt.c
13372                 Removed unnecessary escape sequences.
13373                 Changed 'Initial...' to 'Initials of Sender'
13374
13375 2002-03-02 [paul]       0.7.2claws24
13376
13377         * sync with sylpheed 0.7.2cvs22
13378                 see ChangeLog entry 2002-03-01
13379
13380 2002-03-01 [hoa]        0.7.2claws23
13381
13382         * src/mainwindow.c
13383                 Set sensitivity of delete actions to active
13384                 even if the folder is a newsgroup.
13385
13386         * src/summaryview.c
13387                 - Set sensitivity of delete actions
13388                 - Added function check_permission() that will check if the
13389                   user is authorized to delete a message. For news, it
13390                   will check if the author is the same.
13391                 - Enabled deletion when there is no trash folder.
13392
13393         * src/news.[ch]
13394                 - Added news_cancel_article() to cancel articles
13395                 - Implemented news_remove_message() (public function)
13396
13397 2002-03-01 [paul]       0.7.2claws22
13398
13399         * src/gtkutils.c
13400           src/textview.c
13401                 recognise urls that that don't include 'http://' and
13402                 simply begin 'www.' 
13403
13404         * AUTHORS
13405                 remove duplicated name
13406
13407 2002-02-28 [paul]       0.7.2claws21
13408
13409         * src/mainwindow.c
13410           src/summaryview.[ch]
13411                 add ability to 'Select thread'
13412                 combines Melvin's "Select thread's head" patch (#510907)
13413                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13414                 patch (#518514) 
13415
13416 2002-02-28 [paul]       0.7.2claws20
13417
13418         * src/mimeview.c
13419                 hopefully fix segfault on right-clicking a mime part
13420                 that some people have experienced.      
13421                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13422
13423 2002-02-28 [paul]       0.7.2claws19
13424
13425         * sync with sylpheed 0.7.2cvs21
13426                 see ChangeLog entries 2002-02-27 and 2002-02-28
13427
13428 2002-02-27 [paul]       0.7.2claws18
13429
13430         * sync with sylpheed 0.7.2cvs18
13431                 see ChangeLog entries 2002-02-26 and 2002-02-27
13432
13433 2002-02-26 [alfons]     0.7.2claws17
13434
13435         * src/procheader.c
13436                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13437                 (spotted by Chris Hessman <idatech@gmx.net>)
13438
13439 2002-02-26 [paul]       0.7.2claws16
13440
13441         * src/mimeview.c
13442           src/pgptext.[ch]
13443           src/procmsg.c
13444                 make decryption of ascii-armored pgp encrypted messages
13445                 and verification of ascii-armored signatures work again.
13446                 slightly altered from the patch by Jens Jahnke 
13447                 <jan0sch@gmx.net>
13448
13449                 ##FIX ME##
13450                 * the checking of plaintext signatures always comes up in 
13451                   a popup box
13452                 * it doesn't work for multipart messages 
13453                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13454                   including the msg headers and these 2 line themselves, are 
13455                   not displayed
13456
13457         * src/mainwindow.c
13458                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13459                 "View/Message View" becomes "View/Separate Message View"
13460                 because its less ambiguous.
13461
13462         * po/es.po
13463                 updated by Ricardo Mones Lastra
13464
13465 2002-02-26 [paul]       0.7.2claws15
13466
13467         * sync with sylpheed 0.7.2cvs17
13468                 see ChangeLog entries 2002-02-25 and 2002-02-26
13469
13470 2002-02-25 [christoph]  0.7.2claws14
13471
13472         * src/filtering.[ch]
13473         * src/inc.c
13474                 do filtering stuff after all messages have been received
13475                   1. drop all messages to .processing
13476                   2. scan processing folder for messages
13477                   3. filter messages or move to inbox
13478                 this will also find old messages left in processing after
13479                 a crash or something like that and we get a real msginfo
13480                 from folder->get_msg_list and do not have to create our
13481                 own in filter_message
13482         * src/matcher_parser_parse.y
13483                 remove MIX/MAX warning (reordered includes)
13484
13485 2002-02-25 [paul]       0.7.2claws13
13486
13487         * sync with sylpheed 0.7.2cvs15
13488                 see ChangeLog entry 2002-02-24
13489
13490 2002-02-24 [alfons]     0.7.2claws12
13491
13492         * src/filtering.c
13493                 clear old color flags first when applying a new color to
13494                 a message info. 
13495                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13496
13497 2002-02-24 [alfons]     0.7.2.claws11
13498         
13499         * AUTHORS
13500         * src/prefs_common.c
13501                 add presets for Opera and Konqueror, closes patch #517261,
13502                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13503
13504 2002-02-24 [alfons]     0.7.2.claws10
13505
13506         * AUTHORS
13507         * src/summaryview.c
13508                 fix threading for null message ids, closes patch #521601,
13509                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13510
13511 2002-02-24 [alfons]     0.7.2claws9
13512
13513         * src/summaryview.c
13514         * src/filtering.c
13515                 make Tool | Filter Message work with filtering system so
13516                 setting flags also works
13517
13518                 TODO:
13519
13520                 - Processing uses the same function as Tool | Filter
13521                   Message, but doesn't use the same update proc yet
13522
13523 2002-02-23 [paul]       0.7.2claws8
13524
13525         * sync with sylpheed 0.7.2cvs14
13526                 see ChangeLog entries 2002-02-22 and 2002-02-23
13527
13528 2002-02-22 [christoph]  0.7.2claws7
13529
13530         * src/quote_fmt.c
13531                 Add column space to table
13532         * src/quote_fmt_parse.y
13533                 Close files
13534
13535 2002-02-22 [paul]       0.7.2claws6
13536
13537         * src/Makefile.am
13538           src/defs.h
13539           src/filtering.c
13540           src/inc.[ch]
13541           src/mainwindow.c
13542           src/matcher.[ch]
13543           src/matcher_parser_lex.l
13544           src/matcher_parser_parse.y
13545           src/pop.[ch]
13546           src/prefs_account.h
13547           src/prefs_filtering.c
13548           src/selective_download.[ch]   *** NEW FILES ***
13549           src/utils.[ch]
13550           po/POTFILES.in
13551                 Selective Download added to 'Tool' menu. 
13552                 Retrieves email headers of the currently selected pop3 
13553                 account and allows the user to mark emails for deletion 
13554                 right on the pop3 server. Patch submitted by Oliver Haertel 
13555                 <oha@users.sourceforge.net>.
13556         
13557         * po/POTFILES.in
13558                 add 'src/quote_fmt.c'           
13559
13560 2002-02-22 [christoph]  0.7.2claws5
13561
13562         * src/Makefile.am
13563                 added quote_fmt.c
13564         * src/prefs_common.[ch]
13565         * src/prefs_template.c
13566         * src/quote_fmt.c               *** NEW FILE ***
13567         * src/quote_fmt.h
13568                 move quote format symbol description code
13569                 to it's own file because it is used from
13570                 differnent code parts
13571                 Rewrote symbol description GUI
13572                   + use table
13573                   + add separators
13574                   + get data from array (no more long constant strings)
13575         * src/quote_fmt_lex.l
13576         * src/quote_fmt_parse.y
13577                 Symbol for Literal % changed to \% instead of %%
13578                 (More logical as \ is used for quoting for other symbols)
13579                 Add |f and |p to include files and program output
13580                 Examples:
13581                     |f{/home/.../.signature}
13582                     |p{date}
13583         * po/de.po
13584                 Correct wrong spelling for "Referenzen"
13585
13586 2002-02-21 [paul]       0.7.2claws4
13587
13588         * src/procmsg.c
13589                 forgotten during sync
13590
13591 2002-02-21 [paul]       0.7.2claws3
13592
13593         * sync with sylpheed 0.7.2cvs11
13594                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13595                 2002-02-20 and 2002-02-21
13596
13597 2002-02-20 [melvin]     0.7.2claws2
13598
13599         * src/prefs_actions.c
13600                 Added error report when child cannot fork or when execvp 
13601                 returns with an error.
13602
13603 2002-02-19 [christoph]  0.7.2claws1
13604
13605         * src/codeconv.c
13606                 return unconverted text if conde conversion is not possible
13607                 when libjconv is used.
13608                 (patch submitted by "Simon 'corecode' Schubert")
13609
13610 2002-02-19 [paul]       
13611
13612         * version 0.7.2claws release
13613
13614 2002-02-19 [paul]       0.7.2claws
13615
13616         * po/nl.po
13617                 updated by Wilbert Berendsen
13618
13619
13620 2002-02-18 [alfons]     0.7.1claws13
13621
13622         * src/syldap.c
13623         * src/jpilot.c
13624                 remove references to dlfcn and explicitly loading functions
13625                 from dynalink libs, because libs linked anyway, and functions
13626                 are loaded explicitly
13627
13628 2002-02-17 [melvin]     0.7.1claws12
13629
13630         * src/prefs_actions.c
13631                 Replaced children wait loop with double fork technique.
13632                 Now, input/output window updated at each new output.
13633                 free_children(): Fixed a memory leak.
13634                 Made input/output window non closable if running children
13635                 still exist.
13636                 Added missing <unistd.h> include.
13637                 Added some --debug outputs.
13638
13639 2002-02-17 [melvin]     0.7.1claws11
13640
13641         * src/summaryview.c
13642                 Fixed bug where descending sort order did not select top
13643                 message.
13644
13645 2002-02-17 [melvin]     0.7.1claws10
13646
13647         * acconfig.h
13648                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13649         * src/prefs_common.c
13650                 Pspell data package directory no more hard coded but
13651                 set during configuration (PSPELL_PATH). (Thanks to 
13652                                 Gustavo Noronha Silva.)
13653
13654 2002-02-17 [melvin]     0.7.1claws9
13655
13656         * configure.in
13657                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13658         * src/gtkspell.c
13659                 Fixed compile-time warnings.
13660
13661 2002-02-16 [alfons]     0.7.1claws8
13662
13663         * src/filesel.c
13664                 fix inadvertent free of NULL pointer which caused
13665                 sylpheed to crash when closing the save-as dialog
13666                 using the window close button
13667
13668 2002-02-16 [carsten]    0.7.1claws7
13669         * src/mainwindow.[ch]
13670           src/summaryview.c
13671           src/prefs_common.c
13672                 fixes for pixmap theming code:
13673                         - recently changed mail attributes shouldn't get
13674                           lost any longer
13675                         - theme is only reloaded iff another theme was
13676                           selected
13677
13678 2002-02-16 [paul]       0.7.1claws6
13679
13680         * sync with sylpheed 0.7.2 release
13681                 see ChangeLog entry 2002-02-15 and 2002-02-16
13682
13683 2002-02-15 [paul]       0.7.1claws5
13684
13685         * sync with sylpheed 0.7.1cvs9
13686                 see ChangeLog entry 2002-02-15
13687
13688         * po/POTFILES.in
13689                 remove unneeded headerwindow.c entry
13690
13691 2002-02-14 [carsten]    0.7.1claws4
13692         * src/summaryview.c
13693                 fixed a bug for "Go to next unread message": there was
13694                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13695                 in the prefs, because of doing "Search again" instead
13696                 "No"
13697
13698 2002-02-14 [carsten]    0.7.1claws3
13699         * src/stock_pixmap.c
13700                 removed 2 more mem leaks; following memprof,
13701                 this code is "leak free" now :)
13702
13703 2002-02-14 [carsten]    0.7.1claws2
13704         * src/stock_pixmap.c
13705                 used opendir/readdir/closedir instead of scandir
13706                 -> code should work now on Solaris
13707
13708 2002-02-14 [paul]       0.7.1claws1
13709
13710         * sync with sylpheed 0.7.1cvs8
13711                 see ChangeLog entries 2002-02-13 and 2002-02-14
13712
13713         * README.claws
13714                 add some description of Actions and Pixmap Themes
13715
13716 2002-02-13 [paul]       
13717
13718         * version 0.7.1claws release
13719
13720 2002-02-13 [paul]       0.7.1claws
13721
13722         * po/es.po
13723           po/it.po
13724           po/pt_BR.po
13725                 updated translations, submitted by Ricardo Mones Lastra,
13726                 Alessandro Maestri and Fabio Junior Beneditto
13727
13728 2002-02-13 [melvin]     0.7.0claws75
13729
13730         * src/prefs_actions.c
13731                 Added missing "signal.h" include
13732
13733 2002-02-13 [melvin]     0.7.0claws74
13734
13735         * src/prefs_folder_item.c
13736                 Added missing "config.h" include
13737         * po/fr.po
13738                 Updated French translation for folder propriety.
13739
13740 2002-02-13 [jens]       0.7.0claws73
13741
13742         * po/POTFILES.in
13743                 Added missing src/prefs_folder_item.c [log added by melvin]
13744         * po/de.po
13745                 Updated German translation.
13746
13747 2002-02-13 [melvin]     0.7.0claws72
13748
13749         * po/fr.po
13750                 Updated French translation.
13751
13752 2002-02-13 [melvin]     0.7.0claws71
13753
13754         * src/gtkutils.c
13755                 Made gtkut_editable_get_selection return NULL if selection
13756                 is of length zero.
13757                 This fixes a bug where selecting part of message A then
13758                 switching to message B and replying to it will not
13759                 quote the message's body.
13760
13761 2002-02-12 [paul]       0.7.0claws70
13762
13763         * src/mainwindow.c
13764                 cosmetic, relating to pixmap themes: on toolbar make 
13765                 updating of 'Exec' and 'Compose news/Compose email'
13766                 icons faster.
13767
13768 2002-02-12 [carsten]    0.7.0claws69
13769         * src/folderview.c
13770           src/mainwindow.[ch]
13771           src/stock_pixmap.c
13772           src/summaryview.c
13773           src/prefs_common.c
13774                 - refreshing after changing pixmap theme better
13775                   now (thanks Paul)
13776                 - wanted to remove some mem leaks, but alfons was
13777                   faster (and had the better solution ;)
13778
13779 2002-02-12 [alfons]     0.7.0claws68
13780
13781         * src/prefs_common.c
13782         * src/stock_pixmap.[ch]
13783                 plug mem leaks, refactor code a little bit
13784
13785
13786 2002-02-12 [sergey]     0.7.0claws67
13787
13788         * src/imap.c
13789                 Fixed problem with copying messages to IMAP folders when the
13790                 server uses something other than '/' as a namespace separator
13791                 (cyrus-imapd uses '.').
13792
13793 2002-02-12 [jens]       0.7.0claws66
13794
13795         * po/de.po
13796                 Updated German Translation
13797
13798 2002-02-12 [paul]       0.7.0claws65
13799
13800         * sync with sylpheed 0.7.1cvs1
13801                 see ChangeLog entry 2002-02-12
13802
13803 2002-02-12 [melvin]     0.7.0claws64
13804
13805         * src/prefs_actions.c
13806                 Fixed "feature" where children's output was duplicated 
13807                 instead of refreshed while monitoring.
13808                 Removed some debug code.
13809
13810 2002-02-12 [christoph]  0.7.0claws63
13811
13812         * src/compose.c
13813                 always delete message from queue after sending/send error
13814                 (closes bug #509601)
13815
13816 2002-02-12 [melvin]     0.7.0claws62
13817
13818         * src/prefs_actions.c
13819                 Children wait loop is now triggered with a timeout of 1s
13820                 Added %F which is replaced with the list of filenames 
13821                 of all selected messages (as suggested by Ricardo Mones Lestra)
13822                 Pipe syntax changed. Prefix with | to send selection, postfix
13823                 with | to retrieve output. Prefix with > or * to send
13824                 user definable input to the command (*: input is hidden)
13825                 Old pipe action should now be postfixed with |, too.
13826
13827 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13828         * src/stock_pixmap.c
13829                 fixed a bug: if there's no theme directory don't
13830                 throw an error, just do "nothing" (thanks Alfons)
13831
13832 2002-02-12 [carsten]    0.7.0claws60
13833         * src/folderview.c
13834           src/summaryview.c
13835                 had to write the cache twice (nasty!); some marks would 
13836                 get lost if not
13837
13838 2002-02-11 [carsten]    0.7.0claws59
13839         * acconfig.h
13840           configure.in
13841           doc-src/maintainer_guide.txt
13842           src/compose.[ch]
13843           src/defs.h
13844           src/folderview.[ch]
13845           src/gtkutils.[ch]
13846           src/mainwindow.[ch]
13847           src/prefs_common.[ch]
13848           src/stock_pixmap.[ch]
13849           src/summaryview.[ch]
13850                 pixmap theming and related work on pixmap
13851                 handling on some other places
13852                 (e.g. hrm features for all folder)
13853           src/pixmap/stock_*.xpm -> the stock_ was removed
13854         
13855 2002-02-11 [paul]       0.7.0claws58
13856
13857         * sync with sylpheed 0.7.1 release
13858                 see ChangeLog entries 2002-02-11
13859
13860 2002-02-08 [paul]       0.7.0claws57
13861
13862         * sync with sylpheed 0.7.0cvs39
13863                 see ChangeLog entry 2002-02-07 (last entry) 
13864
13865         * src/prefs_actions.c
13866           src/prefs_filtering.c
13867           src/prefs_matcher.c
13868           src/prefs_scoring.c
13869                 sync: made it compile with C compilers other than gcc
13870
13871 2002-02-07 [paul]       0.7.0claws56
13872
13873         * sync with sylpheed 0.7.0cvs38
13874                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13875                 2002-02-07
13876
13877 2002-02-07 [darko]      0.7.0claws55
13878
13879         * src/gtkutils.[ch]
13880         * src/summaryview.c
13881                 Fix const gchar */gchar * issue (thanks Hiro)
13882
13883 2002-02-07 [darko]      0.7.0claws54
13884
13885         * src/compose.[ch]
13886         * src/filtering.c
13887         * src/gtkutils.[ch]
13888         * src/prefs_template.c
13889         * src/quote_fmt.h
13890         * src/quote_fmt_parse.y
13891         * src/summaryview.c
13892         * src/utils.[ch]
13893                 When replying or forwarding an email don't quote the entire
13894                 mail body but use the part of the message text that is selected
13895
13896 2002-02-06 [melvin]     0.7.0claws53
13897
13898         * src/prefs_common.[ch]
13899         * src/gtkspell.[ch]
13900         * src/compose.c
13901                 Made possible to switch quickly to last used dictionary
13902                 which makes checking bilingual documents easier.
13903
13904 2002-02-06 [melvin]     0.7.0claws52
13905         
13906         * po/POTFILES.in
13907                 Added forgotten new file src/prefs_actions.c
13908
13909 2002-02-06 [melvin]     0.7.0claws51
13910
13911         * src/prefs_actions.c   ** NEW FILE **
13912         * src/prefs_actions.h   ** NEW FILE **
13913                 Added actions to execute on message text view, or on the
13914                         message's file.
13915         * src/Makefile.am
13916                 Added src/prefs_actions.[ch]
13917         * src/compose.c
13918                 Added new menu "Edit/Actions"
13919         * src/defs.h
13920                 Added new actionsrc file.
13921         * src/main.c
13922                 Added actionsrc reading.
13923         * src/mainwindow.c
13924                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13925         * src/prefs_common.h
13926                 Added new element actionslst element to prefs_common.
13927
13928 2002-02-06 [paul]       0.7.0claws50
13929
13930         * sync with sylpheed 0.7.0cvs36
13931                 see ChangeLog entry 2002-02-06
13932
13933 2002-02-05 [paul]
13934
13935         * po/es.po
13936                 updated by Ricardo Mones Lastra
13937
13938 2002-02-05 [paul]       0.7.0claws49
13939
13940         * sync with sylpheed 0.7.0cvs33
13941                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13942
13943 2002-02-05 [paul]       0.7.0claws48
13944
13945         * src/compose.c
13946                 re-add 'Edit/Advanced/Delete entire line', previously named
13947                 'Delete Line+'
13948
13949 2002-02-04 [paul]       0.7.0claws47
13950
13951         * src/compose.c
13952           src/summaryview.c
13953                 fix bug #494993 (Reply All not taking Reply-To into consi)
13954                 eliminate differences in behaviour of right-click 'Reply to all' 
13955                 in summary view and 'Reply to all' on the toolbar. 
13956                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13957                 view and From gets ignored by 'Reply to all' on toolbar.
13958                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13959                 From when no Reply-To header is present.
13960
13961 2002-02-04 [paul]       0.7.0claws46
13962
13963         * sync with sylpheed 0.7.0cvs30
13964                 see ChangeLog entries 2002-02-03 and 2002-02-04
13965
13966 2002-02-03 [melvin]     0.7.0claws45
13967
13968         * src/gtkspell.[ch]
13969                 Readded function to highlight all misspelled words.
13970                 Fixed bug where user-provided-words did not replace
13971                         correctly the misspelled word when using the mouse.
13972                 Fixed bug where checking a region selected from right to left did
13973                         not check the region at all.
13974                 Fixed bug where 'Check backwards' may not check at all. 
13975                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13976                 Fixed possible buffer overflow when checking for long strings (>1k).
13977                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13978                 Accelerators code uses now gtk_widget_add_accel.
13979                 Removed and disabled obsolete and unfinished code.
13980                 Cleaning up.
13981
13982         * src/compose.c
13983                 Added menu item to Highlight all misspelled words.
13984
13985 2002-02-01 [paul]       0.7.0claws44
13986
13987         * src/mainwindow.c
13988                 fix '/View/Hide read messages' sensitivity when all
13989                 messages in a folder are hidden
13990
13991 2002-02-01 [paul]       0.7.0claws43
13992
13993         * src/main.c
13994                 add --send option to command line interface, sends all
13995                 queued mail. Patch submitted by Ricardo Mones Lastra.
13996
13997 2002-01-31 [paul]       0.7.0claws42
13998
13999         * src/mainwindow.c
14000                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
14001
14002 2002-01-31 [paul]       0.7.0claws41
14003
14004         * sync with sylpheed 0.7.0cvs27
14005                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
14006                 and 2002-01-31
14007
14008         * src/textview.c
14009                 comment out elements of textview_show_part() as temporary
14010                 workaround for attachment 'Display as text' bug 
14011
14012         * po/pt_BR.po
14013                 updated by Fabio Junior Beneditto
14014
14015 2002-01-30 [paul]       0.7.0claws40
14016
14017         * sync with sylpheed 0.7.0cvs24
14018                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
14019                 and 2002-01-30
14020
14021         * src/compose.c
14022                 add {N_("/_Spelling"), ... "<Branch>"} to 
14023                 GtkItemFactoryEntry compose_entries[]
14024
14025         * src/prefs_common.c
14026                 add claws menu items to prefs_keybind_apply_clicked()
14027                 and remove non-claws menu items
14028
14029 2002-01-29 [paul]       0.7.0claws39
14030
14031         * sync with sylpheed 0.7.0cvs22
14032                 see ChangeLog entries 2002-01-28 and 2002-01-29
14033
14034 2002-01-28 [melvin]     0.7.0claws38
14035
14036         * src/compose.c
14037                 Added the declartion of compose_send_control_enter.
14038
14039         * src/compose.c
14040         * src/gtkspell.[ch]
14041                 Added in a 'Spelling' menu which includes the configuration menu. 
14042                 Added a real 'Check all' and got rid from the old one which only
14043                 highlited misspelled word.
14044                 Made 'Check while typing' a disableable option.
14045                 Added a dialog when there are no more misspelled word.
14046                 Added a dialog if error occurs when switching to a dictionary.
14047         
14048         * src/prefs_common.[ch]
14049                 Added option for the default 'Check while typing' option.
14050
14051
14052 2002-01-28 [alfons]     0.7.0claws37
14053
14054         * src/compose.c
14055                 fix buglet and make code comply with sylpheed code style
14056
14057 2002-01-28 [paul]       0.7.0claws36
14058
14059         * sync with sylpheed 0.7.0cvs19
14060                 see ChangeLog entries for 2002-01-28
14061
14062 2002-01-28 [hoa]        0.7.0claws35
14063
14064         * src/defs.h
14065                 added rendererrc
14066
14067         * src/main.c
14068                 read the renderer config
14069
14070         * src/procmime.[ch]
14071                 use the renderer config to convert mime attachments
14072
14073         * src/textview.c
14074                 don't use textview_show_html/ertf,
14075                 use get_text_content instead
14076
14077 2002-01-27 [alfons]     0.7.0claws34
14078         
14079         * src/news.c
14080                 make sylpheed believe it can delete a news message...
14081                 (messages are NOT deleted, maybe we should remove
14082                 processing from the folder properties after all.)
14083
14084 2002-01-27 [alfons]     0.7.0claws33
14085
14086         * src/folder.c
14087                 add extra checks
14088         * src/news.c
14089                 implement remove_msg() 
14090
14091 2002-01-27 [alfons]     0.7.0claws32
14092
14093         * src/procmsg.h
14094         * src/procheader.c
14095         * src/messageview.c
14096                 fix return receipt / disposition notification again. this
14097                 stuff seems to break on _every_ major summary UI change, so
14098                 it's now implemented using a flag which is saved in the
14099                 marks cache
14100                 
14101 2002-01-26 [alfons]     0.7.0claws31
14102
14103         * src/import.c
14104                 let import dialog show the destination folder identifier
14105
14106 2002-01-26 [melvin]     0.7.0claws30
14107
14108         * src/folderview.c
14109         * src/summaryview.c
14110                 Readded 'Mark all read' into summary view popup menu
14111                 Added 'Mark all read' in folder view popup menu for IMAP
14112                 and NNTP.
14113                 Made it insensitive if the selected folder is not the shown
14114                 one to avoid 'Mark all read' on the wrong folder.
14115                 
14116 2002-01-26 [paul]       0.7.0claws29
14117
14118         * src/folderview.c
14119           src/summaryview.c
14120                 move 'Mark all read' from summary view to folder view
14121                 menu. (adapted from) patch submitted by Jeremy Andrews,
14122                 <lists@kerneltrap.com>
14123
14124 2002-01-25 [alfons]     0.7.0claws28
14125
14126         * src/gtkstext.c
14127                 put the gtk class name back so GtkSText adapts the 
14128                 settings of GtkText
14129
14130 2002-01-25 [alfons]     0.7.0claws27
14131
14132         * src/folderview.c 
14133                 assimilate Ricardo's patch that shows pixmaps instead of
14134                 plain "new" and "unread" texts in the folder view column
14135                 headers 
14136
14137 2002-01-25 [paul]       0.7.0claws26
14138
14139         * src/Makefile.am
14140                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14141                 be found in non-standard locations. 
14142                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14143
14144 2002-01-25 [paul]       0.7.0claws25
14145
14146         * sync with sylpheed 0.7.0cvs16
14147                 see ChangeLog entry 2002-01-25
14148
14149 2002-01-24 [paul]       0.7.0claws24
14150
14151         * more sync with sylpheed 0.7.0cvs15
14152                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14153
14154 2002-01-23 [sergey]     0.7.0claws23
14155
14156         * src/importldif.c
14157                 Fixed segfault when closing LDIF import wizard with
14158                 the window manager.
14159         * src/imageview.c
14160         * src/imageview.h
14161         * src/messageview.c
14162         * src/mimeview.c
14163                 Fixed wrong scrolling position after switching between
14164                 text and image parts.
14165
14166 2002-01-23 [paul]       0.7.0claws22
14167
14168         * sync with sylpheed 0.7.0cvs15
14169                 see ChangeLog entries 2002-01-22 and 2002-01-23
14170
14171 2002-01-21 [melvin]     0.7.0claws21
14172
14173         * src/prefs_scoring.c
14174         * src/prefs_filtering.c
14175                 Fixed bug where scoring and filtering windows stopped
14176                 autochecking.
14177
14178 2002-01-21 [paul]       0.7.0claws20
14179
14180         * sync with sylpheed 0.7.0cvs12
14181                 see ChangeLog entries 2002-01-20 and 2002-01-21
14182
14183 2002-01-21 [carsten]    0.7.0claws19
14184         * src/mainwindow.c
14185         * src/menu.[ch]
14186         * src/messageview.[ch]
14187         * src/summaryview.[ch]
14188                 changes to shortcuts handling again:
14189                         + "Q" now controled by mainwin
14190                         + v/V are now customizable and have slightly
14191                           different meanings
14192                 the "button" to minimize the messageview (and maximize
14193                 the summary view) is a real button now
14194         * src/compose.c
14195                 "Delete Line+" added to Edit/Advanced (this will also
14196                 delete the '\n')
14197
14198 2002-01-20 [melvin] 0.7.0claws18
14199
14200         * src/addressbook.c
14201                 Made "Bcc" sensitive when addressbook is called from
14202                 compose window (it was a Claws only bug).
14203
14204 2002-01-19 [alfons] 0.7.0claws17
14205
14206         * src/inc.c
14207                 prevent unnecessary updates when currently selected folder has
14208                 no new messages 
14209
14210 2002-01-19 [alfons] 0.7.0claws16
14211         
14212         * src/summaryview.c
14213                 prevent writing the cache based on current message list in summary 
14214                 view when filtering also put messages in currently selected folder
14215
14216 2002-01-19 [paul]
14217
14218         * po/it.po
14219                 Italian translation submitted by Alessandro Maestri
14220                 <a.maestri@cs.tin.it>
14221
14222 2002-01-18 [melvin]     0.7.0claws15
14223
14224         * src/prefs_filters.c
14225                 fixed bug where 'cancel' from 'filters' window stops autochecking
14226                 if the timer timed out  when the window was open.
14227
14228 2002-01-18 [match]      0.7.0claws14
14229
14230         * src/addrclip.[ch]     ** NEW FILE **
14231         * src/addrselect.[ch]   ** NEW FILE **
14232         * src/adbookbase.h      ** NEW FILE **
14233                 addressbook cut, copy and paste
14234         * src/addrbook.[ch]
14235         * src/addrcache.[ch]
14236         * src/addressitem.h
14237         * src/addrindex.[ch]
14238         * src/addritem.[ch]
14239         * src/importldif.c
14240         * src/importmutt.c
14241         * src/jpilot.[ch]
14242         * src/syldap.[ch]
14243         * src/vcard.[ch]
14244         * src/jpilot.[ch]
14245         * src/editbook.c
14246         * src/editjpilot.c
14247         * src/editldap.c
14248         * src/editvcard.c
14249                 support for copy/paste
14250         * src/addressbook.c
14251                 support for copy/paste
14252                 tidy up menu option processing
14253                 correct address list function arguments
14254         * src/editaddress.c
14255                 sort user attributes
14256         * src/ldif.h
14257         * src/mutt.h
14258                 tidy up
14259
14260         * src/addrbook.[ch]
14261         * src/addrbook.[ch]
14262         * src/addrbook.[ch]
14263                 
14264
14265 2002-01-18 [paul]       0.7.0claws13
14266
14267         * sync with sylpheed 0.7.0cvs8
14268                 configure.in: support Mac OS X (Darwin)
14269
14270 2002-01-18 [carsten]    0.7.0claws12
14271         * src/html.c
14272                 small hack to fix a segfault with an empty href
14273                 (reported by Alexandra Walford <deeni@altern.org>)
14274         * src/mainwindow.c
14275         * src/summaryview.c
14276                 the shortcuts for Mark und Mark as unread are hardcoded
14277                 again
14278         * src/compose.c
14279         * src/gtkstext.[ch]
14280                 readded the shortcuts in gtkstext but made them
14281                 customizeable (simply by adding a menu plus a wrapper
14282                 to compose.c)
14283
14284 2002-01-17 [melvin]     0.7.0claws11
14285
14286         * src/gtkspell.c
14287                 fix default dictionary not being saved.
14288
14289 2002-01-16 [darko]      0.7.0claws10
14290
14291         * src/compose.c
14292                 fix wrapping crash with URL longer than wrapping margin
14293
14294 2002-12-08 [hoa]        0.7.0claws10
14295
14296         * src/matcher_parser_parse.y
14297                 fixed some bugs
14298
14299         * src/prefs_filtering.c
14300                 now, we can use bounce action in the dialog box.
14301
14302 2002-01-16 [carsten]    0.7.0claws9
14303         * src/gtkstext.c
14304                 removed the <control> and <alt> shortcuts because they're
14305                 not needed and interefered with the "normal" shortcuts
14306         * src/mainwindow.c
14307         * src/summaryview.c
14308                 removed most of the hardcoded shortcuts and assigned
14309                 them to menu entries making them easy customizable by
14310                 that
14311
14312 2002-01-16 |melvin]     0.7.0claws8
14313
14314         * src/gtkspell.c
14315                 fixed bug where using the mouse and when the compose
14316                 window is not on top may result in a crash.
14317
14318 2002-01-16 [melvin]     0.7.0claws7
14319
14320         * src/compose.c
14321                 fixed a long standingspell checker bug which could 
14322                 cause a crash after sending a message.
14323
14324 2002-01-16 [paul]       0.7.0claws6
14325
14326         * sync with sylpheed 0.7.0cvs7
14327                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14328                 2002-01-15, and 2002-01-16
14329
14330 2002-01-16 [melvin]     0.7.0claws5
14331
14332         * README.claws
14333         * src/compose.c
14334         * src/gtkspell.[ch]
14335         * src/main.c
14336                 Heavily modified spell checker code to work around
14337                 ispell bug, to add keyboard shortcuts and for future
14338                 enhancements. See README.claws for usage information.
14339
14340 2002-01-15 [alfons]     0.7.0claws4
14341         
14342         * src/summaryview.c
14343                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14344                 so sorting within threads reflects sort mode
14345
14346 2002-01-15 [christoph]  0.7.0claws3
14347
14348         * src/procmsg.c
14349                 added alertpanel if mail sending failed
14350
14351 2002-01-15 [alfons]     0.7.0claws2
14352         
14353         * src/prefs_filtering.c
14354                 don't stop timer when prefs filtering dialog is opened
14355
14356 2002-01-14 [alfons]     0.7.0claws1
14357
14358         * src/addr_compl.c
14359         * src/prefs.c
14360                 remove debug_print()s for privacy reasons
14361
14362 2002-01-14 [darko]      0.7.0claws
14363
14364         * README.claws
14365                 quotation wrapping is now also in the main branch
14366
14367 2002-01-14 [paul]
14368
14369         * tools/filter_conv.pl
14370                 allow for Boolean Op and case-sensitivity
14371                 this file is included in the release and tagged
14372                 'rel_0_7_0'
14373
14374 2002-01-13 [paul]       0.7.0claws
14375
14376         * release 0.7.0, with cvs tag 'rel_0_7_0'
14377
14378 2002-01-13 [paul]
14379
14380         * tools/filter_conv.pl
14381         * tools/README
14382                 rewritten to output to matcherrc instead of filteringrc
14383
14384         * po/es.po
14385                 updated Spanish translation by Ricardo Mones Lastra
14386
14387 2002-01-13 [alfons]
14388
14389         * po/nl.po
14390                 update dutch translation
14391
14392 2002-01-13 [paul]
14393
14394         * po/pt_BR.po
14395                 Updated by Fabio Junior Beneditto 
14396
14397 2002-01-13 [melvin]     0.6.6claws53
14398
14399         * po/fr.po
14400                 Updated french translation
14401
14402 2002-01-12 [alfons]     0.6.6claws52
14403
14404         * src/filtering.c
14405                 plug mem leak that has been sitting there for ages              
14406
14407 2002-01-12 [alfons]     0.6.6claws51
14408
14409         * src/summaryview.c
14410                 undo melvin's changes from 0.6.6claws48 because summary
14411                 view now refuses to select first unread message when
14412                 selecting a folder 
14413
14414 2002-01-11 [alfons]     0.6.6claws50
14415
14416         * src/import.c
14417                 use claws' semantics for getting folder item when
14418                 importing an mbox file into a folder 
14419                 (submitted by Dale P. Smith)
14420
14421 2002-01-11 [christoph]  0.6.6claws49
14422
14423         * src/prefs.h
14424                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14425                 toggle widget, because non static prefs can not use
14426                 prefs_set_* functions
14427         * src/prefs_account.c
14428                 toggle smtp auth password field sensitivity if
14429                 user id is empty and add descrition of usage for
14430                 these fields
14431         * src/prefs_folder_item.c
14432                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14433                 callbacks
14434
14435 2002-01-11 [melvin]     0.6.6claws48
14436
14437         * src/compose.c
14438                 fix the 'Ctrl-Enter' feature for sending and test really
14439                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14440                 editables which was not documented in Gtk)
14441
14442         * src/summaryview.c
14443                 Made summaryview refresh after sorting and not before.
14444
14445 2002-01-11 [christoph]  0.6.6claws47
14446
14447         * src/compose.c
14448                 select account from account ids if possible and
14449                 correctly set save folder for copy in reedit
14450
14451 2002-01-10 [paul]       0.6.6claws46
14452
14453         * sync with sylpheed 0.7.0 release
14454                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14455                 2002-01-09
14456
14457 2002-01-09 [alfons]
14458
14459         * src/summaryview.c
14460                 remove more dirt traces...
14461
14462 2002-01-09 [alfons]
14463         
14464         * src/summaryview.c
14465                 clean up some traces of my debugging stuff
14466
14467 2002-01-09 [alfons]     0.6.6claws45
14468
14469         * src/filtering.c
14470                 break up filteringprop_apply() in three separate pieces
14471                 so we can drop messages that failed processing in the
14472                 inbox
14473
14474         * src/summaryview.c
14475                 fix bug #469598 "no refresh of inbox after filter" which 
14476                 was introduced by the new summary view locking, and which 
14477                 prevented the summary view to update after a manual filter 
14478                 message. claw's filter message requires a summary_show().
14479                 (aargh, summary_show() again! :-)
14480                 
14481 2002-01-07 [alfons]     0.6.6claws44
14482
14483         * src/headerwindow.c
14484         * src/logwindow.c
14485         * src/messageview.c
14486         * src/sourcewindow.c
14487                 bring in Hiro's last 0.7.0 wm class fixes
14488
14489         * tools/sylprint.pl
14490                 bring in Ricardo's fix for sylprint script
14491
14492         * AUTHORS       
14493         * src/rfc2015.[ch]
14494         * src/prefs_common.[ch]
14495         * src/prefs_account.[ch]
14496         * src/compose.c
14497                 clean up account preference poison in rfc2015,
14498                 and preparation to fix double sign bug 
14499                 (patch submitted by Simon 'corecode' Schubert)
14500
14501 2002-01-07 [christoph]  0.6.6claws43
14502
14503         * src/mh.c
14504                 search for free message number, do not only rely
14505                 on last_num
14506         * src/send.c
14507                 fix smtp auth and use extra account information
14508                 if available, if not use pop3 data instead
14509                 (closes bug #500341)            
14510         * src/ssl.[ch]
14511                 match coding style
14512
14513 2002-01-06 [alfons]     0.6.6claws42
14514
14515         * src/mainwindow.c
14516                 try making the separate windows work again...
14517
14518 2002-01-06 [alfons]     0.6.6claws41
14519
14520         * src/mainwindow.c
14521                 adapt Hiro's separate window menu (to get rid of the funny
14522                 duplicate menu items), and make it work again
14523
14524 2002-01-06 [alfons]     0.6.6claws40
14525
14526         * tools/Makefile.am
14527         * tools/sylprint.rc
14528         * tools/sylprint.pl
14529         * tools/README.sylprint
14530                 add sylprint script for printing mails from Sylpheed
14531                 (contributed by Ricardo Mones Lastra)
14532
14533         * src/acount.c
14534                 clean up
14535
14536 2002-01-06 [melvin]     0.6.6claws39
14537
14538         * src/mainwindow.c
14539         * src/summaryview.c
14540                 Fixed crash introduced in 0.6.6claws38 by the menu
14541                 reorganisation (Hide read messages)
14542         
14543         * ChangeLog.claws 
14544                 Fixed typo (we are now in 2002, alfons ;) )
14545
14546 2002-01-05 [alfons]     0.6.6claws38
14547
14548         * sync with sylpheed 0.6.6cvs10-17
14549                 (last stuff marked as LAST_STABLE)
14550
14551 2002-01-04 [melvin]     0.6.6claws37
14552
14553         * src/account.c
14554                 Made account selection code use strcasestr again instead of
14555                 g_strcasecmp (fixes bug where reediting queued messages
14556                 did not select proper account reported by T. Link).
14557         
14558         * src/folderview.c
14559                 Fix bug where folder icons are not shown when 'hide read messages'
14560                 is on.
14561         
14562         * src/stock_pixmaps.[ch]
14563                 Added folder icons for 'hide read messages'.
14564         
14565         * src/compose.c
14566                 Fixed bug where 'Enter' in a header entry will send the message 
14567                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14568
14569 2002-01-03 [melvin]     0.6.6claws36
14570         
14571         * src/prefs.[ch]
14572                 Added popup menu for common preferences and
14573                 account preferences (right click on tab displays
14574                                 a menu of all tabs.)
14575
14576 2002-01-02 [melvin]     0.6.6claws35
14577
14578         * src/gtkspell.[ch]
14579                 Made spelling code compatible with undo/redo feature.
14580                 Added creation of suggestion mode menu for the general
14581                         preferences.
14582         
14583         * src/prefs_common.[ch]
14584                 Added option menu for the speller's suggestion mode.
14585                 Added missing spaces in "..." buttons and made a "..."
14586                         button non translatable!
14587         
14588         * src/compose.c
14589                 Made speller use the default suggestion mode.
14590                 Hack to make it possible to choose 'CTRL-Enter' as a
14591                         shortcut for sending (and only for sending).
14592
14593         * src/prefs_folder_item.c
14594                 Changing subject simplification does not update cache 
14595                         anymore (because it is unnecessary).
14596                 Fixed bug where changing subject simplification updated the 
14597                         summaryview even when the viewed folder is not the
14598                         folder which properties are being changed. (E.g. 
14599                                         viewing folder A and changing
14600                                         the subject simplification of 
14601                                         folder B -not being viewed- updated the 
14602                                         summaryview of folder A with data of
14603                                         folder B). (Hope this is clear... )
14604
14605 2001-12-31 [alfons]     0.6.6claws34
14606         
14607         * src/ldif.c
14608         * src/mutt.c
14609                 fgetc() returns a signed integer which doesn't
14610                 fit in a char. so c truncates this to a char
14611                 but we may lose significant bits. i.e. we may
14612                 comparing 0xFF which may not be equal to -1
14613                 unless properly casted to signed char which
14614                 we won't do because fgetc() returns a signed
14615                 integer which doesn't fit in a char. so c 
14616                 truncates this to a char but we may lose 
14617                 significat bits. (you got the idea, thanks
14618                 to Gustavo Noronha Silva <kov@debian.org>
14619                 and the Debian folks!)
14620
14621 2001-12-30 [alfons]     0.6.6claws33
14622
14623         * src/prefs_common.c
14624                 add #ifdef USE_PSPELLs that Melvin forgot               
14625
14626 2001-12-30 [melvin]     0.6.6claws32
14627         
14628         * src/prefs_common.[ch]
14629                 Added configurable color for misspelled words.
14630
14631         * src/gtkspell.[ch]
14632                 Fixed bug of foreground text color (reported by David
14633                                 Mehrmann)
14634                 Added configurable color for misspelled words.
14635
14636 2001-12-30 [alfons]     0.6.6claws31
14637
14638         * src/folder.c
14639                 remove unnecessary things someone put there
14640
14641         * src/mh.c
14642         * src/folder.[ch]
14643                 make folder properties (like threading and sorting) persistent
14644                 (closes bug #497424 "rescan folder tree resets proprieties")
14645                 currently this is only for MH folders. 
14646
14647 2001-12-29 [melvin]     0.6.6claws30
14648
14649         * src/string_match.[ch]
14650                 Optimized a bit: regexp pattern buffer compiled only once, and
14651                   one subroutine call removed. Fixed ^ regexp search: Now, 
14652                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14653         
14654         * src/summaryview.c
14655                 Subject filtering changed to filter summary columns and
14656                   not directly the messages subject cache. The loss in 
14657                   performance is balanced by the improvement of string_match.
14658                 Added an alert panel if there is an error in the regexp.
14659
14660         * src/src/prefs_folder_item.h
14661                 Added a regexp pattern buffer.
14662
14663 2001-12-28 [alfons]     0.6.6claws29
14664
14665         * src/string_match.[ch]
14666                 clean up name space
14667                 allow compilation *BSD
14668
14669 2001-12-27 [alfons]     0.6.6claws28
14670
14671         * src/filter.c
14672                 sync the Hiro's bug fix for BSD
14673
14674 2001-12-27 [melvin]     0.6.6claws27
14675         
14676         * src/compose.c
14677                 Simplify focus to subject entry code.
14678
14679 2001-12-27 [darko]      0.6.6claws26
14680
14681         * src/filtering.c
14682         * src/mbox_folder.c
14683         * src/messageview.c
14684         * src/mh.c
14685         * src/procheader.[ch]
14686         * src/procmsg.h
14687         * src/stock_pixmap.[ch]
14688         * src/summaryview.c
14689                 Show key icon for encrypted mails in summary view
14690
14691         * src/pixmaps/clip.xpm
14692         * src/pixmaps/clipkey.xpm
14693         * src/pixmaps/key.xpm
14694                 New/modified icons for the above
14695
14696 2001-12-27 [melvin]     0.6.6claws25
14697
14698         * src/prefs_common.c
14699                 Put spell checker options in a separate tab to decrease
14700                 the Common Preferences window height.
14701
14702         * README.claws  
14703                 Update spell checker usage instruction about its options
14704                 location.
14705
14706 2001-12-27 [melvin]     0.6.6claws24
14707
14708         * src/compose.c
14709                 Changed subject entry widget position. Initial focus is
14710                 on the To header instead of the subject entry.
14711                 Creating a new header scrolls the header list to make the
14712                 created one visible. Nevertheless, when automatically filling
14713                 headers, the first one is shown.
14714                 A Tab key press in the last empty header entry zips the 
14715                 focus to the subject entry.
14716                 (I did not change the combo boxes, yet)
14717
14718 2001-12-26 [alfons]     0.6.6claws23
14719
14720         * src/prefs_account.c
14721         * src/inc.c
14722                 allow default inbox to reside in another mailbox (only
14723                 works for POP3 accounts)
14724
14725 2001-12-26 [alfons]     0.6.6claws22
14726         
14727         * src/textview.c
14728                 make reply-on-click work with the account of the selected folder
14729         * src/compose.c
14730                 put a fixme here to remind me to fix finding correct default
14731                 account for nested folders
14732
14733 2001-12-25 [alfons]     0.6.6claws21
14734
14735         * src/summaryview.c
14736                 make column headers display locked and mark pixmaps (idea by Melvin) 
14737                 fix bug by adding score and locked column type to sort array
14738
14739 2001-12-25 [alfons]     0.6.6claws20
14740         
14741         * src/summaryview.c
14742                 catch a *potentially* inadvertent write back of  
14743                 the message cache(s) introduced by 0.6.5claws37
14744
14745 2001-12-25 [christoph]  0.6.6claws19
14746
14747         * src/stock_pixmap.[ch]
14748         * src/summaryview.c
14749                 add ignore thread pixmap
14750                 (can someone draw a better icon for this?)
14751
14752 2001-12-24 [alfons]     0.6.6claws18
14753
14754         * src/prefs_folder_item.c
14755                 make address completion actually work for the
14756                 Default To address in the Folder Property dialog.
14757
14758 2001-12-24 [alfons]     0.6.6claws17
14759         
14760         * src/summaryview.c
14761                 use new style regexp for subject stripping 
14762                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14763
14764 2001-12-24 [darko]      0.6.6claws16
14765
14766         * src/pgptext.c
14767         * src/rfc2015.c
14768                 move GPG related informational messages to debug mode
14769
14770 2001-12-23 [alfons]     0.6.6claws15
14771
14772         * src/stock_pixmap.[ch]
14773         * src/summaryview.c
14774                 add the forgotten Claws' locked pixmap
14775
14776 2001-12-23 [alfons]     0.6.6claws14
14777
14778         * src/filesel.c
14779                 accept file name typed in entry in multi file
14780                 selector (patch submitted by Gustavo Noronha Silva 
14781                 <kov@debian.org>)
14782
14783 2001-12-23 [alfons]     0.6.6claws13
14784
14785         * src/prefs_filter.c
14786         * src/prefs_filtering.c
14787         * src/matcher.c
14788         * src/importmutt.c
14789                 clean up a little bit
14790         
14791         * src/string_match.c
14792                 validate input strings a little bit more
14793
14794 2001-12-23 [alfons]     0.6.6claws12
14795
14796         * src/Makefile.am
14797         * src/summaryview.c
14798         * src/string_match.[ch]         ** NEW **
14799         * src/folderview.[ch]
14800         * src/headerview.h
14801         * src/folder.[ch]
14802         * src/prefs_folder_item.[ch]
14803                 add subject simplification to strip out strings from
14804                 a subject line (esp. handy for mailing lists). 
14805                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14806                 but slightly changed things for better integration.)
14807
14808 2001-12-23 [alfons]     0.6.6claws11
14809
14810         * src/mainwindow.c
14811                 fix bug introduced by submission included in 0.6.5claws52.
14812                 ideally this submission should clean the trash if any trash
14813                 folder has a message. however, the hasTrash variable was
14814                 set to false whenever a trash folder was empty (discarding
14815                 a previously found *filled* trash folder.)
14816
14817                 also edited the code a little bit and made it more safe.
14818
14819 2001-12-22 [alfons]     0.6.6claws10
14820
14821         * src/imap.c
14822                 quick fix for Martin Pool's omission of an account
14823                 specific SSL setting
14824
14825 2001-12-22 [alfons]     0.6.6claws9
14826
14827         * src/compose.c
14828         * src/messageview.c
14829         * src/mimeview.c
14830         * src/pgptext.c
14831         * src/procmime.[ch]
14832                 better support for multipart/digest (submitted
14833                 by Fredrik <e98fo@efd.lth.se>)
14834
14835 2001-12-22 [alfons]     0.6.6claws8
14836
14837         * src/addressbook.c
14838                 correct function signature
14839         * src/socket.[ch]
14840         * src/imap.[ch]
14841         * src/prefs_account.[ch]
14842                 allow IMAP over SSH tunnel (patch submitted by 
14843                 Martin Pool <mbp@samba.org>)
14844
14845 2001-12-21 [alfons]     0.6.6claws7
14846
14847         * sync with sylpheed 0.6.6cvs4-9
14848                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14849
14850 2001-12-21 [christoph]  0.6.6claws6
14851
14852         * src/compose.c
14853         * src/prefs_folder_item.[ch]
14854                 implement saving of outgoing messages to current folder.
14855                 fix segfault when no default outbox is available
14856                 (closes bug #495683)
14857
14858 2001-12-21 [carsten]    0.6.6claws5
14859         * src/folderview.c
14860         * src/summaryview.c
14861                 pressing CTRL while DND does now the expected thing and
14862                 copies the mail (moving is still the default, as this
14863                 seam more appropriate for handling mails by DND)
14864
14865 2001-12-18 [paul]       0.6.6claws4
14866
14867         * sync with sylpheed 0.6.6cvs3
14868                 see ChangeLog entries 2001-12-18
14869
14870 2001-12-18 [hiro]       0.6.6claws3
14871
14872         * src/undo.c
14873                 fix for multibyte characters (obtain the number of letters
14874                 instead of bytes).
14875
14876 2001-12-17 [paul]       0.6.6claws2
14877
14878         * sync with sylpheed 0.6.6cvs1
14879                 see ChangeLog entry 2001-12-16
14880
14881 2000-12-17 [alfons]     0.6.6claws1
14882
14883         * src/filtering.c
14884                 clean up
14885
14886 2001-12-16 [paul]       0.6.6claws
14887 2001-12-15
14888
14889         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14890
14891         * src/mimeview.c
14892                 last minute sync with main 0.6.6
14893
14894         * po/es.po
14895                 updated by Ricardo Mones Lastra
14896                 update for last minute sync
14897         * po/fr.po
14898         * po/nl.po
14899                 update for last minute sync
14900         * po/de.po
14901                 updated by Jens Oberender
14902         * po/pt_BR.po
14903                 updated by Fabio Junior Beneditto
14904
14905         * src/prefs_common.[ch]
14906         * src/undo.c
14907                 number of undo levels is user configurable
14908                 (squeeze it into the release in the dying
14909                 moments) Submitted by Jens Oberender    
14910
14911 2001-12-15 [melvin]
14912
14913         * po/fr.po
14914                 updated french translation
14915
14916 2001-12-15 [paul]       0.6.5claws92
14917
14918         * sync with sylpheed 0.6.5cvs28
14919                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14920
14921         * po/nl.po
14922                 update to allow for sync
14923
14924 2001-12-15 [alfons]
14925         
14926         * po/nl.po
14927                 update dutch translation
14928
14929 2001-12-14 [carsten]    0.6.5claws91
14930         * src/summaryview.c
14931                 fixed bug #473785; also after changing the column order
14932                 the same message will be selected and displayed as before
14933                 the reordering
14934
14935 2001-12-14 [carsten]    0.6.5claws90
14936         * src/folderview.c
14937                 probably found the bug reported by wwb opening or closing
14938                 a folder tree just before dnd (found the solution in the
14939                 balsa source -- thanks to them)
14940
14941 2001-12-14 [carsten]    0.6.5claws89
14942         * src/gtkutils.c
14943         * src/account.c
14944                 moved gtk_clist_moveto to the right place, so that
14945                 only the accounts dialog is effected on opening
14946
14947 2001-12-14 [carsten]    0.6.5claws88
14948         * src/gtkutils.c
14949                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14950                 now, so that the focused row will be seen in any case
14951                 (reported by wwp on sf-claws-user)
14952
14953 2001-12-14 [darko]      0.6.5claws87
14954
14955         * src/compose.c
14956                 remove unnecessary line
14957
14958 2001-12-14 [paul]       0.6.5claws86
14959
14960         * sync with sylpheed 0.6.5cvs27
14961                 see ChangeLog entries 2001-12-14
14962
14963 2001-12-14 [carsten]    0.6.5claws85
14964         * src/mainwindow.c
14965                 following a suggestion of Melvin the rcoabm pops up
14966                 right under the button now and the button is reliefed
14967                 while the popup is open
14968
14969 2001-12-14 [darko]      0.6.5claws84
14970
14971         * src/compose.c
14972                 fix crash when wrapping long lines if linewrap quotation
14973                 is disabled and wrapper encounters a word spanning more
14974                 than one line
14975
14976 2001-12-13 [paul]       0.6.5claws83
14977
14978         * src/compose.c
14979                 prefer 'Reply-To' header over mailing list header when
14980                 replying to a message. Finally prevent all those confirmation 
14981                 messages being sent to the list itself.
14982
14983         * src/summaryview.c
14984                 remove unused summary_set_menu_sensitive() entry
14985
14986 2001-12-13 [paul]       0.6.5claws82
14987
14988         * src/folderview.c
14989         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14990         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14991         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14992                 improvements to 'Hide read messages': Inbox, Outbox,
14993                 Trash, Queue, and Draft icons now reveal presence of hidden 
14994                 messages
14995
14996 2001-12-12 [alfons]     0.6.5claws81
14997
14998         0.6.5claws80 was tagged as LAST_STABLE
14999
15000         * src/filtering.[ch]
15001         * src/matcher.[ch]
15002         * src/matcher_parser_lex.c
15003                 fix the filtering; my last attempt to get it right, 
15004                 if it does not work, it's Hoa's turn. ;-)
15005
15006                 for my honourable peers:
15007                 
15008                 the code now makes a clear distinction between
15009                 rules as they are displayed (probably escaped),
15010                 and as they are executed (probably unescaped). the
15011                 parser does *NOT* do any unescaping, this is
15012                 the task of the matcher.c (which breaks up a
15013                 rule into condition) and the filtering.c (which
15014                 breaks up the rule's action). to make this
15015                 run happily we provide an unescaped copy of
15016                 crucial strings to the MatcherProp and 
15017                 FilteringAction structures. note that the only
15018                 exception to this is any REGEXP string. those
15019                 are directly passed to regcomp() and regexp()
15020                 (who have much more powerful unescape functions).
15021                 
15022                 for everyone else:
15023         
15024                 you can escape tab (\t), carriage return (\r),
15025                 linefeed (\n), form feed (\f), quote (\"), 
15026                 single quote (\'), bell (\b) in all the entry
15027                 lines in the scoring & filtering dialogs.
15028                 as an added bonus this should not affect
15029                 existing filtering rules.
15030
15031 2001-12-12 [carsten]    0.6.5claws80
15032
15033         * src/summaryview.c
15034         * po/de.po
15035                 "item(s) selected" is now sensitive to 1 or more
15036                 than one selected (nice for language where simple
15037                 adding of a "s" is not possible as German (Eintrag
15038                 ->Eintr"age)
15039                 
15040                 the "forward as attachment" entry from the right
15041                 click menu removed, "forward" acts following the
15042                 prefs
15043         
15044         * src/textview.c
15045                 reverted my former changes; so compiler warning again
15046                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
15047                 nevertheless
15048
15049         * src/messageview.c
15050                 "search in message" does now *not* only work in MVIEW_TEXT
15051                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
15052                 message
15053
15054         * src/mainwindow.c
15055                 removed "/File/_Close" as it was the same as "/File/E_xit"
15056                 and we don't need it two times
15057
15058                 the separate folder view and message view now get a distinct
15059                 WMCLASS, just in case someone is using sawfish ;-)
15060
15061                 as the menu entries "/View/Message view" and "/View/Folder tree"
15062                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
15063                 make them sensitive accordingly and as these two are "shown"
15064                 after startup anytime check this menuitem at startup
15065
15066 2001-12-12 [paul]       0.6.5claws79
15067
15068         * src/folderview.c
15069                 fix sensitivity of 'Search folder...', broken in
15070                 0.6.5claws75
15071
15072         * src/mainwindow.c
15073                 fix dodgy English
15074
15075 2001-12-11 [carsten]    0.6.5claws78
15076         * src/filtering.c
15077                 fixed two typos returning a wrong FALSE/TRUE
15078         * src/mainwindow.[ch]
15079                 extra menu for email/news button removed
15080
15081 2001-12-11 [alfons]     0.6.5claws77
15082         
15083         * src/matcher.c                 (1.3)
15084         * src/matcher_parser_lex.l      (1.28)
15085                 revert for another attempt
15086                 mark 0.6.5claws77 as LAST_STABLE
15087
15088 2001-12-11 [christoph]  0.6.5claws76
15089
15090         * po/de.po
15091                 fixed wrong translation for prev. unread msg
15092
15093 2001-12-11 [paul]       0.6.5claws75
15094
15095         * src/folder.[ch]
15096         * src/folderview.c
15097         * src/mainwindow.c
15098         * src/summaryview.[ch]
15099         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15100                 enable ability to hide read messages on per folder basis via 
15101                 '/Summary/Hide read messages'; when selected, a folder will 
15102                 have a red open folder icon, instead of a blue icon, if the 
15103                 folder contains hidden messges
15104                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15105
15106         * src/mainwindow.c
15107                 remove '/Message/Forward as attachment' from 
15108                 main_window_set_menu_sensitive() to prevent debug warning
15109
15110         * src/folderview.c
15111         * src/mainwindow.c
15112                 Clean up some of the English
15113
15114         * tools/newscache_clean.pl
15115                 allow for new 'hidereadmsgs' entry in folderlist.xml
15116
15117         * po/es.po
15118                 updated translation, submitted by Ricardo Mones Lastra
15119
15120 2001-12-11 [paul]       0.6.5claws74
15121
15122         * sync with sylpheed 0.6.5cvs25
15123                 see ChangeLog entry 2001-12-11
15124
15125 2001-12-10 [alfons]     0.6.5claws73
15126
15127         * src/matcher.c
15128                 add more control characters
15129         * src/matcher_parser_lex.l
15130                 make escaping / unescaping work again
15131
15132 2001-12-10 [alfons]     0.6.5claws72
15133
15134         * src/imap.c
15135                 clean up warnings "returning value for void function" 
15136         * src/prefs_filtering.c
15137                 make info button for execute action sensitive
15138
15139 2001-12-10 [paul]       0.6.5claws71
15140
15141         * src/compose.c
15142         * src/imap.[ch]
15143         * src/summaryview.c
15144                 fix: imap server now gets informed of MARKED, UNMARKED
15145                 and REPLY events. Now people can use different IMAP-Mail
15146                 clients and have the exact same information about MARKED,
15147                 UNMARKED and REPLY status with all of them. Especially
15148                 useful for imap servers with a web-frontend.
15149                 submitted by Tobias Sandhaas <medlor@web.de>
15150
15151 2001-12-09 [melvin]     0.6.5claws70
15152         
15153         * src/textview.[ch]
15154                 fixed bug #490076 (hunted down by Alfons who implemented
15155                 a workaround in 0.6.5claws65)
15156
15157 2001-12-09 [christoph]  0.6.5claws69
15158
15159         * src/summaryview.c
15160                 set pointer to string in LOCKED column to NULL
15161                 (might fix bug #490800)
15162
15163 2001-12-09 [carsten]    0.6.5claws68
15164
15165         * po/de.po
15166                 resolved some cluttered menu shortcuts 
15167                 ('creating new email' and 'creating news message'
15168                 hade the same)
15169         * src/compose.c
15170                 wmclass now distinc from main window
15171         * src/mainwindow.c
15172           src/mainwindow.h
15173                 email/news and forward button functionality similar
15174                 to the reply buttons; removed the ugly dropdown arrows
15175                 and use instead the right mouse button
15176
15177 2001-12-09 [paul]       0.6.5claws67
15178
15179         * src/imap.c
15180         * src/utils.h
15181                 allow spaces in imap folder names
15182                 submitted by Willem van Engen <wvengen@stack.nl>
15183
15184 2001-12-09 [paul]       0.6.5claws66
15185
15186         * sync with sylpheed 0.6.5cvs24
15187                 see ChangeLog entry 2001-12-09
15188
15189 2001-12-08 [alfons]     0.6.5claws65
15190
15191         * src/textview.c
15192                 prevent secondary selection claim after "add to sender" dialog
15193                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15194                 we trick GTK by simulating a click at (0, 0) in the textview.
15195
15196 2001-12-08 [hoa]        0.6.5claws64
15197
15198         * src/folder.c
15199                 fixed a bug about the .processing folder name while filtering
15200
15201 2001-12-08 [alfons]     0.6.5claws63
15202
15203         * src/folderview.c 
15204                 work around problem of not correctly updating folder stats
15205                 when deleting messages. there's some folder scanning evil
15206                 going so the folderview_update_msg_num() does not work
15207                 correctly. need to investigate this.
15208
15209 2001-12-08 [paul]       0.6.5claws62
15210
15211         * sync with sylpheed 0.6.5cvs23
15212                 see ChangeLog entry 2001-12-08
15213
15214 2001-12-07 [christoph]  0.6.5claws61
15215
15216         * src/compose.c
15217                 fix another header translation problem
15218
15219 2001-12-07 [alfons]     0.6.5claws60
15220
15221         * src/mbox.c
15222                 make filtering also work on local spool mbox
15223
15224 2001-12-07 [carsten]    0.6.5claws59
15225         * src/addressbook.c
15226                 addressbook window gets a wmclass distinct from the main
15227                 sylpheed window
15228         * src/compose.h
15229         * src/mainwindow.[ch]
15230                   forward menu item will use mode selected in prefs, forward 
15231                 as attatchment in menu removed (will be substituted in the
15232                 toolbar similar to reply buttons)
15233                   create news message menu entry and news button is now 
15234                 sensitive to the existance of a news account
15235         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15236         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15237         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15238                 these are removed because the toolbar buttons don't show
15239                 the quoting modus any longer
15240
15241 2001-12-07 [paul]
15242
15243         * tools/newscache_clean.pl      ** NEW FILE **
15244                 perl script to do some tidying up in the newscache directory 
15245                 
15246         * tools/sylpheed-switcher       ** NEW FILE **
15247                 perl script to enable easy switching between main and claws
15248                 
15249         * tools/README
15250                 added descriptions of the two new perl scripts          
15251
15252
15253 2001-12-07 [melvin]     0.6.5claws58
15254
15255         * src/messageview.c
15256                 fixed a warning during compilation introduced in 0.6.5claws56
15257
15258 2001-12-07 [paul]       0.6.5claws57
15259
15260         * src/mainwindow.[ch]
15261         * src/menu.[ch]
15262                 further usability enhancements to replying with or without 
15263                 quoting via the toolbar, use of Ctrl key is replaced by 
15264                 drop down menu 
15265                 Submitted by Carsten Schurig            
15266
15267 2001-12-07 [melvin]     0.6.5claws56
15268
15269         * src/messageview.c
15270                 hack to fix bug that prevented to make/paste selections
15271                 after switching between MVIEW_TEXT and MVIEW_MIME views
15272                 without deselecting the selection first.
15273
15274 2001-12-06 [alfons]     0.6.5claws55
15275
15276         * src/filtering.[ch]
15277         * src/inc.c
15278                 revise filtering a little bit more, and make sure
15279                 messages are delivered to the appropriate inbox
15280                 (perhaps set per account)
15281
15282 2001-12-06 [paul]       0.6.5claws54
15283
15284         * sync with sylpheed 0.6.5cvs22
15285                 see ChangeLog entry 2001-12-06
15286
15287 2001-12-05 [alfons]     0.6.5claws53
15288
15289         * src/inc.c
15290         * src/folder.[ch]
15291         * src/procmsg.c
15292         * src/filtering.c
15293                 more revisions of filtering system
15294                 (last stable version is marked as LAST_STABLE)
15295                 
15296                 | NOTE 1): the filtering system now uses a local folder called
15297                 | .processing. if filtering fails, check this directory
15298                 | for missing messages.
15299                 |
15300                 | NOTE 2): help us find the filtering actions still missing
15301
15302 2001-12-05 [paul]       0.6.5claws52
15303
15304         * src/mainwindow.c
15305                 fix bug where 'Empty Trash?' pop-up window appears even
15306                 when Trash is empty, submitted by Jesse Skinner         
15307
15308 2001-12-05 [melvin]     0.6.5claws51
15309
15310         * src/compose.c
15311                 fixed bug #486106 to select correct account when reediting 
15312                 a queued message
15313         
15314 2001-12-04 [alfons]     0.6.5claws50
15315
15316         * src/mh.c
15317                 declare markfile in appropriate functions when
15318                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15319                 for spotting this)
15320
15321 2001-12-04 [paul]       0.6.5claws49
15322
15323         * sync with sylpheed 0.6.5cvs21
15324                 see ChangeLog entry 2001-12-04
15325
15326 2001-12-03 [christoph]  0.6.5claws48
15327
15328         * po/de.po
15329                 changed translation of undo
15330         * src/account.c
15331         * src/folder.c
15332                 don't reinvent the wheel to traverse a GNode
15333         * src/compose.[ch]
15334                 seperate code to create the compose gui into functions
15335                 add "Others" page with folder selection for saving copy
15336                 of the message.
15337                 the folder identifier is saved to queue header
15338         * src/procmsg.c
15339                 save message to folder in queue header
15340
15341 2001-12-03 [paul]       0.6.5claws47
15342
15343         * sync with sylpheed 0.6.5cvs20
15344                 see ChangeLog entry 2001-12-03
15345
15346 2001-12-01 [paul]
15347
15348         * more sync with sylpheed 0.6.5cvs19
15349                 see ChangeLog entry 2001-11-29
15350
15351 2001-11-30 [paul]       0.6.5claws46
15352         
15353         * src/compose.c
15354                 remove conflicts introduced by Hoa's last commit
15355          
15356         * src/mainwindow.c
15357                 make 'Message/Bounce' sensitive
15358
15359 2001-11-30 [hoa]        0.6.5claws45
15360
15361         * src/compose.c
15362                 slightly change bounce function to add
15363                 information about the user that bounced the mail
15364                 in the From header line.
15365
15366         * src/folderview.c
15367                 permit the use of processing in outbox folder.
15368
15369 2001-11-29 [paul]       0.6.5claws44
15370
15371         * src/mainwindow.[ch]
15372         * src/prefs_common.c
15373         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15374         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15375         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15376                 usability enhancements to the quoting, implements
15377                 use of Ctrl key to toggle quoting settings
15378                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15379
15380 2001-11-29 [paul]       0.6.5claws43
15381         
15382         * sync with sylpheed 0.6.5cvs19
15383                 see ChangeLog entry 2001-11-28
15384
15385 2001-11-29 [melvin]     0.6.5claws42
15386         * src/Makefile.am
15387                 added enriched.[ch] to the list of files
15388
15389         * src/textview.c
15390         * src/mimeview.c
15391         * src/procmime.[ch]
15392         * src/enriched.[ch]
15393                 added support to view text/enriched
15394                 added support to show headers in message view for text/enriched and text/html
15395                         in non multipart messages
15396
15397 2001-11-28 [paul]       0.6.5claws41
15398
15399         * more sync with sylpheed 0.6.5cvs18
15400                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15401
15402 2001-11-27 [paul]       0.6.5claws40
15403         
15404         * po/pt_BR.po
15405                 updated translation, submitted by Fabio Junior Beneditto
15406                 
15407         * sync with sylpheed 0.6.5cvs18
15408                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15409                 2001-11-27
15410
15411
15412 2001-11-26 [paul]
15413
15414         * po/es.po
15415                 updated translation, submitted by Ricardo Mones Lastra
15416
15417 2001-11-26 [alfons]
15418
15419         * src/matcher.c
15420                 add more translatable strings
15421
15422 2001-11-26 [christoph]  0.6.5claws39
15423
15424         * po/de.po      
15425                 fixed one more umlaut
15426         * src/compose.c
15427                 fix translated header when it should not be translated
15428
15429 2001-11-26 [paul]       0.6.5claws38
15430
15431         * src/mainwindow.c
15432                 remove '/Message/Add Sender to address book' from 
15433                 main_window_set_menu_sensitive(), prevent debug warning
15434                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15435
15436 2001-11-26 [paul]       0.6.5claws37
15437
15438         * src/summaryview.c
15439                 fix 'recurring unread state' bug 
15440
15441         * tools/README 
15442         * tools/filter_conv.pl
15443                 read name of top level mailbox from folderlist.xml
15444                 and presume nothing about its name              
15445
15446 2001-11-26 [darko]      0.6.5claws36
15447
15448         * src/gtkstext.[ch]
15449                 removed functions that are now in gtkutils.c
15450                 use gtkut_text_is_uri_string() from gtkutils.c
15451         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15452
15453 2001-11-26 [paul]       0.6.5claws35
15454
15455         * sync with sylpheed 0.6.5cvs16
15456                 see ChangeLog entries 2001-11-25 and 2001-11-26
15457
15458 2001-11-25 [alfons]     0.6.5claws34
15459
15460         EXPERIMENTAL!!! Please checkout the last stable version using: 
15461           
15462         % cvs update -r LAST_STABLE -dRAP
15463
15464         (Or help us testing this stuff.)
15465
15466         * src/filtering.c               (1.14)
15467         * src/filtering.h               (1.6)
15468         * src/inc.c                     (1.28)
15469         * src/matcher.c                 (1.20)
15470         * src/mbox.c                    (1.9)
15471         * src/procmsg.h                 (1.14)
15472         * src/summaryview.c             (1.59)
15473         * src/summaryview.h             (dunno)
15474                 revert/merge/sync to as it was before commit 
15475                 on Thu, 19 Jul 2001 10:15:51 -0700.
15476
15477 2001-11-25 [hoa]        0.6.5claws33
15478
15479         * src/main.c
15480                 processing mails at startup
15481
15482         * src/folderview.c
15483         * src/summaryview.[ch]
15484                 processing mails when entering folder
15485
15486         * src/prefs_filtering.c
15487                 fixed some UI bugs
15488
15489 2001-11-24 [alfons]     0.6.5claws32
15490
15491         * src/summaryview.[ch]
15492                 make summary sort headers work, and also make
15493                 sure the sort type is stored
15494
15495 2001-11-23 [alfons]     0.6.5claws31
15496
15497         * src/summaryview.[ch]
15498                 make lock work like mark
15499                 disallow deleting messages marked as locked
15500
15501 2001-11-23 [alfons]     0.6.5claws30
15502
15503         * src/gtkstext.c
15504         * src/compose.[ch]
15505         * src/Makefile.am
15506         * src/undo.[ch]
15507                 merge undo patch submitted by Jens
15508
15509 2001-11-23 [christoph]  0.6.5claws29
15510
15511         * src/.cvsignore
15512                 added ylwrap
15513         * src/compose.c
15514                 fixed gpg signing and encoding
15515         * src/folder.[ch]
15516         * src/main.c
15517                 added --status option to get new, unread and total
15518                 message count from a running sylpheed
15519         * src/prefs_common.c
15520                 temporary fix for reply_with_quote problem
15521                 (don't call functions for non existing widget)
15522         * src/procmsg.c
15523                 one more check for ignored threads but still not
15524                 always working correctly. probably a recursive
15525                 check for all parents is needed
15526
15527 2001-11-23 [darko]      0.6.5claws28
15528
15529         * src/compose.c
15530                 wrapping on send improvements
15531         * src/gtkutils.[ch]
15532                 fix for GtkSText after last sync with main branch
15533                 GTK_TEXT -> GTK_STEXT
15534
15535 2001-11-23 [paul]       0.6.5claws27
15536
15537         * sync with sylpheed 0.6.5cvs14
15538                 see ChangeLog entries 2001-11-22 and 2001-11-23
15539                 
15540         * po/de.po
15541                 fixed the scrambled umlauts 
15542                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15543
15544 2001-11-21 [paul]       0.6.5claws26
15545
15546         * sync with sylpheed 0.6.5cvs12
15547                 see 2nd ChangeLog entry dated 2001-11-20
15548
15549 2001-11-20 [paul]       0.6.5claws25
15550
15551         * sync with sylpheed 0.6.5cvs11
15552                 see ChangeLog entry 2001-11-19 (src/utils.c)
15553
15554 2001-11-20 [hiro]
15555
15556         * src/compose.c
15557                 GTK_TEXT -> GTK_STEXT
15558                 fix for wrong comment
15559
15560 2001-11-20 [hiro]       0.6.5claws24
15561
15562         * src/compose.[ch]
15563                 more merges from main branch
15564                 removed fatal warnings (uninitialized variables etc.)
15565                 some coding style fix
15566         * src/gtkutils.h
15567                 fixed typo.
15568         * src/addressbook.c
15569           src/addrindex.c
15570                 V-Card -> vCard
15571
15572 2001-11-19 [hoa]        0.6.5claws23
15573
15574         * src/filtering.c
15575         * src/prefs_scoring.c
15576         * src/matcher.[ch]
15577         * src/scoring.c
15578                 cleaning code
15579
15580         * src/matcher_parser_parse.y
15581         * src/prefs_filtering.c
15582                 bouncing
15583
15584 2001-11-19 [alfons]     0.6.5claws22
15585
15586         more of my old things into claws
15587
15588         * src/Makefile.am
15589         * src/prefs_common.c
15590         * src/procmsg.h
15591         * src/summaryview.[ch]
15592         * src/prefs_summary_column.c
15593         * src/pixmaps/locked.xpm
15594                 add indicators for locking of message in summary view
15595                 (does not work yet, only visual indicator)
15596
15597 2001-11-19 [paul]       0.6.5claws21
15598
15599         * sync with sylpheed 0.6.5cvs10
15600                 see ChangeLog entry 2001-11-19
15601
15602 2001-11-18 [alfons]     0.6.5claws20
15603         
15604         * src/filtering.c
15605                 remove an inadvertent free I forgot in previous clean up 
15606
15607 2001-11-18 [alfons]     0.6.5claws19
15608
15609         * src/filtering.[ch]
15610                 clean up & plug leaks
15611
15612 2001-11-18 [paul]       0.6.5claws18
15613
15614         * sync with sylpheed 0.6.5cvs9
15615                 see ChangeLog entries 2001-11-17 and 2001-11-18
15616
15617 2001-11-16 [paul]       0.6.5claws17
15618
15619         * sync with sylpheed 0.6.5cvs8
15620                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15621
15622 2001-11-16 [paul]       0.6.5claws16
15623
15624         * sync with sylpheed 0.6.5cvs7
15625                 see ChangeLog entries 2001-11-15 and 2001-11-16
15626
15627 2001-11-15 [hoa]        0.6.5claws15
15628
15629         * src/compose.c
15630                 fix bounce, mails we received couln't be bounced to ourself.
15631
15632         * src/defs.h
15633         * src/filtering.[ch]
15634         * src/matcher.[ch]
15635         * src/matcher_parser.h
15636         * src/matcher_parser_lex.l
15637         * src/matcher_parser_parse.y
15638         * src/inc.c
15639         * src/main.c
15640         * src/mbox.c
15641         * src/prefs_filtering.[ch]
15642         * src/mainwindow.c
15643         * src/prefs_matcher.c
15644         * src/prefs_scoring.c
15645         * src/scoring.[ch]
15646         * src/summaryview.c
15647                 new matcher/filter/score configuration file parser
15648                 one unique configuration file => ~/.sylpheed/matcherrc
15649                 import in currently automatic, then save are made
15650                 in this new file.
15651                 one filter per folder and one global filter
15652                 (filter of a folder will be used as folder processing)
15653
15654         * src/folder.c
15655                 fix a bug in folder_item_get_identifier
15656                 
15657         * src/messageview.c
15658                 receive receipt return are fixed.
15659
15660 2001-11-14 [alfons]     0.6.5claws14
15661
15662         * src/session.h
15663                 add things from main branch to make claws compile
15664
15665 2001-11-14 [paul]       0.6.5claws13
15666
15667         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15668                 see ChangeLog entries 2001-11-08 to 2001-11-14
15669
15670 2001-11-14 [hoa] 0.6.5claws12
15671
15672         * src/compose.[ch]
15673         * src/mainwindow.c
15674         * src/summaryview.c
15675                 add "bounce mail" option
15676
15677 2001-11-13 [christoph]  0.6.5claws11
15678
15679         * src/compose.c
15680                 Cleanup a mess i add before commiting
15681
15682 2001-11-13 [hoa]        0.6.5claws10
15683
15684         * src/compose.c
15685                 some fixes when mail are sent or
15686                 for crossposts
15687
15688 2001-11-13 [christoph]  0.6.5claws9
15689
15690         * po/de.po
15691                 Changed two string with the same translation
15692         * src/compose.c
15693         * src/procmsg.[ch]
15694         * src/send.[ch]
15695                 New mailsending process:
15696                   - Always queue message before sending
15697                     (message will be saved if sylpheed crashed or
15698                      freezes while sending)
15699                   - Allow queuing of newspostings
15700                   - No copy in outbox before sending
15701                     (closes bug #469501)
15702                   - No more redundant code for send and send_later
15703         * src/summaryview.c
15704                 Applied wwp <subscript@free.fr>'s patch that fixes
15705                 marks for multiple forwarded messages (+compose.c)
15706
15707 2001-11-12 [alfons]
15708
15709         * README.claws
15710                 remove things that are now in main branch
15711         
15712         * po/nl.po
15713                 update Dutch translation
15714
15715 2001-11-12 [mhadasht]   0.6.5.claws8
15716
15717         * src/prefs_common.c
15718                 re-enabled account autoselection feature for forward
15719                 and reedit lost during the branch point for SYNC-B4-REL
15720         * src/gtkspell.c
15721                 gtkpspell_get_dict(): more readable code (even if function is
15722                 not used yet)
15723         * ChangeLog.claws
15724                 added version number info to 2001-11-12 [hiro] comment.
15725
15726 2001-11-12 [hiro]       0.6.5.claws7
15727
15728         * src/compose.c
15729                 compose_forward(): fixed a bug that forward quote mark
15730                 wasn't used.
15731                 removed unnecessary code.
15732         * src/template_select.[ch]: removed.
15733
15734 2001-11-11 [alfons]
15735
15736         * src/compose.c
15737                 :%s/GTK_TEXT/GTK_STEXT/g
15738         
15739         * src/compose.[ch]
15740         * src/undo.[ch]
15741         * src/Makefile.am
15742                 revert the undo stuff (this is 0.6.6claws stuff)
15743
15744 2001-11-11 [hoa]        0.6.5.claws6
15745
15746         * src/compose.[ch]
15747                 Insert signature at the end of the text.
15748                 Added undo patch but currently disabled
15749
15750         * src/procmsg.c
15751                 Threading by subject improved.
15752
15753         * added src/undo.[ch]
15754                 Undo module for compose dialog box.
15755
15756 2001-11-11 [alfons]     0.6.5.claws5
15757
15758         * src/procmsg.c
15759                 prevent threading by subject on nodes that have already been
15760                 threaded by in-reply-to (as in "circular references in a tree
15761                 result in a dead branch")
15762
15763 2001-11-09 [hoa]        0.6.5.claws4
15764         
15765         * src/folderview.c
15766                 allows creation of mbox folder item from any files.
15767
15768 2001-11-09 [alfons]     0.6.5.claws3
15769         
15770         * src/utils.c
15771         * src/procmsg.c
15772                 do what I mean and correct threading by subject so it really
15773                 ignores attracting lines without "Re: "
15774
15775 2001-11-07 [alfons]     0.6.5.claws2
15776
15777         * src/procmsg.c
15778         * src/utils.[ch]
15779                 only attract by subject if a subject line starts with a "Re: "
15780         * src/syldap.c
15781                 remove warning
15782
15783 2001-11-07 [paul]       0.6.5claws1
15784
15785         * sync with sylpheed 0.6.5. release
15786                 see ChangeLog entry 2001-11-07
15787
15788 2001-11-07 [paul]       0.6.4claws31
15789
15790         * sync with sylpheed 0.6.4cvs18
15791                 see ChangeLog entries 2001-10-30 to 2001-11-07
15792                 prefs_templates.[ch] renamed prefs_template.[ch]
15793
15794 2001-11-06 [alfons]
15795         
15796         * src/utils.h
15797                 add semicolon Hoa forgot ;-)
15798                 
15799
15800 2001-11-06 [hoa]        0.6.4claws30
15801         
15802         * src/procmsg.c
15803         * src/summaryview.c
15804         * src/utils.c
15805         * src/utils.h
15806                 threading by subject - empty subject are ignored
15807
15808 2001-11-06 [christoph]  0.6.4claws29
15809
15810         * src/socket.c
15811                 use SSL_peek for sock_gets
15812         * src/utils.c
15813                 removed unneeded pointer in extracting quoted
15814                 names implementation
15815
15816 2001-11-06 [melvin]     0.6.4claws28
15817
15818         * src/gtkspell.c
15819                 fixed bug #476792 Selection overtyping with spell checker
15820                 fixed bug which could cause a buffer overflow
15821                 fixed a memory leak
15822
15823 2001-11-06 [hoa]        0.6.4claws27
15824         
15825         * src/procmsg.c
15826         * src/summaryview.c
15827                 threading by subject
15828
15829 2001-11-05 [alfons]     0.6.4claws26
15830         
15831         * README.claws
15832                 Claws -> Sylpheed (vice versa)
15833
15834         * src/compose.c
15835                 :%s/gtk_text/gtk_stext/g
15836                 :%s/GTK_TEXT/GTK_STEXT/g
15837                 (thanks to Jonathan Ware for spotting this)
15838
15839 2001-11-04 [christoph]  0.6.4claws25
15840
15841         * src/summaryview.c
15842                 replace Xalloca + strdup with Xstrdup_a
15843         * src/utils.c
15844                 better implementation of extracting quoted names
15845                 from addresses (remove backlashes and ignore
15846                 quotes after them)
15847
15848 2001-11-04 [alfons]     0.6.4claws24
15849
15850         * src/utils.[ch]
15851                 edit to comply more with coding style
15852
15853         * src/textview.c
15854                 fix bug reported by Kim Schulz. introduced by the patch integrated
15855                 in 0.6.4claws15. the code did not check the return value of
15856                 the html parser.
15857
15858         * AUTHORS
15859                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15860
15861 2001-11-04 [christoph]  0.6.4claws23
15862
15863         * src/main.c
15864         * src/prefs_common.[ch]
15865                 init some pointers that possibly caused a segfault
15866                 reported in the claws-users ML
15867
15868 2001-11-04 [hoa]        0.6.4claws22
15869
15870         * src/grouplistdialog.c
15871                 change the names of the nodes in the tree
15872
15873         * src/compose.c
15874                 enhanced mailto syntax as described in
15875                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15876                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15877
15878         * src/utils.c
15879                 encode and decode URI (useful when opening URL into
15880                 netscape).
15881
15882 2001-11-03 [hoa]        0.6.4claws21
15883
15884         * src/grouplistdialog.c
15885                 a new newsgroups list selection dialog box
15886                 with a CTree instead of a CList
15887
15888 2001-11-03 [hoa]        0.6.4claws20
15889
15890         * src/folderview.c
15891                 enable property and scoring options when right
15892                 click on "inbox"
15893
15894         * src/summaryview.c
15895                 fixed bug when nickname were displayed using
15896                 the address book.
15897
15898 2001-11-02 [darko]      0.6.4claws19
15899
15900         * src/compose.c
15901                 new wrap quotation and URL/long words wrapping implementation
15902         * src/compose.c src/gtkstext.[ch]
15903                 move gtkstext_strncmp() to gtkstext.c
15904
15905 2001-11-01 [christoph]  0.6.4claws18
15906
15907         * src/prefs_account.c
15908                 fixed mess in account settings dialog
15909         * src/prefs_folder_item.c
15910                 added label with folder path to dialog
15911
15912 2001-10-31 [match]      0.6.4claws17
15913
15914         * src/vcard.c
15915                 fix memory leak.
15916         * src/addrbook.c
15917                 fix generation of spurious address book file names.
15918                 remove redundant functions.
15919         * po/POTFILES.in
15920                 added missing file names.
15921
15922 2001-10-30 [paul]       0.6.4claws16
15923
15924         * sync with sylpheed 0.6.4cvs6
15925                 see ChangeLog entries 2001-10-26 to 2001-10-30
15926
15927         * tools/filter_conv.pl
15928                 read folderlist.xml to discover whether the top-level
15929                 folder is called 'Mailbox' or 'Mail' 
15930
15931 2001-10-29 [paul]       0.6.4claws15
15932
15933         * src/html.c, src/textview.c
15934                 activate links in html mail and fix clickable parts
15935                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15936
15937 2001-10-29 [paul]
15938
15939         * po/de.po, po/es.po, po/pt_BR/po
15940                 updated translations, submitted by Jens Oberender,
15941                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15942
15943 2001-10-29 [darko]      0.6.4claws14
15944
15945         * src/compose.c
15946                 fix wrapping for good
15947
15948 2001-10-29 [darko]
15949
15950         * src/compose.c
15951                 undo previous change as it broke the smart wrapping
15952
15953 2001-10-29 [darko]      0.6.4claws13
15954
15955         * src/compose.c
15956                 fix infinite loop when long URL is quoted
15957                 (closes bug #475122.
15958
15959 2001-10-28 [match]
15960
15961         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15962                 import Mutt address book
15963         * src/ldif.[ch] src/importldif.h
15964                 modified import LDIF handle user attributes
15965
15966 2001-10-28 [christoph]  0.6.4claws12
15967
15968         * src/summaryview.c
15969                 fixed that filtering did not work if there
15970                 were no filter rules
15971                 (closes bug #472003 and better implementation
15972                  of patch #474644)
15973
15974 2001-10-27 [christoph]  0.6.4claws11
15975
15976         * src/compose.c
15977                 make the folder's default account to be used when
15978                 replying. (patch by wwp <subscript@free.fr>)
15979         * src/compose.c
15980                 code cleanup, nearly killed all of wwp's patch
15981                 for folder's default account in compose
15982         * src/folderview.c
15983                 error panel when a folder could not be created
15984                 (closes bug #471080 new folder name & already
15985                  existing file)
15986
15987 2001-10-26 [alfons]
15988
15989         * src/utils.h
15990                 change prototype of strstr2() that Christoph forgot about
15991
15992 2001-10-26 [christoph]  0.6.4claws10
15993
15994         * src/account.c
15995                 made search for accounts by email address not case
15996                 sensitive
15997         * src/folder.c
15998                 fixed memory leak in folder_item_get_identifier
15999         * src/gtkspell.c
16000         * src/utils.c
16001                 fixed wrong strstr2 (should work like strstr)
16002
16003 2001-10-26 [darko]      0.6.4claws9
16004
16005         * src/compose.c src/gtkstext.[ch]
16006         * src/gtkstext.c
16007                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
16008
16009 2001-10-26 [paul]       0.6.4claws8
16010
16011         * src/html.c
16012                 ignore css and javascript tags in html mail
16013                 case-insensitive, with or without double-quoted
16014                 strings
16015
16016 2001-10-26 [paul]       0.6.4claws7
16017
16018         * sync with sylpheed 0.6.4cvs1
16019                 see ChangeLog entry 2001-10-26
16020
16021         * src/prefs_account.c, src/prefs_common.c,
16022           src/prefs_summary_column.c
16023                 minor improvements to the English
16024
16025 2001-10-25 [alfons]     0.6.4claws6
16026
16027         * src/gtkstext.c
16028         
16029                 make GtkSText follow style of GtkText (closes bug 
16030                 #469211 "text selection while writing message")
16031                 
16032                 do sync with GTK 1.2.10
16033
16034 2001-10-25 [paul]       0.6.4claws5
16035
16036         * src/html.c
16037                 ignore css tags in html mail
16038
16039 2001-10-25 [darko]      0.6.4claws4
16040
16041         * src/compose.c
16042                 don't declare is_url_string as static function since
16043                 we need it in gtkstext.c
16044         * src/gtkstext.c
16045                 remove unused variable
16046                 don't wrap long URLs while composing a message
16047
16048 2001-10-24 [christoph]  0.6.4claws3
16049
16050         * src/socket.c
16051                 fix ssl deadlock, when peer closes connection
16052
16053 2001-10-24 [paul]       0.6.4claws2
16054
16055         * src/prefs_common.c
16056                 gettextize the gpg ascii-armored warning message
16057
16058         * src/compose.c
16059                 insert a DOS/MAC file into the composed message
16060                 (improvements)
16061
16062         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
16063
16064 2001-10-22 [paul]       0.6.4claws1
16065
16066         * sync with sylpheed 0.6.4 release
16067                 see ChangeLog entries 2001-10-21
16068
16069         * po/fr.po, po/pt_BR.po
16070                 updated by Melvin Hadasht and Fabio Junior Beneditto
16071
16072 2001-10-21 [paul]       0.6.3claws30
16073
16074         * src/compose.c
16075                 insert a DOS text file from the compose window
16076                 into the composed message text (removes CRs characters)
16077                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
16078
16079         * tools/filter_conv.pl, tools/README
16080                 automatically use ~/.sylpheed as working directory
16081                 print out confirmation message on completion
16082
16083         * correct Hoa's last ChangeLog.claws entry
16084
16085 2001-10-20 [hoa]        0.6.3claws29
16086
16087         * src/grouplistdialog.c
16088                 bugfix (another ?) to give the right
16089                 newsgroups list for each news server.
16090
16091         * src/news.c
16092         * src/news.h
16093                 improve the newsgroups list cache
16094
16095 2001-10-20 [paul]       0.6.3claws28
16096
16097         * sync with sylpheed 0.6.3cvs9
16098                 see ChangeLog entry 2001-10-19
16099
16100         * correct Alfons' last ChangeLog.claws entry
16101
16102 2001-10-19 [alfons]
16103
16104         * src/pgptext.[ch]
16105                 fix compilation problems (part of bug #472895)
16106
16107 2001-10-18 [hoa]        0.6.3claws27
16108
16109         * src/grouplistdialog.c
16110                 bugfix when we refresh was clicked (bug 472701)
16111
16112 2001-10-19 [christoph]  0.6.3claws26
16113
16114         * src/compose.c
16115                 last header entry should default to "To:" or
16116                 "Newsgroups:" and not copy the last entry line
16117                 in a new compose window
16118                 (closes bug #472686, #470792)
16119
16120 2001-10-19 [paul]       0.6.3claws25
16121
16122         * sync with Sylpheed 0.6.3cvs8
16123                 see ChangeLog entries 2001-10-18 and 2001-10-19
16124
16125 2001-10-18 [christoph]  0.6.3claws24
16126
16127         * src/procmsg.c
16128                 reimplement ignore thread
16129         
16130 2001-10-18 [hoa]        0.6.3claws23
16131
16132         * src/folderview.c
16133         * src/grouplistdialog.[ch]
16134                 enhanced news subscription interface (feature 469113)
16135
16136         * src/news.c
16137         * src/news.h
16138                 enchanced newsgroup listing,
16139                 now, we can get groups informations
16140                 (NNTPGroupInfo)
16141
16142 2001-10-18 [paul]       0.6.3claws22
16143
16144         * src/summaryview.c
16145                 remove comment (sync with main branch)
16146         * src/mainwindow.c
16147                 fix 'Re-edit' bug in 'Message' menu
16148
16149 2001-10-17 [christoph]  0.6.3claws21
16150
16151         * src/compose.c
16152                 ignore empty or whitespace only header lines
16153
16154 2001-10-17 [paul]       0.6.3claws20
16155
16156         * sync with sylpheed 0.6.3cvs7
16157                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16158                 2001-10-17
16159
16160 2001-10-17 [darko]
16161
16162         * src/compose.c
16163                 wrap long lines without spaces
16164                 don't wrap URLs
16165
16166 2001-10-16 [paul]
16167
16168         * po/es.po, po/nl.po, po/pt_BR.po
16169                 updated by Ricardo Mones Lastra, Alfons,
16170                 and Fabio Junior Beneditto
16171
16172         * sylpheed-0.6.3claws released
16173
16174 2001-10-15 [melvin] 0.6.3claws18
16175
16176         * README.claws
16177                 added summary and detailed installation instructions
16178                 for spell checker
16179         * po/fr.po
16180                 Updated, corrected and completed french translation
16181
16182 2001-10-15 [hoa] 0.6.3claws17
16183         * src/grouplistdialog.c
16184                 we can choose the newsgroups to display with wildcards
16185
16186 2001-10-15 [christoph]  0.6.3claws16
16187
16188         * src/account.c
16189         * src/compose.c
16190         * src/prefs_folder_item.[ch]
16191                 applied wwp <subscript@free.fr>'s folder
16192                 default account patch
16193         * po/de.po
16194                 Fixed wrong translation
16195
16196 2001-10-13 [alfons, christoph, melvin]  
16197                         0.6.3claws15
16198
16199         solution #2 to solve MT-safety problems defers all GUI related calls
16200         to the main thread using a gtk_idle_add() callback. discussed on
16201         ircnet #sylpheed, with christoph spotting some issues with the
16202         original code, and melvin allowing us to lobotomize his sylpheed.
16203
16204         * src/syldap.[ch], src/main.c
16205                 fix race problem in ldap search thread by deferring GUI 
16206                 stuff to main thread using gtk_idle_add()
16207
16208 2001-10-13 [paul]       0.6.3claws14
16209
16210         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16211                 add Sergey's smtpcred.patch
16212                 adds separate username/password setting for SMTP Auth
16213                 needed by some servers
16214                 (closes feature request #471659)
16215
16216 2001-10-13 [paul]       0.6.3claws13
16217
16218         * src/pgptext.[ch] **NEW FILES**
16219         * src/Makefile.am, src/messageview.c, src/mimeview.c
16220                 decrypt ascii-armored gpg text embedded in
16221                 the message body.
16222                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16223
16224 2001-10-13 [christoph]  0.6.3claws12
16225
16226         * README.claws
16227                 some more details on default to and
16228                 feature requests
16229         * src/main.c
16230                 init glib threading when ldap is used
16231         * src/syldap.c
16232                 threading fixes
16233         * po/de.po
16234                 fixed a typo
16235
16236 2001-10-12 [paul]       0.6.3claws11
16237
16238         * src/prefs_common.[ch], src/rfc2015.c
16239                 enable ascii-armored gpg text to be embedded in the
16240                 message body, selectable through the 'Privacy'
16241                 preferences. Supports encrypting only.
16242                 Submitted by Ravemax <ravemax@dextrose.com>
16243
16244 2001-10-12 [paul]       0.6.3claws10
16245
16246         * sync with sylpheed 0.6.3cvs6
16247                 see ChangeLog entries 2001-10-11 and 2001-11-12
16248
16249         * src/folderview.c
16250                 incorporated mbox folders, scoring, and folder
16251                 properties into the sync
16252
16253 2001-10-12 [darko]      0.6.3claws9
16254
16255         * README.claws
16256                 describe quotation wrapping
16257         * src/compose.c
16258                 don't treat tab as space to calculate line length properly
16259
16260 2001-10-11 [alfons]
16261
16262         * README.claws
16263                 correct description of how to make new filtering system work,
16264                 add some other things
16265                 
16266         * src/syldap.c
16267                 remove sched_yield() (not necessary / unportable)
16268
16269 2001-10-11 [paul]       0.6.3claws8
16270
16271         * sync with sylpheed 0.6.3cvs3
16272                 see ChangeLog entry 2001-10-10
16273
16274 2001-10-10 [christoph]  0.6.3claws7
16275
16276         * .cvsignore
16277                 ignore 2 files created by newer autotools
16278         * src/prefs_folder_item.c
16279                 using table for widget alignment
16280                 fixed memory leak and broken octal display
16281         * src/filesel.c
16282                 fixed segfault caused by lost filename
16283                 workaround (closes bug #469551)
16284
16285 2001-10-10 [paul]       0.6.3claws6
16286
16287         * sync with sylpheed 0.6.3cvs2
16288                 see ChangeLog entries 2001-10-09 and 2001-10-10
16289
16290 2001-10-10 [darko]      0.6.3.claws5
16291
16292         * src/gtkstext.c
16293                 proper calculation of right margin if smart wrapping is enabled
16294         * src/compose.c
16295                 automatically wrap long lines if wrap quotation is enabled
16296
16297 2001-10-09 [alfons]     0.6.3.claws4
16298
16299         * src/summaryview.c
16300                 select correct row when deleting last row in the summary view (and
16301                 close bug "[ #469104 ] select second last in list when deleting")
16302
16303 2001-10-09 [paul]       0.6.3claws3
16304
16305         * sync with sylpheed 0.6.3cvs1
16306                 updated some autotool scripts
16307
16308 2001-10-09 [darko]      0.6.3claws2
16309
16310         * src/gtkstext.[ch]
16311                 new name and mark with Sylpheed comment
16312         * src/compose.c
16313                 smart quotation wrapping a-la VIM
16314
16315 2001-10-08 [paul]       0.6.3claws1
16316
16317         * sync with sylpheed 0.6.3 release
16318                 see ChangeLog entry 2001-10-08
16319
16320 2001-10-08 [paul]       0.6.2claws24
16321
16322         * src/summaryview.c
16323                 more sync with sylpheed 0.6.2cvs12
16324                 Fixed the bug that didn't select the last row correctly
16325
16326
16327 2001-10-07 [paul]       0.6.2claws23
16328
16329         * sync with sylpheed 0.6.2cvs12
16330                 see ChangeLog entry 2001-10-07
16331
16332 2001-10-06 [match]
16333         * src/jpilot.[ch]
16334                 enable jpilot to read unsynch'ed addresses.
16335
16336         * src/editldap_basedn.c
16337                 fix segfault when opening dialog.
16338
16339 2001-10-06 [alfons]     0.6.2.claws22
16340
16341         * src/summaryview.c
16342                 fix bug with summary view selecting last *inserted*
16343                 node instead of last *visible* node. remember we
16344                 work with a tree
16345
16346 2001-10-06 [paul]       0.6.2claws21
16347
16348         * po/pt_BR.po
16349                 updated translation, contains some fixes and new
16350                 translations, submitted by Gustavo Noronha Silva
16351                 <kov@debian.org>
16352
16353         * src/prefs_common.c
16354                 change 'each' to 'every' - fix dubious English
16355
16356         * sync with sylpheed 0.6.2cvs11
16357
16358 2001-10-05 [alfons]     0.6.2claws20
16359
16360         * src/mainwindow.[ch], src/folderview.c
16361                 make composite tool button switch between "Compose News"
16362                 and "Compose Mail" depending on selected folder
16363                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16364
16365 2001-10-05 [paul]       0.6.2claws19
16366
16367         * src/mainwindow.c, src/summaryview.c
16368                 fix 'Message/Reply to all', broken in last commit
16369
16370         * src/compose.c
16371                 fix X_BEENTHERE seg fault, thanks to Alfons
16372
16373 2001-10-04 [paul]       0.6.2claws18
16374
16375         * src/compose.[ch], src/mainwindow.c
16376                 make "Message/Reply" reply to mailing lists; matches
16377                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16378                 based on portions of the patch submitted by
16379                 Junichi Uekawa <dancer@netfort.gr.jp>
16380
16381 2001-10-04 [darko]      0.6.2claws17
16382
16383         * src/compose.c
16384                 better smart wrapping
16385         * src/gtkstext.[hc]
16386                 a function to make text buffer contiguous
16387
16388 2001-10-03 [paul]       0.6.2claws16
16389
16390         * sync with sylpheed 0.6.2cvs10
16391
16392 2001-10-02 [alfons]
16393
16394         * configure.in
16395         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16396                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16397                 references to chinese translations (hope someone picks up
16398                 this)
16399
16400 2001-10-02 [christoph]  0.6.2claws15
16401
16402         * src/compose.c
16403                 fixed non translated header bug
16404         * ChangeLog.claws
16405                 fixed wrong date in alfons last entry ;)
16406
16407 2001-10-02 [alfons]     0.6.2claws14
16408
16409         * src/compose.c, src/prefs_common.[ch]
16410                 add block cursor option
16411
16412 2001-10-02 [paul]       0.6.2claws13
16413
16414         * sync with sylpheed 0.6.2cvs9
16415
16416 2001-09-30 [paul]       0.6.2claws12
16417
16418         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16419                 updated translations
16420
16421         * po/POTFILES.in
16422                 add 'src/importldif.c'
16423
16424         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16425                 added eudora-to-vCard conversion tool
16426                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16427
16428         * sync with sylpheed 0.6.2cvs8
16429
16430 2001-09-30 [paul]
16431
16432         * sylpheed-0.6.2claws released
16433
16434 2001-09-27 [melvin]     0.6.2claws11
16435
16436         * src/gtkspell.c
16437                 fixed crash when using default path (introduced 
16438                 in 0.6.2claws10)
16439                 fixed tiny bug for initial suggestion mode
16440
16441 2001-09-27 [melvin]     0.6.2claws10
16442         
16443         * src/gtkspell.c
16444                 fixed bug where gtkpspell didn't set the path correctly
16445
16446         * README.claws
16447                 added a paragraph about spell checking
16448                 
16449
16450
16451 2001-09-27 [paul]       0.6.2claws9
16452
16453         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16454                 replace '// comments' with '/* comments */' to prevent
16455                 some compiler warnings 
16456
16457         * sync with sylpheed 0.6.2cvs6
16458
16459 2001-09-26 [alfons]     0.6.2claws8
16460
16461         * src/messageview.c
16462                 introduce return receipt request notification again,
16463                 which was lost because of other semantics in 
16464                 procheader_parse() (???)
16465
16466 2001-09-26 [christoph]  0.6.2claws7
16467
16468         * src/compose.c
16469                 replace comments for old code with #if 0
16470                 readded auto cc, bcc and reply-to
16471         * src/prefs_matcher.c
16472         * src/prefs_scoring.c
16473                 removed some definition (was moved to
16474                 prefs.h)
16475
16476 2001-09-26 [paul]       0.6.2claws6
16477
16478         * src/mainwindow.c
16479                 make 'Follow-up and reply to' sensitive
16480
16481         * more sync with sylpheed 0.6.2cvs5
16482
16483 2001-09-25 [melvin]
16484
16485         * 0.6.2claws5
16486
16487         * src/gtkspell.c
16488                 fixed bug for "US-ASCII" introduced by the encoding code
16489
16490 2001-09-25 [paul]
16491
16492         * 0.6.2claws4
16493
16494         * src/prefs_common.[ch], src/summaryview.c
16495                 'next unread msg' 'go to next folder?' dialog can be
16496                 given default behaviour, either always show dialog,
16497                 or assume 'yes', or assume 'no'
16498                 Submitted by wwp <subscript@free.fr>
16499
16500 2001-09-25 [melvin]
16501                 
16502         * src/compose.c src/gtkspell.[ch]
16503                 added support for different encodings
16504
16505 2001-09-25 [paul]
16506
16507         * more sync with sylpheed 0.6.2cvs5
16508
16509 2001-09-24 [alfons]
16510         
16511         * src/prefs_folder_item.c
16512                 add check for item->prefs->default_to string is NULL and
16513                 add another check when freeing this string
16514
16515 2001-09-24 [paul]
16516
16517         * configure.in
16518                 change to version 0.6.2claws3
16519
16520         * sync with sylpheed 0.6.2cvs5 
16521
16522 2001-09-24 [match]
16523         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16524                 import LDIF files.
16525         * src/addrcache.[ch], addrindex.[ch]
16526                 small update for future
16527         * src/addrbook.c
16528                 fix test XML file.
16529
16530 2001-09-24 [melvin]
16531         * src/gtkspell.[ch]
16532                 added 'Learn from mistakes' option
16533                 better handling of quotes in checked words
16534                 sorted dict list
16535         * po/fr.po
16536                 small update for spell checking stuff
16537
16538 2001-09-23 [alfons]
16539         
16540         * src/gtkspell.c
16541                 edit a little bit so it complies more with main coding style
16542
16543 2001-09-23 [alfons]
16544
16545         * src/folder.[ch], prefs_folder_item.c, compose.c
16546                 migrate "request return receipt" folder property
16547                 to folderlist.xml
16548
16549 2001-09-22 [alfons]
16550
16551         * README.claws **NEW**
16552                 (add things of interest for users of main branch 
16553                 and claws here)
16554
16555         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16556                 re-implement threading per folder option, but store 
16557                 the setting in folderlist.xml (where it belongs)
16558
16559 2001-09-21 [melvin]
16560
16561         * src/gtkspell.[ch]
16562                 fixed bug when compose window is under another window
16563         * src/prefs_common.[ch] src/compose.c
16564                 changed 'dictionary_path' to 'dictionary' to be consistent
16565                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16566         * ac/pspell.m4 src/Makefile.am 
16567                 dropped PSPELL_PATH macro
16568         * po/fr.po
16569                 updated translations
16570
16571 2001-09-21 [christoph]
16572
16573         * src/compose.c
16574                 added border around header fields
16575                 keep header type when new field is added
16576
16577 2001-09-20 [christoph]
16578
16579         * src/utils.[ch]
16580                 more portable debug_print with source filename
16581                 and linenumber
16582         * src/procmsg.c
16583                 more newlines after debug messages
16584
16585 2001-09-20 [paul]
16586
16587         * configure.in
16588                 change to version 0.6.2claws2
16589
16590         * sync with sylpheed 0.6.2cvs3
16591
16592 2001-09-19 [melvin]
16593
16594         * src/gtkspell.c
16595                 fixed the post-right-click focus pb
16596                 fixed crash when 'Spell check all' after dict change 
16597                         and when cursor is at the end of the text
16598                 shift-right-click pops up config menu even on misspelled words.
16599         * po/POTFILES.in
16600                 added gtkspell.c
16601
16602 2001-09-19 [melvin]
16603
16604         * src/about.c
16605                 added pspell to compiled-in features list
16606
16607 2001-09-18 [melvin]
16608
16609         * switched to pspell and dropped ispell
16610         * ac/pspell.m4
16611                 new file. autoconf macro for pspell
16612         * ac/Makefile.am 
16613         * configure.in acconfig.h
16614                 added pspell support
16615         * src/Makefile.am
16616         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16617         * src/prefs_common.[ch] 
16618                 added pspell support
16619
16620 2001-09-18 [christoph]
16621
16622         * src/addr_compl.c
16623         * src/template.[ch]
16624                 replace LOG_MESSAGE with debug_print
16625         * src/compose.[ch]
16626                 gui improvements
16627         * src/menu.c
16628                 added newline after debug message
16629         * src/utils.h
16630                 using __VA_ARGS__ for debug_print macro
16631         * tools/.cvsignore
16632                 ignore Makefile and Makefile.in
16633
16634 2001-09-18 [paul]
16635
16636         * configure.in
16637                 change to version 0.6.2claws1
16638         * sync with sylpheed 0.6.2cvs1
16639
16640         * src/matcher.c 
16641         * src/prefs_matcher.c
16642                 add 'score equal to' option, submitted by
16643                 Paul Evans <nerd@freeuk.com>
16644
16645 2001-09-15 [christoph]
16646
16647         * src/mainwindow.c
16648                 comment out menu entry not existing in claws
16649         * src/menu.c
16650                 add debug output for non existing menu entries
16651         * src/summaryview.c
16652                 fix next/prev unread message for ignored threads
16653         * src/utils.[ch]
16654                 add sourcefile and line number to debug output
16655                 otherwise it is sometimes hard to find the
16656                 source code part if debug messages are translated
16657
16658 2001-09-14 [darko]
16659         
16660         * src/folderview.c
16661                 refresh target folder style after colour is changed
16662
16663 2001-09-13 [paul]
16664
16665         * configure.in
16666                 change to version 0.6.1claws3
16667
16668         * sync with sylpheed 0.6.1cvs6
16669
16670 2001-09-13 [darko]
16671         
16672         * src/folderview.c
16673                 fix target folder colourization to use user selected colour
16674
16675 2001-09-12 [darko]
16676         
16677         * src/summaryview.c
16678                 fix crash when message that is marked for copy/move is unmarked
16679
16680 2001-09-09 [paul]
16681
16682         * configure.in
16683                 change to version 0.6.1claws2
16684
16685         * sync with sylpheed 0.6.1cvs3
16686
16687 2001-09-09 [alfons]
16688         
16689         * src/folderview.c
16690                 fix bug with default font used for trash folder text
16691
16692 2001-09-06 [paul]
16693
16694         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16695                 updated translations
16696
16697         * configure.in
16698                 change to version 0.6.1claws1
16699
16700         * sync with sylpheed 0.6.1cvs2
16701
16702 2001-09-03 [paul]
16703
16704         * po/POTFILES.in
16705                 add Match's new addressbook
16706
16707         * po/de.po
16708                 updated translation submitted by Jens Oberender
16709
16710 2001-09-02 [paul]
16711
16712         * configure.in
16713                 change to 0.6.1claws
16714         * sync with sylpheed 0.6.1 release
16715
16716 2001-09-02 [paul]
16717
16718         * configure.in
16719                 change to 0.6.0claws2
16720
16721         * sync with sylpheed 0.6.0cvs4
16722
16723         * po/pt_BR.po
16724                 updated translation submitted by Fabio Junior Beneditto
16725
16726 2001-09-01 [match]
16727         * pixmaps/
16728                 interface.xpm
16729                 book.xpm
16730                 address.xpm
16731         * src/
16732                 Makefile.am
16733                 a ton of new files
16734
16735 2001-08-31 [paul]
16736
16737         * configure.in
16738                 change to version 0.6.0claws1
16739
16740         * sync with sylpheed 0.6.0cvs1
16741
16742         * po/es.po
16743                 updated translation submitted by Ricardo Mones Lastra
16744
16745         * po/POTFILES.in
16746                 add 'src/prefs_templates.c'
16747
16748         * src/compose.c, src/summaryview.c
16749                 fix segfault on 'Re_edit'               
16750
16751 2001-08-30 [alfons]
16752
16753         * configure.in, Makefile.am
16754         * tools/Makefile.am
16755                 add tools directory to source distribution
16756
16757 2001-08-30 [paul]
16758
16759         * configure.in
16760                 change to version 0.6.0claws
16761
16762         * sync with sylpheed 0.6.0 release
16763
16764 2001-08-30 [christoph]
16765
16766         * configure.in
16767                 removed autoconf version check
16768
16769 2001-08-30 [paul]
16770
16771         * src/account.c, src/compose.c, src/prefs_common.[ch]
16772         * src/procheader.[ch] src/utils.[ch]
16773                 Enhanced automatic account selection on replies
16774                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16775
16776         * configure.in
16777                 add LDAP and JPilot to the configuration results output.
16778
16779 2001-08-29 [christoph]
16780
16781         * src/summeryview.c
16782                 no bold font for ignored threads
16783
16784 2001-08-29 [paul]
16785
16786         * configure.in
16787                 change to version 0.5.3claws6
16788
16789         * sync with sylpheed 0.5.3cvs10
16790                 src/stringtable.[ch]: New Files
16791
16792         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16793         * src/pixmaps/sylpheed.xpm
16794                 add mini-icons to windows (by Alfons)
16795
16796 2001-08-27 [paul]
16797
16798         * src/mainwindow.c
16799                 new functions: next_labeled_cb(), prev_labeled_cb()
16800
16801         * src/summaryview.c
16802                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16803                 summary_select_next_labeled(), summary_select_prev_labeled()
16804
16805         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16806                 give claws blue folders and a blue trash can
16807
16808 2001-08-27 [paul]
16809
16810         * configure.in
16811                 change to version 0.5.3claws5
16812
16813         * sync with sylpheed 0.5.3cvs9
16814                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16815
16816 2001-08-24 [christoph]
16817
16818         * src/filesel.c
16819                 keep filename when browsing directories
16820                 (not working for user entered filename, but
16821                  for default name and selected filename from
16822                  file list)
16823         * src/mainwindow.c
16824                 fixed wrong spelling "Folllow-up"
16825         * src/mbox_folder.c
16826         * src/procmsg.c
16827         * src/summaryview.c
16828                 fixed new/unread message count with ignored
16829                 threads (2 commits, first didn't notice no
16830                 longer needed decreasing)
16831         * src/inc.c
16832                 readded scrolling of progress dialog
16833                 (lost in sync)
16834
16835 2001-08-24 [paul]
16836
16837         * configure.in
16838                 change to 0.5.3claws4
16839
16840         * sync with sylpheed 0.5.3cvs7
16841
16842 2001-08-24 [christoph]
16843
16844         * src/compose.c
16845                 set request return receipt when replying
16846                 if it is set is the folder prefs of the
16847                 message
16848         * src/inc.c
16849                 disable final error popup if popups are
16850                 disabled in config (again)
16851
16852 2001-08-23 [paul]
16853
16854         * configure.in
16855                 Change version number to 0.5.3claws3
16856
16857         * sync with sylpheed 0.5.3cvs5
16858
16859         * src/mimeview.c
16860                 double quote '%s' in 'gedit %s' to fix bug when
16861                 opening attachment with spaces in the name
16862
16863 2001-08-22 [alte]
16864         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16865           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16866                 initial message templates support
16867
16868
16869 2001-08-22 [paul]
16870
16871         * configure.in
16872                 change version number to 0.5.3claws2
16873
16874         * sync with sylpheed 0.5.3cvs4
16875
16876         * src/procmsg.h src/summaryview.c
16877                 re-implement (un)ignore thread
16878
16879 2001-08-21 [paul]
16880
16881         * src/summaryview.c
16882                 remove unnecessary code
16883         * src/compose.c
16884                 enable 'dynamic' signatures (submitted by
16885                 Eric Limpens <eric@hscg-internet.nl>)
16886
16887 2001-08-21 [paul]
16888
16889         clean up after sync with sylpheed 0.5.3 release
16890
16891         * src/folderview.c
16892                 fix re-introduced font mess, see Christoph's
16893                 entry 2001-06-24
16894
16895         * src/summaryview.c
16896                 remove prev_msgnum
16897                 use sylpheed's small font instead of
16898                 gtk default font for summary view
16899
16900
16901 2001-08-17 [paul]
16902
16903         * configure.in
16904                 add pl to ALL_LINGUAS - sync with main branch
16905
16906         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16907                 Updated. Translations by Jens Oberender, Ricardo Mones
16908                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16909
16910         * po/pl.po  ** NEW FILE **
16911                 sync with the main branch
16912
16913         * src/folderview.c
16914                 fix target folder colorizing and refresh problem
16915
16916
16917 2001-08-17 [christoph]
16918
16919         * src/mainwindow.c
16920                 claws uses 4 colors for target folder coloring.
16921                 arrays were not long enough and destroyed the
16922                 stack causing a segfault.
16923                 target folder colorizing does not work anymore
16924                 for me
16925
16926 2001-08-16 [paul]
16927
16928         * configure.in
16929                 change to version 0.5.3claws1
16930
16931         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16932           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16933           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16934
16935                 sync with sylpheed 0.5.3 release, but keep claws method of
16936                 configuring/saving fonts
16937
16938         * src/addressbook.[ch]
16939                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16940                 in line with a similar change in Hiroyuki's branch
16941
16942         * src/mainwindow.[ch]
16943                 disable main_window_set_thread_option()
16944         * src/prefs_folder_item.c
16945                 comment out &tmps_prefs.enable_thread,
16946         * src/mbox_folder.c, src/procmsg.[ch]
16947                 comment out MSG_IS_IGNORE_THREAD
16948         * src/summaryview.c
16949                 comment out summary_ignore_thread() and summary_unignore_thread()
16950                 comment out MSG_IS_IGNORE_THREAD
16951
16952                 use Hiroyuki's threading instead.
16953
16954
16955
16956 2001-08-15 [paul]
16957
16958         * src/account.c
16959                 use Hiroyuki's 0.5.3 column scheme but also
16960                 include the enable/disable button.
16961         * src/pixmaps/mark.xpm
16962                 add Hiroyuki's amended pixmap
16963
16964 2001-08-13 [christoph]
16965
16966         * src/account.c
16967                 receive at get all column showed wrong state for APOP
16968                 button should only work for POP3 and APOP accounts
16969         * src/prefs_account.c
16970                 added missing preprocessor statement for SSL
16971
16972 2001-08-12 [paul]
16973
16974         * src/account.[ch]
16975                 add 'receive at get all' column and enable/disable
16976                 button.
16977
16978 2001-08-06 [christoph]
16979
16980         * src/account.c
16981                 show usage of SSL in protocol column
16982
16983         * src/imap.c
16984         * src/inc.c
16985                 renamed ssl options
16986
16987         * src/prefs_account.[ch]
16988                 moved ssl options to a new page
16989
16990         * src/send.c
16991         * src/smtp.c
16992         * src/ssl.[ch]
16993                 renamed ssl options
16994                 added support for SMTP STARTTLS command
16995
16996 2001-08-05 [christoph]
16997
16998         * configure.in
16999                 debian autoconf needs version check to find
17000                 correct autoconf version. if the file is
17001                 named configure.in 2.13 is used, which does
17002                 not work with this configure.in script.
17003                 other solution would be to rename the script
17004                 to configure.ac as suggested in the autoconf
17005                 manual.
17006
17007         * src/inc.c
17008                 disable final error popup if popups are
17009                 diabled in config
17010
17011         * src/socket.c
17012                 bugfix in ssl_gets
17013                 fixes IMAP over SSL problem
17014
17015 2001-08-03 [paul]
17016
17017         * configure.in
17018                 change to 0.5.2claws1
17019
17020         * sync with sylpheed 0.5.2cvs1
17021
17022 2001-08-02 [alfons]
17023
17024         * configure.in
17025                 quick fix for ispell detection...
17026
17027 2001-08-01 [paul]
17028
17029         * configure.in
17030                 change to 0.5.1claws4
17031
17032         * sync with sylpheed 0.5.1cvs7
17033
17034 2001-07-31 [alfons]
17035
17036         * src/prefs_common.c, src/prefs_common.h, 
17037           src/gtkspell.c, src/gtkspell.h
17038                 add global spelling checker settings (compose tab) +
17039                 selection of dictionary 
17040           
17041         * configure.in  
17042                 guess valid ispell location
17043
17044 2001-07-31 [paul]
17045
17046         * po/POTFILES.in
17047                 removal of 'src/quote_fmt_parse.c'
17048         * po/de.po
17049                 Updated de.po
17050                 (submitted by Jens Oberender <didge@suse.de>)
17051
17052 2001-07-31 [darko]
17053
17054         * src/folder.[ch]
17055         * src/folderview.[ch]
17056         * src/mainwindow.c
17057         * src/mh.c
17058         * src/prefs_common.[ch]
17059         * src/summaryview.c
17060                 target folder colourization
17061
17062 2001-07-30 [paul]
17063
17064         more sync with Sylpheed 0.5.1cvs6 
17065
17066 2001-07-30 [darko]
17067
17068         * src/mh.c
17069         * src/prefs_folder_item.[hc]
17070         * src/summaryview.c
17071                 shared folders support with a GUI
17072
17073 2001-07-29 [paul]
17074
17075         0.5.1claws3
17076
17077         * sync with Sylpheed 0.5.1cvs6
17078
17079 2001-07-29 [paul]
17080
17081         * po/pt_BR.po
17082                 updated
17083                 (submitted by Fabio Junior Beneditto)
17084
17085 2001-07-28 [paul]
17086
17087         * src/procmime.c
17088         * AUTHORS
17089                 patch to correct bad image mime headers
17090                 (submitted by Don Quijote <dq@searchlores.org>)
17091
17092 2001-07-28 [paul]
17093
17094         * tools/gif2xface.pl   **NEW FILE**
17095         * tools/README
17096                 script to convert file.gif to file.xface for
17097                 use in a custom header.
17098                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17099
17100 2001-07-27 [alfons]
17101         
17102         * configure.in
17103                 change macros for detecting JPilot and LDAP
17104
17105 2001-07-27 [christoph]
17106
17107         * src/filtering.c
17108                 code cleanup (MIN / MAX warning, needed casting)
17109
17110 2001-07-27 [alfons]
17111
17112         * procheader.c
17113                 disallow setting flags when detecting certain headers
17114                 (X-Status, Status, Seen, X-Seen). 
17115         
17116         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17117
17118 2001-07-27 [christoph]
17119
17120         * src/prefs_filter.c
17121         * src/prefs_filtering.c
17122         * src/prefs_matcher.c
17123         * src/prefs_scoring.c
17124                 scroll list when moving rows up or down
17125
17126         * src/imap.c
17127         * src/imap.h
17128         * src/prefs_account.c
17129         * src/prefs_account.h
17130         * src/send.c
17131                 SMTP over SSL (untested, feedback requested)
17132                 IMAP over SSL
17133
17134         * src/ssl.c
17135                 code cleanup
17136
17137 2001-07-26 [alfons]
17138         
17139         * configure.in, acconfig.h
17140                 define CLAWS (need this for main / claws detection)
17141
17142 2001-07-25 [alfons]
17143
17144         * configure.in
17145                 Sylpheed 0.5.1claws2
17146                 
17147         * sync with Sylpheed 0.5.1cvs4
17148
17149 2001-07-25 [christoph]
17150
17151         * src/scoring.c
17152                 fixed segfault
17153                 item->prefs == NULL (don't know why)
17154
17155 2001-07-25 [alfons]
17156
17157         * configure.in
17158                 Sylpheed 0.5.1claws1
17159
17160         * sync with Sylpheed 0.5.1cvs1-3
17161
17162 2001-07-24 [christoph]
17163
17164         * src/folderview.c
17165         * src/prefs_folder_item.[ch]
17166                 added folderitem preferences dialog with
17167                 default To: and auto request return receipt
17168
17169         * src/compose.[ch]
17170         * src/menu.[ch]
17171                 changes to handle new folderitem preferences
17172
17173         * src/mainwindow.c
17174         * src/summaryview.c
17175                 call compose new mail with current folderitem
17176
17177 2001-07-24 [alfons]
17178
17179         Release Sylpheed 0.5.1claws
17180
17181         * configure.in
17182                 change to release version 0.5.1claws
17183
17184 2001-07-24 [christoph]
17185
17186         * src/summaryview.c
17187                 fixed segfault that happend when the selected
17188                 message was removed while retrieving new messages.
17189
17190         * po/es.po
17191                 updated translation
17192                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17193
17194 2001-07-22 [alfons]
17195
17196         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17197         this is a work in progress, for more information: http://nlpagan.net/sylman 
17198         
17199         * configure.in, src/mainwindow.c, manual/Makefile.am
17200                 add support for English manual
17201
17202         * AUTHORS
17203                 add authors of user manuals
17204
17205         * manual/en/sylpheed*.html
17206                 add English documentation
17207
17208 2001-07-22 [christoph]
17209
17210         * po/POTFILES.in
17211                 added src/ssl.c
17212         * src/ssl.c
17213                 changed a wrong debug message
17214
17215 2001-07-22 [alfons]
17216
17217         * po/nl.po
17218                 update Dutch translation
17219
17220         * src/prefs_filtering.c, 
17221           src/prefs_matcher.c
17222                 add more translatable strings           
17223
17224 2001-07-21 [alfons]
17225
17226         0.5.0claws7
17227
17228         * configure.in
17229                 change version
17230
17231         * src/inc.c, src/summaryview.[ch]
17232                 prevent update of mark file when filtering has done, by
17233                 using a variable; this affects two functions:
17234                         inc.c::inc_finished()
17235                         summaryview.c::summary_show()
17236
17237 2001-07-20 [alfons]
17238
17239         * src/filtering.[ch], src/prefs_filtering.c, 
17240           src/matcher.[ch]
17241                 add filtering action for label coloring 
17242
17243         * po/POTFILES.in
17244                 add labelcolors.c
17245
17246         * added src/labelcolors.c
17247         * added src/labelcolors.h
17248         * src/Makefile.am, src/summaryview.c
17249                 rearrange label coloring code
17250
17251         * src/procmsg.h
17252                 add more parentheses so label colouring works correctly
17253
17254         * src/filtering.c
17255                 don't really delete message, but move it to Trash
17256
17257         * src/prefs_matcher.c
17258                 add quote options to info dialog
17259
17260 2001-07-20 [christoph]
17261
17262         * src/Makefile.am
17263         * src/inc.c
17264         * src/main.[ch]
17265         * src/socket.h
17266         * src/ssl.[ch] (new)
17267                 moved ssl stuff to a seperate file
17268
17269 2001-07-20 [darko]
17270
17271         * src/summaryview.c
17272                 fix show sender using address book with no e-mail
17273                 address in From: field
17274
17275 2001-07-19 [alfons]
17276
17277         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17278                 fix messy handling of escaping... now at least the
17279                 execute command is useful. escape char is '\', we
17280                 accept \n and \r too. 
17281
17282                 Real life example:
17283                 
17284                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17285                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17286
17287 2001-07-18 [alfons]
17288
17289         0.5.0claws6
17290
17291         * src/summaryview.c
17292                 clean up
17293
17294         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17295           src/procmsg.[ch]
17296                 revise filtering; currently move, copy, marking have
17297                 been tested. if you like bleeding edge stuff, you
17298                 should definitely go for this version :)
17299
17300         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17301
17302 2001-07-17 [christoph]
17303
17304         * src/utils.c
17305                 timestamp log
17306
17307 2001-07-17 [alfons]
17308
17309         0.5.0claws5
17310
17311         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17312           bits in the mark file, without affecting either branch. Lots of
17313           files changed, also in claws branch.
17314
17315           UNTESTED: use of mbox folders
17316
17317         * src/summaryview.c
17318                 added mark all read; however this was a quick hack used for
17319                 cleaning up mess after initial merge with Hiroyuki
17320
17321         * configure.in
17322                 change claws version number back to 0.5.0claws5 to clear up 
17323                 confusion & pretension (recent release was technically 
17324                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17325
17326 2001-07-16 [alfons]
17327
17328         sync with Hiroyuki's 0.5.0cvs4
17329
17330 2001-07-16 [alfons]
17331
17332         0.5.1claws3
17333
17334         * src/filtering.[ch]
17335                 remove invalid updating of mark files for 
17336                 filter actions MATCHING_ACTION_MOVE and 
17337                 MATCHING_ACTION_DELETE; this should fix the
17338                 folder update bug
17339                 
17340         * src/procmsg.c
17341                 revert Christoph's stab at fixing the folder 
17342                 update bug
17343
17344         * po/POTFILES.in
17345                 add missing files with translatable strings
17346
17347         * src/summaryview.c
17348                 remove debug print
17349
17350 2001-07-15 [alfons]
17351
17352         * src/addr_compl.[ch], src/prefs_filtering.c
17353                 make "filtering pref dialog's destination entry" an
17354                 "address completable entry", if filter destination is 
17355                 an email address
17356
17357         0.5.1claws2
17358         
17359         sync with Hiroyuki's 0.5.0cvs2-3
17360
17361 2001-07-15 [christoph]
17362
17363         * src/procmsg.c
17364                 fixed folder stats update after incorporation
17365
17366 2001-07-15 [alfons]
17367
17368         * src/summaryview.c
17369                 * finish label colouring stuff (for now)
17370                 * fix incorrect colour bug (off by one) 
17371
17372 2001-07-14 [alfons]
17373
17374         * src/mainwindow.c
17375                 change text labels for news and mail message so there's
17376                 plenty of toolbar estate left
17377
17378         * configure.in
17379                 0.5.1claws1
17380
17381         * src/folderview.c
17382           src/folder.[ch]
17383                 sync with Hiroyuki's 0.5.0cvs1
17384
17385         * src/summaryview.c
17386                 more rewrite label colouring
17387
17388 2001-07-14 [alfons]
17389
17390         * src/summaryview.[ch]
17391                 * start rewrite label colouring 
17392                 * fix proper location "Add Sender To Addressbook" menu item
17393
17394 2001-07-13
17395
17396         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17397         (actually this is 0.5.0claws4)
17398
17399 2001-07-13 [alfons]
17400
17401         * po/pt_BR.po
17402                 * fix duplicate message
17403                 * add updated Portugese / Brazilian translation
17404                   submitted by Fabio Junior Beneditto
17405
17406 2001-07-12 [alfons]
17407
17408         * AUTHORS
17409                 add Jens
17410
17411         * po/nl.po
17412                 add updated Dutch translation
17413
17414         * po/de.po
17415                 add updated German translation submitted by Jens
17416
17417 2001-07-11 [alfons]
17418
17419         Prerelease before 0.5.0claws. Please test.
17420         This version is temporarily tagged as VERSION_0_5_0_TEST
17421
17422         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17423           src/prefs_scoring.c, src/prefs_matcher.c, 
17424           src/prefs_filtering.c, src/mbox.c, 
17425           src/main.c, src/inc.c, src/filtering.[ch]
17426                 revert new Hoa's new matcher (does not work yet)
17427
17428         * src/Makefile.am
17429                 clean up
17430
17431 2001-07-10
17432
17433         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17434
17435
17436 2001-07-10 [alfons]
17437
17438         * Makefile.am
17439                 add ChangeLog.claws to EXTRA_DIST
17440         * src/Makefile.am
17441                 add matcher_parser_parse.h to EXTRA_DIST
17442
17443 2001-07-10 [christoph]
17444
17445         * src/inc.c
17446                 add destination folder to table of
17447                 folders that need to be updated after
17448                 incorporation
17449
17450 2001-07-10 [alfons]
17451
17452         * folder.[ch]
17453           folderview.c
17454                 make collapse state of folders and folder items persistent, i.e.
17455                 if you collapse a folder tree, the next time sylpheed-claws starts 
17456                 up the folder tree remains collapsed.  
17457                 
17458 2001-07-10 [christoph]
17459
17460         * acconfig.h
17461         * configure.in
17462                 added --enable-ssl
17463         * src/md5.[ch]
17464                 renamed MD5_CTX to MD5_CTX_syl
17465                 conflicts with a struct in openssl
17466         * src/inc.c
17467         * src/main.[ch]
17468         * src/prefs_account.[ch]
17469         * src/socket.[ch]
17470                 SSL support for POP
17471         * src/mainwindow.c
17472                 fixed compose with current account
17473                 broken by new compose button stuff
17474
17475 2001-07-09 [hoa]
17476
17477         * AUTHORS
17478                 changed my email address
17479
17480         * src/matcher_parser_parse.y
17481                 clean the parser to remove conflicts
17482
17483 2001-07-09 [alfons]
17484
17485         * AUTHORS
17486                 add Match Grun
17487
17488         * configure.in
17489                 fix incorrect description of --enable-ldap parameter
17490
17491         * src/prefs_common.[ch]
17492           src/compose.c
17493                 add experimental option "smart wrapping" which makes the
17494                 compose editor auto wrap.
17495                 
17496                 | TODO: the problem with the buggy cursor handling is caused |
17497                 | by the GtkText. when deleting / backspacing text its       |
17498                 | wrapping algorithm does not take in account the previous   |
17499                 | line. should find a way to hack this in.                   |
17500                 | or should perhaps combine this with the word wrapping      |
17501                 | patch i wrote in january.                                  |
17502
17503         * src/about.c
17504                 show build parameters for LDAP and JPilot
17505
17506         * src/summaryview.c
17507                 revert Christoph's bugfix for selecting next unread message, 
17508                 because folder stats aren't updated correctly
17509
17510 2001-07-08 [hoa]
17511
17512         * src/filtering.c
17513         * src/mainwindow.c
17514         * src/matcher.c
17515         * src/matcher_parser_lex.l
17516         * src/matcher_parser_parse.y
17517         * src/prefs_filtering.c
17518         * src/prefs_scoring.c
17519         * src/scoring.c
17520                 bugfix of the config file parser
17521
17522 2001-07-08 [alfons]
17523
17524         * src/Makefile.am
17525                 added generated matcher sources to BUILT_SOURCES
17526
17527 2001-07-08 [hoa]
17528
17529         * src/Makefile.am
17530         * src/.cvsignore
17531                 added new config file parser
17532
17533         * src/scoring.[ch]
17534         * src/filtering.[ch]
17535         * src/matcher.[ch]
17536         * src/prefs_filtering.c
17537         * src/prefs_matcher.c
17538         * src/prefs_scoring.c
17539         * added src/matcher_parser.h
17540         * added src/matcher_parser_lex.h
17541         * added src/matcher_parser_lex.l
17542         * added src/matcher_parser_parse.y
17543                 lex & yacc config file parser
17544
17545         * src/mbox.c
17546         * src/inc.c
17547         * src/main.c
17548                 changes prefs_filtering into global_filtering           
17549
17550         * src/summaryview.c
17551                 build threads with subjects only if "Re: " is at the
17552                 beginning of the subject
17553
17554 2001-07-07 [paul]
17555
17556         0.5.0claws
17557
17558         sync with sylpheed 0.5.0
17559                 change of version number only
17560
17561 2001-07-06 [paul]
17562
17563         0.5.0claws5
17564
17565         sync with sylpheed 0.5.0pre5
17566
17567 2001-07-05 [paul]
17568
17569         sync with sylpheed 0.5.0pre4 release
17570                 /po and /manual/ja not sync'ed
17571
17572 2001-07-04 [paul]
17573
17574         more sync with sylpheed 0.5.0pre4
17575
17576 2001-07-03 [christoph]
17577
17578         * src/addressbook.c
17579                 fixed address book broken by address book
17580                 for VCard, JPilot, LDAP
17581
17582 2001-07-03 [alfons]
17583
17584         * src/matcher.c
17585         * src/textview.c
17586                 stopped memory leaks
17587
17588 2001-07-03 [paul]
17589
17590         more sync with sylpheed 0.5.0pre4
17591
17592 2001-07-02 [match]
17593
17594         * included address book patch for VCard, JPilot, LDAP
17595         * pref_common.c - fixed Font options on Display tab (cosmetic)
17596         * alertpanel.c - fixed truncated message
17597
17598 2001-07-02 [christoph]
17599
17600         * src/mbox_folder.c
17601         * src/procmsg.[ch]
17602         * src/summaryview.c
17603                 mark threads for ignoring
17604
17605 2001-07-02 [paul]
17606
17607         0.5.0claws4
17608
17609         * sync with sylpheed 0.5.0pre4
17610                 updated gettext to 0.10.38.
17611
17612 2001-07-01 [paul]
17613
17614         * src/ mainwindow.c
17615         * src/procmsg.h
17616         * src/summaryview.[ch]
17617                 new right-click option: Label.
17618                 substitute for 'Mark-->Mark/Unmark', colours the line.
17619                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17620
17621 2001-07-01 [christoph]
17622
17623         * src/folderview.c
17624                 fixed font for trash
17625         * src/summaryview.c
17626                 move ctree to unread message
17627
17628 2001-07-01 [paul]
17629
17630         * sync with sylpheed 0.5.0pre3 release
17631
17632 2001-06-30 [alfons]
17633
17634         * src/filesel.[ch]
17635         * src/compose.c
17636                 allow inserting / attaching multiple files in
17637                 the composer window
17638
17639 2001-06-30 [paul]
17640
17641         * src/codeconv.c
17642                 small change to Alfons' previous stuff so that it
17643                 actually makes
17644
17645 2001-06-30 [alfons]
17646
17647         * lots of files changed; first attempt to merge the changes
17648           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17649
17650 2001-06-30 [paul]
17651
17652         * po/pt_BR.po
17653                 updated and completed, translations by Fabio
17654                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17655
17656 2001-06-29 [alfons]
17657
17658         * src/compose.c
17659         * src/mimeproc.[ch]
17660                 allow selecting an attached files' mime type from a 
17661                 list of types.
17662
17663 2001-06-29 [paul]
17664
17665         * more sync with sylpheed 0.5.0pre3
17666
17667 2001-06-29 [paul]
17668
17669         * po/pt_BR.po
17670                 merge with sylpheed.pot and pt_BR.po provided by
17671                 Fabio Junior Beneditto.
17672
17673 2001-06-29 [darko]
17674
17675         * src/procmime.c
17676                 make MIME types case insensitive
17677
17678 2001-06-28 [alfons]
17679
17680         * po/nl.po
17681                 merge with sylpheed.pot and old nl.po; translations added.
17682
17683 2001-06-28 [paul]
17684
17685         * more sync with sylpheed 0.5.0pre3
17686
17687 2001-06-27 [alfons]
17688
17689         * src/summaryview.c
17690                 don't crash when removing parent node of messages
17691                 attracted by subject. this was caused by not deleting
17692                 the parent node from the subject line hash table.
17693
17694 2001-06-27 [alfons]
17695
17696         * src/summaryview.c
17697         * src/compose.[ch]
17698         * src/mainwindow.c
17699                 if there are multiple messages selected, allow forwarding
17700                 them as attachments.
17701
17702 2001-06-27 [paul]
17703
17704         * more sync with sylpheed 0.5.0pre3
17705
17706 2001-06-26 [paul]
17707
17708         0.5.0claws3
17709
17710         * sync with sylpheed 0.5.0pre3
17711
17712 2001-06-25 [paul]
17713
17714         * src/mainwindow.c
17715                 fixed 'compose news article' bug
17716                 from icon-and-text toolbar
17717
17718 2001-06-25 [paul]
17719
17720         * sync with sylpheed 0.5.0pre2 release
17721
17722 2001-06-24 [christoph]
17723
17724         * src/prefs_common.c
17725                 bug fix in font selection
17726         * src/folderview.c
17727                 use sylpheed's normal font instead of
17728                 gtk default font for folders without
17729                 new messages
17730
17731 2001-06-24 [alfons]
17732
17733         * src/mainwindow.[ch]
17734                 added composite compose mail / news button (an idea by Leandro
17735                 Pereira <leandro@linuxmag.com.br>)
17736
17737 2001-06-24 [paul]
17738
17739         Added instructions for ldif-to-xml.py
17740
17741         * tools/README
17742
17743 2001-06-23 [alfons]
17744
17745         Some minor things.
17746
17747         * src/pixmaps/stock_news_compose.xpm
17748                 added pixmap by Leandro
17749         * src/prefs_common.c
17750                 tested built-in spelling checker of GCC 3.0 :)
17751         * po/nl.po
17752                 merged dutch translation of sylpheed-main with
17753                 sylpheed.pot
17754
17755 2001-06-23 [paul]
17756
17757         Added tools directory and files.
17758
17759         * tools/filter_conv.pl
17760                 converts old filter system to new filtering system
17761         * tools/ldif-to-xml.py
17762                 converts netscape addressbook to sylpheed addressbook
17763         * tools/README
17764                 descriptions/instructions for above two files
17765
17766 2001-06-23 [christoph]
17767
17768         * src/inc.c
17769         * src/manage_window.[ch]
17770         * src/prefs_common.[ch]
17771                 mail retrieval dialog can be enabled, disabled
17772                 or hidden if non of sylpheed's windows is active
17773
17774 2001-06-22 [paul]
17775
17776         0.5.0claws2
17777
17778         * sync with sylpheed 0.5.0pre2
17779
17780 2001-06-21 [christoph]
17781
17782         * src/summaryview.c
17783                 show recipient on 'from' for all accounts
17784                 
17785         * src/inc.c
17786         * src/prefs_common.[ch]
17787                 disable error popup on mail receive errors
17788
17789 2001-06-21 [alfons]
17790
17791         * src/compose.c
17792                 made the ruler correctly appear and disappear.
17793
17794         * src/Makefile.am
17795                 removed Hoa's work-in-progress-stuff (interesting!) so 
17796                 claws compiles ok.
17797
17798 2001-06-20 [christoph]
17799
17800         * src/inc.c
17801         * src/progressdialog.c
17802                 added scrolled window for list in progressdialog
17803
17804 2001-06-20 [paul]
17805
17806         sync with sylpheed 0.5.0pre1 release
17807
17808 2001-06-20 [christoph]
17809
17810         * src/summeryview.c
17811                 make building threads by subject work when
17812                 thread view is enabled
17813                 
17814         * src/compose.c
17815         * src/prefs_common.[ch]
17816                 automatically select account for mail replys
17817
17818 2001-06-19 [sergey]
17819
17820         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17821         they are filled in from the account settings.
17822
17823 2001-06-19 [paul]
17824
17825         * more sync with sylpheed 0.5.0pre1
17826
17827 2001-06-18 [alfons]
17828
17829         * src/Makefile.am,
17830           src/procmime.c
17831                 added --sysconfdir to CPPFLAGS for pointing to the correct
17832                 location of mime.types. 
17833
17834                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17835                 or ./configure!
17836
17837 2001-06-18 [hoa]
17838
17839         * src/summaryview.c
17840                 fixed some bug when building threads
17841
17842 2001-06-18 [pau]l
17843
17844         * src/prefs_account.c
17845                 UI stuff: More changes to the English
17846
17847 2001-06-18 [paul]
17848
17849         * src/pixmaps/stock_news_compose.xpm: new file
17850         * src/Makefile.am
17851         * src/mainwindow.c
17852         * src/summaryview.c
17853                 Added new icon for Hoa's 'compose a news
17854                 message', plus minor improvements to the
17855                 English
17856
17857         * po/ja.po
17858         * ChangeLog
17859         * ChangeLog.jp
17860                 more sync with sylpheed 0.5.0pre1
17861
17862 2001-06-18 [hoa]
17863
17864         * src/compose.[ch]
17865         * src/mainwindow.c
17866                 Follow-up and reply to
17867
17868         * src/summaryview.[ch]
17869                 Build threads also with subjects
17870
17871 2001-06-17 [hoa]
17872
17873         * src/compose.c
17874                 forwarding use the current account.
17875
17876         * src/mainwindow.c
17877                 the "compose message" button has been replaced with
17878                 "new mail" and "new news" buttons
17879
17880         * src/prefs_common.[ch]
17881                 added a configuration option to use the forward button
17882                 as "forward as attachment"
17883                 changed reply and forward format description
17884
17885         * src/quote_fmt_lex.l
17886         * src/quote_fmt_parse.y
17887                 added message with no signature in format for reply
17888                 and forward.
17889
17890 2001-06-17 [paul]
17891
17892         Minor UI stuff
17893
17894         * src/mainwindow.c
17895         * src/summaryview.c
17896                 Improvements to the English
17897
17898         * src/prefs_common.c
17899                 Improvements to the English and some
17900                 clarity/continuity improvements in the
17901                 description of Quote symbols.
17902
17903 2001-06-17 [paul]
17904
17905         0.5.0claws1
17906
17907         * sync with sylpheed 0.5.0pre1
17908
17909 2001-06-17 [hoa]
17910
17911         * src/compose.c
17912                 Better interface for compose, displayed fields
17913                 are updated whenever we change account.
17914                 Newsgroups field is automatically filled.
17915
17916         * src/mainwindow.c
17917                 Newsgroups field is automatically filled.
17918
17919         * src/prefs_account.c
17920                 Some interface stuff when fields appear and
17921                 disappear.
17922
17923 2001-06-16 [paul]
17924
17925         0.4.99claws
17926
17927         * sync with sylpheed 0.4.99
17928
17929 2001-06-16 [sergey]
17930
17931         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17932         base64_decoder_free, base64_decoder_decode): new object and
17933         functions for decoding base64 streams.
17934         * src/procmime.c (procmime_decode_content): modified to use the
17935         new base64 decoder.
17936
17937 2001-06-15 [paul]
17938
17939         0.4.99claws10
17940
17941         * sync with sylpheed 0.4.99cvs11
17942
17943 2001-06-13 [paul]
17944
17945         0.4.99claws9
17946
17947         * sync with sylpheed 0.4.99cvs9
17948
17949 2001-06-13 [hoa]
17950
17951         * src/compose.c
17952         * src/prefs_account.c
17953
17954                 SMTP server can be defined in the news account
17955                 mime type of attachment are kept.
17956
17957         * src/summaryview.c
17958
17959                 now choose the highest important score between default
17960                 and important score of folder.
17961
17962 2001-06-09 [alfons]
17963         
17964         * src/prefs_common.c: 
17965
17966                 (prefs_quote_description_create): corrected description of 
17967                 quote format characters
17968
17969 2001-06-09 [paul]
17970
17971         0.4.99claws8
17972
17973         * sync with sylpheed 0.4.99cvs8
17974
17975 2001-06-08 [sergey]
17976
17977         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17978         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17979
17980 2001-06-08 [paul]
17981
17982         0.4.99claws7
17983
17984         * sync with sylpheed 0.4.99cvs7
17985
17986 2001-06-06 [sergey]
17987
17988         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17989         clashes with autogenerated header).
17990         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17991         * src/Makefile.am: added quote_fmt.h.
17992         * src/.cvsignore: added lex/yacc autogenerated files
17993         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17994
17995 2001-06-06 [paul]
17996
17997         0.4.99claws6
17998
17999         * sync with sylpheed 0.4.99cvs6
18000
18001 2001-06-06 [hoa]
18002
18003         * added src/quote_fmt_parse.h
18004         * src/compose.c
18005                 removed warnings
18006
18007         * src/prefs.[ch]
18008                 don't modify readonly configuration files
18009
18010         * src/prefs_account.c
18011         * src/prefs_common.c
18012         * src/prefs_customheader.c
18013         * src/prefs_display_header.c
18014         * src/prefs_filter.c
18015         * src/prefs_filtering.c
18016         * src/prefs_scoring.c
18017                 don't open dialog box when configuration files
18018                 are readonly
18019
18020 2001-06-05 [sergey]
18021
18022         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
18023
18024         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
18025         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
18026         BUILT_SOURCES to make all files rebuild properly.
18027
18028         * src/compose.c: removed #include "quote_fmt.tab.h".
18029
18030         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
18031         CHARACTER value in yylval.
18032
18033         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
18034         receive CHARACTER value by documented means (yylval).
18035
18036         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
18037
18038 2001-06-05 [hoa]
18039
18040         * src/Makefile.am
18041                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
18042
18043         * src/filtering.c
18044         * src/matcher.c
18045         * src/matcher.h
18046         * src/prefs_filtering.c
18047                 now keep the configuration for execute action
18048
18049         * src/mbox_folder.c
18050                 fixed a warning
18051
18052 2001-06-05 [paul]
18053
18054         * sync with sylpheed 0.4.99cvs5
18055
18056 2001-06-05 [hoa]
18057
18058         * src/Makefile.am
18059                 added quote_fmt.[ch]
18060
18061         * added src/quote_fmt.y
18062         * added src/quote_fmt.l
18063         * added src/quote_fmt.tab.h
18064         * added src/quote_fmt.tab.c
18065         * added src/lex.quote_fmt.c
18066                 parsing configuration for replying
18067                 and forwarding
18068
18069         * src/prefs_common.[ch]
18070                 added configuration UI for replying
18071                 and forwarding
18072
18073         * src/compose.c
18074                 using configuration for replying
18075                 and forwarding
18076
18077 2001-06-04 [hoa]
18078
18079         * src/filtering.c
18080         * src/matcher.c
18081         * src/matcher.h
18082         * src/prefs_filtering.c
18083         * src/prefs_matcher.c
18084         * src/prefs_matcher.h
18085                 action "run a command" for filtering
18086                 and matching with a command.
18087                 fixed the "whole message" matching
18088
18089         * src/mbox_folder.c
18090                 changed temporary filename for security
18091
18092         * src/messageview.c
18093                 queue the notification if it fails to send.
18094
18095         * src/prefs_common.c
18096         * src/prefs_folder_item.c
18097                 changed the default important score             
18098
18099         * src/prefs_scoring.c
18100         * src/scoring.c
18101                 hide kill score input when the folder is not
18102                 a newsgroup
18103
18104 2001-06-03 [alfons]
18105
18106         * src/prefs_common.c:
18107
18108                 (prefs_font_select): pass font name in font entry box to font
18109                 selection dialog.
18110
18111 2001-06-03 [sergey]
18112
18113         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18114
18115 2001-06-03 [paul]
18116
18117         * sync with sylpheed 0.4.99cvs4
18118
18119 2001-06-03 [alfons]
18120
18121         * src/headerwindow.c:
18122
18123                 (headerwindow_show_cb): use the selected summary view item, not
18124                 the displayed item.
18125
18126 2001-06-02 [alfons]
18127
18128         * src/headerwindow.c:
18129
18130                 (headerwindow_show_cb): always try to show msginfo
18131
18132 2001-06-02 [hoa]
18133
18134         * src/compose.c
18135                 keep attached parts when reediting or forwarding.
18136
18137 2001-06-01 [hoa]
18138
18139         * src/folderview.c
18140         * src/prefs_folder_item.[ch]
18141         * src/prefs_scoring.[ch]
18142         * src/scoring.[ch]
18143         * src/summaryview.[ch]
18144         * src/main.c
18145         * src/mainwindow.c
18146         * src/prefs_common.[ch]
18147                 support for folder scoring
18148                 kill score and important score for messages
18149         
18150         * src/prefs_account.c
18151                 some display bug fixed for local account
18152                 preferences
18153
18154 2001-05-31 [alfons]
18155
18156         * src/summaryview.c:
18157
18158                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18159                 sender to address book menu item is disabled.
18160
18161 2001-05-30 [hoa]
18162
18163         * src/filtering.[ch]
18164         * src/summaryview.c
18165                 handling summary menu / filter messages
18166
18167         * src/folder.[ch]
18168                 add some stuff
18169
18170         * src/foldersel.c
18171                 imap folders now appears in list
18172
18173         * src/mbox_folder.c
18174                 doesn't crash if destination mail is not writeable
18175
18176 2001-05-29 [hoa]
18177
18178         * src/compose.c
18179                 removed some warnings
18180
18181         * src/filtering.c
18182         * src/folder.[ch]
18183         * src/prefs_filtering.c
18184                 global string to identify any folders           
18185                 removed some debug info
18186                 filtering to mbox folders is now possible
18187
18188         * src/mainwindow.c
18189                 removed some warnings
18190
18191         * src/mbox_folder.c
18192                 permission on files are changed to read/write for user only,
18193                 nothing for other.
18194                 creation of subfolder is handled better.
18195
18196 2001-05-28 [alfons]
18197
18198         Verified the sync for src/prefs_common.[ch] and
18199         src/prefs_account.[ch]. I believe there were some
18200         minor indentation differences.
18201
18202 2001-05-28 [paul]
18203
18204         0.4.99claws3
18205
18206         * sync with 0.4.99cvs3
18207
18208 2001-05-28 [hoa]
18209
18210         * src/compose.c
18211                 handling flags for mbox format
18212
18213         * src/filtering.c
18214                 use of mark file only for MH format
18215                 handling flags for mbox format
18216                 filtering cannot yet move or copy mails to mbox folders.
18217
18218         * src/folder.[ch]
18219                 changed move_msg, copy_msg,
18220                 move_msgs_with_dest, copy_msgs_with_dest functions
18221                 uses only folder->copy_msg() function
18222                 uses folder->finished_copy() to handle the destination
18223                 folder at the end of the copy or move operation.
18224
18225         * src/foldersel.c
18226                 included mbox directories.
18227
18228         * src/folderview.[ch]
18229         * src/mainwindow.c
18230                 handle folders operation for mbox format
18231
18232         * src/mbox.c
18233                 disable conversion of "From " header
18234
18235         * src/mbox_folder.[ch]
18236                 completion of mbox format handling
18237
18238         * src/mh.c
18239                 changed mh_copy_msg() function and
18240                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18241                 mh_copy_msgs_with_dest()
18242
18243         * src/prefs_filtering.c
18244                 removed some warnings
18245
18246         * src/prefs_matcher.c
18247                 default boolean operation is AND
18248
18249         * src/procheader.c
18250                 handling flags for mbox format
18251                 handling of "From " header
18252
18253         * src/procmsg.[ch]
18254                 removed data field
18255                 added MSG_REALLY_DELETED flags to handle deletion of
18256                 messages in mbox format.
18257
18258         * src/summaryview.c
18259                 handling flags for mbox format
18260                 disable the MSG_DELETED flags when messages
18261                 are deleted in mbox format
18262
18263         * src/textview.c
18264                 "From " headers display fixed.
18265
18266 2001-05-27 [alfons]
18267
18268         * src/textview.c:
18269                 
18270                 (get_email_part): skip quoted email addresses, like in e.g.
18271                 "'alfons@proteus.demon.nl'".
18272
18273 2001-05-26 [alfons]
18274
18275         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18276         and fixing the persistence troubles when using separate windows.
18277
18278         * src/mainwindow.c:
18279         
18280             Added #define SEPARATE_ACTION used in the gtk item factory for 
18281             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18282                 use gtk_item_factory_get_widget_by_action() to get the items.
18283                 
18284             Removed separate_widget_cb from the gtk item factory data   
18285           
18286             (mainwindow_create): connect separate_widget_cb() to check
18287             menu item "toggled" signal. also passing a MainWindow pointer
18288                 as object data for both check menu items.
18289                 
18290             (separate_widget_cb): definition of separate_widget_cb() to match
18291             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18292                 window using gtk_object_get_data(). The type of window separation 
18293                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18294         
18295         * src/prefs_filtering.c,
18296           src/prefs_matcher.c: added horizontal scrollbars
18297
18298 2001-05-25 [darko]
18299
18300         * src/headerview.c
18301                 fix segfault with invalid bold font
18302         * src/summaryview.c
18303                 correctly display summary stats after row is marked
18304
18305 2001-05-23 [sergey]
18306
18307         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18308         encodings with libjconv.
18309
18310 2001-05-23 [hoa]
18311
18312         * src/Makefile.am
18313                 added mbox_folder.[ch]
18314         * src/defs.h
18315                 mbox temporary folder
18316         * src/folder.[ch]
18317         * added src/mbox_folder.[ch]
18318         * src/folderview.c
18319         * src/procheader.[ch]
18320                 added mbox support
18321         * src/mbox.c
18322                 bugfix for file incorporation filtering
18323         * src/imap.c
18324                 enable creation of MBOX
18325         * src/prefs_display_header.c
18326                 enable use of headers like "From "
18327                 something that should be fixed :
18328                         displaying of such headers add an extra space
18329         * src/prefs_folder_item.c
18330                 don't create folders because it is not necessary
18331         * src/procmsg.h
18332                 added data field to MsgInfo for mbox internal use
18333         * src/summaryview.c
18334                 added some support for mbox
18335         * src/utils.[ch]
18336                 added get_mbox_cache_dir() function
18337
18338 2001-05-23 [hiroyuki]
18339
18340         * src/headerwindow.c
18341           src/inc.c
18342           src/main.c
18343           src/mh.c
18344           src/nntp.c
18345           src/procmsg.h
18346           src/session.h
18347           src/socket.[ch]
18348           src/summaryview.c
18349           src/textview.c
18350           src/automaton.c
18351           src/folderview.c: more sync with 0.4.99cvs2.
18352
18353         * src/headerwindow.c: reverted.
18354
18355 2001-05-22 [paul]
18356
18357         0.4.99claws2
18358
18359         * sync with sylpheed 0.4.99cvs2
18360                 * src/news.[ch]
18361                 * src/nntp.[ch]
18362                 * INSTALL
18363                 * INSTALL.jp
18364
18365 2001-05-22 [alfons]
18366
18367         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18368
18369 2001-05-21 [alfons]
18370
18371         Minor things:
18372
18373         * configure.in: if gnome-config not found, "no" is displayed
18374         
18375         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18376
18377         * src/textview.c: now also possible to add mail addresses by right
18378           clicking in the text view
18379
18380         * src/codeconv.c: merged patch which fixes endless loop when encountering
18381           invalid wide characters; from Alte <010@imis.ru>  
18382
18383 2001-05-20 [alfons]
18384
18385         Added installation of gnome specific things:
18386
18387         * Makefile.am: gnome conditional
18388
18389         * configure.in: check for installed gnome
18390
18391         * added sylpheed.png, sylpheed.desktop
18392
18393 2001-05-20 [sergey]
18394
18395         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18396
18397         * src/mainwindow.h (main_window_toolbar_create): created a button
18398         for "Reply to all".
18399         (main_window_set_toolbar_sensitive): enable/disable the new button
18400         appropriately.
18401         (toolbar_reply_to_author_cb): handle the new button.
18402
18403         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18404         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18405         failure).
18406
18407 2001-05-19 [sergey]
18408
18409         * src/compose.h (ComposeReplyMode): new modes
18410         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18411         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18412
18413         * src/compose.c
18414         (compose_send): move some code into a new function:
18415         (compose_current_mail_account): new function.
18416         (compose_reply): new argument to_author, all callers changed; if
18417         to_author==TRUE and account->protocol==A_NNTP, find and use an
18418         appropriate mail account for replying.
18419         (compose_reply_set_entry): new argument to_author; ignore
18420         compose->replyto if to_author==TRUE.
18421
18422         * src/mainwindow.c: new command "Message/Reply to author".
18423         (main_window_set_menu_sensitive): enable/disable it.
18424         (reply_cb): handle it.
18425
18426         * src/summaryview.c: new command "Reply to author".
18427         (summary_set_menu_sensitive): enable/disable it.
18428         (summary_reply_cb): handle it.
18429
18430         * src/account.c (account_find_mail_from_address): new function.
18431
18432 2001-05-18 [paul]
18433
18434         0.4.99claws1
18435
18436         * sync with sylpheed 0.4.99cvs1
18437
18438 2001-05-18 [hoa]
18439
18440         * src/compose.[ch]
18441         * src/filtering.c
18442         * src/summaryview.c
18443                 new filtering action : forward and forward as attachment
18444
18445         * src/main.c
18446                 no need for $DISPLAY when we run sylpheed --help
18447                 call to parse_cmd_opt() is moved
18448
18449         * src/mainwindow.[ch]
18450                 execute button is hidden when immediate execute
18451                 is chosen
18452
18453         * src/mh.c
18454         * src/news.c
18455         * src/prefs_folder_item.c
18456         * src/procmsg.c
18457                 better handling of missing directories
18458
18459         * src/summaryview.c
18460                 reedit is enabled in outbox
18461                 reedit is enabled in queue
18462
18463 2001-05-17 [hoa]
18464
18465         * src/filtering.c
18466         * src/matcher.[ch]
18467         * src/prefs_filtering.c
18468                 changed attachement into attachment
18469
18470 2001-05-17 [alfons]
18471
18472         0.4.67claws4    
18473
18474         * sync with sylpheed 0.4.67cvs9
18475         * sync with sylpheed 0.4.67cvs7-8
18476
18477 2001-05-17 [hoa]
18478
18479         * src/Makefile.am
18480                 added prefs_filtering.c
18481
18482         * src/filtering.[ch]
18483         * src/matcher.[ch]
18484                 removed action : forward_news and forward_news_as_attachement
18485                 (forward and forward_as_attachement can be used instead)
18486
18487         * src/mainwindow.c
18488                 added menu option to access filtering configuration
18489
18490         * src/prefs_account.c
18491                 changed mail_command default to /usr/sbin/sendmail
18492
18493         * added src/prefs_filtering.[ch]
18494                 dialog box for filtering configuration
18495
18496         * src/prefs_matcher.c
18497                 added function prefs_matcher_get_criteria_from_matching()
18498
18499         * src/prefs_scoring.c
18500                 reset the dialog when register or substitute is clicked
18501
18502 2001-05-15 [hoa]
18503
18504         * src/Makefile.am
18505                 added filtering.[ch]
18506         * src/inc.c
18507                 using filering.[ch] instead of filter.[ch]
18508         * src/main.c
18509                 reading new filtering configuration
18510         * src/matcher.[ch]
18511                 added some filtering actions
18512                 and fixed a bug for headers and mail body matching
18513         * src/mbox.c
18514                 using filering.[ch] instead of filter.[ch]
18515         * src/mh.c
18516                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18517         * src/summaryview.c
18518                 some fixes for filtering
18519
18520 2001-05-14 [hiroyuki]
18521
18522         * src/send.c: fixed some weird indentations.
18523           send_message_with_command(): call pclose() only if p != NULL.
18524         * src/textview.c: get_email_part(): modified the code for readability.
18525
18526 2001-05-14 [hiroyuki]
18527
18528         * src/md5global.h
18529           src/md5ify.c
18530           src/md5ify.h: removed from the cvs.
18531
18532 2001-05-13 [sergey]
18533
18534         * src/main.c: include rfc2015.h to avoid compiler warnings.
18535         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18536         the panel is already on screen.
18537         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18538         closing the alert window by ESC as "No".
18539         * src/prefs_common.c (prefs_interface_create): moved return
18540         receipt check button to the correct place.
18541
18542 2001-03-13 [alfons]
18543
18544         * src/prefs_common.c: 
18545                 moved return receipt check button to the Send tab. (prefs_send_create)
18546                 removed the date format ui related globals. (prefs_display_create)
18547
18548         0.4.67claws3
18549         
18550         * sync with sylpheed 0.4.67cvs5-6
18551
18552 2001-05-13 [paul]
18553
18554         * added Alfons' font selection patch
18555
18556         * src/defs.h
18557         * src/headerwindow.c
18558         * src/prefs_common.c
18559         * src/prefs_common.h
18560
18561 2001-05-13 [hoa]
18562         * src/defs.h
18563                 changed version of cache
18564         * src/matcher.[ch]
18565         * src/prefs_matcher.c
18566                 added additionnal matching criteria
18567         * src/procheader.c
18568         * src/procmsg.[ch]
18569         * src/news.c
18570                 added references in MsgInfo
18571
18572 2001-05-12 [hoa]
18573
18574         * src/defs.h
18575                 prepared some things for new filtering
18576         * src/matcher.[ch]
18577                 added some matching properties
18578                 inreplyto need to be enhanced
18579                 prepared some things for new filtering
18580         * src/messageview.c
18581                 added Return-Receipt-To handling
18582         * src/prefs_folder_item.c
18583                 changed default value to TRUE
18584         * src/prefs_matcher.c
18585                 added some matching properties
18586         * src/prefs_scoring.[ch]
18587                 the scoring dialog is finished
18588         * src/procheader.c
18589                 added Return-Receipt-To handling
18590                 Reference need to be added
18591         * src/procmsg.[ch]
18592                 added Return-Receipt-To handling
18593                 added threadscore to get a better score sorting when
18594                 threads are enabled
18595         * src/summaryview.c
18596                 suppressed a bug when we sort the list
18597                 when no folder is opened.
18598                 better score sorting when threads are enabled
18599
18600 2001-05-12 [alfons]
18601
18602         * reverted previous patch because of potential errors 
18603
18604         0.4.67claws2
18605         
18606         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18607                 applied "toggle mail-retrieval dialog window" patch submitted 
18608                 by Eric Limpens <eric@qnt.net>
18609
18610         * sync with sylpheed 0.4.67cvs4
18611
18612 2001-05-12 [sergey]
18613
18614         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18615         some picky compilers.
18616         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18617         * src/grouplist_dialog.c: include alertpanel.h.
18618         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18619         fix compile warning.
18620         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18621         #include "defs.h" before others to prevent the warning of `MIN'
18622         and `MAX' redefinition.
18623
18624 2001-05-11 [hoa]
18625
18626         * src/main.c
18627         * src/messageview.c
18628         * src/prefs_account.c
18629         * src/prefs_display_header.c
18630                 removed warning
18631         * src/Makefile.am
18632                 added prefs_scoring.[ch]
18633         * src/grouplist_dialog.c
18634                 display an error dialog box if the group list
18635                 cannot be fetched.
18636         * src/mainwindow.[ch]
18637                 added main_window_set_thread_option() function
18638                 scoring dialog box enabled
18639         * src/matcher.[ch]
18640                 added flags matching unread /new / marked
18641                 / deleted / replied / forwarded
18642         * src/news.c
18643                 newsgroups are now finally in newscache
18644         * src/prefs_matcher.[ch]
18645                 finished preferences for matching dialog
18646         * added src/prefs_scoring.[ch]
18647                 scoring dialog box completed
18648         * src/scoring.[ch]
18649                 conversion to string : added scoringprop_to_string()
18650                 write config for preferences :
18651                 added prefs_scoring_write_config()
18652         * src/summaryview.c
18653                 threads can be enabled/disabled independently
18654                 for each folder
18655
18656 2001-05-10 [alfons]
18657
18658         0.4.67claws1
18659         
18660         * AUTHORS: 
18661                 thought it would be nice to have a list of all
18662                 contributors (used Changelog as a reference)
18663         
18664         * configure.in: 
18665                 messed up version numbering...
18666
18667         0.4.66claws1
18668
18669         * sync with sylpheed 0.4.67cvs1-3
18670
18671 2001-05-10 [darko]
18672
18673         * src/prefs_common.c:
18674                 better UI for strftime format, double clicking
18675                 on format now inserts the format in text entry
18676                 replaced close button with standard OK/Cancel
18677                 moved date format button to the right of the
18678                 text entry field
18679
18680 2001-05-09 [alfons]
18681
18682         * src/gtkstext.c:
18683                 Ctrl-Home / Ctrl-End have proper cursor navigation
18684
18685 2001-05-09 [hoa]
18686
18687         * src/prefs_matcher.c
18688                 finished UI to define matching properties
18689                 added ok and cancel button
18690         * src/prefs_filter.c
18691                 added ok and cancel button
18692         * src/news.c
18693                 fixed some bug in xhdr parsing
18694
18695 2001-05-08 [alfons]
18696
18697         * src/textview.c: 
18698                 fixed a bug in textview_show_header(), which displayed two colons (':');
18699                 cleaned up some warnings
18700
18701 2001-05-08 [hoa]
18702
18703         * src/Makefile.am
18704                 added prefs_matcher.[ch]
18705                 compilation with -W -Wall
18706         * src/alertpanel.c
18707                 ungrab the mouse events if grabbed - does it
18708                 fix the bug for disposition notification ?
18709         * src/mainwindow.c
18710                 added a menu option to open the matching dialog.
18711         * src/matcher.[ch]
18712                 added matcherprop_to_string() and matcherlist_to_string()
18713                 fixed some bugs, changed the name of some options
18714                 age_sup and age_inf becomes age_greater and age_lower,
18715                 body and messageheaders becomes body_part and headers_part,
18716                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18717         * src/prefs_display_header.c
18718         * src/prefs_headers.c
18719                 fixed a bug that accidentally destroyed dialogs
18720                 when closed them with delete_event
18721                 Added *_deleted() which handle delete_event signal correctly.
18722         * src/prefs_folder_item.[ch]
18723                 added "enable_thread" field for future customization
18724         * added src/prefs_matcher.[ch]
18725                 sample of the UI to define matching properties
18726         * src/procheader.c
18727                 using procheader_headername_equal instead of str*cmp functions
18728                 using procheader_parse_header() function
18729         * src/scoring.c
18730                 using MATCHING_XXX instead of SCORING_XXX
18731         * src/summaryview.c
18732                 display the sender of the news even if this is ourself
18733                 when this is a news message.
18734         * src/textview.c
18735                 using headername_equal() instead of str*cmp functions
18736
18737 2001-05-08 [alfons]
18738
18739         0.4.66claws
18740
18741         * sync with sylpheed 0.4.66
18742         * src/gtkstext.c: trace logs added 
18743
18744 2001-05-08 [sergey]
18745
18746         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18747         signature check popup.
18748         * src/rfc2015.c (check_signature): show signature check popup only
18749         if it is enabled in preferences.
18750
18751 2001-05-07 [alfons]
18752
18753         0.4.66claws4
18754         
18755         * sync with sylpheed 0.4.66cvs6
18756
18757 2001-05-07 [darko]
18758
18759         * src/prefs_common.[ch]: added option to enable/disable
18760           looking up sender name in address book for summary pane
18761         * src/summaryview.c: look up sender in the address book
18762           by using Alfons' address completion code
18763
18764 2001-05-07 [hiroyuki]
18765
18766         * src/inc.h
18767           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18768           member of Pop3State.
18769         * src/news.c: brought #include "defs.h" before #include <glib.h>
18770           to prevent the warning of `MIN' and `MAX' redefinition.
18771
18772 2001-05-06 [hoa]
18773
18774         * removed src/headers_display.[ch]
18775         * removed src/prefs_display_headers.[ch]
18776         * src/inc.c
18777                 use a temporary file in the user directory for mbox import
18778         * src/news.c
18779                 added XHDR support to get "To" and "Cc" headers
18780                 (in order to match news with to or cc field for
18781                 scoring)
18782                 added function news_parse_xhdr() to get XHDR response
18783         * src/nntp.[ch]
18784                 added function nntp_xhdr()
18785         * src/matcher.c
18786                 fetch the message if necessary
18787
18788 2001-05-06 [alfons]
18789
18790         0.4.66claws3
18791
18792         * sync with sylpheed 0.4.66cvs3-5
18793
18794 2001-05-06 [hoa]
18795
18796         * src/utils.[ch]
18797                 added function itos_buf() to enable use of several buffers
18798         * src/summaryview.c
18799                 use of itos_buf() instead of itos() in summary list
18800                 to fix the broken display of message number.
18801
18802 2001-05-06 [alfons]
18803
18804         * src/gtkstext.c: bug in cursor up navigation fixed,
18805                 fixed another unsigned / signed comparison (we're getting there :-)
18806
18807 2001-05-06 [hoa]
18808
18809         * src/Makefile.am
18810                 added scoring.c scoring.h
18811                 prefs_folder_item.c prefs_folder_item.h
18812                 matcher.c matcher.h
18813         * src/defs.h
18814                 added FOLDERITEM_RC SCORING_RC
18815         * src/folder.[ch]
18816                 added prefs field in FolderItem :
18817                 properties for each folder (PrefsFolderItem),
18818                 sorting type and mode were added as the first properties.
18819         * src/main.c
18820                 read config for scoring
18821         * added src/matcher.[ch]
18822                 gives functions to parse configuration file to do
18823                 matching on mails with a list of conditions.
18824         * src/mainwindow.c
18825                 add option to sort by score
18826         * src/prefs_common.[ch]
18827                 added preference option to show score and for
18828                 the score column size
18829         * added src/prefs_folder_item.[ch]
18830                 properties for each folder (PrefsFolderItem),
18831                 sorting type and mode were added as the first properties.
18832         * src/procheader.[ch]
18833                 added procheader_parse_header()
18834                 added procheader_header_free()
18835                 added procheader_headername_equal()
18836                 and made modification to use them.
18837         * src/procmsg.[ch]
18838                 added score field to MsgInfo structure
18839         * added src/scoring.[ch]
18840                 gives functions to parse configuration file to do
18841                 scoring on mails with a list of conditions.
18842         * src/summaryview.[ch]
18843                 save the sorting type and mode for the folder
18844                 added column to display the score of the mail
18845                 added function summary_score_clicked()
18846                 sorting type and mode are restored to the folder
18847                 when it is reopen
18848         * src/textview.c
18849                 use procheader_parse_header(), procheader_headername_equal()
18850                 removed memory leak in text_scan_header when freeing headers
18851         * src/filter.c
18852                 changed the function to match names of headers
18853                 using procheader_headername_equal()
18854
18855         Scoring functions are implemented, an interface is needed
18856         to configure that.
18857
18858 2001-05-04 [alfons]
18859
18860         * src/gtkstext.c: 
18861                 hopefully fixed the row up navigation bug,
18862                 removed adding back / forward lines to cache
18863
18864 2001-05-04 [sergey]
18865
18866         * src/prefs_display_headers.c: user interface changes:
18867         (prefs_display_headers_create): remove unused "Show" check button;
18868         allow reordering of headers by dragging.
18869         (prefs_display_headers_write_config): remove unused variables.
18870         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18871         of lists (not needed with the new UI).
18872         (prefs_display_headers_set_list): scan lists starting from row 0,
18873         not 1 (do not skip "(New)").
18874         (prefs_display_headers_find_header): new function.
18875         (prefs_display_headers_clist_set_row): do not allow duplicates.
18876         (prefs_display_headers_delete_cb): do not skip row 0; treat
18877         closing the alert window by ESC as "No".
18878         (prefs_display_headers_up): do not protect row 0.
18879         (prefs_display_headers_down): do not protect row 0.
18880
18881 2001-05-04 [sergey]
18882
18883         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18884         functions.
18885
18886         * src/summaryview.c
18887         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18888         summary_select_next_marked, summary_select_prev_marked): new
18889         functions.
18890
18891 2001-05-03 [sergey]
18892
18893         * src/news.c: fixed a bug when no article can be fetched after
18894         server timeout if the connection was restored by news_post():
18895         (news_select_group): new function.
18896         (news_fetch_msg): call news_select_group() before fetching
18897         article.
18898         (news_get_uncached_articles): set session->group after successful
18899         GROUP command.
18900
18901 2001-05-03 [hoa]
18902
18903         * src/defs.h
18904         * src/procmsg.[ch]
18905         * src/procheader.c
18906                  changed version of cache, added cc field
18907
18908         * src/prefs_display_headers.c
18909                 the interface was changed
18910
18911         * src/prefs_headers.c
18912                 added cancel button
18913
18914 2001-05-03 [alfons]
18915
18916         * completed sync of sylpheed cvs2
18917         * src/gtkstext.c: updated row up / down cursor navigation
18918         * src/textview.c: re-edited, prepared for fixing the email address
18919                 scanner.
18920
18921 2001-05-03 [darko]
18922
18923         * src/prefs_common.c: use alfons' strftime ui code
18924         entry_datefmt and datefmt_sample widgets have to be
18925         global in this module because of this change
18926
18927 2001-05-03 [hoa]
18928
18929         * src/messageview.c
18930         * src/prefs_common.[ch] added option to activate the return receipt
18931                 feature.
18932
18933 2001-05-02 [alfons]
18934
18935         * src/gtkstext.c: fix for row up/down cursor navigation. 
18936
18937         0.4.66claws2
18938         
18939         * sync with 0.4.66cvs2
18940
18941 2001-05-02 [paul]
18942
18943         added add-sender-to-addressbook patch
18944
18945         * src/addressbook.c
18946         * src/addressbook.h
18947         * src/summaryview.c
18948
18949 2001-05-02 [sergey]
18950
18951         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18952         G_ALERTDISABLE.
18953
18954         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18955         all existing callers changed to pass FALSE; create a check button
18956         to disable the message.
18957         (alertpanel_message_with_disable): new function.
18958         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18959         (alertpanel_button_toggled): new function.
18960         (alertpanel_button_clicked, alertpanel_close): set value using
18961         G_ALERT_VALUE_MASK.
18962
18963         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18964
18965         * src/prefs_common.c (prefs_privacy_create): new check button
18966         checkbtn_gpgme_warning.
18967
18968         * src/main.c (main): moved preferences reading before gpgme
18969         initialization; check prefs_common.gpgme_warning before giving the
18970         GnuPG warning and set it to FALSE if the user wants to disable the
18971         warning.
18972
18973 2001-05-02 [hiroyuki]
18974
18975         * src/prefs_display_headers.c: modified the layout and some labels.
18976
18977 2001-05-02 [sergey]
18978
18979         * src/prefs_account.c (prefs_account_fix_size): new function.
18980         (prefs_account_create): call prefs_account_fix_size(); use
18981         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18982         size when the window is shown for the first time).
18983         (prefs_account_basic_create): changed layout of serv_table; moved
18984         localmbox_entry above smtpserv_entry (logically it replaces
18985         POP3/IMAP server).
18986         (prefs_account_protocol_activated): set sensitivity of
18987         nntpauth_chkbtn according to the protocol (in addition to
18988         hide/show); commented out gtk_table_set_row_spacing() calls.
18989         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18990         not sensitive (fixes a bug with disabled username/password boxes
18991         when editing POP3 account after NNTP with authentication).
18992
18993 2001-05-02 [hoa]
18994
18995         * src/account.c
18996         * src/inc.c
18997         * src/prefs_account.[ch]
18998         * src/send.c
18999                 removed local account without SMTP server
19000                 added option to use mail command instead of a connexion
19001                 to SMTP server when a local account is used
19002         * src/prefs_headers.c
19003                 fixed a bug
19004         * src/news.c
19005                 fixed a bug when connexion immediately closed
19006
19007 2001-05-01 [alfons]
19008
19009         0.4.66claws1
19010         
19011         * sync with 0.4.65
19012
19013 2001-05-01 [sergey]
19014
19015         * src/prefs_account.c (Basic, prefs_account_basic_create): new
19016         widget nntpauth_chkbtn.
19017         (prefs_account_protocol_activated): handle nntpauth_chkbtn
19018         visibility.
19019         (prefs_account_nntpauth_toggled): new function.
19020
19021         * src/news.c (news_session_new_for_folder): use NNTP
19022         authentication only if ac->use_nntp_auth is set.
19023
19024 2001-05-01 [hoa]
19025
19026         * src/Makefile.am changed headers.[ch] in customheader.[ch]
19027         * src/prefs_display_headers.c changed the UI
19028         * src/prefs_headers.c changed account_name to account_id
19029         * src/compose.c using customheader.h
19030
19031 2001-05-01 [hiroyuki]
19032
19033         * src/esmtp.c
19034           src/news.c
19035           src/nntp.c: changed sock_read() to sock_gets(), they've been left
19036           unsynched.
19037
19038 2001-05-01 [hoa]
19039
19040         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
19041         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
19042                 for displaying of headers
19043         * src/grouplist_dialog.[ch] minor changes to remove warnings
19044         * src/prefs_display_headers.[ch] dialog to choose the
19045         headers to display in the mail viewer.
19046         * src/headers.h correction of #define
19047         * src/headers_display.[ch] configuration for displaying of headers.
19048         * src/main.c read config of displaying of headers
19049         * src/prefs_common.c add a button to access the config dialog
19050                 for displaying of headers
19051         * src/prefs_display_headers.[ch] dialog for configuration for
19052                 displaying of the headers.
19053         * src/prefs_headers.c cleaning of code
19054         * src/procheader.c comments added to code
19055         * src/textview.c changes to reorder the headers depending
19056                 on the config for displaying of headers
19057
19058 2001-04-30 [alfons]
19059
19060         0.4.65claws7
19061
19062         * sync with 0.4.65cvs12
19063
19064         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
19065
19066 2001-04-30 [sergey]
19067
19068         * src/nntp.h (NNTPSockInfo): new field auth_failed.
19069
19070         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
19071         is set to force reconnection after authentication failure.
19072         (nntp_gen_command): set sock->auth_failed on authentication
19073         failure, or if sock->userid and sock->passwd are not set.
19074
19075         * src/news.c (news_session_new_for_folder): set userid=NULL if
19076         password dialog is cancelled.
19077
19078 2001-04-30 [sergey]
19079
19080         * src/nntp.h (NNTPSockInfo): new type.
19081
19082         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19083         SockInfo.
19084         (nntp_open_auth, nntp_close): new functions.
19085         (nntp_gen_command): new function to handle authentication; all
19086         NNTP command functions updated to use it.
19087         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19088         (nntp_list): removed old useless code.
19089
19090         * src/news.h (NNTPSession): new field nntp_sock.
19091
19092         * src/news.c: all functions updated to use NNTPSockInfo instead of
19093         SockInfo.
19094         (news_session_new): new arguments (userid, passwd); made static;
19095         use nntp_open_auth() if needed.
19096         (news_session_destroy): use nntp_close() instead of sock_close().
19097         (news_query_password): changed arguments.
19098         (news_session_new_for_folder): new function.
19099         (news_session_get): use news_session_new_for_folder().
19100         (news_authenticate): deleted.
19101         (news_get_uncached_articles): removed old authentication code.
19102
19103 2001-04-30 [sergey]
19104
19105         * src/news.c: reverted my previous changes (need to do NNTP
19106         authentication in a cleaner way).
19107         
19108 2001-04-29 [sergey]
19109
19110         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19111         news_nntp_post, news_nntp_mode): new functions (wrappers with
19112         authentication support).
19113         (news_get_article_cmd, news_get_article, news_get_header): new
19114         argument "folder"; all callers changed.
19115         (news_get_article_cmd): added authentication support.
19116         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19117         (news_post): use news_nntp_post() instead of nntp_post().
19118         (news_get_uncached_articles): use news_nntp_group() instead of
19119         nntp_group() and news_nntp_xover() instead of nntp_xover();
19120         removed old authentication code.
19121         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19122
19123         * src/nntp.c (nntp_list): return real error code instead of
19124         hardcoded NN_ERROR.
19125
19126 2001-04-29 [sergey]
19127
19128         * configure.in: fixed wint_t typedef detection again
19129
19130 2001-04-28 [hoa]
19131
19132         * src/prefs_account.[ch], added A_LOCAL_CMD
19133                 (send mail with mail command)
19134         * src/send.c added function send_message_with_command()
19135         * src/inc.c made a more secure get_spool() function with
19136                 mktemp() but maybe mkstemp() or something more
19137                 secure can be used.
19138
19139 2001-04-28 [alfons]
19140
19141         * src/textview.c, colorization of email addresses in headers
19142
19143         0.4.65claws6
19144
19145         * bug sync with sylpheed
19146         * prefs_common.c: created date format ui for darko
19147         * sync with 0.4.65cvs11
19148         * configure.in: corrected to have the new gpg checks
19149
19150 2001-04-27 [alfons]
19151
19152         * completed sync with 0.4.65cvs10
19153         * minor debug things added to gtkstext.c
19154
19155 2001-04-27 [darko]
19156
19157         * configure.in: remove check for availability of
19158           strftime() as advised by Hiroyuki
19159         * src/prefs_common.[ch], src/procheader.c:
19160           synch strftime() code with Hiroyki's main branch
19161
19162 2001-04-26 [sergey]
19163
19164         * src/news.c: news_query_password(), news_authenticate(): new
19165           functions.
19166           news_get_uncached_articles(): added NNTP authentication
19167           handling.
19168         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19169           new functions.
19170         * src/prefs_account.c: prefs_account_protocol_activated():
19171           enable userid and password fields for NNTP.
19172
19173 2001-04-26
19174
19175         * configure.in: check for availability of strftime()
19176           [darko]
19177         * src/prefs_common.[ch], src/procheader.c: use
19178           strftime() for displaying date in summary pane if it
19179           is available
19180
19181 2001-04-25
19182
19183         * more .cvsignore cleanups [alfons]
19184
19185 2001-04-25
19186
19187         * ac/sv-check-type.m4: new autoconf macro.
19188         * configure.in: fixed wint_t typedef detection (did not work
19189           with gcc-2.96).
19190
19191 2001-04-25
19192
19193         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19194           [hiroyuki]
19195
19196 2001-04-24
19197         * modified gtkstext.c : buggy cursor navigation fixed, 
19198           and font descent also taken in account when drawing
19199           cursor. [alfons]
19200
19201 2001-04-24 [hoa]
19202         * added comments in src/news.c src/nntp.c
19203         * added src/prefs_headers.[ch]
19204         * added src/headers.[ch]
19205         * modified compose.c to activate custom headers
19206                 added function is_in_custom_headers
19207         * modified prefs_account.[ch]
19208                 added function prefs_account_customhdr_edit
19209         * modified src/defs.h :
19210                 added HEADERS_RC : name of the config file
19211                 for the custom headers
19212
19213 2001-04-24
19214
19215     0.4.65claws5
19216
19217         * configure.in
19218           src/gtkstext.[ch]
19219           src/compose.c
19220           src/Makefile.am
19221           
19222           added gtkstext with configure.in patch by Hiroyuki which
19223           should fix the XIM detection [alfons]
19224
19225         * more clean up of cvs [alfons]
19226
19227                  * removed all Makefile.in files to attic.
19228
19229                  * updated all .cvsignores to really ignore things that could
19230                    be unintentionally committed by a recursive commit.
19231
19232 2001-04-23 [hoa]
19233         * added src/grouplist_dialog.[ch]
19234         * changed src/folderview.c to call grouplist_dialog instead
19235                 of inputdialog
19236         * src/news.c :
19237                 added functions news_reset_group_list
19238                 and news_get_group_list
19239         * src/nntp.c :
19240                 added function nntp_list
19241         * src/defs.h :
19242                 added GROUPLIST_FILE : name of the newsgroup list cache file
19243
19244 2001-04-21
19245
19246         * added option to warn about queued messages on exit [sergey]:
19247
19248           * src/compose.c: compose_queue(): call folder_item_scan()
19249             and folderview_update_item() after queueing.
19250           * src/folderview.c: folderview_update_node(): draw the queue
19251             folder in bold font if there are queued messages.
19252           * src/mainwindow.c: queued_messages(): new function.
19253             app_exit_cb(): display warning if there are queued messages
19254             if warn_queued_on_exit is set.
19255           * prefs_common.[ch]: add warn_queued_on_exit option.
19256
19257         * enhanced GnuPG key selection support [sergey]:
19258
19259           * src/select-keys.c: updated to newer version from Win32
19260             branch with support for selecting arbitrary keys.
19261           * src/prefs_account.c: added the Privacy tab to the account
19262             options window.
19263             prefs_account_privacy_create(),
19264             prefs_account_sign_key_set_data_from_radiobtn(),
19265             prefs_account_sign_key_set_radiobtn(): new functions.
19266           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19267           * src/rfc2015.c: set_signers(): new function.
19268             pgp_sign(): add the account parameter, call set_signers().
19269             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19270           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19271           * src/compose.c: pass the current account to rfc2015_sign().
19272
19273         * tag name claws added to prevent confusion with main branch [alfons]
19274
19275         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19276
19277         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19278
19279         * sync with recent sylpheed cvs. Untested though. [alfons]
19280