Makefile.am changes for my last commit (removal of .xpm's)
[claws.git] / ChangeLog.claws
1 2003-10-21 [alfons]     0.9.6claws43
2
3         * src/carray.h
4                 glib wrappers
5         * src/carray.c
6                 disable
7         * src/mailmbox.[ch]
8         * src/mailmbox_folder.c
9         * src/mailmbox_parse.c
10         * src/mailmbox_types.[ch]
11                 %s/uint32_t/guint
12
13 2003-10-21 [luke]       0.9.6claws42
14
15         * src/stock_pixmaps.[ch]
16         * src/mimeview.c
17         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
18         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
19                 o remove mime_application_octet_stream.xpm icon (it was never
20                   really needed)
21                 o remove redundant icon messageview_text.xpm
22
23         * src/mainwindow.c
24                 fix visibility of signature noticeview when toggling 'separate
25                 message view'
26
27 2003-10-21 [christoph]  0.9.6claws41
28
29         * src/procmime.c
30                 decode multipart and rfc822 mime parts to allow further
31                 parsing when required
32
33 2003-10-21 [christoph]  0.9.6claws40
34
35         * src/procmime.[ch]
36         * src/textview.c
37                 remove obsolete charset parameter in MimeInfo and fix
38                 TextView to use the charset from the parameter hash table
39
40         * src/plugins/dillo_viewer/Makefile.am
41         * src/plugins/trayicon/Makefile.am
42                 add OPENSSL_CFLAGS to fix building with using
43                 --with-openssl-* parameters
44
45 2003-10-21 [paul]       0.9.6claws39
46
47         * src/prefs_matcher.[ch]
48                 replace remnants of the old, renamed 'Execute' matchtype
49                 add a brief description to the Info window
50
51 2003-10-21 [hoa]        0.9.6claws38
52         
53         * src/Makefile.am
54         * src/carray.[ch]               * NEW *
55         * src/chash.[ch]                * NEW *
56         * src/folder.c
57         * src/maillock.[ch]             * NEW *
58         * src/mailmbox.[ch]             * NEW *
59         * src/mailmbox_folder.[ch]      * NEW *
60         * src/mailmbox_parse.[ch]       * NEW *
61         * src/mailmbox_types.[ch]       * NEW *
62                 implementation of mbox folder with unique message numbers
63
64                 made use of libEtPan! implementation of mbox for lower-layer.
65
66 2003-10-20 [alfons]     0.9.6claws37
67
68         * src/noticeview.c
69                 fix invalid argument warning
70         * src/pgpmime.c
71                 no in place variable
72
73 2003-10-20 [paul]       0.9.6claws36
74
75         * src/compose.[ch]
76           src/filtering.c
77           src/messageview.c
78                 fix crash when using Forward in Filtering when
79                 external editor option is set
80                 
81                 Patch submitted by Simon 'corecode' Schubert
82                 <corecode@corecode.ath.cx> 
83
84 2003-10-20 [paul]       0.9.6claws35
85
86         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
87           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
88           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
89           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
90           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
91           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
92           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
93           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
94           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
95           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
96           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
97           src/mimeview.c
98           src/stock_pixmap.[ch]
99                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
100                 icons. add privacy_warn.xpm icon
101
102 2003-10-20 [hoa]  0.9.6claws34
103
104         * src/folder_item_prefs.[ch]
105         * src/prefs_folder_item.c
106         * src/main.c
107                 Added a property per folder to choose whether we 
108                 want to apply processing on it on startup or if we
109                 prefer to wait the folder selection to apply it.
110         
111         * src/messageview.c
112                 fixed C89 compatibility (for old compilers, for
113                 example gcc 2.95.x).
114
115 2003-10-17 [christoph]  0.9.6claws33
116
117         * src/mimeview.c
118         * src/noticeview.[ch]
119                 change noticeview icon to indicate signature status
120
121 2003-10-17 [christoph]  0.9.6claws32
122
123         * src/Makefile.am
124         * src/main.c
125         * src/mimeview.c
126         * src/noticeview.c
127         * src/pgpmime.[ch]                              ** NEW **
128         * src/privacy.[ch]
129         * src/rfc2015.c
130         * src/sgpgme.c                                  ** NEW **
131                 reimplement PGP/Mime signature checking (unfinished)
132
133 2003-10-15 [christoph]  0.9.6claws31
134
135         * src/procmime.[ch]
136                 fix procmime_get_text_content() and
137                 procmime_get_first_text_content()
138
139 2003-10-15 [christoph]  0.9.6claws30
140
141         * src/plugins/spamassassin/spamassassin_gtk.c
142         * src/plugins/spamassassin/spamassassin_gtk.glade
143                 fix timeout tooltip
144
145 2003-10-15 [paul]       0.9.6claws29
146
147         * src/messageview.c
148                 workaround for buggy smtp servers. on sending a
149                 return receipt strip the name part from the address
150                 when creating headers
151                 
152 2003-10-15 [paul]       0.9.6claws28
153
154         * sync with 0.9.7 release
155                 see ChangeLog 2003-10-15
156
157 2003-10-14 [christoph]  0.9.6claws27
158
159         * src/plugins/clamav/clamav_plugin.c
160                 fix clamav plugin
161
162 2003-10-14 [christoph]  0.9.6claws26
163
164         * src/compose.c
165         * src/mimeview.c
166         * src/procmime.[ch]
167         * src/rfc2015.c
168         * src/textview.c
169         * src/plugins/clamav/clamav_plugin.c
170                 use GNode to create the mime tree (some changes to functions
171                 that traverse the tree are just quick and dirty. Maybe we
172                 can find better solutions with g_node_*-functions)
173
174 2003-10-14 [luke]       0.9.6claws25
175
176         * src/mimeview.c
177                 fix a navigation bug (stupid typo of mine)
178
179 2003-10-14 [christoph]  0.9.6claws24
180
181         * src/textview.c
182                 fix missing last line in plain/text mails
183
184 2003-10-13 [luke]       0.9.6claws23
185
186         * src/summaryview.c
187                 fix bug 334 (part 1)
188
189 2003-10-13 [kov]        0.9.6claws22
190
191         * src/mimeview.c
192                 error checking when the user enters a non-directory at
193                 the file selection dialog.
194                 work-around for users entering directory location without
195                 adding a leading G_DIR_SEPARATOR.
196
197 2003-10-13 [luke]       0.9.6claws21
198
199         * src/compose.c
200                 error reporting for inserting files, including catching
201                 invalid characters for current locale/encoding
202
203 2003-10-13 [paul]       0.9.6claws20
204
205         * src/folderview.c
206                 fix bug #347 'subscribe newsgroups crashes'
207
208 2003-10-13 [paul]       0.9.6claws19
209
210         * src/compose.c
211                 when using 'Reply to all' include the 'send replies
212                 to' folder property
213                 
214         * po/ja.po
215                 update Japanese translation. submitted by Rui Hirokawa 
216                 <rui_hirokawa@ybb.ne.jp>        
217
218 2003-10-13 [hoa]        0.9.6claws18
219
220         * src/account.c
221         * src/compose.c
222         * src/messageview.c
223         * src/procheader.c
224         * src/procheader.h
225                 rename get_header_from_msginfo() into
226                 procheader_get_header_from_msginfo() so that we have a
227                 coherent exported naming.
228                 avoid parsing of header contained in a string via
229                 a newly written temporary file.
230
231         Patch submitted by Simon 'corecode' Schubert
232                 <corecode@corecode.ath.cx>
233
234 2003-10-12 [hoa]        0.9.6claws17
235
236         * src/filtering.c
237         * src/filtering.h
238         * src/matcher.c
239         * src/matcher.h
240         * src/matcher_parser_parse.y
241         * src/prefs_filtering_action.c
242                 added "stop" action : stop applying the filtering rules.
243                 added "set score" and "increase/decrease score" actions.
244                 That two last action replace the "change_score" action
245                 introduced by alfons in 0.8.8claws85.
246                 "set score" is to set a given score to the message.
247                 "increase/decrease score" will increase or decrease the
248                 score if the given value is respectively positive or
249                 negative. If someone find a some better name for this last
250                 rule, it can be modified.
251
252 2003-10-12 [paul]       0.9.6claws16
253
254         * AUTHORS
255           po/ja.po
256                 update Japanese translation. submitted by Rui Hirokawa 
257                 <rui_hirokawa@ybb.ne.jp>
258
259 2003-10-12 [christoph]  0.9.6claws15
260
261         * src/procmime.c
262                 fix crash caused by incorrect headers
263
264 2003-10-10 [christoph]  0.9.6claws14
265
266         * src/main.c
267         * src/privacy.[ch]
268         * src/rfc2015.[ch]
269                 implement detection of signed message parts for rfc2015
270
271 2003-10-10 [thorsten]   0.9.6claws13
272
273         * src/mimeview.c
274                 fix typo
275
276 2003-10-10 [christoph]  0.9.6claws12
277
278         * src/stock_pixmap.[ch]
279         * src/pixmaps/mime_message.xpm                  ** NEW **
280                 add a new icon for mime type "message"
281
282         * src/privacy.[ch]
283         * src/procmime.[ch]
284                 add crypto api
285
286         * src/mimeview.c
287                 o use crypto api
288                 o add icons for message type mime parts
289
290 2003-10-10 [christoph]  0.9.6claws11
291
292         * src/mainwindow.c
293         * src/messageview.[ch]
294         * src/mimeview.[ch]
295         * src/procmime.[ch]
296         * src/procmsg.[ch]
297         * src/rfc2015.c
298         * src/summaryview.c
299         * src/textview.[ch]
300                 o remove switching between TextView and MimeView in MessageView
301                   (if required we can hide the icon box and the MimeView will
302                    look exaxtly like the TextView)
303                 o temporary remove signature and decrypting GPGME code
304
305 2003-10-09 [christoph]  0.9.6claws10
306
307         * src/action.c
308         * src/compose.c
309         * src/messageview.c
310         * src/mimeview.c
311         * src/procmime.[ch]
312         * src/procmsg.c
313         * src/rfc2015.c
314         * src/textview.c
315         * src/common/utils.[ch]
316         * src/plugins/clamav/clamav_plugin.c
317         * src/plugins/dillo_viewer/dillo_viewer.c
318         * src/plugins/image_viewer/viewer.c
319         * src/plugins/mathml_viewer/mathml_viewer.c
320                 new mime parser (several things need fixing)
321
322 2003-10-09 [paul]       0.9.6claws9
323
324         * src/imap.c
325                 a little more sync with 0.9.6cvs2 and a tidy up
326
327 2003-10-08 [paul]       0.9.6claws8
328
329         * sync with 0.9.6cvs2
330                 see ChangeLog 2003-10-03
331
332 2003-10-05 [christoph]  0.9.6claws7
333
334         * src/summaryview.c
335                 don't use flags to check if a message is in a news folder
336
337         (closes Bug 282 clicking on folder with copied Messages from News
338          immediately after having copied them crashes Sylpheed-Claws)
339
340 2003-10-05 [christoph]  0.9.6claws6
341
342         * src/Makefile.am
343         * src/progressdialog.[ch]               ** REMOVE **
344         * src/gtk/Makefile.am
345         * src/gtk/progressdialog.[ch]           ** NEW **
346                 move progressdialog to gtk directory
347
348 2003-10-04 [christoph]  0.9.6claws5
349
350         * src/prefs_toolbar.c
351         * src/gtk/prefswindow.c
352                 remove widget_show_all for pages root widget
353
354         * src/plugins/spamassassin/spamassassin.[ch]
355         * src/plugins/spamassassin/spamassassin_gtk.c
356         * src/plugins/spamassassin/spamassassin_gtk.glade
357                 add support for new libspamc transports
358
359 2003-10-04 [christoph]  0.9.6claws4
360
361         * src/plugins/spamassassin/libspamc.[ch]
362         * src/plugins/spamassassin/spamassassin.c
363         * src/plugins/spamassassin/utils.[ch]
364                 update libspamc to version from SpamAssassin 2.60
365
366 2003-10-03 [christoph]  0.9.6claws3
367
368         * src/send_message.c
369                 fix missing format string bug found by
370                 Georgi Guninski <guninski@guninski.com>
371
372 2003-10-03 [paul]       0.9.6claws2
373
374         * po/zh_CN.po
375                 update Simpilified Chinese translation, submitted by
376                 Hansom Young
377
378 2003-10-02 [christoph]  0.9.6claws1
379
380         * src/imap.c
381                 add UIDPLUS support for COPY and EXPUNGE
382
383 2003-10-02 [paul]       0.9.6claws
384
385         * 0.9.6claws released
386
387 2003-10-02 [paul]
388
389         * po/es.po
390           po/sk.po
391                 update Spanish and Slovak translations
392                 submitted by Ricardo Mones Lastra and Andrej Kacian
393  
394 2003-10-02 [paul]       0.9.5claws43
395
396         * po/en_GB.po
397                 update British English translation
398
399 2003-10-02 [paul]       0.9.5claws42
400
401         * po/hr.po
402                 update Croatian translation, submitted by Dragan
403
404 2003-10-01 [paul]       0.9.5claws41
405
406         * po/pl.po
407           po/sr.po
408                 update Polish and Serbian translations, submitted by
409                 Emil and Urke MMI
410
411 2003-10-01 [melvin]     0.9.5claws40
412
413         * po/fr.po
414                 Updated French translations
415
416 2003-10-01 [melvin]     0.9.5claws39
417
418         * src/prefs_fonts.c
419                 Fixed a Gtk warning
420
421         * src/plugins/dillo_prefs.c     
422                 Quasi unnoticeable UI clean-up.
423
424 2003-10-01 [paul]
425
426         * tools/README
427           tools/maildir2sylpheed.pl
428                 bug fixes, rewrites, submitted by Matthias Förste 
429                 <itsjustme@users.sourceforge.net>
430
431 2003-09-29 [paul]       0.9.5claws38
432
433         * src/inc.c
434                 fix my coding carelessness
435
436 2003-09-29 [paul]       0.9.5claws37
437
438         * po/POTFILES.in
439           src/Makefile.am
440           src/main.c
441           src/prefs_common.[ch]
442           src/prefs_fonts.[ch]  ** NEW FILES **
443                 move Font config options to Other Prefs/Display/Fonts
444                 (user's current configuration is preserved)
445
446 2003-09-29 [paul]       0.9.5claws36
447
448         * src/inc.c
449           src/prefs_account.c
450                 allow 'local_mbox' value to point to either a directory 
451                 (/var/mail -  default, new) or a file (/var/mail/username
452                 - original)
453
454 2003-09-28 [paul]       0.9.5claws35
455
456         * src/rfc2015.c
457                 on signature check, where key exists, print the
458                 Key ID
459
460 2003-09-27 [alfons]     0.9.5claws34
461
462         * src/action.c
463                 o make progress bar not fill/expand when resizing dialog
464                 o use default fixed text font for actions output
465
466 2003-09-27 [paul]       0.9.5claws33
467
468         * src/prefs_common.[ch]
469           src/procmsg.c
470           src/send_message.c
471                 remove External Program settings from Common Prefs/Send
472                 as they are now unnecessary due to Local account settings.
473                 plus a little tidying-up after 0.9.5claws31
474
475 2003-09-27 [paul]       0.9.5claws32
476
477         * src/prefs_account.c
478                 o make correction to gui text:
479                   'Local mailbox file' -> 'Local mailbox directory'
480                 o give 'local_mbox' option a reasonable default value:
481                   '/var/mail'
482                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
483                   value
484
485 2003-09-26 [paul]       0.9.5claws31
486
487         * src/inc.c
488           src/prefs_common.[ch]
489                 remove 'Incorporate from spool' common pref,
490                 force creation of a 'Local' account
491
492 2003-09-26 [christoph]  0.9.5claws30
493
494         * src/folder.c
495         * src/msgcache.c
496                 add more NULL pointer checks
497
498 2003-09-25 [christoph]  0.9.5claws29
499
500         * src/folder.c
501                 o don't fetch source message to get it's message id
502                 o immediately scan dest folder when copying a message did not
503                   return a new message number and not do it when the first message
504                   without a new message number is found
505
506 2003-09-23 [christoph]  0.9.5claws28
507
508         * src/compose.c
509                 fix generating of headers
510
511         (patch by David Relson <relson@osagesoftware.com>)
512
513 2003-09-23 [paul]       0.9.5claws27
514
515         * po/zh_CN.po
516                 update Simplified Chinese translation. submitted by
517                 Hansom Young
518
519 2003-09-23 [paul]       0.9.5claws26
520
521         * tools/Makefile.am
522           tools/README
523           tools/vcard2xml.py    ** NEW FILE **
524                 add a script that converts an evolution vcard to
525                 sylpheed's xml format
526                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
527
528 2003-09-22 [paul]       0.9.5claws25
529
530         * src/plugins/clamav/clamav_plugin.c
531                 don't skip MULTIPART parts
532
533 2003-09-21 [christoph]  0.9.5claws24
534
535         * src/alertpanel.c
536                 remove unneeded include
537
538         * src/folder.c
539                 clean up copy/move mess with duplicated code
540
541         * src/imap.c
542                 fix problem that sometimes the folder was not scanned
543                 also it was changed
544
545 2003-09-21 [christoph]  0.9.5claws23
546
547         * src/Makefile.am
548         * src/logwindow.[ch]                    ** REMOVE **
549         * src/mainwindow.c
550         * src/prefs_common.c
551         * src/gtk/Makefile.am
552         * src/gtk/logwindow.[ch]                ** ADD **
553                 make logwindow prefs_common independent and move
554                 it to gtk directory
555
556 2003-09-20 [christoph]  0.9.5claws22
557
558         * src/compose.c
559                 add extra space for address code conversion
560                 (4 * unconvered size could be too small for short headers)
561
562 2003-09-20 [christoph]  0.9.5claws21
563
564         * src/compose.c
565                 increase temp buffer size when writing headers
566
567 2003-09-19 [darko]      0.9.5claws20
568
569         * src/compose.c
570                 don't ignore value of 'Save copy of outgoing messages to
571                 this folder instead of Sent' in message redirect
572
573 2003-09-17 [christoph]  0.9.5claws19
574
575         * src/compose.c
576                 use ", " as address seperator for mail headers and pass whole
577                 header line at once to compose_convert_header to make sure
578                 it is correctly folded
579
580         (closes Bug 64 Problem when sending to many recipients)
581
582 2003-09-17 [hoa]        0.9.5claws18
583         
584         * src/matcher.[ch]
585           src/matcher_parser_parse.y
586           src/prefs_matcher.c
587                 changed the keyword used for command execution in condition
588                 keyword is changed from "execute" to "test"
589                 so that it is not the same as the one used for action.
590                 This will fix a bug when using filtering dialog.
591                 All semantic in the code is also changed to reflect
592                 the keyword change.
593
594 2003-09-17 [paul]
595         
596         * sync with 0.9.6 release
597
598 2003-09-17 [paul]       0.9.5claws17
599
600         * sync with 0.9.5cvs8
601                 see ChangeLog 2003-09-16 and 2003-09-17
602
603 2003-09-16 [paul]       0.9.5claws16
604
605         * sync with 0.9.5cvs6
606                 see ChangeLog 2003-09-16
607
608 2003-09-15 [paul]       0.9.5claws15
609
610         * sync with 0.9.5cvs5
611                 see ChangeLog 2003-09-15
612
613 2003-09-14 [alfons]     0.9.5claws14
614
615         * src/inc.c
616                 make "Go to inbox after receiving new mail" again;
617                 regression of a sync, restored to sylpheed main 
618                 behaviour. (misses still some bits)
619
620 2003-09-14 [alfons]     0.9.5claws13
621
622         * src/prefs_filtering_action.c
623                 o add proper message if empty execute command line
624                 o don't select first action item after registering a
625                   new action to prevent (what seems to be a GTK) bug
626                   #36, "filtering will only accept one action change 
627                   per invocation".
628
629 2003-09-14 [alfons]     0.9.5claws12
630
631         * src/prefs_filtering.c
632         * src/prefs_filtering_action.c
633         * src/prefs_matcher.c
634                 fix function signature for key_pressed_event signal handlers
635
636 2003-09-14 [alfons]     0.9.5claws11
637
638         * src/mainwindow.c
639                 fix regression caused by fix for invalid bug #7
640                 (should fix #246, "Multiple selections are deselected when 
641                 moving from search window to main window")
642                 
643 2003-09-14 [alfons]     0.9.5claws10
644         
645         * src/actions.[ch]
646         * src/filtering.[ch]
647         * src/prefs_actions.c
648                 allow `filtering actions` in actions; only for advanced users
649                 right now: try for example, "%as{mark color 2}" 
650         
651 2003-09-13 [paul]       0.9.5claws9
652         
653         * po/pl.po
654           po/zh_CN.po   ** NEW FILE **
655                 update Polish translation, submitted by Emil 
656                 <eminowbl@posejdon.wpk.p.lodz.pl>
657                 add new Simplified Chinese translation, submitted by
658                 Hansom Young <hansom_young@yahoo.com>
659
660 2003-09-12 [alfons]     0.9.5claws8
661
662         * src/summaryview.c
663                 don't open separate message views when View | Separate message view
664                 is active 
665                 (please look carefully for any navigation regressions)
666
667 2003-09-11 [alfons]     0.9.5claws7
668
669         * src/mainwindow.c
670                 make default message view, opened by View | Separate message 
671                 view, look like a claws message view (which includes a menu
672                 bar and a toolbar)
673                 (fixes bug #298, "message view loses tool bar") 
674
675 2003-09-11 [christoph]  0.9.5claws6
676
677         * src/folderview.c
678                 fix double deleting of newsgroup folders
679
680         (closes Bug 305 crash after deleting of a newsgroup)
681
682 2003-09-11 [paul]       0.9.5claws5
683
684         * src/rfc2015.c
685           src/common/utils.h
686                 more sync'ing from 0.9.5cvs2
687
688 2003-09-11 [christoph]  0.9.5claws4
689
690         * src/compose.c
691         * src/rfc2015.c
692         * src/common/utils.h
693                 fix sync with 0.9.5cvs2
694
695 2003-09-11 [paul]       0.9.5claws3
696
697         * sync with 0.9.5cvs4
698                 see ChangeLog 2003-09-11
699
700 2003-09-11 [paul]       0.9.5claws2
701
702         * sync with 0.9.5cvs2
703                 see ChangeLog 2003-09-05
704                 
705 2003-09-11 [paul]       0.9.5claws1
706
707         * sync with 0.9.5cvs3
708                 see ChangeLog 2003-09-10
709
710 2003-09-10 [paul]       0.9.5claws
711
712         * 0.9.5claws released
713
714 2003-09-10 [paul]       0.9.4claws78
715
716         * src/Makefile.am
717                 add missing files
718
719 2003-09-10 [melvin]     0.9.4claws77
720
721         * po/fr.po
722                 Updated French translations
723
724 2003-09-10 [paul]       0.9.4claws76
725
726         * po/es.po
727           po/sk.po
728           po/sr.po
729                 update Spanish, Slovak, and Serbian translations.
730                 submitted by Ricardo Mones Lastra, Andrej Kacian,
731                 and Urke MMI
732                 
733         * AUTHORS
734                 add translation team section
735
736 2003-09-09 [christoph]  0.9.4claws75
737
738         * src/folder.c
739                 free item->prefs in folder_item_destroy
740
741 2003-09-09 [alfons]     0.9.4claws74
742
743         * src/folderview.c
744                 o proper check for root node sorting
745                 o remove unnecessary gtk_ctree_remove_node 
746
747         (should fix bug #300, "crash while moving folder")      
748
749 2003-09-08 [christoph]  0.9.4claws73
750
751         * src/folderview.c
752                 o fix double adding of IMAP FolderItems to GtkCTree
753                 o fix crash then mbox folder is removed
754
755 2003-09-08 [christoph]  0.9.4claws72
756
757         * src/folder.c
758         * src/folderview.c
759         * src/mainwindow.c
760                 fix new folder notification
761
762         * src/mbox_folder.c
763                 fix cache path
764
765 2003-09-08 [christoph]  0.9.4claws71
766
767         * src/compose.c
768                 replace '\n' and '\r' before removing trailing spaces
769
770         * src/folder.[ch]
771         * src/folderview.c
772                 add information about new or removed items in folder tree change
773                 notification and use this in folderview to add and remove only
774                 the appected items and not refresh the whole tree
775
776 2003-09-07 [match]      0.9.4claws70
777
778         * src/Makefile.am
779         * src/addr_compl.c
780         * src/addressbook.c
781         * src/addressitem.h
782         * src/addrindex.c
783         * src/addritem.c
784         * src/addritem.h
785         * src/addrquery.c                       ** NEW **
786         * src/addrquery.h
787         * src/ldapquery.c
788         * src/ldapserver.c
789         * src/stock_pixmap.c
790         * src/stock_pixmap.h
791         * src/pixmaps/address_search.xpm        ** NEW **
792                 re-introduce Lookup button for LDAP 'static' searches.
793
794 2003-09-07 [alfons]     0.9.4claws69
795         
796         * src/summaryview.c
797                 abandon setting usize for messageview because it gives layout problems
798                 with the quick search bar and the headerview; fixes assorted UI glitches:
799                 
800                 o bug #148, "Toggling of quick-search bar reduces index view area" 
801                 o bug #280, "Window resiizes for line length but does not revert"
802
803 2003-09-07 [christoph]  0.9.4claws68
804
805         * src/compose.c
806                 o make sure we don't have any newlines in header values
807                 o check custom headers for spaces and newlines and ignore
808                   malformed header names
809
810 2003-09-06 [christoph]  0.9.4claws67
811
812         * src/folder.c
813         * src/folderview.c
814                 invoke notification hook for folder tree changes after append
815                 and remove folder
816
817         (closes Bug 294 Crash while moving folder with many subdirectories)
818
819 2003-09-06 [christoph]  0.9.4claws66
820
821         * src/folder.c
822                 destroy folder's MsgCache if FolderItem is removed to make sure
823                 it is not saved when the FolderItem is destroyed
824
825 2003-09-06 [christoph]  0.9.4claws65
826
827         * src/plugins/clamav/clamav_plugin.c
828                 fix copy & paste bug
829
830 2003-09-05 [christoph]  0.9.4claws64
831
832         * src/folder.c
833         * src/messageview.[ch]
834         * src/procmsg.[ch]
835         * src/summaryview.c
836                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
837                 by MessageView to clear it when the message is deleted. Should
838                 work even if messages are deleted in MainWindow or by
839                 processing.
840
841 2003-09-05 [alfons]     0.9.4claws63
842
843         * src/messageview.c
844                 deleting a message in a message view frees its msginfo, make 
845                 messageview_update_all() aware of that (should fix bug #293,
846                 "deleting message caused crash")
847
848 2003-09-05 [melvin]     0.9.4claws62
849
850         * src/action.c
851                 Improve synchronous action exit code (fixes 
852                 a ~5 seconds delay after action exit on RedHat 9)
853
854 2003-09-04 [christoph]  0.9.4claws61
855
856         * src/compose.c
857         * src/rfc2015.c
858         * src/common/utils.[ch]
859                 add util function to create mime boundary and use it
860                 in compose and gpg code
861
862 2003-09-04 [alfons]     0.9.4claws60
863
864         * src/folder.c
865                 source folder item's GNode should already have been freed in 
866                 a previous call to src->folder->klass->remove_folder()
867                 (should fix bug #287, "crash when moving folders")
868
869 2003-09-03 [thorsten]   0.9.4claws59
870
871         * src/plugins/spamassassin/spamassassin_gtk.c
872                 fix compile error
873
874 2003-09-03 [christoph]  0.9.4claws58
875
876         * src/plugins/spamassassin/spamassassin.[ch]
877         * src/plugins/spamassassin/spamassassin_gtk.c
878                 add timeout config option
879
880 2003-09-03 [paul]       0.9.4claws57
881
882         * po/sk.po      ** NEW FILE **
883                 add Slovak translation. Submitted by Andrej Kacian 
884                 <andrej@kacian.sk>
885
886 2003-09-03 [paul]       0.9.4claws56
887
888         * src/plugins/clamav/clamav_plugin_gtk.c
889                 gui tweaks: replace a label with a tooltip, modify the
890                 text, use gtk_check_button_new(); instead of
891                 gtk_check_button_new_with_label("");
892
893 2003-09-02 [alfons]     0.9.4claws55
894
895         * src/gtk/filesel.c
896                 remember last used dir when attaching multiple files (should fix
897                 bug #290, "Attach File does not remember directory")
898
899 2003-09-01 [paul]       0.9.4claws54
900
901         * po/es.po
902                 updated by Ricardo Mones Lastra
903
904 2003-09-01 [alfons]     0.9.4claws53
905
906         * src/gtk/gtkaspell.[ch]
907                 be pedantic and strict and use const gchar * instead of guchar *
908
909 2003-09-01 [alfons]     0.9.4claws52
910
911         * src/mainwindow.c
912         * src/summaryviewc.
913                 re-enable Save As when multiple messages are selected
914
915 2003-09-01 [paul]       0.9.4claws51
916
917         * src/textview.c
918                 g_free(trimmed_uri);
919
920 2003-09-01 [paul]       0.9.4claws50
921
922         * sync with 0.9.4cvs13
923                 see ChangeLog 2003-09-01
924
925 2003-09-01 [paul]       0.9.4claws49
926
927         * src/textview.c
928                 trim uri before sending to the statusbar
929                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
930                 in the message window causes main S-C window to enlarge 
931                 past screen edges'
932
933 2003-09-01 [paul]       0.9.4claws48
934
935         * sync with 0.9.4cvs12
936                 see ChangeLog 2003-09-01
937
938 2003-08-30 [christoph]  0.9.4claws47
939
940         * src/compose.c
941         * src/folder_item_prefs.[ch]
942         * src/prefs_folder_item.c
943         * src/gtk/gtkaspell.[ch]
944                 commit per folder dictionary patch by
945                 Paul Evans <nerd@freeuk.com>
946
947 2003-08-30 [christoph]  0.9.4claws46
948
949         * src/plugins/spamassassin/spamassassin_gtk.c
950         * src/plugins/spamassassin/spamassassin_gtk.glade
951                 reduce GUI clutter by placing hints into tooltips
952
953 2003-08-30 [paul]       0.9.4claws45
954
955         * src/compose.c
956                 add 'Content-Disposition: inline' to a text/plain
957                 part when using PGP/MIME signing
958
959 2003-08-30 [paul]       0.9.4claws44
960
961         * src/prefs_common.c
962           src/prefs_spelling.c
963           src/prefs_spelling.glade
964                 reduce GUI clutter by placing hints into tooltips
965
966 2003-08-29 [christoph]  0.9.4claws43
967
968         * configure.ac
969                 fix bug found by Ivan Rayner <ivanr@sgi.com>
970
971         * src/stock_pixmap.c
972                 change unecessary warning into a debug message
973
974         * src/plugins/clamav/Makefile.am
975                 Fix error "-I$(CLAMAV_LIBS)"
976
977 2003-08-29 [christoph]  0.9.4claws42
978
979         * intl/Makefile.in
980         * src/Makefile.am
981         * src/matcher.h
982         * src/common/Makefile.am
983         * src/common/passcrypt.c
984                 commit fixes and patches for some of the IRIX problems found by
985                 Ivan Rayner <ivanr@sgi.com>
986
987 2003-08-29 [paul]       0.9.4claws41
988
989         * src/prefs_filtering.c
990                 add 'Top' and 'Bottom' buttons, based on changes in
991                 src/prefs_filter.c in 0.9.4cvs11.
992
993 2003-08-27 [christoph]  0.9.4claws40
994
995         * src/folderview.c
996                 fix bug that the current summary settings were copied to the
997                 wrong folder item, when the folder item prefs are opened.
998                 Copying is not required because summary settings and
999                 folder_item_prefs do not contain the same settings
1000
1001 2003-08-27 [thorsten]   0.9.4claws39
1002
1003         * src/imap.c
1004                 fix compile error
1005
1006 2003-08-26 [paul]       0.9.4claws38
1007
1008         * sync with 0.9.4cvs9
1009                 see ChangeLog 2003-08-26
1010
1011 2003-08-25 [paul]       0.9.4claws37
1012
1013         * sync with 0.9.4cvs8
1014                 see ChangeLog 2003-08-25
1015
1016 2003-08-24 [christoph]  0.9.4claws36
1017
1018         * src/prefs_filtering.c
1019                 shouldn't remove items from a GSList while iterating over the
1020                 list (makes cur invalid and cur->next not accessable)
1021
1022         (closes Bug 272 i deleted an folder and some seconds later sylpheed
1023          crashed)
1024
1025 2003-08-23 [christoph]  0.9.4claws35
1026
1027         * src/news.c
1028                 news folders should be scanned when opened
1029
1030 2003-08-22 [christoph]  0.9.4claws34
1031
1032         * src/prefs_folder_item.c
1033                 use macro to assign strings that always frees the old string
1034
1035         * src/gtk/gtkaspell.[ch]
1036                 add gtkaspell_set_dictionary_menu_active_item() to set active
1037                 item in dictionary option menu
1038
1039         * src/prefs_spelling.c
1040                 use gtkaspell_set_dictionary_menu_active_item() to select
1041                 dictionary
1042
1043 2003-08-21 [christoph]  0.9.4claws33
1044
1045         * src/folder.[ch]
1046         * src/imap.c
1047         * src/mbox_folder.c
1048         * src/mh.c
1049         * src/news.c
1050                 optimize folder system
1051
1052         * src/gtk/gtkstext.c
1053                 fix division by zero when font has 0 width for ' '
1054
1055 2003-08-21 [paul]       0.9.4claws32
1056
1057         * sync with 0.9.4cvs7
1058                 see ChangeLog 2003-08-20
1059
1060 2003-08-19 [paul]       0.9.4claws31
1061
1062         * src/common/defs.h
1063                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
1064                 SYLDOC_FAQ_HTML_INDEX.
1065         * src/manual.c
1066                 use LC_MESSAGES instead of LC_ALL to find the current
1067                 language
1068
1069           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
1070
1071 2003-08-19 [paul]       0.9.4claws30
1072
1073         * po/bg.po
1074                 updated by George Danchev
1075
1076 2003-08-18 [luke]       0.9.4claws29
1077         * src/mimeview.[ch]
1078         * src/gtk/gtkvscrollbutton.[ch]
1079                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
1080                   dependencies; do it the GTK way; reduce code -14/+2 lines)
1081                 o removed horizontal separator between icons
1082
1083 2003-08-17 [christoph]  0.9.4claws28
1084
1085         * src/procmsg.c
1086                 no subject threading when the subject has no reply prefix
1087
1088 2003-08-16 [christoph]  0.9.4claws27
1089
1090         * src/mainwindow.c
1091                 remember and restore window sizes and position when the main
1092                 window is hidden or shown
1093
1094         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
1095          minimised/reopened using trayicon)
1096
1097 2003-08-16 [paul]       0.9.4claws26
1098
1099         * src/crash.c
1100                 add #include "defs.h"
1101
1102 2003-08-16 [paul]       0.9.4claws25
1103
1104         * src/plugins/clamav/clamav_plugin.c
1105                 reword a debug_print
1106                 
1107         * src/plugins/dillo_viewer/dillo_prefs.c
1108                 cosmetic: change the labels' text, add tooltips, and
1109                 left-align the hint
1110
1111 2003-08-15 [christoph]  0.9.4claws24
1112
1113         * src/news.c
1114                 complete last change (forgot some changes)
1115
1116 2003-08-15 [christoph]  0.9.4claws23
1117
1118         * src/news.c
1119                 o check number of messages and don't return a 0 message
1120                   when no messages are available
1121                 o don't parse xref header anymore
1122
1123         (closes Bug 203 I'm not getting any news)
1124
1125 2003-08-15 [paul]       0.9.4claws22
1126
1127         * src/common/defs.h
1128           src/crash.c
1129                 update and define claws bugzilla location
1130
1131 2003-08-15 [paul]       0.9.4claws21
1132
1133         * po/ru.po
1134                 update submitted by Ruslan N. Balkin
1135
1136 2003-08-14 [christoph]  0.9.4claws20
1137
1138         * src/procmsg.c
1139                 fix search for oldest node in subject threading
1140
1141 2003-08-14 [christoph]  0.9.4claws19
1142
1143         * src/procmsg.c
1144         * src/common/utils.h
1145                 add possibility to check all nodes with the same subject for
1146                 subject threading, not only the oldest node. Should not break
1147                 threads anymore if the oldest node is thread_by_subject_max_age
1148                 days older then parent, because it can now find a child of
1149                 oldest node as new parent.
1150
1151 2003-08-11 [christoph]  0.9.4claws18
1152
1153         * src/plugins/spamassassin/spamassassin.c
1154                 run spam check in background process
1155
1156 2003-08-10 [alfons]     0.9.4claws17
1157
1158         * src/summaryview.c
1159                 make `Select All' sensitive too
1160
1161 2003-08-10 [christoph]  0.9.4claws16
1162
1163         * src/imap.c
1164                 add more checks in imap_close
1165
1166 2003-08-09 [alfons]     0.9.4claws15
1167
1168         * src/prefs_spelling.c
1169                 no spell checking UI if not requested
1170
1171 2003-08-09 [alfons]     0.9.4claws14
1172
1173         * src/gtk/prefswindow.c
1174                 make it compile
1175
1176 2003-08-09 [christoph]  0.9.4claws13
1177
1178         * src/prefs_spelling.c
1179         * src/gtk/prefswindow.[ch]
1180         * src/plugins/clamav/clamav_plugin_gtk.c
1181         * src/plugins/spamassassin/spamassassin_gtk.c
1182                 sort prefs pages by heighest weight in tree
1183
1184 2003-08-09 [paul]       0.9.4claws12
1185
1186         * sync with 0.9.4cvs6
1187                 see ChangeLog 2003-08-07
1188                 
1189         * AUTHORS
1190                 add Leandro and Luke to claws-branch section
1191
1192 2003-08-09 [christoph]  0.9.4claws11
1193
1194         * src/gtk/Makefile.am
1195         * src/gtk/colorsel.[ch]                 ** NEW **
1196                 create a color selection dialog that can be used as a simple
1197                 function call with it's own gtk main loop like filesel.[ch]
1198
1199         * src/Makefile.am
1200         * src/main.c
1201         * src/prefs_common.c
1202         * src/prefs_spelling.[ch]               ** NEW **
1203         * src/prefs_spelling.glade              ** NEW **
1204         * src/gtk/gtkutils.[ch]
1205                 move "Spell Checker" prefs to new prefs dialog
1206
1207         * src/prefs_folder_item.c
1208                 use new colorsel dialog
1209
1210 2003-08-08 [paul]       0.9.4claws10
1211
1212         * src/inc.c
1213                 clear the progress bar unconditionally
1214
1215 2003-08-08 [paul]       0.9.4claws9
1216
1217         * sync with 0.9.4cvs4
1218                 see ChangeLog 2003-07-31
1219
1220 2003-08-07 [christoph]  0.9.4claws8
1221
1222         * configure.ac
1223                 fix bug in image viewer plugin part
1224
1225         * src/imap.c
1226                 don't execute close command if the folder item is not selected
1227
1228 2003-08-07 [hoa]        0.9.4claws7
1229
1230         * src/filtering.[ch]
1231         * src/matcher_parser.h
1232         * src/matcher_parser_parse.y
1233                 can define several actions for each filtering rule
1234                 can import old versions of filtering rules
1235
1236         * src/prefs_filtering.c
1237                 call to a new dialog box to define actions
1238
1239         * src/prefs_filtering_action.[ch]
1240                 dialog box to define actions for filtering rules
1241
1242 2003-08-06 [christoph]  0.9.4claws6
1243
1244         * src/imap.c
1245                 make sure source folder is selected when copying messages
1246
1247 2003-08-06 [christoph]  0.9.4claws5
1248
1249         * sync with 0.9.4cvs2
1250                 see ChangeLog 2003-07-29                
1251
1252 2003-08-05 [paul]       0.9.4claws4
1253
1254         * sync with 0.9.4cvs3
1255                 see ChangeLog 2003-07-30
1256
1257 2003-08-04 [match]      0.9.4claws3
1258
1259         * po/POTFILES.in
1260                 export of LDIF files.
1261
1262 2003-08-04 [match]      0.9.4claws2
1263
1264         * src/ldif.[ch]
1265                 support for export LDIF. documented.
1266         * src/importldif.[ch]
1267         * src/exportldif.[ch]
1268                 add tooltips. documented.
1269         * src/exphtmldlg.[ch]
1270         * src/common/xmlprops.[ch]
1271                 documented.
1272         * src/exportldif.[ch]                   ** NEW **
1273         * src/expldifdlg.[ch]                   ** NEW **
1274         * src/addressbook.[ch]
1275         * src/Makefile.am
1276                 export of LDIF files.
1277                 documented.
1278
1279 2003-08-04 [christoph]  0.9.4claws1
1280
1281         * .cvsignore
1282         * Makefile.am
1283         * configure.ac
1284         * sylpheed-claws.pc.in                  ** NEW **
1285         * src/Makefile.am
1286         * src/common/Makefile.am
1287         * src/gtk/Makefile.am
1288                 install sylpheed header files in $(pkgincludedir) and create a
1289                 pkg-config file to allow building a plugin without the source
1290                 package
1291
1292 2003-08-04 [paul]       0.9.4claws
1293
1294         * version 0.9.4claws
1295
1296 2003-08-04 [paul]       0.9.3claws97
1297
1298         * po/es.po
1299                 update Spanish translation. Submitted by Ricardo
1300                 Mones Lastra.
1301
1302 2003-08-03 [paul]       0.9.3claws96
1303
1304         * po/hr.po
1305           po/sr.po
1306                 update Croatian and Serbian translations. Submitted by
1307                 Dragan and Urke MMI respectively
1308
1309 2003-08-03 [alfons]     0.9.3claws95
1310
1311         * src/summaryview.c
1312                 mark flag has precedence over important flag - seems
1313                 to have been changed in sync of 0.9.3claws45. this fixes
1314                 a regression where messages that were scored as important
1315                 don't show their mark flags. (using the same column for
1316                 both importance as mark flags is the real problem
1317                 ofcourse)
1318
1319 2003-08-03 [melvin]     0.9.3claws94
1320
1321         * po/fr.po
1322                 Updated French translations.
1323
1324 2003-08-03 [melvin]     0.9.3claws93
1325
1326         * src/Makefile.am
1327                 Fixed typo introduced after 0.9.3claws92 
1328                 that prevented compilation
1329                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1330                 CPPFLAGS and YFLAGS to allow user setting these.
1331         * src/common/Makefile.am
1332         * src/gtk/Makefile.am
1333         * src/plugins/clamav/Makefile.am
1334         * src/plugins/demo/Makefile.am
1335         * src/plugins/dillo_viewer/Makefile.am
1336         * src/plugins/image_viewer/Makefile.am
1337         * src/plugins/mathml_viewer/Makefile.am
1338         * src/plugins/spamassassin/Makefile.am
1339         * src/plugins/trayicon/Makefile.am
1340         * src/plugins/trayicon/libeggtrayicon/Makefile.am
1341                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
1342                 CPPFLAGS and YFLAGS to allow user setting these.
1343
1344 2003-08-02 [christoph]  0.9.3claws92
1345
1346         * configure.ac
1347                 o rearrange plugin tests
1348                 o add test for clamav.h to ClamAV tests
1349
1350 2003-08-02 [luke]       0.9.3claws91
1351
1352         * src/mimeview.c
1353                 o fixed appearance of icon list when toggling back from the 
1354                   ctree
1355                 o toggling of icons using the keyboard works correctly
1356                 o fixed all other keyboard shortcuts to work when icons are
1357                   active
1358         
1359         * src/messageview.c
1360                 o fixed bug 4 - focus lost when changing messageview view type
1361
1362 2003-08-02 [christoph]  0.9.3claws90
1363
1364         * src/common/hooks.c
1365                 fix crash when pointer stored in hash table could get invalid
1366                 when a plugin is unloaded
1367
1368 2003-08-01 [christoph]  0.9.3claws89
1369
1370         * configure.ac
1371                 o try to build all plugins (except spamassassin) by default
1372                 o don't build a plugin if a dependency check fails
1373
1374         * src/common/hooks.c
1375                 fix warning
1376
1377 2003-08-01 [match]      0.9.3claws88
1378
1379         * src/importldif.c
1380                 allow single click field selection. document code.
1381
1382 2003-08-01 [christoph]  0.9.3claws87
1383
1384         * src/plugins/clamav/clamav_plugin.c
1385         * src/plugins/clamav/clamav_plugin_gtk.c
1386         * src/plugins/dillo_viewer/dillo_viewer.c
1387         * src/plugins/image_viewer/plugin.c
1388         * src/plugins/mathml_viewer/mathml_viewer.c
1389         * src/plugins/spamassassin/spamassassin.c
1390         * src/plugins/spamassassin/spamassassin_gtk.c
1391         * src/plugins/trayicon/trayicon.c
1392                 add version check to all plugins
1393
1394 2003-08-01 [hoa]        0.9.3claws86
1395
1396         * src/prefs_filtering.c
1397                 fixed a cosmetic bug, during creation of dialog box,
1398                 wrong widgets were shown after creation.
1399
1400 2003-08-01 [luke]       0.9.3claws85
1401
1402         * src/mainwindow.c
1403                 o fixed visibility of icons/mimeview after toggling separate
1404                   message/folder view (factored out some similar code too).
1405
1406
1407 2003-07-31 [alfons]     0.9.3claws84
1408
1409         * src/mimeview.c
1410                 tweak icon box UI a bit more, now allowing right-clicks actions
1411                 getting the relevant mime data too; should fix #250, "Can't save 
1412                 attachments sometimes".
1413
1414 2003-07-30 [alfons]     0.9.3claws83
1415
1416         * src/compose.c
1417                 don't do auto-save-draft inside key press handler, but rather
1418                 schedule it half of a second later; should fix #67, "autosave 
1419                 make re-rediting message crazy"
1420
1421 2003-07-30 [christoph]  0.9.3claws82
1422
1423         * src/plugins/trayicon/trayicon.c
1424                 process pending events before unloading the plugin
1425
1426         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1427
1428 2003-07-30 [alfons]     0.9.3claws81
1429
1430         * src/common/hooks.c
1431                 parameter 2 of g_hook_destroy() should really be a hook id
1432
1433 2003-07-30 [alfons]     0.9.3claws80
1434
1435         * src/common/plugin.c
1436                 fix a possibly harmful function signature mismatch 
1437                 for plugin_done
1438
1439 2003-07-30 [alfons]     0.9.3claws79
1440
1441         * src/common/hooks[.ch]
1442                 const correctness
1443
1444 2003-07-30 [darko]      0.9.3claws78
1445
1446         * src/summaryview.c
1447                 make it compile again
1448
1449 2003-07-30 [luke]       0.9.3claws77
1450
1451         * src/crash.c
1452         * src/main.c
1453                 o added/moved signal handlers for SIGTERM (normal kill command) 
1454                   and SIGINT (ctl-c) to be used even without 
1455                   --enable-crash-dialog, fixing bug 166
1456
1457         * src/summaryview.c
1458                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1459                   bug 227
1460
1461         * src/mainwindow.c
1462                 o changed sensitivity condition for 'Next new' and 'Next 
1463                   unread', fixing bug 8
1464
1465 2003-07-29 [alfons]     0.9.3claws76
1466
1467         * src/common/utils.[ch]
1468                 add generate_msgid()
1469         * src/messageview.c
1470                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1471                 sent folder".
1472
1473 2003-07-29 [alfons]     0.9.3claws75
1474
1475         * src/messageview.c
1476                 fix a memleak (claws-only)
1477
1478 2003-07-29 [alfons]     0.9.3claws74
1479
1480         * src/mimeview.[ch]
1481         * src/gtk/gtkvscrollbutton.[ch]
1482                 fix UI glitch where mime icon toolbox' scroll position is not 
1483                 reset after switching to another message
1484                 
1485
1486 2003-07-29 [paul]       0.9.3claws73
1487
1488         * src/prefs_folder_item.c
1489                 split the prefs into 2 separate pages
1490
1491 2003-07-29 [paul]       0.9.3claws72
1492
1493         * src/compose.c
1494                 prepend "\n\n" to a signature without a separator too
1495
1496 2003-07-29 [paul]       0.9.3claws71
1497
1498         * src/compose.c
1499                 fix bug where changing to an account without an auto-sig
1500                 from an initial account without an auto-sig would insert 
1501                 2 blank lines at the cursor point
1502                 fix bug where changing to an account with an auto-sig
1503                 from an initial account without an auto-sig would insert
1504                 the sig at the cursor point
1505
1506 2003-07-29 [paul]       0.9.3claws70
1507
1508         * src/folderview.c
1509                 use the colour from the folder pref unless the folder
1510                 has new messages
1511
1512 2003-07-29 [alfons]     0.9.3claws69
1513
1514         * src/procmsg.[ch]
1515         * src/messageview.c
1516         * src/procheader.c
1517                 rewrite return receipt request work a little bit (the former 
1518                 implementation presumably depended too much on the UI setting
1519                 flags). (we're losing the old pending flag.) 
1520
1521 2003-07-28 [christoph]  0.9.3claws68
1522
1523         * src/folder.c
1524         * src/imap.c
1525         * src/mh.c
1526         * src/procmsg.[ch]
1527                 fix copy to IMAP folder from other folder
1528
1529 2003-07-28 [christoph]  0.9.3claws67
1530
1531         * src/procmsg.c
1532                 fix sync of procmsg_get_message_file_list
1533
1534 2003-07-28 [christoph]  0.9.3claws66
1535
1536         * sync with 0.9.3cvs14
1537                 see ChangeLog 2003-07-18
1538         * sync with 0.9.3cvs17
1539                 see ChangeLog 2003-07-23
1540
1541         (closes Bug 234 segmentation fault after sending out mail via
1542          smtp(auth))
1543
1544 2003-07-28 [paul]       0.9.3claws65
1545
1546         * po/es.po
1547                 update Spanish translation, submitted by Ricardo Mones
1548                 Lastra
1549
1550 2003-07-28 [christoph]  0.9.3claws64
1551
1552         * src/folder.[ch]
1553         * src/imap.c
1554         * src/mh.c
1555                 return new message numbers as a GRelation instead of a GSList
1556                 that has to be in the same order as the input list. A list
1557                 would make it hard for IMAP to optimize oepration by sorting
1558                 the input list. The returned list would have to be reordered
1559                 to match the same order that input list has.
1560
1561         * src/gtk/gtkaspell.c
1562                 fix missing return value, could cause a crash when garbage is
1563                 on the stack that is used as the expected return value
1564
1565 2003-07-28 [paul]       0.9.3claws63
1566
1567         * sync with 0.9.4cvs1
1568                 see ChangeLog 2003-07-28
1569
1570 2003-07-27 [alfons]     0.9.3claws62
1571
1572         * src/mimeview.c
1573                 tweak it more to make icon list act like a check button group
1574
1575 2003-07-27 [christoph]  0.9.3claws61
1576
1577         * sync with 0.9.3cvs20
1578                 see ChangeLog 2003-07-25
1579
1580 2003-07-27 [paul]       0.9.3claws60
1581
1582         * src/procmsg.c
1583                 re-commit changes from 0.9.3claws58 -
1584                 accidently removed in 0.9.3claws59
1585
1586 2003-07-27 [paul]       0.9.3claws59
1587
1588         * src/procmsg.[ch]
1589                 a sync from 0.9.3cvs17
1590                 see ChangeLog 2003-07-23
1591
1592 2003-07-27 [alfons]     0.9.3claws58
1593
1594         * src/procmsg.c
1595                 add missing header members to MsgInfo; fixes the problem of 
1596                 not displaying X-Faces, as noticed by Ricardo Mones
1597
1598 2003-07-26 [christoph]  0.9.3claws57
1599
1600         * sync with 0.9.3cvs18
1601                 see ChangeLog 2003-07-24
1602
1603 2003-07-26 [christoph]  0.9.3claws56
1604
1605         * sync with 0.9.3cvs17
1606                 see ChangeLog 2003-07-23
1607
1608 2003-07-26 [christoph]  0.9.3claws55
1609
1610         * src/folder.[ch]
1611         * src/imap.c
1612         * src/mbox_folder.c
1613         * src/mh.c
1614         * src/news.c
1615                 add support for copy function that copy multiple messages
1616                 (not implemented yet)
1617
1618         * src/summaryview.c
1619                 add missing return value
1620
1621 2003-07-26 [paul]       0.9.3claws54
1622
1623         * tools/multiwebsearch.pl
1624                 do whitespace substitution before passing the string
1625                 to the browser. fixes bug with browsers that don't
1626                 do whitespace conversion themselves.
1627
1628 2003-07-25 [christoph]  0.9.3claws53
1629
1630         * src/folder.[ch]
1631         * src/imap.c
1632         * src/mh.c
1633                 rewrite adding of multiple messages to a folder for
1634                 claws' folder system
1635
1636 2003-07-25 [luke]       0.9.3claws52
1637
1638         * src/mimeview.c
1639                 o icon toggles set correctly on leaving ctree mimeview
1640
1641 2003-07-25 [paul]       0.9.3claws51
1642
1643         * partial sync with 0.9.3cvs21 [src/main.c]
1644                 see ChangeLog 2003-07-25
1645
1646 2003-07-24 [paul]       0.9.3claws50
1647
1648         * tools/maildir2sylpheed.pl
1649                 fix typo
1650
1651 2003-07-24 [paul]       0.9.3claws49
1652
1653         * src/mimeview.c
1654                 increase the gutter size of paned so that the panes
1655                 can be resized
1656                 
1657         * src/plugins/demo/demo.c
1658                 squeeze in another typo fix
1659
1660 2003-07-24 [paul]       0.9.3claws48
1661
1662         * src/plugins/demo/demo.c
1663           src/prefs_account.c
1664                 small changes to the English
1665                 
1666         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1667           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1668           src/Makefile.am
1669           src/stock_pixmap.c
1670                 rename the misspelled icon
1671
1672 2003-07-23 [alfons]     0.9.3claws47
1673
1674         * src/mimeview.c
1675                 make icon list look like a list of toggles
1676
1677 2003-07-23 [luke]       0.9.3claws46
1678
1679         * src/pixmaps/mimeview_gpg_expired.xpm
1680         * src/pixmaps/mimeview_gpg_failed.xpm
1681         * src/pixmaps/mimeview_gpg_passed.xpm
1682         * src/pixmaps/mimeview_text_html.xpm
1683         * src/pixmaps/mimeview_image.xpm
1684                 o all icons the same size
1685
1686         * src/mimeview.[ch]
1687                 o mimeview ctree arranged vertically above the viewer
1688                 o icons changed to buttons
1689                 o can use keyboard to select an icon (Enter)
1690                 o resize icon list to width of icons
1691
1692         *  src/gtk/gtkvscrollbutton.c
1693                 o sensitivity of buttons reacts to position
1694
1695 2003-07-23 [christoph]  0.9.3claws45
1696
1697         * sync with 0.9.3cvs14 (incomplete)
1698                 see ChangeLog 2003-07-17
1699
1700 2003-07-23 [alfons]     0.9.3claws44
1701
1702         * src/folder.c
1703         * src/procmsg.h
1704                 sync with my local tree to restore some claws-only things
1705
1706 2003-07-23 [paul]       0.9.3claws43
1707
1708         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1709           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1710           src/Makefile.am
1711           src/mimeview.c
1712           src/procmime.h
1713           src/rfc2015.c
1714           src/stock_pixmap.[ch]
1715                 indicate missing keys and expired sigs/keys
1716                 in mime view column
1717
1718 2003-07-23 [paul]       0.9.3claws42
1719
1720         * src/compose.c
1721                 Redirect fixes: enable automatic account selection and
1722                 do not append signature to message on changing account
1723                 fixes Bug[s] #248
1724
1725 2003-07-23 [paul]       0.9.3claws41
1726
1727         * sync with 0.9.3cvs16
1728                 see ChangeLog 2003-07-23
1729
1730 2003-07-23 [alfons]     0.9.3claws40
1731
1732         * src/inc.c
1733                 give progress dialog a main window, and give it the first 
1734                 one (presumably the only one). fixes bug #247, "segfault on 
1735                 pop-before-smtp" 
1736
1737 2003-07-22 [alfons]     0.9.3claws39
1738
1739         * src/summaryview.c
1740                 shift-space scrolls up
1741
1742 2003-07-22 [paul]       0.9.3claws38
1743
1744         * sync with 0.9.3cvs15
1745                 see ChangeLog 2003-07-22
1746
1747 2003-07-20 [alfons]     0.9.3claws37
1748
1749         * src/compose.c
1750                 put menu inside #ifdef USE_ASPELL..#endif
1751
1752 2003-07-20 [christoph]  0.9.3claws36
1753
1754         * src/procmsg.c
1755                 fix wrong flags in MsgInfo returned by
1756                 procmsg_msginfo_get_full_info()
1757
1758         (closes Bug 221 Deleting messages from the Message View gives incorrect
1759          new/unread message counts in the folder view)
1760
1761         * src/plugins/spamassassin/spamassassin_gtk.c
1762                 add gettext macro for prefs page title
1763
1764 2003-07-20 [paul]       0.9.3claws35
1765
1766         * src/mimeview.c
1767                 redraw icon list on signature check
1768
1769 2003-07-20 [christoph]  0.9.3claws34
1770
1771         * src/Makefile.am
1772         * src/account.c
1773         * src/folder.[ch]
1774         * src/folder_item_prefs.[ch]            ** NEW **
1775         * src/folderview.c
1776         * src/mainwindow.c
1777         * src/mh.c
1778         * src/prefs_gtk.c
1779         * src/prefs_scoring.c
1780         * src/summaryview.c
1781         * src/prefs_folder_item.[ch]
1782                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1783                   Properties dialog
1784                 o use prefswindow for folder properties
1785
1786         * src/gtk/prefswindow.[ch]
1787                 change implementation to use an invisible notebook instead
1788                 of unparenting widgets
1789
1790 2003-07-20 [christoph]  0.9.3claws33
1791
1792         * src/compose.h
1793         * src/folder.c
1794         * src/folderview.h
1795         * src/headerview.h
1796         * src/prefs_filtering.h
1797         * src/prefs_folder_item.[ch]
1798         * src/procmime.h
1799         * src/procmsg.h
1800         * src/summaryview.h
1801                 clean up header mess
1802                 (always use 1. typedefs, 2. #includes, 3. structures)
1803
1804         * src/common/version.h.in
1805                 add casts for constants
1806
1807         * src/plugins/demo/demo.c
1808                 fix typo
1809
1810         * src/plugins/spamassassin/spamassassin.c
1811                 remove unused variable
1812
1813 2003-07-20 [alfons]     0.9.3claws32
1814
1815         * src/mimeview.c
1816                 o make icon buttons respond on left click
1817                 o minor cosmetic change
1818
1819 2003-07-19 [luke]       0.9.3claws31
1820
1821         * src/mimeview.[ch]
1822         * src/gtk/gtkvscrollbutton.c
1823         * src/messageview.c
1824                 o improved mimeview behaviour when selecting a new message
1825                 o plus code cleanups to remove compile warnings
1826
1827
1828 2003-07-19 [alfons]     0.9.3claws30
1829
1830         * src/procmsg.c
1831         * src/compose.c
1832         * src/common/utils.[ch]
1833                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1834
1835 2003-07-19 [alfons]     0.9.3claws29
1836
1837         * src/prefs_folder_item.c
1838                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1839                 string pointers
1840
1841 2003-07-19 [luke]       0.9.3claws28
1842
1843         * src/messageview.c
1844         * src/mimeview.[ch]
1845         * src/procmime.h
1846         * src/rfc2015.c
1847         * src/stock_pixmap.[ch]
1848         * src/gtk/Makefile.am
1849         * src/Makefile.am
1850         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1851         * src/pixmaps/mime_*.xpm                ** NEW **
1852                 o mimeview rearrangement with a new icon shortcut bar
1853
1854 2003-07-19 [alfons]     0.9.3claws27
1855
1856         * src/folderview.c
1857                 o plug leaking nodes_to_recollapse
1858                 o add folderview_recollapse_all_nodes() (not used yet)
1859
1860 2003-07-19 [alfons]     0.9.3claws26
1861
1862         * src/compose.c
1863         * src/common/utils.c
1864                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1865                 for both forwarding as replying
1866
1867 2003-07-18 [christoph]  0.9.3claws25
1868
1869         * configure.ac
1870         * src/common/sylpheed.[ch]
1871         * src/common/version.h.in
1872                 add version in numeric form to allow easy comparison
1873
1874         * src/plugins/demo/demo.c
1875                 add version check
1876                 - sylpheed version > plugin version => never allowed, sylpheed
1877                   could contain unknown API changes
1878                 - sylpheed version < minimum version required => don't load,
1879                   API required not available (if linking does not fail)
1880
1881 2003-07-18 [alfons]     0.9.3claws24
1882         
1883         * src/common/plugin.[ch]
1884                 const correctness
1885
1886 2003-07-18 [christoph]  0.9.3claws23
1887
1888         * src/common/hooks.c
1889                 fix crash when hooks where unregisted
1890
1891         * src/plugins/trayicon/trayicon.c
1892                 unregister detroy signal before destroying the widget
1893                 (still crashes when the plugin is unloaded)
1894
1895 2003-07-18 [alfons]     0.9.3claws22
1896         
1897         * src/folderview.c
1898                 delay expanding folder tree during drags until timeout triggered
1899                 (needs perhaps some tweaking, so testing is welcome)
1900
1901 2003-07-17 [alfons]     0.9.3claws21
1902
1903         * src/folderview.c
1904                 clean up cruft
1905
1906 2003-07-17 [christoph]  0.9.3claws20
1907
1908         * src/common/session.c
1909                 fix opening of SSL connections
1910
1911         * src/plugins/image_viewer/Makefile.am
1912                 add OPENSSL_CFLAGS (we should find a better solution to remove
1913                 this dependencies if they are not required)
1914
1915         * src/plugins/spamassassin/spamassassin.c
1916                 remove setlocale workaround (fixed in libspamc)
1917
1918         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1919          if spell checking enabled)
1920
1921 2003-07-17 [alfons]     0.9.3claws19
1922
1923         * src/common/hooks.[ch]
1924         * src/plugins/clamav/clamav_plugin.c
1925         * src/plugins/spamassassin/spamassassin.c
1926         * src/plugins/trayicon/trayicon.c
1927                 fix signedness muck 
1928
1929 2003-07-17 [alfons]     0.9.3claws18
1930
1931         * src/procmime.c
1932                 plug memleak
1933
1934 2003-07-17 [alfons]     0.9.3claws17
1935
1936         * src/inc.c
1937                 plug memleak
1938
1939 2003-07-17 [paul]       0.9.3claws16
1940
1941         * src/common/defs.h
1942           src/mainwindow.c
1943           src/manual.[ch]
1944                 add link to the Claws site's FAQ page, after the suggestion
1945                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1946                 Move url strings to defs.h
1947                 
1948         * src/mainwindow.c
1949                 fix typo to prevent "unknown menu entry" warnings
1950
1951 2003-07-17 [alfons]     0.9.3claws15
1952
1953         * src/folderview.[ch]
1954         * src/summaryview.[ch]
1955         * src/mimeview.[ch]
1956                 plug DnD leaks 
1957
1958 2003-07-17 [paul]       0.9.3claws14
1959
1960         * src/inc.c
1961                 remove two instances of 'GTK_EVENTS_FLUSH' because
1962                 they are unnecessary and probably cause a stack overflow
1963
1964 2003-07-16 [christoph]  0.9.3claws13
1965
1966         * src/mimeview.[ch]
1967                 use an invisible GTK notebook to switch between viewers
1968                 instead of reparenting widgets
1969
1970 2003-07-16 [christoph]  0.9.3claws12
1971
1972         * src/folder.c
1973                 move folder_item_update_freeze() to correct place in
1974                 folder_item_scan_full()
1975
1976 2003-07-16 [paul]       0.9.3claws11
1977
1978         * sync with 0.9.3cvs12
1979                 see ChangeLog 2003-07-14 and 2003-07-15
1980
1981 2003-07-16 [christoph]  0.9.3claws10
1982
1983         * src/imap.[ch]
1984         * src/prefs_account.[ch]
1985                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1986
1987 2003-07-15 [alfons]     0.9.3claws9
1988
1989         * src/main.c
1990                 make --config-dir do something useful
1991
1992 2003-07-15 [alfons]     0.9.3claws8
1993
1994         * src/procmsg.c
1995                 o fix a bug where 'last' didn't really point to the last message
1996                   in the top level list of children, but to the last threaded
1997                   message. 
1998                 
1999                 o clean up and make it easier to sync
2000
2001 2003-07-15 [alfons]     0.9.3claws7
2002
2003         * src/mainwindow.c
2004                 make correct menu items sensitive       
2005
2006 2003-07-14 [alfons]     0.9.3claws6
2007
2008         * src/procmsg.c
2009                 tune the threader so it will not subject-thread any message
2010                 without a subject prefix (this will not thread correctly if 
2011                 a parent is delivered after their childs, but it looks 
2012                 better right now)
2013
2014 2003-07-13 [christoph]  0.9.3claws5
2015
2016         * src/mainwindow.c
2017                 group "Add mailbox *..." menu items in submenu
2018
2019 2003-07-13 [alfons]     0.9.3claws4
2020
2021         * src/summaryview.c
2022                 correct summary_toggle_pressed() signature and make sure
2023                 signal is not passed on
2024
2025 2003-07-13 [alfons]     0.9.3claws3
2026
2027         * src/summaryview.c
2028                 o for now don't pass on keys when they we're handled by 
2029                   ctree::key_press_event
2030                 o clean up
2031
2032 2003-07-13 [alfons]     0.9.3claws2
2033         
2034         * src/main.c
2035                 add command line option "--config-dir" to get the current 
2036                 configuration dir
2037
2038 2003-07-12 [alfons]     0.9.3claws1
2039
2040         * src/matcher.[ch]
2041         * src/matcher_parser_parse.y
2042         * src/prefs_filtering.c
2043         * src/filtering.c
2044                 add "Lock" filter action to lock messages;
2045
2046         * src/filtering.c       
2047                 remove debug_print()    
2048         * src/prefs_filtering.c
2049                 re-organize matcher part 9: 
2050                 make action text entries easily extendible;
2051                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
2052                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
2053
2054 2003-07-12 [paul]
2055
2056         * tools/README
2057                 update old information and add missing
2058                 information
2059
2060 2003-07-12 [paul]       0.9.3claws
2061
2062         * 0.9.3claws released
2063         
2064 2003-07-12 [paul]       0.9.0claws103
2065
2066         * src/Makefile.am
2067                 add addrquery.h
2068
2069 2003-07-12 [melvin]     0.9.0claws102
2070
2071         * src/messageview.c
2072                 Fixed bug #215: Show MIME tab for single text/html messages. 
2073                 
2074 2003-07-12 [paul]       0.9.0claws101
2075
2076         * man/sylpheed.1
2077                 updated
2078
2079 2003-07-12 [paul]       0.9.0claws100
2080
2081         * po/es.po
2082           po/hr.po
2083           po/pl.po
2084           po/sr.po
2085                 update Spanish, Croatian, Polish, Serbian translations.
2086                 submitted by Ricardo Mones Lastra, Dragan, Witold
2087                 Wladyslaw Wojciech Wilk, Urke MMI
2088
2089 2003-07-12 [melvin]     0.9.0claws99
2090
2091         * po/fr.po
2092                 Updated French translations.
2093
2094 2003-07-12 [paul]       0.9.0claws98
2095
2096         * src/addressbook.c
2097                 disable 'Lookup' button as it has no effect
2098
2099 2003-07-11 [alfons]     0.9.0claws97
2100         
2101         * src/summaryview.c
2102                 summary_searchbar_pressed() should return TRUE to signal that
2103                 event was handled. when returning void, the return value passed
2104                 to GTK is actually random, but maybe FALSE, in which case the
2105                 event is handled by parent
2106                 
2107 2003-07-10 [paul]       0.9.0claws96
2108
2109         * ac/missing/gettext.m4
2110                 update to version 0.12
2111
2112 2003-07-10 [paul]       0.9.0claws95
2113
2114         * src/plugins/clamav/clamav_plugin.c
2115                 fix bug where multipart/alternative messages
2116                 would slip through without being scanned
2117
2118 2003-07-10 [christoph]  0.9.0claws94
2119
2120         * src/folder.c
2121                 correct check if folder supports removing when a message is
2122                 moved. if not the message is only copied.
2123
2124         (closes Bug 132 crash on startup in newsgroups folders)
2125
2126 2003-07-09 [alfons]     0.9.0claws93
2127
2128         * configure.ac
2129         * src/common/defs.h
2130                 --with-config-dir (default .sylpheed)
2131
2132 2003-07-09 [christoph]  0.9.0claws92
2133
2134         * configure.ac
2135                 use PKG_CHECK_MODULES to check for gtkmathview
2136                 (version 0.4.2 now required)
2137
2138 2003-07-08 [melvin]     0.9.0claws91
2139
2140         * src/action.c
2141                 Implemented a progress bar that counts the number of completed
2142                 tasks when the action runs more than one command.
2143
2144 2003-07-08 [alfons]     0.9.0claws90
2145
2146         * src/procmsg.c
2147                 if queued message has an invalid Message-Id, don't try to
2148                 find message it refers to (fixes #209 "crash when processing 
2149                 in folder")
2150
2151 2003-07-08 [paul]       0.9.0claws89
2152
2153         * sync with 0.9.3cvs2
2154                 see ChangeLog 2003-07-08
2155
2156 2003-07-08 [match]      0.9.0claws88
2157
2158         * src/ldapctrl.c
2159                 extend LDAP search for first/last name by parsing search term.
2160
2161 2003-07-08 [alfons]     0.9.0claws87
2162
2163         * src/send_message.c
2164                 fix bug #208 "Status message stuck when sending on POP3 account"
2165
2166 2003-07-07 [paul]       0.9.0claws86
2167
2168         * po/hr.po
2169                 new Croatian translation, submitted by
2170                 Dragan <drleskov@inet.hr>
2171
2172 2003-07-07 [paul]       0.9.0claws85
2173
2174         * sync with 0.9.3cvs1
2175                 see ChangeLog 2003-07-07
2176
2177 2003-07-05 [christoph]  0.9.0claws84
2178
2179         * src/Makefile.am
2180         * src/messageview.c
2181         * src/mimeview.[ch]
2182         * src/stock_pixmap.[ch]
2183         * src/pixmaps/messageview_text.xpm              ** NEW **
2184                 move mimeview tabs to the right side and use icons
2185                 instead of text to save some space
2186
2187         (patch by Luke Plant <lukeplant@softhome.net>)
2188
2189 2003-07-05 [christoph]  0.9.0claws83
2190
2191         * src/inc.c
2192                 add NULL pointer checks
2193
2194         (patch by Luke Plant <lukeplant@softhome.net>)
2195         (closes Bug 204 0.9.0 quits on authentication error?!)
2196
2197 2003-07-05 [alfons]     0.9.0claws82
2198
2199         * configure.ac
2200                 take the clue in bug #202 "./configure script - 
2201                 'if test' comparison failure" reported by John Kristoff. 
2202
2203 2003-07-04 [christoph]  0.9.0claws81
2204
2205         * src/plugins/spamassassin/spamassassin.c
2206                 set timeout for spam check
2207
2208 2003-07-04 [christoph]  0.9.0claws80
2209
2210         * src/main.c
2211                 destroy all FolderItems when shutting down to
2212                 allow folders to clean up
2213
2214 2003-07-04 [melvin]     0.9.0claws79
2215
2216         * src/gtk/gtkaspell.c
2217                 Fixed bug #184 "Entering non-ascii character deletes
2218                 previous char if spell checking enabled": this makes
2219                 the spell checking in multibytes (e.g. UTF-8)locales work.
2220                 (Patch by Luke Plant).
2221                 
2222 2003-07-04 [christoph]  0.9.0claws78
2223
2224         * sync with 0.9.2cvs1
2225                 see ChangeLog 2003-06-10
2226
2227 2003-07-04 [paul]       0.9.0claws77
2228
2229         * sync with 0.9.3 release
2230                 see ChangeLog 2003-07-04
2231
2232 2003-07-03 [christoph]  0.9.0claws76
2233
2234         * src/folder.[ch]
2235         * src/imap.c
2236         * src/mbox_folder.c
2237         * src/mh.c
2238         * src/news.c
2239                 move folder_item_get_path() stuff into a folder virtual function
2240
2241         * src/procmsg.c
2242                 use folder_item_fetch_msg() to get message and do not contruct
2243                 the filename from path and number
2244
2245 2003-07-03 [paul]       0.9.0claws75
2246
2247         * sync with 0.9.2cvs12
2248                 see ChangeLog 2003-07-03
2249
2250 2003-07-02 [paul]       0.9.0claws74
2251
2252         * src/messageview.c
2253                 fix text-selection for replying
2254
2255 2003-07-02 [paul]       0.9.0claws73
2256
2257         * sync with 0.9.2cvs11
2258                 see ChangeLog 2003-07-02
2259
2260 2003-07-02 [paul]       0.9.0claws72
2261
2262         * src/procmsg.c
2263                 revert last commit because it breaks more
2264                 than it fixes
2265
2266 2003-07-02 [paul]       0.9.0claws71
2267
2268         * src/procmsg.c
2269                 fix thread by subject/sort by date
2270
2271 2003-07-01 [paul]       0.9.0claws70
2272
2273         * sync with 0.9.2cvs10
2274                 see ChangeLog 2003-07-01
2275
2276 2003-06-30 [paul]       0.9.0claws69
2277
2278         * sync with 0.9.2cvs9
2279                 see ChangeLog 2003-06-30
2280
2281 2003-06-28 [match]      0.9.0claws68
2282
2283         * src/addressbook.c
2284                 fix null ptr.
2285
2286 2003-06-27 [paul]       0.9.0claws67
2287
2288         * sync with 0.9.2cvs7
2289                 see ChangeLog 2003-06-27
2290
2291 2003-06-26 [christoph]  0.9.0claws66
2292
2293         * src/folder.c
2294                 freeze folder updates while a folder is scanned
2295
2296         (closes Bug 185 New message counter)
2297
2298 2003-06-26 [darko]      0.9.0claws65
2299
2300         * src/ldapserver.c
2301                 fix infinite loop when adding a new LDAP server
2302
2303 2003-06-26 [paul]       0.9.0claws64
2304
2305         * sync with 0.9.2cvs6
2306                 see ChangeLog 2003-06-26
2307
2308 2003-06-26 [paul]       0.9.0claws63
2309
2310         * sync with 0.9.2cvs5
2311                 see ChangeLog 2003-06-25 and 2003-06-26
2312
2313 2003-06-25 [match]      0.9.0claws62
2314
2315         * src/addr_compl.c
2316                 Fixed tab/backtab for dropped-down completion list to
2317                 move next/previous field. (close bug 147)
2318
2319 2003-06-25 [christoph]  0.9.0claws61
2320
2321         * src/addr_compl.[ch]
2322         * src/addrindex.[ch]
2323         * src/folderview.c
2324         * src/inc.c
2325         * src/news.c
2326         * src/summaryview.c
2327         * src/toolbar.c
2328                 fix warnings
2329
2330 2003-06-25 [leandro]    0.9.0claws60
2331
2332         * src/compose.c
2333                 o cleanups
2334                 o gray out "Message/Remove references" menu item if not
2335                   replying to a message
2336
2337 2003-06-24 [leandro]    0.9.0claws59
2338
2339         * src/compose.[ch]
2340                 o removed "Message/Create new thread" menu item
2341                 o added "Message/Remove references" menu item
2342                   (it's off by default and will not check anymore
2343                    if the subject changed)
2344
2345 2003-06-23 [alfons]     0.9.0claws58
2346
2347         * src/procmsg.c
2348                 try better grouping messages threaded by subject based on their age.
2349                 still not perfect - because the message tree is not sorted by date.  
2350
2351 2003-06-23 [thorsten]   0.9.0claws57
2352
2353         * src/pop.[ch]
2354                 added mail_receive_hook to allow modifications
2355                 directly after retrieval (e.g. adding headers).
2356
2357 2003-06-23 [paul]       0.9.0claws56
2358
2359         * src/sourcewindow.c
2360                  enable the use of Ctrl+A to select all text in
2361                  the sourcewindow
2362                  Patch submitted by Ivan Francolin Martinez
2363                  <ivanfm@users.sourceforge.net>
2364
2365 2003-06-22 [christoph]  0.9.0claws55
2366
2367         * src/folder.[ch]
2368                 o add notification hook for folder tree changes
2369                 o invoke hooks after folder tree scanning
2370
2371         * src/folderview.[ch]
2372                 register hook for folder tree changes that
2373                 updates the ctree
2374
2375         (there are more places that should be updated, like add, remove 
2376          or move folder)
2377
2378         (closes Bug 164 Crash on rebuild folder tree)
2379         (closes Bug 190 Crash on 'rebuilding folder tree')
2380
2381 2003-06-21 [leandro]    0.9.0claws54
2382
2383         * src/compose.[ch]
2384                 create a new thread if subject changes
2385                 (it's on by default, can be disabled in Message menu)
2386
2387 2003-06-21 [alfons]     0.9.0claws53
2388
2389         * src/summaryview.c
2390                 quiet little compiler
2391
2392 2003-06-21 [christoph]  0.9.0claws52
2393
2394         update gettext stuff to version 0.12
2395
2396 2003-06-19 [alfons]     0.9.0claws51
2397
2398         * src/common/log.c
2399         * src/common/plugin.c
2400                 move defs.h before glib.h to prevent MIN/MAX redefs
2401
2402 2003-06-19 [alfons]
2403
2404         * src/addressbook.c
2405                 translatable
2406
2407 2003-06-19 [match]      0.9.0claws50
2408
2409         * src/addressbook.[ch]
2410         * src/addrindex.[ch]
2411         * src/addr_compl.[ch]
2412         * src/editldap.[ch]
2413         * src/editldap_basedn.[ch]
2414         * src/addritem.[ch]
2415         * src/ldapquery.h
2416                 re-implemented dynamic LDAP search. works without
2417                 slowdown on display sender with addressbook
2418                 option.
2419         * src/addrbook.c
2420                 documented code.
2421
2422 2003-06-19 [paul]       0.9.0claws49
2423
2424         * src/compose.c
2425                 fix Bug #136 'Nonprovided quotation marks crash claws'
2426                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
2427
2428 2003-06-19 [alfons]     0.9.0claws48
2429
2430         * src/prefs_common.[ch]
2431         * src/procmsg.c
2432                 restrict threading by subject by checking thread for
2433                 age (prefs_common.thread_by_subject_max_age)
2434
2435 2003-06-18 [christoph]  0.9.0claws47
2436
2437         * src/imap.c
2438                 fix memory leak in imap_cmd_fetch()
2439
2440 2003-06-18 [christoph]  0.9.0claws46
2441
2442         * src/prefs_gtk.c
2443                 fix memory leak in prefs_set_default() when used multiple
2444                 times or after prefs have been read
2445
2446 2003-06-18 [christoph]  0.9.0claws45
2447
2448         * src/common/plugin.c
2449                 fix memory leak in plugin_unload()
2450
2451 2003-06-18 [christoph]  0.9.0claws44
2452
2453         * src/imap.c
2454                 fix memory leak in imap_cmd_ok()
2455
2456 2003-06-18 [christoph]  0.9.0claws43
2457
2458         * src/folder.c
2459                 stop messages that are downloaded from POP3 and added to
2460                 an IMAP inbox from being filtered twice (first by POP3
2461                 and again when IMAP folder is scaned to get the UID of
2462                 the APPEND operation when no UIDPLUS is available)
2463
2464 2003-06-18 [alfons]
2465
2466         * tools/Makefile.am
2467                 phoenix <- firebird     
2468
2469 2003-06-18 [paul]
2470
2471         * tools/launch_phoenix          ** REMOVED **
2472           tools/launch_firebird         ** NEW **
2473                 renamed and edited to reflect the browser's name change from
2474                 'phoenix' to 'firebird'
2475
2476 2003-06-18 [paul]       0.9.0claws42
2477
2478         * sync with 0.9.2cvs2
2479                 see ChangeLog 2003-06-16
2480
2481 2003-06-17 [alfons]     0.9.0claws41
2482
2483         * src/procmsg.c
2484                 prevent threading problems when a node is an ancestor (parent / great parent),
2485                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2486                 for finding an sample set of messages)
2487
2488 2003-06-16 [christoph]  0.9.0claws40
2489
2490         * src/main.c
2491                 don't popup main window on --receive or --receive-all
2492
2493         * src/mainwindow.[ch]
2494         * src/plugins/trayicon/trayicon.c
2495                 allow hiding of main window by clicking on the trayicon
2496                 (doesn't work correctly in seperate window mode and may
2497                  cause unexpected GTK problems I couldn't find yet)
2498
2499         * src/common/ssl.c
2500                 remove incorrect warning
2501
2502 2003-06-15 [alfons]     0.9.0claws39
2503
2504         * src/gtk/gtkstext.c
2505                 don't output debug text;
2506                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2507                 for pointing this out);
2508
2509 2003-06-14 [alfons]     0.9.0claws38
2510         
2511         * src/messageview.c
2512                 remove printf() and make one if..else comply with coding style
2513
2514 2003-06-14 [alfons]     0.9.0claws37
2515
2516         * AUTHORS
2517                 add Martin Wicke
2518         * src/action.c
2519         * src/messageview.[ch]
2520         * src/summaryview.c
2521                 apply patch #754162 "Quoting messages filtered by actions" submitted
2522                 by Martin Wicke, which allows quoting message body changed by an
2523                 action (Thanks!).
2524
2525 2003-06-13 [alfons]     0.9.0claws36
2526
2527         * src/utils.c
2528                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2529                 use case insensitive regexp (suggested by Ivan Martinez)
2530
2531 2003-06-13 [christoph]  0.9.0claws35
2532
2533         * configure.ac
2534         * src/plugins/trayicon/Makefile.am
2535         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2536         * src/plugins/trayicon/trayicon.c
2537         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2538         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2539         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2540         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2541         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2542         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2543                 replace my own EggTrayIcon backport with the backport
2544                 used by (l|x)mule and gabber.
2545
2546 2003-06-13 [alfons]     0.9.0claws34
2547
2548         * AUTHORS
2549         * src/common/utils.c
2550                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2551
2552 2003-06-13 [alfons]     0.9.0claws33
2553
2554         * src/compose.c
2555                 clean up a little bit
2556
2557 2003-06-12 [alfons]     0.9.0claws32
2558
2559         * src/compose.c
2560                 const correctness fix
2561
2562         * src/common/sylpheed.[ch]
2563                 () -> (void)
2564                 prevent redef MIN/MAX
2565                 
2566         * src/common/utils.[ch]
2567                 () -> (void)
2568
2569 2003-06-12 [melvin]     0.9.0claws31
2570
2571         * src/compose.c
2572                 Updated to take into accounts changes in GtkAspell.
2573
2574 2003-06-12 [alfons]     0.9.0claws30
2575
2576         * src/compose.c
2577         * src/procmsg.c
2578         * src/common/utils.[ch]
2579                 handle reply subject prefixes better (initial 
2580                 suggestion by Robert Story adapted and enhanced 
2581                 using regexps)
2582
2583 2003-06-12 [melvin]     0.9.0claws29
2584
2585         * src/compose.c
2586                 Use new gtkaspell_checkers_strerror() to get the speller's
2587                 error message instead of accessing the (now private)
2588                 checkers structure.
2589                 Minor code clean up
2590
2591         * src/main.c
2592                 Use #ifdef instead of #if for USE_ASPELL
2593                 Use the new spell checkers init/quit functions 
2594
2595         * src/gtk/gtkaspell.c
2596                 Use #ifdef instead of #if for USE_ASPELL
2597                 Moved in the majority of GtkAspell structures that were
2598                 exported before by gtkaspell.h
2599         
2600         * src/gtk/gktaspell.h
2601                 Made gtkaspell.h contain only the necessary data to be
2602                 publicized by moving many structures to gtkaspell.c.
2603                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2604                 gtkaspell_checkers_new(): replaced by...
2605                 gtkaspell_checkers_init(): new function for initialization
2606                 gtkaspell_checkers_delete(): replaced by...
2607                 gtkaspell_checkers_quit(): new function
2608                 gtkaspell_checkers_strerror(): new function that returns
2609                 the checker's last error message.
2610                 
2611 2003-06-11 [melvin]     0.9.0claws28
2612
2613         * po/POTFILES.in
2614                 Updated to take into account gtkaspell.c migration to
2615                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2616
2617 2003-06-10 [alfons]     0.9.0claws27
2618
2619         * src/filtering.[ch]
2620         * src/folder.c
2621         * src/matcher.c
2622         * src/scoring.[ch]
2623                 - try fixing bug #18 (any brave testers?)
2624                 - add more robustness by refusing previously 
2625                   unchecked NULL pointers 
2626
2627 2003-06-10 [alfons]     0.9.0claws26
2628
2629         * src/procmsg.c
2630                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2631
2632 2003-06-09 [alfons]     0.9.0claws25
2633
2634         * src/prefs_common.c
2635                 fix bug #163 "Icon switching doesnt work properly" by 
2636                 preventing early freeing of prefs_common.pixmap_theme_path.
2637
2638 2003-06-09 [christoph]  0.9.0claws24
2639
2640         * src/gtk/gtkaspell.c
2641                 revert Thorsten's fix and add forgotten g_strdup for
2642                 aspell path (it should not be possible to alter the path a
2643                 GtkASpell uses from outside)
2644
2645 2003-06-09 [thorsten]   0.9.0claws23
2646
2647         * src/gtk/gtkaspell.c
2648                 dont free prefs_common.aspell_path when closing compose
2649
2650 2003-06-08 [colin]      0.9.0claws22
2651
2652         * src/plugins/spamassassin/spamassassin.c
2653                 fix prefs types
2654
2655 2003-06-07 [christoph]  0.9.0claws21
2656
2657         * src/Makefile.am
2658         * src/compose.c
2659         * src/gtkaspell.[ch]            ** REMOVE **
2660         * src/gtk/Makefile.am
2661         * src/gtk/gtkaspell.[ch]        ** NEW **
2662                 o make gtkaspell independent from sylpheed's prefs
2663                 o move gtkaspell.[ch] to gtk directory
2664
2665 2003-06-07 [christoph]  0.9.0claws20
2666
2667         * src/Makefile.am
2668         * src/crash.c
2669         * src/export.c
2670         * src/filesel.[ch]              ** REMOVE **
2671         * src/folder.c
2672         * src/main.[ch]
2673         * src/common/sylpheed.[ch]
2674         * src/gtk/Makefile.am
2675         * src/gtk/filesel.[ch]          ** NEW **
2676         * src/gtk/pluginwindow.c
2677         * src/gtk/sslcertwindow.c
2678                 move filesel.[ch] to gtk directory
2679
2680 2003-06-07 [alfons]     0.9.0claws19
2681
2682         * src/filesel.c
2683                 make (multi) file selection dialog work again (Claws-only)
2684
2685 2003-06-07 [thorsten]   0.9.0claws18
2686
2687         * po/de.po
2688                 fix typos
2689
2690 2003-06-07 [alfons]     0.9.0claws17
2691
2692         * configure.ac
2693         * src/mimeview.c
2694                 detect apache mishap in which case don't include fnmatch.h
2695                 if regex.h is already included
2696
2697 2003-06-06 [christoph]  0.9.0claws16
2698
2699         * configure.ac
2700         * src/mimeview.h
2701                 add check for fnmatch.h and include it when available
2702
2703         * src/mimeview.[ch]
2704                 fix wrong case sensitivity of Content-Types
2705
2706         * src/gtk/Makefile.am
2707                 need the same include paths in gtk directory as in
2708                 common directory because .h files in common can
2709                 include files from these directories, when included
2710                 in gtk's .h or .c files
2711
2712 2003-06-06 [alfons]     0.9.0claws15
2713
2714         * src/mimeview.c
2715         * src/summaryview.c
2716                 make it compile again because of regex.h / fnmatch.h 
2717                 include problems (related to recent mime stuff, can
2718                 someone check this?)
2719
2720 2003-06-06 [thorsten]   0.9.0claws14
2721
2722         * src/folderview.c
2723                 possible use of uninitialized pointer while dragging
2724
2725 2003-06-06 [paul]       0.9.0claws13
2726
2727         * src/compose.c
2728                 fix bug where the insert sig button would be effective
2729                 only when auto_sig was set
2730
2731 2003-06-06 [paul]       0.9.0claws12
2732
2733         * sync with 0.9.2 release
2734
2735 2003-06-02 [paul]       0.9.0claws11
2736
2737         * sync with 0.9.1cvs1
2738                 see ChangeLog 2003-06-02
2739                 
2740         * po/de.po
2741                 update by Jens
2742
2743 2003-06-01 [christoph]  0.9.0claws10
2744
2745         * src/account.c
2746                 don't use substring search to find accounts by email address
2747
2748         (closes Bug 169 Overly loose matching of "From" address)
2749
2750 2003-05-31 [christoph]  0.9.0claws9
2751
2752         * doc-src/rfc2683.txt
2753         * src/imap.c
2754                 limit IMAP command length as recommended in RFC2683
2755                 (message number lists will be split into multiple imap
2756                 sets, the limit of 1000 octets is not a hard limit)
2757
2758         (closes Bug 161 sylpheed-claws exits with segfault when logging
2759          in to certain imap-servers)
2760
2761 2003-05-29 [alfons]     0.9.0claws8
2762
2763         * src/toolbar.[ch]
2764                 add print button (calling summary_print());
2765                 fine tune setting tooltip text;
2766                 (if someone needs other buttons, please take these 
2767                 commits as a guide, instead of bothering us - also
2768                 see 0.8.11claws150) 
2769
2770 2003-05-29 [darko]      0.9.0claws7
2771
2772         * src/compose.c
2773                 fix crash when word wrapping kicks in due to
2774                 changed text by spell checker
2775
2776 2003-05-29 [paul]       0.9.0claws6
2777
2778         * src/compose.c
2779                 fix bug where changing account would insert
2780                 sig even if auto_sig was FALSE
2781                 
2782         * ChangeLog
2783           ChangeLog.jp
2784           INSTALL
2785                 sync with 0.9.1 release
2786
2787 2003-05-28 [christoph]  0.9.0claws5
2788
2789         * src/imap.c
2790                 fix truncation of too long commands
2791
2792         (closes Bug 167 IMAP hangs trying to get envelope
2793          information in imap_get_uncached_messages)
2794
2795 2003-05-27 [paul]       0.9.0claws4
2796
2797         * tools/Makefile.am
2798           tools/maildir2sylpheed.pl     ** NEW FILE **
2799                 add kmail to sylpheed mailbox conversion script
2800
2801 2003-05-27 [paul]       0.9.0claws3
2802
2803         * sync with 0.9.0cvs10
2804                 see ChangeLog 2003-05-26
2805
2806 2003-05-26 [paul]       0.9.0claws2
2807
2808         * sync with 0.9.0cvs9
2809                 see ChangeLog 2003-05-26
2810
2811 2003-05-24 [paul]       0.9.0claws1
2812
2813         * sync with 0.9.0cvs8
2814                 see ChangeLog 2003-05-23
2815
2816 2003-05-24 [paul]       0.9.0claws
2817
2818         * version 0.9.0claws released
2819
2820 2003-05-24 [paul]       0.8.11claws177
2821
2822         * src/plugins/dillo-viewer/Makefile.am
2823           src/plugins/traycon/Makefile.am
2824                 add missing files
2825                 
2826         * po/bg.po
2827           po/en_GB.po
2828           po/es.po
2829           po/it.po
2830           po/pt_BR.po
2831           po/ru.po
2832           po/sr.po
2833                 update Bulgarian, British English, Spanish, Italian, 
2834                 Brazilian Portuguese, Russian, and Serbian translations, 
2835                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2836                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2837                 Ruslan N. Balkin, and Urke MMI
2838
2839 2003-05-23 [melvin]     0.8.11claws176
2840
2841         * po/fr.po
2842                 Updated French translations
2843
2844 2003-05-22 [paul]       0.8.11claws175
2845
2846         * src/Makefile.am
2847           src/addrbook.[ch]
2848           src/addrcache.[ch]
2849           src/addr_compl.[ch]
2850           src/adressbook.[ch]
2851           src/addrindex.[ch]
2852           src/addritem.[ch]
2853           src/editaddress.c
2854           src/editgroup.c
2855           src/editldap_basedn.c
2856           src/editldap.c
2857           src/jpilot.c
2858           src/vcard.c
2859                 revert to get ldap into it previous working state
2860                 
2861         * po/zh_TW.Big5.po
2862                 new Taiwanese translation,
2863                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2864
2865 2003-05-22 [christoph]  0.8.11claws174
2866
2867         * src/plugins/spamassassin/libspamc.[ch]
2868                 sync libspamc with SpamAssaain release 2.55
2869
2870 2003-05-22 [paul]       0.8.11claws173
2871
2872         * sync with 0.9.0cvs7
2873                 see ChangeLog 2003-05-22
2874                 
2875         * src/summaryview.c
2876                 revert change in 0.8.11claws172: follow
2877                 Hiroyuki's decision and that's the end of it.
2878
2879 2003-05-21 [paul]       0.8.11claws172
2880
2881         * src/summaryview.c
2882                 fix discrepency between open_unread_on_enter
2883                 and always_show_msg
2884
2885 2003-05-21 [paul]       0.8.11claws171
2886
2887         * sync with 0.9.0cvs6
2888                 see ChangeLog 2003-05-21
2889
2890 2003-05-21 [paul]       0.8.11claws170
2891
2892         * sync with 0.9.0cvs5
2893                 see ChangeLog 2003-05-21
2894
2895 2003-05-20 [paul]       0.8.11claws169
2896
2897         * sync with 0.9.0cvs4
2898                 see ChangeLog 2003-05-20
2899                 fixes bug #152, 'encoding of IMAP folders names'
2900
2901 2003-05-20 [paul]       0.8.11claws168
2902
2903         * sync with 0.9.0cvs3
2904                 see ChangeLog 2003-05-20
2905                 
2906         * src/tools/convert_mbox.pl
2907                 minor change in the comments, submitted by Fred Marton
2908
2909 2003-05-19 [paul]       0.8.11claws167
2910
2911         * src/plugins/clamav/Makefile.am
2912           configure.ac
2913                 link clamav_lib to the plugin and not to the main program
2914
2915 2003-05-19 [christoph]
2916
2917         * src/Makefile.am
2918                 add -export-dynamic for linking
2919
2920 2003-05-19 [paul]       0.8.11claws166
2921
2922         * sync with 0.9.0cvs1
2923                 see ChangeLog 2003-05-19
2924
2925 2003-05-19 [paul]       0.8.11claws165
2926
2927         * src/inc.c
2928                 fix 'pop before smtp' timeout
2929
2930 2003-05-18 [alfons]     0.8.11claws164
2931
2932         * src/prefs_matcher.c
2933                 put "execute" action command line ("expression") in edit box
2934
2935 2003-05-18 [christoph]  0.8.11claws163
2936
2937         * src/mimeview.[ch]
2938         * src/plugins/dillo_viewer/dillo_viewer.c
2939         * src/plugins/image_viewer/viewer.c
2940         * src/plugins/mathml_viewer/mathml_viewer.c
2941                 let a viewer have a list of Content-Types
2942
2943 2003-05-18 [paul]       0.8.11claws162
2944
2945         * src/prefs_filtering.c
2946                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2947                 and REDIRECT actions
2948
2949 2003-05-17 [christoph]
2950
2951         * README.claws
2952                 o remove dynamic signatures that was syned with main
2953                 o add infos about no longer "build in" image viewer
2954                 o update bugtracker URL
2955
2956 2003-05-17 [christoph]  0.8.11claws161
2957
2958         * src/folder.c
2959         * src/folderview.c
2960         * src/imap.c
2961                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2962                 for every folder after rebuilding the folder tree.
2963
2964         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2965          messages)
2966
2967 2003-05-17 [christoph]  0.8.11claws160
2968
2969         * src/imap.c
2970                 don't use STATUS command on current folder to check for
2971                 content changes. imap_cmd_ok() now tracks changes to
2972                 folder and number of existing messages.
2973
2974 2003-05-17 [paul]       0.8.11claws159
2975
2976         * src/plugins/clamav/clamav_plugin.c
2977                 remove unnecessary debug_print
2978
2979 2003-05-16 [thorsten]   0.8.11claws158
2980
2981         * src/plugins/demo.c
2982                 included missing intl.h
2983
2984 2003-05-16 [paul]       0.8.11claws157
2985
2986         * po/POTFILES.in
2987                 remove non-existant entries
2988         
2989         * src/plugins/clamav/clamav_plugin.c
2990           src/plugins/clamav/clamav_plugin_gtk.c
2991           src/plugins/dillo_viewer/dillo_prefs.c
2992           src/plugins/dillo_viewer/dillo_viewer.c
2993                 gettextise
2994
2995 2003-05-16 [christoph]  0.8.11claws156
2996
2997         * po/POTFILES.in
2998                 include plugin .c files for translation until I
2999                 find a better solution to have plugins have their
3000                 own textdomain
3001         * src/plugins/demo/demo.c
3002         * src/plugins/image_viewer/plugin.c
3003         * src/plugins/mathml_viewer/mathml_viewer.c
3004         * src/plugins/spamassassin/spamassassin.c
3005         * src/plugins/spamassassin/spamassassin_gtk.c
3006         * src/plugins/trayicon/trayicon.c
3007                 add gettext macros for plugin name and description
3008
3009 2003-05-16 [paul]
3010
3011         * sync with 0.9.0
3012
3013 2003-05-16 [paul]       0.8.11claws155
3014
3015         * sync with lastest 0.9.0pre1
3016                 see ChangeLog 2003-05-16
3017
3018 2003-05-15 [paul]       0.8.11claws154
3019
3020         * sync with latest 0.9.0pre1
3021                 see ChangeLog 2003-05-14 and 2003-05-15
3022
3023 2003-05-14 [christoph]  0.8.11claws153
3024
3025         * src/plugins/image_viewer/viewer.c
3026         * src/plugins/image_viewer/viewer.glade         ** NEW **
3027         * src/plugins/image_viewer/viewerprefs.c
3028                 make it possible to disable the autoload function in the
3029                 imageviewer again
3030
3031 2003-05-14 [christoph]  0.8.11claws152
3032
3033         * src/folder.c
3034                 fix folder update after adding a message
3035
3036 2003-05-13 [alfons]     0.8.11claws151
3037
3038         * src/common/session.c
3039                 remove debug traces
3040                 
3041         * src/addrcache.[ch]
3042         * src/filtering.[ch]
3043         * src/folder.[c]
3044         * src/gtkaspell.[ch]
3045         * src/imap.[ch]
3046         * src/mbox_folder.[ch]
3047         * src/mh.[ch]
3048         * src/mimeview.h
3049         * src/msgcache.[ch]
3050         * src/news.[ch]
3051         * src/passphrase.[ch]
3052         * src/prefs_common.[ch]
3053         * src/prefs_gtk.[ch]
3054         * src/procmsg.c
3055         * src/scoring.[ch]
3056                 be pedantic; (in prototypes () implies (int))
3057
3058 2003-05-13 [alfons]     0.8.11claws150
3059
3060         * src/prefs_toolbar.[ch]
3061         * src/summaryview.[ch]
3062         * src/toolbar.[ch]
3063                 change misleading text in toolbar prefs;
3064                 add toolbar action for ignore thread (toggles ignore thread flag);
3065                 clean up a little bit;
3066
3067 2003-05-12 [paul]
3068
3069         * tools/convert_mbox.pl
3070                 bug fixed by Fred Marton
3071
3072 2003-05-12 [paul]
3073
3074         * sync with 0.9.0pre1
3075
3076 2003-05-09 [paul]       0.8.11claws149
3077
3078         * sync with 0.8.11cvs43
3079                 see ChangeLog 2003-05-09
3080
3081 2003-05-08 [christoph]  0.8.11claws148
3082
3083         * src/imap.[ch]
3084                 o use CAPABILIY as first command and check for PREAUTH
3085                   information in the response to it
3086                 o rewrite all imap_cmd_* functions to use an IMAPSession
3087                   instead of a SockInfo as parameter
3088                 o do STARTTLS after fetching and checking the server
3089                   capabilities
3090
3091 2003-05-08 [paul]       0.8.11claws147
3092
3093         * tools/Makefile.am
3094           tools/README
3095           tools/convert_mbox.pl         ** NEW FILE **
3096                 add mbox conversion script. Submitted by 
3097                 Fred Marton <Fred.Marton@uni-bayreuth.de>
3098
3099 2003-05-07 [christoph]
3100
3101         * doc-src/glade.txt
3102         * src/gtk/pluginwindow.glade
3103         * src/plugins/image_viewer/viewerprefs.glade
3104         * src/plugins/spamassassin/spamassassin_gtk.glade
3105                 add glade files for user interfaces and a description how
3106                 to use glade to create the sylpheed code
3107
3108 2003-05-07 [paul]       0.8.11claws146
3109
3110         * sync with 0.8.11cvs41
3111                 see ChangeLog 2003-05-07
3112
3113 2003-05-06 [christoph]  0.8.11claws145
3114
3115         * src/main.c
3116         * src/plugins/image_viewer/viewer.c
3117                 fix usage of imlib in imageviewer plugin
3118
3119         * src/gtk/prefswindow.c
3120                 handle window close event correctly
3121
3122 2003-05-06 [paul]       0.8.11claws144
3123
3124         * src/common/ssl.c
3125                 fix typo introduced in sync
3126
3127 2003-05-06 [paul]       0.8.11claws143
3128
3129         * sync with 0.8.11cvs39
3130                 see ChangeLog 2003-05-06
3131
3132 2003-05-06 [paul]       0.8.11claws142
3133
3134         * AUTHORS
3135           po/cs.po
3136                 updated Czech translation, submitted by 
3137                 Radek Vybiral <Radek.Vybiral@vsb.cz>
3138                 
3139         * src/plugins/clamav/clamav_plugin_gtk.c
3140                 clean up
3141
3142 2003-05-03 [alfons]     0.8.11claws141
3143
3144         * src/compose.[ch]
3145                 make paste as quotation work even when the call to 
3146                 text_inserted() was deferred (fixes bug #140 "Paste 
3147                 as quotation does not work when using "external" 
3148                 clipboard")
3149
3150 2003-05-03 [thorsten]   0.8.11claws140
3151
3152         * src/addrquery.h
3153           src/ldapquery.h
3154           src/mainwindow.c
3155                 removed C++ comments
3156         * src/addr_compl.c
3157                 function with non-int retval/param used before
3158                 implementation/declaration
3159
3160 2003-05-02 [paul]       0.8.11claws139
3161
3162         * src/addr_compl.[ch]
3163           src/addressbook.[ch]
3164           src/addrindex.c
3165           src/summaryview.c
3166                 revert match's changes to (finally) remove the bug where
3167                 opening a folder causes massive slowdown when using the 
3168                 'Display sender using address book' option
3169
3170 2003-05-01 [melvin]     0.8.11claws138
3171
3172         * src/plugins/dillo_viewer/dillo_prefs.[ch]
3173         * src/plugins/dillo_viewer/dillo_viewer.c
3174                 Fixed bug where "Cancel" button from prefs issued
3175                 warnings.
3176                 Comply a little more to coding style
3177
3178 2003-05-01 [paul]       0.8.11claws137
3179
3180         * sync with 0.8.11cvs38
3181                 see ChangeLog 2003-05-01
3182
3183 2003-05-01 [paul]       0.8.11claws136
3184
3185         * po/bg.po
3186                 updated by George Danchev
3187
3188 2003-04-30 [christoph]  0.8.11claws135
3189
3190         * src/plugins/dillo_viewer/dillo_prefs.c
3191         * src/plugins/image_viewer/viewerprefs.c
3192         * src/plugins/spamassassin/spamassassin_gtk.c
3193                 remove gtk_widget_ref() calls for widgets in
3194                 glade code
3195
3196 2003-04-30 [paul]       0.8.11claws134
3197
3198         * src/addrindex.c
3199                 ok, this time a better fix for the bug where opening folder
3200                 has massive slowdown when using the 'Display sender using 
3201                 address book' option
3202
3203 2003-04-30 [paul]       0.8.11claws133
3204
3205         * src/addrindex.c
3206                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
3207         
3208 2003-04-30 [melvin]     0.8.11claws132
3209
3210         New: Dillo plugin preferences (patch by Dimitar Haralanov)
3211
3212         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
3213                 Preferences for the dillo plugin
3214         * src/plugins/dillo_viewer/dillo_viewer.c
3215                 Support for preferences
3216         * src/plugins/dillo_viewer/Makefile.am
3217                 Added dillo_prefs.[ch]
3218
3219 2003-04-30 [alfons]     0.8.11claws131
3220
3221         * src/common/plugin.[ch]
3222                 see? this ANSI C'fication immediately gives us type
3223                 checking for free.
3224
3225 2003-04-30 [alfons]     0.8.11claws130
3226
3227         * src/common/plugin.[ch]
3228         * src/plugins/clamav/clamav_plugin.[ch]
3229         * src/plugins/clamav/clamav_plugin_gtk.c
3230         * src/plugins/demo/demo.c
3231         * src/plugins/dillo_viewer/dillo_viewer.c
3232         * src/plugins/image_viewer/plugin.c
3233         * src/plugins/image_viewer/viewer.[ch]
3234         * src/plugins/image_viewer/viewerprefs.[ch]
3235         * src/plugins/mathml_viewer/mathml_viewer.c
3236         * src/plugins/spamassassin/spamassassin.[ch]
3237         * src/plugins/spamassassin/spamassassin_gtk.c
3238         * src/plugins/trayicon/trayicon.c
3239                 clean up
3240
3241 2003-04-30 [alfons]     0.8.11claws129
3242
3243         * src/common/utils.c
3244                 make is_ascii_str() fail gracefully when NULL pointer
3245                 is passed
3246
3247 2003-04-30 [paul]       0.8.11claws128
3248
3249         * src/addrindex.c
3250                 fix bug where opening folder has massive slowdown when
3251                 using the 'Display sender using address book' option
3252
3253 2003-04-30 [paul]       0.8.11claws127
3254
3255         * src/plugins/clamav/clamav_plugin.c
3256           src/plugins/clamav/clamav_plugin_gtk.c
3257           src/plugins/demo/demo.c
3258           src/plugins/dillo_viewer/dillo_viewer.c
3259           src/plugins/image_viewer/plugin.c
3260           src/plugins/mathml_viewer/mathml_viewer.c
3261           src/plugins/spamassassin/spamassassin.c
3262           src/plugins/spamassassin/spamassassin_gtk.c
3263           src/plugins/trayicon/trayicon.c
3264                 get rid of eye-hurting function signatures
3265
3266 2003-04-30 [paul]       0.8.11claws126
3267
3268         * src/plugins/trayicon/trayicon.c
3269                 add description
3270                 
3271         * src/mimeview.c
3272                 be more descriptive
3273
3274 2003-04-30 [paul]       0.8.11claws125
3275
3276         * configure.ac
3277                 arrange the plugins in reverse alphabetical order
3278                 
3279         * src/plugins/clamav/clamav_plugin.[ch]
3280           src/plugins/clamav/clamav_plugin_gtk.c
3281                 rename some params
3282                 resize max_size window
3283                 re-arrange the order of some gui elements
3284                 improve descriptions
3285         
3286         * src/plugins/image_viewer/plugin.c
3287           src/plugins/mathml_viewer/mathml_viewer.c
3288                 add descriptions
3289                 
3290         * src/plugins/spamassassin/spamassassin_gtk.c
3291                 resize max_size window
3292                 re-arrange the order of some gui elements
3293                 
3294         * src/messageview.c
3295           src/mimeview.c
3296                 correct typos
3297
3298 2003-04-30 [alfons]     0.8.11claws124
3299
3300         * src/imap.c
3301                 fix a leak found while browsing Martin Kluge's 
3302                 valgrind log (Claws only)
3303
3304 2003-04-29 [darko]      0.8.11claws123
3305
3306         * src/gtk/gtkstext.h
3307                 include wchar.h if it is available, fixes compilation
3308                 on HP-UX systems
3309
3310 2003-04-29 [melvin]     0.8.11claws122
3311
3312         * src/prefs_actions.c
3313                 Improved help text of Actions' syntax
3314
3315 2003-04-28 [paul]       0.8.11claws121
3316
3317         * src/action.c
3318                 a better fix for the crash when performing an action
3319                 on a mime part
3320
3321 2003-04-28 [paul]       0.8.11claws120
3322
3323         * src/action.c
3324                 fix crash when performing an action on a
3325                 mime part
3326
3327 2003-04-28 [paul]       0.8.11claws119
3328
3329         * sync with 0.8.11cvs36
3330                 see ChangeLog 2003-04-28
3331
3332 2003-04-27 [paul]       0.8.11claws118
3333
3334         * more sync with 0.8.11cvs35
3335                 see ChangeLog 2003-04-25
3336
3337 2003-04-26 [christoph]  0.8.11claws117
3338
3339         * src/folder.c
3340                 fix remove virtual check
3341
3342 2003-04-26 [paul]       0.8.11claws116
3343
3344         * src/messageview.c
3345                 fix return-receipt, make it work again
3346
3347 2003-04-26 [paul]       0.8.11claws115
3348
3349         * src/mimeview.c
3350                 restore double-clicking of the [application/pgp-signature 
3351                 (Select "Check signature" to check)] line in the message view,
3352                 broken in recent sync
3353
3354 2003-04-26 [christoph]  0.8.11claws114
3355
3356         * src/folder.c
3357                 check if remove virtual really exists before
3358                 calling the function
3359
3360 2003-04-25 [match]      0.8.11claws113
3361
3362         * src/addrindex.c
3363         * src/addrbook.c
3364         * src/ldapquery.[ch]
3365         * src/ldapctrl.[ch]
3366                 fix memleak.
3367         * src/ldapserver.[ch]
3368                 fix memleak. fix segfault.
3369                 plug a Claws memleak
3370
3371 2003-04-25 [alfons]     0.8.11claws112
3372
3373         * src/folder.c
3374                 plug a Claws memleak
3375
3376 2003-04-25 [alfons]     0.8.11claws111
3377
3378         * src/common/session.c
3379                 plug a memleak
3380
3381 2003-04-25 [paul]       0.8.11claws110
3382
3383         * sync with 0.8.11cvs35
3384                 see ChangeLog 2003-04-24 and 2003-04-25
3385                 
3386         * src/gtk/pluginwindow.c
3387                 correct another strange float value
3388
3389 2003-04-24 [christoph]  0.8.11claws109
3390
3391         * src/folder.c
3392                 freeze folder item updates when unsetting new flags
3393
3394         * src/gtk/pluginwindow.c
3395                 correct strange float value
3396
3397 2003-04-23 [paul]       0.8.11claws108
3398
3399         * sync with 0.8.11cvs33
3400                 see ChangeLog 2003-04-23
3401
3402 2003-04-22 [paul]       0.8.11claws107
3403
3404         * src/Makefile.am
3405           src/messageview.c
3406           src/mimeview.c
3407           src/pgptext.[ch]      ** REMOVED **
3408                 remove pgptext.[ch] as its not used any more
3409
3410 2003-04-22 [paul]       0.8.11claws106
3411
3412         * sync with 0.8.11cvs31
3413                 see ChangeLog 2003-04-21 and 2003-04-22
3414
3415 2003-04-21 [alfons]     0.8.11claws105
3416
3417         * src/main.c
3418                 No access to GTK structures if we're a spawned child
3419                 (and clean up code a little bit...) Should fix #126.
3420
3421 2003-04-21 [melvin]     0.8.11claws104
3422
3423         * src/plugins/dillo_viewer/README
3424                 Improved slightly the text.
3425
3426 2003-04-21 [melvin]     0.8.11claws103
3427
3428         * src/plugins/dillo_viewer/README *** NEW ***
3429                 Added a README file for the Dillo plugin
3430
3431 2003-04-20 [paul]
3432
3433         * tools/README
3434           tools/outlook2sylpheed.pl
3435                 updated and improved by Ricardo Mones Lastra
3436
3437 2003-04-18 [oliver]     0.8.11claws102
3438
3439         * src/inc.c 
3440         * src/prefs_account.h
3441                 remove Pop3SessionType (used by selective download)
3442         * src/prefs_toolbar.c
3443                 enable set Default Toolbar button
3444
3445 2003-04-18 [paul]       0.8.11claws101
3446
3447         * sync with 0.8.11cvs29
3448                 see ChangeLog 2003-04-18
3449
3450 2003-04-17 [paul]       0.8.11claws100
3451
3452         * src/prefs_common.[ch]
3453           src/summaryview.c
3454                 remove 'Open next message on deletion' option,
3455                 as the same effect can now be achieved via the
3456                 'Always open messages in summary when selected'
3457                 option.
3458
3459 2003-04-17 [paul]       0.8.11claws99
3460
3461         * sync with 0.8.11cvs28
3462                 see ChangeLog 2003-04-17
3463
3464 2003-04-17 [christoph]  0.8.11claws98
3465
3466         * ac/spamassassin.m4
3467         * src/plugins/spamassassin/libspamc.[ch]
3468         * src/plugins/spamassassin/utils.[ch]
3469                 sync libspamc with SpamAssassin project
3470
3471 2003-04-17 [christoph]  0.8.11claws97
3472
3473         * src/common/socket.h
3474         * src/gtk/sslcertwindow.h
3475                 rename old USE_SSL to USE_OPENSSL
3476
3477 2003-04-17 [paul]       0.8.11claws96
3478
3479         * src/prefs_common.h
3480                 use gulong for P_COLOR so that it compiles/runs on
3481                 64-bit systems. Patch submitted by James Noyes
3482                 <jnoyes-claws@retrogeeks.com>
3483                 
3484         * po/de.po
3485                 updated by Jens
3486
3487 2003-04-17 [paul]       0.8.11claws95
3488
3489         * sync with 0.8.11cvs27
3490                 see ChangeLog 2003-04-16
3491
3492 2003-04-15 [paul]       0.8.11claws94
3493
3494         * src/prefs_common.[ch]
3495                 rearrange to stop the window getting too long:
3496                         move Receive dialog stuff to Receive tab
3497                         move Send dialog to Send tab
3498                         remove Dialogs frame
3499                 rename 'Open messages in summary with cursor keys' to
3500                 'Always open messages in summary when selected', as its
3501                 more appropriate
3502
3503 2003-04-15 [paul]       0.8.11claws93
3504
3505         * src/prefs_common.[ch]
3506           src/summaryview.c
3507                 add new option '/Interface/Open next message on deletion'
3508
3509 2003-04-15 [paul]       0.8.11claws92
3510
3511         * src/summaryview.[ch]
3512                 add /Mark/Lock and /Mark/Unlock to the pop-up
3513                 menu. Patch submitted by Ivan Francolin Martinez
3514                 <ivanfm@users.sourceforge.net>
3515
3516 2003-04-15 [paul]       0.8.11claws91
3517
3518         * sync with 0.8.11cvs24
3519                 see ChangeLog 2003-04-15
3520
3521 2003-04-14 [jens]       0.8.11claws90
3522
3523         * updated German translation and some corrections from
3524                 Roland Bless <bless@tm.uka.de>
3525
3526 2003-04-14 [paul]       0.8.11claws89
3527
3528         * sync with 0.8.11cvs22
3529                 see ChangeLog 2003-04-14
3530
3531 2003-04-13 [paul]       0.8.11claws88
3532
3533         * src/plugins/clamav/clamav_plugin.c
3534                 fix memory leaks
3535                 clean up
3536
3537 2003-04-12 [paul]       0.8.11claws87
3538
3539         * src/plugins/clamav/clamav_plugin.c
3540                 activate enable/disable archive scanning option
3541                 
3542         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3543
3544 2003-04-12 [paul]       0.8.11claws86
3545
3546         * src/plugins/Makefile.am
3547           src/plugins/clamav/Makefile.am                ** NEW FILE **
3548           src/plugins/clamav/README                     ** NEW FILE ** 
3549           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3550           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3551                 add Clam AntiVirus plugin
3552
3553 2003-04-12 [paul]       0.8.11claws85
3554
3555         * sync with 0.8.11cvs21
3556                 see ChangeLog 2003-04-11
3557
3558 2003-04-11 [paul]       0.8.11claws84
3559
3560         * po/es.po
3561                 update Spanish translation. Submitted by Ricardo
3562                 Mones Lastra.
3563
3564 2003-04-10 [christoph]  0.8.11claws83
3565
3566         * src/mbox.c
3567                 fix typo that did not move unfiltered mails to destination
3568                 folder
3569
3570         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3571          when filtering from spool)
3572
3573 2003-04-10 [christoph]  0.8.11claws82
3574
3575         * src/imap.c
3576                 use BODY.PEEK instead of BODY in in message fetch operation
3577                 to make sure the IMAP server does not set the \Seen flag for
3578                 messages. Sylpheed does that later itself, when the message
3579                 is opened in sylpheed
3580
3581         (closes Bug 111 Claws destroys unread marks)
3582
3583 2003-04-09 [oliver]     0.8.11claws81
3584         
3585         * src/folder.c
3586                 fix crash in folder_destroy
3587         * README.claws
3588                 remove selective download
3589
3590 2003-04-09 [christoph]  0.8.11claws80
3591
3592         * src/imap.c
3593                 fix crash in imap_get_msginfo() when then fetched message
3594                 is not found
3595
3596         (closes Bug 110 Crash during mail composition)
3597
3598 2003-04-08 [christoph]  0.8.11claws79
3599
3600         * src/folder.c
3601         * src/prefs_account.c
3602                 Filter new messages that are found in an INBOX folder
3603                 when 'Filter messages on receiving' is enabled in the
3604                 Folder's AccountPrefs. This allows to use Sylpheed's
3605                 filtering engine for IMAP folders where messages are
3606                 added to the INBOX by a MTA
3607
3608 2003-04-08 [paul]       0.8.11claws78
3609
3610         * src/procmsg.h
3611                 clean up after last commit
3612
3613 2003-04-08 [paul]       0.8.11claws77
3614
3615         * sync with 0.8.11cvs20
3616                 see ChangeLog 2003-04-07 and 2003-04-08
3617
3618 2003-04-07 [christoph]  0.8.11claws76
3619
3620         * src/filtering.[ch]
3621         * src/inc.[ch]
3622         * src/mbox.c
3623         * src/procmsg.[ch]
3624                 add procmsg_msginfo_filter() to execute filtering actions
3625
3626 2003-04-06 [christoph]  0.8.11claws75
3627
3628         * src/imap.c
3629                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3630
3631 2003-04-06 [christoph]  0.8.11claws74
3632
3633         * src/common/utils.[ch]
3634                 add g_int_compare() function for slist sorting
3635
3636         * src/imap.c
3637                 fetch all MsgInfos with one command in imap_get_msginfos()
3638                 using an imap set with a list of ranges
3639
3640         * src/news.c
3641                 use new g_int_compare() function
3642
3643 2003-04-06 [thorsten]   0.8.11claws73
3644
3645         * src/mh.c
3646                 corrected implementation of mh_folder_destroy()
3647
3648 2003-04-05 [christoph]  0.8.11claws72
3649
3650         * src/account.c
3651         * src/folder.[ch]
3652         * src/folderview.c
3653         * src/imap.c
3654         * src/inc.c
3655         * src/main.c
3656         * src/mainwindow.c
3657         * src/mbox_folder.c
3658         * src/mh.c
3659         * src/mimeview.h
3660         * src/msgcache.[ch]
3661         * src/news.c
3662         * src/procmime.h
3663         * src/procmsg.[ch]
3664         * src/setup.c
3665         * src/gtk/gtkutils.c
3666                 o rename structure field names class and new to klass and
3667                   new_msgs, to allow including files in C++
3668                 o add 'extern "C"' block to some header files
3669                 o add MsgInfoList and MsgNumberList as alias for GSList for
3670                   developers to know what type of list is expected
3671
3672         * src/plugins/image_viewer/plugin.c
3673         * src/plugins/image_viewer/viewer.[ch]
3674         * src/plugins/image_viewer/viewerprefs.[ch]
3675                 rename function names to prevent conflicts
3676
3677 2003-04-05 [paul]       0.8.11claws71
3678
3679         * sync with 0.8.11cvs18
3680                 see ChangeLog 2003-04-03 and 2003-04-04
3681
3682 2003-04-02 [christoph]  0.8.11claws70
3683
3684         * src/folder.[ch]
3685         * src/imap.[ch]
3686         * src/mbox_folder.[ch]
3687         * src/mh.[ch]
3688         * src/news.[ch]
3689                 o Make all virtual folder functions private
3690                 o remove unused folder code
3691
3692         * src/common/socket.[ch]
3693         * src/summaryview.c
3694                 fix warnings
3695
3696 2003-03-30 [alfons]     0.8.11claws69
3697
3698         * src/send_message.c
3699                 remove two debug traces and see if people still report
3700                 errors
3701
3702 2003-03-30 [alfons]     0.8.11claws68
3703
3704         * src/send_message.c
3705         * src/commons/session.c
3706                 add more debug traces
3707
3708 2003-03-30 [christoph]  0.8.11claws67
3709
3710         * src/folder.c
3711                 change processing folder name from .processing to processing
3712
3713         * src/common/ssl.c
3714                 disable SSL certificate check because it causes Xlib error
3715                 when the child process want's to open an GTK window
3716
3717 2003-03-30 [christoph]  0.8.11claws66
3718
3719         * src/folder.c
3720                 don't use default folder for processing folder item because
3721                 it can be a non local folder
3722
3723         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3724
3725 2003-03-30 [alfons]     0.8.11claws65
3726
3727         * src/send_message.c
3728                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3729                 to generate bad code for 'send_send_data_progressive': When
3730                 called from 'send_send_data_finished', the 'data' pointer is
3731                 cleared just before the assignment to the dialog pointer
3732
3733 2003-03-29 [christoph]  0.8.11claws64
3734
3735         * src/common/prefs.h
3736         * src/plugins/image_viewer/Makefile.am
3737         * src/plugins/image_viewer/plugin.c
3738         * src/plugins/image_viewer/viewer.[ch]
3739         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3740                 add PrefsPage for ImageViewer
3741
3742 2003-03-28 [thorsten]   0.8.11claws63
3743
3744         * src/common/session.c
3745                 added some comments
3746
3747 2003-03-28 [paul]       0.8.11claws62
3748
3749         * sync with 0.8.11cvs16
3750                 see ChangeLog 2003-03-28
3751
3752 2003-03-28 [paul]       0.8.11claws61
3753
3754         * sync with 0.8.11cvs15
3755                 see ChangeLog 2003-03-28
3756
3757 2003-03-27 [christoph]  0.8.11claws60
3758
3759         * src/folder.c
3760         * src/imap.c
3761         * src/common/socket.[ch]
3762                 set socket state to DISCONNECTED when any operation
3763                 fails to allow reconnecting in IMAP code without
3764                 checking the return code of all calls to the command
3765                 functions
3766
3767         * src/folderview.c
3768         * src/summaryview.c
3769                 remove some more stuff that depends on specific
3770                 folder types
3771
3772 2003-03-27 [paul]       0.8.11claws59
3773
3774         * sync with 0.8.11cvs14
3775                 see ChangeLog 2003-03-27
3776                 
3777         * src/selective_download.[ch]   ** REMOVED **
3778                 really removed
3779
3780 2003-03-27 [christoph]  0.8.11claws58
3781
3782         * src/folder.c
3783                 fix handling of tmp_flags in flag copy function
3784
3785 2003-03-27 [paul]       0.8.11claws57
3786
3787         * sync with 0.8.11cvs13
3788                 see ChangeLog 2003-03-27
3789
3790 2003-03-27 [oliver]     0.8.11claws56
3791
3792         * src/maiwindow.c
3793                 remove sel_download_cb
3794
3795 2003-03-27 [oliver]     0.8.11claws55
3796         
3797         * src/inc.c
3798                 remove POP3_TOP
3799         
3800 2003-03-26 [oliver]     0.8.11claws54
3801
3802         *src/pop.h
3803                 remove POP3_TOP*
3804         * README.claws
3805                 remove selective donwload readme
3806
3807 2003-03-26 [oliver]     0.8.11claws53
3808         * src/matcher.[ch]
3809         * src/matcher_parser_parse.y 
3810         * src/pop.c 
3811         * src/prefs_account.[ch]
3812         * src/prefs_filtering.c
3813                 remove selective donwload
3814
3815 2003-03-26 [oliver]     0.8.11claws52
3816
3817         * src/inc.[ch] 
3818         * src/filtering.c 
3819         * src/mainwindow.c 
3820                 remove selective donwload
3821
3822 2003-03-26 [oliver]     0.8.11claws51
3823         
3824         * src/Makefile.am
3825         * src/selective_download.[ch]   ** REMOVE **    
3826
3827 2003-03-26 [christoph]  0.8.11claws50
3828
3829         * src/news.c
3830                 fix NEWS that got broken by a sync with sylpheed-main
3831
3832 2003-03-26 [christoph]  0.8.11claws49
3833
3834         * src/mimeview.c
3835                 fix mime type guessing when no mime type is found for a file
3836
3837 2003-03-25 [christoph]  0.8.11claws48
3838
3839         * src/mimeview.c
3840         * src/procmime.c
3841                 remove mime type guessing from mime parser and use
3842                 name based mime types in viewer lookup for mime type
3843                 application/octet-stream
3844
3845 2003-03-25 [christoph]  0.8.11claws47
3846
3847         * doc-src/readme.txt
3848         * doc-src/rfc2554.txt
3849                 add RFC about SMTP AUTH
3850
3851         * src/send_message.c
3852         * src/common/smtp.[ch]
3853                 add extra error code for authentication errors and
3854                 clear temporary password when this error occurs
3855
3856         (closes Bug 84 authentication failure while sending should
3857          prompt for password again)
3858
3859 2003-03-25 [christoph]  0.8.11claws46
3860
3861         * configure.ac
3862         * src/Makefile.am
3863         * src/imageview.[ch]                            ** REMOVE **
3864         * src/messageview.[ch]
3865         * src/mimeview.[ch]
3866         * src/prefs_common.[ch]
3867         * src/textview.c
3868         * src/plugins/Makefile.am
3869         * src/plugins/image_viewer/.cvsignore           ** NEW **
3870         * src/plugins/image_viewer/Makefile.am          ** NEW **
3871         * src/plugins/image_viewer/plugin.c             ** NEW **
3872         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3873                 move image viewer into a plugin (building is enabled by default)
3874                 [ToDo: Prefs for resize and autoview]
3875
3876 2003-03-25 [paul]       0.8.11claws45
3877
3878         * sync with 0.8.11cvs12
3879                 see ChangeLog 2003-03-26
3880
3881 2003-03-25 [paul]       0.8.11claws44
3882
3883         * sync with 0.8.11cvs11
3884                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3885                 
3886         Note: Selective Download is broken.
3887                 
3888 2003-03-22 [christoph]  0.8.11claws43
3889
3890         * src/folder.c
3891                 code cleanup for flags copying
3892
3893 2003-03-22 [christoph]  0.8.11claws42
3894
3895         * src/plugins/trayicon/trayicon.c
3896                 fix setting the transparent area when the window size
3897                 is forced by the system tray
3898
3899 2003-03-22 [christoph]  0.8.11claws41
3900
3901         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3902         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3903         * src/plugins/trayicon/newmail.xpm              ** NEW **
3904         * src/plugins/trayicon/nomail.xpm               ** NEW **
3905         * src/plugins/trayicon/trayicon.c
3906         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3907                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3908                 o add icon for unread mails
3909                 o set transparency for window
3910
3911 2003-03-22 [christoph]  0.8.11claws40
3912
3913         * src/news.c
3914                 init news session to prevent crash when session is closed
3915
3916 2003-03-22 [christoph]  0.8.11claws39
3917
3918         * src/imap.c
3919         * src/common/session.[ch]
3920                 Init session data to make sure we don't have invalid pointers
3921                 for read_ch and write_ch when new multi process sessions are
3922                 not used
3923
3924         * src/main.c
3925         * src/common/plugin.c
3926         * src/common/sylpheed.c
3927         * src/plugins/demo/demo.c
3928         * src/plugins/dillo_viewer/dillo_viewer.c
3929         * src/plugins/mathml_viewer/mathml_viewer.c
3930         * src/plugins/spamassassin/spamassassin.c
3931         * src/plugins/spamassassin/spamassassin_gtk.c
3932                 add plugin types to allow loading plugins at different times
3933                 (and maybe for different frontends), because it's not good to
3934                 load GTK-Plugins gefore gtk_init was called
3935
3936         * configure.ac
3937         * src/plugins/Makefile.am
3938         * src/plugins/trayicon/.cvsignore               ** NEW **
3939         * src/plugins/trayicon/Makefile.am              ** NEW **
3940         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3941         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3942         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3943         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3944         * src/plugins/trayicon/trayicon.c               ** NEW **
3945                 New Trayicon plugin that shows an icon in a systray that uses
3946                 XEMBED protocol like Gnome's systray. Icon shows if there
3947                 are new mails and a tooltip shows information about new,
3948                 unread and total messages.
3949
3950 2003-03-22 [paul]       0.8.11claws38
3951
3952         * src/common/smtp.c
3953                 fix ESMTP AUTH CRAM-MD5
3954                 [sync with main (still version 0.8.11cvs6), see
3955                  ChangeLog 2003-03-22]
3956
3957 2003-03-21 [colin]      0.8.11claws37
3958
3959         * src/send_message.c
3960                 Fix USE_SSL => USE_OPENSSL
3961
3962 2003-03-21 [colin]      0.8.11claws36
3963
3964         * src/folderview.c
3965                 Fix counts in drag and dropped subfolders
3966
3967 2003-03-21 [colin]      0.8.11claws35
3968
3969         * src/folder.c 
3970         * src/folderview.c
3971                 speed up a bit folder dnd
3972
3973 2003-03-20 [alfons]     0.8.11claws34
3974
3975         * src/main.c
3976         * src/toolbar.c
3977         * src/procmsg.c
3978                 don't send locked queue messages
3979                 (feature request "[ 705245 ] Locking message in outbox 
3980                  should prevent sending")
3981
3982 2003-03-20 [christoph]  0.8.11claws33
3983
3984         * src/folder.c
3985                 remove NEW and UNREAD flag in special folders when scanning
3986                 
3987         * src/common/smtp.c
3988                 fix ESMTP AUTH CRAM-MD5
3989
3990 2003-03-20 [paul]       0.8.11claws32
3991
3992         * src/prefs_account.c
3993                 Re-write 'Tunnel command to open connection' as
3994                 'Use command to communicate with server', and disable
3995                 it for all except IMAP accounts
3996
3997 2003-03-20 [paul]       0.8.11claws31
3998
3999         * sync with 0.8.11cvs6
4000                 see ChangeLog 2003-03-20
4001
4002 2003-03-19 [match]      0.8.11claws30
4003
4004         * src/addritem.[ch]
4005                 include documentation. minor refactoring.
4006         * src/addr_compl.[ch]
4007         * src/addrindex.[ch]
4008         * src/addresbook.[ch]
4009         * src/summaryview.c
4010                 re-enable address lookup (was disabled in
4011                 0.8.11claws20).
4012
4013 2003-03-19 [christoph]  0.8.11claws29
4014
4015         * src/procmsg.c
4016                 add temp flag handling, will make moving and copying
4017                 messages possible again
4018
4019         * src/folder.c
4020                 correct calulation of folder stats
4021
4022 2003-03-18 [match]      0.8.11claws28
4023
4024         * src/editgroup.h
4025                 remove case sensitive comparison (closes bug 80).
4026
4027 2003-03-18 [christoph]  0.8.11claws27
4028
4029         * src/imap.c
4030                 fix imap using a tunnel command
4031
4032         (closes bug 87)
4033
4034 2003-03-18 [christoph]  0.8.11claws26
4035
4036         * src/folder.[ch]
4037         * src/imap.c
4038         * src/procmsg.[ch]
4039                 rewrite flag handling for folders
4040
4041 2003-03-18 [christoph]  0.8.11claws25
4042
4043         * src/folder.c
4044         * src/procmsg.c
4045         * src/summaryview.c
4046                 unset NEW and UNREAD flags when message is ignored, to make
4047                 sure messages don't show up as unread on other IMAP clients,
4048                 because the IGNORE_THREAD flag can not be syncronized through
4049                 the IMAP folder
4050
4051 2003-03-17 [christoph]  0.8.11claws24
4052
4053         * src/imap.c
4054                 don't use recursion to fetch uids when the number of messages
4055                 does not match. Moved code into subfunction that is used
4056                 again when needed, to prevent an endless loop.
4057
4058 2003-03-17 [thorsten]   0.8.11claws23
4059
4060         * src/imageview.[ch]
4061                 export imageview_get_resized_size() (for plugins)
4062         * src/prefs_common.[ch]
4063                 added prefs_common_get() (for plugins)
4064
4065 2003-03-17 [christoph]  0.8.11claws22
4066
4067         * src/imap.c
4068                 o remove UID guessing from copy code
4069                 o support UIDPLUS extension for APPEND command
4070
4071 2003-03-17 [paul]       0.8.11claws21
4072
4073         * src/gtk/about.c
4074                 remove 'Compiled-plugins' section.
4075                 
4076         * src/plugins/dillo_viewer/dillo_viewer.c
4077                 slight change to description text
4078
4079 2003-03-16 [match]      0.8.11claws20
4080         * src/ldapserver.[ch]           ** NEW **
4081         * src/ldapctrl.[ch]             ** NEW **
4082         * src/ldapquery.[ch]            ** NEW **
4083         * src/ldaputil.[ch]             ** NEW **
4084         * src/addrcindex.[ch]           ** NEW **
4085         * src/addrquery.h               ** NEW **
4086         * src/addritem.[ch]
4087         * src/addrcache.[ch]
4088         * src/addrindex.[ch]
4089         * src/addr_compl.[ch]
4090         * src/addressbook.[ch]
4091         * src/addrbook.[ch]
4092         * src/editgroup.c
4093         * src/editaddress.c
4094         * src/editldap.c
4095         * src/editldap_basedn.c
4096         * src/vcard.c
4097         * src/jpilot.c
4098         * src/Makefile.am
4099                 included dynamic LDAP queries. improved address
4100                 completion.
4101
4102 2003-03-16 [paul]       0.8.11claws19
4103
4104         * tools/multiwebsearch.pl
4105                 fix a fatal typo
4106
4107 2003-03-16 [christoph]  0.8.11claws18
4108
4109         * src/mimeview.c
4110         * src/plugins/dillo_viewer/dillo_viewer.c
4111         * src/plugins/mathml_viewer/mathml_viewer.c
4112                 make unregistering of MimeViewerFactorys possible
4113
4114 2003-03-16 [alfons]     0.8.11claws17
4115
4116         * configure.ac
4117                 correct typo
4118
4119 2003-03-16 [melvin]     0.8.11claws16
4120
4121         * src/plugins/dillo_viewer.c
4122                 Fixed bug where it was not possible to view more than
4123                 one text/html attachment per message (bug discovered
4124                 by Christoph Hohmann).
4125
4126 2003-03-15 [melvin]     0.8.11claws15
4127
4128         * src/prefs_actions.c
4129                 Fixed compilation warnings.
4130
4131 2003-03-15 [melvin]     0.8.11claws14
4132
4133         * src/plugins/Makefile.am
4134         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4135         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
4136         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
4137                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
4138                 newer (http://dillo.auriga.wearlab.de/).
4139
4140 2003-03-15 [christoph]  0.8.11claws13
4141
4142         * src/imap.c
4143                 don't query imap folder for attributes because we already
4144                 for them from imap_status
4145
4146         * src/mimeview.[ch]
4147                 add support for plugable MimeViewers (unloading Viewers
4148                 not yet complete)
4149
4150         * src/plugins/Makefile.am
4151         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
4152         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
4153         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
4154                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
4155                 widget from http://helm.cs.unibo.it/mml-widget/
4156
4157 2003-03-14 [christoph]  0.8.11claws12
4158
4159         * src/folder.[ch]
4160                 o error return code's should better be negative
4161                 o replace printf with debug_print
4162
4163         * src/imap.c
4164                 improve IMAP folder scan by checking UID-NEXT
4165
4166         * src/summaryview.c
4167                 remove check that are unnecessary in my opinion
4168
4169 2003-03-13 [christoph]  0.8.11claws11
4170
4171         * src/folder.[ch]
4172         * src/foldersel.c
4173         * src/folderview.c
4174         * src/imap.c
4175         * src/mbox_folder.c
4176         * src/mh.c
4177         * src/news.c
4178         * src/prefs_scoring.c
4179         * src/summaryview.c
4180                 use a common function to get a displayable name
4181                 for a FolderItem
4182
4183 2003-03-13 [paul]       0.8.11claws10
4184
4185         * tools/Makefile.am
4186           tools/README
4187           tools/multiwebsearch.conf     ** NEW FILE **
4188           tools/multiwebsearch.pl       ** NEW FILE **
4189                 add multiwebsearch Actions script
4190
4191 2003-03-13 [colin]      0.8.11claws9
4192
4193         * src/compose.c
4194                 Remove leading emtpy lines from quoted text
4195                 before quoting it
4196
4197 2003-03-13 [melvin]     0.8.11claws8
4198
4199         * src/prefs_actions.c
4200                 Fixed a memory leak
4201                 Code clean ups
4202                 Added Cancel and OK buttons
4203                 Corrected help text
4204
4205 2003-03-13 [christoph]  0.8.11claws7
4206
4207         * src/account.c
4208         * src/folder.[ch]
4209         * src/imap.c
4210         * src/mainwindow.c
4211         * src/mbox_folder.c
4212         * src/mh.c
4213         * src/news.c
4214         * src/setup.c
4215                 replace more folder type stuff with folder class stuff
4216
4217 2003-03-13 [melvin]     0.8.11claws6
4218
4219         * src/prefs_actions.c
4220                 Added new tokens:
4221                 %u: user provided argument
4222                 %h: user provided argument (hidden on input)
4223                 %s: current text selection in the message view 
4224
4225 2003-03-13 [paul]       0.8.11claws5
4226
4227         * sync with 0.8.11cvs5
4228                 see ChangeLog 2003-03-11, 2003-03-12
4229
4230 2003-03-12 [christoph]  0.8.11claws4
4231
4232         * src/folder.c
4233                 use folder class idstr when writing folderlist.xml
4234
4235         * src/folder.h
4236         * src/imap.c
4237         * src/news.c
4238                 replace folder type checks with folder class checks
4239
4240 2003-03-12 [christoph]  0.8.11claws3
4241
4242         * src/folder.[ch]
4243         * src/imap.[ch]
4244         * src/main.c
4245         * src/mbox_folder.[ch]
4246         * src/mh.[ch]
4247         * src/news.[ch]
4248                 o create a list of known folder classes in the folder system
4249                 o use folder class id strings for folder item identifiers
4250
4251 2003-03-12 [christoph]  0.8.11claws2
4252
4253         * src/imap.c
4254                 fix imap uid validity check
4255
4256 2003-03-12 [christoph]  0.8.11claws1
4257
4258         * src/account.c
4259         * src/folder.[ch]
4260         * src/foldersel.c
4261         * src/folderview.c
4262         * src/imap.c
4263         * src/mainwindow.c
4264         * src/mbox_folder.c
4265         * src/mh.c
4266         * src/news.c
4267         * src/prefs_scoring.c
4268         * src/procmsg.c
4269         * src/setup.c
4270         * src/summaryview.c
4271                 initial restructuring of folder system, seperating
4272                 folders and folder classes
4273
4274 2003-03-12 [paul]       0.8.11claws
4275
4276         0.8.11claws release
4277
4278 2003-03-12 [christoph]
4279
4280         * src/gtk/prefswindow.c
4281                 fix translation of "Page Index"
4282
4283 2003-03-12 [paul]       0.8.10claws110
4284
4285         a sync from 0.8.11cvs4 before the release
4286
4287         * src/common/utils.c
4288                 subject_compare_for_sort(): allow null strings (fixes
4289                 summary sorting).
4290
4291 2003-03-11 [paul]       0.8.10claws109
4292
4293         * po/es.po
4294                 update Spanish translation, submitted by
4295                 Ricardo Mones Lastra
4296
4297 2003-03-11 [melvin]     0.8.10claws108
4298
4299         * po/fr.po
4300                 Updated French translations
4301
4302 2003-03-11 [paul]       0.8.10claws107
4303
4304         * manual/en/Makefile.am
4305           manual/en/*.html
4306                 update English manual, add a new page
4307                 updated by Francois Barriere <fbarriere@atmel.fr>
4308                 
4309         * po/bg.po
4310           po/it.po
4311           po/sr.po
4312                 update Bulgarian, Italian, and Serbian translations
4313                 submitted by George Danchev, Alessandro Maestri, and
4314                 Urke MMI
4315
4316 2003-03-10 [paul]       0.8.10claws106
4317
4318         * src/gtk/about.c
4319           src/gtk/prefswindow.c
4320                 make some strings translatable
4321
4322 2003-03-10 [darko]      0.8.10claws105
4323
4324         * src/compose.c
4325                 code cleanup to make Hiro happy
4326
4327 2003-03-10 [paul]       0.8.10claws104
4328
4329         * sync with 0.8.11cvs2
4330                 see ChangeLog 2003-03-10
4331
4332 2003-03-09 [melvin]     0.8.10claws103
4333
4334         * src/textview.c
4335                 textview_set_font(): fix for message display in
4336                 UTF-8 locales (thanks to Sergey Vlasov).
4337                 (was unintentionnaly reverted in 0.8.6claws6)   
4338
4339 2003-03-08 [darko]      0.8.10claws102
4340
4341         * src/compose.c
4342                 fix infinite loop in wrapping as reported
4343                 by happycactus
4344                 obsoletes patch #696482
4345
4346 2003-03-08 [christoph]  0.8.10claws101
4347
4348         * src/imap.c
4349                 add workaround for IMAP servers that do not
4350                 support the "UID SEARCH UID" command
4351
4352 2003-03-07 [christoph]  0.8.10claws100
4353
4354         * src/plugins/spamassassin/spamassassin.[ch]
4355         * src/plugins/spamassassin/spamassassin_gtk.c
4356                 code cleanup
4357
4358 2003-03-07 [paul]       0.8.10claws99
4359
4360         * po/es.po
4361                 updated Spanish translation, submitted by
4362                 Ricardo Mones Lastra
4363
4364 2003-03-07 [christoph]  0.8.10claws98
4365
4366         * src/send.c
4367                 fix in 0.8.10claws94 was wrong
4368                 local delivery does not require escaping, remove escaping
4369                 code to make signatures of mails with "." lines valid
4370                 
4371                 NOTE: requires that sendmail is executed with "-i" option,
4372                       what is the default now, but has to be changed in all
4373                       exsiting accounts)
4374
4375 2003-03-07 [paul]       0.8.10claws97
4376
4377         * sync with 0.8.11 release
4378                 see ChangeLog 2003-03-07
4379
4380 2003-03-06 [paul]       0.8.10claws96
4381
4382         * src/compose.c
4383                 revert commit 0.8.10claws92
4384
4385 2003-03-06 [paul]       0.8.10claws95
4386
4387         * src/folderview.c
4388                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4389
4390         * src/gtkaspell.c
4391                 fix bug 74, 'Crash opening editor window with pseudo-color
4392                 display'
4393                 
4394         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4395
4396 2003-03-06 [christoph]  0.8.10claws94
4397
4398         * src/send.c
4399                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4400                 all lines starting with a period get an extra period
4401                 inserted
4402                 (found by Simon 'corecode' Schubert)
4403
4404 2003-03-06 [paul]       0.8.10claws93
4405
4406         * src/folderview.c
4407                 if configured font can't be loaded fall back to gtk
4408                 default. (with thanks to Christoph)
4409                 
4410                 closes long-standing bug 15 'Crashes on startup'
4411
4412 2003-03-06 [paul]       0.8.10claws92
4413
4414         * src/compose.c
4415                 freeze text before autosave and thaw afterwards
4416                 fixes bug 67 'autosave make re-rediting message crazy'
4417
4418 2003-03-06 [christoph]  0.8.10claws91
4419
4420         * src/compose.c
4421                 ignore address comment in dupe check for Cc-list
4422
4423         (closes reopened bug 47 Replying to message strips name part of
4424          e-mail addresses of Cc: lines)
4425
4426 2003-03-06 [paul]       0.8.10claws90
4427
4428         * src/Makefile.am
4429                 remove reference to gtkxtext.h as its no longer in
4430                 the repository
4431
4432 2003-03-06 [paul]       0.8.10claws89
4433
4434         * sync with 0.8.10cvs25
4435                 see ChangeLog 2003-03-06
4436
4437 2003-03-06 [oliver]     0.8.10claws88
4438         
4439         * src/messageview.c
4440                 remove include
4441
4442 2003-03-06 [oliver]     0.8.10claws87
4443         
4444         * src/folderview.c 
4445                 remove changes introduced inclaws74
4446         * src/messageview.c
4447                 another attempt to sanely delete and update
4448                 messages deleted in separate messageview
4449
4450 2003-03-05 [christoph]  0.8.10claws86
4451
4452         * src/summaryview.c
4453                 check if "From" matches any account's address if
4454                 addressbook completion of addresses is disabled too
4455
4456         (closes Bug 70 "Display recipient in from" doesn't check
4457          folder's default account)
4458
4459 2003-03-05 [christoph]  0.8.10claws85
4460
4461         * src/compose.c
4462         * src/common/utils.[ch]
4463                 don't strip address comments when building Cc lists
4464
4465         (closes Bug 47 Replying to message strips name part of e-mail addresses
4466          of Cc: lines)
4467
4468         * src/folder.c
4469                 fix return value of copy function
4470
4471 2003-03-05 [christoph]  0.8.10claws84
4472
4473         * src/imap.c
4474                 don't ask imap server for non rfc822 headers
4475
4476         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4477
4478         * src/imap.c
4479                 destroy session on socket error to allow reconnecting
4480
4481 2003-03-05 [christoph]  0.8.10claws83
4482
4483         * configure.ac
4484                 fix building with gnome when no prefix is set
4485
4486         (closes bug 66 Gnome directory is set to NONE)
4487
4488 2003-03-05 [paul]       0.8.10claws82
4489
4490         * sync with 0.8.10cvs23
4491                 see ChangeLog 2003-03-05
4492
4493 2003-03-04 [christoph]  0.8.10claws81
4494
4495         * src/folder.c
4496                 o fix moving and copying when folder returns 0 for new
4497                   message number
4498                 o remove some code for single message copy and move
4499                   operations and use functions for multiple messages
4500
4501         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4502
4503         * src/news.c
4504                 remove unused include
4505
4506 2003-03-04 [paul]       0.8.10claws80
4507
4508         * src/gtk/about.c
4509                 list 'Compiled plugins'
4510
4511 2003-03-03 [christoph]  0.8.10claws79
4512
4513         * src/news.[ch]
4514                 have to multiply the percentage of the current fetch with
4515                 the percentage that it has of the total fetch operation
4516                 for correct values
4517
4518 2003-03-03 [christoph]  0.8.10claws78
4519
4520         * src/news.c
4521                 fix calculation of expected lines for progress indicator
4522
4523 2003-03-03 [christoph]  0.8.10claws77
4524
4525         * src/summaryview.c
4526         * src/common/utils.c
4527                 fix segfault when opening the root news folder
4528
4529 2003-03-03 [christoph]  0.8.10claws76
4530
4531         * src/mainwindow.[ch]
4532         * src/common/Makefile.am
4533         * src/common/progressindicator.[ch]
4534                 add UI independent progress indicator handling
4535
4536         * src/news.[ch]
4537                 use new progress indicator for message info fetching
4538
4539         * src/common/hooks.h
4540                 code cleanup
4541
4542 2003-03-03 [oliver]     0.8.10claws75
4543
4544         * src/toolbar.c
4545         * src/compose.c
4546                 removed commented code
4547
4548 2003-03-03 [oliver]     0.8.10claws74
4549
4550         * src/toolbar.[ch]
4551                 cleanups and refactoring
4552         * src/compose.[ch]
4553                 compose_reply_mode reply & forwarding interface for
4554                 toolbar buttons
4555         * src/folderview.c
4556                 act on messages marked for deletion in folderview_selected
4557                 based on prefs_common.immediate_exec since a message might 
4558                 have been deleted by messageview in a folder we are changing 
4559                 to (does anybody understand what I'm on about ?)
4560
4561 2003-03-03 [oliver]     0.8.10claws73
4562         
4563         * src/messageview.[ch]
4564                 new functions
4565                 - messageview_delete: delete message shown in messagview
4566                 - messageview_update_view: update messageview to currently 
4567                   selected summaryview message
4568                 - add separate messageview to msgview_list in order to update 
4569                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4570         * src/summaryview.[ch]
4571                 summary_get_selection returns a list of selected msgs
4572                 in summaryview
4573         * src/mainwindow.c
4574                 toolbar reply refactoring
4575
4576 2003-03-03 [paul]       0.8.10claws72
4577
4578         * sync with 0.8.10cvs21
4579                 see ChangeLog 2003-03-03
4580
4581 2003-03-02 [christoph]  0.8.10claws71
4582
4583         * src/common/passcrypt.c
4584                 use POSIX includes
4585
4586 2003-03-02 [christoph]  0.8.10claws70
4587
4588         * configure.ac
4589         * src/prefs_account.c
4590         * src/prefs_gtk.[ch]
4591         * src/common/.cvsignore
4592         * src/common/Makefile.am
4593         * src/common/passcrypt.c                ** NEW **
4594         * src/common/passcrypt.h.in             ** NEW **
4595                 Implement password encryption in config files
4596                 using unix encrypt and setkey functions. The crypt
4597                 key can be set as a configure parameter. Old
4598                 passwords will be converted if they do not begin
4599                 with '!'
4600
4601 2003-03-02 [paul]       0.8.10claws69
4602
4603         * src/prefs_account.c
4604                 fix compile error
4605
4606 2003-03-01 [thorsten]   0.8.10claws68
4607
4608         * po/el.po
4609           po/hr.po
4610           po/it.po
4611           po/nl.po
4612           po/sr.po
4613           po/sv.po
4614                 corrected format strings
4615         * po/en_GB.po
4616                 corrected headers
4617                 (fix compile errors with GNU gettext-0.11.5)
4618
4619 2003-03-01 [oliver]     0.8.10claws67
4620
4621         * src/summaryview.c
4622                 menu callbacks call toolbar_menu_reply
4623
4624 2003-03-01 [oliver]     0.8.10claws66
4625
4626         * src/mainwindow.c
4627         * src/messageview.c
4628                 menu callbacks call toolbar_menu_reply
4629         * src/toolbar.[ch]
4630                 callbacks from menu handled by toolbar_menu_reply
4631
4632 2003-03-01 [paul]       0.8.10claws65
4633
4634         * src/addressbook.c
4635                 revert commit 0.8.10claws54 - breaks editing of
4636                 addressbook.
4637                 
4638         * po/bg.po
4639                 update Bulgarian translation, submitted by
4640                 George Danchev
4641
4642 2003-02-28 [christoph]  0.8.10claws64
4643
4644         * src/account.c
4645         * src/addressadd.c
4646         * src/compose.c
4647         * src/gtkaspell.c
4648         * src/gtkxtext.h                ** REMOVE **
4649         * src/imap.c
4650         * src/matcher.[ch]
4651         * src/mh.c
4652         * src/news.c
4653         * src/pine.c
4654         * src/prefs_common.c
4655         * src/prefs_matcher.c
4656         * src/procheader.[ch]
4657         * src/procmsg.[ch]
4658         * src/toolbar.c
4659         * src/common/ssl_certificate.c
4660         * src/gtk/colorlabel.c
4661         * src/gtk/menu.c
4662                 o fix warnings
4663                 o remove code obsoleted by new cache and folder system rework
4664
4665 2003-02-28 [oliver]     0.8.10claws63
4666         
4667         * src/toolbar.[ch]
4668                 * fix bug where reply in Messageview replied to 
4669                 Message displayed in summaryview
4670                 (reportedd via ML by chinatinte at gmx dot ch)
4671                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4672                 didn't work in separate MessageView Toolbar
4673                 (wondering if anybody uses this at all ?)
4674         * src/summaryview.[ch]
4675                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4676                 (generalize reply and forward code);
4677         * src/messageview.c 
4678                 remove focus_in event which updated summaryview to messageview
4679
4680 2003-02-28 [paul]       0.8.10claws62
4681
4682         * po/Makefile.in.in
4683                 add the --check option
4684                 Patch submitted by Ricardo Mones Lastra
4685
4686 2003-02-28 [paul]       0.8.10claws61
4687
4688         * src/prefs_account.c
4689                 re-order 'Signature' items
4690
4691 2003-02-28 [paul]       0.8.10claws60
4692
4693         * sync with 0.8.10cvs20
4694                 see ChangeLog 2003-02-28
4695
4696 2003-02-28 [paul]       0.8.10claws59
4697
4698         * po/POTFILES.in
4699                 update to reflect recent movement of files
4700
4701 2003-02-28 [paul]       0.8.10claws58
4702
4703         * sync with 0.8.10cvs19
4704                 see ChangeLog 2003-02-28
4705
4706 2003-02-27 [martin]     0.8.10claws57
4707
4708         * src/prefs_matcher.c 
4709                 fix segfault in prefs_matcher_ok() when the
4710                 last entry is deleted and prevents that the
4711                 message "entry not saved" comes up after deleting
4712                 an entry
4713
4714 2003-02-27 [martin]     0.8.10claws56
4715
4716         * src/prefs_filtering.c 
4717                 fix segfault in prefs_filtering_ok() when the
4718                 last entry is deleted and prevents that the
4719                 message "entry not saved" comes up after deleting
4720                 an entry
4721
4722 2003-02-27 [paul]       0.8.10claws55
4723
4724         * sync with 0.8.10cvs18
4725                 see ChangeLog 2003-02-27
4726
4727 2003-02-27 [paul]       0.8.10claws54
4728
4729         * src/addressbook.c
4730                 fix bug where the address book crashes with 
4731                 multiple lookups.
4732                 Patch [687729] submitted by David Frager 
4733                 <dbfrager@users.sourceforge.net>
4734
4735 2003-02-25 [christoph]  0.8.10claws53
4736
4737         * src/Makefile.am
4738         * src/colorlabel.[ch]           ** REMOVE **
4739         * src/gtk/Makefile.am
4740         * src/gtk/colorlabel.[ch]       ** NEW **
4741                 move colorlabel files to gtk directory
4742
4743         * src/esmtp.[ch]                ** REMOVE **
4744                 has been merged into smtp.[ch] in 0.7.5
4745
4746 2003-02-25 [christoph]  0.8.10claws52
4747
4748         * src/Makefile.am
4749         * src/about.[ch]                ** REMOVE **
4750         * src/gtk/Makefile.am
4751         * src/gtk/about.[ch]            ** NEW **
4752                 move about files to gtk directory
4753
4754 2003-02-25 [christoph]  0.8.10claws51
4755
4756         * src/folder.c
4757                 some code optimization of folder scanning code
4758
4759         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4760
4761 2003-02-25 [christoph]  0.8.10claws50
4762
4763         * src/main.c
4764         * src/common/sylpheed.c
4765                 add command line parameter parsing to common code
4766
4767 2003-02-24 [christoph]
4768
4769         * Makefile.am
4770         * configure.ac
4771                 fix gnome prefix problems, the configure script now removed
4772                 `gnome-config --prefix` from `gnome-config --datadir`
4773                 and adds $(prefix} instead
4774
4775         (closes Bug 24 Makefile does not respect prefix when installing
4776          GNOME data)
4777
4778 2003-02-24 [christoph]  0.8.10claws49
4779
4780         * src/news.c
4781                 check for valid session before trying to authenticate
4782
4783         (closes Bug 60 crash if "authenticate on logon" is activated
4784          and newsserver-hostname is not valid)
4785
4786 2003-02-24 [melvin]     0.8.10claws48
4787
4788         * src/prefs_actions.c
4789                 Make sure all user's input is sent to the action and then
4790                 close the socket..
4791
4792 2003-02-23 [alfons]     0.8.10claws46
4793
4794         * src/summaryview.c
4795                 also wait cursor when deleting files
4796
4797 2003-02-23 [paul]
4798
4799         * tools/freshmeat_search.pl
4800           tools/google_search.pl
4801                 scripts should now work for any browser/browser command line
4802
4803 2003-02-22 [christoph]  0.8.10claws45
4804
4805         * src/procmsg.c
4806                 fix IMAP flag setting, IMAP flag is not handled correctly
4807                 anymore by the folder system and information about the
4808                 folder should not be saved in the MsgInfo (in my opinion)
4809
4810         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4811
4812 2003-02-22 [christoph]  0.8.10claws44
4813
4814         * src/summaryview.c
4815                 fix spelling of "label" ;-)
4816
4817 2003-02-22 [thorsten]   0.8.10claws43
4818
4819         * src/mimeview.c
4820           src/prefs_common.[ch]
4821           src/procmime.[ch]
4822                 do not use description as attachment name
4823
4824 2003-02-22 [alfons]     0.8.10claws42
4825
4826         * src/summaryview.c
4827                 freeze/thaw folder item updates when changing color labels,
4828                 and put a wait cursors on
4829
4830 2003-02-22 [thorsten]   0.8.10claws41
4831
4832         * src/mimeview.c
4833                 save-all fixes: crash if invoked on multipart container,
4834                 mimeinfo access, pathseparators, error dialog
4835
4836 2003-02-21 [alfons]     0.8.10claws40
4837
4838         * src/prefs_gtk.c
4839                 remove unused var
4840
4841 2003-02-21 [colin]      0.8.10claws39
4842
4843         * src/send.c
4844                 Fix smtp logging
4845
4846 2003-02-21 [colin]      0.8.10claws38
4847
4848         * src/summaryview.c
4849                 Freeze/thaw folderItem updates when filtering messages 
4850                 via Tools/Filter messages
4851
4852 2003-02-21 [paul]       0.8.10claws37
4853
4854         * src/compose.c
4855                 revert commit 0.8.10claws26, there are ulterior motives
4856                 for users to set a Reply-To header when posting to
4857                 newsgroups
4858
4859 2003-02-21 [paul]       0.8.10claws36
4860
4861         * sync with 0.8.10cvs17
4862                 see ChangeLog 2003-02-21
4863
4864 2003-02-20 [christoph]  0.8.10claws35
4865
4866         * src/imap.c
4867                 IMAP UID fetch speedup using SEARCH
4868
4869         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4870
4871         * src/imap.c
4872                 fix problem with UIDs in IMAP UID cache that no longer existed
4873
4874 2003-02-20 [christoph]  0.8.10claws34
4875
4876         * src/imap.c
4877         * src/procheader.c
4878         * src/procheader.h
4879                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4880
4881         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4882
4883         * src/imap.c
4884                 Rewrite imap_cmd_gen_recv use sock_getline instead
4885                 of sock_gets to avoid problems with too long reply
4886                 lines
4887     
4888 2003-02-20 [colin]      0.8.10claws33
4889         
4890         * src/prefs_account.c
4891                 Better wording
4892
4893 2003-02-20 [colin]      0.8.10claws32
4894
4895         * src/compose.c
4896                 Remove useless '&& !to_sender' 
4897
4898 2003-02-20 [darko]
4899
4900         * AUTHORS
4901                 change my e-mail address
4902
4903 2003-02-19 [colin]      0.8.10claws31
4904
4905         * src/prefs_common.c
4906                 X11 style colors for every configurable color
4907
4908 2003-02-19 [alfons]     0.8.10claws30
4909
4910         * src/prefs_gtk.[ch]
4911         * src/prefs_common.c
4912                 for color_new accept both plain integers and X11 style color
4913                 names (as found in /usr/lib/X11/rgb.txt)
4914
4915 2003-02-19 [paul]       0.8.10claws29
4916
4917         * src/mainwindow.c
4918                 add tooltips to online/offline button and account selector
4919                 button
4920
4921 2003-02-19 [paul]       0.8.10claws28
4922
4923         * src/folder.c
4924           src/news.c
4925           src/prefs_account.[ch]
4926           src/prefs_common.[ch]
4927                 move 'Maximum number of articles to download' to
4928                 account prefs.
4929                 clean up account prefs gui a little by hiding entries
4930                 rather then greying out entries
4931
4932 2003-02-19 [hiro]       0.8.10claws27
4933
4934         * src/common/utils.c
4935                 fix bug #54 'yesterdays date is displayed in the message 
4936                 summary window'
4937
4938 2003-02-19 [paul]       0.8.10claws26
4939
4940         * src/compose.c
4941                 fix bug reported in Feature Request [688596] 
4942                 'Reply-to header in news'
4943
4944 2003-02-18 [paul]       0.8.10claws25
4945
4946         * src/select-keys.c
4947                 add a 'List all keys' button to key selection dialog
4948
4949 2003-02-18 [colin]      0.8.10claws24
4950         
4951         * src/stock_pixmap.c
4952                 fix compile error
4953
4954 2003-02-18 [colin]      0.8.10claws23
4955
4956         * src/common/smtp.[ch]
4957           src/prefs_account.c
4958                 Try to starttls if it seems to be the only
4959                 way to authenticate a user
4960
4961 2003-02-18 [paul]       0.8.10claws22
4962
4963         * src/Makefile.am
4964           src/folderview.c
4965           src/stock_pixmap.[ch]
4966           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4967           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4968                 as a Drafts folder is a special folder allow it to have
4969                 its own unique icons
4970
4971 2003-02-18 [colin]      0.8.10claws21
4972
4973         * src/imap.c
4974                 Fix port selection when using starttls
4975
4976 2003-02-18 [paul]       0.8.10claws20
4977
4978         * src/mainwindow.c
4979           src/prefs_common.[ch]
4980                 make blue the default new mail colour
4981
4982 2003-02-18 [paul]       0.8.10claws19
4983
4984         * sync with 0.8.10cvs14
4985                 see ChangeLog 2003-02-18
4986
4987 2003-02-17 [jens]       0.8.10claws18
4988
4989         * src/common/md5.c
4990                 fixed a compile problem with gcc 3.3
4991                 works on 2.95.3 too (testet on PPC as it is big endian)
4992
4993 2003-02-17 [paul]       0.8.10claws17
4994
4995         * sync with 0.8.10cvs13
4996                 see ChangeLog 2003-02-17
4997
4998 2003-02-17 [paul]       0.8.10claws16
4999
5000         * sync with 0.8.10cvs12
5001                 see ChangeLog 2003-02-17
5002
5003 2003-02-16 [match]      0.8.10claws15
5004
5005         * src/addressbook.c
5006                 Eliminates reloading of address data when items
5007                 deleted or added. Applied submitted by
5008                 Luke Plant <lukeplant@softhome.net>
5009
5010 2003-02-16 [paul]       0.8.10claws14
5011
5012         * src/news.c
5013                 when a 'protocol error' is encountered disconnect from
5014                 the server. This means that the user can carry on viewing
5015                 other articles and doesn't have to either wait until the
5016                 server timesout or quit sylpheed.
5017                 Fixes bug #53 'Unable to read messages in newsgroups, 
5018                 displayed message doesn't change'
5019
5020 2003-02-15 [christoph]  0.8.10claws13
5021
5022         * src/imap.c
5023                 fix bug that stopped scanning of folders when an
5024                 IMAP folder was empty
5025
5026         (closes bug 46 stop scan messages in folders after empty folder)
5027
5028 2003-02-15 [paul]
5029
5030         * tools/Makefile.am
5031           tools/README
5032           tools/freshmeat_search.pl     ** NEW FILE **
5033           tools/google_search.pl        ** NEW FILE **
5034                 Add 2 Actions scripts which search freshmeat/google
5035                 for the selected text using the browser configured
5036                 in sylpheedrc.
5037                 
5038         Note: These scripts are very dependent on the format of the
5039         browser command and may not work on every occasion. Testing
5040         is welcome. 
5041
5042 2003-02-14 [alfons]     0.8.10claws12
5043
5044         * src/compose.c
5045                 fix breakage because of uninitialized account pointer.
5046                 please verify.
5047
5048 2003-02-14 [paul]       0.8.10claws11
5049
5050         * src/compose.c
5051           src/prefs_account.[ch]
5052           src/prefs_common.[ch]
5053                 move signature settings to Account Prefs
5054
5055 2003-02-14 [paul]       0.8.10claws10
5056
5057         * sync with 0.8.10cvs11
5058                 see ChangeLog 2003-02-14
5059
5060 2003-02-13 [thorsten]   0.8.10claws9
5061
5062         * src/news.c
5063                 revert news progressbar (GUI separation)
5064
5065 2003-02-13 [paul]       0.8.10claws8
5066
5067         * src/compose.c
5068                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
5069                 paragraph 1
5070
5071 2003-02-13 [paul]       0.8.10claws7
5072
5073         * src/compose.[ch]
5074           src/summaryview.c
5075                 fix 'Follow-up and Reply-to' so that it creates a reply to
5076                 the newsgroup and the sender. If the message has the keyword
5077                 'poster' in the Followup-To header, all replies go to the
5078                 sender, re: RFC 1036, Section 2.2.3
5079                 rename all instances of 'ignore_replyto' to 'to_sender', both
5080                 were previously used, now we use just one.
5081
5082 2003-02-13 [paul]       0.8.10claws6
5083
5084         * sync with 0.8.10cvs9
5085                 see ChangeLog 2003-02-13
5086
5087 2003-02-13 [paul]       0.8.10claws5
5088
5089         * configure.ac
5090                 show which plugins are configured in the configure
5091                 output.
5092
5093 2003-02-12 [thorsten]   0.8.10claws4
5094
5095         * src/news.c
5096                 show progress while fetching news headers
5097
5098 2003-02-12 [christoph]  0.8.10claws3
5099
5100         * configure.ac
5101         * src/plugins/Makefile.am
5102                 use AM_CONDITIONAL to enable plugins, automake correctly
5103                 manages this when creating distdir
5104
5105 2003-02-12 [christoph]  0.8.10claws2
5106
5107         * ac/spamassassin.m4
5108         * src/plugins/spamassassin/Makefile.am
5109                 fix building SpamAssassin plugin without OpenSSL
5110
5111 2003-02-12 [paul]       0.8.10claws1
5112
5113         * ac/Makefile.am
5114           src/Makefile.am
5115           src/plugins/Makefile.am
5116                 fix failure of 'make release'
5117
5118 2003-02-12 [paul]       0.8.10claws
5119
5120         * 0.8.10claws released
5121
5122 2003-02-12 [paul]       0.8.9claws56
5123
5124         * po/bg.po
5125           po/es.po
5126           po/it.po
5127           po/ru.po
5128           po/sr.po
5129                 updated translations by George Danchev, Ricardo Mones Lastra,
5130                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
5131                 
5132         * sylpheed.spec.in
5133                 Allow the building of RPMs by a regular user. Submitted
5134                 by Sergei Astanin
5135
5136 2003-02-11 [alfons]     0.8.9claws55
5137
5138         * src/colorlabel.c
5139                 don't use pixmaps for label color rect but draw rectangles
5140                 so we can respect the color map of palette based visuals
5141                 (fixes the long time crashes on Suns - thanks to Andreas
5142                 Engel and Steve O'Hara-Smith for testing)
5143
5144 2003-02-11 [christoph]  0.8.9claws54
5145
5146         * src/matcher_parser_parse.y
5147                 correct bug where filering rules of not existing folders in
5148                 matcherrc were added to global filtering
5149                 
5150         (closes Debian Bug #180253 - Directory's filter-rules are merged with
5151          main filter-rules after removing directory, http://bugs.debian.org/180253)
5152         
5153 2003-02-11 [paul]       0.8.9claws53
5154
5155         * sync with 0.8.10cvs7
5156                 see ChangeLog 2003-02-09
5157
5158 2003-02-11 [melvin]     0.8.9claws52
5159
5160         * po/fr.po
5161                 Updated French tranlsations
5162
5163 2003-02-10 [paul]       0.8.9claws51
5164
5165         * sylpheed.spec.in
5166                 correct --enable-openssl
5167                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
5168
5169 2003-02-09 [martin]     0.8.9claws50
5170
5171         * src/prefs_matcher.c
5172                 fix segfault in prefs_matcher_substitute_cb() when
5173                 no row is selected
5174
5175 2003-02-09 [paul]       0.8.9claws49
5176
5177         * src/folderview.c
5178                 fix bug where a newsgroup folder's processing rules were
5179                 merged with the global filtering rules when the newsgroup
5180                 folder was deleted, causing some seriously bad results,
5181                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
5182
5183 2003-02-08 [melvin]     0.8.9claws48
5184
5185         * src/compose.c
5186                 Corrected and modified an alert message.
5187
5188 2003-02-07 [paul]       0.8.9claws47
5189
5190         * src/folderview.c
5191                 fix bug where both an 'Account properties' window and a
5192                 'Folder properties' window were opened when clicking on
5193                 'Properties' in an NNTP or IMAP folder's popup menu.
5194
5195 2003-02-07 [paul]       0.8.9claws46
5196
5197         * sync with 0.8.10cvs6
5198                 see ChangeLog 2003-02-06
5199
5200 2003-02-06 [christoph]  0.8.9claws45
5201
5202         * src/mbox.c
5203                 freeze folder updates while importing mbox files
5204                 (closes bug 43 importing mbox took hours)
5205                 
5206         Patch submitted by Jens Rantil <jens.rantil@telia.com>
5207
5208 2003-02-06 [thorsten]   0.8.9claws44
5209
5210         * po/de.po
5211                 Updated german translations
5212
5213 2003-02-06 [thorsten]   0.8.9claws43
5214
5215         * src/news.h
5216                 use guint for message numbers (fix count in grouplist dialog)
5217
5218 2003-02-05 [paul]       0.8.9claws42
5219
5220         * sync with 0.8.10cvs2
5221                 see ChangeLog 2003-02-05
5222
5223 2003-02-04 [colin]      0.8.9claws41
5224
5225         * src/prefs_common.[ch]
5226           src/procmsg.c
5227           src/summaryview.c
5228                 Add an option to disable threading by subject
5229
5230 2003-02-04 [christoph]  0.8.9claws40
5231
5232         * src/inc.c
5233                 only abort fetching mails from multiple accounts when the
5234                 error is fatal and does not allow to check any more accounts
5235                 (currently only disk full error)
5236
5237         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
5238          receive mails for other accouts)
5239
5240 2003-02-04 [christoph]  0.8.9claws39
5241
5242         * src/folder.c
5243                 first add the new message to the cache, then
5244                 send the update notification
5245
5246         (closes bug 39 after sending message folderview doesnt get updated)
5247
5248 2003-02-04 [colin]      0.8.9claws38
5249
5250         * src/inc.c
5251                 _really_ fix this Connecting... status
5252
5253 2003-02-04 [paul]       0.8.9claws37
5254
5255         * sync with 0.8.10
5256                 see ChangeLog 2003-02-04
5257
5258 2003-02-04 [paul]       0.8.9claws36
5259
5260         * sync with 0.8.9cvs6
5261                 see ChangeLog 2003-02-03
5262
5263 2003-02-04 [paul]       0.8.9claws35
5264
5265         * po/pt_BR.po
5266                 updated by André Filipe de Assunção e Brito 
5267                 <bedecko@netsite.com.br>
5268
5269 2003-02-03 [thorsten]   0.8.9claws34
5270
5271         * po/de.po
5272                 Updated german translations
5273
5274 2003-02-02 [paul]       0.8.9claws33
5275
5276         * po/es.po
5277                 updated by Ricardo Mones Lastra
5278
5279 2003-02-02 [thorsten]   0.8.9claws32
5280
5281         * src/mh.c
5282                 Fix mh_get_msginfo() segfault if file is inaccessible
5283
5284 2003-01-31 [colin]      0.8.9claws31
5285
5286         * src/procheader.c
5287                 Fix last commit's bug
5288
5289 2003-01-31 [colin]      0.8.9claws30
5290
5291         * src/procheader.c
5292                 Missing a change for gpg-signed messages
5293
5294 2003-01-31 [paul]       0.8.9claws29
5295
5296         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
5297           src/procheader.c
5298           src/stock_pixmap.[ch]
5299           src/summaryview.c
5300                 indicate GnuPG signed messages by displaying an icon
5301                 in the Attachment column.
5302
5303 2003-01-31 [paul]       0.8.9claws28
5304
5305         * sync with 0.8.9cvs4
5306                 see ChangeLog 2003-01-31
5307
5308 2003-01-31 [alfons]     0.8.9claws27
5309
5310         * src/textview.c
5311                 tune URI parser to accept mailto URLs with a '?'
5312                 (patch from Ruslan Balkin)
5313
5314 2003-01-31 [colin]      0.8.9claws26
5315
5316         * src/summaryview.c
5317                 Fix a leak introduced in claws24
5318
5319 2003-01-31 [colin]      0.8.9claws25
5320
5321         * src/summaryview.c
5322                 Freeze/Thaw folder updates when deleting dups
5323
5324 2003-01-31 [colin]      0.8.9claws24
5325         
5326         * src/addr_compl.c
5327           src/summaryview.c
5328           src/msgcache.c
5329                 little speed improvements
5330
5331 2003-01-31 [colin]      0.8.9claws23
5332
5333         * src/summaryview.c
5334                 Fix segfault when forwarding nothing
5335                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
5336                 
5337 2003-01-30 [paul]       0.8.9claws22
5338
5339         * sync with 0.8.9cvs3
5340                 see ChangeLog 2003-01-30
5341
5342 2003-01-30 [paul]       0.8.9claws21
5343
5344         * sync with 0.8.9cvs2
5345                 see ChangeLog 2003-01-30
5346
5347 2003-01-29 [paul]       0.8.9claws20
5348
5349         * sync with 0.8.9cvs1
5350                 see ChangeLog 2003-01-29
5351
5352 2003-01-28 [paul]       0.8.9claws19
5353
5354         * po/POTFILES.in
5355                 update to reflect changes. 
5356                 thanks to Ricardo Mones Lastra
5357
5358 2003-01-27 [christoph]  0.8.9claws18
5359
5360         * ac/openssl.m4
5361         * ac/spamassassin.m4
5362         * src/plugins/spamassassin/README
5363         * src/plugins/spamassassin/libspamc.[ch]
5364         * src/plugins/spamassassin/utils.[ch]
5365                 updated to latest libspamc
5366
5367 2003-01-27 [christoph]  0.8.9claws17
5368
5369         * src/folder.c
5370                 fix wrong use of procheader_get_header_fields
5371
5372 2003-01-27 [christoph]  0.8.9claws16
5373
5374         * src/news.c
5375         * src/prefs_account.[ch]
5376         * src/common/nntp.[ch]
5377                 allow to force authentication for NNTP servers
5378
5379         Patch submitted by Florian Mickler <dmk@d-labs.de>
5380
5381 2003-01-26 [paul]       0.8.9claws15
5382
5383         * src/summaryview.c
5384                 speed up of marking messages as read
5385                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5386
5387 2003-01-26 [christoph]  0.8.9claws14
5388
5389         * src/Makefile.am
5390         * src/mgutils.[ch]              ** REMOVE **
5391         * src/xml.[ch]                  ** REMOVE **
5392         * src/xmlprops.[ch]             ** REMOVE **
5393         * src/common/Makefile.am
5394         * src/common/mgutils.[ch]       ** NEW **
5395         * src/common/xml.[ch]           ** NEW **
5396         * src/common/xmlprops.[ch]      ** NEW **
5397                 move xml files to common directory
5398
5399 2003-01-26 [christoph]  0.8.9claws13
5400
5401         * src/plugins/spamassassin/spamassassin_gtk.c
5402                 only set gtk entry text if string is available
5403
5404 2003-01-26 [melvin]     0.8.9claws12
5405
5406         * src/description_window.c
5407                 Allow resizing of the window
5408                 Allow automatic horizontal scroll bar
5409                 Do not vertically expand and fill
5410
5411 2003-01-26 [christoph]  0.8.9claws11
5412
5413         * src/Makefile.am
5414         * src/gtkutils.[ch]             ** REMOVE **
5415         * src/common/sylpheed.c
5416         * src/gtk/Makefile.am
5417         * src/gtk/description_window.c
5418         * src/gtk/gtkutils.[ch]         ** NEW **
5419         * src/gtk/prefswindow.c
5420                 move gtkutils to gtk directory
5421
5422 2003-01-26 [paul]       0.8.9claws10
5423
5424         * src/summaryview.c
5425                 rename summary_unread_clicked() to summary_status_clicked()
5426
5427 2003-01-26 [melvin]     0.8.9claws9
5428
5429         * src/prefs_actions.c
5430                 Cosmetical changes to the help text
5431
5432 2003-01-26 [paul]       0.8.9claws8
5433
5434         * src/folder.[ch]
5435           src/mainwindow.c
5436           src/prefs_common.c
5437           src/prefs_sumamry_column.c
5438           summaryview.[ch]
5439                 rename the 'Unread' column to 'Status'
5440
5441 2003-01-25 [match]      0.8.9claws7
5442
5443         * src/mgutils.[ch]
5444                 removed reference to LDAP constants. removed error2string.
5445                 included functions to support LDAP dynamic queries.
5446         * src/syldap.h
5447                 moved LDAP constants here.
5448         * src/addressbook.c
5449         * src/addrindex.c
5450         * src/importldif.c
5451                 removed references to LDAP constants and references to
5452                 error2string.
5453
5454 2003-01-25 [paul]       0.8.9claws6
5455
5456         * src/summaryview.c
5457                 summary_thread_build(), summary_thread_init(): remove 
5458                 unneeded reference to summaryview->folder_item
5459
5460 2003-01-25 [christoph]  0.8.9claws5
5461
5462         * src/gtk/description_window.c
5463                 o allow description texts to expand over multiple columns
5464                 o translate all columns
5465         * src/prefs_actions.c
5466                 change syntax description to use new multi column feature
5467
5468         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5469
5470 2003-01-25 [match]      0.8.9claws4
5471
5472         * src/vcard.c
5473                 fixed bug with Quoted-Printable
5474
5475 2003-01-25 [paul]       0.8.9claws3
5476
5477         * src/folder.[ch]
5478           src/summaryview.[ch]
5479                 implement per-folder collapsed/expanded threads setting
5480                 
5481         * src/prefs_common.c
5482                 remove global collapsed/expanded threads option
5483
5484 2003-01-25 [christoph]  0.8.9claws2
5485
5486         * po/POTFILES.in
5487                 add pluginwindow and prefswindow
5488         * src/compose.c
5489                 make send respond correctly to messages that could be added
5490                 to the queue folder, but the UID of the message is unknown
5491         * src/folder.c
5492         * src/imap.c
5493                 don't return guessed UIDs in imap_add_msg anymore. We return
5494                 0 to tell the folder system it was appened but the UID is
5495                 unknown. Folder system now get's the UID by scaning the folder
5496                 and searching the cache for the Message-ID
5497                 (closes bug #29 Messages queued, but not sent)
5498
5499 2003-01-25 [paul]       0.8.9claws1
5500
5501         * src/codeconv.c
5502                 conv_encode_header():  fix bug when long headers with 8-bit
5503                 characters are used, so that the encoded words are wrapped.
5504                 If the space in the original text falls on the wrap boundary,
5505                 it can be lost.
5506                 Patch by Sergey Vlasov.
5507                 
5508         * src/folderview.c
5509                  fix bug where a change to the sorting method or thread view
5510                  of a folder's messages is lost if simpify-subject is set and
5511                  toggled on or off.
5512                  Patch by Luke Plant.
5513
5514 2003-01-24 [paul]       0.8.9claws
5515
5516         * sylpheed-0.8.9claws released
5517         
5518         * Makefile.am
5519           sylpheed.spec.in
5520                 remove reference to 'INSTALL.jp'
5521
5522 2003-01-23 [paul]       0.8.8claws128
5523
5524         * po/es.po
5525           po/it.po
5526           po/ru.po
5527           po/sr.po
5528                 updated translations. submitted by Ricardo Mones Lastra,
5529                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5530
5531 2003-01-23 [colin]      0.8.8claws127
5532
5533         * src/compose.c
5534                 Fix drafted and queued news articles re-edition
5535
5536 2003-01-23 [melvin]     0.8.8claws126
5537
5538         * po/fr.po
5539                 Updated French translations
5540
5541 2003-01-23 [colin]      0.8.8claws125
5542
5543         * src/inc.c
5544                 Fix "Connecting to..." status message
5545
5546 2003-01-22 [paul]       0.8.8claws124
5547
5548         * po/bg.po
5549                 updated by George Danchev
5550                 
5551         * src/folder.c
5552                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5553                 and folder deletion
5554
5555 2003-01-21 [paul]       0.8.8claws123
5556
5557         * po/bg.po
5558                 updated by George Danchev
5559                 
5560         * src/about.c
5561                 its now 2003
5562                 
5563         * src/toolbar.c
5564                 don't translate 'Separator'
5565                 
5566         * src/plugins/spamassassin/Makefile.am
5567                 add aspell to CPPFLAGS
5568                 
5569         * src/plugins/spamassassin/spamassassin.c
5570           src/plugins/spamassassin/spamassassin_gtk.c
5571                 set correct default for spamassassin_receive_spam
5572                 slightly re-word descriptions and some
5573                 other minor changes
5574
5575 2003-01-19 [alfons]     0.8.8claws122
5576                 
5577         * src/mimeview.c
5578                 mimeview_save_as(): we might as well show the file name for
5579                 the single case "Save As" too
5580
5581 2003-01-19 [alfons]     0.8.8claws121
5582
5583         * src/crash.c
5584                 change bug tracker URL to bugzilla URL
5585
5586 2003-01-19 [alfons]     0.8.8claws120
5587
5588         * src/mimeview.c
5589                 mimeview_save_all(): display name of file before overwriting;
5590                 continue saving all, even when one overwrite was cancelled
5591
5592 2003-01-19 [christoph]  0.8.8claws119
5593
5594         * src/summaryview.c
5595         * src/procmsg.[ch]
5596                 fix wrong usage of procmsg_find_children in summaryview
5597                 by using procmsg_update_unread_children instead of
5598                 summaryview_update_unread_children
5599
5600 2003-01-19 [christoph]  0.8.8claws118
5601
5602         * src/procmsg.c
5603                 fix infinite loop in procmsg_find_children
5604                  (closes bug #25 sylpheed crashes on delete.)
5605
5606         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5607
5608 2003-01-19 [paul]       0.8.8claws117
5609
5610         * po/pt_BR.po
5611                 updated by Ivan Francolin Martinez
5612
5613 2003-01-18 [melvin]     0.8.8claws116
5614
5615         * src/prefs_actions.c
5616                 Removed syntax limitation of only one '&' at the end of command.
5617                         Now actions that contain '>/dev/null 2>&1' are possible.
5618
5619 2003-01-18 [melvin]     0.8.8claws115
5620
5621         * src/prefs_actions.c
5622                 Actions IO dialog: when the action ends
5623                 the "Close" button now has focus and [Escape] closes the
5624                 window.
5625
5626 2003-01-18 [christoph]  0.8.8claws114
5627
5628         * src/procmsg.c
5629                 o add debug output when MsgInfos are really freed
5630                 o free GSLists in procmsg_find_children and
5631                   procmsg_update_unread_children
5632
5633 2003-01-18 [christoph]  0.8.8claws113
5634
5635         * src/mainwindow.c
5636                 reorder Configuration menu
5637
5638 2003-01-18 [christoph]  0.8.8claws112
5639
5640         * src/compose.c
5641                 fix applying templates to forwarded messages
5642
5643         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5644
5645 2003-01-17 [christoph]  0.8.8claws111
5646
5647         * src/folder.c
5648                 destroy folder items, when a folder item is removed
5649
5650 2003-01-17 [christoph]  0.8.8claws110
5651
5652         * src/folder.c
5653                 fix wrong folder stats update when ignored message is
5654                 deleted
5655
5656 2003-01-17 [colin]      0.8.8claws109
5657         
5658         * src/mainwindow.c
5659         * src/summaryview.c
5660                 Quicksearch bugfixes: 
5661                 - hide help button at startup if not extended
5662                 - switch to extended when looking for replies
5663
5664 2003-01-17 [paul]
5665
5666         * sync with 0.8.9 release
5667
5668 2003-01-17 [paul]       0.8.8claws108
5669
5670         * sync with 0.8.8cvs11
5671                 see ChangeLog 2003-01-17
5672
5673 2003-01-16 [colin]      0.8.8claws107
5674
5675         * src/procmsg.c
5676                 Changed encryption test to re-ask passphrase
5677                 if an encrypted message hasn't been decrypted
5678                 Fixes bug #5
5679
5680 2003-01-16 [christoph]  0.8.8claws106
5681
5682         * src/prefs_gtk.c
5683         * src/prefs_toolbar.c
5684         * src/gtk/prefswindow.h
5685         * src/plugins/spamassassin/spamassassin_gtk.c
5686                 remove page destroy function that is not used anymore
5687
5688 2003-01-16 [paul]       0.8.8claws105
5689
5690         * sync with 0.8.8cvs9
5691                 see ChangeLog 2002-01-16
5692
5693 2003-01-16 [colin]      0.8.8claws104
5694
5695         * src/compose.[ch]
5696                 Fix bug with autosaved drafts for IMAP, when draft
5697                 folder is specified - fixes bugzilla bug #20
5698
5699 2003-01-15 [paul]       0.8.8claws103
5700
5701         * src/compose.[ch]
5702           src/procmsg.c
5703                 store folder and message-id of message forwarding
5704                 in queue header and set forward flag after sending
5705
5706 2003-01-15 [paul]       0.8.8claws102
5707
5708         * sync with 0.8.8cvs8
5709                 see ChangeLog 2002-01-15
5710
5711 2003-01-15 [colin]      0.8.8claws101
5712
5713         * src/Makefile.am
5714                 Fix linking with GNU libiconv
5715
5716 2003-01-15 [darko]      0.8.8claws100
5717
5718         * src/pine.c
5719                 fix crash when importing pine address book
5720                 entry with an empty name (reported by DY
5721                 <dybulk at tri8.net>)
5722
5723 2003-01-14 [paul]       0.8.8claws99
5724
5725         * configure.in  ** REMOVED **
5726           configure.ac  ** NEW FILE **
5727                 rename configure.in to configure.ac, as it is now
5728                 preferred
5729
5730 2003-01-14 [melvin]     0.8.8claws98
5731
5732         * src/folderview.c
5733                 folderview_check_new(): More precise function description
5734
5735 2003-01-14 [melvin]     0.8.8claws97
5736
5737         * src/folderview.c
5738                 folderview_check_new(): return the number of new messages 
5739                         since last check.
5740         * src/inc.c
5741                 inc_account_mail(): Disable counting of new messages for IMAP
5742                         and NNTP until bug [19] and [14] are fixed.
5743
5744 2003-01-14 [paul]       0.8.8claws96
5745
5746         * sync with 0.8.8cvs6
5747                 see ChangeLog 2003-01-14
5748
5749 2003-01-13 [alfons]     0.8.8claws95
5750
5751         * src/textview.c
5752                 tune email address validation (c. 0.8.8claws89): if . is 
5753                 just one char away from @, the address is invalid too 
5754                 (correctly rejects addresses like foo@.com)
5755
5756 2003-01-13 [paul]       0.8.8claws94
5757
5758         * src/messageview.c
5759           src/toolbar.c
5760                 fixes to the Message View toolbar and menu:
5761                 fix non-functioning Forward button
5762                 make Reply button consider default_reply_list
5763                 remove 'Follow-up...' menu entry
5764                 add 'Forward' and 'Redirect' menu entries
5765
5766 2003-01-13 [melvin]     0.8.8claws93
5767
5768         * src/inc.c
5769                 Fixed typo that could make new messages count incorrect.
5770
5771 2003-01-13 [melvin]     0.8.8claws92
5772
5773         * src/folderview.[ch]
5774                 folderview_check_new(): return the number of new messages.
5775         * src/inc.c
5776                 Should fix bug [14] where new mail notification worked 
5777                         incorrectly with IMAP accounts.
5778                 inc_spool_account(): return number of new msgs, or -1 on error
5779                 inc_all_spool(): return number of new msgs
5780                 
5781 2003-01-13 [melvin]     0.8.8claws91
5782
5783         * src/prefs_actions.c
5784                 Justify help text.
5785
5786 2003-01-12 [thorsten]   0.8.8claws90
5787
5788         * src/common/prefs.c
5789                 close file before rename
5790
5791 2003-01-12 [alfons]     0.8.8claws89
5792
5793         * AUTHORS
5794                 add Christian Mertes
5795         * src/common/utils.[ch]
5796                 g_stricase_hash(), g_stricase_equal(): functions for 
5797                 case insensitive hash tables
5798         * src/textview.c
5799                 use top level domain names to validate email address, based
5800                 on a patch by Christian Mertes (thanks!), but changed 
5801                 implementation to use a hash table 
5802
5803 2003-01-12 [paul]       0.8.8claws88
5804
5805         * po/bg.po
5806                 updated by George Danchev
5807
5808 2003-01-12 [alfons]     0.8.8claws87
5809
5810         * src/summaryview.c
5811                 delete / execute performance: use new style folder update
5812
5813 2003-01-12 [paul]       0.8.8claws86
5814
5815         * sync with 0.8.8cvs5
5816                 see ChangeLog 2003-01-13 (!)
5817
5818 2003-01-12 [alfons]     0.8.8claws85
5819
5820         * src/filtering.c
5821         * src/matcher_parser_parse.y
5822                 prepare change_score filtering action
5823         * src/matcher.[ch]
5824                 give up const-correctness on functions that call non-const-correct functions;
5825                 several casts to gpointer in g_free();
5826                 add change_score;
5827
5828 2003-01-12 [christoph]  0.8.8claws84
5829
5830         * src/compose.c
5831                 fix 2 warnings
5832
5833         * src/gtk/prefswindow.[ch]
5834         * src/plugins/spamassassin/spamassassin_gtk.c
5835                 changed the call of the widget create function
5836                 for PrefsPages, because sometimes the widget
5837                 create function needs a widget that already has
5838                 been attached to a window (to create GDK pixmaps
5839                 for exmaple). So we simply pass the GtkWindow as
5840                 the second parameter now.
5841
5842         * src/main.c
5843         * src/mainwindow.c
5844         * src/prefs_toolbar.[ch]
5845                 rewrite Toolbar Preferences using the new
5846                 prefs window
5847
5848 2003-01-11 [alfons]     0.8.8claws83
5849
5850         * src/addressadd.c
5851                 fix crash when adding sender to addressbook because status bar
5852                 isn't there (the status bar doesn't seem to be used though,
5853                 but I'll let Match decide what to do with it)
5854
5855 2003-01-11 [colin]      0.8.8claws82
5856
5857         * src/main.c
5858           src/toolbar.c
5859                 Two useless changes reversed
5860
5861 2003-01-11 [colin]      0.8.8claws81
5862
5863         * src/mainwindow.c
5864           src/mainwindow.h
5865                 Add mainwindow_get_mainwindow()
5866         * src/alertpanel.c
5867           src/alertpanel.h
5868                 Add alertpanel_error_log() 
5869         * src/compose.c
5870           src/inc.c
5871           src/messageview.c
5872           src/toolbar.c
5873           src/main.c
5874           src/procmsg.c
5875                 Network errors get a View Log button
5876
5877 2003-01-10 [alfons]     0.8.8claws80
5878
5879         * src/prefs_toolbar.c
5880         * src/toolbar.c
5881                 use the translatable string for "Separator" as file name for
5882                 separator toolbar items (probably make this uppercase?)
5883
5884 2003-01-10 [alfons]     0.8.8claws79
5885
5886         * src/prefs_toolbar.c
5887                 put right A_SEPARATOR description string in "displayed
5888                 toolbar items list" so manually added separators are
5889                 saved correctly (bug #10, "Adding a separator to the main 
5890                 toolbar fails, entry in xml file is wrong")
5891
5892 2003-01-10 [christoph]  0.8.8claws78
5893
5894         * src/imap.c
5895                 o fix warnings
5896                 o use CAPABILITY to check if NAMESPACE is available
5897
5898 2003-01-10 [christoph]  0.8.8claws77
5899
5900         * src/imap.[ch]
5901                 apply UIDPLUS IMAP extension support patch
5902
5903         Patch submitted by Simon 'corecode' Schubert
5904
5905 2003-01-10 [paul]       0.8.8claws76
5906
5907         * src/folderview.c
5908                 a sync from main which fixes the news account folders'
5909                 Properties bug
5910
5911 2003-01-10 [christoph]  0.8.8claws75
5912
5913         * src/folder.c
5914                 don't accept 0 as a valid uid returned by copy and move
5915                 functions. 0 means the message was copied or moved but the
5916                 new uid could not be fetched. It is not an error condition
5917                 for the copy or move operation.
5918
5919 2003-01-10 [paul]       0.8.8claws74
5920
5921         * src/prefs_filtering.c
5922                 change English used in Alert when entry is not
5923                 saved.
5924                 
5925         * sync with 0.8.8cvs4
5926                 see ChangeLog 2003-01-10
5927
5928 2003-01-10 [darko]      0.8.8claws73
5929
5930         * src/pine.c
5931                 fix crash when importing address book entry
5932                 without a valid address
5933
5934 2003-01-09 [alfons]     0.8.8claws72
5935
5936         * src/inc.c
5937                 filtering performance: use new style folder update
5938
5939 2003-01-09 [christoph]  0.8.8claws71
5940
5941         * src/compose.c
5942         * src/gtk/menu.[ch]
5943                 fix wrong selecting of mime encoding type, when
5944                 opening property dialog of attachments in the
5945                 compose window. 7bit was always selected and that
5946                 destoryed files with 8bit data.
5947                 (closes bug #9 Sylpheed-claws destroys attachments when
5948                  changing MIME-types)
5949
5950 2003-01-09 [paul]       0.8.8claws70
5951
5952         * sync with 0.8.8cvs3
5953                 see ChangeLog 2003-01-09
5954
5955 2003-01-08 [alfons]     0.8.8claws69
5956         
5957         * src/addressadd.c
5958                 apply patch by Kim Schulz to fix build breakage
5959                 because of missing variable
5960
5961 2003-01-08 [paul]       0.8.8claws68
5962
5963         * sync with 0.8.8cvs2
5964                 see ChangeLog 2002-01-08
5965
5966 2003-01-08 [paul]       0.8.8claws67
5967
5968         * po/it.po
5969                 updated by Alessandro Maestri
5970                 
5971         * src/addressadd.c
5972                 when using 'Add sender to addressbook' allow
5973                 name to be edited and remarks to be entered
5974                 Patch submitted by Luke Plant
5975
5976 2003-01-08 [darko]      0.8.8claws66
5977
5978         * README.claws, src/summaryview.c
5979                 fix description for marked messages
5980
5981 2003-01-08 [paul]
5982
5983         * tools/Makefile.am
5984           tools/launch_phoenix  ** NEW FILE **
5985                 add script that enables using Phoenix as the default
5986                 web browser. 
5987                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5988                 
5989         * tools/OOo2sylpheed.pl
5990                 remove full path to sylpheed executable, just 'sylpheed'
5991                 will do
5992                 
5993         * tools/README
5994                 add launch_phoenix informtion and re-arrange and compress
5995                 the data a little
5996
5997 2003-01-07 [christoph]  0.8.8claws65
5998
5999         * src/folder.c
6000                 fix update for source folder when moving messages
6001         * src/procmsg.[ch]
6002         * src/summaryview.c
6003                 use function to set to_folder for message infos and
6004                 automatically update the op_count for old and new
6005                 folder
6006
6007 2003-01-07 [melvin]     0.8.8claws64
6008
6009         * src/prefs_actions.c
6010                 Fixed bug where an '%p' Action on a displayed image crashed 
6011                         Sylpheed
6012                 Code clean up (get rid of duplicated code and removed unnecessary 
6013                                 structure member)
6014
6015 2003-01-07 [christoph]  0.8.8claws63
6016
6017         * src/compose.c
6018         * src/folder.[ch]
6019         * src/folderview.c
6020         * src/import.c
6021         * src/inc.c
6022         * src/main.c
6023         * src/mainwindow.c
6024         * src/messageview.c
6025         * src/prefs_folder_item.c
6026         * src/procmsg.c
6027         * src/summaryview.c
6028         * src/toolbar.c
6029                 o remove all folder update triggering from the UI code. The folder
6030                   system should know much better when a folder needs an update.
6031                 o to prevent multiple updates in a row the folder updates can be
6032                   frozen for some time.
6033
6034                 Note: - Please verify that no updates are missing
6035                       - Check where freeze/thaws should be added
6036
6037 2003-01-07 [christoph]  0.8.8claws62
6038
6039         * src/prefs_actions.c
6040                 don't translate empty strings
6041
6042         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6043
6044 2003-01-06 [christoph]  0.8.8claws61
6045
6046         * src/prefs_actions.c
6047                 mark strings for gettext
6048         * src/prefs_matcher.c
6049                 use new description window for Execute action and
6050                 match condition in Filtering
6051
6052         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6053
6054 2003-01-06 [alfons]     0.8.8claws60
6055
6056         keep myself inspired to re-organize matcher part 8; 
6057         yes, more to come (I need to move out the descriptive
6058         text for actions to matcher.c, or at least make it not
6059         depend on the wicked ordering)
6060
6061         * src/prefs_matcher.c
6062                 add documentation so others may comprehend the
6063                 UI part of the conditions
6064                 
6065 2003-01-06 [christoph]  0.8.8claws59
6066
6067         * src/prefs_actions.c
6068                 use new description window for syntax help
6069         * src/gtk/description_window.c
6070                 fix display of descriptions with column count != 2
6071
6072         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6073
6074 2003-01-06 [christoph]  0.8.8claws58
6075
6076         * src/quote_fmt.c
6077         * src/summaryview.[ch]
6078         * src/gtk/Makefile.am
6079         * src/gtk/description_window.[ch]       ** NEW **
6080                 use a generic window to display syntax descriptions
6081                 currently used in quote_fmt and summaryview (new description
6082                 for extended quick search)
6083
6084         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
6085
6086 2003-01-06 [paul]       0.8.8claws57
6087
6088         * sync with 0.8.8cvs1
6089                 see ChangeLog 2003-01-06
6090
6091 2003-01-06 [christoph]  0.8.8claws56
6092
6093         * src/mainwindow.c
6094         * src/prefs_gtk.[ch]
6095         * src/gtk/prefswindow.[ch]
6096         * src/plugins/spamassassin/spamassassin_gtk.c
6097                 o remove page management from prefswindow, pages
6098                   will be an argument to prefswindow_open
6099                 o prefswindow_open gets a datapointer that is
6100                   passed to the widget_create function to allow
6101                   creation of prefswindow for specific items
6102
6103 2003-01-06 [colin]      0.8.8claws55
6104         
6105         * src/summaryview.c
6106                 We don't want regexp in the reply-finder, 
6107                 because MIDs can contain !,$,. and so on
6108
6109 2003-01-06 [jens]       0.8.8claws54
6110
6111         * src/jpilot.c
6112                 fixed a wrong free in jpilot_read_db_files
6113
6114 2003-01-06 [alfons]     0.8.8claws53
6115
6116         re-organize matcher part 8; more to come
6117        
6118         * src/matcher.c
6119                 matcherprop_to_string(): put g_free()s before the
6120                 switch-case break to fix memleaks                
6121
6122 2003-01-06 [colin]      0.8.8claws52
6123
6124         * src/summaryview.c
6125                 cleanup & reply-finder now displays the first 
6126                 matching message
6127
6128 2003-01-05 [alfons]     0.8.8claws51
6129
6130         re-organize matcher part 7; more to come
6131
6132         * src/matcher.[ch]
6133                 fixes for constant correctness;
6134                 more documentation;
6135
6136 2003-01-05 [alfons]     0.8.8claws50
6137
6138         re-organize matcher part 6; more to come
6139         
6140         * src/matcher.[ch]
6141                 fixes for constant correctness;
6142                 more documentation;
6143         * src/filtering.c
6144                 fix for constant correctness
6145
6146 2003-01-05 [colin]      0.8.8claws49
6147
6148         * src/account.[ch]
6149                 Add account_get_reply_account function
6150         * src/compose.c
6151                 Use account_get_reply_account function 
6152         * src/summaryview.c
6153                 Basic reply-finder - click on the replied
6154                 icon gets you to the outbox using quick-search
6155
6156 2003-01-05 [paul]       0.8.8claws48
6157
6158         * src/prefs_common.c
6159                 small change to English
6160                 
6161         * src/prefs_filtering.c
6162                 prefs_filtering_action_select(): improve logic and uniformity
6163                 of gui
6164
6165 2003-01-05 [alfons]     0.8.8claws47
6166
6167         fine tune solution to focus problems (bug #7)
6168
6169         * src/mainwindow.c
6170                 mainwindow_focus_in_event(): remove grab event check
6171         * src/summaryview.c
6172                 summary_button_pressed(): move selection on right-click
6173                 too. we can't possibly move the selection back after
6174                 canceling a dialog, because gtk's incomplete focus 
6175                 management. whether this is a good solution, only time
6176                 will tell.
6177
6178 2003-01-05 [christoph]  0.8.8claws46
6179
6180         * src/imap.c
6181                 fix crash when no imap connection could be established
6182
6183 2003-01-05 [paul]       0.8.8claws45
6184
6185         * src/mainwindow.c
6186           src/sumamryview.c
6187           src/gtk/menu.[ch]
6188                 fix bug 605957 'shortcuts in popup-menu'
6189                 make user-defined shortcuts work
6190                 show shortcuts that are already defined
6191                 in the main menu
6192                 Patch submitted by Luke Plant
6193
6194 2003-01-05 [alfons]     0.8.8claws44
6195
6196         * src/mainwindow.c
6197                 focus_in_event handler should not select summary view row 
6198                 when another window (menu, dialog) grabbed for events 
6199                 (bug #7, "[0.8.8claws42] Message summary focus") 
6200
6201 2003-01-04 [christoph]  0.8.8claws43
6202
6203         * src/procmsg.c
6204                 update save folder after adding the sent message
6205                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
6206
6207 2003-01-02 [christoph]  0.8.8claws42
6208
6209         * src/common/plugin.c
6210                 fix unloading of all plugins and unload
6211                 plugins in reverse order
6212                 
6213         * src/gtk/pluginwindow.c
6214                 implement function of load and unload button
6215
6216         * src/gtk/prefswindow.c
6217         * src/gtk/prefswindow.h
6218                 rename register function and add new unregister
6219                 function
6220
6221         * src/plugins/spamassassin/spamassassin_gtk.c
6222                 unregister prefs page and update for changes in
6223                 src/gtk/prefswindow.c
6224
6225 2003-01-02 [paul]       0.8.8claws41
6226
6227         * po/es.po
6228                 updated by Ricardo Mones Lastra
6229
6230 2003-01-02 [paul]
6231
6232         * tools/tb2sylpheed
6233                 fixes and improvements by Urke MMI
6234
6235 2003-01-02 [thorsten]   0.8.8claws40
6236
6237         * src/procmsg.c
6238                 fixed wrong return value
6239
6240 2003-01-02 [thorsten]   0.8.8claws39
6241
6242         * src/prefs.c
6243                 fixed printing wrong variable
6244
6245 2003-01-02 [thorsten]   0.8.8claws38
6246
6247         * src/prefs.c
6248                 fixed acessing members of freed pfile struct
6249
6250 2003-01-02 [thorsten]   0.8.8claws37
6251
6252         * src/procmsg.c
6253                 detect loops across several messages
6254                 as suggested by Christoph Hohmann
6255
6256 2003-01-01 [match]      0.8.8claws36
6257
6258         * src/addrindex.c
6259                 fixed another memory leak.
6260
6261 2003-01-01 [match]      0.8.8claws35
6262
6263         * src/jpilot.[ch]
6264                 fixed memory leaks. applied Doxygen comments.
6265
6266 2003-01-01 [thorsten]   0.8.8claws34
6267
6268         * src/procmsg.c
6269                 inhibit endless loop if msg references itself
6270                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
6271
6272 2003-01-01 [christoph]  0.8.8claws33
6273
6274         * src/mainwindow.c
6275         * src/gtk/Makefile.am
6276         * src/gtk/pluginwindow.c                ** NEW **
6277         * src/gtk/pluginwindow.h                ** NEW **
6278                 add plugin window
6279
6280         * src/plugins/demo/demo.c
6281         * src/plugins/spamassassin/spamassassin.c
6282         * src/plugins/spamassassin/spamassassin_gtk.c
6283                 write better plugin descriptions
6284
6285 2002-12-31 [christoph]  0.8.8claws32
6286
6287         * src/gtk/prefswindow.c
6288         * src/plugins/spamassassin/spamassassin_gtk.c
6289                 some small improvements to GTK code
6290
6291 2002-12-31 [christoph]  0.8.8claws31
6292
6293         * src/plugins/spamassassin/spamassassin_gtk.c
6294                 enable folder select button
6295
6296 2002-12-31 [christoph]  0.8.8claws30
6297
6298         * src/mainwindow.c
6299         * src/gtk/Makefile.am
6300         * src/gtk/prefswindow.c                         ** NEW **
6301         * src/gtk/prefswindow.h                         ** NEW **
6302                 add new prefs window
6303
6304         * src/common/plugin.c
6305                 don't try to load empty config lines
6306         
6307         * src/plugins/spamassassin/Makefile.am
6308         * src/plugins/spamassassin/spamassassin.c
6309         * src/plugins/spamassassin/spamassassin.h       ** NEW **
6310         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
6311                 GTK config for SpamAssassin Plugin using
6312                 the new prefs window
6313
6314 2002-12-31 [paul]       0.8.8claws29
6315
6316         * po/POTFILES.in
6317                 remove obsolete entry 'src/menu.c'
6318
6319 2002-12-31 [alfons]     0.8.8claws28
6320
6321         * src/matcher.[ch]
6322         * src/matcher_parser_parse.y
6323         * src/prefs_matcher.c
6324                 add "ignore_thread" and "~ignore_thread" condition so it's
6325                 possible to make the actions / scoring operate on the ignore
6326                 thread flag
6327
6328 2002-12-31 [christoph]  0.8.8claws27
6329
6330         * src/addrbook.c
6331         * src/addrindex.c
6332         * src/folder.c
6333         * src/matcher.c
6334         * src/prefs_account.c
6335         * src/prefs_actions.c
6336         * src/prefs_customheader.c
6337         * src/prefs_display_header.c
6338         * src/prefs_gtk.c
6339         * src/procmime.c
6340         * src/toolbar.c
6341         * src/xmlprops.c
6342         * src/common/prefs.[ch]
6343                 extend prefs file handling for reading and automatic handling
6344                 of blocks. When reading prefs_set_block_label will automatically
6345                 move on to the block. When writing it will copy all other blocks
6346                 automatically
6347
6348         * src/common/plugin.c
6349                 Now loading plugin filenames from [Plugins] block in
6350                 sylpheed rc file
6351
6352 2002-12-30 [christoph]  0.8.8claws26
6353
6354         * src/common/hooks.[ch]
6355                 return abort status to caller of hooks_invoke
6356                 
6357         * src/inc.[ch]
6358                 invoke message filtering hook and stop
6359                 default handling when filter returns abort
6360
6361         * src/common/plugin.[ch]
6362         * src/plugins/demo/demo.c
6363                 modify plugin loader, because resolving symbols for strings
6364                 does not work correctly
6365         
6366         * configure.in
6367         * ac/spamassassin.m4                            ** NEW **
6368         * src/plugins/spamassassin/.cvsignore           ** NEW **
6369         * src/plugins/spamassassin/Makefile.am          ** NEW **
6370         * src/plugins/spamassassin/README               ** NEW **
6371         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
6372         * src/plugins/spamassassin/spamassassin.c       ** NEW **
6373         * src/plugins/spamassassin/utils.[ch]           ** NEW **
6374                 add spamassassin plugin, see src/plugins/spamassassin/README
6375                 for details
6376
6377 2002-12-29 [alfons]     0.8.8claws25
6378
6379         * src/mainwindow.c
6380                 when moving focus from a message view to the main 
6381                 window, don't forget to select the summary node
6382                 of the displayed message. should fix "[ 659103 ] 
6383                 focus-follows-mouse confuses sylpheed"
6384
6385 2002-12-29 [christoph]  0.8.8claws24
6386
6387         * src/Makefile.am
6388         * src/stringtable.[ch]          ** REMOVE **
6389         * src/common/Makefile.am
6390         * src/common/stringtable.[ch]   ** NEW **
6391                 move stringtable files to common directory
6392
6393 2002-12-29 [christoph]  0.8.8claws23
6394
6395         * src/Makefile.am
6396         * src/menu.[ch]                 ** REMOVE **
6397         * src/gtk/Makefile.am
6398         * src/gtk/menu.[ch]             ** NEW **
6399                 move menu files to gtk directory
6400
6401 2002-12-29 [match]      0.8.8claws22
6402
6403         * src/addressbook.c
6404         * src/syldap.c
6405                 moved UI specific code out of LDAP code into addressbook
6406                 UI code. fixed memory leak.
6407
6408 2002-12-29 [christoph]  0.8.8claws21
6409
6410         * src/folder.c
6411                 only check for IGNORED parent message when message is
6412                 not IGNORED itself
6413
6414 2002-12-29 [alfons]     0.8.8claws20
6415
6416         * src/summaryview.c
6417                 set gtksctree's anchor correct (immediate execute
6418                 changes the tree's layout, and anchor points at 
6419                 the incorrect row). fixes "[ 657233 ] multiple msg 
6420                 delete sometimes off by 1".
6421                 we probably have to look for more tree layout /
6422                 anchor glitches.
6423
6424 2002-12-29 [paul]       0.8.8claws19
6425
6426         * src/summaryview.c
6427                 fix bug [ 659054 ] incorrect sorting of 'From' column
6428                 when using 'display sender using address book'
6429                 thanks to Alfons and Luke Plant
6430
6431 2002-12-29 [christoph]  0.8.8claws18
6432
6433         * src/folder.c
6434         * src/procmsg.[ch]
6435                 check parent messages for IGNORE THREAD flag, when adding,
6436                 moving or copying messages to a folder
6437
6438 2002-12-27 [alfons]     0.8.8claws17
6439
6440         re-organize matcher part 5; more to come
6441
6442         * src/matcher.c
6443                 hash keywords in matchparser_tab 
6444
6445 2002-12-27 [alfons]     0.8.8claws16
6446
6447         re-organize matcher part 4; more to come
6448
6449         * src/matcher_parser.h
6450         * src/matcher_parser_lex.l
6451         * src/matcher_parser_parse.y
6452                 cleanup
6453
6454 2002-12-27 [alfons]     0.8.8claws15
6455
6456         re-organize matcher part 3; more to come
6457
6458         * src/matcher.[ch]
6459                 cleanup
6460
6461 2002-12-27 [alfons]     0.8.8claws14
6462
6463         re-organize matcher part 2; more to come but this should
6464         work. cc me if there are any regressions.
6465
6466         * src/matcher.h
6467                 add prototype for get_matchparser_tab_id()
6468         * src/matcher_parser_lex.l
6469                 look up keywords using matchparser_tab_id();
6470
6471 2002-12-27 [alfons]     0.8.8claws12
6472
6473         re-organize matcher part 1
6474
6475         * src/matcher.h
6476                 map yacc generated constants to sylpheed matcher constants
6477         * src/matcher.c
6478                 add function to find a matcher constant from a string
6479
6480 2002-12-27 [christoph]  0.8.8claws11
6481
6482         * src/compose.c
6483                 MENUITEM_ADD casts the 4th argument from integer to pointer
6484                 so it probably should not be a pointer, this means we
6485                 should use account id for it and not the account's pointer
6486
6487 2002-12-27 [paul]       0.8.8claws10
6488
6489         * src/mainwindow.c
6490                 remove unneeded 'GtkWidget *vbox'
6491                 
6492         * src/summaryview.c
6493                 further sync with 0.8.8 - make sort
6494                 by recipient work as expected
6495                 
6496         * NEWS
6497                 sync with 0.8.8
6498
6499 2002-12-27 [paul]       0.8.8claws9
6500
6501         * po/pt_BR.po
6502                 updated by Ivan F. Martinez
6503                 
6504 2002-12-27 [darko]      0.8.8claws8
6505
6506         * src/common/utils.c
6507                 added locked pattern to extended search
6508
6509 2002-12-27 [alfons]     0.8.8claws7
6510
6511         * src/prefs_matcher.[ch]
6512                 clean up
6513
6514 2002-12-26 [alfons]     0.8.8claws6
6515
6516         * src/matcher.[ch]
6517         * src/matcher_parser_lex.l
6518         * src/matcher_parser_parse.y
6519         * src/prefs_matcher.c
6520                 allow color label as a condition in the matcher
6521
6522 2002-12-26 [oliver]     0.8.8claws5
6523         
6524         * src/toolbar.c 
6525                 enable Addressbook for Main and Messageview
6526         * src/prefs_actions.c
6527                 enable actions in Messageview
6528
6529 2002-12-26 [christoph]  0.8.8claws4
6530
6531         * src/common/plugin.c
6532                 add a little debug output
6533         * configure.in
6534         * src/plugins/demo/Makefile.am
6535                 better use of automake
6536
6537 2002-12-26 [christoph]  0.8.8claws3
6538
6539         * src/Makefile.am
6540         * src/common/Makefile.am
6541                 fix "make distdir"
6542
6543 2002-12-26 [christoph]  0.8.8claws2
6544
6545         * configure.in
6546                 sort configure checks into common / gtk / plugins
6547         * po/POTFILES.in
6548                 add src/prefs_gtk.c
6549         * src/Makefile.am
6550                 add plugins SUBDIR
6551         * src/main.c
6552         * src/common/sylpheed.[ch]
6553                 added now sylpheed_done function for shutdown
6554         * src/common/Makefile.am
6555         * src/common/plugin.[ch]                ** NEW **
6556                 plugin loader and unloader
6557         * src/plugins/.cvsignore                ** NEW **
6558         * src/plugins/Makefile.am               ** NEW **
6559                 build plugins
6560         * src/plugins/demo/.cvsignore           ** NEW **
6561         * src/plugins/demo/Makefile.am          ** NEW **
6562         * src/plugins/demo/demo.c               ** NEW **
6563                 small demo plugin that installs a logtext hook and
6564                 outputs the log text to stdout
6565
6566 2002-12-26 [paul]       0.8.8claws1
6567
6568         * po/es.po
6569                 updated by Ricardo Mones Lastra
6570
6571 2002-12-26 [paul]       0.8.8claws
6572
6573         * 0.8.8claws released
6574
6575 2002-12-26 [paul]       0.8.7claws12
6576
6577         * po/bg.po
6578                 updated by George Danchev
6579
6580 2002-12-26 [paul]       0.8.7claws11
6581
6582         * po/POTFILES.in
6583                 remove unneeded 'src/prefs.c' entry 
6584
6585 2002-12-26 [paul]       0.8.7claws10
6586
6587         * src/codeconv.c
6588           src/mainwindow.c
6589                 sync with 0.8.8 release
6590         
6591         * src/folder.[ch]
6592           src/mh.c
6593           src/summaryview.c
6594                 partial sync with 0.8.8 release
6595         
6596
6597 2002-12-25 [alfons]     0.8.7claws9
6598
6599         * src/matcher.[ch]
6600         * src/matcher_parser_lex.l
6601         * src/matcher_parser_parse.y
6602         * src/prefs_matcher.c
6603                 add locked flag to possible filtering / matcher 
6604                 conditions (also a good example what should be
6605                 done to add a simple boolean condition)
6606
6607 2002-12-25 [christoph]  0.8.7claws8
6608
6609         * src/Makefile.am
6610         * src/account.[ch]
6611         * src/addrbook.c
6612         * src/addressbook.c
6613         * src/addrindex.c
6614         * src/filtering.c
6615         * src/folder.c
6616         * src/matcher.c
6617         * src/prefs.[ch]                ** REMOVE **
6618         * src/prefs_account.c
6619         * src/prefs_actions.c
6620         * src/prefs_common.c
6621         * src/prefs_customheader.c
6622         * src/prefs_display_header.c
6623         * src/prefs_filtering.c
6624         * src/prefs_folder_item.c
6625         * src/prefs_gtk.[ch]            ** NEW **
6626         * src/prefs_matcher.c
6627         * src/prefs_scoring.c
6628         * src/prefs_summary_column.c
6629         * src/procmime.c
6630         * src/selective_download.c
6631         * src/toolbar.c
6632         * src/common/Makefile.am
6633         * src/common/prefs.[ch]         ** NEW **
6634                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6635
6636 2002-12-24 [alfons]     0.8.7claws7
6637
6638         * src/summaryview.c
6639                 summary_thread_build(): fix real cause of the crash mentioned in
6640                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6641                 this way we get meaningful ctree nodes 
6642
6643 2002-12-24 [oliver]     0.8.7claws6
6644
6645         * src/mainwindow.[ch]
6646         * src/messageview.[ch]
6647         * src/compose.[ch]
6648         * src/inc.c
6649         * src/summaryview.c
6650                 changes to use updated toolbar handling
6651                 
6652 2002-12-24 [oliver]     0.8.7claws5
6653
6654         * src/toolbar.[ch]
6655                 generic toolbar handling
6656                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6657         * src/prefs_toolbar.[ch]
6658                 adjust to handling
6659         
6660 2002-12-24 [oliver]     0.8.7claws4
6661         
6662         * src/stock_pixmap.[ch]
6663                 move SYLPHEED_LOGO to end of list in order 
6664                 to remove it from Custom Toolbar`s Icon View
6665
6666 2002-12-24 [alfons]     0.8.7claws3
6667
6668         * src/summaryview.c
6669                 summary_thread_build(): fix crash because of focus != selection 
6670                 after threading. when deleting the selection, gtk tries but fails 
6671                 to find the correct focusable element. we now force the selection
6672                 to be focused. this should solve the infamous bug reported by 
6673                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6674                 a test case is available. 
6675
6676 2002-12-24 [darko]      0.8.7claws2
6677
6678         * src/summaryview.c
6679                 don't crash when unmarking message with unread children
6680
6681 2002-12-23 [christoph]  0.8.7claws1
6682
6683         * src/Makefile.am
6684         * src/common/Makefile.am
6685                 update Makefiles for moved intl.h, version.h and defs.h
6686         * src/imap.c
6687                 rewrite imap_session_get to avoid duplicate code
6688
6689 2002-12-23 [paul]       0.8.7claws
6690
6691         * Santa-Claws released
6692         
6693         * po/hu.po
6694           po/ru.po
6695                 squeeze in updated Hungarian and Russian translations.
6696                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6697
6698 2002-12-23 [paul]       0.8.6claws129
6699
6700         * po/pl.po
6701                 updated by Witold Wladyslaw Wojciech Wilk
6702
6703 2002-12-23 [paul]       0.8.6claws128
6704
6705         * src/quote_fmt_parse.y
6706                 fix typo and add licence header
6707
6708 2002-12-23 [paul]       0.8.6claws127
6709
6710         * po/en_GB.po
6711                 updated
6712
6713 2002-12-23 [paul]       0.8.6claws126
6714
6715         * po/it.po
6716                 updated translation, submitted by Alessandro Maestri
6717                 
6718 2002-12-23 [paul]       0.8.6claws125
6719
6720         * src/quote_fmt_parse.y
6721                 fix signature-stripping on replies bug. match
6722                 '-- \n' and not '-- '.
6723
6724 2002-12-22 [paul]       0.8.6claws124
6725
6726         * po/bg.po
6727           po/es.po
6728           po/sr.po
6729                 updated translations. submitted by George Danchev,
6730                 Ricardo Mones Lastra, and Urke MMI respectively
6731
6732 2002-12-21 [paul]       0.8.6claws123
6733
6734         * src/addrbook.c
6735                 fix coding style
6736
6737 2002-12-21 [paul]       0.8.6claws122
6738
6739         * src/addrbook.c
6740                 fix bug [643638] where if a person is in one or more
6741                 addressbook groups editing that person's email 
6742                 address results in removal from those groups.
6743                 Patch submitted by Luke Plant.
6744
6745 2002-12-20 [christoph]  0.8.6claws121
6746
6747         * src/common/utils.c
6748         * src/summaryview.c
6749                 reimplement expand_search_string using GString to
6750                 prevent crashs caused by miscalculated string
6751                 lengths reported by Paul
6752
6753 2002-12-20 [christoph]  0.8.6claws120
6754
6755         * src/summaryview.c
6756                 don't use "changed" to check if op_count has to be changed as it
6757                 is also set when the message has unread children
6758                 (closes bug [ 653221 ] crash while deleting duplicates)
6759
6760 2002-12-20 [paul]       0.8.6claws119
6761
6762         * sync with 0.8.6cvs27
6763                 see ChangeLog 2002-12-20
6764
6765 2002-12-20 [paul]       0.8.6claws118
6766
6767         * sync with 0.8.6cvs26
6768                 see ChangeLog 2002-12-19 and 2002-12-20
6769
6770 2002-12-19 [alfons]     0.8.6claws117
6771
6772         * src/textview.c
6773                 fix incorrect parsing of email addresses, submitted by 
6774                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6775                 name display if it contains @".
6776
6777 2002-12-18 [paul]       0.8.6claws116
6778
6779         * sync with 0.8.6cvs23
6780                 see ChangeLog 2002-12-18
6781
6782 2002-12-18 [paul]       0.8.6claws115
6783
6784         * src/Makefile.am
6785         * src/account.c
6786         * src/codeconv.c
6787         * src/gtkutils.[ch]
6788         * src/imap.c
6789                 sync with 0.8.6cvs22.
6790                 see ChangeLog 2002-12-17 and 2002-12-18
6791
6792 2002-12-17 [christoph]  0.8.6claws114
6793
6794         * src/imap.c
6795                 o don't create a session if imap greeting fails
6796                 o don't close socket when authentication fails
6797                   this is done by imap_session_destroy
6798
6799 2002-12-17 [thorsten]   0.8.6claws113
6800
6801         * tools/Makefile.am
6802           tools/README
6803           tools/google_msgid.pl ** NEW FILE **
6804                 Added "search for message-id" script and doc
6805
6806 2002-12-17 [thorsten]   0.8.6claws112
6807
6808         * po/hu.po
6809                 Updated hungarian translation
6810                 (updated by Gal Zoltan)
6811
6812 2002-12-16 [christoph]  0.8.6claws111
6813
6814         * src/addr_compl.c
6815                 remove stupid addressbook dump to debug output
6816         * src/mh.c
6817                 fix memory leak found by Hiro
6818
6819 2002-12-14 [paul]       0.8.6claws110
6820
6821         * src/compose.c
6822                 fix menubar sensitivity on send
6823                 
6824         * src/prefs_filtering.c
6825         * src/prefs_matcher.c
6826         * src/prefs_scoring.c
6827                 Fix english ;)
6828                 
6829         * src/common/quoted-printable.h
6830                 sync: fix typo
6831         
6832 2002-12-13 [christoph]  0.8.6claws109
6833
6834         * src/Makefile.am
6835         * src/manage_window.[ch]        ** REMOVE **
6836         * src/gtk/Makefile.am
6837         * src/gtk/manage_window.[ch]    ** NEW **
6838                 move manage_window files to gtk directory
6839
6840 2002-12-13 [christoph]  0.8.6claws108
6841
6842         * src/Makefile.am
6843         * src/gtkshruler.[ch]           ** REMOVE **
6844         * src/gtk/Makefile.am
6845         * src/gtk/gtkshruler.[ch]       ** NEW **
6846                 move gtkshruler files to gtk directory
6847
6848 2002-12-13 [christoph]  0.8.6claws107
6849
6850         * src/Makefile.am
6851         * src/compose.c
6852         * src/gtkstext.[ch]             ** REMOVE **
6853         * src/gtkutils.[ch]
6854         * src/textview.c
6855         * src/gtk/gtkstext.[ch]         ** NEW **
6856         * src/gtk/Makefile.am
6857                 o move stext functions to gtkstext.c to remove
6858                   dependency of gtkutils
6859                 o move gtkstext files to gtk directory
6860
6861         * src/gtk/Makefile.am
6862         * src/gtk/sslcertwindow.[ch]
6863                 UI stuff can always depend on common code so
6864                 it's ok to add ../common to include path
6865
6866 2002-12-13 [colin]      0.8.6claws106
6867
6868         * src/summaryview.c
6869                 Disconnect sighandlers for mainwindow when
6870                 quicksearch has the focus
6871                 Fix bug #653231
6872         * src/mainwindow.[ch]
6873                 Make key_pressed callback public, to be able
6874                 to disconnect it
6875
6876 2002-12-13 [christoph]  0.8.6claws105
6877
6878         * src/mh.c
6879                 create .mh_sequences file in new MH folders
6880                 (closes feature request [ 523162 ] MH folders should
6881                  get a .mh_sequences)
6882
6883 2002-12-13 [colin]      0.8.6claws104
6884
6885         * src/summaryview.c
6886                 Better handling of quicksearch show/hide
6887                 (basically the button stays under the mouse 
6888                  when toggled)
6889
6890 2002-12-13 [paul]       0.8.6claws103
6891
6892         * sync with 0.8.6cvs17
6893                 see ChangeLog 2002-12-13
6894
6895 2002-12-13 [paul]       0.8.6claws102
6896
6897         * po/es.po
6898                 updated by Ricardo Mones Lastra
6899
6900 2002-12-11 [colin]       0.8.6claws101
6901
6902         * src/folder.c
6903                 remove statusbar stuff
6904           src/folderview.c
6905                 set statusbar verbosity when moving folders
6906
6907 2002-12-11 [colin]       0.8.6claws100
6908         * src/prefs_filtering.c
6909         * src/prefs_matcher.c
6910         * src/prefs_scoring.c
6911                 Fix english ;)
6912
6913 2002-12-11 [colin]       0.8.6claws99
6914
6915         * src/prefs_common.[ch]
6916                 Add summary_quicksearch_type
6917         * src/summaryview.c
6918                 Save last used quicksearch type
6919
6920 2002-12-11 [jens]       0.8.6claws98
6921         * src/prefs_filtering.c
6922         * src/prefs_matcher.c
6923         * src/prefs_scoring.c
6924                 added dialog for incomplete rules in scoring, filtering and
6925                 matcher to ask wheather really close
6926
6927 2002-12-11 [colin]      0.8.6claws97
6928
6929         * src/folder.c
6930                 Fix folder dnd statusbar logging
6931
6932 2002-12-10 [christoph]  0.8.6claws96
6933
6934         * src/compose.c
6935         * src/folder.c
6936         * src/imap.c
6937         * src/inc.c
6938         * src/main.c
6939         * src/mainwindow.c
6940         * src/news.c
6941         * src/send.c
6942         * src/statusbar.[ch]
6943         * src/common/hooks.c
6944         * src/common/log.[ch]
6945                 o handle verbose logging in statusbar directly in statusbar code
6946                   and common code does not need any knowledge about a statusbar
6947                 o remove direct calls to statusbar_(puts|pop)_all functions
6948
6949 2002-12-10 [jens]       0.8.6claws95
6950
6951         * src/*.c
6952                 removed gettext from g_warnings
6953         * po/POTFILES.in
6954                 cleaned and updated
6955         * po/de.po
6956                 updated
6957
6958 2002-12-10 [colin]      0.8.6claws94
6959
6960         * src/main.c
6961                 finish crash dialog fix
6962
6963 2002-12-10 [colin]      0.8.6claws93
6964
6965         * src/main.c
6966                 "Fix" "sylpheed already running" instead of
6967                 crash dialog appearing after a crash
6968
6969 2002-12-10 [colin]      0.8.6claws92
6970
6971         * po/POTFILES.in
6972                 add src/gtk/sslcertwindow.c
6973
6974 2002-12-10 [paul]       0.8.6claws91
6975
6976         * po/POTFILES.in
6977                 updated to reflect recent changes
6978                 submitted by Alessandro Maestri
6979
6980 2002-12-09 [christoph]  0.8.6claws90
6981
6982         * src/Makefile.am
6983         * src/smtp.[ch]                 ** REMOVE **
6984         * src/common/Makefile.am
6985         * src/common/smtp.[ch]          ** NEW **
6986                 move smtp files to common directory
6987
6988 2002-12-09 [christoph]  0.8.6claws89
6989
6990         * src/Makefile.am
6991         * src/session.[ch]              ** REMOVE **
6992         * src/common/Makefile.am
6993         * src/common/session.[ch]       ** NEW **
6994                 move session files to common directory
6995
6996 2002-12-09 [paul]       0.8.6claws88
6997
6998         * src/account.c
6999                 fix bug [649746] edit accounts: move account reverted
7000                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
7001
7002 2002-12-09 [colin]      0.8.6claws87
7003
7004         * src/ssl_certificate.c
7005                 cleanup
7006
7007 2002-12-09 [colin]      0.8.6claws86
7008
7009         * src/ssl.c
7010                 Try to open the cert.pem database and 
7011                 issue a warning if it isn't there
7012
7013 2002-12-09 [colin]      0.8.6claws85
7014
7015         * src/common/ssl_certificate.c
7016         * src/gtk/sslcertwindow.c
7017                 Warning fixes
7018
7019 2002-12-09 [colin]      0.8.6claws84
7020
7021         * src/ssl_certificate.[ch] ** REMOVED **
7022         * src/common/ssl_certificate.[ch] ** NEW **
7023         * src/Makefile.am
7024         * src/common/Makefile.am
7025                 Moved ssl_certificate.[ch] to common
7026         * src/common/ssl.c 
7027                 Put back needed include
7028         * src/gtk/sslcertwindow.[ch]
7029                 Changed ssl_certificate.h include
7030         
7031 2002-12-09 [colin]      0.8.6claws83
7032
7033         * src/gtk/sslcertwindow.[ch]
7034                 Implement hook for certificate acception
7035         * src/ssl_certificate.[ch]
7036                 Implement hook for certificate acception
7037         * src/common/ssl.c
7038                 Reenable certificate acception check
7039         * src/mainwindow.c
7040                 Register sslcertwindow's hook
7041         
7042 2002-12-08 [christoph]  0.8.6claws82
7043
7044         * src/about.c
7045         * src/addr_compl.c
7046         * src/codeconv.c
7047         * src/manual.c
7048         * src/undo.c
7049         * src/common/utils.c
7050                 o add missing includes
7051                 o fix warnings
7052         * src/.cvsignore
7053         * src/common/.cvsignore
7054         * src/common/version.h          ** REMOVE **
7055                 remove autogenerated file
7056
7057 2002-12-08 [paul]       0.8.6claws81
7058
7059         * src/stringtable.c
7060                 put back needed include
7061
7062 2002-12-08 [colin]      0.8.6claws80
7063         
7064         * src/gtk/sslcertwindow.c
7065                 Cleaner popups when asking
7066         * src/ssl_certificate.c
7067         * src/prefs_common.[ch]
7068                 remove ssl certificate pref
7069                 put back needed include
7070         * src/undo.c
7071                 put back needed include
7072
7073 2002-12-08 [christoph]  0.8.6claws79
7074
7075         * src/folderview.c
7076         * src/logwindow.c
7077         * src/statusbar.c
7078         * src/summaryview.c
7079                 only abort hook invokation if required data is missing not
7080                 if our own data pointer is NULL, update hookfunction for
7081                 log window
7082
7083 2002-12-08 [paul]       0.8.6claws78
7084
7085         * src/about.c
7086         * src/addrcache.c
7087         * src/addrclip.c
7088         * src/addr_compl.c
7089         * src/addrselect.c
7090         * src/codeconv.c
7091         * src/colorlabel.c
7092         * src/enriched.c
7093         * src/esmtp.c
7094         * src/exporthtml.c
7095         * src/headerview.c
7096         * src/imageview.c
7097         * src/manual.c
7098         * src/noticeview.c
7099         * src/pgptext.c
7100         * src/scoring.c
7101         * src/sourcewindow.c
7102         * src/stringtable.c
7103         * src/undo.c
7104                 clean up: remove unneccesary includes
7105
7106 2002-12-08 [christoph]  0.8.6claws77
7107
7108         * src/folderview.c
7109         * src/statusbar.c
7110         * src/summaryview.c
7111         * src/common/hooks.[ch]
7112                 hook functions now have a gboolean return value, if a hook
7113                 returns TRUE it will stop executing of any more hooks in
7114                 the same hooklist for this invokation
7115
7116 2002-12-08 [colin]      0.8.6claws76
7117         
7118         * src/main.c
7119                 put back argv0 for CRASH_DIALOG
7120
7121 2002-12-08 [christoph]  0.8.6claws75
7122
7123         * src/Makefile.am
7124         * src/about.c
7125         * src/account.c
7126         * src/crash.c
7127         * src/esmtp.h
7128         * src/imap.[ch]
7129         * src/inc.c
7130         * src/main.c
7131         * src/mainwindow.c
7132         * src/news.c
7133         * src/pop.[ch]
7134         * src/prefs_account.[ch]
7135         * src/prefs_common.[ch]
7136         * src/send.[ch]
7137         * src/smtp.[ch]
7138         * src/ssl_certificate.[ch]
7139         * src/ssl_manager.[ch]
7140         * src/common/Makefile.am
7141         * src/common/log.c
7142         * src/common/nntp.[ch]
7143         * src/common/socket.[ch]
7144         * src/common/ssl.[ch]
7145         * src/gtk/sslcertwindow.[ch]
7146         * ac/openssl.m4
7147                 use new autoconf script to detect OpenSSL with extra parameters
7148                 to specify the location of libs and includes, also remove USE_SSL
7149                 to USE_OPENSSL
7150
7151         * src/common/sylpheed.[ch]
7152         * src/common/version.h.in
7153                 start seperation of common code initialization seperated from gui
7154
7155         * src/summaryview.c
7156                 The function that is called when a color label changes
7157                 should not change the color lable again
7158
7159 2002-12-08 [colin]      0.8.6claws74
7160
7161         * src/gtk/sslcertwindow.c
7162                 warning fixes
7163
7164 2002-12-08 [colin]      0.8.6claws73
7165
7166         * src/statusbar.c
7167           src/common/log.h
7168                 Register a hook for statusbar_puts_all
7169         * src/common/log.c
7170                 invoke statusbar_puts_all's hook
7171         
7172 2002-12-08 [colin]      0.8.6claws72
7173
7174         * src/ssl_certificate.c
7175                 Put back a badly-removed include
7176
7177 2002-12-08 [colin]      0.8.6claws71
7178
7179         * src/gtk/sslcertwindow.[ch]    ** NEW **
7180                 new certificate presentation
7181         * src/gtk/Makefile.am
7182                 add new files
7183         * src/ssl_certificate.[ch]
7184                 gtk cleanup, made utility functions public
7185         * src/ssl_manager.c
7186                 use new cert presentation
7187
7188 2002-12-07 [christoph]  0.8.6claws70
7189
7190         * src/Makefile.am
7191         * src/nntp.[ch]                 ** REMOVE **
7192         * src/common/Makefile.am
7193         * src/common/nntp.[ch]          ** NEW **
7194                 move nntp files to common directory
7195
7196 2002-12-07 [christoph]  0.8.6claws69
7197
7198         * src/procmsg.[ch]
7199         * src/summaryview.c
7200                 implement msginfo update callback using sylpheed's new
7201                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
7202
7203 2002-12-06 [christoph]  0.8.6claws68
7204
7205         * src/editgroup.c
7206                 This patch changes the 'Edit Group Details' dialog to
7207                 allow extended selections in either pane, so that
7208                 addresses can be added or removed from a group more
7209                 quickly and easily. (it actually is a net decrease in
7210                 file size, as some unnecessary functions have been
7211                 removed). 
7212                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
7213
7214 2002-12-06 [christoph]  0.8.6claws67
7215
7216         * src/Makefile.am
7217         * src/template.[ch]             ** REMOVE **
7218         * src/common/Makefile.am
7219         * src/common/template.[ch]      ** NEW **
7220                 move template files to common directory
7221
7222         * src/nntp.c
7223                 add missing log.h include
7224
7225 2002-12-06 [melvin]     0.8.6claws66
7226
7227         * src/prefs_actions.c
7228                 Added the trailing ">" syntax to insert command's output
7229                 without replacing old text (in contrast to trailing "|").
7230
7231 2002-12-05 [colin]      0.8.6claws65
7232         
7233         * src/common/utils.c
7234                 Don't modify original search_string or it'll change
7235                 the next iterations in the for()
7236
7237 2002-12-05 [darko]      0.8.6claws64
7238
7239         * src/common/utils.c
7240                 proper check for filtering commands, found by Colin
7241
7242 2002-12-05 [darko]      0.8.6claws63
7243
7244         * src/common/utils.c
7245                 check proper string for NULL pointer, found by Colin
7246
7247 2002-12-05 [darko]      0.8.6claws62
7248
7249         * src/common/utils.[ch]
7250                 expand_search_string(): new function
7251                 converts Mutt-like patterns to Sylpheed's
7252                 filtering engine
7253         * src/summaryview.c
7254                 use expand_search_string() to allow Mutt-like
7255                 patterns in extended search
7256         * README.claws
7257                 document extended option in quick search
7258
7259 2002-12-05 [paul]       0.8.6claws61
7260
7261         * sync with 0.8.6cvs16
7262                 see ChangeLog 2002-12-05
7263                 
7264         * po/POTFILES.in
7265                 clean up
7266
7267 2002-12-04 [christoph]  0.8.6claws60
7268
7269         * src/imap.[ch]
7270                 put imap authentication code into a new function and
7271                 remove it from imap_session_new that will allow to
7272                 send other commands before authentication
7273
7274 2002-12-04 [christoph]  0.8.6claws59
7275
7276         * src/imap.[ch]
7277                 use already existing method to prevent unneeded IMAP
7278                 folder selects. Set imap_select parameters to NULL
7279                 in some functions if the values are not required.
7280
7281         * src/xml.h
7282                 remove no longer required include
7283
7284 2002-12-04 [paul]       0.8.6claws58
7285
7286         * po/es.po
7287                 updated by Ricardo Mones Lastra
7288                 
7289         * configure.in
7290           po/hu.po      ** NEW FILE **
7291                 initial Hungarian translation, submitted
7292                 by Gál Zoltán <galzoli@hu.inter.net>
7293
7294 2002-12-03 [christoph]  0.8.6claws57
7295
7296         * src/Makefile.am
7297         * src/gtksctree.[ch]            ** REMOVE **
7298         * src/gtk/Makefile.am
7299         * src/gtk/gtksctree.[ch]        ** NEW **
7300                 move gtksctree files to gtk directory
7301
7302 2002-12-03 [christoph]  0.8.6claws56
7303
7304         * src/Makefile.am
7305         * src/md5.[ch]                  ** REMOVE **
7306         * srm/common/Makefile.am
7307         * src/common/md5.[ch]           ** NEW **
7308                 move md5 files to common directory
7309
7310         * src/gtkstext.c
7311                 remove not required #include
7312
7313 2002-12-03 [sergey]     0.8.6claws55
7314
7315         * src/gtkutils.c
7316         * src/gtkutils.h
7317                 gtkut_window_popup(): new function.
7318         * src/mainwindow.c
7319                 main_window_popup(): use gtkut_window_popup() to raise
7320                 window without changing its position.
7321                 (see sylpheed-main ML message [sylpheed:17247])
7322
7323 2002-12-03 [sergey]     0.8.6claws54
7324
7325         * src/send.c
7326                 send_message_local(): removed first-dot escaping
7327                 (SMTP-only, not needed for sending through pipe)
7328
7329 2002-12-03 [paul]       0.8.6claws53
7330
7331         * po/POTFILES.in
7332                 update to reflect recent changes (thanks
7333                 to Ricardo Mones Lastra)
7334                 
7335         * tools/filter_conv.pl
7336                  fix problem with quoted strings. Patch submitted
7337                  by Luke Plant <lukeplant@softhome.net>
7338
7339 2002-12-03 [paul]       0.8.6claws52
7340
7341         * sync with 0.8.6cvs15
7342                 see ChangeLog 2002-12-03
7343
7344 2002-12-02 [christoph]  0.8.6claws51
7345
7346         * src/logwindow.[ch]
7347         * src/common/log.[ch]
7348                 implement logging using a hook function
7349
7350         * src/folderview.c
7351         * src/folder.[ch]
7352                 define hooklist name in header file to avoid
7353                 errors caused by wrong spelling of hooklist names
7354
7355         * src/toolbar.c
7356                 fix warnings
7357
7358 2002-12-02 [christoph]  0.8.6claws50
7359
7360         * src/common/Makefile.am
7361                 add src/common/hooks.[ch]
7362
7363         * src/common/hooks.[ch]
7364                 implement a simple hook system using glib's hook functions
7365
7366         * src/folder.[ch]
7367         * src/folderview.c
7368                 use new hook system for folder item updates
7369
7370 2002-12-02 [christoph]  0.8.6claws49
7371
7372         * doc-src/ui_seperation.txt     ** NEW **
7373                 information for ui seperation
7374
7375         * src/Makefile.am
7376                 remove files that were moved to common
7377                 include common directory by default for the header files
7378
7379         * src/inc.c
7380         * src/common/socket.c
7381         * src/automaton.[ch]
7382                 implement automaton using g_io_*-functions instead of
7383                 gdk_input_add to make it ui independent
7384
7385         * src/codeconv.c
7386         * src/compose.c
7387         * src/ldif.c
7388         * src/pgptext.c
7389         * src/procmime.c
7390         * src/rfc2015.c
7391         * src/smtp.c
7392         * src/unmime.c
7393                 remove common/ prefix because directory is now in
7394                 include path
7395
7396         * src/compose.c
7397         * src/folder.c
7398         * src/folderview.c
7399         * src/mainwindow.c
7400         * src/messageview.c
7401         * src/prefs_common.c
7402         * src/procmsg.c
7403         * src/rfc2015.c
7404                 fix warnings
7405
7406         * src/imap.c
7407         * src/inc.c
7408         * src/news.c
7409         * src/pop.c
7410         * src/send.c
7411         * src/smtp.c
7412         * src/ssl_certificate.c
7413                 add log.h header file for logging functions
7414
7415         * src/main.c
7416         * src/common/utils.c
7417         * src/summaryview.c
7418         * src/xml.c
7419                 o move debug_mode to common/utils.c
7420                 o add functions to set and get debug_mode
7421
7422         * src/defs.h                    ** REMOVE **
7423         * src/intl.h                    ** REMOVE **
7424         * src/socket.[ch]               ** REMOVE **
7425         * src/ssl.[ch]                  ** REMOVE **
7426         * src/utils.[ch]                ** REMOVE **
7427                 replaced by new files in src/common/
7428         
7429         * src/common/Makefile.am
7430                 add new files in src/common/
7431
7432         * src/common/defs.h             ** NEW **
7433         * src/common/intl.h             ** NEW **
7434         * src/common/log.[ch]           ** NEW **
7435         * src/common/socket.[ch]        ** NEW **
7436         * src/common/ssl.[ch]           ** NEW **
7437         * src/common/utils.[ch]         ** NEW **
7438                 replacement for files in src/
7439
7440 2002-12-02 [colin]      0.8.6claws48
7441
7442         * src/folderview.c
7443                 Scroll folderview if necessary during dnd
7444
7445 2002-12-02 [colin]      0.8.6claws47
7446
7447         * src/folder.[ch]
7448                 Add check to verify a move is within a single mailbox
7449         * src/folderview.c
7450                 Add specific error string for this check
7451
7452 2002-12-02 [colin]      0.8.6claws46
7453
7454         * src/folder.c
7455                 Add a test to folder moving, remove a statusbar_print
7456         * src/folderview.c
7457                 Add Move folder... context-menu item
7458                 Factorize folder moving code
7459                 Enable folder DND for mbox
7460
7461 2002-12-01 [christoph]  0.8.6claws45
7462
7463         * ac/aspell.m4
7464                 remove conf.aspelltest if the version check fails
7465
7466 2002-11-30 [christoph]  0.8.6claws44
7467
7468         * autogen.sh
7469                 run libtoolize --force in autogen to create missing
7470                 libtool scripts
7471
7472 2002-11-30 [christoph]  0.8.6claws43
7473
7474         * src/Makefile.am
7475         * src/pgptext.c
7476         * src/procmime.c
7477         * src/rfc2015.c
7478         * src/uuencode.[ch]             ** REMOVED **
7479         * src/common/Makefile.am
7480         * src/common/uuencode.[ch]      ** NEW **
7481                 move uuen/decoder to common directory
7482
7483 2002-11-30 [christoph]  0.8.6claws42
7484
7485         * src/Makefile.am
7486         * src/base64.[ch]               ** REMOVED **
7487         * src/codeconv.c
7488         * src/compose.c
7489         * src/ldif.c
7490         * src/pgptext.c
7491         * src/procmime.c
7492         * src/rfc2015.c
7493         * src/smtp.c
7494         * src/unmime.c
7495         * src/common/Makefile.am
7496         * src/common/base64.[ch]        ** NEW **
7497                 move base64 en/decoder to common directory
7498
7499 2002-11-30 [christoph]  0.8.6claws41
7500
7501         * src/common                    ** NEW **
7502                 new directory for UI independent code
7503         * src/gtk                       ** NEW **
7504                 new directory for GTK frontend
7505         * src/common/.cvsignore         ** NEW **
7506         * src/gtk/.cvsignore            ** NEW **
7507                 ignore build files
7508         * src/common/Makefile.am        ** NEW **
7509         * src/gtk/Makefile.am           ** NEW **
7510                 automake files to build new seperated stuff
7511         * src/Makefile.am
7512                 the binary will currently still be build with the
7513                 files in src, so we include the code from the
7514                 subdirs for now after building the libs there
7515
7516 2002-11-30 [paul]       0.8.6claws40
7517
7518         * src/compose.c
7519                 fix bug [642731] 'Wrong selected account with drafted mail'
7520
7521 2002-11-29 [oliver]     0.8.6claws39
7522         
7523         * src/messageview.c
7524                 o update summaryview when switching between different
7525                   messageviews          
7526         * src/toolbar.c  
7527                 o check if messageview holds already removed msg
7528                   from summaryview
7529                 
7530
7531 2002-11-29 [oliver]     0.8.6claws38
7532
7533         * src/toolbar.c 
7534                 remove not needed variables and includes
7535                 make messageview stay opened and move to next when msgs are deleted 
7536
7537 2002-11-29 [oliver]     0.8.6claws37
7538         
7539         * src/toolbar.c 
7540                 disable compose button (messageview toolbar) by default
7541                 deleted msgs are moved to trash
7542         
7543 2002-11-29 [melvin]     0.8.6claws36
7544
7545         * configure.in
7546                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7547                 and to detect signatures expirations (gpgme 0.3.6)
7548
7549         * src/main.c
7550                 Use non obsolescent function for Gpgme engine checking.
7551
7552         * src/rfc2015.c
7553                 Inform about expired signatures or signatures which key
7554                 has expired. Expiration date is displayed.
7555
7556         * src/sigstatus.c
7557                 Inform about expired signatures or signatures which key
7558                 has expired.
7559
7560 2002-11-28 [paul]       0.8.6claws35
7561
7562         * src/folderview.c
7563                 re-instate 'Check for new messages' in Newsgroup
7564                 folders right-click menu, after a suggestion from
7565                 Tim Mann <timmann@users.sourceforge.net>
7566
7567         * src/main.c
7568                 after a crash check only local folders for new
7569                 messages
7570
7571 2002-11-28 [paul]       0.8.6claws34
7572
7573         * configure.in
7574                 apply patch that fixes the checking of GTK with XIM 
7575                 support on different OSs, such as FreeBSD. Patch 
7576                 submitted by Topia <topia@users.sourceforge.net>
7577                 
7578 2002-11-28 [paul]       0.8.6claws33
7579
7580         * src/mainwindow.c
7581           src/prefs_common.c
7582           src/prefs_toolbar.c
7583                 more changes to the English
7584
7585 2002-11-28 [paul]       0.8.6claws32
7586
7587         * sync with 0.8.6cvs13
7588                 see ChangeLog 2002-11-28 (no sync needed
7589                 for src/compose.c)
7590
7591 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7592         
7593         * src/mainwindow.[ch]
7594                 add patch by Ivan F. Martinez introducing messageview Toolbar
7595                 some changes and committed by oliver    
7596
7597 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7598
7599         * src/messageview.[ch]
7600                 add patch by Ivan F. Martinez introducing messageview Toolbar
7601                 some changes and committed by oliver    
7602
7603 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7604
7605         * src/compose.[ch]
7606                 add patch by Ivan F. Martinez introducing messageview Toolbar
7607                 some changes and committed by oliver    
7608
7609 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7610         
7611         * src/toolbar.[ch]
7612                 add patch by Ivan F. Martinez introducing messageview Toolbar
7613                 some changes and committed by oliver
7614
7615 2002-11-28 [oliver]     0.8.6claws27
7616         
7617         * src/prefs_toolbar.[ch]
7618                 getting ready for messageview toolbar
7619                 free mem allocated by gettext
7620                 change prefs_toolbar to prefs_toolbar_open
7621  
7622 2002-11-28 [thorsten]   0.8.6claws26
7623
7624         * src/imageview.[ch]
7625                 cleaned up conflicting declarations of
7626                 imageview_show_image()
7627
7628 2002-11-28 [paul]       0.8.6claws25
7629
7630         * src/grouplistdialog.c
7631           src/prefs_common.c
7632           src/prefs_summary_column.c
7633                 a few more improvements to the English
7634
7635 2002-11-28 [colin]      0.8.6claws24
7636
7637         * man/sylpheed.1
7638                 A few updates to command-line parameters
7639
7640 2002-11-28 [colin]      0.8.6claws23
7641
7642         * src/prefs_filtering.c
7643                 Fix problems with prefs_filtering_delete_path:
7644                 a) if the first rule is removed, original pointers
7645                    weren't updated (leading to segfaults)
7646                 b) it was always global_processing updated in case
7647                    of removed path was parent of rule path
7648
7649 2002-11-27 [paul]       0.8.6claws22
7650
7651         * src/mainwindow.c
7652           src/prefs_account.c
7653           src/prefs_actions.c
7654           src/prefs_common.c
7655           src/prefs_customheader.c
7656           src/prefs_display_header.c
7657           src/prefs_filtering.c
7658           src/prefs_folder_item.c
7659           src/prefs_matcher.c
7660           src/prefs_scoring.c
7661           src/prefs_summary_column.c
7662           src/prefs_template.c
7663           src/prefs_toolbar.c
7664                  improve the English in the GUI
7665
7666 2002-11-27 [colin]      0.8.6claws21
7667
7668         * src/folder.c
7669                 Fix processing renaming problems happening after
7670                 last commit
7671
7672 2002-11-27 [colin]      0.8.6claws20
7673
7674         * src/folder.c
7675                 recursive move now deletes src each subfolder after 
7676                 having moved it
7677         * src/folderview.c
7678                 Use identifier instead of path during dnd (enables
7679                 IMAP folder dnd)
7680
7681 2002-11-27 [paul]       0.8.6claws19
7682
7683         * src/main.c
7684                 apply patch that does command-line processing 
7685                 BEFORE gtk_init, allowing claws to run from 
7686                 shell-scripts in non-X environment (e.g. crontab 
7687                 or ip-up, ip-down scripts). Patch submitted by
7688                 Ruslan N. Balkin <baron@dartel.ru>
7689                 
7690         * po/it.po
7691                 updated by Alessandro Maestri
7692
7693 2002-11-27 [paul]       0.8.6claws18
7694
7695         * sync with 0.8.6cvs12
7696           src/prefs_common.c
7697                 Differences are that main uses a 'Receive dialog'
7698                 frame on the Interface tab, whereas claws groups all 
7699                 the dialogs together in a 'Dialogs' frame.
7700
7701 2002-11-27 [colin]      0.8.6claws17
7702
7703         * src/prefs_matcher.c
7704                 Fix Execute criteria's NOT flag
7705
7706
7707 2002-11-26 [christoph]  0.8.6claws16
7708
7709         * src/ssl.c
7710                 rewrite the ssl code a little bit, only use one
7711                 SSL context, set default certificates' file/path
7712
7713 2002-11-26 [thorsten]   0.8.6claws15
7714
7715         * src/compose.c
7716                 default-reply-to didn't work for ml-reply
7717
7718 2002-11-26 [melvin]     0.8.6claws14
7719
7720         * src/prefs_actions.c
7721                 Made pipe-actions ignore short headers in message view
7722                 Made trailing-pipe-actions write in the message view with
7723                 the same font as the original message
7724
7725 2002-11-26 [paul]       0.8.6claws13
7726
7727         * src/compose.c
7728                 this time commit the correct file
7729
7730 2002-11-26 [paul]       0.8.6claws12
7731
7732         * sync with 0.8.6cvs11
7733           src/quote_fmt_parse.y  
7734                 no sync needed
7735           src/account.[ch]       
7736                 not sync'ed
7737           src/compose.c
7738                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7739                 on draft mode.
7740                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7741                 header
7742                 
7743         see ChangeLog 2002-11-25 and 2002-11-26
7744
7745 2002-11-26 [colin]      0.8.6claws11
7746
7747         * src/folderview.c
7748                 Fix collapsed folder not auto-expanding during
7749                 mail dnd, if it was the source folder.
7750
7751 2002-11-25 [colin]      0.8.6claws10
7752
7753         * src/folderview.[ch]
7754                 Variable renaming and cleaning (slist of nodes 
7755                 to be re-collapsed is stored in FolderView)
7756
7757 2002-11-25 [paul]       0.8.6claws9
7758
7759         * src/prefs_common.[ch]
7760                 fix breakage caused by last commit
7761
7762 2002-11-25 [paul]       0.8.6claws8
7763
7764         * sync with 0.8.6cvs4
7765                 see ChangeLog 2002-11-21
7766
7767 2002-11-25 [paul]       0.8.6claws7
7768
7769         * sync with 0.8.6cvs4
7770                 see ChangeLog 2002-11-20
7771
7772 2002-11-25 [paul]       0.8.6claws6
7773
7774         * sync with 0.8.6cvs3
7775                 see ChangeLog 2002-11-18
7776
7777 2002-11-25 [colin]      0.8.6claws5
7778
7779         * src/gtkutils.[ch]
7780                 Add gtkut_ctree_node_is_parent()
7781         * src/folderview.c
7782                 Spring-loaded folders
7783
7784 2002-11-25 [colin]      0.8.6claws4
7785
7786         * src/utils.[ch]
7787                 Add slist_concat_unique(), function to merge
7788                 two GSList filtering dups
7789         * src/folder.[ch]
7790         * src/summaryview.[ch]
7791         * src/folderview.c
7792         * src/main.c
7793                 Add detection/update/display of unread answers
7794                 to marked mails
7795         * src/procmsg.[ch]
7796                 Add procmsg_find_children()
7797                 Add procmsg_msg_has_marked_parent()
7798
7799 2002-11-25 [colin]      0.8.6claws3
7800
7801         * src/ssl_certificate.[ch]
7802                 Allow checking a certificate without a DNS
7803                 lookup
7804                 Allow to forget a cert (by deleting it)
7805                 Make ssl_certificate_destroy_public
7806         * src/ssl_manager.[ch] ** NEW FILES **
7807                 Gui to manage (display/remove) certificates
7808         * src/prefs_common.[ch]
7809                 Add a pref to allow silent acceptation of
7810                 trusted certificates or not (based on the
7811                 "I want to know what's going on" principle)
7812         * src/mainwindow.c
7813                 Add SSL manager in Tools menu
7814         * src/Makefile.am
7815                 Add the new files to the build
7816         * po/POTFILES.in
7817                 Add ssl_manager.c to translations
7818
7819 2002-11-25 [colin]      0.8.6claws2
7820
7821         * src/summaryview.[ch]
7822                 Add S_SEARCH_EXTENDED to the quick search, which 
7823                 allows to search using filtering syntax.
7824
7825 2002-11-25 [colin]      0.8.6claws1
7826
7827         * src/summaryview.c
7828                 Deletion of duplicates now prefer deleting
7829                 the unread dup (fixes feature-request 638989).
7830
7831 2002-11-24 [paul]       0.8.6claws
7832
7833         * po/es.po
7834           po/pl.po
7835           po/ru.po
7836           po/sr.po
7837                 updated by Ricardo Mones Lastra,
7838                 Witold Wladyslaw Wojciech Wilk,
7839                 Ruslan N. Balkin, and  Urke MMI 
7840                 respectively
7841
7842 2002-11-24 [paul]       0.8.5claws182
7843
7844         * po/bg.po
7845                 updated by George Danchev
7846
7847 2002-11-23 [alfons]     0.8.5claws181
7848
7849         * src/imap.c
7850                 tiny memory leak found by browsing Dimitar's 
7851                 valgrind report
7852
7853 2002-11-23 [paul]       0.8.5claws180
7854
7855         * po/it.po
7856                 updated by Alessandro Maestri
7857
7858 2002-11-22 [christoph]  0.8.5claws179
7859
7860         * src/compose.c
7861         * src/inc.c
7862         * src/prefs_filtering.c
7863         * src/summaryview.c
7864                 more warning fixes
7865
7866 2002-11-22 [alfons]     0.8.5claws178
7867
7868         * src/summaryview.c
7869                 summary_execute_delete_func(): if message is deleted, make 
7870                 sure to also remove its entry in the subject hash table. 
7871                 fixes a corner case bug.
7872
7873 2002-11-22 [paul]       0.8.5claws177
7874
7875         * .cvsignore
7876                 add 'autom4te.cache'
7877                 
7878         * ltconfig      ** REMOVED **
7879                 not needed
7880
7881 2002-11-22 [paul]       0.8.5claws176
7882
7883         * src/textview.c
7884                 textview_set_font(): fix for message display in
7885                 UTF-8 locales (thanks to Sergey Vlasov).
7886                 
7887         * AUTHORS
7888                 add new team members and contributors
7889
7890
7891 2002-11-21 [colin]      0.8.5claws175
7892
7893         * src/procmsg.[ch]
7894                 Add procmsg_remove_special_headers()
7895         * src/mh.c
7896                 Use procmsg_remove_special_headers() for 
7897                 previous fix
7898
7899 2002-11-21 [colin]      0.8.5claws174
7900
7901         * src/mh.c
7902                 Fix moving/copying from queue/draft folders
7903                 for MH folders
7904
7905 2002-11-21 [christoph]  0.8.5claws173
7906
7907         * src/crash.c
7908         * src/filtering.c
7909         * src/logwindow.c
7910         * src/main.c
7911         * src/matcher_parser_lex.[hl]
7912         * src/mbox.c
7913         * src/mbox_folder.[ch]
7914         * src/prefs_filtering.c
7915         * src/procheader.c
7916         * src/quote_fmt_lex.l
7917         * src/ssl.c
7918                 fix all warnings except the warnings in lex and yacc files
7919
7920 2002-11-20 [christoph]  0.8.5claws172
7921
7922         * src/imap.c
7923                 fix MsgInfo retrieval for IMAP draft and queue folders
7924                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7925
7926 2002-11-19 [christoph]  0.8.5claws171
7927
7928         * src/compose.c
7929                 fix segfault, when draft saving does not get
7930                 the MsgInfo of the new message
7931                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7932
7933 2002-11-19 [christoph]  0.8.5claws170
7934
7935         * src/procmsg.c
7936                 add parameter check for flag setting function
7937                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7938
7939 2002-11-18 [paul]       0.8.5claws169
7940
7941         * src/compose.c
7942                 more sensitivity fixes to redirect mode:
7943                 * disable toolbar draft button
7944                 * allow only Address book in the Tools menu
7945                 * disable editing of message by the spell
7946                   checker
7947
7948 2002-11-18 [paul]       0.8.5claws168
7949
7950         * src/compose.c
7951                 fix sensitivity of menu items in compose_redirect():
7952                 allow only the necessary items 
7953
7954 2002-11-18 [paul]       0.8.5claws167
7955
7956         * src/compose.c
7957                 fix bug [ 603259 ] 'attachment got lost on bounce'
7958
7959 2002-11-18 [paul]       0.8.5claws166
7960
7961         * po/ru.po
7962                 updated by Ruslan N. Balkin <baron@dartel.ru>
7963
7964 2002-11-18 [colin]      0.8.5claws165
7965
7966         * src/main.c
7967           src/defs.h
7968                 Remove old filtering stuff
7969
7970
7971 2002-11-17 [oliver]     0.8.5claws164
7972
7973         * src/toolbar.h
7974                 remove not needed typedef 
7975
7976 2002-11-17 [oliver]     0.8.5claws163
7977
7978         * src/toolbar.c
7979                 make toolbar's on click events translatable
7980
7981 2002-11-15 [colin]      0.8.5claws162
7982
7983         * src/summaryview.c
7984                 Revert too-soon integration of a feature
7985
7986 2002-11-15 [christoph]  0.8.5claws161
7987
7988         * src/imap.c
7989                 use main's implementation of imap_get_msginfo
7990
7991 2002-11-15 [christoph]  0.8.5claws160
7992
7993         * src/compose.c
7994         * src/folder.[ch]
7995         * src/imap.c
7996         * src/mbox_folder.c
7997         * src/mh.c
7998         * src/news.c
7999         * src/procmsg.c
8000         * src/summaryview.c
8001                 replace claws' fetch_msginfo with main's get_msginfo
8002                 (use main's implementation where possible)
8003
8004 2002-11-15 [colin]      0.8.5claws159
8005
8006         * src/ssl_certificate.c
8007                 Missed a check
8008
8009 2002-11-16 [melvin]     0.8.5claws158
8010
8011         * po/fr.po
8012                 Updated French translations.
8013
8014 2002-11-16 [colin]      0.8.5claws157
8015
8016         * src/ssl_certificate.c
8017                 Check for missing parts in the certificates
8018
8019 2002-11-15 [colin]      0.8.5claws156
8020
8021         * src/folderview.c
8022                 Preventive fix (missing check) found by
8023                 Alfons
8024
8025 2002-11-15 [paul]
8026
8027         * NEWS
8028                 sync with 0.8.6 release
8029
8030 2002-11-15 [colin]      0.8.5claws155
8031
8032         * src/folder.[ch]
8033           src/folderview.c
8034                 Fix error handling of folder_item_move_to()
8035                 (thanks to Alfons!)
8036
8037 2002-11-15 [colin]      0.8.5claws154
8038
8039         * src/folder.[ch]
8040           src/folderview.c
8041                 folder_item_move_to() sets an error message instead
8042                 of having GUI stuff in folder.c
8043
8044 2002-11-15 [colin]      0.8.5claws153
8045
8046         * src/procmsg.[ch]
8047                 Implemented a callback for MsgInfo updates, 
8048                 heavily copy/pasted from Christoph's folder 
8049                 callback system
8050         * src/summaryview.[ch]
8051                 Register summary_update_msg as callback
8052
8053 2002-11-14 [colin]      0.8.5claws152
8054         
8055         * src/procmsg.c
8056                 Update the FolderItem after sending (fixes 617593)
8057
8058 2002-11-14 [christoph]  0.8.5claws151
8059
8060         * src/folder.c
8061                 fix wrong position of NULL pointer check found
8062                 by Sergey
8063
8064 2002-11-14 [christoph]  0.8.5claws150
8065
8066         * src/folder.c
8067                 fix segfault when deleting messages from IMAP folders
8068                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
8069
8070 2002-11-14 [colin]      0.8.5claws149
8071
8072         * src/compose.c
8073                 Forwarding was also ignoring the folder's default account.
8074
8075 2002-11-14 [colin]      0.8.5claws148
8076
8077         * src/compose.c
8078                 Fix sent folder not set to folder properties when 
8079                 forwarding.
8080
8081 2002-11-14 [thorsten]   0.8.5claws147
8082
8083         * src/inc.c
8084                 inc_start(): Files were not moved from .processing to inbox,
8085                 if no global processing rule existed
8086
8087 2002-11-14 [colin]      0.8.5claws146
8088
8089         * src/ssl_certificate
8090                 Fix file operations
8091
8092 2002-11-14 [paul]       0.8.5claws145
8093
8094         * po/it.po
8095                 updated by Alessandro Maestri
8096
8097 2002-11-13 [alfons]     0.8.5claws144
8098
8099         * src/folder.c
8100                 folder_item_close(): only mark messages unread
8101                 when a folder has new messages 
8102
8103 2002-11-13 [keith]      0.8.5claws143
8104
8105         * src/imap.c
8106                 Fix problem moving or copying between
8107                 IMAP folders
8108
8109 2002-11-13 [colin]      0.8.5claws142
8110
8111         * src/matcher_parser_parse.y
8112                 Fix rule problem when " don't match
8113
8114 2002-11-13 [christoph]  0.8.5claws141
8115
8116         * src/folder.c
8117         * src/folderview.c
8118                 moved cache saving to folder_item_close
8119                 the folderview should not have to deal with
8120                 this things
8121
8122 2002-11-13 [christoph]  0.8.5claws140
8123
8124         * src/summaryview.c
8125                 moved setting of important score to
8126                 summary_set_prefs_from_folderitem
8127
8128 2002-11-13 [colin]      0.8.5claws139
8129
8130         * src/matcher_parser_parse.y
8131                 Fix a segfault in the parser (happening when
8132                 a good expression had been tested and a bad 
8133                 one arrives)
8134
8135 2002-11-13 [paul]       0.8.5claws138
8136
8137         * sync with 0.8.5cvs24
8138                 see ChangeLog 2002-11-13
8139                 
8140         * po/pt_BR.po
8141                 updated by Fabio Jr. Beneditto
8142
8143 2002-11-13 [colin]      0.8.5claws137
8144         
8145         * src/msgcache.c
8146           src/defs.h
8147           src/procmsg.[ch]
8148                 Revert last commit, problem
8149
8150 2002-11-13 [colin]      0.8.5claws136
8151
8152         * src/msgcache.c
8153                 Remove duplicated code
8154         * src/defs.h
8155                 Bumped CACHE_VERSION and MARK_VERSION
8156         * src/procmsg.[ch]
8157                 Network endian for cache and mark files
8158
8159 2002-11-12 [colin]      0.8.5claws135
8160
8161         * src/inc.c
8162                 Fix the "socket error" dialog which disappeared
8163
8164 2002-11-12 [colin]      0.8.5claws134
8165
8166         * src/msgcache.c
8167                 Reverse last commit which had performance 
8168                 problems, but still reverse the list
8169
8170 2002-11-12 [colin]      0.8.5claws133
8171
8172         * src/msgcache.c
8173                 Reverse list order
8174
8175 2002-11-12 [melvin]     0.8.5claws132
8176
8177         * src/compose.c
8178                 Added a check for a NULL prefs_common.dictionary
8179
8180 2002-11-12 [colin]      0.8.5claws131
8181
8182         * src/ssl_certificate.[ch]
8183                 Use FQDN hostname
8184
8185 2002-11-12 [colin]      0.8.5claws130
8186
8187         * src/ssl_certificate.[ch]
8188                 Take connection port into account for 
8189                 checking certificates (a single hostname
8190                 could have multiple servers with multiple
8191                 certificates)
8192         * src/ssl.c
8193                 Pass the port to ssl_certificate_check
8194
8195 2002-11-12 [paul]       0.8.5claws129
8196
8197         * src/folder.c
8198                 fix a typo in last commit
8199
8200 2002-11-12 [paul]       0.8.5claws128
8201
8202         * sync with 0.8.5cvs23
8203                 see ChangeLog entry 2002-11-12
8204
8205 2002-11-11 [colin]      0.8.5claws127
8206
8207         * src/ssl_certificate.c
8208                 Cleaner messages
8209                 Don't popup, instead log error, if the 
8210                 corresponding pref is checked
8211         * src/ssl_certificate.h
8212                 include <openssl/objects/h>
8213
8214 2002-11-11 [colin]      0.8.5claws126
8215
8216         * src/ssl_certificate.h
8217                 _Really_ clean it
8218
8219 2002-11-11 [colin]      0.8.5claws125
8220         
8221         * src/ssl_certificate.c
8222                 Fixed leak
8223
8224 2002-11-11 [colin]      0.8.5claws124
8225
8226         * src/ssl.c
8227                 Cleaned a bit
8228         * src/ssl_certificate.[ch]
8229                 Cleaned a bit (better use of SSL API)
8230                 (This will cause non-recognition of saved 
8231                  certificates of claws12[23]...)
8232
8233 2002-11-11 [paul]       0.8.5claws123
8234         
8235         * po/es.po
8236                 updated by Ricardo Mones Lastra
8237
8238 2002-11-11 [colin]      0.8.5claws122
8239
8240         * src/ssl.c
8241                 Fix a typo
8242
8243 2002-11-11 [colin]      0.8.5claws121
8244
8245         * src/ssl_certificate.[ch] ** NEW FILES **
8246         * src/ssl.[ch]
8247                 Check SSL certificates presented to us
8248         * src/Makefile.am
8249                 Add ssl_certificate.[ch]
8250         * po/POTFILES.in
8251                 Add ssl_certificate.c
8252
8253 2002-11-11 [paul]       0.8.5claws120
8254
8255         * sync with 0.8.5cvs22
8256                 see ChangeLog 2002-11-11
8257
8258 2002-11-11 [paul]       0.8.5claws119
8259
8260         * sync with 0.8.5cvs21
8261                 see ChangeLog 2002-11-11
8262
8263 2002-11-10 [jens]       0.8.5claws118
8264
8265         * src/folder.c
8266         * src/folderview.c
8267                 corrected some typing
8268         * po/de.po
8269                 updated german translation
8270         * sylpheed.spec.in
8271                 cleaned up specfile and adjusted it for claws
8272
8273 2002-11-10 [colin]      0.8.5claws117
8274
8275         * src/summaryview.c
8276                 a STATUSBAR_PUSH/POP fix
8277
8278 2002-11-10 [colin]      0.8.5claws116
8279
8280         * src/prefs_folder_item.c
8281                 Fix hanging after opening folder properties
8282
8283 2002-11-10 [hoa]        0.8.5claws115
8284
8285         * src/matcher_parser_lex.l
8286         * src/matcher_parser_parse.y
8287                 config file for scoring and filtering is no more trashed
8288                 when there is a syntax error in a filtering rule when
8289                 editing it in a dialog.
8290
8291 2002-11-09 [colin]      0.8.5claws114
8292
8293         * src/mbox_folder.c
8294                 Added missing initialisation of folder->destroy()
8295
8296 2002-11-09 [colin]      0.8.5claws113
8297
8298         * src/folder.c
8299           src/folderview.c
8300                 Fix the status bar messages
8301
8302 2002-11-09 [colin]      0.8.5claws112
8303
8304         * src/folderview.c
8305                 Fix hangs after folder dnd, happening after 
8306                 claws109.
8307
8308 2002-11-09 [christoph]  0.8.5claws111
8309
8310         * src/folderview.c
8311                 just changed order of calls (reverse order of
8312                 associated calls)
8313         * src/inc.c
8314                 lock inc when checking only one account, otherwise
8315                 inc all could be executed at the same time
8316
8317 2002-11-09 [christoph]  0.8.5claws110
8318
8319         * src/folderview.c
8320                 better unlock the mouse cursor before calling
8321                 summary_show because it changes the cursor too
8322
8323 2002-11-09 [christoph]  0.8.5claws109
8324
8325         * src/folder.[ch]
8326         * src/folderview.c
8327                 add functions to open and close a folder
8328                 o opending will execute scanning for remote folders
8329                   and processing
8330                 o closing will unset new flag for messages
8331
8332 2002-11-09 [colin]      0.8.5claws108
8333
8334         * src/folder.c
8335                 Add a call to prefs_matcher_write_config to 
8336                 avoid non-leaf folders filtering settings to be
8337                 lost
8338
8339 2002-11-09 [paul]       0.8.5claws107
8340
8341         * src/prefs_account.c
8342                 re-word a label
8343
8344 2002-11-09 [colin]      0.8.5claws106
8345
8346         * src/folderview.c
8347                 Minor esthetic fix
8348
8349 2002-11-09 [colin]      0.8.5claws105
8350
8351         * src/folderview.c
8352                 Fix prefs_filtering deletion for MH folders (same
8353                 reason as below)
8354         * src/prefs_filtering.c
8355                 Fix prefs_filtering renaming and deletion for 
8356                 folder-based processing rules.  
8357
8358 2002-11-09 [christoph]  0.8.5claws104
8359
8360         * src/compose.c
8361         * src/folder.[ch]
8362         * src/folderview.[ch]
8363         * src/import.c
8364         * src/inc.c
8365         * src/main.c
8366         * src/mainwindow.c
8367         * src/messageview.c
8368         * src/prefs_folder_item.c
8369         * src/procmsg.c
8370         * src/summaryview.c
8371                 implement a callback system for folder item updates
8372
8373 2002-11-09 [colin]      0.8.5claws103
8374
8375         * src/folderview.c
8376                 Fix prefs_filtering renaming for MH folders (we
8377                 shouldn't rename by path as another folder could
8378                 have the same hierarchy).
8379
8380 2002-11-09 [colin]      0.8.5claws102
8381
8382         * src/folder.c
8383                 Fix a leak found by Christoph, use better variable
8384                 names
8385
8386 2002-11-09 [colin]      0.8.5claws101
8387
8388         * src/folder.c
8389                 One more fix for processing rules
8390
8391 2002-11-08 [colin]      0.8.5claws100
8392         
8393         * src/matcher.c
8394                 Don't copy the compiled regexp (will be reevaluated)
8395         * src/folderview.c
8396                 Lock folderview while moving
8397         * src/folder.c
8398                 Provide info on what's happening to the user
8399
8400 2002-11-08 [colin]      0.8.5claws99
8401
8402         * src/folderview.c
8403                 Fix folder reordering after a move if parent is 
8404                 root
8405         * src/scoring.[ch]
8406                 Add function to copy a ScoringProp
8407         * src/prefs_folder_item.c
8408                 Copy scoring rules when copying a folder prefs
8409
8410 2002-11-08 [colin]      0.8.5claws98
8411
8412         * src/folderview.c
8413                 Fixes in case of failure
8414         * src/filtering.[ch]    
8415                 Add function to duplicate a FilteringProp
8416         * src/matcher.[ch]
8417                 Add function to duplicate a MatcherProp
8418         * src/prefs_folder_item.c
8419                 Save folder's processing rules when copying 
8420                 its prefs
8421
8422 2002-11-08 [colin]      0.8.5claws97
8423         
8424         * src/folderview.c
8425                 Sort after move
8426         * src/folder.c 
8427                 Change a printf to debug_print
8428
8429 2002-11-08 [colin]      0.8.5claws96
8430
8431         * src/folder.c
8432           src/folderview.c
8433                 Fix segfaults, call me stupido
8434         
8435
8436 2002-11-08 [colin]      0.8.5claws95
8437
8438         *src/folder.c
8439                 Added forgotten prefs to save when moving folders
8440
8441 2002-11-08 [colin]      0.8.5claws94
8442
8443         * src/folder.c
8444                 Fixes to folder DND (prefs copy)
8445         * src/folderview.c
8446                 Optimization for folder DND (don't rescan whole tree)
8447                 Added folderview_create_folder_node() for this 
8448                 optimization, so de-duped a bit the code
8449         * src/prefs_folder_item.[ch]
8450                 Added prefs_folder_item_copy_prefs()    
8451           
8452 2002-11-08 [paul]       0.8.5claws93
8453
8454         * src/prefs_account.c
8455           tools/README
8456           tools/kmail2sylpheed_v2.pl
8457                 correct some typos
8458
8459 2002-11-08 [paul]       0.8.5claws92
8460
8461         * src/compose.c
8462           src/prefs_account.[ch]
8463                 remove account options 'clearsign' and 'ascii_armored',
8464                 replace with 'default_gnupg_mode' to prevent mixed-mode
8465                 Privacy settings
8466
8467 2002-11-08 [paul]       0.8.5claws91
8468
8469         * src/compose.[ch]
8470                 re-implement GnuPG 'on-the-fly' mode selection,
8471                 disallow mixed-mode
8472
8473 2002-11-08 [colin]      0.8.5claws90
8474
8475         * src/folderview.c
8476           src/prefs_folder_item.c
8477                 Change "Property" to "Properties"
8478
8479 2002-11-07 [colin]      0.8.5claws89
8480
8481         * src/folderview.c
8482           src/folder.c
8483                 Allow folder dropping to a root folder
8484
8485 2002-11-07 [paul]       0.8.5claws88
8486
8487         * src/compose.c
8488                 revert last commit
8489
8490 2002-11-07 [paul]       0.8.5claws87
8491
8492         * src/compose.c
8493                 fix reply-to-list bug. closes bug report
8494                 "[633382] reply-to-list broken in recent cvs"
8495
8496 2002-11-07 [paul]       0.8.5claws86
8497
8498         * src/compose.c
8499                 add a forgotten '#if USE_GPGME ... #endif'
8500
8501 2002-11-07 [paul]       0.8.5claws85
8502
8503         * sync with 0.8.5cvs20
8504                 see ChangeLog 2002-11-07
8505
8506 2002-11-07 [colin]      0.8.5claws84
8507
8508         * src/folder.[ch]
8509                 Change folder_item_move_to to return the newly 
8510                 created folderitem.
8511         * src/folderview.c
8512                 Select the new folderitem after moving.
8513
8514 2002-11-07 [colin]      0.8.5claws83
8515
8516         * src/prefs_filtering.c
8517                 Fix rule rewriting when moving a leaf folder to a 
8518                 shorter path
8519
8520 2002-11-07 [colin]      0.8.5claws82
8521
8522         * src/prefs_filtering.c
8523                 fix a leak
8524
8525 2002-11-07 [colin]      0.8.5claws81
8526
8527         * src/folder.[ch]
8528                 Add folder_item_move_to() function to move a 
8529                 folderitem into another one (updates matcher etc)
8530         * src/folderview.c
8531                 Add folder drag'n drop (context menu to come)
8532                 [Should be dataloss free, but Please backup before 
8533                  trying !]
8534
8535 2002-11-06 [colin]      0.8.5claws80
8536
8537         * src/mh.c
8538                 mh_create_folder() returns NULL if can't create
8539                 directory hierarchy
8540
8541 2002-11-06 [paul]       0.8.5claws79
8542
8543         * src/compose.[ch]
8544                 allow 'on-the-fly' changing of the type of encryption 
8545                 and/or signing used (mime/ascii) via the compose window
8546
8547 2002-11-06 [paul]       0.8.5claws78
8548
8549         * sync with 0.8.5cvs19
8550                 see ChangeLog 2002-11-06 for src/account.c: 
8551                 account_get_special_folder()
8552                 
8553 2002-11-05 [alfons]     0.8.5claws77
8554
8555         * src/crash.c
8556                 very minor cleanups: nothing to see here, move on. :-)
8557
8558 2002-11-05 [colin]      0.8.5claws76
8559
8560         * src/main.c
8561                 Changes choices if compose windows are opened to
8562                 Discard, Draft, Don't quit
8563
8564 2002-11-05 [thorsten]   0.8.5claws75
8565
8566         * src/compose.c
8567                 reenabled default_reply_to folder option
8568
8569 2002-11-05 [colin]      0.8.5claws74
8570
8571         * src/compose.[ch] 
8572                 add compose_draft()
8573         * src/crash.c
8574                 add SIGTERM handler
8575         * src/main.[ch]
8576                 add clean_quit() for the SIGTERM handler
8577
8578 2002-11-05 [paul]       0.8.5claws73
8579         
8580         * po/es.po
8581                 updated by Ricardo Mones Lastra
8582
8583 2002-11-05 [melvin]     0.8.5claws72
8584
8585         * src/logwindow.c
8586                 Fixed log-clipping bug #616795.
8587                 To stop logging in the log window use 0 length.
8588         * src/prefs_common.c
8589                 Added a label to inform about the 0 log length behaviour.
8590
8591 2002-11-05 [paul]       0.8.5claws71
8592
8593         * sync with 0.8.5cvs17
8594                 see ChangeLog 2002-11-05
8595
8596 2002-11-04 [paul]       0.8.5claws70
8597
8598         * sylpheed-128x128.png
8599           sylpheed-64x64.png
8600           sylpheed.png
8601                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8602                 <nikai@users.sourceforge.net>
8603                 
8604         * po/bg.po
8605                 updated by George Danchev
8606
8607 2002-11-03 [thorsten]   0.8.5claws69
8608
8609         * src/main.c
8610           src/mimeview.c
8611           src/rfc2015.h
8612                 add check if gpg is active
8613
8614 2002-11-03 [thorsten]   0.8.5claws68
8615
8616         * src/toolbar.h
8617                 removed GSList declaration causing trouble on MacOS-X
8618                 (submitted by alfons, reported by xfesty)
8619
8620 2002-11-01 [paul]       0.8.5claws67
8621
8622         * src/mainwindow.c
8623                 remove last remnants of main's filter code
8624
8625 2002-11-01 [paul]       0.8.5claws66
8626
8627         * tools/filter_conv.pl
8628                 fix bug where user-defined headers were ignored
8629
8630 2002-11-01 [paul]       0.8.5claws65
8631
8632         * src/logwindow.c
8633                 make a debug_print() not translatable
8634
8635 2002-10-31 [melvin]     0.8.5claws64
8636
8637         * ac/aspell.m4
8638                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8639                 not run any GNU/aspell test.  The dictionary path will
8640                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8641                 was given, in which case, it will be $prefix/lib/aspell/
8642         * configure.in
8643                 Fixed typo in commentary (Aspell code).
8644
8645 2002-10-31 [paul]       0.8.5claws63
8646
8647         * po/POTFILES.in
8648                 remove src/filter.c and src/prefs_filter.c
8649                 thanks to Ricardo for reminding me
8650
8651 2002-10-31 [colin]      0.8.5claws62
8652
8653         * src/mbox_folder.c
8654                 Plug some leaks
8655
8656 2002-10-31 [paul]       0.8.5claws61
8657
8658         * src/prefs_filter.[ch] ** REMOVED **
8659           src/filter.[ch]       ** REMOVED **
8660           
8661         * src/Makefile.am
8662           src/folderview.c
8663           src/inc.c
8664           src/main.c
8665           src/mainwindow.c
8666           src/mbox.c
8667           src/prefs_common.c
8668           src/prefs_filtering.c
8669           src/summaryview.[ch]
8670                 remove main's 'filter' code
8671                 
8672         README.claws
8673                 update to reflect removal of main's filter
8674
8675 2002-10-31 [paul]       0.8.5claws60
8676
8677         * src/summaryview.c
8678                 remove check for global_processing in summary_filter_open(). 
8679                 This fixes the bug where if the user uses the right-click 
8680                 'Create filter rule...' and doesn't have any filter rules 
8681                 already defined in claws' advanced filtering, the newly 
8682                 created filter rule goes to main's filtering which is 
8683                 inaccessible through the gui. Now the filter rule gets added
8684                 to claws' filtering by default.
8685
8686 2002-10-28 [melvin]     0.8.5claws59
8687
8688         * src/prefs_actions.c
8689                 Fixed bug #627322 where MIME parts were not always
8690                 correctly passed to a %p action
8691                 Display an error dialog when message filename is not found.
8692
8693 2002-10-28 [melvin]     0.8.5claws58
8694
8695         * src/prefs_common.c
8696                 Readded a missing function declaration lost in 0.8.3claws34
8697
8698 2002-10-28 [paul]       0.8.5claws57
8699
8700         * sync with 0.8.5cvs15
8701                 see ChangeLog 2002-10-28 and 2002-10-25
8702                 
8703         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8704
8705 2002-10-27 [oliver]     0.8.5claws56
8706
8707         * src/pop.c
8708                 plug leak in pop3_top_recv
8709
8710 2002-10-26 [christoph]  0.8.5claws55
8711
8712         * src/folder.c
8713                 set need_update folder flag when messages are added
8714                 (closes bug [ 626922 ] folder not updated after receiving)
8715
8716 2002-10-25 [melvin]     0.8.5claws54
8717
8718         * src/imageview.c
8719                 Fixed a memleak introduced in the scaling code.
8720
8721 2002-10-24 [alfons]     0.8.5claws53
8722
8723         * src/filtering.c
8724                 make filtering's forward message action forward from the 
8725                 correct account
8726                 (closes bug [628089 ] Filter -> Forward from address problem
8727                 reported by Oktay)
8728
8729 2002-10-24 [christoph]  0.8.5claws52
8730
8731         * src/mainwindow.c
8732         * src/manual.[ch]
8733                 o use manual of current locale or english if current
8734                   locale is not available (and english is available)
8735                 o also link to sylpheed doc project manuals
8736
8737 2002-10-23 [paul]       0.8.5claws51
8738
8739         * tools/README
8740           tools/kmail2sylpheed_v2.pl
8741                 add new version of kmail addressbook importer script.
8742                 works with newer versions of Kmail/KAddressBook which
8743                 have new and rearranged data.
8744
8745 2002-10-23 [martin]     0.8.5claws50
8746
8747         * src/folderview.c
8748         * src/summaryview.c
8749         * src/utils.h
8750         * src/utils.c
8751                 added length parameter to get_abbrev_newsgroup_name()
8752                 changed this function so that it abbreviates the newsgroup
8753                 names only so long it is smaller than the length parameter
8754                 (for better reading of some newsgroup names and space efficiency)
8755
8756 2002-10-22 [colin]      0.8.5claws49
8757
8758         *src/foldersel.c
8759                 Revert Alfons' last modification (after voting ;-))
8760
8761 2002-10-21 [alfons]     0.8.5claws48
8762
8763         * src/foldersel.c
8764                 folder view in folder selection dialog reflects state of
8765                 folder view in main window
8766
8767 2002-10-18 [alfons]     0.8.5claws47
8768
8769         * src/mbox.c
8770                 drop imported messages in folder selected by user,
8771                 and not in the inbox
8772                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8773
8774 2002-10-18 [alfons]     0.8.5claws46
8775
8776         * src/compose.c
8777                 make automagic reply work correctly for email accounts 
8778                 (whether it's viable to do a full sync with Hiro's 
8779                 compose.c is still under discussion)
8780
8781 2002-10-18 [melvin]     0.8.5claws45
8782
8783         * src/prefs_actions.c
8784                 Fixed bug #622275 where asynchroneous actions left 
8785                 zombies processes
8786                 Made (synchroneous) actions' input be displayed live.
8787
8788 2002-10-18 [christoph]  0.8.5claws44
8789
8790         * src/textview.c
8791                 don't add a newline in the textview in front of the
8792                 first textpart if header display is disabled
8793                 (closes bug [ 603385 ] disabled header display leaves blank
8794                  lin)
8795
8796 2002-10-18 [christoph]  0.8.5claws43
8797
8798         * src/folder.[ch]
8799         * src/imap.c
8800         * src/mbox_folder.c
8801         * src/mh.c
8802         * src/news.c
8803                 folder->get_num_list now returns an error code
8804                 (closes bug [ 609424 ] News cache cleared on failure)
8805                 
8806 2002-10-17 [colin]      0.8.5claws42
8807         
8808         * src/news.c
8809                 Changed a printf by debug_print
8810
8811 2002-10-16 [paul]       
8812
8813         * tools/OOo2sylpheed.pl
8814                 allow for spaces in the name of the
8815                 file to be attached.
8816
8817 2002-10-16 [colin]      0.8.5claws41
8818
8819         * src/main.c
8820                 Use a tristate to change online mode
8821
8822 2002-10-16 [paul]       0.8.5claws40
8823
8824         * po/es.po
8825                 updated by Ricardo Mones Lastra
8826
8827 2002-10-16 [colin]      0.8.5claws39
8828
8829         * src/main.c
8830           src/mainwindow.[ch]
8831                 Added --online and --offline command-line
8832                 switches
8833
8834 2002-10-15 [christoph]  0.8.5claws38
8835
8836         * src/procmime.c
8837                 set mimeinfo->name to NULL after g_free to
8838                 avoid double freeing with g_free
8839
8840 2002-10-14 [christoph]  0.8.5claws37
8841
8842         * src/compose.c
8843         * src/filtering.c
8844         * src/summaryview.c
8845                 remove calls to folder->change_flags that are now
8846                 done by procmsg flag functions (seems it is not
8847                 used by any foldertype anyway)
8848         * src/folder.c
8849                 init folder->change_flags with NULL
8850
8851 2002-10-14 [christoph]  0.8.5claws36
8852
8853         * src/folder.[ch]
8854         * src/imap.[ch]
8855                 use virtual functions for folder item new and destroy
8856                 functions
8857
8858 2002-10-14 [melvin]     0.8.5claws35
8859
8860         * src/compose.c
8861                 Added a test to not run the spell checker if no default
8862                 dictionary is available. No dialog is displayed though.
8863
8864 2002-10-14 [melvin]     0.8.5claws34
8865
8866         * src/gtkaspell.c
8867                 Fixed bug in dictionary list context menu where
8868                 "More..." pointed to an emtpy submenu if the
8869                 number of dictionaries is a multiple of 15
8870                 Removed unneeded code in suggestions list creation
8871
8872 2002-10-14 [paul]       0.8.5claws33
8873
8874         * po/bg.po
8875                 updated by George Danchev
8876
8877 2002-10-13 [hoa]        0.8.5claws32
8878
8879         * src/matcher.[ch]
8880           src/matcher_parser_parser.y
8881                 removed the escaped string from internal structure
8882                 of matcher.
8883
8884 2002-10-12 [colin]      0.8.5claws31
8885
8886         * src/gtksctree.[ch]
8887           src/summaryview.c
8888                 Removed useless function gtksctree_reanchor
8889
8890 2002-10-12 [alfons]     0.8.5claws30
8891         
8892         * sync with remaining main changes 2002-10-09 - 2002-10-11
8893         - drop changes to src/compose.c (requires claws specific changes)
8894         
8895 2002-10-12 [alfons]     0.8.5claws29
8896         
8897         * sync with main changes of 2002-10-08
8898         - drop changes to src/compose.c (requires claws specific changes)
8899         - drop changes to src/summaryview.c (requires changes to compose.c)     
8900
8901 2002-10-12 [alfons]     0.8.5claws28
8902         
8903         * sync with main changes of 2002-10-07
8904
8905 2002-10-12 [alfons]     0.8.5claws27
8906
8907         * sync with main changes of 2002-10-04
8908         - drop changes to src/compose.c (requires claws specific changes)
8909         - drop changes to src/prefs_folder_item.c (claws implementation
8910           seems to be working)
8911
8912 2002-10-12 [colin]      0.8.5claws26
8913
8914         * src/mainwindow.c
8915                 Fix folder-flicker when space-reading, introduced 
8916                 in claws22.
8917
8918 2002-10-12 [colin]      0.8.5claws25
8919
8920         * src/compose.c
8921                 Save account address when saving as draft.
8922                 (closes bug 621838)
8923
8924 2002-10-12 [colin]      0.8.5claws24
8925
8926         * src/summaryview.c
8927                 Fix the problem consisting of no message selected
8928                 after the last message in a folder has been moved.
8929
8930 2002-10-12 [paul]       0.8.5claws23
8931
8932         * src/compose.c
8933           src/prefs_template.c
8934           src/template.[ch]
8935                 add Cc and Bcc to templates. Patch submitted by
8936                 John L. Males.
8937
8938 2002-10-12 [colin]      0.8.5claws22
8939
8940         * src/folderview.c
8941                 Fix a bug after "Check for new messages":
8942                 If a folder was opened, it was still selected at
8943                 the end of the check, but displayed empty.
8944         * src/mainwindow.c
8945                 Remove unnecessary check
8946
8947 2002-10-12 [paul]
8948
8949         * tools/README
8950                 be more verbose in the description of
8951                 OOo2sylpheed.pl
8952                 
8953
8954 2002-10-11 [colin]      0.8.5claws21
8955
8956         * src/mainwindow.c
8957                 Make space work (better) when no mail is selected
8958
8959 2002-10-11 [colin]      0.8.5claws20
8960
8961         * src/inc.c
8962           src/news.c
8963                 fix warnings
8964
8965 2002-10-11 [colin]      0.8.5claws19
8966
8967         * src/mainwindow.c
8968                 revert 0.8.5claws6 changes as i couldn't get to
8969                 anything satisfying
8970
8971 2002-10-11 [melvin]     0.8.5claws18
8972
8973         * src/compose.c
8974                 Removed buggy and unused macro (should have been committed in
8975                 0.8.5claws17)
8976
8977 2002-10-11 [melvin]     0.8.5claws17
8978
8979         * src/compose.c
8980                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8981
8982 2002-10-11 [thorsten]   0.8.5claws16 
8983
8984         * src/folderview.c
8985                 remove rescan warning
8986
8987 2002-10-11 [colin]      0.8.5claws15 
8988
8989         * src/procheader.c
8990                 fix a segfault that happens if conv_unmime_header
8991                 fails (should be better to find out why it fails)
8992
8993 2002-10-11 [christoph]  0.8.5claws14
8994
8995         * src/summaryview.c
8996                 update folderview stats after ignore/unignore thread
8997
8998 2002-10-11 [hoa]        0.8.5claws13
8999
9000         * src/quote_fmt_parse.y
9001                 Fixed a yacc/bison syntax error
9002         * src/matcher.c
9003                 Escaping of string is fixed.
9004
9005 2002-10-11 [colin]      0.8.5claws12
9006
9007         * src/imageview.c
9008                 Resize images to fit
9009
9010 2002-10-11 [paul]       0.8.5claws11
9011
9012         * po/es.po
9013                 updated by Ricardo Mones Lastra
9014
9015 2002-10-10 [alfons]     0.8.5claws10
9016
9017         * src/compose.c
9018                 allow dropping files by "moving" files from a file manager,
9019                 not only by the more cumbersome "copying". the latter 
9020                 mostly implies holding down the Control button
9021
9022 2002-10-10 [christoph]  0.8.5claws9
9023
9024         * src/summaryview.c
9025                 update folders after thread building for ignored threads
9026
9027 2002-10-10 [christoph]  0.8.5claws8
9028
9029         * config/.cvsignore
9030                 added Makefile
9031         * src/filtering.[ch]
9032         * src/folder.[ch]
9033         * src/folderview.[ch]
9034         * src/import.c
9035         * src/inc.[ch]
9036         * src/mbox.[ch]
9037         * src/procmsg.c
9038         * src/summaryview.[ch]
9039                 o added new flag need_update to FolderItem
9040                 o removed folder_table from various functions from tracking
9041                   folder updates
9042                 o set need_update flags in folder.c's move, copy and delete
9043                   functions and procmsg's flags functions
9044                 o added function folderview_update_items_when_required that
9045                   updates all folders with need_update set
9046                 o call folderview_update_items_when_required instead of
9047                   folderview_update_item_foreach
9048
9049 2002-10-09 [sergey]     0.8.5claws7
9050
9051         * src/compose.c
9052                 Strip CRs whel loading the text into editor in reedit mode.
9053
9054 2002-10-09 [colin]      0.8.5claws6
9055
9056         * src/mainwindow.c
9057                 Make Space work when no mail is selected
9058
9059 2002-10-09 [colin]      0.8.5claws5
9060
9061         * src/gtksctree.[ch]
9062                 Fix range_select
9063                 Add gtk_sctree_reanchor() 
9064         * src/summaryview.c
9065                 Use gtk_sctree_reanchor() - better fix for 
9066                 bug 60413
9067
9068 2002-10-09 [colin]      0.8.5claws4
9069
9070         * src/summaryview.c
9071                 Fix shift-click select after delete problem
9072                 (closes bug 60413)
9073
9074 2002-10-08 [thorsten]   0.8.5claws3
9075
9076         * src/summaryview.c
9077                 exclude current msg from -hide read messages-
9078
9079 2002-10-08 [colin]      0.8.5claws2
9080
9081         * src/inc.[ch]
9082           src/pop.c
9083           src/recv.c
9084                 Differentiate socket errors from disk full
9085                 errors
9086
9087 2002-10-08 [christoph]  0.8.5claws1
9088
9089         * Makefile.am
9090         * configure.in
9091                 modifications for new config directory
9092
9093         * config.guess  ** REMOVED **
9094         * config.sub    ** REMOVED **
9095         * install-sh    ** REMOVED **
9096         * ltmain.sh     ** REMOVED **
9097         * missing       ** REMOVED **
9098         * mkinstalldirs ** REMOVED **
9099                 these files are autogenerated by automake
9100                 when you run autogen.sh
9101
9102         * config/.cvsignore     ** NEW FILE **
9103         * config/Makefile.am    ** NEW FILE **
9104                 ignore autogenerated files
9105                 create a Makefile in this directory
9106
9107 2002-10-08 [paul]       0.8.5claws
9108
9109         * 0.8.5claws release
9110         
9111         * src/compose.c
9112           src/procheader.c
9113           src/procmsg.c
9114                 fix quote reply format for newsgroups reply bug
9115                 (thanks to Hoa)
9116                 
9117         * po/en_GB.po
9118           po/pl.po
9119                 updated by me and Witold Wladyslaw Wojciech Wilk
9120                 repectively
9121
9122 2002-10-07 [paul]       0.8.3claws53
9123
9124         * po/it.po
9125           po/pt_BR.po
9126           po/sr.po
9127                 updated messages catalogs, submitted by
9128                 Alessandro Maestri, Fabio Jr.Beneditto 
9129                 and Urke MMI, respectively.
9130
9131 2002-10-07 [christoph]  0.8.3claws52
9132
9133         * src/folder.[ch]
9134         * src/folderview.c
9135         * src/mainwindow.c
9136                 fix new folder ghost message bug
9137                 (closes bug [ 619722 ] wrong count for newly created folders)
9138
9139 2002-10-07 [christoph]  0.8.3claws51
9140
9141         * src/compose.c
9142                 fix news posting problem
9143
9144 2002-10-07 [melvin]     0.8.3claws50
9145
9146         * po/fr.po
9147                 Updated French translation
9148
9149 2002-10-05 [christoph]  0.8.3claws49
9150
9151         * src/gtkstext.c
9152                 check if line_start_cache is set in gtk_stext_update_text
9153                 (closes bug [ 618119 ] crash while doing search in folder)
9154
9155 2002-10-05 [christoph]  0.8.3claws48
9156
9157         * src/imap.c
9158         * src/news.c
9159         * src/utils.c
9160         * src/utils.h
9161                 implement cache cleanups for claws' folder system
9162                 (closes bug [ 595916 ] imapcache not cleaned up)
9163
9164 2002-10-05 [melvin]     0.8.3claws47
9165
9166         * src/prefs_actions.c
9167                 Made the help text more clear for the %p token
9168
9169 2002-10-04 [paul]       0.8.3claws46
9170
9171         * sync with 0.8.5
9172                 see ChangeLog 2002-10-02 and 2002-10-03
9173
9174 2002-10-04 [christoph]  0.8.3claws45
9175
9176         * src/inc.c
9177                 fix segfault caused by pop before smtp
9178                 call to inc_account_mail with NULL
9179                 pointer for mainwin
9180
9181 2002-10-04 [paul]       0.8.3claws44
9182
9183         * configure.in
9184                 sync the LDAP detection from 0.8.5cvs1
9185
9186 2002-10-02 [christoph]  0.8.3claws43
9187
9188         * po/de.po
9189                 fix small spelling error
9190
9191 2002-10-02 [melvin]     0.8.3claws42
9192
9193         * ac/aspell.m4
9194                 Behave better and say "no" when test program cannot be run.
9195
9196 2002-10-02 [paul]       0.8.3claws41
9197
9198         * sync with 0.8.4cvs1
9199                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
9200                 
9201         * src/summaryview.c
9202                 toggle the behavior of Reply menuitem between
9203                 normal reply and reply-to-list
9204
9205 2002-10-01 [sergey]     0.8.3claws40
9206
9207         * src/compose.c
9208                 Convert newlines in the message text to the canonical form
9209                 before base64 encoding (RFC2045 compliance, fixes some
9210                 interoperability issues with Evolution 1.0.3)
9211
9212 2002-09-29 [colin]      0.8.3claws39
9213
9214         * src/summaryview.c
9215                 Fix an unwanted copy/paste
9216
9217 2002-09-29 [colin]      0.8.3claws38
9218
9219         * src/mainwindow.c
9220                 Renamed "Custom toolbar" to "Customize toolbar"
9221                 Renamed "Show all header" to "Show all headers"
9222                 Renamed "Set diplay item" to "Set displayed items"
9223         * src/prefs_common.c
9224                 Renamed "Show all header" to "Show all headers"
9225         * src/prefs_summary_column.c
9226                 Renamed "diplay item" to "displayed items"
9227
9228 2002-09-29 [colin]      0.8.3claws37
9229
9230         * src/mainwindow.[ch]
9231                 online/offline status pixmaps follow theme
9232                 changes
9233         * src/summaryview.[ch]
9234                 quicksearch pixmap follows theme changes
9235
9236 2002-09-29 [thorsten]   0.8.3claws36
9237
9238         * src/compose.c
9239           src/prefs_folder_item.[ch]
9240                 add default_reply_to folder option (closes patch 581044)
9241
9242 2002-09-29 [christoph]  0.8.3claws35
9243
9244         * acconfig.h    ** REMOVED **
9245         * configure.in
9246         * ac/aspell.m4
9247         * ac/check-type.m4
9248         * ac/gnupg-check-typedef.m4
9249                 fix autoheader 2.50 warning
9250
9251 2002-09-29 [christoph]  0.8.3claws34
9252
9253         * major code cleanup (part 2)
9254         
9255                 - unused variables removed
9256                 - unused functions removed
9257                 - uninitialized variables checked
9258                 - missing return statements added
9259                 - missing function return types added
9260                 - added parentheses around assignment
9261                   when suggested by gcc
9262
9263 2002-09-29 [alfons]     0.8.3claws33
9264
9265         * src/logwindow.c
9266                 log_window_clear(): only bracket gtk_text_forward_delete() 
9267                 with gtk_text_freeze() / gtk_text_thaw() (see if this
9268                 works around GTK text bug)
9269
9270 2002-09-29 [paul]       0.8.3claws32
9271
9272         * po/bg.po
9273           po/sr.po
9274                 updated by George Danchev and Urke MMI
9275                 respectively
9276
9277 2002-09-27 [christoph]  0.8.3claws31
9278
9279         * doc-src/readme.txt
9280         * doc-src/rfc1806.txt   ** REMOVED **
9281         * doc-src/rfc2183.txt   ** NEW FILE **
9282         * doc-src/rfc2980.txt   ** NEW FILE **
9283                 update rfcs
9284
9285 2002-09-27 [melvin]     0.8.3claws30
9286
9287         * ac/aspell.m4
9288                 Fixed typo which could break linking
9289
9290 2002-09-27 [melvin]     0.8.3claws29
9291
9292         * ac/aspell.m4
9293                 Improved GNU/aspell checking. 
9294                 Fixed bug #614490
9295
9296 2002-09-27 [paul]       0.8.3claws28
9297
9298         * sync with 0.8.3cvs8
9299                 see ChangeLog 2002-09-27
9300
9301 2002-09-26 [colin]      0.8.3claws27
9302
9303         * src/toolbar.[ch]
9304           src/mainwindow.[ch]
9305                 Add "Reply to Mailing-list" to the toolbar
9306
9307 2002-09-26 [christoph]  0.8.3claws26
9308
9309         * src/summaryview.c
9310                 Fix wrong message counts in summaryview status
9311
9312 2002-09-26 [paul]       0.8.3claws25
9313
9314         * sync with 0.8.3cvs7
9315                 see ChangeLog 2002-09-26
9316
9317 2002-09-26 [paul]       0.8.3claws24
9318
9319         * sync with 0.8.3cvs6
9320                 see ChangeLog 2002-09-25
9321
9322 2002-09-25 [christoph]  0.8.3claws23
9323
9324         * src/prefs_common.c
9325         * src/prefs_folder_item.c
9326         * src/prefs_scoring.c
9327                 Renamed "kill score" to "hide score" in GUI
9328                 and prefs files
9329
9330 2002-09-25 [paul]       0.8.3claws22
9331
9332         * sync with 0.8.3cvs5
9333                 see ChangeLog 2002-09-24
9334
9335 2002-09-24 [alfons]     0.8.3claws21
9336
9337         patch by Satoshi Nagayasu: allows appending / saving multiple 
9338         selected files (closes "[ 612279 ] save multiple mesg(s) in 
9339         'Save as ...'")
9340
9341         * AUTHORS
9342                 add Satoshi Nagayasu
9343         * src/summaryview.c
9344                 summary_save_as(): allow saving selected files to
9345                 one file
9346                 summary_set_menu_sensitive: enable "Save As..." when
9347                 multiple files are selected
9348         * src/utils.[ch]
9349                 append_file(): new function
9350
9351 2002-09-24 [colin]      0.8.3claws20
9352
9353         * src/procmime.c
9354                 Fix segfault when mimeinfo doesn't have a 
9355                 content_type. 
9356
9357 2002-09-24 [colin]      0.8.3claws19
9358
9359         * src/prefs_common.[ch]
9360                 Add a preference to display send dialog or not
9361         * src/send.c
9362                 Display send dialog according to preference
9363
9364 2002-09-24 [colin]      0.8.3claws18
9365
9366         * src/compose.[ch]
9367                 Disable user actions when sending
9368
9369 2002-09-24 [colin]      0.8.3claws17
9370
9371         * src/procmime.c
9372                 Do not display name or filename for attachments
9373                 with an application/pgp-signature type
9374                 (security flaw, see bug 537413)
9375
9376 2002-09-23 [colin]      0.8.3claws16
9377
9378         * src/editaddress.c
9379                 Initialize entry_email, entry_alias and 
9380                 entry_remarks to first email address of the list
9381
9382 2002-09-23 [colin]      0.83claws15
9383
9384         * src/compose.c
9385                 Drop pgp-signature when reediting a signed queued
9386                 message
9387
9388 2002-09-23 [melvin]     0.8.3claws14
9389
9390         * po/fr.po
9391                 Updated French translation
9392
9393 2002-09-23 [melvin]     0.8.3claws13
9394
9395         * src/mainwindow.c
9396                 Made custom toolbar menu labels more consistent
9397         * src/prefs_toolbar.c
9398                 Made custom toolbar window title more consistent
9399
9400 2002-09-22 [colin]      0.8.3claws12
9401
9402         * src/inc.c
9403                 Initialize session type to normal before getting 
9404                 mail (fixes strange Get behaviour)
9405         * src/prefs_account.h
9406                 Move STYPE_POP_BEFORE_SMTP to last position to 
9407                 avoid other side-effects
9408
9409 2002-09-22 [colin]      0.8.3claws11
9410
9411         * src/prefs_account.c
9412                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9413                 from pop3 to apop or vice-versa
9414
9415 2002-09-22 [colin]      0.8.3claws10
9416         
9417         * src/prefs_account.[ch]
9418                 Add an option for the POP before SMTP timeout
9419         * src/inc.c
9420                 Remember time of last POP connection
9421         * src/send.c
9422                 Do POP before SMTP only if timeout reached
9423
9424 2002-09-22 [oliver]     0.8.3claws9
9425         
9426         * README.claws
9427                 explain custom toolbar
9428
9429 2002-09-22 [oliver]     0.8.3claws8
9430
9431         * src/prefs_actions.[ch]
9432         custom toolbar for compose      
9433                 actions callback from compose toolbar
9434         * src/folderview.c
9435                 remove include toolbar.h
9436
9437 2002-09-22 [oliver]     0.8.3claws7
9438         
9439         * src/prefs_toolbar.[ch]
9440                 custom toolbar for compose
9441                 - generic prefs_toolbar handles both
9442                   Mainwin's toolbar as well as Compose toolbar          
9443
9444 2002-09-22 [oliver]     0.8.3claws6
9445         
9446         * src/toolbar.[ch]
9447                 custom toolbar for compose
9448                 restructure toolbar.[ch]
9449
9450 2002-09-22 [oliver]     0.8.3claws5
9451
9452         * src/compose.[ch]
9453                 custom toolbar for compose
9454
9455 2002-09-22 [oliver]     0.8.3claws4
9456         
9457         * src/mainwindow.[ch]
9458                 custom toolbar for compose 
9459                 move mainwin toolbar back to mainwindow
9460
9461 2002-09-22 [alfons]     0.8.3claws3
9462
9463         * src/procmsg.c
9464                 :%sno/if(/if (/gc
9465                 :%sno/for(/for (/gc
9466                 (beautify)
9467
9468 2002-09-22 [alfons]     0.8.3claws2
9469         
9470         * src/procmsg.c
9471                 procmsg_save_to_outbox(): don't unlink message file from queue;
9472                 callers should do it using folder_item_remove_msg()
9473
9474 2002-09-22 [colin]      0.8.3claws1
9475
9476         * src/mimeview.[ch]
9477                 Made mimeview_check_signature() public
9478         * src/textview.c
9479                 Made GPG signatures verifiable by clicking
9480                 the [application/pgp-signature] in the Text
9481                 view
9482
9483 2002-09-22 [paul]       0.8.3claws
9484
9485         * po/bg.po
9486           po/en_GB.po
9487           po/es.po
9488           po/it.po
9489           po/pl.po
9490           po/pt_BR.po
9491           po/sr.po
9492                 updated translations, submitted by George Danchev,
9493                 me, Ricardo Mones Lastra, Alessandro Maestri,
9494                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9495                 and Urke MMI, respectively.     
9496
9497 2002-09-22 [alfons]     0.8.2claws65
9498
9499         * src/procmsg.c
9500         * src/pgptext.c
9501                 no furry valgrinds have been used to plug these memleaks
9502
9503 2002-09-20 [paul]       0.8.2claws64
9504
9505         * sync with 0.8.3cvs4
9506                 'Select thread' re-implemented 
9507                 see ChangeLog 2002-09-20
9508
9509 2002-09-21 [alfons]     0.8.2claws63
9510
9511         * src/compose.c
9512                 compose_send(): plug unnoticed memleak
9513
9514 2002-09-20 [alfons]     0.8.2claws62
9515
9516         * src/addr_compl.c
9517                 replace_address_in_edit(): strict check for NULL address to
9518                 fix "[ 607348 ] Segfault in address completion". My guess is
9519                 that this happens with an empty address book, but it's good
9520                 to have this check here anyway
9521                 
9522                 completion_window_button_press(): free string returned 
9523                 from the internal cache
9524
9525 2002-09-20 [christoph]  0.8.2claws61
9526
9527         * src/procmime.h
9528                 added ENC_BINARY to EncodingType
9529         * src/procmime.c
9530                 the string returned by procmime_get_encoding_str
9531                 should not depend on the order of values in the
9532                 EncodingType definition
9533         * doc-src/rfc1806.txt   ** NEW FILE **
9534                 Added rfc1806 about MIME Content-Disposition
9535                 Extension
9536
9537 2002-09-19 [paul]       0.8.2claws60
9538
9539         * sync with 0.8.2cvs3
9540                 see ChangeLog 2002-09-19
9541
9542 2002-09-19 [paul]       0.8.2claws59
9543
9544         * src/prefs_folder_item.c
9545                 revert to Darko's original alignment of colour
9546                 selector button
9547                 add a colon to folder_color label
9548                 
9549         * src/compose.c
9550                 add Colin's patch (with Hiro's modifications) to 
9551                 force BASE64 encoding for 8-bit text when signing
9552                 (sync with 0.8.3cvs2)
9553
9554 2002-09-18 [alfons]     0.8.2claws58
9555
9556         * src/compose.c
9557                 :%sno/if(/if (/gc
9558                 :%sno/for(/for (/gc
9559                 (beautify a little bit)
9560
9561 2002-09-18 [christoph]  0.8.2claws57
9562
9563         * src/pine.c
9564                 fix handling of fgetc return value
9565
9566 2002-09-17 [alfons]     0.8.2claws56
9567         
9568         * src/summaryview.c
9569                 summary_sort(): check non-NULL summaryview->folder_item when no 
9570                 folder is selected at all
9571                 (closes "[ 610344 ] sort label make syl Crash")
9572
9573 2002-09-17 [alfons]     0.8.2claws55
9574         
9575         * src/compose.c
9576                 beautify a little bit
9577
9578 2002-09-17 [christoph]  0.8.2claws54
9579
9580         * src/folder.c
9581                 initialize max values for cache and folder
9582                 when cache or folder is empty
9583
9584 2002-09-15 [colin]      0.8.2claws53
9585
9586         * src/compose.c
9587                 Fix a leak (thanks Alfons!) and cleaned
9588                 variables names for custom headers
9589
9590 2002-09-15 [colin]      0.8.2claws52
9591
9592         * src/compose.c
9593                 Fix custom headers recognition when
9594                 prefs_common.trans_hdr is on
9595
9596 2002-09-15 [colin]      0.8.2claws51
9597
9598         * src/compose.c
9599                 Allow dynamically-added custom headers
9600                 Yet not reparsed if reedited
9601
9602 2002-09-15 [alfons]     0.8.2claws50
9603
9604         * src/prefs_account.c
9605                 fix warnings
9606
9607 2002-09-15 [colin]      0.8.2claws49
9608         
9609         * src/prefs_account.c
9610                 fix pop_before_smtp sensitivity
9611
9612 2002-09-15 [colin]      0.8.2claws48
9613
9614         * src/inc.[ch]
9615                 add inc_pop_before_smtp()
9616                 allow MainWindow to be undefined in 
9617                 inc_account_mail() and inc_start()
9618         * src/pop.c
9619           src/prefs_account.h
9620                 add STYPE_POP_BEFORE_SMTP session type
9621         * src/prefs_account.c
9622                 activated pop before smtp option
9623         * src/send.c
9624                 do pop before smtp if the relevant option 
9625                 is set
9626
9627 2002-09-15 [paul]       0.8.2claws47
9628
9629         * sync with 0.8.3
9630                 see ChangeLog 2002-09-15
9631
9632 2002-09-14 [paul]       0.8.2claws46
9633
9634         * po/bg.po
9635                 updated Bulgarian translation, submitted by
9636                 George Danchev
9637
9638 2002-09-13 [paul]       0.8.2claws45
9639
9640         * src/compose.c
9641                 merge claws' select_account() with main's
9642                 (new) compose_select_account(). [sync with
9643                 0.8.2cvs15, see ChangeLog 2002-09-11]
9644
9645 2002-09-12 [christoph]  0.8.2claws44
9646
9647         * src/filter.c
9648                 allocate 1 elements of FolderItem not 0
9649
9650 2002-09-12 [colin]      0.8.2claws43
9651
9652         * src/compose.c
9653                 Fix bug #590825 (obey Follow-up: poster)
9654
9655 2002-09-12 [colin]      0.8.2claws42
9656
9657         * src/procmime.c
9658                 Fix bug #557009 (wrong headers for messages 
9659                 forwarded as attachments)
9660
9661 2002-09-11 [colin]      0.8.2claws41
9662         
9663         * src/compose.c
9664                 Put SCF: pseudo-header on top of message
9665                 Set draft tmp_flag when saved as draft
9666
9667         * src/procmsg.c
9668           src/procheader.c
9669                 Skip after first \n\n for beginning of real message
9670                 for drafts too
9671
9672 2002-09-11 [christoph]  0.8.2claws40
9673
9674         * src/filtering.c
9675                 use procmsg flag functions in filtering or processing
9676                 will cause incorrect folder message counts
9677
9678 2002-09-11 [colin]      0.8.2claws39
9679
9680         * src/compose.c
9681                 Fix bug #550175 - wrong save folder when reediting
9682                 drafts
9683
9684 2002-09-11 [paul]       0.8.2claws38
9685
9686         * sync with 0.8.2cvs14
9687                 see ChangeLog 2002-09-11
9688
9689 2002-09-11 [colin]      0.8.2claws37
9690
9691         * src/folder.c
9692                 Fix a typo (seeming to cause new/unread status to
9693                 be lost)
9694
9695 2002-09-10 [christoph]  0.8.2claws36
9696
9697         * src/compose.c
9698                 compose_redirect should not use compose_generic_new
9699                 because that does more stuff than expected including
9700                 opening the external editor
9701                 (closes bug "[ 526608 ] bounced messages appear blank
9702                  in editor")
9703
9704 2002-09-10 [christoph]  0.8.2claws35
9705
9706         * src/folder.c
9707                 fix problem with too large message number range
9708                 causing a crash in folder_item_scan
9709
9710 2002-09-10 [paul]       0.8.2claws34
9711
9712         * sync with 0.8.2cvs13
9713                 see ChangeLog 2002-09-10
9714
9715 2002-09-10 [christoph]  0.8.2claws33
9716
9717         * src/msgcache.c
9718                 set MsgInfo TmpFlags for queue and draft folders
9719                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9720
9721 2002-09-10 [paul]       0.8.2claws32
9722
9723         * AUTHORS
9724           po/bg.po      ** NEW FILE **
9725                 new Bulgarian translation submitted by
9726                 George Danchev <danchev@spnet.net>
9727                 
9728         * tools/Makefile.am
9729           tools/README
9730           tools/tb2sylpheed     ** NEW FILE **
9731                 add script that converts an addressbook exported
9732                 from The Bat! into a Sylpheed addressbook. Submitted
9733                 by Urke MMI <urke-kg@eunet.yu>
9734
9735 2002-09-10 [paul]       0.8.2claws31
9736
9737         * sync with 0.8.2cvs12
9738                 see ChangeLog 2002-09-10
9739
9740 2002-09-06 [paul]       0.8.2claws30
9741
9742         * src/prefs_common.c
9743                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9744                 
9745         * tools/Makefile.am
9746           tools/README
9747           tools/ldif-to-xml.py  ** REMOVED **
9748                 remove obsolete python script
9749
9750 2002-09-06 [paul]       0.8.2claws29
9751
9752         * sync with 0.8.2cvs10
9753                 see ChangeLog 2002-09-06
9754
9755 2002-09-04 [paul]       0.8.2claws28
9756
9757         * sync with 0.8.2cvs9
9758                 see ChangeLog 2002-08-04
9759
9760 2002-09-04 [colin]      0.8.2claws27 
9761
9762         * src/prefs_common.[ch]
9763                 Added signature color configuration
9764         * src/textview.c
9765                 Use user-specified signature color
9766
9767 2002-09-03 [colin]      0.8.2claws26
9768
9769         * src/prefs_common.[ch]
9770                 Added autosave and autosave_length prefs
9771         * src/compose.c
9772                 Added compose_remove_draft()
9773                 Auto-save drafts according to the prefs
9774         * src/main.c
9775                 Added a crash-indicator file, allowing to check
9776                 for new messages on startup if Sylpheed crashed
9777                 (makes saved drafts "reappear")
9778
9779 2002-09-03 [colin]      0.8.2claws25
9780
9781         * src/textview.[ch]
9782                 Grey the signature
9783
9784 2002-09-03 [paul]       0.8.2claws24
9785
9786         * sync with 0.8.2cvs8
9787                 see ChangeLog 2002-09-02 and 2002-09-03
9788
9789 2002-09-03 [darko]      0.8.2claws23
9790
9791         * src/folderview.c
9792                 use normal style when creating new folder to pick
9793                 proper font size 
9794
9795 2002-09-02 [melvin]     0.8.2claws22
9796
9797         * src/gtkaspell.m4
9798                 removed some obsolete code
9799
9800 2002-09-02 [melvin]     0.8.2claws21
9801
9802         * ac/aspell.m4
9803                 fixed test's equality sign (== to =)
9804
9805 2002-09-02 [alfons]     0.8.2claws20
9806
9807         * src/folder.c
9808         * src/mh.c
9809                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9810                 as folder->destroy virtual as suggested by Hiro
9811                 (the mh.c code seems to have been lost around mh.c.1.21)
9812
9813 2002-09-02 [paul]       0.8.2claws19
9814
9815         * po/pt_BR.po
9816                 updated by Fabio Jr. Beneditto
9817                 
9818         * src/defs.h
9819                 use 'http://claws.sylpheed.org' for homepage link. 
9820                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9821
9822 2002-09-01 [alfons]     0.8.2claws18
9823
9824         * src/mh.c
9825                 plug memleak related to one Martin Kluge found
9826
9827 2002-08-31 [paul]       0.8.2claws17
9828
9829         * sync with 0.8.2cvs6
9830                 see ChangeLog 2002-08-30
9831
9832 2002-08-31 [alfons]     0.8.2claws16
9833
9834         * src/folder.c
9835                 folder_destroy(): remove mailbox from folderlist even if it has
9836                 no destroy virtual
9837
9838 2002-08-31 [alfons]     0.8.2claws15
9839
9840         * src/folder.c
9841                 :%sno/if(/if (/gc
9842                 :%sno/for(/for (/gc
9843                 (being pedantic I know)
9844
9845 2002-08-31 [alfons]     0.8.2claws14
9846
9847         * src/folder.c
9848                 check for NULL pointers returned from folder->fetch_msginfo virtual
9849                 (should solve some reported crashes)
9850
9851 2002-08-30 [alfons]     0.8.2claws13
9852
9853         * acconfig.h
9854         * configure.in
9855         * src/crash.c
9856                 enable crash dialog on compilation time
9857                 (--enable-crash-dialog configure option)
9858
9859 2002-08-30 [alfons]     0.8.2claws12
9860
9861         * AUTHORS
9862                 add Martin Kluge
9863         * src/mh.c
9864                 apply memory leak plug patch by Martin Kluge
9865                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9866                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9867                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9868
9869 2002-08-30 [darko]      0.8.2claws11
9870
9871         * src/folderview.c
9872                 copy Gtk style from normal style to match
9873                 font size for coloured folders
9874
9875 2002-08-29 [alfons]     0.8.2claws10
9876
9877         * sylpheed.desktop
9878                 Type=Internet <- Type=Application
9879                 (reported by Michael Schwendt, see:
9880                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9881                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9882
9883 2002-08-29 [paul]       0.8.2claws9
9884
9885         * sync with 0.8.2cvs5
9886                 see ChangeLog 2002-08-29
9887
9888 2002-08-29 [colin]      0.8.2claws8
9889
9890         * src/summaryview.c
9891                 Added a sanity check in summary_select_thread
9892                 Should fix bug 601605
9893
9894 2002-08-29 [colin]      0.8.2claws7
9895
9896         * src/main.c
9897                 Revert claws6 changes regarding bug #591676
9898
9899 2002-08-28 [colin]      0.8.2claws6
9900         
9901         * src/main.c
9902                 Ignore cache for queue folderitems
9903                 Fix bug #591676
9904
9905 2002-08-28 [melvin]     0.8.2claws5
9906
9907         * README.claws
9908                 Fixed typos.
9909
9910 2002-08-28 [melvin]     0.8.2claws4
9911
9912         * README.claws
9913                 Updated a bit the text concerning the spell checker
9914
9915 2002-08-28 [melvin]     0.8.2claws3
9916
9917         Merged the GNU_aspell_branch:
9918                 Support of new GNU/aspell is now included and the old pspell
9919                 is not supported anymore.
9920                 See README.claws
9921
9922         * README.claws
9923                 Updated spell checker text to reflect the switch to GNU/aspell
9924
9925         * ac/aspell.m4          *** NEW ***
9926         * src/gtkaspell.[ch]    *** NEW *** 
9927         * ac/pspell.m4          *** DELETED *** 
9928         * src/gtkspell.[ch]     *** DELETED ***
9929
9930         * ac/Makefile.am
9931                 Updated for GNU/aspell support
9932
9933         * po/POTFILES.in
9934                 Replaced gtkspell.c by gtkaspell.c
9935
9936         * acconfig.h
9937         * src/Makefile.am
9938         * src/about.c
9939         * src/compose.[ch]
9940         * src/crash.c
9941         * src/main.c
9942         * src/prefs_common.[ch]
9943                 Updated for GNU/aspell support
9944
9945 2002-08-28 [paul]       0.8.2claws2
9946
9947         * sync with 0.8.2cvs4
9948                 see ChangeLog 2002-08-27 and 2002-08-28
9949
9950 2002-08-28 [colin]      0.8.2claws1
9951
9952         * src/summary_search.c
9953                 Added "AND search"
9954
9955 2002-08-28 [jens]       0.8.2claws
9956
9957         *po/de.po
9958                 Updated German translations
9959
9960 2002-08-27 [melvin]     0.8.2claws
9961
9962         * po/fr.po
9963                 Updated French translations
9964
9965 2002-08-27 [paul]       0.8.2claws
9966
9967         * sync with 0.8.2 main release
9968
9969         * po/en_GB.po
9970           po/es.po
9971           po/it.po
9972           po/pl.po
9973           po/pt_BR.po
9974           po/sr.po
9975                 updated message catalogs submitted by
9976                 Ricardo Mones Lastra, Alessandro Maestri,
9977                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9978                 Beneditto and Urke MMI  
9979
9980 2002-08-27 [hoa]        0.8.1claws123
9981
9982         * src/mainwindow.[ch]
9983         * src/summaryview.[ch]
9984                 removed the "filter setting" menu option.
9985                 add a "cancel a news message" menu option.
9986
9987 2002-08-26 [martin]     0.8.1claws122
9988
9989         * ChangeLog.claws
9990                 changed string under 0.8.1claws79 changed by myself
9991                 i'm sorry alfons :(
9992
9993 2002-08-26 [martin]     0.8.1claws121
9994
9995         * src/crash.c
9996                 added kill command to debuggerrc to start crash dialog
9997
9998 2002-08-26 [paul]       0.8.1claws120
9999
10000         * sync with 0.8.1cvs31
10001                 see ChangeLog 2002-08-26
10002
10003 2002-08-25 [alfons]     0.8.1claws119
10004
10005         * src/procmsg.c
10006                 fix bug that didn't send out correct headers to news server
10007                 when sending news article and email from queue (bug reported
10008                 and patch provided by Tim Mann; closes bug 
10009                 "[ 583196 ] 0.7.8claws can't post news")
10010
10011 2002-08-25 [alfons]     0.8.1claws118
10012
10013         * src/selective_download.c
10014                 mark two strings as translatable
10015                 (thanks to Urke MMI for pointing this out)
10016
10017 2002-08-25 [alfons]     0.8.1claws117
10018
10019         * src/summaryview.c
10020                 treat sent boxes as special and allow sorting them by addressee
10021                 (closes "[ 589418 ] Sent folder sorting misbehavior"
10022                 submitted by Steve Lamb)
10023
10024 2002-08-24 [alfons]     0.8.1claws116
10025
10026         * src/matcher.c
10027                 fix memleak reported by Martin Kluge
10028                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
10029
10030 2002-08-24 [oliver]     0.8.1claws115
10031
10032         * src/prefs_toolbar.c
10033                 o code cleanup as suggested by Alfons
10034                 o memleak fix
10035
10036 2002-08-24 [alfons]     0.8.1claws114
10037
10038         * src/summaryview.c
10039                 o fix another memory leak reported by Martin Kluge
10040                   (see "[ 599568 ] Small Memory Leak")
10041                 o remove 'from' variable from 'summary_set_header()'; we can
10042                   do with just 'to' 
10043
10044 2002-08-24 [paul]       0.8.1claws113
10045
10046         * sync with 0.8.1cvs30
10047                 see ChangeLog 2002-08-23
10048
10049 2002-08-24 [alfons]     0.8.1claws112
10050
10051         * src/summaryview.c
10052                 remove unnecessary allocations for search bar fixing leaks
10053                 reported by Martin Kluge
10054                 (see "[ 599451 ] Further memory leaks?")
10055
10056 2002-08-24 [alfons]     0.8.1claws111
10057
10058         * src/main.c
10059                 make get_socket_name() public for crash.c
10060         * src/crash.c
10061                 o make report bug button work (goes to claws' 
10062                   bug tracker at sf.net)
10063                 o introduce function for doing important stuff just
10064                   before claws goes down
10065                 o clean up code 
10066
10067 2002-08-24 [alfons]     0.8.1claws110
10068
10069         * src/compose.c
10070                 move cursor to "To" entry when forwarding as attachment
10071                 (reported and solved by Steve Lamb, closes bug report
10072                 "[ 592880 ] Forward as attachment; cursor not in to")
10073
10074 2002-08-24 [colin]      0.8.1claws109
10075
10076         * src/mainwindow.c
10077                 fix quick search visibility after GUI (de)separations.
10078
10079 2002-08-23 [colin]      0.8.1claws108
10080
10081         * src/mainwindow.c
10082                 fix header pane visibility after folderview or
10083                 messageview (de)separation
10084
10085 2002-08-23 [paul]       0.8.1claws107
10086
10087         * src/mainwindow.[ch]
10088           src/toolbar.c
10089                 give full control of display or non-display 
10090                 of the Execute icon to Custom toolbar settings.
10091                 add new sensitivity condition to maninwindow.h: 
10092                 M_DELAY_EXEC
10093
10094         * ChangeLog
10095           ChangeLog.jp
10096           NEWS
10097                 more sync with 0.8.1cvs29
10098
10099 2002-08-23 [melvin]     0.8.1claws106
10100
10101         * src/alertpanel.c
10102                 Readded support for custom widget in alertpanel lost in last
10103                 sync.
10104
10105 2002-08-23 [paul]       0.8.1claws105
10106
10107         * sync with 0.8.1cvs29
10108                 see ChangeLog 2002-08-23
10109
10110 2002-08-23 [colin]      0.8.1claws104
10111
10112         * src/summaryview.c
10113                 Fix folder and search pixmaps exchanging positions
10114                 after theme or toolbar changes. Thank to Oliver for 
10115                 reporting this.
10116
10117 2002-08-23 [colin]      0.8.1claws103
10118
10119         * src/mainwindow.c
10120           src/messageview.[ch]
10121           src/noticeview.[ch]
10122           src/summaryview.c
10123                 Changed messageview_create() and noticeview_create()
10124                 to avoid the last gdk_warning
10125
10126 2002-08-22 [colin]      0.8.1claws102
10127
10128         * src/summaryview.c
10129                 Fix my new `Creating pixmap from xpm' warning
10130
10131 2002-08-22 [colin]      0.8.1claws101
10132
10133         * src/mainwindow.c
10134                 Fix some of the gdk warnings
10135
10136 2002-08-22 [colin]      0.8.1claws100
10137
10138         * src/Makefile.am
10139         * src/stock_pixmap.c
10140         * src/stock_pixmap.h
10141         * src/pixmaps/quicksearch.xpm *ADDED*
10142                 Add the quicksearch pixmap
10143         * src/mainwindow.c
10144         * src/summaryview.c
10145         * src/summaryview.h
10146                 Make quicksearch bar visible/hidden via a button
10147
10148 2002-08-22 [christoph]  0.8.1claws99
10149
10150         * src/folder.c
10151                 fix folder update for newsgroups with message
10152                 numbers below minimum number of articles to fetch
10153                 (closes bug #598445)
10154
10155 2002-08-22 [paul]       0.8.1claws98
10156
10157         * sync with 0.8.1cvs28
10158                 see ChangeLog 2002-08-22
10159
10160 2002-08-21 [alfons]     0.8.1claws97
10161
10162         * src/crash.c
10163                 use bt instead of bt full which seems to work 
10164                 better, and bt full doesn't give a great deal 
10165                 of information anyway
10166
10167 2002-08-21 [colin]      0.8.1claws96
10168
10169         * src/summaryview.c
10170                 fix summaryview_searchtype_changed prototype
10171
10172 2002-08-21 [christoph]  0.8.1claws95
10173
10174         * src/mainwindow.c
10175                 o fix broken menu update for sorting type, we have to
10176                   get this info from the summaryview now
10177                 o removed setting of threaded state in menu callback
10178         * src/summaryview.[ch]
10179                 more summaryview/folderitem seperation for
10180                 threading option
10181         * configure.in
10182                 removed not required --with-compiler-flags option
10183
10184 2002-08-21 [oliver]     0.8.1claws94
10185         
10186         * src/toolbar.h 
10187                 o rename toolbar.xml to toolbar_main.xml
10188                   since toolbar_compose.xml might come up 
10189                   any time soon
10190         * README.claws
10191                 add custom toolbar              
10192
10193 2002-08-21 [darko]      0.8.1claws93
10194
10195         * src/procmsg.c
10196                 don't reset tmp flags for messages copied
10197                 to sent folder
10198
10199 2002-08-21 [colin]      0.8.1claws92
10200         
10201         * src/prefs_filtering.c
10202                 fix renaming rules on folder rename 
10203                 when folder is not a leaf folder
10204
10205 2002-08-21 [paul]       0.8.1claws91
10206
10207         * src/prefs_folder_item.c
10208                 fix alignment of colour selector
10209
10210 2002-08-21 [paul]       0.8.1claws90
10211
10212         * sync with 0.8.1cvs27
10213                 see ChangeLog 2002-08-21
10214
10215 2002-08-21 [paul]       0.8.1claws89
10216
10217         * src/summaryview.c
10218                 fix crash when changing field type in
10219                 Quick search bar
10220
10221 2002-08-21 [colin]      0.8.1claws88
10222
10223         * src/summaryview.c
10224                 Made quick search case-insensitive
10225
10226 2002-08-21 [paul]       0.8.1claws87
10227
10228         * sync with 0.8.1cvs26
10229                 see ChangeLog 2002-08-21
10230
10231 2002-08-20 [christoph]  0.8.1claws86
10232
10233         * src/folderview.c
10234         * src/main.c
10235         * src/summaryview.[ch]
10236                 more summaryview/folderitem seperation for
10237                 sort_key and sort_type
10238         * src/procmsg.c
10239                 added missing return statement
10240
10241 2002-08-20 [colin]      0.8.1claws85
10242
10243         * src/summaryview.[ch]
10244                 Added a quick search box
10245         * src/mainwindow.c
10246         * src/prefs_common.[ch]
10247                 Added a show/hide option for the quick search
10248
10249 2002-08-20 [oliver]     0.8.1claws84
10250         
10251         * src/mainwindow.c
10252                 remove toolbar_create_popups
10253         * src/toolbar.[ch]
10254                 o remove toolbar_create_popups
10255                 o fix toolbar_set_sensitive 
10256                   (Bug reports #596834 and #596832)     
10257         * src/prefs_toolbar.c
10258                 o add "Set default" button
10259                 o align label and text + combo widgets
10260
10261 2002-08-20 [hoa]        0.8.1claws83bis
10262
10263         * src/imap.c
10264                 fixed a bug in imap_fetch_msginfo() in case there is no
10265                 current folder.
10266
10267 2002-08-20 [darko]      0.8.1claws83
10268
10269         * src/folderview.c
10270                 copy the color style of folder view so it
10271                 works with GTK themes
10272
10273 2002-08-20 [darko]      0.8.1claws82
10274
10275         * src/folder.h
10276         * src/folderview.c
10277         * src/prefs_folder_item.[hc]
10278                 don't use UI stuff in folder.h
10279
10280 2002-08-20 [darko]      0.8.1claws81
10281
10282         * src/folder.h
10283         * src/prefs_folder_item.h
10284         * src/folderview.c
10285         * src/prefs_folder_item.c
10286                 ability to set folder color in folderview
10287
10288 2002-08-19 [alfons]     0.8.1claws80
10289
10290         * src/summaryview.c
10291                 fix one of the earlier memleaks reported by Martin Kluge
10292
10293 2002-08-19 [alfons]     0.8.1claws79
10294
10295         * src/mainwindow.c
10296                 hide notice view when selecting seperate folder
10297                 view (reported by Urke MMI)
10298
10299 2002-08-19 [christoph]  0.8.1claws78
10300
10301         * src/folderview.c
10302         * src/prefs_folder_item.h
10303         * src/summaryview.[ch]
10304                 o add summary_set_prefs_from_folderitem to set
10305                   summaryview prefs (first step to remove all
10306                   references to the folderitem in summaryview)
10307                 o moved compiled regex stuff from folderitem prefs
10308                   to summaryview code
10309
10310 2002-08-19 [paul]       0.8.1claws77
10311
10312         * src/compose.c
10313                 add check for '.' to QUOTE_IF_REQUIRED
10314
10315 2002-08-19 [paul]       0.8.1claws76
10316
10317         * src/inc.c
10318                 sync with 0.8.1cvs25 (plug memory leak)
10319
10320         * src/prefs_toolbar.c
10321                 re-order prefs_toolbar_cancel()
10322
10323 2002-08-18 [alfons]     0.8.1claws75
10324
10325         * src/inc.c
10326         * src/matcher.c
10327                 plug other memleaks reported by Martin Kluge
10328
10329 2002-08-18 [paul]       0.8.1claws74
10330
10331         * po/pt_BR.po
10332                 updated by Fabio Jr. Beneditto
10333
10334 2002-08-18 [paul]       0.8.1claws73
10335
10336         * src/toolbar.[ch]
10337                 fix bug where tooltips were displayed untranslated              
10338
10339         * src/prefs_toolbar.c
10340                 fix bug where clicking 'Cancel' creates an icon & text
10341                 toolbar regardless of prefs
10342         
10343
10344 2002-08-17 [oliver]     0.8.1claws72
10345
10346         * src/prefs_toolbar.c
10347                 update toolbar on CANCEL
10348                 bug reported by Martin Kluge
10349         * src/toolbar.c
10350                 toolbar_destroy memleak fixed           
10351
10352 2002-08-17 [alfons]     0.8.1claws71
10353
10354         * src/toolbar.c
10355                 plug another memleak reported by Martin Kluge
10356
10357 2002-08-16 [alfons]     0.8.1claws70
10358
10359         * src/crash.c
10360                 use execvp() correctly (suggested by wwp; thanks!)
10361
10362 2002-08-16 [alfons]     0.8.1claws69
10363
10364         * src/gtksctree.c
10365                 plug memory leak reported by Kim Schultz & Martin Kluge
10366
10367 2002-08-16 [paul]       0.8.1claws68
10368
10369         * po/es.po
10370                 updated by Ricardo Mones Lastra
10371
10372 2002-08-16 [paul]       0.8.1claws67
10373
10374         * src/toolbar.h
10375                 fix bug where 'Compose News' icon showed wrong
10376                 tooltip
10377
10378 2002-08-16 [paul]       0.8.1claws66
10379
10380         * sync with 0.8.1cvs24
10381                 see ChangeLog 2002-08-16
10382
10383         * po/it.po
10384                 updated by Alessandro Maestri
10385
10386 2002-08-15 [paul]       0.8.1claws65
10387
10388         * po/sr.po
10389                 updated by Urke MMI
10390
10391 2002-08-15 [paul]       0.8.1claws64
10392
10393         * src/*.c
10394                 don't translate debug info
10395
10396         * src/matcher.[ch]
10397                 add copyright info
10398
10399 2002-08-15 [paul]       0.8.1claws63
10400
10401         * src/prefs_toolbar.c
10402                 fix bug where clicking 'OK' creates an icon & text
10403                 toolbar regardless of prefs
10404
10405 2002-08-14 [alfons]     0.8.1claws62
10406
10407         * src/main.c
10408                 add global var that has the full argv[0]
10409         * src/crash.c
10410                 o execvp the correct sylpheed by using argv0
10411                   and setting the correct work dir
10412                 o other tweaks  
10413
10414 2002-08-14 [oliver]     0.8.1claws61
10415         
10416         * enable/disable Toolbar Action Buttons 
10417         * code cleanups
10418         * src/mainwindow.c
10419         * src/toolbar.[ch]      
10420         * src/prefs_toolbar.c   
10421
10422 2002-08-14 [melvin]     0.8.1claws60
10423
10424         * po/fr.po
10425                 Updated French translations
10426
10427 2002-08-14 [melvin]     0.8.1claws59
10428
10429         * src/crash.c
10430                 Made bug report not translatable
10431         * src/exporthtml.c
10432                 Fixed exporthtml_build_filespec() return value
10433         * src/foldersel.c
10434                 Fixed incorrect include file
10435         * src/gtkspell.c
10436         * src/prefs_actions.c
10437         * src/prefs_toolbar.c
10438                 Made debug info not translatable
10439         * src/mutt.c
10440         * src/quote_fmt.c
10441                 Added missing includes
10442         * src/prefs_common.c
10443                 Fixed typo
10444
10445 2002-08-14 [paul]       0.8.1claws58
10446
10447         * faq/es/sylpheed-faq.html
10448           faq/es/sylpheed-faq-[1-3].html
10449           faq/es/sylpheed-faq-4.html     **NEW FILE **
10450                 update Spanish FAQ
10451
10452 2002-08-13 [christoph]  0.8.1claws57
10453
10454         * src/procmsg.c
10455                 ignore thread fix that did not mark all
10456                 child nodes of a ignored thread as
10457                 ignored. Does not work perfectly yet,
10458                 but it is better now
10459
10460 2002-08-13 [alfons]     0.8.1claws56
10461
10462         * src/crash.c
10463                 o implement 'save crash log'
10464                 o some tweaks
10465
10466 2002-08-13 [melvin]     0.8.1claws55
10467
10468         * src/main.c
10469                 removed unrequired "execinfo.h" header
10470
10471 2002-08-12 [paul]       0.8.1claws54
10472
10473         * faq/en/sylpheed-faq.html
10474           faq/en/sylpheed-faq-[1-3].html
10475           faq/en/sylpheed-faq-4.html     **NEW FILE **
10476                 update English FAQ
10477
10478 2002-08-12 [alfons]     0.8.1claws53
10479
10480         * po/POTFILES.in
10481                 add crash.c to translatables
10482         * src/crash.c
10483                 bring in Leandro's crash dialog
10484
10485 2002-08-11 [alfons]     0.8.1claws52
10486
10487         * src/crash.c
10488                 clean up some warnings
10489
10490 2002-08-11 [alfons]     0.8.1claws51
10491
10492         * acconfig.h
10493         * configure.in
10494         * src/crash.[ch]        ** NEW FILES **
10495         * src/main.c            
10496                 initial gdb crash handler
10497
10498 2002-08-11 [paul]       0.8.1claws50
10499
10500         * src/prefs_toolbar.c
10501                 replace Up/Down arrow pixmaps with text to be
10502                 consistent across icon themes
10503
10504 2002-08-11 [paul]       0.8.1claws49
10505
10506         * src/prefs_common.c
10507           src/prefs_toolbar.c
10508                 rename 'Pixmap' -> 'Icon'
10509
10510         * src/toolbar.[ch]
10511                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10512
10513 2002-08-10 [paul]       0.8.1claws48
10514
10515         * src/prefs_toolbar.c
10516                 re-work the UI
10517
10518 2002-08-10 [paul]       0.8.1claws47
10519
10520         * src/main.c
10521                 don't write Processing progress to status bar
10522                 patch submitted by Alexander Evseev
10523
10524         * src/prefs_toolbar.c
10525                 re-position and resize window
10526                 make window assume correct size on first call
10527
10528 2002-08-10 [paul]       0.8.1claws46
10529
10530         * src/mainwindow.c
10531           src/prefs_toolbar.c
10532           src/toolbar.c
10533           src/toolbar.h
10534                 obey coding style
10535                 follow UI text conventions
10536
10537 2002-08-10 [alfons]     0.8.1claws45
10538
10539         * src/toolbar.c
10540                 correct pixmap for delete action
10541
10542 2002-08-10 [paul]       0.8.1claws44
10543
10544         * po/pt_BR.po
10545                 updated by Fabio Jr. Beneditto
10546
10547 2002-08-10 [paul]       0.8.1claws43
10548
10549         * po/POTFILES.in
10550                 add custom toolbar files
10551
10552 2002-08-10 [paul]       0.8.1claws42
10553
10554         * sync with 0.8.1cvs22
10555                 see ChangeLog 2002-08-09
10556
10557 2002-08-09 [paul]       0.8.1claws41
10558
10559         * tools/Makefile.am
10560           tools/README
10561           tools/outlook2sylpheed.pl     ** NEW FILE **
10562                 add script to convert exported Outlook
10563                 contacts list to a Sylpheed addressbook.
10564                 Submitted by Ricardo Mones Lastra.
10565
10566 2002-08-09 [paul]       0.8.1claws40
10567
10568         * AUTHORS
10569           configure.in
10570           po/sr.po      ** NEW FILE **
10571                 add Serbian message catalog. Submitted by
10572                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10573
10574 2002-08-09 [paul]       0.8.1claws39
10575
10576         * sync with 0.8.1cvs21
10577                 see ChangeLog 2002-08-08
10578
10579 2002-08-08 [oliver]     0.8.1claws38
10580
10581         * src/mainwindow.c
10582                 move Custom Toolbar to Configuration menu
10583
10584 2002-08-08 [oliver]     0.8.1claws37
10585
10586         * src/prefs_toolbar.c
10587                 fix substitute pixmap bug
10588
10589 2002-08-08 [paul]       0.8.1claws36
10590
10591         * sync with 0.8.1cvs19
10592                 see ChangeLog 2002-08-08
10593
10594 2002-08-07 [christoph]  0.8.1claws35
10595
10596         * src/utils.c
10597                 fixed a memory leak in new canonicalize_file_replace
10598
10599 2002-08-07 [christoph]  0.8.1claws34
10600
10601         * src/utils.[ch]
10602                 o canonicalize_file_replace should create the temporary
10603                   file in the same directory as the original file.
10604                 o added get_tmpfile_in_dir that creates a temorary file
10605                   in a specified directory.
10606
10607 2002-08-07 [melvin]     0.8.1claws33
10608
10609         * src/toolbar.c
10610                 fixed bug where 'Article' button acted as 'Email' button.
10611
10612 2002-08-07 [paul]       0.8.1claws32
10613
10614         * sync with 0.8.1.cvs17
10615                 see ChangeLog 2002-08-07
10616
10617 2002-08-07 [colin]      0.8.1claws31
10618         
10619         * src/news.c
10620                 fix mass-cancel problem
10621
10622 2002-08-07 [thorsten]   0.8.1claws30
10623
10624         * src/prefs_toolbar.c
10625                 fix: crash on replace or add new button
10626         * src/toolbar.c
10627                 fix: close xmlfile after reading
10628         * src/utils.c
10629                 fix: unlink() file before rename()
10630
10631 2002-08-06 [paul]       0.8.1claws29
10632
10633         * sync with 0.8.cvs15
10634                 see ChangeLog 2002-08-06
10635
10636 2002-08-06 [oliver]     0.8.1claws28
10637
10638         * src/toolbar.c
10639         * src/prefs_toolbar.c
10640                 fixed empty toolbar issue
10641
10642 2002-08-06 [oliver]     0.8.1claws27
10643
10644         * Custom Toolbar Final 
10645         * src/folderview.c
10646         * src/inc.c
10647         * src/summaryview.c
10648                 o toolbar stuff now lives in src/toolbar.[ch]
10649                 o main_window_toolbar_* functions are renamed to
10650                   toolbar_* reflecting their new source file
10651         * src/mainwindow.[ch]
10652                 o remove toolbar stuff  
10653
10654 2002-08-06 [oliver]     0.8.1claws26
10655         
10656         * src/Makefile.am
10657         * src/prefs_toolbar.[ch]        **New File**
10658         * src/toolbar.[ch]              **New File**
10659                 o prefs_toolbar.[ch] custom toolbar frontend
10660                 o toolbar.[ch]       backend 
10661
10662 2002-08-06 [oliver]     0.8.1claws25
10663
10664         * src/prefs_actions.[ch]
10665                 o new exported function actions_execute
10666
10667 2002-08-06 [paul]       0.8.1claws24
10668
10669         * sync with 0.8.1cvs4
10670                 see ChangeLog 2002-08-06
10671
10672 2002-08-06 [paul]       0.8.1claws23
10673
10674         * sync with 0.8.1cvs13
10675                 see ChangeLog 2002-08-06
10676
10677 2002-08-06 [paul]       0.8.1claws22
10678
10679         * sync with 0.8.1cvs12
10680                 see ChangeLog 2002-08-05 and 2002-08-06
10681
10682 2002-08-06 [match]      0.8.1claws21
10683
10684         * src/addrclip.c
10685                 improvements to cut/copy/paste address
10686
10687 2002-08-05 [match]      0.8.1claws20
10688
10689         * src/addritem.[ch]
10690         * src/addrcache.c
10691         * src/addrbook.c
10692         * src/editaddress.c
10693         * src/addressbook.c
10694                 fixes to improve cut/copy/paste
10695
10696 2002-08-06 [melvin]     0.8.1claws19
10697
10698         * src/account.[ch]
10699                 account_find_all_from_address(): new function that returns the
10700                 list of all accounts that are matched in an address.
10701         * src/alertpanel.[ch]
10702                 alertpanel() now accepts a custom widget
10703                 alertpanel_with_widget(): new function that pops up a panel with
10704                 a custom widget in it 
10705         * src/gtkutils.[ch]
10706                 gtkut_account_menu_new(): new function that allows the selection
10707                 of an account from a list of accounts.
10708         * src/messageview.c
10709                 Extended Return Receipt notification to select the correct 
10710                 account and to make a security test on the Delivery-Notification
10711                 address which should be the same as the Return-Path.
10712
10713 2002-08-06 [thorsten]   0.8.1claws18
10714
10715         * src/mimeview.c
10716                 attach_all: save unnamed as "noname.%d",
10717                 dont free static dirname
10718
10719 2002-08-05 [alfons]     0.8.1claws17
10720
10721         * configure.in
10722                 detect XIM by trying to link rather than compile a XIM program
10723
10724 2002-08-05 [oliver]     0.8.1claws16
10725                 
10726         * src/stock_pixmap.[ch]
10727                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10728                 o new func to retrieve pixmaps
10729
10730 2002-08-05 [paul]       0.8.1claws15
10731
10732         * sync with 0.8.1cvs10
10733                 see ChangeLog 2002-08-05
10734
10735 2002-08-04 [alfons]     0.8.1claws14
10736
10737         * src/textview.c
10738                 see if this plugs memleak
10739
10740 2002-08-04 [melvin]     0.8.1claws13
10741
10742         * src/gtkspell.c
10743                 fixed bug that could crash Sylpheed when highlighting
10744                 all misspelled words.
10745
10746 2002-08-03 [melvin]     0.8.1claws12
10747
10748         * src/prefs_actions.c
10749                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10750         * src/messageview.c
10751                 fixed bug where the Return Receipt was sent to
10752                 Delivery-Notification-To address even if it was not present
10753
10754 2002-08-02 [alfons]     0.8.1claws11
10755
10756         * src/prefs_actions.c
10757                 o more check for NULLs
10758                 o put create_io_dialog() in right conditional block
10759
10760 2002-08-02 [paul]       0.8.1claws10
10761
10762         * po/es.po
10763                 updated by Ricardo Mones Lastra
10764
10765 2002-08-01 [christoph]  0.8.1claws9
10766
10767         * src/folder.c
10768                 don't free the cache of the opened
10769                 folder in the summaryview
10770         * src/summaryview.c
10771                 don't unset flags, if it is not required
10772
10773 2002-08-01 [paul]       0.8.1claws8
10774
10775         * sync with 0.8.1cvs8
10776                 see ChangeLog entry 2002-08-01
10777
10778 2002-08-01 [paul]       0.8.1claws7
10779
10780         * sync with 0.8.1cvs7
10781                 see ChangeLog 2002-07-31 and 2002-08-01
10782
10783 2002-07-31 [christoph]  0.8.1claws6
10784
10785         * src/mainwindow.c
10786                 forgot to update menu sensitivity
10787                 function for new menu entry
10788
10789 2002-07-31 [alfons]     0.8.1claws5
10790
10791         * src/main.c
10792                 check folder item and its path for NULL on
10793                 initial processing
10794
10795 2002-07-31 [christoph]  0.8.1claws4
10796
10797         * src/folder.c
10798                 check if folder_item_get_msginfo in
10799                 folder_item_remove_msg returned NULL
10800         * src/imap.c
10801                 better clear the uid cache in the
10802                 uid validity check function and delete
10803                 cached messages
10804
10805 2002-07-31 [paul]       0.8.1claws3
10806
10807         * man/sylpheed.1
10808                 add the '--attach' option and a few other
10809                 minor changes
10810
10811 2002-07-31 [paul]       0.8.1claws2
10812
10813         * sync with 0.8.1cvs5
10814                 see ChangeLog 2002-07-31
10815
10816 2002-07-31 [christoph]  0.8.1claws1
10817
10818         * src/folderview.[ch]
10819         * src/mainwindow.c
10820                 replace "Rescan all folders..." with
10821                 "Check all folders for new messages..."
10822
10823 2002-07-30 [paul]       0.8.1claws
10824
10825         * version 0.8.1claws released
10826
10827 2002-07-30 [paul]       0.8.0claws29
10828
10829         * tools/OOo2sylpheed.pl ** NEW FILE **
10830           tools/README
10831                 add script to enable sending documents as
10832                 attachments from OpenOffice.org
10833
10834 2002-07-30 [melvin]     0.8.0claws28
10835
10836         * src/prefs_actions.c
10837                 Made the actions' input/output dialog display
10838                 without delay.
10839
10840 2002-07-30 [christoph]  0.8.0claws27
10841
10842         * src/procmsg.c
10843                 check if folder_item_get_msginfo in
10844                 procmsg_save_to_outbox returned NULL
10845
10846 2002-07-30 [paul]       0.8.0claws26
10847
10848         * sync with 0.8.1cvs4
10849                 see ChangeLog 2002-07-29
10850
10851 2002-07-29 [thorsten]   0.8.0claws25
10852
10853         * README.claws
10854                 added selective download, delete on server
10855
10856 2002-07-29 [paul]       0.8.0claws24
10857
10858         * sync with 0.8.1cvs3
10859                 see ChangeLog 2002-07-29
10860
10861 2002-07-27 [christoph]  0.8.0claws23
10862
10863         * src/folder.c
10864                 add extra check if fetching the msginfo
10865                 returned NULL
10866
10867 2002-07-27 [paul]       0.8.0claws22
10868
10869         * sync with 0.8.1cvs2
10870                 see ChangeLog 2002-07-26
10871
10872 2002-07-27 [christoph]  0.8.0claws21
10873
10874         * src/imap.c
10875                 add another check if a valid msginfo
10876                 was returned
10877
10878 2002-07-26 [hoa]        0.8.0claws20
10879
10880         * src/folder.c
10881                 Fixed a condition in folder_item_destroy()
10882
10883         * src/imap.c
10884                 Fixed an error in IMAP protocol
10885
10886 2002-07-26 [alfons]     0.8.0claws19
10887
10888         * src/folder.c
10889                 ofcourse compare with identifier, not the path
10890
10891 2002-07-26 [alfons]     0.8.0claws18
10892
10893         * src/folder.c
10894                 use folder item identifier for saving / restoring
10895                 preferences because folder->path might not be unique
10896
10897 2002-07-26 [melvin]     0.8.0claws17
10898
10899         * src/logwindow.c
10900                 Fixed a crash introduced in 0.8.0claws5 when log is 
10901                 cut under 80 characters.
10902
10903 2002-07-26 [paul]       0.8.0claws16
10904
10905         * sync with 0.8.1cvs1
10906                 see ChangeLog 2002-07-26
10907
10908 2002-07-26 [christoph]  0.8.0claws15
10909
10910         * src/imap.[ch]
10911                 imap folder now remembers the last selected
10912                 folder and imap_fetch_msginfo skips selecting
10913                 the folder if it is already selected
10914
10915 2002-07-26 [christoph]  0.8.0claws14
10916
10917         * src/folder.c
10918         * src/folderview.c
10919         * src/imap.c
10920                 fix imap folder rescanning
10921
10922 2002-07-25 [christoph]  0.8.0claws13
10923
10924         * src/filter.c
10925         * src/folder.[ch]
10926         * src/folderview.c
10927         * src/imap.[ch]
10928         * src/mainwindow.c
10929         * src/mbox_folder.c
10930         * src/mh.c
10931         * src/news.c
10932                 implement imap uid cache and uid validity check
10933
10934 2002-07-25 [alfons]     0.8.0claws12
10935
10936         * src/summaryview.c
10937                 fix a brown paper bag bug, and also add some more
10938                 checks
10939
10940 2002-07-25 [christoph]  0.8.0claws11
10941
10942         * src/folder.c
10943                 don't mix copy, fetch_msginfo and remove
10944                 operations in folder item copy and move
10945                 operations
10946
10947 2002-07-25 [christoph]  0.8.0claws10
10948
10949         * src/folderview.c
10950         * src/mainwindow.c
10951         * src/prefs_folder_item.c
10952         * src/summaryview.[ch]
10953                 remove no longer required parameter update_cache from
10954                 summary_show
10955
10956 2002-07-25 [paul]       0.8.0claws9
10957
10958         * sync with 0.8.1
10959         
10960         * AUTHORS
10961                 a few corrections
10962
10963 2002-07-24 [alfons]     0.8.0claws8
10964
10965         * src/summaryview.c
10966                 sort correctly when using simplified subject line
10967                 (closes feature request "[ 585141 ] applying regexp to subject 
10968                 before sort" submitted by Alexandra Walford)
10969
10970 2002-07-24 [paul]       0.8.0claws7
10971
10972         * sync with 0.8.0cvs3
10973                 see ChangeLog 2002-07-24
10974
10975 2002-07-23 [christoph]  0.8.0claws6
10976
10977         * src/folder.c
10978         * src/folder.h
10979         * src/summaryview.c
10980         * src/summaryview.h
10981         * src/main.c
10982                 o separate processing and summaryview
10983                 o removed summary_write_cache from summaryview
10984                 o removed summaryview->killed_messages, because we don't have
10985                   to keep a list of killed messages anymore. New cache will
10986                   keep the hidden messages in cache anyway
10987         * src/folderview.c
10988         * src/inc.c
10989         * src/selective_download.c
10990                 o removed unnecessary summary_write_cache calls
10991         * src/procmsg.c
10992                 o don't set ignore thread flag in procmsg_get_thread_tree
10993                   if it is already set
10994         * src/mainwindow.c
10995         * src/statusbar.h
10996                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10997                   they are used in different files
10998
10999 2002-07-23 [melvin]     0.8.0claws5
11000
11001         * src/addressbook.c
11002         * src/addrgather.c
11003         * src/editaddress.c
11004         * src/editgroup.c
11005         * src/editldap_basedn.c
11006         * src/importldif.c
11007         * src/prefs_common.c
11008                 Fixed few memory leak (gtk_editable_get_chars returns
11009                 an allocated string)
11010         * src/logwindow.c
11011                 Fixed few memory leak (gtk_editable_get_chars returns
11012                 an allocated string) and modified a little the log cutting
11013                 loop.
11014         * src/compose.c
11015                 Replaced a call to an obsolete function gtk_entry_get_text()
11016                 by gtk_editable_get_chars()
11017         * src/send.c
11018                 Removed a debug printf
11019
11020 2002-07-23 [christoph]  0.8.0claws4
11021
11022         * src/filesel.c
11023                 fix another g_dirname memory leak
11024
11025 2002-07-23 [christoph]  0.8.0claws3
11026
11027         * src/mh.c
11028                 fixed a memory leak in mh_fetch_msginfo
11029                 fixed crash when message header could not be
11030                 parsed
11031
11032 2002-07-23 [paul]       0.8.0claws2
11033
11034         * sync with 0.8.0cvs2
11035                 see ChangeLog 2002-07-23
11036
11037 2002-07-23 [paul]       0.8.0claws1
11038
11039         * sync with 0.8.0cvs1
11040                 see ChangeLog 2002-07-23
11041
11042 2002-07-23 [paul]       0.8.0claws
11043
11044         * release of 0.8.0claws
11045
11046 2002-07-23 [paul]       0.7.8claws99
11047
11048         * po/ru.po
11049                 new Russian translation, submitted by
11050                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
11051
11052 2002-07-22 [jens]       0.7.8claws98
11053
11054         * po/de.po
11055                 Updated German translations.
11056
11057 2002-07-22 [paul]       0.7.8claws97
11058
11059         * po/es.po
11060           po/it.po
11061           po/nl.po
11062           po/pt_BR.po
11063                 updated translations by Ricardo Mones Lastra,
11064                 Alessandro Maestri, Wilbert Berendsen and 
11065                 Fabio Jr. Beneditto respectively
11066
11067 2002-07-22 [christoph]  0.7.8claws96
11068
11069         * src/mimeview.c
11070                 fix memory leak caused by wrong g_dirname usage
11071
11072 2002-07-22 [christoph]  0.7.8claws95
11073
11074         * src/summaryview.c
11075                 update new and unread message counts for summaryview
11076                 summaryview does not get it from the folder anymore
11077                 and has to update the values itself
11078
11079 2002-07-22 [melvin]     0.7.8claws94
11080
11081         * po/fr.po
11082                 Updated French translations.
11083
11084 2002-07-22 [christoph]  0.7.8claws93
11085
11086         * src/matcher.c
11087                 set prop->preg pointer to NULL or following check
11088                 will not fail and regexec will be called with
11089                 invalid pointer
11090
11091 2002-07-21 [alfons]     0.7.8claws92
11092         
11093         * src/prefs_common.[ch]
11094                 remove option "Send return receipt on request"
11095
11096 2002-07-21 [thorsten]   0.7.8claws91
11097
11098         * src/mimeview.c
11099                 fixed memleaks, coding style as pointed out by alfons
11100
11101 2002-07-21 [alfons]     0.7.8claws90
11102
11103         * src/messageview.c
11104         * src/noticeview.[ch]
11105                 o fix bug notice view being displayed when going to empty folder 
11106                   (noticed by Christoph)
11107                 o allow RRR to be sent when restarting sylpheed, or changing folder 
11108                   (noticed by Thorsten)
11109
11110 2002-07-21 [thorsten]   0.7.8claws89
11111
11112         * src/mimeview.c
11113                 Included save_all patch from Xaview FACQ
11114                 added support for pathnames
11115
11116 2002-07-21 [alfons]     0.7.8claws88
11117
11118         * po/POTFILES.in
11119         * src/Makefile.am
11120         * src/mainwindow.c
11121         * src/messageview.[ch]
11122         * src/noticeview.c      ** NEW FILE **
11123         * src/noticeview.h      ** NEW FILE **
11124                 make return receipts work again
11125                 (UI idea by Leandro Pereira)
11126
11127 2002-07-21 [paul]       0.7.8claws87
11128
11129         * src/summaryview.c
11130                 fix sensitivity of 'Select thread'
11131
11132 2002-07-21 [paul]       0.7.8claws86
11133
11134         * src/prefs_common.c
11135                 add browser command line for Galeon
11136
11137 2002-07-21 [paul]       0.7.8claws85
11138
11139         * Makefile.am
11140                 fix 'EXTRA_DIST': remove README.README, add TODO
11141                 and TODO.claws
11142
11143 2002-07-21 [alfons]     0.7.8claws84
11144
11145         * src/gtkstext.c
11146                 make enter clear selection
11147                 (closes "[ 579888 ] Editor selection/entry error"
11148                 reported by Steve Lamb)
11149
11150 2002-07-21 [alfons]     0.7.8claws83
11151         
11152         * src/summaryview.c
11153                 sort message list when selecting unthread messages
11154                 (closes "[ 501593 ] switching threaded view doesn't sort"
11155                 reported by Simon Schubert)
11156
11157 2002-07-20 [alfons]     0.7.8claws82
11158         
11159         * src/matcher.c
11160                 const-correctness
11161
11162 2002-07-20 [thorsten]   0.7.8claws81
11163
11164         * src/matcher.c
11165                 Fixed expansion of empty fields in matchactions
11166
11167 2002-07-19 [melvin]     0.7.8claws80
11168
11169         * src/gtkspell.c
11170                 Removed a duplicate menu entry (fast mode) introduced during
11171                 the new cache merge
11172                 Added a menu separator between 'Use alternate' and 'Fast mode'
11173
11174 2002-07-19 [paul]       0.7.8claws79
11175
11176         * tools/Makefile.am
11177           tools/README
11178                 correct typos
11179
11180 2002-07-19 [thorsten]   0.7.8claws78
11181
11182         * tools/calypso_convert.pl      ** NEW FILE **
11183           tools/README
11184           tools/Makefile.am
11185                 script to import mbox files exported
11186                 by calypso
11187                 o generates folder structure
11188                 o includes attachments
11189
11190 2002-07-19 [melvin]     0.7.8claws77
11191
11192         * src/selective_download.[ch]
11193                 Fixed bug where closing the dialog with the window manager's
11194                 close button will not unlock the summary
11195                 Corrected some function declarations that missed a return value
11196                 Made the source code comply better with coding style.
11197         * src/prefs_common.c
11198                 Added new browser command line for Mozilla.
11199
11200 2002-07-18 [paul]       0.7.8claws76
11201
11202         * src/mainwindow.c
11203           src/selective_download.[ch]
11204                 reflect theme changes, fix Gdk Warning when creating 
11205                 pixmap from NULL window, and minor clean up.
11206                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11207
11208         * po/en_GB.po
11209                 updated
11210
11211 2002-07-17 [paul]       0.7.8claws75
11212
11213         * INSTALL[.jp]
11214                 sync with 0.8.0
11215         
11216         * po/en_GB.po
11217                 updated
11218
11219 2002-07-16 [paul]       0.7.8claws74
11220
11221         * tools/filter_conv.pl
11222           tools/README
11223                 replace conversion script with reimplemented version, 
11224                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
11225
11226 2002-07-16 [colin]      0.7.8claws73
11227
11228         * src/summaryview.c
11229                 remove forgotten debug messages - sorry ;-)
11230
11231 2002-07-16 [colin]      0.7.8claws72
11232
11233         * src/mimeview.c
11234           src/summaryview.c
11235           src/textview.c
11236           src/textview.h
11237                 add the ability to select part of a text mime-part 
11238                 to reply.
11239
11240 2002-07-15 [christoph]  0.7.8claws71
11241
11242         * src/folder.c
11243                 fix folder message count for folders without
11244                 msg_is_changed (includes news folders)
11245
11246 2002-07-15 [martin]     0.7.8claws70
11247
11248         * src/summaryview.c
11249                 option "display recipient on 'From'..." now works
11250                 without the need of enabling the option
11251                 "display  sender  using  address  book".
11252
11253 2002-07-15 [christoph]  0.7.8claws69
11254
11255         * src/summaryview.c
11256                 removed setting folder status from summaryview.
11257                 folder.c should update all message counts correctly.
11258
11259 2002-07-15 [paul]       0.7.8claws68
11260
11261         * po/pt_BR.po
11262                 updated by Fabio Junior Beneditto
11263
11264 2002-07-15 [darko]      0.7.8claws67
11265
11266         * src/mh.c
11267                 Fixed target folder colorization, don't decrease op
11268                 number twice
11269
11270 2002-07-14 [paul]       0.7.8claws66
11271
11272         * sync with main 0.8.0
11273                 see ChangeLog 2002-07-14
11274
11275 2002-07-13 [melvin]     0.7.8claws65
11276         
11277         * src/addrbook.c
11278         * src/addressbook.c
11279         * src/addrindex.c
11280                 Replaced sprintf by g_snprintf to prevent possible buffer
11281                 overflow.
11282         * src/news.c
11283                 Corrected a log message output format.
11284                 Added a missing "done" debug output.
11285         * src/compose.c
11286                 Added keyboard accelerator for Priority menu items
11287                 Added missing \n in debug output
11288         * src/logwindow.c
11289         * src/gtkspell.c
11290         * src/rfc2015.c
11291                 Added missing \n in debug output
11292
11293 2002-07-13 [paul]       0.7.8claws64
11294
11295         * man/sylpheed.1
11296                 change Sergey's email address to the sf address
11297
11298         * src/textview.c
11299                 increase show_url_timeout (more useful for long
11300                 urls)
11301
11302 2002-07-12 [sergey]     0.7.8claws63
11303
11304         * src/rfc2015.c
11305                 applied (with some modifications) patch to set the
11306                 micalg parameter for signatures
11307                 (2001-08-28 Werner Koch <wk@gnupg.org>)
11308
11309 2002-07-12 [sergey]     0.7.8claws62
11310
11311         * man/Makefile.am
11312         * configure.in
11313                 fixed man page installation
11314
11315 2002-07-12 [paul]       0.7.8claws61
11316
11317         * sync with 0.7.8cvs26
11318                 see ChangeLog 2002-07-11 and 2002-07-12
11319
11320 2002-07-11 [christoph]  0.7.8claws60
11321
11322         * src/compose.c
11323         * src/procmsg.c
11324                 first use the message number to find the message
11325                 to mark with a reply flag but check the
11326                 message-id if we got the correct message, if not
11327                 try to find it by message-id.
11328                 use new string seperator that is not allowed
11329                 in message-ids.
11330
11331 2002-07-11 [paul]       0.7.8claws59
11332
11333         * sync with 0.7.8cvs23
11334                 see ChangeLog 2002-07-10
11335
11336 2002-07-10 [christoph]  0.7.8claws58
11337
11338         * src/folder.[ch]
11339         * src/msgcache.[ch]
11340                 Added message-id table to the cache in memory
11341                 and functions to msgcache.c and folder.c to
11342                 fetch MsgInfos by message id
11343         * src/compose.c
11344         * src/procmsg.c
11345                 store folder and message-id of message replying
11346                 to in queue header and set reply flag after sending
11347                 (Closes bug #469498)
11348
11349 2002-07-10 [paul]       0.7.8claws57
11350
11351         * AUTHORS
11352           man/sylpheed.1.gz
11353                 add Martin to the list of authors
11354
11355 2002-07-09 [martin]     0.7.8claws56
11356         * src/gtksctree.c
11357                 Added gtk_ctree_last_visible(), tree_update_level(),
11358                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
11359                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11360                 from gtk+ to gtksctree.c for the new sorting code
11361                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
11362                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
11363         * src/gtksctree.h
11364                 Added declaration for gtk_sctree_sort_recursive() and
11365                 gtk_sctree_sort_node
11366         * src/addressbook.c
11367         * src/foldersel.c
11368         * src/folderview.c
11369         * src/summaryview.c
11370                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
11371                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
11372
11373 2002-07-08 [paul]       0.7.8claws55
11374
11375         * more sync with 0.7.8cvs21
11376                 see ChangeLog 2002-07-08
11377
11378 2002-07-08 [paul]       0.7.8claws54
11379
11380         * sync with 0.7.8cvs21
11381                 see ChangeLog 2002-07-08
11382
11383 2002-07-07 [alfons]     0.7.8claws53
11384
11385         * src/Makefile.am
11386         * src/stock_pixmap.[ch]
11387         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11388         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11389         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11390                 add new pixmaps for upcoming notice pane
11391
11392 2002-07-06 [melvin]     0.7.8claws52
11393
11394         * src/gtkspell.[ch]
11395                 Made them a bit closer to Sylpheed's coding style.
11396                 Removed old code.
11397                 Removed possible memory leaks when some errors occurs.
11398
11399 2002-07-06 [melvin]     0.7.8claws51
11400
11401         * po/Makefile.in.in
11402                 Removed --no-location in xgettext command line to help
11403                 translators that use Emacs' po-mode
11404         * src/quote_fmt.c
11405                 Removed unnecessary comments that messed up sylpheed.pot
11406
11407 2002-07-06 [paul]       0.7.8claws50
11408
11409         * sync with 0.7.8cvs19
11410                 see ChangeLog 2002-07-05
11411
11412 2002-07-06 [christoph]  0.7.8claws49
11413
11414         * src/folder.c
11415         * src/mainwindow.c
11416                 fix folder_item_remove_all_msg and folderview
11417                 status for trash folders after emptying trash
11418
11419 2002-07-05 [paul]       0.7.8claws48
11420
11421         * sync with 0.7.8cvs16
11422                 see ChangeLog 2002-07-04 and 2002-07-05
11423
11424 2002-07-04 [paul]       0.7.8claws47
11425
11426         * sync with 0.7.8cvs14
11427                 see  ChangeLog 2002-07-04
11428
11429 2002-07-03 [alfons]     0.7.8claws46
11430
11431         * src/folder.c
11432                 dupe folder item's path because it's being reallocated
11433                 by new folder scanning code
11434
11435 2002-07-03 [christoph]  0.7.8claws45
11436
11437         * src/imap.c
11438                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11439         * src/msgcache.c
11440                 add missing return in msgcache_write
11441
11442 2002-07-02 [thorsten]   0.7.8claws44
11443
11444         * src/jpilot.c
11445         * src/msgcache.c
11446         * src/rfc2015.c
11447                 use binary mode for file access
11448
11449 2002-07-02 [christoph]  0.7.8claws43
11450
11451         * major code cleanup (part 1)
11452         
11453                 - unused variables removed
11454                 - unused functions removed
11455                 - uninitialized variables checked
11456                 - missing return statements added
11457                 - missing function return types added
11458                 - added parentheses around assignment and
11459                   && in || when suggested by gcc
11460               
11461         * src/mh.c
11462         * src/folder.c
11463                 replaced direct calls to folder->scan_tree
11464                 with folder_scan_tree and restore folder
11465                 prefs in this function. The folder should
11466                 not have to deal with them.
11467                 ( Should now work for all folder types )
11468
11469 2002-07-02 [paul]       0.7.8claws42
11470
11471         * sync with 0.7.8cvs13
11472                 see ChangeLog 2002-07-01 and 2002-07-02
11473
11474 2002-07-01 [christoph]  0.7.8claws41
11475
11476         * src/summaryview.c
11477                 fix "goto next/prev unread message" with
11478                 ignored threads
11479
11480 2002-07-01 [paul]       0.7.8claws40
11481
11482         * po/es.po
11483                 updated by Ricardo Mones Lastra
11484
11485 2002-06-30 [match]      0.7.8claws39
11486
11487         * src/jpilot.c
11488                 applied variation of leonerd's patch (566661) to
11489                 allow multiple email addresses per JPilot entry.
11490                 addresses may be separated by space, comma, pipe,
11491                 semi-colon, new-line.
11492
11493 2002-06-30 [alfons]     0.7.8claws38
11494
11495         * src/procmsg.c
11496                 simple fix for putting older nodes before
11497                 newer nodes when threading by subject
11498
11499 2002-06-30 [christoph]  0.7.8claws37
11500
11501         * src/folder.c
11502         * src/folderview.c
11503         * src/mh.c
11504         * src/news.c
11505         * src/procmsg.c
11506                 fix broken folder tree rescaning
11507                 and don't use procmsg_get_mark_sum
11508                 anymore
11509
11510 2002-06-30 [christoph]  0.7.8claws36
11511
11512         * merge new cache branch
11513         * src/imap.c
11514                 fix new cache imap copy bug
11515         * src/folder.c
11516                 improved folder_item_scan
11517                 it should now always set the correct
11518                 new, unread and total message counts
11519
11520 2002-06-29 [paul]       0.7.8claws35
11521
11522         * configure.in
11523                 correct syntax error
11524
11525 2002-06-29 [paul]       0.7.8claws34
11526
11527         * configure.in
11528           Makefile.am
11529           man/Makefile.am       ** NEW FILE **
11530           man/sylpheed.1.gz     ** NEW FILE **
11531                 add Sylpheed man page
11532
11533 2002-06-29 [paul]       0.7.8claws33
11534
11535         * po/pt_BR.po
11536                 updated by Fabio Junior Beneditto
11537
11538 2002-06-28 [jens]       0.7.8claws32
11539
11540         * po/de.po
11541                 translation updated
11542
11543         * src/selective_download.c
11544                 removed gettext for space " "
11545
11546         * src/imap.c
11547                 removed wrong space
11548
11549 2002-06-28 [paul]       0.7.8claws31
11550
11551         * sync with 0.7.8cvs11
11552                 see ChangeLog 2002-06-28
11553
11554 2002-06-28 [paul]       0.7.8claws30
11555
11556         * sync with 0.7.8cvs10
11557                 see ChangeLog 2002-06-27 and 2002-06-28
11558
11559 2002-06-26 [paul]       0.7.8claws29
11560
11561         * src/addrgather.c
11562           src/selective_download.c
11563                 don't gettextise empty strings.
11564                 reserved by gettext. gettext("") returns 
11565                 the header entry with meta information, 
11566                 not the empty string
11567
11568         * po/en_GB.po
11569                 updated
11570
11571 2002-06-26 [paul]       0.7.8claws28
11572
11573         * sync with 0.7.8cvs7
11574                 see ChangeLog 2002-06-25
11575
11576         * src/prefs_common.c
11577                 ...and in the process, tweak the gui a little
11578
11579 2002-06-25 [alfons]     0.7.8claws27
11580         
11581         * configure.in
11582         * src/Makefile.am
11583                 fine tune ldap library detection
11584
11585 2002-06-25 [alfons]     0.7.8claws26
11586
11587         * src/compose.c
11588                 don't allow return receipts when composing a news article
11589
11590 2002-06-25 [paul]       0.7.8claws25
11591
11592         * Makefile.am
11593                 add '$(AMTAR)' to 'release' section to allow for
11594                 new and older autotools
11595
11596 2002-06-25 [paul]       0.7.8claws24
11597
11598         * src/summaryview.c
11599                 fix "No more unread messages" persistant pop-up
11600                 window bug
11601
11602 2002-06-25 [paul]       0.7.8claws23
11603
11604         * po/it.po
11605                 updated by Alessandro Maestri
11606
11607 2002-06-25 [paul]       0.7.8claws22
11608
11609         * sync with 0.7.8cvs6
11610                 see ChangeLog 2002-06-25
11611
11612 2002-06-24 [paul]       0.7.8claws21
11613
11614         * tools/update-po
11615                 add GPL copyright information
11616
11617 2002-06-24 [paul]       0.7.8claws20
11618
11619         * tools/Makefile.am
11620           tools/README
11621           tools/update-po       ** NEW FILE **
11622                 add script that eases the creation of *.po files
11623                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11624
11625 2002-06-23 [alfons]     0.7.8claws19
11626
11627         * src/messageview.c
11628                 make notification_convert_header obey const correctness
11629                 (next step will be fixing the broken return receipt)
11630
11631 2002-06-23 [paul]       0.7.8claws18
11632
11633         * src/messageview.c
11634                 fix bug introduced in last commit:
11635                 removed too much code in last commit - put back what's
11636                 needed
11637
11638 2002-06-23 [paul]       0.7.8claws17
11639
11640         * src/messageview.[ch]
11641                 remove code committed in error from locally patched
11642                 source
11643
11644 2002-06-23 [colin]      0.7.8claws16
11645
11646         * src/compose.[ch]
11647                 add compose_entry_select(), used to select the default_to
11648                 email address - hopefully avoiding people sending mails to
11649                 wrong recipients.
11650
11651 2002-06-22 [alfons]     0.7.8claws15
11652
11653         * AUTHORS
11654                 add Bram Metsch & Stanislav Karchebny
11655         * src/smtp.[ch]
11656         * src/prefs_account.[ch]
11657         * src/send.c
11658                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11659                   options.  (see <http://sourceforge.net/tracker/index.php
11660                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11661
11662                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11663                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11664
11665 2002-06-22 [paul]       0.7.8claws14
11666
11667         * sync with 0.7.8cvs5
11668                 see ChangeLog 2002-06-19 and 2002-06-20
11669
11670 2002-06-22 [alfons]     0.7.8claws13
11671
11672         * src/selective_download.c
11673                 fix a stupid mistake I made
11674
11675 2002-06-22 [alfons]     0.7.8claws12
11676
11677         * src/selective_download.[ch]
11678                 fix another unnoticed leak; cleanup code
11679
11680 2002-06-21 [alfons]
11681
11682         * tools/Makefile.am
11683                 gpg-sign <-- gpg-sign-syl
11684
11685 2002-06-21 [alfons]     0.7.8claws11
11686
11687         * src/selective_download.c
11688         * src/selective_download.h
11689                 fix assorted mix of allocation errors (should solve
11690                 problem reported by Philippe Gramoullé, see:
11691                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11692
11693 2002-06-20 [melvin]     0.7.8claws10
11694
11695         * tools/gpg-sign *REMOVED*
11696           tools/gpg-sign-syl *ADDED*
11697                 Replaced the gpg clearsigning script with the version using
11698                 xterm instead of ssh-askpass and changed its name.
11699
11700         * README.claws
11701                 Updated actions example to reflect the renaming of the
11702                 gpg clearsigning script.
11703
11704 2002-06-19 [paul]       0.7.8claws9
11705
11706         * sync with 0.7.8claws9
11707                 see ChangeLog 2002-06-18 and 2002-06-19
11708
11709 2002-06-19 [paul]       0.7.8claws8
11710
11711         * sync with 0.7.8cvs1
11712                 see ChangeLog 2002-06-18
11713
11714 2002-06-18 [alfons]     0.7.8claws7
11715
11716         * src/mainwindow.h
11717                 add omitted prototype
11718
11719 2002-06-17 [paul]       0.7.8claws6
11720
11721         * src/mainwindow.c
11722                 fix hiding of exec_btn
11723
11724 2002-06-17 [paul]       0.7.8claws5
11725
11726         * src/pop.c
11727                 remove unneeded code: should_delete() 
11728                 and Pop3State::uidl_todelete_list
11729
11730 2002-06-17 [paul]       0.7.8claws4
11731
11732         * sync with 0.7.8
11733                 see ChangeLog 2002-06-11 and 2002-06-13
11734
11735 2002-06-16 [alfons]     0.7.8claws3
11736         
11737         * src/folder.c
11738                 make sure lock sort mode (claws specific) is
11739                 also persists after a tree rescan
11740
11741 2002-06-16 [alfons]     0.7.8claws2
11742
11743         * src/prefs_folder_item.c
11744         * src/folder.[ch]
11745                 fix persistence of folder sort mode (broken
11746                 by adapting Hiro's new folder persistence code)
11747
11748 2002-06-16 [alfons]     0.7.8claws1
11749
11750         * AUTHORS
11751         * src/logwindow.c
11752         * src/prefscommon.[ch]
11753                 control size of log text in log window; 
11754                 closes patch #569155 submitted by Mitko Haralanov.
11755
11756 2002-06-15 [paul]       0.7.8claws
11757
11758         * release of 0.7.8claws
11759
11760 2002-06-15 [paul]       0.7.7claws
11761
11762         * po/pt_BR.po
11763                 updated by Fabio Junior Beneditto
11764
11765 2002-06-14 [paul]       0.7.6claws49
11766
11767         * po/es.po
11768                 updated by Ricardo Mones Lastra
11769
11770 2002-06-14 [paul]       0.7.6claws48
11771
11772         * po/nl.po
11773                 updated translation by Wilbert Berendsen
11774
11775 2002-06-14 [melvin]     0.7.6claws47
11776
11777         * po/fr.po
11778                 Updated French translation
11779
11780 2002-06-13 [paul]       0.7.6claws46
11781
11782         * src/filesel.c
11783                 allow filename to be typed in, rather than just
11784                 selected by the mouse. Patch by Gustavo Noronha Silva.
11785
11786 2002-06-13 [alfons]     0.7.6claws45
11787
11788         * src/mainwindow.[ch]
11789                 more cleanups (removing unnecessary menu items Expand 
11790                 summary / message view)
11791
11792 2002-06-13 [melvin]     0.7.6claws44
11793
11794         * po/POTFILES.in
11795                 Added src/string_match.c
11796         * src/string_match.c
11797                 Fixed possible buffer overflow.
11798                 Corrected typo.
11799                 Added missing config.h header.
11800         * src/prefs_common.c
11801           src/prefs_matcher.c
11802           src/prefs_scoring.c
11803                 Made some strings translatable (missing _(..)).
11804
11805 2002-06-13 [melvin]     0.7.6claws43
11806
11807         * README.claws
11808                 Corrected action example (verifying clearsigned mail).
11809         * src/prefs_account.c
11810                 Corrected typo.
11811         * src/prefs_common.c
11812                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11813
11814 2002-06-12 [alfons]     0.7.6claws42
11815
11816         * src/summaryview.c
11817                 add init of score column lost in 0.7.6claws42
11818
11819 2002-06-12 [paul]       0.7.6claws41
11820
11821         * src/prefs_account.c
11822                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11823                 behavior of the radio buttons, (from 0.7.7cvs2)
11824
11825 2002-06-11 [alfons]     0.7.6claws40
11826
11827         * src/messageview.[ch]
11828         * src/summaryview.[ch]
11829         * src/summary_search.c
11830         * src/mainwindow.c
11831                 perform a sync to bring in Hiro's separate view implementation 
11832
11833                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11834
11835 2002-06-11 [paul]       0.7.6claws39
11836         
11837         * src/prefs_account.c
11838                 correct a typo on the Receive tab
11839
11840 2002-06-10 [match]      0.7.6claws38
11841
11842         * src/addressbook.c
11843                 Included address completion patch from Gustavo Noronha.
11844
11845 2002-06-10 [paul]       0.7.6claws37
11846
11847         * src/inc.[ch]
11848           src/pop.c
11849           src/prefs_account.[ch]
11850           src/selective_download.[ch]
11851                 apply PATCH #561712
11852                  NEW:
11853                 - check if POP Account
11854                 - Receive Button renamed to Preview
11855                 - Preview Button Popup: preview new/all messages
11856                 - Download Button
11857                 - Account Preferences-->Receive tab checkbutton if you
11858                   want to remove Mail after Download
11859                 -: default YES
11860                 - Account Preferences-->Receive tab checkbutton use
11861                   filtering rules on preview
11862                   (think of delete_on_server)
11863                 -: default YES
11864                 - Account selectable from SD dialog
11865                 - checkbutton to show already downloaded messages if
11866                   all messages are previewed
11867                 - new clist column showing Date
11868                 - ESC KEY close
11869                 FIXES:
11870                 - play ball with UIDL
11871                 - fault tolerant (?) 
11872                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11873
11874 2002-06-10 [melvin]     0.7.6claws36
11875
11876         * README.claws
11877                 Added a hint to ac/README in cvs instructions.
11878
11879         * src/prefs_actions.c
11880                 Made it possible to use a more elaborate command line
11881                 for asynchronous actions, too.
11882
11883 2002-06-10 [melvin]     0.7.6claws35
11884         
11885         * src/prefs_actions.c
11886                 Make it possible to use a more elaborate command line
11887                 (e.g. |foo|bar|cat>there;echo Done|)
11888                 Corrected error message when calling %f, %F and %p commands
11889                 from the compose window.
11890
11891 2002-06-09 [colin]      0.7.6claws34
11892
11893         * src/summaryview.c
11894                 Automatically find unread messages in current folder
11895                 before annoying the user.
11896
11897 2002-06-08 [alfons]     0.7.6claws33
11898
11899         * po/it.po
11900                 remove bad formatting string in it.po translation
11901                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11902
11903 2002-06-08 [paul]       0.7.6claws32
11904
11905         * sync with 0.7.6cvs25
11906                 see ChangeLog 2002-06-07
11907
11908 2002-06-05 [paul]       0.7.6claws31
11909
11910         * src/mainwindow.c
11911                 add 'Sort by locked' and 'Sort by score'
11912
11913 2002-06-05 [paul]       0.7.6claws30
11914
11915         * sync with 0.7.6cvs24
11916                 see ChangeLog 2002-06-04
11917
11918 2002-06-04 [paul]       0.7.6claws29
11919
11920         * po/pt_BR.po
11921                 updated by Fabio Junior Beneditto
11922
11923 2002-06-03 [thorsten]   0.7.6claws28
11924
11925         * src/matcher.c
11926                 fclose() matcherrc after reading
11927
11928 2002-06-03 [paul]       0.7.6claws27
11929
11930         * sync with 0.7.6cvs21
11931                 see ChangeLog 2002-05-31
11932
11933 2002-05-31 [paul]       0.7.6claws26
11934
11935         * sync with 0.7.6cvs20
11936                 see ChangeLog 2002-05-29 and 2002-05-30
11937
11938 2002-05-31 [paul]       0.7.6claws25
11939
11940         * src/imap.c
11941                 hopefully fix last buggy sync
11942
11943         * README.claws
11944                 correct typo in 'Actions' examples
11945
11946 2002-05-29 [paul]       0.7.6claws24
11947
11948         * sync with 0.7.6cvs18
11949                 see ChangeLog 2002-05-28 and 2002-05-29
11950
11951         * src/news.c
11952           src/nntp.[ch]
11953                 sync with above 
11954
11955 2002-05-28 [paul]       0.7.6claws23
11956
11957         * sync with 0.7.6cvs16
11958                 see ChangeLog 2002-05-28
11959
11960 2002-05-27 [thorsten]   0.7.6claws22 
11961
11962         * faq/it/sylpheed-faq-1.html
11963           faq/it/sylpheed-faq-2.html
11964           faq/it/sylpheed-faq-3.html
11965           faq/it/sylpheed-faq.html
11966                 corrected DOS lineendings
11967         * faq/de/sylpheed-faq-1.html
11968           faq/de/sylpheed-faq-2.html
11969           faq/en/sylpheed-faq-1.html
11970           faq/en/sylpheed-faq-2.html
11971           faq/en/sylpheed-faq-3.html
11972           faq/es/sylpheed-faq-1.html
11973           faq/es/sylpheed-faq-2.html
11974           faq/es/sylpheed-faq-3.html
11975           faq/fr/sylpheed-faq-1.html
11976           faq/it/sylpheed-faq-1.html
11977           faq/it/sylpheed-faq-2.html
11978           faq/it/sylpheed-faq-3.html
11979           faq/it/sylpheed-faq.html
11980                 changed ">" to &quot;
11981
11982 2002-05-27 [paul]       0.7.6claws21
11983         
11984         * sync with 0.7.6cvs15
11985                 see ChangeLog 2002-05-27
11986
11987 2002-05-27 [paul]       0.7.6claws20
11988
11989         * src/prefs_account.c
11990                 correct a typo
11991
11992 2002-05-26 [paul]       0.7.6claws19
11993
11994         * tools/README
11995                 correct a typo
11996
11997 2002-05-25 [paul]       0.7.6claws18
11998
11999         * tools/README
12000                 add description of kmail2sylpheed.pl
12001
12002 2002-05-25 [paul]       0.7.6claws17
12003
12004         * tools/kmail2sylpheed.pl       ** NEW FILE **
12005                 perl script that converts an exported Kmail address
12006                 book, converts it to sylpheed addressbook file,
12007                 writes the file to .sylpheed, and updates
12008                 addrbook--index.xml 
12009
12010 2002-05-25 [paul]       0.7.6claws16
12011
12012         * sync with 0.7.6cvs14
12013                 see ChangeLog 2002-05-23
12014
12015 2002-05-24 [paul]       0.7.6claws15
12016
12017         * README.claws
12018                 make a correction and add some more info
12019
12020 2002-05-24 [paul]       0.7.6claws14
12021
12022         * src/compose.c
12023                 fix memory leak in 
12024                 compose_redirect_write_headers_from_headerlist()
12025                 add Subject and Resent-Message-ID to
12026                 compose_redirect_write_headers()
12027                 Received, Subject, and X-UIDL are filtered out in 
12028                 compose_redirect_write_to_file()
12029
12030 2002-05-23 [paul]       0.7.6claws13
12031
12032         * src/compose.[ch]
12033           src/filtering.c
12034           src/mainwindow.c
12035           src/matcher.[ch]
12036           src/matcher_parser_lex.l
12037           src/matcher_parser_parse.y
12038           src/prefs_common.[ch]
12039           src/prefs_filtering.c
12040           src/summaryview.c
12041                 rename 'Bounce' to 'Redirect'
12042
12043 2002-05-23 [paul]       0.7.6claws12
12044
12045         * more sync with 0.7.6cvs13
12046           src/compose.c
12047                 see ChangeLog 2002-05-22
12048
12049 2002-05-22 [paul]       0.7.6claws11
12050
12051         * sync with 0.7.6cvs13
12052           src/codeconv.c
12053                 see ChangeLog 2002-05-20
12054           src/prefs_common.c
12055                 see ChangeLog 2002-05-22
12056
12057 2002-05-21 [melvin]     0.7.6claws10
12058
12059         * src/folderview.c
12060                 Added missing filtering and scoring headers
12061                 Fixed bad function call that showed garbage 
12062                 in Folder->Processing
12063
12064 2002-05-21 [paul]       0.7.6claws9
12065
12066         * tools/Makefile.am
12067                 make all tools executable, (patch by Alfons).
12068
12069 2002-05-20 [alfons]     0.7.6claws8
12070
12071         * src/procheader.c
12072                 don't forget to call mktime() so we have a valid week 
12073                 and year day
12074                 (Bug report by Roger Sondermann <mail@jumaros.de>)
12075
12076 2002-05-20 [paul]       0.7.6claws7
12077
12078         * src/html.c
12079                 fix broken parsing of urls
12080         * src/textview.c
12081                 fix displaying of urls
12082
12083                 both fixes from the patch [547855] by Eugene 
12084                 Brevdo (zonem)
12085
12086 2002-05-19 [alfons]     0.7.6claws6
12087
12088         * configure.in
12089                 make sylpheed configure correctly with the latest
12090                 and greatest of automake / autoconf / gettext
12091
12092 2002-05-19 [alfons]     0.7.6claws5
12093
12094         * src/procheader.c
12095         * src/procheader.h
12096                 add function for returning ime zone offset
12097         * src/quote_fmt.c
12098         * src/quote_fmt_parse.y
12099                 better quotation formatting - does not convert
12100                 to local time, but uses the original date string.
12101                 
12102                 Note: %z inserts the timezone offset (should 
12103                 work also on platforms where strftime does not
12104                 support %z).
12105
12106 2002-05-18 [christoph]  0.7.6claws4
12107
12108         * src/summaryview.c
12109                 fix indentation of some code
12110         * tools/Makefile.am
12111                 fix spaces after \
12112         * src/Makefile.am
12113                 add missing \
12114                 correct path for ignorethread.xpm
12115                 incorrect filename for sylpheed_logo.xpm
12116                 add missing include matcher_parser_parse.h
12117
12118 2002-05-18 [paul]       0.7.6claws3
12119
12120         * sync with 0.7.6cvs8
12121                 see ChangeLog 2002-05-16 and 2002-05-17
12122
12123 2002-05-18 [melvin]     0.7.6claws2
12124
12125         * README.claws
12126                 Corrected an action's definition and fixed some misspellings.
12127
12128 2002-05-18 [paul]       0.7.6claws1
12129
12130         * tools/Makefile.am
12131           tools/gpg-sign        ** new file **
12132           tools/uudec           ** new file **
12133                 add Melvin's Actions scripts
12134
12135         * README.claws
12136                 add Melvin's descriptions for Actions
12137
12138 2002-05-18 [paul]       0.7.6claws
12139
12140         * Version 0.7.6claws released
12141
12142 2002-05-17 [paul]       0.7.5claws32
12143
12144         * po/es.po
12145                 updated by Ricardo Mones Lastra
12146
12147 2002-05-17 [paul]       0.7.5claws31
12148
12149         * src/compose.c
12150                 fix Account prefs default folder for sent/draft/deleted
12151                 messages bug
12152
12153         * po/it.po
12154           po/nl.po
12155                 updated translation by Alessandro Maestri and
12156                 Wilbert Berendsen
12157
12158 2002-05-17 [melvin]     0.7.5claws30
12159
12160         * src/prefs_actions.c
12161                 Fixed bug where using %F not at the end of the command 
12162                 resulted in an additional empty argument being created.
12163                 Thanks to Darko Koruga for reporting the bug.
12164
12165 2002-05-17 [melvin]     0.7.5claws29
12166
12167         * po/fr.po
12168                 Updated French translations.
12169
12170 2002-05-15 [paul]       0.7.5claws28
12171         
12172         * po/es.po
12173                 updated by Ricardo Mones Lastra
12174
12175 2002-05-15 [paul]       0.7.5claws27
12176
12177         * sync with 0.7.6cvs4
12178                 see ChangeLog 2002-05-14 and 2002-05-15
12179
12180 2002-05-14 [paul]       0.7.5claws26
12181
12182         * sync with 0.7.6cvs1
12183                 see ChangeLog 2002-05-13
12184
12185 2002-05-13 [thorsten]   0.7.5claws25
12186
12187         * src/messageview.c
12188                 fix select_all and copy in multipart messages
12189         * src/mainwindow.c
12190                 fix select_all and copy in multipart messages
12191
12192 2002-05-12 [paul]       0.7.5claws24
12193
12194         * src/summaryview.c
12195                 reverse last commit, bug already fixed in 0.7.5claws3
12196
12197 2002-05-12 [netztorte]  0.7.5claws23
12198
12199         * src/summaryview.c
12200                 dont parse empty addressbook (checked in before claws20)
12201
12202 2002-05-12 [melvin]     0.7.5claws22
12203
12204         * src/procmsg.[ch]
12205                 Removed unneeded priority code introduced by the previous 
12206                 commit.
12207
12208 2002-05-12 [melvin]     0.7.5claws21
12209
12210         * src/compose.[ch]
12211                 Added possibility to set message's priority.
12212         * src/procmsg.[ch]
12213                 Added possibility to set message's priority.
12214                 Added missing headers
12215
12216 2002-05-12 [melvin]     0.7.5claws20
12217
12218         * src/prefs_actions.c
12219                 Removed implicitely added quotes around the name
12220                 of the temporary files of mime parts.
12221
12222 2002-05-12 [paul]       0.7.5claws19
12223
12224         * sync with 0.7.5cvs20
12225                 see ChangeLog 2002-05-11
12226
12227 2002-05-12 [alfons]     0.7.5claws18
12228
12229         * src/quote_fmt_lex.l
12230         * src/quote_fmt_parse.y
12231                 allow quote / reply date & time format to be set using
12232                 %D{format}. format is a format string you'd pass to
12233                 strftime() (see man strftime, or the Display tab |
12234                 Date format setting).
12235
12236                 Currently %D converts the date to local time. 
12237
12238 2002-05-11 [paul]       0.7.5claws17
12239
12240         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
12241                 see ChangeLog 2002-05-10 and 2002-05-11
12242
12243 2002-05-10 [paul]       0.7.5claws16
12244
12245         * sync with 0.7.5cvs16
12246                 see ChangeLog entries 2002-05-09 and 
12247                 2002-05-10
12248
12249 2002-05-10 [colin]      0.7.5claws15
12250
12251         * src/textview.c
12252                 Corrected a bug that prevented sylpheed to open
12253                 double-clicked URIs.
12254
12255 2002-05-09 [paul]       0.7.5claws14
12256
12257         * sync with 0.7.5cvs14
12258                 see ChangeLog 2002-05-08 and 2002-05-09
12259
12260 2002-05-08 [paul]       0.7.5claws13
12261
12262         * sync with 0.7.5cvs11
12263                 see ChangeLog entry 2002-05-08
12264
12265 2002-05-08 [paul]       0.7.5claws12
12266
12267         * src/mainwindow.c
12268           src/textview.[ch]
12269                 fix segfault on View->Open in new window
12270                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12271
12272 2002-05-07 [paul]       0.7.5claws11
12273
12274         * sync with 0.7.5cvs9
12275                 see ChangeLog entry 2002-05-07
12276
12277 2002-05-06 [paul]       0.7.5claws10
12278
12279         * src/messageview.c
12280           src/textview.c
12281                 display url in statusbar on single-click
12282                 patch submitted by Thorsten Maerz <torte@netztorte.de>
12283
12284 2002-05-06 [match]      0.7.5claws9
12285
12286         * src/addritem.[ch]
12287                 new functions.
12288         * src/addrcache.c
12289                 tidy up.
12290         * src/xmlprops.[ch]
12291                 XML implementation of properties file.
12292         * src/exporthtml.[ch]
12293         * src/expthtmldlg.[ch]
12294         * src/addressbook.c
12295                 export to HTML.
12296
12297 2002-05-02 [sergey]     0.7.5claws8
12298
12299         * src/mainwindow.c (mainwin_entries),
12300           src/prefs_common.c (prefs_send_create()),
12301           src/codeconv.c (locale_table):
12302                 use charset name "Windows-1251" instead of "CP1251".
12303
12304 2002-05-02 [colin]      0.7.5claws7
12305         
12306         * src/compose.c
12307           src/prefs_common.c
12308           src/prefs_folder_item.c
12309                 Fixed cosmetics bugs due to Outbox renamed to Sent.
12310
12311 2002-05-02 [hiro]       0.7.5claws6
12312
12313         * src/imap.c
12314                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
12315
12316 2002-05-02 [paul]       0.7.5claws5
12317
12318         * src/compose.c
12319                 more sync with 0.7.5cvs7, see ChangeLog entry
12320                 2002-05-02
12321
12322 2002-05-02 [hiro]       0.7.5claws4
12323
12324         * src/compose.c
12325                 compose_queue_sub():
12326                 check if queue folder exists (closes #550397).
12327                 removed directory creation since it should be handled
12328                 transparently.
12329         * src/imap.c
12330                 imap_add_msg(): return UID for appended message
12331                 (closes #548842).
12332
12333 2002-04-30 [paul]       0.7.5claws3
12334
12335         * src/summaryview.c
12336                 fix account_find_from_address() bug
12337
12338 2002-04-28 [colin]      0.7.5claws2
12339
12340         * src/compose.c
12341           src/textview.c
12342           src/prefs_common.[ch]
12343           src/utils.[ch]
12344                 Added user-definable quotation characters recognition.
12345
12346 2002-04-28 [paul]       0.7.5claws1
12347
12348         * sync with 0.7.5cvs4
12349                 see ChangeLog entry  2002-04-25
12350
12351 2002-04-28 [paul]       0.7.5claws
12352
12353         * po/es.po
12354           po/nl.po
12355           po/pt_BR.po
12356                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
12357                 Fabio Junior Beneditto
12358
12359 2002-04-27 [jens]       0.7.4claws103
12360
12361         * po/de.po
12362                 updated German translation.
12363
12364 2002-04-27 [hiro]       0.7.4claws102
12365
12366         * src/summaryview.c
12367                 summary_write_cache(): fixed the mark loss of hidden messages.
12368
12369 2002-04-26 [melvin]     0.7.4claws101
12370
12371         * src/procmsg.c
12372                 fixed a second typo (same one)
12373         * po/fr.po
12374           po/it.po
12375           po/pt_BR.po
12376                 fixed the type again...
12377
12378 2002-04-26 [melvin]     0.7.4claws100
12379
12380         * src/procmsg.c
12381                 fixed a typo in an alert message ("temorary").
12382         * po/it.po
12383         * po/pt_BR.po
12384                 corrected the typo  described above.
12385         * po/fr.po
12386                 updated French translation.
12387
12388 2002-04-26 [darko]      0.7.4claws99
12389
12390         * src/summaryview.c
12391                 fix target folder colorization
12392
12393 2002-04-25 [paul]       0.7.4claws98
12394
12395         * po/it.po
12396                 updated by Alessandro Maestri
12397
12398 2002-04-24 [colin]      0.7.4claws97
12399         
12400         * src/compose.c
12401                 Fixed double "subject is empty" question.
12402
12403 2002-04-23 [colin]      0.7.4claws96
12404         
12405         * src/mimeview.c
12406                 Corrected issue when "automatically display images" was
12407                 not set : first image remained after selecting second.
12408
12409 2002-04-23 [melvin]     0.7.4claws95
12410
12411         * src/prefs_actions.c
12412                 Don't display in/out dialog if there is nothing to show.
12413
12414 2002-04-23 [paul]       0.7.4claws94
12415
12416         * sync with 0.7.5cvs3
12417                 bug fixes: see ChangeLog entry 2002-04-23
12418
12419 2002-04-22 [darko]      0.7.4claws93
12420
12421         * src/compose.c
12422                 fix previous check-in which changed code after
12423                 merge from main
12424
12425 2002-04-22 [paul]       0.7.4claws92
12426
12427         * faq/de/*
12428                 add German FAQ
12429         * faq/en/*
12430           faq/es/*
12431           faq/fr/*
12432                 update English, Spanish and French FAQs
12433         * manual/de/*
12434           manual/es/*
12435                 add German and Spanish manuals
12436         * manual/en/*
12437           manual/fr/*
12438                 update English and French manuals
12439
12440         * src/Makefile.am
12441                 add to and re-arrange the pixmap entries
12442
12443 2002-04-22 [darko]      0.7.4claws91
12444
12445         * src/compose.c
12446                 fix sender initials recognition to only allow
12447                 '>' after the initials
12448
12449 2002-04-21 [paul]       0.7.4claws90
12450
12451         * sync with 0.7.5 release
12452                 see ChangeLog entry 2002-04-21
12453
12454 2002-04-21 [alfons]
12455
12456         * src/Makefile.am
12457                 add colin's new pixmaps to EXTRA_DIST
12458
12459 2002-04-21 [colin]      0.7.4claws89
12460         * src/compose.c
12461         * src/inc.c
12462         * src/mainwindow.[ch]
12463         * src/prefs_common.[ch]
12464         * src/stock_pixmap.[ch]
12465                 Added "Work offline" ability.
12466
12467 2002-04-21 [colin]      0.7.4claws88
12468         
12469         * src/mimeview.c
12470         * src/prefs_common.c
12471         * src/prefs_common.h
12472         * src/textview.c : Added an option to common preferences -> display
12473           to allow user not to automatically display images.
12474
12475 2002-04-21 [paul]       0.7.4claws87
12476
12477         * sync with 0.7.4cvs52
12478                 see ChangeLog entry 2002-04-21 (src/imap.c)
12479
12480 2002-04-21 [paul]       0.7.4claws86
12481
12482         * sync with 0.7.4cvs51
12483                 see ChangeLog entry 2002-04-21
12484
12485 2002-04-21 [paul]       0.7.4claws85
12486
12487         * sync with 0.7.4cvs49
12488                 see ChangeLog entries 2002-04-20 and 2002-04-21
12489
12490         * src/Makefile.am
12491                 clean up: remove old 'stock_' element from xpm 
12492                 filenames.
12493
12494 2002-04-21 [alfons]     0.7.4claws84
12495
12496         apply sync patch from Paul
12497
12498         * src/folderview.c
12499                 use old claws prefs_folder_item_create() for now
12500
12501 2002-04-19 [match]      0.7.4claws83
12502
12503         * src/addressbook.[ch]
12504         * src/addrharvest.[ch]
12505         * src/addrgather.[ch]
12506                 recurse folders.
12507         * src/mainwindow.c
12508         * src/summaryview.[ch]
12509                 change menu option.
12510
12511 2002-04-19 [paul]       0.7.4claws82
12512
12513         * po/pt_BR.po
12514                 updated by Fabio Junior Beneditto
12515
12516 2002-04-14 [alfons]     0.7.4claws81
12517
12518         * src/passphrase.c
12519                 add #include <sys/types.h> for mode_t and off_t 
12520
12521 2002-04-13 [paul]       0.7.4claws80
12522         
12523         * src/main.c
12524           src/passphrase.[ch]
12525           src/pgptext.c
12526           src/prefs_common.[ch]
12527           src/rfc2015.c
12528                 enable storing of GnuPG passphrase for the whole 
12529                 session or a user-defined number of minutes. patch 
12530                 submitted by Ravemax <ravemax@dextrose.com>
12531
12532 2002-04-13 [alfons]     0.7.4claws79
12533
12534         * src/textview.c
12535                 make email parser also stop scanning when encountering separators
12536                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12537
12538 2002-04-13 [paul]       0.7.4claws78
12539
12540         * sync with 0.7.4cvs39
12541                 see ChangeLog entry 2002-04-12
12542
12543 2002-04-11 [paul]       0.7.4claws77
12544
12545         * sync with 0.7.4cvs37
12546                 see ChangeLog entry 2002-04-11
12547
12548 2002-04-11 [paul]       0.7.4claws76
12549
12550         * COPYING 
12551                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12552                 the clause for OpenSSL). sync with sylpheed main
12553
12554 2002-04-09 [melvin]     0.7.4claws75
12555
12556         * src/compose.c
12557                 Made 'Ctrl-Enter' on send ignore some modifiers 
12558                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12559                 to bind other *-Enter (but not Alt-Enter).
12560
12561 2002-04-09 [paul]       0.7.4claws74
12562
12563         * sync with 0.7.4cvs35
12564                 see ChangeLog entries 2002-04-09
12565
12566 2002-04-08 [paul]       0.7.4claws73
12567
12568         * sync with 0.7.4cvs33
12569                 see ChangeLog entry 200-04-08
12570
12571 2002-04-07 [match]      0.7.4claws72
12572
12573         * src/addrharvest.[ch]
12574                 fixed to read all addresses in header, regardless
12575                 of header size. improved name parsing. accommodate
12576                 harvest from folders and selected message.
12577         * src/addritem.[ch]
12578                 included new address parsing function.
12579         * src/addrgather.[ch]
12580         * src/addressbook.[ch]
12581         * src/summaryview.[ch]
12582         * src/mainwindow.c
12583                 allow address harvest of folder as well as selected
12584                 messages.
12585
12586 2002-04-07 [paul]       0.7.4claws71
12587
12588         * src/esmtp.[ch]
12589           src/smtp.c
12590                 don't try to authenticate with CRAM-MD5 in SMTP when 
12591                 SMTP-AUTH enabled if MTA doesn't issue this 
12592                 auth-method in it's ehlo-response. bug item #531364,
12593                 patch item #938910. patch submitted by Colin Leroy 
12594                 <colin@colino.net>
12595
12596 2002-04-07 [paul]       0.7.4claws70
12597
12598         * src/nntp.c
12599                 fix missing MODE_READER bug. patch submitted by
12600                 Colin Leroy <colin@colino.net>
12601
12602 2002-04-07 [alfons]     0.7.4claws69
12603
12604         * src/matcher.[ch]
12605         * src/prefs_filtering.c
12606         * src/summaryview.c
12607                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12608                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12609
12610 2002-04-07 [paul]       0.7.4claws68
12611
12612         * sync with 0.7.4cvs32
12613                 see ChangeLog entry 2002-04-06
12614
12615         * tools/filter_conv.pl
12616                 more bug fixes
12617
12618 2002-04-06 [paul]       0.7.4claws67
12619
12620         * tools/filter_conv.pl
12621                 modify to be able to find the name of the first
12622                 mailbox and use that. main's filter does not
12623                 record the full path to the mailbox and therefore
12624                 can only filter to the first mailbox.
12625
12626 2002-04-05 [paul]       0.7.4claws66
12627
12628         * tools/filter_conv.pl
12629                 attempt to make the script all-encompassing and
12630                 be able to convert any main 'filter' rule thrown
12631                 at it
12632
12633 2002-04-05 [paul]       0.7.4claws65
12634
12635         * tools/filter_conv.pl
12636                 allow for collapsed folder trees
12637
12638 2002-04-05 [paul]       0.7.4claws64
12639
12640         * sync with 0.7.4cvs31
12641                 see ChangeLog entries 2002-04-05
12642
12643 2002-04-03 [paul]       0.7.4claws63
12644
12645         * sync with 0.7.4cvs29
12646                 see ChangeLog entries 2002-04-02 and 2002-04-03
12647
12648 2002-04-02 [paul]       0.7.4claws62
12649
12650         * sync with 0.7.4cvs26
12651                 see ChangeLog entry 2002-04-01
12652
12653 2002-04-02 [match]      0.7.4claws61
12654
12655         * src/pine.[ch]
12656         * src/importpine.[ch]
12657         * src/addressbook.c
12658                 import Pine address book.
12659
12660 2002-04-02 [match]      0.7.4claws60
12661
12662         * src/addrharvest.[ch]
12663                 improve address parsing of funky addresses.
12664
12665 2002-04-02 [darko]      0.7.4claws59
12666
12667         * src/compose.c
12668                 wrap on send improvements, it now recognizes quoted
12669                 initials as part of the quotation string, and it
12670                 does not join lines separated by CR
12671
12672 2002-04-01 [match]      0.7.4claws58
12673
12674         * src/mgutils.[ch]
12675                 added new functions.
12676         * src/mutt.[ch]
12677                 remove excessive duplicate address generation
12678                 on import.
12679
12680 2002-04-01 [alfons]     0.7.4claws57
12681         
12682         * src/summaryview.c
12683                 put back g_free() 
12684
12685 2002-04-01 [paul]       0.7.4claws56
12686
12687         * sync with 0.7.4cvs25
12688                 see ChangeLog entry 2002-04-01
12689
12690 2002-04-01 [alfons]     0.7.4aprilfool55
12691
12692         * src/summaryview.c
12693                 honour feature request item #537427 to allow for
12694                 displaying names from address book for sent mail also
12695
12696 2002-03-29 [paul]       0.7.4claws54
12697
12698         * src/mainwindow.c
12699           src/prefs_filtering.[ch]
12700           src/prefs_matcher.c
12701           src/summaryview.c
12702                 add 'fast filter' for claws' filtering,
12703                 /Tools/Create filter rule/... patch submitted
12704                 by Neill Miller <neillm@thecodefactory.org>
12705
12706 2002-03-29 [paul]       0.7.4claws53
12707
12708         * sync with 0.7.4cvs24
12709                 see ChangeLog entry 2002-03-29
12710
12711 2002-03-28 [paul]       0.7.4claws52
12712
12713         * sync with 0.7.4cvs23
12714                 see ChangeLog entry 2002-03-28
12715
12716 2002-03-27 [melvin]     0.7.4claws51
12717
12718         * src/prefs_actions.c
12719                 Added support to pass only one message part (as a
12720                 file) to the command using '%p'. No quotes are needed
12721                 because doubles quotes are automatically added.
12722                 Fixed bug where Sylpheed could block when waiting for
12723                 a child process to finish.
12724                 Changed the help menu to remove quotes around symbols to 
12725                 avoid misinterpretation (they must not be used).
12726
12727 2002-03-27 [melvin]     0.7.4claws50
12728
12729         * src/inc.c
12730                 Made the new mail notification command always 
12731                 execute asynchronously.
12732
12733 2002-03-27 [paul]       0.7.4claws49
12734
12735         * src/compose.c
12736                 fix bug introduced in last commit
12737
12738 2002-03-27 [paul]       0.7.4claws48
12739
12740         * sync with 0.7.4cvs21
12741                 see ChangeLog 2002-03-26 and 2002-03-27
12742
12743 2002-03-26 [hoa]        0.7.4claws47
12744
12745         * src/prefs_folder_item.c
12746                 really fixed the bug #516442 with folder rescan.
12747
12748 2002-03-26 [paul]       0.7.4claws46
12749
12750         * sync with 0.7.4cvs19
12751                 see ChangeLog entries 2002-03-25 and 2002-03-26
12752
12753 2002-03-25 [hoa]        0.7.4claws45
12754
12755         * src/matcher.c
12756         * src/mh.c
12757                 fix the bug #516442 with folder rescan.
12758
12759         * src/prefs_common.[ch]
12760         * src/compose.c
12761                 added an option to enable two different behaviours
12762                 for bounce.
12763
12764
12765 2002-03-25 [paul]       0.7.4claws44
12766
12767         * src/mainwindow.c
12768           src/selective_download.c
12769                 correct a few menuitem labels
12770
12771 2002-03-25 [christoph]  0.7.4claws43
12772
12773         * src/procmsg.c
12774                 fix non deleted tmp message in
12775                 procmsg_save_to_outbox
12776                 fix problems caused by sync with
12777                 main branch's procmsg_send_queue
12778
12779 2002-03-25 [paul]       0.7.4claws42
12780
12781         * src/quote_fmt.c
12782           src/quote_fmt_lex.l
12783           src/quote_fmt_parse.y
12784                 add Last name (%L) placeholder for quoting. 
12785                 patch submitted by Thorsten Thielen 
12786                 <thth@users.sourceforge.net>
12787
12788 2002-03-25 [paul]       0.7.4claws41
12789
12790         * src/utils.c
12791                 get full hostname. patch submitted by
12792                 Bob Woodside <rwoodside1@comcast.net>
12793
12794 2002-03-25 [paul]       0.7.4claws40
12795
12796         * src/account.c
12797           src/news.c
12798           src/nntp.[ch]
12799           src/prefs_account.[ch]
12800                 enable NNTP over SSL. patch submitted by
12801                 Pascal Jermini <pascal@infinity.hn.org>
12802
12803 2002-03-24 [paul]       0.7.4claws39
12804
12805         * src/prefs_common.c
12806                 make the arrangement of the Compose tab more
12807                 coherent
12808
12809         * src/mainwindow.c
12810                 fix some irregularities of style
12811
12812         * po/de.po
12813                 updated by Kilian Krause
12814
12815 2002-03-23 [paul]       0.7.4claws38
12816
12817         * po/pt_BR.po
12818                 updated by Fabio Junior Beneditto
12819
12820 2002-03-23 [paul]       0.7.4claws37
12821
12822         * src/mainwindow.c
12823                 move 'Gather addresses' to 'Tools' menu
12824                 make 'Selective download' sensitive
12825
12826 2002-03-23 [paul]       0.7.4claws36
12827
12828         * sync with 0.7.4cvs16
12829                 see ChangeLog entries 2002-03-23
12830
12831 2002-03-22 [christoph]  0.7.4claws35
12832
12833         * src/quote_fmt_parse.y
12834                 fix include program output
12835
12836 2002-03-22 [alfons]     0.7.4claws34
12837
12838         * src/pop.c
12839                 initialize GDate stack variable correctly (sorry!)
12840
12841 2002-03-22 [paul]       0.7.4claws33
12842
12843         * src/compose.c
12844           src/mainwindow.c
12845           src/prefs_actions.c
12846           src/prefs_common.c
12847                 rename 'Tool' to 'Tools'
12848
12849         * src/mainwindow.c
12850                 move 'Delete duplicated messages' from
12851                 'Message/' to 'Tools/'
12852                 re-arrange the order of 'Tools/' items
12853
12854 2002-03-22 [paul]       0.7.4claws32
12855
12856         * src/addr_compl.c
12857           src/addressbook.[ch]
12858                 auto-address completion now also matches on
12859                 Nickname. patch submitted by Bob Forsman 
12860                 <hammor@users.sourceforge.net>
12861
12862         * src/editaddress.c
12863                 correct a spelling mistake
12864
12865 2002-03-22 [alfons]     0.7.4claws31
12866
12867         * src/pop.c
12868                 fix getting uidl from incorrect string 
12869                 (spotted by Colin)
12870
12871 2002-03-21 [alfons]     0.7.4claws30
12872
12873         * src/pop.c
12874                 more code refactoring
12875                 plug mem leak introduced by delete on server
12876
12877 2002-03-21 [paul]       0.7.4claws29
12878
12879         * sync with 0.7.4cvs11
12880                 see ChangeLog entries 2002-03-20
12881
12882 2002-03-20 [alfons]     0.7.4claws28
12883
12884         * src/inc.c
12885                 apply Colin's patch and refactor
12886
12887 2002-03-20 [paul]       0.7.4claws27
12888
12889         * sync with sylpheed 0.7.4cvs9
12890                 see ChangeLog entry 2002-03-20
12891
12892 2002-03-19 [christoph]  0.7.4claws26
12893
12894         * src/mh.c
12895         * src/procmsg.[ch]
12896         * src/summaryview.c
12897                 revert changes for flag updates
12898                 (does not work correctly and no time to debug)
12899
12900 2002-03-20 [alfons]     0.7.4claws25
12901
12902         * src/pop.c
12903                 refactor should_delete() a little bit 
12904
12905 2002-03-19 [paul]       0.7.4claws24
12906
12907         * src/inc.[ch]
12908           src/pop.c
12909           src/prefs_account.[ch]
12910                 allow the user to leave downloaded mail on the 
12911                 server for n days. Patch submitted by Colin Leroy 
12912                 <colin@colino.net>
12913
12914 2002-02-19 [paul]       0.7.4claws23
12915
12916         * sync with sylpheed 0.7.4cvs8
12917                 see ChangeLog entries 2002-03-19
12918
12919 2002-03-18 [paul]       0.7.4claws22
12920
12921         * sync with sylpheed 0.7.4cvs6
12922                 see ChangeLog entry 2002-03-18
12923
12924 2002-03-18 [paul]       0.7.4claws21
12925
12926         * po/en_GB.po
12927                 add en_GB message catalogue
12928
12929         * src/mbox_folder.c
12930           src/prefs_account.c
12931           src/prefs_actions.c
12932                 correct a few spelling mistakes
12933
12934 2002-03-17 [alfons]     0.7.4claws20
12935
12936         * src/matcher.c
12937                 more stringent checks for NULL params when writing
12938                 filtering actions to a file
12939                 
12940 2002-03-17 [hoa]        0.7.3claws20
12941
12942         * src/news.c
12943                 fixed the count of new messages
12944
12945         * src/compose.c
12946                 fixed the "attachment properties" window
12947
12948 2002-03-17 [paul]       0.7.4claws19
12949
12950         * src/defs.h
12951           src/folder.h
12952           src/news.c
12953           src/prefs_account.[ch]
12954           src/procmsg.[ch]
12955           src/summaryview.c
12956                 automatically mark cross-posted messages as read 
12957                 and (optionally) give them a colour label
12958                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12959                 
12960
12961 2002-03-17 [paul]       0.7.4claws18
12962
12963         * sync with sylpheed 0.7.4cvs5
12964                 see ChangeLog entry 2002-03-17
12965
12966 2002-03-17 [melvin]     0.7.4claws17
12967         
12968         * src/textview.c
12969                 Worked around a gtktext 'bug': when searching for 
12970                 a text in a long message it was scrolling slowly
12971                 line by line until it hit the searched text.
12972         * po/fr.po
12973                 Updated French translation
12974
12975 2002-03-17 [melvin]     0.7.4claws16
12976
12977         * src/mainwindow.c
12978         * src/compose.c
12979         * src/prefs_actions.c
12980                 Moved "Edit/Actions" to "Tool/Actions"
12981                 Made mainwindow/compose window sensitive as soon as
12982                 no child process is running anymore even if the io dialog
12983                 is open.
12984                 Fixed a struct being initialized with a non constant char*
12985
12986 2002-03-16 [christoph]  0.7.4claws15
12987
12988         * configure.in
12989                 add --with-compiler-flags option
12990                 (only for developer hacking)
12991         * src/mh.c
12992         * src/procmsg.[ch]
12993         * src/summaryview.c
12994                 try to make folder-stats and flag handling more
12995                 independent from the summaryview. msgcounts
12996                 are only set when the folder is opened and
12997                 procmsg_msginfo_(un)set_flags will handle it
12998                 later and summaryview will get the values
12999                 from the folder.
13000
13001 2002-03-16 [paul]       0.7.4claws14
13002
13003         * src/messageview.c
13004                 fix Return-receipt. Patch submitted by Bob
13005                 Woodside <rwoodside1@comcast.net>
13006
13007 2002-03-16 [paul]       0.7.4claws13
13008
13009         * src/compose.c
13010                 fix 'dynamic' signatures, make it work again
13011                 broken during sync on 2002-03-14 (0.7.4claws2)
13012
13013 2002-03-15 [match]      0.7.4claws12
13014
13015         * src/addrharvest.[ch]
13016         * src/addrgather.[ch]
13017         * src/addressbook.[ch]
13018         * src/mainwindow.c
13019                 included address harvester feature. still some
13020                 issues with address parsing that I will fix.
13021
13022 2002-03-15 [match]      0.7.4claws11
13023
13024         * src/addrbook.[ch]
13025         * src/addrcache.[ch]
13026         * src/addressbook.[ch]
13027         * src/addrindex.c
13028         * src/editbook.c
13029         * src/importldif.c
13030         * src/importmutt.c
13031         * src/jpilot.[ch]
13032         * src/main.c
13033         * src/syldap.[ch]
13034         * src/vcard.[ch]
13035                 tidy up. fix memory leaks. moved attribs and methods
13036                 from individual interfaces to addrcache object. prep
13037                 for new stuff to come in.
13038
13039 2002-03-15 [alfons]     0.7.4claws10
13040
13041         * src/matcher.[ch]
13042         * src/matcher_parser_parse.y
13043         * src/matcher_parser_lex.l
13044         * src/prefs_matcher.c
13045                 add filtering conditions message greater than, smaller 
13046                 than, and exactly matching a size in bytes
13047                 (does not work with delete from POP3 server yet)
13048
13049                 this should also give others an idea what you should
13050                 do to add new criterions to claws filtering system
13051                 
13052
13053 2002-03-15 [paul]       0.7.4claws9
13054
13055         * tools/filter_conv.pl
13056                 exit if there are no filter rules to convert
13057                 rename filterrc to filterrc.old after completion
13058
13059 2002-03-15 [paul]       0.7.4claws8
13060
13061         * sync with sylpheed 0.7.4cvs3
13062                 see ChangeLog entry 2002-03-14
13063
13064 2002-03-14 [paul]       0.7.4claws7
13065
13066         * src/compose.c
13067                 clean up the last commit (ahem)
13068
13069 2002-03-14 [paul]       0.7.4claws6
13070
13071         * src/compose.c
13072                 fix bug #515655. honour account preferences
13073                 regarding gpg default signing/encryption when 
13074                 changing account from the compose window.
13075
13076 2002-03-14 [paul]       0.7.4claws5
13077
13078         * src/folderview.c
13079                 remove unnecessary curly brackets
13080
13081 2002-03-14 [paul]       0.7.4claws4
13082
13083         * src/folderview.c
13084           src/prefs_filtering.[ch]
13085                 add filter rename on folder rename and filter
13086                 delete on folder delete. Patch submitted by
13087                 Neill Miller <neillm@thecodefactory.org> 
13088
13089 2002-03-14 [christoph]  0.7.4claws3
13090
13091         * src/procmsg.c
13092         * src/send.c
13093                 fix local delivery
13094                 (patch submitted by "Simon 'corecode' Schubert")
13095         * src/prefs_common.c
13096         * src/procmsg.c
13097                 fix gcc 3.0 warning
13098
13099 2002-03-14 [paul]       0.7.4claws2
13100
13101         * sync with sylpheed 0.7.4cvs2
13102                 see ChangeLog entry 2002-03-13
13103
13104 2002-03-12 [darko]      0.7.4claws1
13105
13106         * src/mainwindow.c
13107                 fix what seems to be a copy and paste error
13108                 when setting color for important messages
13109                 (reported by wwp)
13110
13111 2002-03-11 [paul]       version 0.7.4claws released
13112
13113 2002-03-11 [paul]       0.7.4claws
13114
13115         * po/es.po
13116           po/it.po
13117           po/nl.po
13118           po/pt_BR.po
13119                 update message catalogs. Submitted by Ricardo Mones 
13120                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
13121                 Fabio Junior Beneditto
13122
13123         * configure.in
13124           faq/Makefile.am
13125           faq/it/Makefile
13126           faq/it/sylpheed-faq*
13127           src/mainwindow.c
13128           src/manual.[ch]
13129                 add FAQ in Italian
13130         
13131
13132 2002-03-11 [jens]       0.7.3claws7
13133
13134         * po/de.po
13135                 updated German translation
13136
13137 2002-03-11 [melvin]     0.7.3claws6
13138
13139         * po/fr.po
13140                 updated and corrected French translation
13141
13142 2002-03-10 [hoa]        0.7.3claws5
13143
13144         * src/account.c
13145         * src/inc.c
13146         * src/prefs_account.c
13147         * src/procmsg.c
13148         * src/send.[ch]
13149                 fixed the local account.
13150                 you have to change the default "/usr/sbin/sendmail"
13151                 to "/usr/sbin/sendmail -t" in the preferences of
13152                 the local account.
13153
13154         * src/procmime.c
13155                 removed some debug display for renderer
13156
13157 2002-03-10 [paul]       0.7.3claws4
13158
13159         * faq/en/sylpheed-faq-1.html
13160           faq/en/sylpheed-faq-2.html
13161                 update
13162
13163 2002-03-09 [paul]       0.7.3claws3
13164
13165         * sync with sylpheed 0.7.4
13166                 see ChangeLog entry 2002-03-09
13167
13168 2002-03-08 [paul]       0.7.3claws2
13169
13170         * faq/en/sylpheed-faq*
13171           faq/es/sylpheed-faq*
13172           faq/fr/sylpheed-faq*
13173                 update the FAQs
13174
13175         * manual/fr/.cvsignore
13176           manual/fr/Makefilea.am
13177           manual/fr/sylpheed*
13178           src/mainwindow.c
13179           src/manual.[ch]
13180                 add the French manual
13181
13182 2002-03-07 [paul]       0.7.3claws1
13183
13184         * sync with sylpheed 0.7.3cvs4
13185                 see ChangeLog entries  2002-03-06 and 2002-03-07
13186         
13187         * po/nl.po
13188                 updated by Wilbert Berendsen
13189
13190 2002-03-07 [melvin]     0.7.2claws34
13191
13192         * src/selective_download.c
13193                 Changed the pixmap of the receive button to MAIL_RECEIVE.
13194
13195 2002-03-06 [paul]       0.7.2claws33
13196
13197         * sync with sylpheed 0.7.3cvs1
13198                 bug fix, see ChangeLog entry 2002-03-05
13199
13200 2002-03-05 [paul]       0.7.2claws32
13201
13202         * src/mimeview.c
13203           src/pgptext.[ch]
13204           src/procmsg.c
13205                 reverse the pgp ascii-armored code implemented in 
13206                 0.7.2claws16. removal of this code until it matures.
13207                 this means that verifying ascii-armored pgp sigs and
13208                 automatic decryption of ascii-armored encrypted
13209                 messages no longer works.
13210
13211 2002-03-05 [paul]       0.7.2claws31
13212
13213         * configure.in
13214           Makefile.am
13215         * faq/Makefile.am
13216         * faq/en/Makefile.am
13217           faq/en/sylpheed-faq.html
13218           faq/en/sylpheed-faq-1.html
13219           faq/en/sylpheed-faq-2.html
13220           faq/en/sylpheed-faq-3.html
13221         * faq/es/Makefile.am
13222           faq/es/sylpheed-faq.html
13223           faq/es/sylpheed-faq-1.html
13224           faq/es/sylpheed-faq-2.html
13225           faq/es/sylpheed-faq-3.html
13226           faq/es/sylpheed-faq-4.html
13227         * faq/fr/Makefile.am
13228           faq/fr/sylpheed-faq.html
13229           faq/fr/sylpheed-faq-1.html
13230           faq/fr/sylpheed-faq-2.html
13231           faq/fr/sylpheed-faq-3.html
13232         * src/Makefile.am
13233           src/defs.h
13234           src/mainwindow.c
13235           src/manual.[ch]
13236                 add FAQs in English, Spanish and French
13237
13238
13239 2002-03-05 [paul]       0.7.2claws30
13240
13241         * manual/en/sylpheed.html
13242           manual/en/sylpheed-XX.html
13243                 updated the English manual
13244
13245 2002-03-05 [hoa]        
13246
13247         * src/summaryview.c
13248                 dialog box pops up if the article can't be deleted.
13249
13250 2002-03-04 [paul]       
13251         
13252         * po/pt_BR.po
13253                 updated by Fabio Junior Benedito
13254
13255 2002-03-04 [hoa]
13256
13257         * removed ac/gpgme.m4
13258                 to avoid autogen common problem
13259                 developers have to install gpgme development package now
13260
13261         * src/compose.c
13262                 encoding to 7bit or 8bit is enabled.
13263
13264 2002-03-03 [alfons]     0.7.2claws29
13265
13266         * src/pop.c
13267                 merge fix by Oliver Haertel for selective
13268                 download buglet
13269
13270 2002-03-03 [paul]       0.7.2claws28
13271         
13272         * sync with sylpheed 0.7.3
13273
13274 2002-03-03 [paul]       0.7.2claws27
13275
13276         * sync with sylpheed 0.7.2cvs24
13277                 see ChangeLog entries 2002-03-02 and 2002-03-03
13278
13279 2002-03-02 [melvin]     0.7.2claws26
13280
13281         * src/inc.[ch]
13282         * src/main.c
13283         * src/mainwindow.c
13284         * src/prefs_common.[ch]
13285                 Added user definable notification on new mail arrival.
13286                 Removed unused variables in spell checker prefs code.
13287
13288 2002-03-02 [melvin]     0.7.2claws25
13289
13290         * src/quote_fmt.c
13291                 Removed unnecessary escape sequences.
13292                 Changed 'Initial...' to 'Initials of Sender'
13293
13294 2002-03-02 [paul]       0.7.2claws24
13295
13296         * sync with sylpheed 0.7.2cvs22
13297                 see ChangeLog entry 2002-03-01
13298
13299 2002-03-01 [hoa]        0.7.2claws23
13300
13301         * src/mainwindow.c
13302                 Set sensitivity of delete actions to active
13303                 even if the folder is a newsgroup.
13304
13305         * src/summaryview.c
13306                 - Set sensitivity of delete actions
13307                 - Added function check_permission() that will check if the
13308                   user is authorized to delete a message. For news, it
13309                   will check if the author is the same.
13310                 - Enabled deletion when there is no trash folder.
13311
13312         * src/news.[ch]
13313                 - Added news_cancel_article() to cancel articles
13314                 - Implemented news_remove_message() (public function)
13315
13316 2002-03-01 [paul]       0.7.2claws22
13317
13318         * src/gtkutils.c
13319           src/textview.c
13320                 recognise urls that that don't include 'http://' and
13321                 simply begin 'www.' 
13322
13323         * AUTHORS
13324                 remove duplicated name
13325
13326 2002-02-28 [paul]       0.7.2claws21
13327
13328         * src/mainwindow.c
13329           src/summaryview.[ch]
13330                 add ability to 'Select thread'
13331                 combines Melvin's "Select thread's head" patch (#510907)
13332                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
13333                 patch (#518514) 
13334
13335 2002-02-28 [paul]       0.7.2claws20
13336
13337         * src/mimeview.c
13338                 hopefully fix segfault on right-clicking a mime part
13339                 that some people have experienced.      
13340                 fix submitted by Fredrik Olofsson <frol@linux.nu>
13341
13342 2002-02-28 [paul]       0.7.2claws19
13343
13344         * sync with sylpheed 0.7.2cvs21
13345                 see ChangeLog entries 2002-02-27 and 2002-02-28
13346
13347 2002-02-27 [paul]       0.7.2claws18
13348
13349         * sync with sylpheed 0.7.2cvs18
13350                 see ChangeLog entries 2002-02-26 and 2002-02-27
13351
13352 2002-02-26 [alfons]     0.7.2claws17
13353
13354         * src/procheader.c
13355                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
13356                 (spotted by Chris Hessman <idatech@gmx.net>)
13357
13358 2002-02-26 [paul]       0.7.2claws16
13359
13360         * src/mimeview.c
13361           src/pgptext.[ch]
13362           src/procmsg.c
13363                 make decryption of ascii-armored pgp encrypted messages
13364                 and verification of ascii-armored signatures work again.
13365                 slightly altered from the patch by Jens Jahnke 
13366                 <jan0sch@gmx.net>
13367
13368                 ##FIX ME##
13369                 * the checking of plaintext signatures always comes up in 
13370                   a popup box
13371                 * it doesn't work for multipart messages 
13372                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
13373                   including the msg headers and these 2 line themselves, are 
13374                   not displayed
13375
13376         * src/mainwindow.c
13377                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13378                 "View/Message View" becomes "View/Separate Message View"
13379                 because its less ambiguous.
13380
13381         * po/es.po
13382                 updated by Ricardo Mones Lastra
13383
13384 2002-02-26 [paul]       0.7.2claws15
13385
13386         * sync with sylpheed 0.7.2cvs17
13387                 see ChangeLog entries 2002-02-25 and 2002-02-26
13388
13389 2002-02-25 [christoph]  0.7.2claws14
13390
13391         * src/filtering.[ch]
13392         * src/inc.c
13393                 do filtering stuff after all messages have been received
13394                   1. drop all messages to .processing
13395                   2. scan processing folder for messages
13396                   3. filter messages or move to inbox
13397                 this will also find old messages left in processing after
13398                 a crash or something like that and we get a real msginfo
13399                 from folder->get_msg_list and do not have to create our
13400                 own in filter_message
13401         * src/matcher_parser_parse.y
13402                 remove MIX/MAX warning (reordered includes)
13403
13404 2002-02-25 [paul]       0.7.2claws13
13405
13406         * sync with sylpheed 0.7.2cvs15
13407                 see ChangeLog entry 2002-02-24
13408
13409 2002-02-24 [alfons]     0.7.2claws12
13410
13411         * src/filtering.c
13412                 clear old color flags first when applying a new color to
13413                 a message info. 
13414                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13415
13416 2002-02-24 [alfons]     0.7.2.claws11
13417         
13418         * AUTHORS
13419         * src/prefs_common.c
13420                 add presets for Opera and Konqueror, closes patch #517261,
13421                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13422
13423 2002-02-24 [alfons]     0.7.2.claws10
13424
13425         * AUTHORS
13426         * src/summaryview.c
13427                 fix threading for null message ids, closes patch #521601,
13428                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13429
13430 2002-02-24 [alfons]     0.7.2claws9
13431
13432         * src/summaryview.c
13433         * src/filtering.c
13434                 make Tool | Filter Message work with filtering system so
13435                 setting flags also works
13436
13437                 TODO:
13438
13439                 - Processing uses the same function as Tool | Filter
13440                   Message, but doesn't use the same update proc yet
13441
13442 2002-02-23 [paul]       0.7.2claws8
13443
13444         * sync with sylpheed 0.7.2cvs14
13445                 see ChangeLog entries 2002-02-22 and 2002-02-23
13446
13447 2002-02-22 [christoph]  0.7.2claws7
13448
13449         * src/quote_fmt.c
13450                 Add column space to table
13451         * src/quote_fmt_parse.y
13452                 Close files
13453
13454 2002-02-22 [paul]       0.7.2claws6
13455
13456         * src/Makefile.am
13457           src/defs.h
13458           src/filtering.c
13459           src/inc.[ch]
13460           src/mainwindow.c
13461           src/matcher.[ch]
13462           src/matcher_parser_lex.l
13463           src/matcher_parser_parse.y
13464           src/pop.[ch]
13465           src/prefs_account.h
13466           src/prefs_filtering.c
13467           src/selective_download.[ch]   *** NEW FILES ***
13468           src/utils.[ch]
13469           po/POTFILES.in
13470                 Selective Download added to 'Tool' menu. 
13471                 Retrieves email headers of the currently selected pop3 
13472                 account and allows the user to mark emails for deletion 
13473                 right on the pop3 server. Patch submitted by Oliver Haertel 
13474                 <oha@users.sourceforge.net>.
13475         
13476         * po/POTFILES.in
13477                 add 'src/quote_fmt.c'           
13478
13479 2002-02-22 [christoph]  0.7.2claws5
13480
13481         * src/Makefile.am
13482                 added quote_fmt.c
13483         * src/prefs_common.[ch]
13484         * src/prefs_template.c
13485         * src/quote_fmt.c               *** NEW FILE ***
13486         * src/quote_fmt.h
13487                 move quote format symbol description code
13488                 to it's own file because it is used from
13489                 differnent code parts
13490                 Rewrote symbol description GUI
13491                   + use table
13492                   + add separators
13493                   + get data from array (no more long constant strings)
13494         * src/quote_fmt_lex.l
13495         * src/quote_fmt_parse.y
13496                 Symbol for Literal % changed to \% instead of %%
13497                 (More logical as \ is used for quoting for other symbols)
13498                 Add |f and |p to include files and program output
13499                 Examples:
13500                     |f{/home/.../.signature}
13501                     |p{date}
13502         * po/de.po
13503                 Correct wrong spelling for "Referenzen"
13504
13505 2002-02-21 [paul]       0.7.2claws4
13506
13507         * src/procmsg.c
13508                 forgotten during sync
13509
13510 2002-02-21 [paul]       0.7.2claws3
13511
13512         * sync with sylpheed 0.7.2cvs11
13513                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13514                 2002-02-20 and 2002-02-21
13515
13516 2002-02-20 [melvin]     0.7.2claws2
13517
13518         * src/prefs_actions.c
13519                 Added error report when child cannot fork or when execvp 
13520                 returns with an error.
13521
13522 2002-02-19 [christoph]  0.7.2claws1
13523
13524         * src/codeconv.c
13525                 return unconverted text if conde conversion is not possible
13526                 when libjconv is used.
13527                 (patch submitted by "Simon 'corecode' Schubert")
13528
13529 2002-02-19 [paul]       
13530
13531         * version 0.7.2claws release
13532
13533 2002-02-19 [paul]       0.7.2claws
13534
13535         * po/nl.po
13536                 updated by Wilbert Berendsen
13537
13538
13539 2002-02-18 [alfons]     0.7.1claws13
13540
13541         * src/syldap.c
13542         * src/jpilot.c
13543                 remove references to dlfcn and explicitly loading functions
13544                 from dynalink libs, because libs linked anyway, and functions
13545                 are loaded explicitly
13546
13547 2002-02-17 [melvin]     0.7.1claws12
13548
13549         * src/prefs_actions.c
13550                 Replaced children wait loop with double fork technique.
13551                 Now, input/output window updated at each new output.
13552                 free_children(): Fixed a memory leak.
13553                 Made input/output window non closable if running children
13554                 still exist.
13555                 Added missing <unistd.h> include.
13556                 Added some --debug outputs.
13557
13558 2002-02-17 [melvin]     0.7.1claws11
13559
13560         * src/summaryview.c
13561                 Fixed bug where descending sort order did not select top
13562                 message.
13563
13564 2002-02-17 [melvin]     0.7.1claws10
13565
13566         * acconfig.h
13567                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13568         * src/prefs_common.c
13569                 Pspell data package directory no more hard coded but
13570                 set during configuration (PSPELL_PATH). (Thanks to 
13571                                 Gustavo Noronha Silva.)
13572
13573 2002-02-17 [melvin]     0.7.1claws9
13574
13575         * configure.in
13576                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13577         * src/gtkspell.c
13578                 Fixed compile-time warnings.
13579
13580 2002-02-16 [alfons]     0.7.1claws8
13581
13582         * src/filesel.c
13583                 fix inadvertent free of NULL pointer which caused
13584                 sylpheed to crash when closing the save-as dialog
13585                 using the window close button
13586
13587 2002-02-16 [carsten]    0.7.1claws7
13588         * src/mainwindow.[ch]
13589           src/summaryview.c
13590           src/prefs_common.c
13591                 fixes for pixmap theming code:
13592                         - recently changed mail attributes shouldn't get
13593                           lost any longer
13594                         - theme is only reloaded iff another theme was
13595                           selected
13596
13597 2002-02-16 [paul]       0.7.1claws6
13598
13599         * sync with sylpheed 0.7.2 release
13600                 see ChangeLog entry 2002-02-15 and 2002-02-16
13601
13602 2002-02-15 [paul]       0.7.1claws5
13603
13604         * sync with sylpheed 0.7.1cvs9
13605                 see ChangeLog entry 2002-02-15
13606
13607         * po/POTFILES.in
13608                 remove unneeded headerwindow.c entry
13609
13610 2002-02-14 [carsten]    0.7.1claws4
13611         * src/summaryview.c
13612                 fixed a bug for "Go to next unread message": there was
13613                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13614                 in the prefs, because of doing "Search again" instead
13615                 "No"
13616
13617 2002-02-14 [carsten]    0.7.1claws3
13618         * src/stock_pixmap.c
13619                 removed 2 more mem leaks; following memprof,
13620                 this code is "leak free" now :)
13621
13622 2002-02-14 [carsten]    0.7.1claws2
13623         * src/stock_pixmap.c
13624                 used opendir/readdir/closedir instead of scandir
13625                 -> code should work now on Solaris
13626
13627 2002-02-14 [paul]       0.7.1claws1
13628
13629         * sync with sylpheed 0.7.1cvs8
13630                 see ChangeLog entries 2002-02-13 and 2002-02-14
13631
13632         * README.claws
13633                 add some description of Actions and Pixmap Themes
13634
13635 2002-02-13 [paul]       
13636
13637         * version 0.7.1claws release
13638
13639 2002-02-13 [paul]       0.7.1claws
13640
13641         * po/es.po
13642           po/it.po
13643           po/pt_BR.po
13644                 updated translations, submitted by Ricardo Mones Lastra,
13645                 Alessandro Maestri and Fabio Junior Beneditto
13646
13647 2002-02-13 [melvin]     0.7.0claws75
13648
13649         * src/prefs_actions.c
13650                 Added missing "signal.h" include
13651
13652 2002-02-13 [melvin]     0.7.0claws74
13653
13654         * src/prefs_folder_item.c
13655                 Added missing "config.h" include
13656         * po/fr.po
13657                 Updated French translation for folder propriety.
13658
13659 2002-02-13 [jens]       0.7.0claws73
13660
13661         * po/POTFILES.in
13662                 Added missing src/prefs_folder_item.c [log added by melvin]
13663         * po/de.po
13664                 Updated German translation.
13665
13666 2002-02-13 [melvin]     0.7.0claws72
13667
13668         * po/fr.po
13669                 Updated French translation.
13670
13671 2002-02-13 [melvin]     0.7.0claws71
13672
13673         * src/gtkutils.c
13674                 Made gtkut_editable_get_selection return NULL if selection
13675                 is of length zero.
13676                 This fixes a bug where selecting part of message A then
13677                 switching to message B and replying to it will not
13678                 quote the message's body.
13679
13680 2002-02-12 [paul]       0.7.0claws70
13681
13682         * src/mainwindow.c
13683                 cosmetic, relating to pixmap themes: on toolbar make 
13684                 updating of 'Exec' and 'Compose news/Compose email'
13685                 icons faster.
13686
13687 2002-02-12 [carsten]    0.7.0claws69
13688         * src/folderview.c
13689           src/mainwindow.[ch]
13690           src/stock_pixmap.c
13691           src/summaryview.c
13692           src/prefs_common.c
13693                 - refreshing after changing pixmap theme better
13694                   now (thanks Paul)
13695                 - wanted to remove some mem leaks, but alfons was
13696                   faster (and had the better solution ;)
13697
13698 2002-02-12 [alfons]     0.7.0claws68
13699
13700         * src/prefs_common.c
13701         * src/stock_pixmap.[ch]
13702                 plug mem leaks, refactor code a little bit
13703
13704
13705 2002-02-12 [sergey]     0.7.0claws67
13706
13707         * src/imap.c
13708                 Fixed problem with copying messages to IMAP folders when the
13709                 server uses something other than '/' as a namespace separator
13710                 (cyrus-imapd uses '.').
13711
13712 2002-02-12 [jens]       0.7.0claws66
13713
13714         * po/de.po
13715                 Updated German Translation
13716
13717 2002-02-12 [paul]       0.7.0claws65
13718
13719         * sync with sylpheed 0.7.1cvs1
13720                 see ChangeLog entry 2002-02-12
13721
13722 2002-02-12 [melvin]     0.7.0claws64
13723
13724         * src/prefs_actions.c
13725                 Fixed "feature" where children's output was duplicated 
13726                 instead of refreshed while monitoring.
13727                 Removed some debug code.
13728
13729 2002-02-12 [christoph]  0.7.0claws63
13730
13731         * src/compose.c
13732                 always delete message from queue after sending/send error
13733                 (closes bug #509601)
13734
13735 2002-02-12 [melvin]     0.7.0claws62
13736
13737         * src/prefs_actions.c
13738                 Children wait loop is now triggered with a timeout of 1s
13739                 Added %F which is replaced with the list of filenames 
13740                 of all selected messages (as suggested by Ricardo Mones Lestra)
13741                 Pipe syntax changed. Prefix with | to send selection, postfix
13742                 with | to retrieve output. Prefix with > or * to send
13743                 user definable input to the command (*: input is hidden)
13744                 Old pipe action should now be postfixed with |, too.
13745
13746 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13747         * src/stock_pixmap.c
13748                 fixed a bug: if there's no theme directory don't
13749                 throw an error, just do "nothing" (thanks Alfons)
13750
13751 2002-02-12 [carsten]    0.7.0claws60
13752         * src/folderview.c
13753           src/summaryview.c
13754                 had to write the cache twice (nasty!); some marks would 
13755                 get lost if not
13756
13757 2002-02-11 [carsten]    0.7.0claws59
13758         * acconfig.h
13759           configure.in
13760           doc-src/maintainer_guide.txt
13761           src/compose.[ch]
13762           src/defs.h
13763           src/folderview.[ch]
13764           src/gtkutils.[ch]
13765           src/mainwindow.[ch]
13766           src/prefs_common.[ch]
13767           src/stock_pixmap.[ch]
13768           src/summaryview.[ch]
13769                 pixmap theming and related work on pixmap
13770                 handling on some other places
13771                 (e.g. hrm features for all folder)
13772           src/pixmap/stock_*.xpm -> the stock_ was removed
13773         
13774 2002-02-11 [paul]       0.7.0claws58
13775
13776         * sync with sylpheed 0.7.1 release
13777                 see ChangeLog entries 2002-02-11
13778
13779 2002-02-08 [paul]       0.7.0claws57
13780
13781         * sync with sylpheed 0.7.0cvs39
13782                 see ChangeLog entry 2002-02-07 (last entry) 
13783
13784         * src/prefs_actions.c
13785           src/prefs_filtering.c
13786           src/prefs_matcher.c
13787           src/prefs_scoring.c
13788                 sync: made it compile with C compilers other than gcc
13789
13790 2002-02-07 [paul]       0.7.0claws56
13791
13792         * sync with sylpheed 0.7.0cvs38
13793                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13794                 2002-02-07
13795
13796 2002-02-07 [darko]      0.7.0claws55
13797
13798         * src/gtkutils.[ch]
13799         * src/summaryview.c
13800                 Fix const gchar */gchar * issue (thanks Hiro)
13801
13802 2002-02-07 [darko]      0.7.0claws54
13803
13804         * src/compose.[ch]
13805         * src/filtering.c
13806         * src/gtkutils.[ch]
13807         * src/prefs_template.c
13808         * src/quote_fmt.h
13809         * src/quote_fmt_parse.y
13810         * src/summaryview.c
13811         * src/utils.[ch]
13812                 When replying or forwarding an email don't quote the entire
13813                 mail body but use the part of the message text that is selected
13814
13815 2002-02-06 [melvin]     0.7.0claws53
13816
13817         * src/prefs_common.[ch]
13818         * src/gtkspell.[ch]
13819         * src/compose.c
13820                 Made possible to switch quickly to last used dictionary
13821                 which makes checking bilingual documents easier.
13822
13823 2002-02-06 [melvin]     0.7.0claws52
13824         
13825         * po/POTFILES.in
13826                 Added forgotten new file src/prefs_actions.c
13827
13828 2002-02-06 [melvin]     0.7.0claws51
13829
13830         * src/prefs_actions.c   ** NEW FILE **
13831         * src/prefs_actions.h   ** NEW FILE **
13832                 Added actions to execute on message text view, or on the
13833                         message's file.
13834         * src/Makefile.am
13835                 Added src/prefs_actions.[ch]
13836         * src/compose.c
13837                 Added new menu "Edit/Actions"
13838         * src/defs.h
13839                 Added new actionsrc file.
13840         * src/main.c
13841                 Added actionsrc reading.
13842         * src/mainwindow.c
13843                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13844         * src/prefs_common.h
13845                 Added new element actionslst element to prefs_common.
13846
13847 2002-02-06 [paul]       0.7.0claws50
13848
13849         * sync with sylpheed 0.7.0cvs36
13850                 see ChangeLog entry 2002-02-06
13851
13852 2002-02-05 [paul]
13853
13854         * po/es.po
13855                 updated by Ricardo Mones Lastra
13856
13857 2002-02-05 [paul]       0.7.0claws49
13858
13859         * sync with sylpheed 0.7.0cvs33
13860                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13861
13862 2002-02-05 [paul]       0.7.0claws48
13863
13864         * src/compose.c
13865                 re-add 'Edit/Advanced/Delete entire line', previously named
13866                 'Delete Line+'
13867
13868 2002-02-04 [paul]       0.7.0claws47
13869
13870         * src/compose.c
13871           src/summaryview.c
13872                 fix bug #494993 (Reply All not taking Reply-To into consi)
13873                 eliminate differences in behaviour of right-click 'Reply to all' 
13874                 in summary view and 'Reply to all' on the toolbar. 
13875                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13876                 view and From gets ignored by 'Reply to all' on toolbar.
13877                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13878                 From when no Reply-To header is present.
13879
13880 2002-02-04 [paul]       0.7.0claws46
13881
13882         * sync with sylpheed 0.7.0cvs30
13883                 see ChangeLog entries 2002-02-03 and 2002-02-04
13884
13885 2002-02-03 [melvin]     0.7.0claws45
13886
13887         * src/gtkspell.[ch]
13888                 Readded function to highlight all misspelled words.
13889                 Fixed bug where user-provided-words did not replace
13890                         correctly the misspelled word when using the mouse.
13891                 Fixed bug where checking a region selected from right to left did
13892                         not check the region at all.
13893                 Fixed bug where 'Check backwards' may not check at all. 
13894                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13895                 Fixed possible buffer overflow when checking for long strings (>1k).
13896                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13897                 Accelerators code uses now gtk_widget_add_accel.
13898                 Removed and disabled obsolete and unfinished code.
13899                 Cleaning up.
13900
13901         * src/compose.c
13902                 Added menu item to Highlight all misspelled words.
13903
13904 2002-02-01 [paul]       0.7.0claws44
13905
13906         * src/mainwindow.c
13907                 fix '/View/Hide read messages' sensitivity when all
13908                 messages in a folder are hidden
13909
13910 2002-02-01 [paul]       0.7.0claws43
13911
13912         * src/main.c
13913                 add --send option to command line interface, sends all
13914                 queued mail. Patch submitted by Ricardo Mones Lastra.
13915
13916 2002-01-31 [paul]       0.7.0claws42
13917
13918         * src/mainwindow.c
13919                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13920
13921 2002-01-31 [paul]       0.7.0claws41
13922
13923         * sync with sylpheed 0.7.0cvs27
13924                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13925                 and 2002-01-31
13926
13927         * src/textview.c
13928                 comment out elements of textview_show_part() as temporary
13929                 workaround for attachment 'Display as text' bug 
13930
13931         * po/pt_BR.po
13932                 updated by Fabio Junior Beneditto
13933
13934 2002-01-30 [paul]       0.7.0claws40
13935
13936         * sync with sylpheed 0.7.0cvs24
13937                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13938                 and 2002-01-30
13939
13940         * src/compose.c
13941                 add {N_("/_Spelling"), ... "<Branch>"} to 
13942                 GtkItemFactoryEntry compose_entries[]
13943
13944         * src/prefs_common.c
13945                 add claws menu items to prefs_keybind_apply_clicked()
13946                 and remove non-claws menu items
13947
13948 2002-01-29 [paul]       0.7.0claws39
13949
13950         * sync with sylpheed 0.7.0cvs22
13951                 see ChangeLog entries 2002-01-28 and 2002-01-29
13952
13953 2002-01-28 [melvin]     0.7.0claws38
13954
13955         * src/compose.c
13956                 Added the declartion of compose_send_control_enter.
13957
13958         * src/compose.c
13959         * src/gtkspell.[ch]
13960                 Added in a 'Spelling' menu which includes the configuration menu. 
13961                 Added a real 'Check all' and got rid from the old one which only
13962                 highlited misspelled word.
13963                 Made 'Check while typing' a disableable option.
13964                 Added a dialog when there are no more misspelled word.
13965                 Added a dialog if error occurs when switching to a dictionary.
13966         
13967         * src/prefs_common.[ch]
13968                 Added option for the default 'Check while typing' option.
13969
13970
13971 2002-01-28 [alfons]     0.7.0claws37
13972
13973         * src/compose.c
13974                 fix buglet and make code comply with sylpheed code style
13975
13976 2002-01-28 [paul]       0.7.0claws36
13977
13978         * sync with sylpheed 0.7.0cvs19
13979                 see ChangeLog entries for 2002-01-28
13980
13981 2002-01-28 [hoa]        0.7.0claws35
13982
13983         * src/defs.h
13984                 added rendererrc
13985
13986         * src/main.c
13987                 read the renderer config
13988
13989         * src/procmime.[ch]
13990                 use the renderer config to convert mime attachments
13991
13992         * src/textview.c
13993                 don't use textview_show_html/ertf,
13994                 use get_text_content instead
13995
13996 2002-01-27 [alfons]     0.7.0claws34
13997         
13998         * src/news.c
13999                 make sylpheed believe it can delete a news message...
14000                 (messages are NOT deleted, maybe we should remove
14001                 processing from the folder properties after all.)
14002
14003 2002-01-27 [alfons]     0.7.0claws33
14004
14005         * src/folder.c
14006                 add extra checks
14007         * src/news.c
14008                 implement remove_msg() 
14009
14010 2002-01-27 [alfons]     0.7.0claws32
14011
14012         * src/procmsg.h
14013         * src/procheader.c
14014         * src/messageview.c
14015                 fix return receipt / disposition notification again. this
14016                 stuff seems to break on _every_ major summary UI change, so
14017                 it's now implemented using a flag which is saved in the
14018                 marks cache
14019                 
14020 2002-01-26 [alfons]     0.7.0claws31
14021
14022         * src/import.c
14023                 let import dialog show the destination folder identifier
14024
14025 2002-01-26 [melvin]     0.7.0claws30
14026
14027         * src/folderview.c
14028         * src/summaryview.c
14029                 Readded 'Mark all read' into summary view popup menu
14030                 Added 'Mark all read' in folder view popup menu for IMAP
14031                 and NNTP.
14032                 Made it insensitive if the selected folder is not the shown
14033                 one to avoid 'Mark all read' on the wrong folder.
14034                 
14035 2002-01-26 [paul]       0.7.0claws29
14036
14037         * src/folderview.c
14038           src/summaryview.c
14039                 move 'Mark all read' from summary view to folder view
14040                 menu. (adapted from) patch submitted by Jeremy Andrews,
14041                 <lists@kerneltrap.com>
14042
14043 2002-01-25 [alfons]     0.7.0claws28
14044
14045         * src/gtkstext.c
14046                 put the gtk class name back so GtkSText adapts the 
14047                 settings of GtkText
14048
14049 2002-01-25 [alfons]     0.7.0claws27
14050
14051         * src/folderview.c 
14052                 assimilate Ricardo's patch that shows pixmaps instead of
14053                 plain "new" and "unread" texts in the folder view column
14054                 headers 
14055
14056 2002-01-25 [paul]       0.7.0claws26
14057
14058         * src/Makefile.am
14059                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
14060                 be found in non-standard locations. 
14061                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
14062
14063 2002-01-25 [paul]       0.7.0claws25
14064
14065         * sync with sylpheed 0.7.0cvs16
14066                 see ChangeLog entry 2002-01-25
14067
14068 2002-01-24 [paul]       0.7.0claws24
14069
14070         * more sync with sylpheed 0.7.0cvs15
14071                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
14072
14073 2002-01-23 [sergey]     0.7.0claws23
14074
14075         * src/importldif.c
14076                 Fixed segfault when closing LDIF import wizard with
14077                 the window manager.
14078         * src/imageview.c
14079         * src/imageview.h
14080         * src/messageview.c
14081         * src/mimeview.c
14082                 Fixed wrong scrolling position after switching between
14083                 text and image parts.
14084
14085 2002-01-23 [paul]       0.7.0claws22
14086
14087         * sync with sylpheed 0.7.0cvs15
14088                 see ChangeLog entries 2002-01-22 and 2002-01-23
14089
14090 2002-01-21 [melvin]     0.7.0claws21
14091
14092         * src/prefs_scoring.c
14093         * src/prefs_filtering.c
14094                 Fixed bug where scoring and filtering windows stopped
14095                 autochecking.
14096
14097 2002-01-21 [paul]       0.7.0claws20
14098
14099         * sync with sylpheed 0.7.0cvs12
14100                 see ChangeLog entries 2002-01-20 and 2002-01-21
14101
14102 2002-01-21 [carsten]    0.7.0claws19
14103         * src/mainwindow.c
14104         * src/menu.[ch]
14105         * src/messageview.[ch]
14106         * src/summaryview.[ch]
14107                 changes to shortcuts handling again:
14108                         + "Q" now controled by mainwin
14109                         + v/V are now customizable and have slightly
14110                           different meanings
14111                 the "button" to minimize the messageview (and maximize
14112                 the summary view) is a real button now
14113         * src/compose.c
14114                 "Delete Line+" added to Edit/Advanced (this will also
14115                 delete the '\n')
14116
14117 2002-01-20 [melvin] 0.7.0claws18
14118
14119         * src/addressbook.c
14120                 Made "Bcc" sensitive when addressbook is called from
14121                 compose window (it was a Claws only bug).
14122
14123 2002-01-19 [alfons] 0.7.0claws17
14124
14125         * src/inc.c
14126                 prevent unnecessary updates when currently selected folder has
14127                 no new messages 
14128
14129 2002-01-19 [alfons] 0.7.0claws16
14130         
14131         * src/summaryview.c
14132                 prevent writing the cache based on current message list in summary 
14133                 view when filtering also put messages in currently selected folder
14134
14135 2002-01-19 [paul]
14136
14137         * po/it.po
14138                 Italian translation submitted by Alessandro Maestri
14139                 <a.maestri@cs.tin.it>
14140
14141 2002-01-18 [melvin]     0.7.0claws15
14142
14143         * src/prefs_filters.c
14144                 fixed bug where 'cancel' from 'filters' window stops autochecking
14145                 if the timer timed out  when the window was open.
14146
14147 2002-01-18 [match]      0.7.0claws14
14148
14149         * src/addrclip.[ch]     ** NEW FILE **
14150         * src/addrselect.[ch]   ** NEW FILE **
14151         * src/adbookbase.h      ** NEW FILE **
14152                 addressbook cut, copy and paste
14153         * src/addrbook.[ch]
14154         * src/addrcache.[ch]
14155         * src/addressitem.h
14156         * src/addrindex.[ch]
14157         * src/addritem.[ch]
14158         * src/importldif.c
14159         * src/importmutt.c
14160         * src/jpilot.[ch]
14161         * src/syldap.[ch]
14162         * src/vcard.[ch]
14163         * src/jpilot.[ch]
14164         * src/editbook.c
14165         * src/editjpilot.c
14166         * src/editldap.c
14167         * src/editvcard.c
14168                 support for copy/paste
14169         * src/addressbook.c
14170                 support for copy/paste
14171                 tidy up menu option processing
14172                 correct address list function arguments
14173         * src/editaddress.c
14174                 sort user attributes
14175         * src/ldif.h
14176         * src/mutt.h
14177                 tidy up
14178
14179         * src/addrbook.[ch]
14180         * src/addrbook.[ch]
14181         * src/addrbook.[ch]
14182                 
14183
14184 2002-01-18 [paul]       0.7.0claws13
14185
14186         * sync with sylpheed 0.7.0cvs8
14187                 configure.in: support Mac OS X (Darwin)
14188
14189 2002-01-18 [carsten]    0.7.0claws12
14190         * src/html.c
14191                 small hack to fix a segfault with an empty href
14192                 (reported by Alexandra Walford <deeni@altern.org>)
14193         * src/mainwindow.c
14194         * src/summaryview.c
14195                 the shortcuts for Mark und Mark as unread are hardcoded
14196                 again
14197         * src/compose.c
14198         * src/gtkstext.[ch]
14199                 readded the shortcuts in gtkstext but made them
14200                 customizeable (simply by adding a menu plus a wrapper
14201                 to compose.c)
14202
14203 2002-01-17 [melvin]     0.7.0claws11
14204
14205         * src/gtkspell.c
14206                 fix default dictionary not being saved.
14207
14208 2002-01-16 [darko]      0.7.0claws10
14209
14210         * src/compose.c
14211                 fix wrapping crash with URL longer than wrapping margin
14212
14213 2002-12-08 [hoa]        0.7.0claws10
14214
14215         * src/matcher_parser_parse.y
14216                 fixed some bugs
14217
14218         * src/prefs_filtering.c
14219                 now, we can use bounce action in the dialog box.
14220
14221 2002-01-16 [carsten]    0.7.0claws9
14222         * src/gtkstext.c
14223                 removed the <control> and <alt> shortcuts because they're
14224                 not needed and interefered with the "normal" shortcuts
14225         * src/mainwindow.c
14226         * src/summaryview.c
14227                 removed most of the hardcoded shortcuts and assigned
14228                 them to menu entries making them easy customizable by
14229                 that
14230
14231 2002-01-16 |melvin]     0.7.0claws8
14232
14233         * src/gtkspell.c
14234                 fixed bug where using the mouse and when the compose
14235                 window is not on top may result in a crash.
14236
14237 2002-01-16 [melvin]     0.7.0claws7
14238
14239         * src/compose.c
14240                 fixed a long standingspell checker bug which could 
14241                 cause a crash after sending a message.
14242
14243 2002-01-16 [paul]       0.7.0claws6
14244
14245         * sync with sylpheed 0.7.0cvs7
14246                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
14247                 2002-01-15, and 2002-01-16
14248
14249 2002-01-16 [melvin]     0.7.0claws5
14250
14251         * README.claws
14252         * src/compose.c
14253         * src/gtkspell.[ch]
14254         * src/main.c
14255                 Heavily modified spell checker code to work around
14256                 ispell bug, to add keyboard shortcuts and for future
14257                 enhancements. See README.claws for usage information.
14258
14259 2002-01-15 [alfons]     0.7.0claws4
14260         
14261         * src/summaryview.c
14262                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
14263                 so sorting within threads reflects sort mode
14264
14265 2002-01-15 [christoph]  0.7.0claws3
14266
14267         * src/procmsg.c
14268                 added alertpanel if mail sending failed
14269
14270 2002-01-15 [alfons]     0.7.0claws2
14271         
14272         * src/prefs_filtering.c
14273                 don't stop timer when prefs filtering dialog is opened
14274
14275 2002-01-14 [alfons]     0.7.0claws1
14276
14277         * src/addr_compl.c
14278         * src/prefs.c
14279                 remove debug_print()s for privacy reasons
14280
14281 2002-01-14 [darko]      0.7.0claws
14282
14283         * README.claws
14284                 quotation wrapping is now also in the main branch
14285
14286 2002-01-14 [paul]
14287
14288         * tools/filter_conv.pl
14289                 allow for Boolean Op and case-sensitivity
14290                 this file is included in the release and tagged
14291                 'rel_0_7_0'
14292
14293 2002-01-13 [paul]       0.7.0claws
14294
14295         * release 0.7.0, with cvs tag 'rel_0_7_0'
14296
14297 2002-01-13 [paul]
14298
14299         * tools/filter_conv.pl
14300         * tools/README
14301                 rewritten to output to matcherrc instead of filteringrc
14302
14303         * po/es.po
14304                 updated Spanish translation by Ricardo Mones Lastra
14305
14306 2002-01-13 [alfons]
14307
14308         * po/nl.po
14309                 update dutch translation
14310
14311 2002-01-13 [paul]
14312
14313         * po/pt_BR.po
14314                 Updated by Fabio Junior Beneditto 
14315
14316 2002-01-13 [melvin]     0.6.6claws53
14317
14318         * po/fr.po
14319                 Updated french translation
14320
14321 2002-01-12 [alfons]     0.6.6claws52
14322
14323         * src/filtering.c
14324                 plug mem leak that has been sitting there for ages              
14325
14326 2002-01-12 [alfons]     0.6.6claws51
14327
14328         * src/summaryview.c
14329                 undo melvin's changes from 0.6.6claws48 because summary
14330                 view now refuses to select first unread message when
14331                 selecting a folder 
14332
14333 2002-01-11 [alfons]     0.6.6claws50
14334
14335         * src/import.c
14336                 use claws' semantics for getting folder item when
14337                 importing an mbox file into a folder 
14338                 (submitted by Dale P. Smith)
14339
14340 2002-01-11 [christoph]  0.6.6claws49
14341
14342         * src/prefs.h
14343                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
14344                 toggle widget, because non static prefs can not use
14345                 prefs_set_* functions
14346         * src/prefs_account.c
14347                 toggle smtp auth password field sensitivity if
14348                 user id is empty and add descrition of usage for
14349                 these fields
14350         * src/prefs_folder_item.c
14351                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
14352                 callbacks
14353
14354 2002-01-11 [melvin]     0.6.6claws48
14355
14356         * src/compose.c
14357                 fix the 'Ctrl-Enter' feature for sending and test really
14358                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
14359                 editables which was not documented in Gtk)
14360
14361         * src/summaryview.c
14362                 Made summaryview refresh after sorting and not before.
14363
14364 2002-01-11 [christoph]  0.6.6claws47
14365
14366         * src/compose.c
14367                 select account from account ids if possible and
14368                 correctly set save folder for copy in reedit
14369
14370 2002-01-10 [paul]       0.6.6claws46
14371
14372         * sync with sylpheed 0.7.0 release
14373                 see ChangeLog entries 2002-01-07, 2002-01-08 and
14374                 2002-01-09
14375
14376 2002-01-09 [alfons]
14377
14378         * src/summaryview.c
14379                 remove more dirt traces...
14380
14381 2002-01-09 [alfons]
14382         
14383         * src/summaryview.c
14384                 clean up some traces of my debugging stuff
14385
14386 2002-01-09 [alfons]     0.6.6claws45
14387
14388         * src/filtering.c
14389                 break up filteringprop_apply() in three separate pieces
14390                 so we can drop messages that failed processing in the
14391                 inbox
14392
14393         * src/summaryview.c
14394                 fix bug #469598 "no refresh of inbox after filter" which 
14395                 was introduced by the new summary view locking, and which 
14396                 prevented the summary view to update after a manual filter 
14397                 message. claw's filter message requires a summary_show().
14398                 (aargh, summary_show() again! :-)
14399                 
14400 2002-01-07 [alfons]     0.6.6claws44
14401
14402         * src/headerwindow.c
14403         * src/logwindow.c
14404         * src/messageview.c
14405         * src/sourcewindow.c
14406                 bring in Hiro's last 0.7.0 wm class fixes
14407
14408         * tools/sylprint.pl
14409                 bring in Ricardo's fix for sylprint script
14410
14411         * AUTHORS       
14412         * src/rfc2015.[ch]
14413         * src/prefs_common.[ch]
14414         * src/prefs_account.[ch]
14415         * src/compose.c
14416                 clean up account preference poison in rfc2015,
14417                 and preparation to fix double sign bug 
14418                 (patch submitted by Simon 'corecode' Schubert)
14419
14420 2002-01-07 [christoph]  0.6.6claws43
14421
14422         * src/mh.c
14423                 search for free message number, do not only rely
14424                 on last_num
14425         * src/send.c
14426                 fix smtp auth and use extra account information
14427                 if available, if not use pop3 data instead
14428                 (closes bug #500341)            
14429         * src/ssl.[ch]
14430                 match coding style
14431
14432 2002-01-06 [alfons]     0.6.6claws42
14433
14434         * src/mainwindow.c
14435                 try making the separate windows work again...
14436
14437 2002-01-06 [alfons]     0.6.6claws41
14438
14439         * src/mainwindow.c
14440                 adapt Hiro's separate window menu (to get rid of the funny
14441                 duplicate menu items), and make it work again
14442
14443 2002-01-06 [alfons]     0.6.6claws40
14444
14445         * tools/Makefile.am
14446         * tools/sylprint.rc
14447         * tools/sylprint.pl
14448         * tools/README.sylprint
14449                 add sylprint script for printing mails from Sylpheed
14450                 (contributed by Ricardo Mones Lastra)
14451
14452         * src/acount.c
14453                 clean up
14454
14455 2002-01-06 [melvin]     0.6.6claws39
14456
14457         * src/mainwindow.c
14458         * src/summaryview.c
14459                 Fixed crash introduced in 0.6.6claws38 by the menu
14460                 reorganisation (Hide read messages)
14461         
14462         * ChangeLog.claws 
14463                 Fixed typo (we are now in 2002, alfons ;) )
14464
14465 2002-01-05 [alfons]     0.6.6claws38
14466
14467         * sync with sylpheed 0.6.6cvs10-17
14468                 (last stuff marked as LAST_STABLE)
14469
14470 2002-01-04 [melvin]     0.6.6claws37
14471
14472         * src/account.c
14473                 Made account selection code use strcasestr again instead of
14474                 g_strcasecmp (fixes bug where reediting queued messages
14475                 did not select proper account reported by T. Link).
14476         
14477         * src/folderview.c
14478                 Fix bug where folder icons are not shown when 'hide read messages'
14479                 is on.
14480         
14481         * src/stock_pixmaps.[ch]
14482                 Added folder icons for 'hide read messages'.
14483         
14484         * src/compose.c
14485                 Fixed bug where 'Enter' in a header entry will send the message 
14486                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14487
14488 2002-01-03 [melvin]     0.6.6claws36
14489         
14490         * src/prefs.[ch]
14491                 Added popup menu for common preferences and
14492                 account preferences (right click on tab displays
14493                                 a menu of all tabs.)
14494
14495 2002-01-02 [melvin]     0.6.6claws35
14496
14497         * src/gtkspell.[ch]
14498                 Made spelling code compatible with undo/redo feature.
14499                 Added creation of suggestion mode menu for the general
14500                         preferences.
14501         
14502         * src/prefs_common.[ch]
14503                 Added option menu for the speller's suggestion mode.
14504                 Added missing spaces in "..." buttons and made a "..."
14505                         button non translatable!
14506         
14507         * src/compose.c
14508                 Made speller use the default suggestion mode.
14509                 Hack to make it possible to choose 'CTRL-Enter' as a
14510                         shortcut for sending (and only for sending).
14511
14512         * src/prefs_folder_item.c
14513                 Changing subject simplification does not update cache 
14514                         anymore (because it is unnecessary).
14515                 Fixed bug where changing subject simplification updated the 
14516                         summaryview even when the viewed folder is not the
14517                         folder which properties are being changed. (E.g. 
14518                                         viewing folder A and changing
14519                                         the subject simplification of 
14520                                         folder B -not being viewed- updated the 
14521                                         summaryview of folder A with data of
14522                                         folder B). (Hope this is clear... )
14523
14524 2001-12-31 [alfons]     0.6.6claws34
14525         
14526         * src/ldif.c
14527         * src/mutt.c
14528                 fgetc() returns a signed integer which doesn't
14529                 fit in a char. so c truncates this to a char
14530                 but we may lose significant bits. i.e. we may
14531                 comparing 0xFF which may not be equal to -1
14532                 unless properly casted to signed char which
14533                 we won't do because fgetc() returns a signed
14534                 integer which doesn't fit in a char. so c 
14535                 truncates this to a char but we may lose 
14536                 significat bits. (you got the idea, thanks
14537                 to Gustavo Noronha Silva <kov@debian.org>
14538                 and the Debian folks!)
14539
14540 2001-12-30 [alfons]     0.6.6claws33
14541
14542         * src/prefs_common.c
14543                 add #ifdef USE_PSPELLs that Melvin forgot               
14544
14545 2001-12-30 [melvin]     0.6.6claws32
14546         
14547         * src/prefs_common.[ch]
14548                 Added configurable color for misspelled words.
14549
14550         * src/gtkspell.[ch]
14551                 Fixed bug of foreground text color (reported by David
14552                                 Mehrmann)
14553                 Added configurable color for misspelled words.
14554
14555 2001-12-30 [alfons]     0.6.6claws31
14556
14557         * src/folder.c
14558                 remove unnecessary things someone put there
14559
14560         * src/mh.c
14561         * src/folder.[ch]
14562                 make folder properties (like threading and sorting) persistent
14563                 (closes bug #497424 "rescan folder tree resets proprieties")
14564                 currently this is only for MH folders. 
14565
14566 2001-12-29 [melvin]     0.6.6claws30
14567
14568         * src/string_match.[ch]
14569                 Optimized a bit: regexp pattern buffer compiled only once, and
14570                   one subroutine call removed. Fixed ^ regexp search: Now, 
14571                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14572         
14573         * src/summaryview.c
14574                 Subject filtering changed to filter summary columns and
14575                   not directly the messages subject cache. The loss in 
14576                   performance is balanced by the improvement of string_match.
14577                 Added an alert panel if there is an error in the regexp.
14578
14579         * src/src/prefs_folder_item.h
14580                 Added a regexp pattern buffer.
14581
14582 2001-12-28 [alfons]     0.6.6claws29
14583
14584         * src/string_match.[ch]
14585                 clean up name space
14586                 allow compilation *BSD
14587
14588 2001-12-27 [alfons]     0.6.6claws28
14589
14590         * src/filter.c
14591                 sync the Hiro's bug fix for BSD
14592
14593 2001-12-27 [melvin]     0.6.6claws27
14594         
14595         * src/compose.c
14596                 Simplify focus to subject entry code.
14597
14598 2001-12-27 [darko]      0.6.6claws26
14599
14600         * src/filtering.c
14601         * src/mbox_folder.c
14602         * src/messageview.c
14603         * src/mh.c
14604         * src/procheader.[ch]
14605         * src/procmsg.h
14606         * src/stock_pixmap.[ch]
14607         * src/summaryview.c
14608                 Show key icon for encrypted mails in summary view
14609
14610         * src/pixmaps/clip.xpm
14611         * src/pixmaps/clipkey.xpm
14612         * src/pixmaps/key.xpm
14613                 New/modified icons for the above
14614
14615 2001-12-27 [melvin]     0.6.6claws25
14616
14617         * src/prefs_common.c
14618                 Put spell checker options in a separate tab to decrease
14619                 the Common Preferences window height.
14620
14621         * README.claws  
14622                 Update spell checker usage instruction about its options
14623                 location.
14624
14625 2001-12-27 [melvin]     0.6.6claws24
14626
14627         * src/compose.c
14628                 Changed subject entry widget position. Initial focus is
14629                 on the To header instead of the subject entry.
14630                 Creating a new header scrolls the header list to make the
14631                 created one visible. Nevertheless, when automatically filling
14632                 headers, the first one is shown.
14633                 A Tab key press in the last empty header entry zips the 
14634                 focus to the subject entry.
14635                 (I did not change the combo boxes, yet)
14636
14637 2001-12-26 [alfons]     0.6.6claws23
14638
14639         * src/prefs_account.c
14640         * src/inc.c
14641                 allow default inbox to reside in another mailbox (only
14642                 works for POP3 accounts)
14643
14644 2001-12-26 [alfons]     0.6.6claws22
14645         
14646         * src/textview.c
14647                 make reply-on-click work with the account of the selected folder
14648         * src/compose.c
14649                 put a fixme here to remind me to fix finding correct default
14650                 account for nested folders
14651
14652 2001-12-25 [alfons]     0.6.6claws21
14653
14654         * src/summaryview.c
14655                 make column headers display locked and mark pixmaps (idea by Melvin) 
14656                 fix bug by adding score and locked column type to sort array
14657
14658 2001-12-25 [alfons]     0.6.6claws20
14659         
14660         * src/summaryview.c
14661                 catch a *potentially* inadvertent write back of  
14662                 the message cache(s) introduced by 0.6.5claws37
14663
14664 2001-12-25 [christoph]  0.6.6claws19
14665
14666         * src/stock_pixmap.[ch]
14667         * src/summaryview.c
14668                 add ignore thread pixmap
14669                 (can someone draw a better icon for this?)
14670
14671 2001-12-24 [alfons]     0.6.6claws18
14672
14673         * src/prefs_folder_item.c
14674                 make address completion actually work for the
14675                 Default To address in the Folder Property dialog.
14676
14677 2001-12-24 [alfons]     0.6.6claws17
14678         
14679         * src/summaryview.c
14680                 use new style regexp for subject stripping 
14681                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14682
14683 2001-12-24 [darko]      0.6.6claws16
14684
14685         * src/pgptext.c
14686         * src/rfc2015.c
14687                 move GPG related informational messages to debug mode
14688
14689 2001-12-23 [alfons]     0.6.6claws15
14690
14691         * src/stock_pixmap.[ch]
14692         * src/summaryview.c
14693                 add the forgotten Claws' locked pixmap
14694
14695 2001-12-23 [alfons]     0.6.6claws14
14696
14697         * src/filesel.c
14698                 accept file name typed in entry in multi file
14699                 selector (patch submitted by Gustavo Noronha Silva 
14700                 <kov@debian.org>)
14701
14702 2001-12-23 [alfons]     0.6.6claws13
14703
14704         * src/prefs_filter.c
14705         * src/prefs_filtering.c
14706         * src/matcher.c
14707         * src/importmutt.c
14708                 clean up a little bit
14709         
14710         * src/string_match.c
14711                 validate input strings a little bit more
14712
14713 2001-12-23 [alfons]     0.6.6claws12
14714
14715         * src/Makefile.am
14716         * src/summaryview.c
14717         * src/string_match.[ch]         ** NEW **
14718         * src/folderview.[ch]
14719         * src/headerview.h
14720         * src/folder.[ch]
14721         * src/prefs_folder_item.[ch]
14722                 add subject simplification to strip out strings from
14723                 a subject line (esp. handy for mailing lists). 
14724                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14725                 but slightly changed things for better integration.)
14726
14727 2001-12-23 [alfons]     0.6.6claws11
14728
14729         * src/mainwindow.c
14730                 fix bug introduced by submission included in 0.6.5claws52.
14731                 ideally this submission should clean the trash if any trash
14732                 folder has a message. however, the hasTrash variable was
14733                 set to false whenever a trash folder was empty (discarding
14734                 a previously found *filled* trash folder.)
14735
14736                 also edited the code a little bit and made it more safe.
14737
14738 2001-12-22 [alfons]     0.6.6claws10
14739
14740         * src/imap.c
14741                 quick fix for Martin Pool's omission of an account
14742                 specific SSL setting
14743
14744 2001-12-22 [alfons]     0.6.6claws9
14745
14746         * src/compose.c
14747         * src/messageview.c
14748         * src/mimeview.c
14749         * src/pgptext.c
14750         * src/procmime.[ch]
14751                 better support for multipart/digest (submitted
14752                 by Fredrik <e98fo@efd.lth.se>)
14753
14754 2001-12-22 [alfons]     0.6.6claws8
14755
14756         * src/addressbook.c
14757                 correct function signature
14758         * src/socket.[ch]
14759         * src/imap.[ch]
14760         * src/prefs_account.[ch]
14761                 allow IMAP over SSH tunnel (patch submitted by 
14762                 Martin Pool <mbp@samba.org>)
14763
14764 2001-12-21 [alfons]     0.6.6claws7
14765
14766         * sync with sylpheed 0.6.6cvs4-9
14767                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14768
14769 2001-12-21 [christoph]  0.6.6claws6
14770
14771         * src/compose.c
14772         * src/prefs_folder_item.[ch]
14773                 implement saving of outgoing messages to current folder.
14774                 fix segfault when no default outbox is available
14775                 (closes bug #495683)
14776
14777 2001-12-21 [carsten]    0.6.6claws5
14778         * src/folderview.c
14779         * src/summaryview.c
14780                 pressing CTRL while DND does now the expected thing and
14781                 copies the mail (moving is still the default, as this
14782                 seam more appropriate for handling mails by DND)
14783
14784 2001-12-18 [paul]       0.6.6claws4
14785
14786         * sync with sylpheed 0.6.6cvs3
14787                 see ChangeLog entries 2001-12-18
14788
14789 2001-12-18 [hiro]       0.6.6claws3
14790
14791         * src/undo.c
14792                 fix for multibyte characters (obtain the number of letters
14793                 instead of bytes).
14794
14795 2001-12-17 [paul]       0.6.6claws2
14796
14797         * sync with sylpheed 0.6.6cvs1
14798                 see ChangeLog entry 2001-12-16
14799
14800 2000-12-17 [alfons]     0.6.6claws1
14801
14802         * src/filtering.c
14803                 clean up
14804
14805 2001-12-16 [paul]       0.6.6claws
14806 2001-12-15
14807
14808         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14809
14810         * src/mimeview.c
14811                 last minute sync with main 0.6.6
14812
14813         * po/es.po
14814                 updated by Ricardo Mones Lastra
14815                 update for last minute sync
14816         * po/fr.po
14817         * po/nl.po
14818                 update for last minute sync
14819         * po/de.po
14820                 updated by Jens Oberender
14821         * po/pt_BR.po
14822                 updated by Fabio Junior Beneditto
14823
14824         * src/prefs_common.[ch]
14825         * src/undo.c
14826                 number of undo levels is user configurable
14827                 (squeeze it into the release in the dying
14828                 moments) Submitted by Jens Oberender    
14829
14830 2001-12-15 [melvin]
14831
14832         * po/fr.po
14833                 updated french translation
14834
14835 2001-12-15 [paul]       0.6.5claws92
14836
14837         * sync with sylpheed 0.6.5cvs28
14838                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14839
14840         * po/nl.po
14841                 update to allow for sync
14842
14843 2001-12-15 [alfons]
14844         
14845         * po/nl.po
14846                 update dutch translation
14847
14848 2001-12-14 [carsten]    0.6.5claws91
14849         * src/summaryview.c
14850                 fixed bug #473785; also after changing the column order
14851                 the same message will be selected and displayed as before
14852                 the reordering
14853
14854 2001-12-14 [carsten]    0.6.5claws90
14855         * src/folderview.c
14856                 probably found the bug reported by wwb opening or closing
14857                 a folder tree just before dnd (found the solution in the
14858                 balsa source -- thanks to them)
14859
14860 2001-12-14 [carsten]    0.6.5claws89
14861         * src/gtkutils.c
14862         * src/account.c
14863                 moved gtk_clist_moveto to the right place, so that
14864                 only the accounts dialog is effected on opening
14865
14866 2001-12-14 [carsten]    0.6.5claws88
14867         * src/gtkutils.c
14868                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14869                 now, so that the focused row will be seen in any case
14870                 (reported by wwp on sf-claws-user)
14871
14872 2001-12-14 [darko]      0.6.5claws87
14873
14874         * src/compose.c
14875                 remove unnecessary line
14876
14877 2001-12-14 [paul]       0.6.5claws86
14878
14879         * sync with sylpheed 0.6.5cvs27
14880                 see ChangeLog entries 2001-12-14
14881
14882 2001-12-14 [carsten]    0.6.5claws85
14883         * src/mainwindow.c
14884                 following a suggestion of Melvin the rcoabm pops up
14885                 right under the button now and the button is reliefed
14886                 while the popup is open
14887
14888 2001-12-14 [darko]      0.6.5claws84
14889
14890         * src/compose.c
14891                 fix crash when wrapping long lines if linewrap quotation
14892                 is disabled and wrapper encounters a word spanning more
14893                 than one line
14894
14895 2001-12-13 [paul]       0.6.5claws83
14896
14897         * src/compose.c
14898                 prefer 'Reply-To' header over mailing list header when
14899                 replying to a message. Finally prevent all those confirmation 
14900                 messages being sent to the list itself.
14901
14902         * src/summaryview.c
14903                 remove unused summary_set_menu_sensitive() entry
14904
14905 2001-12-13 [paul]       0.6.5claws82
14906
14907         * src/folderview.c
14908         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14909         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14910         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14911                 improvements to 'Hide read messages': Inbox, Outbox,
14912                 Trash, Queue, and Draft icons now reveal presence of hidden 
14913                 messages
14914
14915 2001-12-12 [alfons]     0.6.5claws81
14916
14917         0.6.5claws80 was tagged as LAST_STABLE
14918
14919         * src/filtering.[ch]
14920         * src/matcher.[ch]
14921         * src/matcher_parser_lex.c
14922                 fix the filtering; my last attempt to get it right, 
14923                 if it does not work, it's Hoa's turn. ;-)
14924
14925                 for my honourable peers:
14926                 
14927                 the code now makes a clear distinction between
14928                 rules as they are displayed (probably escaped),
14929                 and as they are executed (probably unescaped). the
14930                 parser does *NOT* do any unescaping, this is
14931                 the task of the matcher.c (which breaks up a
14932                 rule into condition) and the filtering.c (which
14933                 breaks up the rule's action). to make this
14934                 run happily we provide an unescaped copy of
14935                 crucial strings to the MatcherProp and 
14936                 FilteringAction structures. note that the only
14937                 exception to this is any REGEXP string. those
14938                 are directly passed to regcomp() and regexp()
14939                 (who have much more powerful unescape functions).
14940                 
14941                 for everyone else:
14942         
14943                 you can escape tab (\t), carriage return (\r),
14944                 linefeed (\n), form feed (\f), quote (\"), 
14945                 single quote (\'), bell (\b) in all the entry
14946                 lines in the scoring & filtering dialogs.
14947                 as an added bonus this should not affect
14948                 existing filtering rules.
14949
14950 2001-12-12 [carsten]    0.6.5claws80
14951
14952         * src/summaryview.c
14953         * po/de.po
14954                 "item(s) selected" is now sensitive to 1 or more
14955                 than one selected (nice for language where simple
14956                 adding of a "s" is not possible as German (Eintrag
14957                 ->Eintr"age)
14958                 
14959                 the "forward as attachment" entry from the right
14960                 click menu removed, "forward" acts following the
14961                 prefs
14962         
14963         * src/textview.c
14964                 reverted my former changes; so compiler warning again
14965                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14966                 nevertheless
14967
14968         * src/messageview.c
14969                 "search in message" does now *not* only work in MVIEW_TEXT
14970                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14971                 message
14972
14973         * src/mainwindow.c
14974                 removed "/File/_Close" as it was the same as "/File/E_xit"
14975                 and we don't need it two times
14976
14977                 the separate folder view and message view now get a distinct
14978                 WMCLASS, just in case someone is using sawfish ;-)
14979
14980                 as the menu entries "/View/Message view" and "/View/Folder tree"
14981                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14982                 make them sensitive accordingly and as these two are "shown"
14983                 after startup anytime check this menuitem at startup
14984
14985 2001-12-12 [paul]       0.6.5claws79
14986
14987         * src/folderview.c
14988                 fix sensitivity of 'Search folder...', broken in
14989                 0.6.5claws75
14990
14991         * src/mainwindow.c
14992                 fix dodgy English
14993
14994 2001-12-11 [carsten]    0.6.5claws78
14995         * src/filtering.c
14996                 fixed two typos returning a wrong FALSE/TRUE
14997         * src/mainwindow.[ch]
14998                 extra menu for email/news button removed
14999
15000 2001-12-11 [alfons]     0.6.5claws77
15001         
15002         * src/matcher.c                 (1.3)
15003         * src/matcher_parser_lex.l      (1.28)
15004                 revert for another attempt
15005                 mark 0.6.5claws77 as LAST_STABLE
15006
15007 2001-12-11 [christoph]  0.6.5claws76
15008
15009         * po/de.po
15010                 fixed wrong translation for prev. unread msg
15011
15012 2001-12-11 [paul]       0.6.5claws75
15013
15014         * src/folder.[ch]
15015         * src/folderview.c
15016         * src/mainwindow.c
15017         * src/summaryview.[ch]
15018         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
15019                 enable ability to hide read messages on per folder basis via 
15020                 '/Summary/Hide read messages'; when selected, a folder will 
15021                 have a red open folder icon, instead of a blue icon, if the 
15022                 folder contains hidden messges
15023                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
15024
15025         * src/mainwindow.c
15026                 remove '/Message/Forward as attachment' from 
15027                 main_window_set_menu_sensitive() to prevent debug warning
15028
15029         * src/folderview.c
15030         * src/mainwindow.c
15031                 Clean up some of the English
15032
15033         * tools/newscache_clean.pl
15034                 allow for new 'hidereadmsgs' entry in folderlist.xml
15035
15036         * po/es.po
15037                 updated translation, submitted by Ricardo Mones Lastra
15038
15039 2001-12-11 [paul]       0.6.5claws74
15040
15041         * sync with sylpheed 0.6.5cvs25
15042                 see ChangeLog entry 2001-12-11
15043
15044 2001-12-10 [alfons]     0.6.5claws73
15045
15046         * src/matcher.c
15047                 add more control characters
15048         * src/matcher_parser_lex.l
15049                 make escaping / unescaping work again
15050
15051 2001-12-10 [alfons]     0.6.5claws72
15052
15053         * src/imap.c
15054                 clean up warnings "returning value for void function" 
15055         * src/prefs_filtering.c
15056                 make info button for execute action sensitive
15057
15058 2001-12-10 [paul]       0.6.5claws71
15059
15060         * src/compose.c
15061         * src/imap.[ch]
15062         * src/summaryview.c
15063                 fix: imap server now gets informed of MARKED, UNMARKED
15064                 and REPLY events. Now people can use different IMAP-Mail
15065                 clients and have the exact same information about MARKED,
15066                 UNMARKED and REPLY status with all of them. Especially
15067                 useful for imap servers with a web-frontend.
15068                 submitted by Tobias Sandhaas <medlor@web.de>
15069
15070 2001-12-09 [melvin]     0.6.5claws70
15071         
15072         * src/textview.[ch]
15073                 fixed bug #490076 (hunted down by Alfons who implemented
15074                 a workaround in 0.6.5claws65)
15075
15076 2001-12-09 [christoph]  0.6.5claws69
15077
15078         * src/summaryview.c
15079                 set pointer to string in LOCKED column to NULL
15080                 (might fix bug #490800)
15081
15082 2001-12-09 [carsten]    0.6.5claws68
15083
15084         * po/de.po
15085                 resolved some cluttered menu shortcuts 
15086                 ('creating new email' and 'creating news message'
15087                 hade the same)
15088         * src/compose.c
15089                 wmclass now distinc from main window
15090         * src/mainwindow.c
15091           src/mainwindow.h
15092                 email/news and forward button functionality similar
15093                 to the reply buttons; removed the ugly dropdown arrows
15094                 and use instead the right mouse button
15095
15096 2001-12-09 [paul]       0.6.5claws67
15097
15098         * src/imap.c
15099         * src/utils.h
15100                 allow spaces in imap folder names
15101                 submitted by Willem van Engen <wvengen@stack.nl>
15102
15103 2001-12-09 [paul]       0.6.5claws66
15104
15105         * sync with sylpheed 0.6.5cvs24
15106                 see ChangeLog entry 2001-12-09
15107
15108 2001-12-08 [alfons]     0.6.5claws65
15109
15110         * src/textview.c
15111                 prevent secondary selection claim after "add to sender" dialog
15112                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
15113                 we trick GTK by simulating a click at (0, 0) in the textview.
15114
15115 2001-12-08 [hoa]        0.6.5claws64
15116
15117         * src/folder.c
15118                 fixed a bug about the .processing folder name while filtering
15119
15120 2001-12-08 [alfons]     0.6.5claws63
15121
15122         * src/folderview.c 
15123                 work around problem of not correctly updating folder stats
15124                 when deleting messages. there's some folder scanning evil
15125                 going so the folderview_update_msg_num() does not work
15126                 correctly. need to investigate this.
15127
15128 2001-12-08 [paul]       0.6.5claws62
15129
15130         * sync with sylpheed 0.6.5cvs23
15131                 see ChangeLog entry 2001-12-08
15132
15133 2001-12-07 [christoph]  0.6.5claws61
15134
15135         * src/compose.c
15136                 fix another header translation problem
15137
15138 2001-12-07 [alfons]     0.6.5claws60
15139
15140         * src/mbox.c
15141                 make filtering also work on local spool mbox
15142
15143 2001-12-07 [carsten]    0.6.5claws59
15144         * src/addressbook.c
15145                 addressbook window gets a wmclass distinct from the main
15146                 sylpheed window
15147         * src/compose.h
15148         * src/mainwindow.[ch]
15149                   forward menu item will use mode selected in prefs, forward 
15150                 as attatchment in menu removed (will be substituted in the
15151                 toolbar similar to reply buttons)
15152                   create news message menu entry and news button is now 
15153                 sensitive to the existance of a news account
15154         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
15155         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
15156         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
15157                 these are removed because the toolbar buttons don't show
15158                 the quoting modus any longer
15159
15160 2001-12-07 [paul]
15161
15162         * tools/newscache_clean.pl      ** NEW FILE **
15163                 perl script to do some tidying up in the newscache directory 
15164                 
15165         * tools/sylpheed-switcher       ** NEW FILE **
15166                 perl script to enable easy switching between main and claws
15167                 
15168         * tools/README
15169                 added descriptions of the two new perl scripts          
15170
15171
15172 2001-12-07 [melvin]     0.6.5claws58
15173
15174         * src/messageview.c
15175                 fixed a warning during compilation introduced in 0.6.5claws56
15176
15177 2001-12-07 [paul]       0.6.5claws57
15178
15179         * src/mainwindow.[ch]
15180         * src/menu.[ch]
15181                 further usability enhancements to replying with or without 
15182                 quoting via the toolbar, use of Ctrl key is replaced by 
15183                 drop down menu 
15184                 Submitted by Carsten Schurig            
15185
15186 2001-12-07 [melvin]     0.6.5claws56
15187
15188         * src/messageview.c
15189                 hack to fix bug that prevented to make/paste selections
15190                 after switching between MVIEW_TEXT and MVIEW_MIME views
15191                 without deselecting the selection first.
15192
15193 2001-12-06 [alfons]     0.6.5claws55
15194
15195         * src/filtering.[ch]
15196         * src/inc.c
15197                 revise filtering a little bit more, and make sure
15198                 messages are delivered to the appropriate inbox
15199                 (perhaps set per account)
15200
15201 2001-12-06 [paul]       0.6.5claws54
15202
15203         * sync with sylpheed 0.6.5cvs22
15204                 see ChangeLog entry 2001-12-06
15205
15206 2001-12-05 [alfons]     0.6.5claws53
15207
15208         * src/inc.c
15209         * src/folder.[ch]
15210         * src/procmsg.c
15211         * src/filtering.c
15212                 more revisions of filtering system
15213                 (last stable version is marked as LAST_STABLE)
15214                 
15215                 | NOTE 1): the filtering system now uses a local folder called
15216                 | .processing. if filtering fails, check this directory
15217                 | for missing messages.
15218                 |
15219                 | NOTE 2): help us find the filtering actions still missing
15220
15221 2001-12-05 [paul]       0.6.5claws52
15222
15223         * src/mainwindow.c
15224                 fix bug where 'Empty Trash?' pop-up window appears even
15225                 when Trash is empty, submitted by Jesse Skinner         
15226
15227 2001-12-05 [melvin]     0.6.5claws51
15228
15229         * src/compose.c
15230                 fixed bug #486106 to select correct account when reediting 
15231                 a queued message
15232         
15233 2001-12-04 [alfons]     0.6.5claws50
15234
15235         * src/mh.c
15236                 declare markfile in appropriate functions when
15237                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
15238                 for spotting this)
15239
15240 2001-12-04 [paul]       0.6.5claws49
15241
15242         * sync with sylpheed 0.6.5cvs21
15243                 see ChangeLog entry 2001-12-04
15244
15245 2001-12-03 [christoph]  0.6.5claws48
15246
15247         * po/de.po
15248                 changed translation of undo
15249         * src/account.c
15250         * src/folder.c
15251                 don't reinvent the wheel to traverse a GNode
15252         * src/compose.[ch]
15253                 seperate code to create the compose gui into functions
15254                 add "Others" page with folder selection for saving copy
15255                 of the message.
15256                 the folder identifier is saved to queue header
15257         * src/procmsg.c
15258                 save message to folder in queue header
15259
15260 2001-12-03 [paul]       0.6.5claws47
15261
15262         * sync with sylpheed 0.6.5cvs20
15263                 see ChangeLog entry 2001-12-03
15264
15265 2001-12-01 [paul]
15266
15267         * more sync with sylpheed 0.6.5cvs19
15268                 see ChangeLog entry 2001-11-29
15269
15270 2001-11-30 [paul]       0.6.5claws46
15271         
15272         * src/compose.c
15273                 remove conflicts introduced by Hoa's last commit
15274          
15275         * src/mainwindow.c
15276                 make 'Message/Bounce' sensitive
15277
15278 2001-11-30 [hoa]        0.6.5claws45
15279
15280         * src/compose.c
15281                 slightly change bounce function to add
15282                 information about the user that bounced the mail
15283                 in the From header line.
15284
15285         * src/folderview.c
15286                 permit the use of processing in outbox folder.
15287
15288 2001-11-29 [paul]       0.6.5claws44
15289
15290         * src/mainwindow.[ch]
15291         * src/prefs_common.c
15292         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
15293         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
15294         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
15295                 usability enhancements to the quoting, implements
15296                 use of Ctrl key to toggle quoting settings
15297                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
15298
15299 2001-11-29 [paul]       0.6.5claws43
15300         
15301         * sync with sylpheed 0.6.5cvs19
15302                 see ChangeLog entry 2001-11-28
15303
15304 2001-11-29 [melvin]     0.6.5claws42
15305         * src/Makefile.am
15306                 added enriched.[ch] to the list of files
15307
15308         * src/textview.c
15309         * src/mimeview.c
15310         * src/procmime.[ch]
15311         * src/enriched.[ch]
15312                 added support to view text/enriched
15313                 added support to show headers in message view for text/enriched and text/html
15314                         in non multipart messages
15315
15316 2001-11-28 [paul]       0.6.5claws41
15317
15318         * more sync with sylpheed 0.6.5cvs18
15319                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
15320
15321 2001-11-27 [paul]       0.6.5claws40
15322         
15323         * po/pt_BR.po
15324                 updated translation, submitted by Fabio Junior Beneditto
15325                 
15326         * sync with sylpheed 0.6.5cvs18
15327                 see ChangeLog entries 2001-11-26 (src/textview.c) and
15328                 2001-11-27
15329
15330
15331 2001-11-26 [paul]
15332
15333         * po/es.po
15334                 updated translation, submitted by Ricardo Mones Lastra
15335
15336 2001-11-26 [alfons]
15337
15338         * src/matcher.c
15339                 add more translatable strings
15340
15341 2001-11-26 [christoph]  0.6.5claws39
15342
15343         * po/de.po      
15344                 fixed one more umlaut
15345         * src/compose.c
15346                 fix translated header when it should not be translated
15347
15348 2001-11-26 [paul]       0.6.5claws38
15349
15350         * src/mainwindow.c
15351                 remove '/Message/Add Sender to address book' from 
15352                 main_window_set_menu_sensitive(), prevent debug warning
15353                 add 'Message/Mark/Mark all read' to mainwin_entries[]
15354
15355 2001-11-26 [paul]       0.6.5claws37
15356
15357         * src/summaryview.c
15358                 fix 'recurring unread state' bug 
15359
15360         * tools/README 
15361         * tools/filter_conv.pl
15362                 read name of top level mailbox from folderlist.xml
15363                 and presume nothing about its name              
15364
15365 2001-11-26 [darko]      0.6.5claws36
15366
15367         * src/gtkstext.[ch]
15368                 removed functions that are now in gtkutils.c
15369                 use gtkut_text_is_uri_string() from gtkutils.c
15370         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
15371
15372 2001-11-26 [paul]       0.6.5claws35
15373
15374         * sync with sylpheed 0.6.5cvs16
15375                 see ChangeLog entries 2001-11-25 and 2001-11-26
15376
15377 2001-11-25 [alfons]     0.6.5claws34
15378
15379         EXPERIMENTAL!!! Please checkout the last stable version using: 
15380           
15381         % cvs update -r LAST_STABLE -dRAP
15382
15383         (Or help us testing this stuff.)
15384
15385         * src/filtering.c               (1.14)
15386         * src/filtering.h               (1.6)
15387         * src/inc.c                     (1.28)
15388         * src/matcher.c                 (1.20)
15389         * src/mbox.c                    (1.9)
15390         * src/procmsg.h                 (1.14)
15391         * src/summaryview.c             (1.59)
15392         * src/summaryview.h             (dunno)
15393                 revert/merge/sync to as it was before commit 
15394                 on Thu, 19 Jul 2001 10:15:51 -0700.
15395
15396 2001-11-25 [hoa]        0.6.5claws33
15397
15398         * src/main.c
15399                 processing mails at startup
15400
15401         * src/folderview.c
15402         * src/summaryview.[ch]
15403                 processing mails when entering folder
15404
15405         * src/prefs_filtering.c
15406                 fixed some UI bugs
15407
15408 2001-11-24 [alfons]     0.6.5claws32
15409
15410         * src/summaryview.[ch]
15411                 make summary sort headers work, and also make
15412                 sure the sort type is stored
15413
15414 2001-11-23 [alfons]     0.6.5claws31
15415
15416         * src/summaryview.[ch]
15417                 make lock work like mark
15418                 disallow deleting messages marked as locked
15419
15420 2001-11-23 [alfons]     0.6.5claws30
15421
15422         * src/gtkstext.c
15423         * src/compose.[ch]
15424         * src/Makefile.am
15425         * src/undo.[ch]
15426                 merge undo patch submitted by Jens
15427
15428 2001-11-23 [christoph]  0.6.5claws29
15429
15430         * src/.cvsignore
15431                 added ylwrap
15432         * src/compose.c
15433                 fixed gpg signing and encoding
15434         * src/folder.[ch]
15435         * src/main.c
15436                 added --status option to get new, unread and total
15437                 message count from a running sylpheed
15438         * src/prefs_common.c
15439                 temporary fix for reply_with_quote problem
15440                 (don't call functions for non existing widget)
15441         * src/procmsg.c
15442                 one more check for ignored threads but still not
15443                 always working correctly. probably a recursive
15444                 check for all parents is needed
15445
15446 2001-11-23 [darko]      0.6.5claws28
15447
15448         * src/compose.c
15449                 wrapping on send improvements
15450         * src/gtkutils.[ch]
15451                 fix for GtkSText after last sync with main branch
15452                 GTK_TEXT -> GTK_STEXT
15453
15454 2001-11-23 [paul]       0.6.5claws27
15455
15456         * sync with sylpheed 0.6.5cvs14
15457                 see ChangeLog entries 2001-11-22 and 2001-11-23
15458                 
15459         * po/de.po
15460                 fixed the scrambled umlauts 
15461                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15462
15463 2001-11-21 [paul]       0.6.5claws26
15464
15465         * sync with sylpheed 0.6.5cvs12
15466                 see 2nd ChangeLog entry dated 2001-11-20
15467
15468 2001-11-20 [paul]       0.6.5claws25
15469
15470         * sync with sylpheed 0.6.5cvs11
15471                 see ChangeLog entry 2001-11-19 (src/utils.c)
15472
15473 2001-11-20 [hiro]
15474
15475         * src/compose.c
15476                 GTK_TEXT -> GTK_STEXT
15477                 fix for wrong comment
15478
15479 2001-11-20 [hiro]       0.6.5claws24
15480
15481         * src/compose.[ch]
15482                 more merges from main branch
15483                 removed fatal warnings (uninitialized variables etc.)
15484                 some coding style fix
15485         * src/gtkutils.h
15486                 fixed typo.
15487         * src/addressbook.c
15488           src/addrindex.c
15489                 V-Card -> vCard
15490
15491 2001-11-19 [hoa]        0.6.5claws23
15492
15493         * src/filtering.c
15494         * src/prefs_scoring.c
15495         * src/matcher.[ch]
15496         * src/scoring.c
15497                 cleaning code
15498
15499         * src/matcher_parser_parse.y
15500         * src/prefs_filtering.c
15501                 bouncing
15502
15503 2001-11-19 [alfons]     0.6.5claws22
15504
15505         more of my old things into claws
15506
15507         * src/Makefile.am
15508         * src/prefs_common.c
15509         * src/procmsg.h
15510         * src/summaryview.[ch]
15511         * src/prefs_summary_column.c
15512         * src/pixmaps/locked.xpm
15513                 add indicators for locking of message in summary view
15514                 (does not work yet, only visual indicator)
15515
15516 2001-11-19 [paul]       0.6.5claws21
15517
15518         * sync with sylpheed 0.6.5cvs10
15519                 see ChangeLog entry 2001-11-19
15520
15521 2001-11-18 [alfons]     0.6.5claws20
15522         
15523         * src/filtering.c
15524                 remove an inadvertent free I forgot in previous clean up 
15525
15526 2001-11-18 [alfons]     0.6.5claws19
15527
15528         * src/filtering.[ch]
15529                 clean up & plug leaks
15530
15531 2001-11-18 [paul]       0.6.5claws18
15532
15533         * sync with sylpheed 0.6.5cvs9
15534                 see ChangeLog entries 2001-11-17 and 2001-11-18
15535
15536 2001-11-16 [paul]       0.6.5claws17
15537
15538         * sync with sylpheed 0.6.5cvs8
15539                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15540
15541 2001-11-16 [paul]       0.6.5claws16
15542
15543         * sync with sylpheed 0.6.5cvs7
15544                 see ChangeLog entries 2001-11-15 and 2001-11-16
15545
15546 2001-11-15 [hoa]        0.6.5claws15
15547
15548         * src/compose.c
15549                 fix bounce, mails we received couln't be bounced to ourself.
15550
15551         * src/defs.h
15552         * src/filtering.[ch]
15553         * src/matcher.[ch]
15554         * src/matcher_parser.h
15555         * src/matcher_parser_lex.l
15556         * src/matcher_parser_parse.y
15557         * src/inc.c
15558         * src/main.c
15559         * src/mbox.c
15560         * src/prefs_filtering.[ch]
15561         * src/mainwindow.c
15562         * src/prefs_matcher.c
15563         * src/prefs_scoring.c
15564         * src/scoring.[ch]
15565         * src/summaryview.c
15566                 new matcher/filter/score configuration file parser
15567                 one unique configuration file => ~/.sylpheed/matcherrc
15568                 import in currently automatic, then save are made
15569                 in this new file.
15570                 one filter per folder and one global filter
15571                 (filter of a folder will be used as folder processing)
15572
15573         * src/folder.c
15574                 fix a bug in folder_item_get_identifier
15575                 
15576         * src/messageview.c
15577                 receive receipt return are fixed.
15578
15579 2001-11-14 [alfons]     0.6.5claws14
15580
15581         * src/session.h
15582                 add things from main branch to make claws compile
15583
15584 2001-11-14 [paul]       0.6.5claws13
15585
15586         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15587                 see ChangeLog entries 2001-11-08 to 2001-11-14
15588
15589 2001-11-14 [hoa] 0.6.5claws12
15590
15591         * src/compose.[ch]
15592         * src/mainwindow.c
15593         * src/summaryview.c
15594                 add "bounce mail" option
15595
15596 2001-11-13 [christoph]  0.6.5claws11
15597
15598         * src/compose.c
15599                 Cleanup a mess i add before commiting
15600
15601 2001-11-13 [hoa]        0.6.5claws10
15602
15603         * src/compose.c
15604                 some fixes when mail are sent or
15605                 for crossposts
15606
15607 2001-11-13 [christoph]  0.6.5claws9
15608
15609         * po/de.po
15610                 Changed two string with the same translation
15611         * src/compose.c
15612         * src/procmsg.[ch]
15613         * src/send.[ch]
15614                 New mailsending process:
15615                   - Always queue message before sending
15616                     (message will be saved if sylpheed crashed or
15617                      freezes while sending)
15618                   - Allow queuing of newspostings
15619                   - No copy in outbox before sending
15620                     (closes bug #469501)
15621                   - No more redundant code for send and send_later
15622         * src/summaryview.c
15623                 Applied wwp <subscript@free.fr>'s patch that fixes
15624                 marks for multiple forwarded messages (+compose.c)
15625
15626 2001-11-12 [alfons]
15627
15628         * README.claws
15629                 remove things that are now in main branch
15630         
15631         * po/nl.po
15632                 update Dutch translation
15633
15634 2001-11-12 [mhadasht]   0.6.5.claws8
15635
15636         * src/prefs_common.c
15637                 re-enabled account autoselection feature for forward
15638                 and reedit lost during the branch point for SYNC-B4-REL
15639         * src/gtkspell.c
15640                 gtkpspell_get_dict(): more readable code (even if function is
15641                 not used yet)
15642         * ChangeLog.claws
15643                 added version number info to 2001-11-12 [hiro] comment.
15644
15645 2001-11-12 [hiro]       0.6.5.claws7
15646
15647         * src/compose.c
15648                 compose_forward(): fixed a bug that forward quote mark
15649                 wasn't used.
15650                 removed unnecessary code.
15651         * src/template_select.[ch]: removed.
15652
15653 2001-11-11 [alfons]
15654
15655         * src/compose.c
15656                 :%s/GTK_TEXT/GTK_STEXT/g
15657         
15658         * src/compose.[ch]
15659         * src/undo.[ch]
15660         * src/Makefile.am
15661                 revert the undo stuff (this is 0.6.6claws stuff)
15662
15663 2001-11-11 [hoa]        0.6.5.claws6
15664
15665         * src/compose.[ch]
15666                 Insert signature at the end of the text.
15667                 Added undo patch but currently disabled
15668
15669         * src/procmsg.c
15670                 Threading by subject improved.
15671
15672         * added src/undo.[ch]
15673                 Undo module for compose dialog box.
15674
15675 2001-11-11 [alfons]     0.6.5.claws5
15676
15677         * src/procmsg.c
15678                 prevent threading by subject on nodes that have already been
15679                 threaded by in-reply-to (as in "circular references in a tree
15680                 result in a dead branch")
15681
15682 2001-11-09 [hoa]        0.6.5.claws4
15683         
15684         * src/folderview.c
15685                 allows creation of mbox folder item from any files.
15686
15687 2001-11-09 [alfons]     0.6.5.claws3
15688         
15689         * src/utils.c
15690         * src/procmsg.c
15691                 do what I mean and correct threading by subject so it really
15692                 ignores attracting lines without "Re: "
15693
15694 2001-11-07 [alfons]     0.6.5.claws2
15695
15696         * src/procmsg.c
15697         * src/utils.[ch]
15698                 only attract by subject if a subject line starts with a "Re: "
15699         * src/syldap.c
15700                 remove warning
15701
15702 2001-11-07 [paul]       0.6.5claws1
15703
15704         * sync with sylpheed 0.6.5. release
15705                 see ChangeLog entry 2001-11-07
15706
15707 2001-11-07 [paul]       0.6.4claws31
15708
15709         * sync with sylpheed 0.6.4cvs18
15710                 see ChangeLog entries 2001-10-30 to 2001-11-07
15711                 prefs_templates.[ch] renamed prefs_template.[ch]
15712
15713 2001-11-06 [alfons]
15714         
15715         * src/utils.h
15716                 add semicolon Hoa forgot ;-)
15717                 
15718
15719 2001-11-06 [hoa]        0.6.4claws30
15720         
15721         * src/procmsg.c
15722         * src/summaryview.c
15723         * src/utils.c
15724         * src/utils.h
15725                 threading by subject - empty subject are ignored
15726
15727 2001-11-06 [christoph]  0.6.4claws29
15728
15729         * src/socket.c
15730                 use SSL_peek for sock_gets
15731         * src/utils.c
15732                 removed unneeded pointer in extracting quoted
15733                 names implementation
15734
15735 2001-11-06 [melvin]     0.6.4claws28
15736
15737         * src/gtkspell.c
15738                 fixed bug #476792 Selection overtyping with spell checker
15739                 fixed bug which could cause a buffer overflow
15740                 fixed a memory leak
15741
15742 2001-11-06 [hoa]        0.6.4claws27
15743         
15744         * src/procmsg.c
15745         * src/summaryview.c
15746                 threading by subject
15747
15748 2001-11-05 [alfons]     0.6.4claws26
15749         
15750         * README.claws
15751                 Claws -> Sylpheed (vice versa)
15752
15753         * src/compose.c
15754                 :%s/gtk_text/gtk_stext/g
15755                 :%s/GTK_TEXT/GTK_STEXT/g
15756                 (thanks to Jonathan Ware for spotting this)
15757
15758 2001-11-04 [christoph]  0.6.4claws25
15759
15760         * src/summaryview.c
15761                 replace Xalloca + strdup with Xstrdup_a
15762         * src/utils.c
15763                 better implementation of extracting quoted names
15764                 from addresses (remove backlashes and ignore
15765                 quotes after them)
15766
15767 2001-11-04 [alfons]     0.6.4claws24
15768
15769         * src/utils.[ch]
15770                 edit to comply more with coding style
15771
15772         * src/textview.c
15773                 fix bug reported by Kim Schulz. introduced by the patch integrated
15774                 in 0.6.4claws15. the code did not check the return value of
15775                 the html parser.
15776
15777         * AUTHORS
15778                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15779
15780 2001-11-04 [christoph]  0.6.4claws23
15781
15782         * src/main.c
15783         * src/prefs_common.[ch]
15784                 init some pointers that possibly caused a segfault
15785                 reported in the claws-users ML
15786
15787 2001-11-04 [hoa]        0.6.4claws22
15788
15789         * src/grouplistdialog.c
15790                 change the names of the nodes in the tree
15791
15792         * src/compose.c
15793                 enhanced mailto syntax as described in
15794                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15795                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15796
15797         * src/utils.c
15798                 encode and decode URI (useful when opening URL into
15799                 netscape).
15800
15801 2001-11-03 [hoa]        0.6.4claws21
15802
15803         * src/grouplistdialog.c
15804                 a new newsgroups list selection dialog box
15805                 with a CTree instead of a CList
15806
15807 2001-11-03 [hoa]        0.6.4claws20
15808
15809         * src/folderview.c
15810                 enable property and scoring options when right
15811                 click on "inbox"
15812
15813         * src/summaryview.c
15814                 fixed bug when nickname were displayed using
15815                 the address book.
15816
15817 2001-11-02 [darko]      0.6.4claws19
15818
15819         * src/compose.c
15820                 new wrap quotation and URL/long words wrapping implementation
15821         * src/compose.c src/gtkstext.[ch]
15822                 move gtkstext_strncmp() to gtkstext.c
15823
15824 2001-11-01 [christoph]  0.6.4claws18
15825
15826         * src/prefs_account.c
15827                 fixed mess in account settings dialog
15828         * src/prefs_folder_item.c
15829                 added label with folder path to dialog
15830
15831 2001-10-31 [match]      0.6.4claws17
15832
15833         * src/vcard.c
15834                 fix memory leak.
15835         * src/addrbook.c
15836                 fix generation of spurious address book file names.
15837                 remove redundant functions.
15838         * po/POTFILES.in
15839                 added missing file names.
15840
15841 2001-10-30 [paul]       0.6.4claws16
15842
15843         * sync with sylpheed 0.6.4cvs6
15844                 see ChangeLog entries 2001-10-26 to 2001-10-30
15845
15846         * tools/filter_conv.pl
15847                 read folderlist.xml to discover whether the top-level
15848                 folder is called 'Mailbox' or 'Mail' 
15849
15850 2001-10-29 [paul]       0.6.4claws15
15851
15852         * src/html.c, src/textview.c
15853                 activate links in html mail and fix clickable parts
15854                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15855
15856 2001-10-29 [paul]
15857
15858         * po/de.po, po/es.po, po/pt_BR/po
15859                 updated translations, submitted by Jens Oberender,
15860                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15861
15862 2001-10-29 [darko]      0.6.4claws14
15863
15864         * src/compose.c
15865                 fix wrapping for good
15866
15867 2001-10-29 [darko]
15868
15869         * src/compose.c
15870                 undo previous change as it broke the smart wrapping
15871
15872 2001-10-29 [darko]      0.6.4claws13
15873
15874         * src/compose.c
15875                 fix infinite loop when long URL is quoted
15876                 (closes bug #475122.
15877
15878 2001-10-28 [match]
15879
15880         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15881                 import Mutt address book
15882         * src/ldif.[ch] src/importldif.h
15883                 modified import LDIF handle user attributes
15884
15885 2001-10-28 [christoph]  0.6.4claws12
15886
15887         * src/summaryview.c
15888                 fixed that filtering did not work if there
15889                 were no filter rules
15890                 (closes bug #472003 and better implementation
15891                  of patch #474644)
15892
15893 2001-10-27 [christoph]  0.6.4claws11
15894
15895         * src/compose.c
15896                 make the folder's default account to be used when
15897                 replying. (patch by wwp <subscript@free.fr>)
15898         * src/compose.c
15899                 code cleanup, nearly killed all of wwp's patch
15900                 for folder's default account in compose
15901         * src/folderview.c
15902                 error panel when a folder could not be created
15903                 (closes bug #471080 new folder name & already
15904                  existing file)
15905
15906 2001-10-26 [alfons]
15907
15908         * src/utils.h
15909                 change prototype of strstr2() that Christoph forgot about
15910
15911 2001-10-26 [christoph]  0.6.4claws10
15912
15913         * src/account.c
15914                 made search for accounts by email address not case
15915                 sensitive
15916         * src/folder.c
15917                 fixed memory leak in folder_item_get_identifier
15918         * src/gtkspell.c
15919         * src/utils.c
15920                 fixed wrong strstr2 (should work like strstr)
15921
15922 2001-10-26 [darko]      0.6.4claws9
15923
15924         * src/compose.c src/gtkstext.[ch]
15925         * src/gtkstext.c
15926                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15927
15928 2001-10-26 [paul]       0.6.4claws8
15929
15930         * src/html.c
15931                 ignore css and javascript tags in html mail
15932                 case-insensitive, with or without double-quoted
15933                 strings
15934
15935 2001-10-26 [paul]       0.6.4claws7
15936
15937         * sync with sylpheed 0.6.4cvs1
15938                 see ChangeLog entry 2001-10-26
15939
15940         * src/prefs_account.c, src/prefs_common.c,
15941           src/prefs_summary_column.c
15942                 minor improvements to the English
15943
15944 2001-10-25 [alfons]     0.6.4claws6
15945
15946         * src/gtkstext.c
15947         
15948                 make GtkSText follow style of GtkText (closes bug 
15949                 #469211 "text selection while writing message")
15950                 
15951                 do sync with GTK 1.2.10
15952
15953 2001-10-25 [paul]       0.6.4claws5
15954
15955         * src/html.c
15956                 ignore css tags in html mail
15957
15958 2001-10-25 [darko]      0.6.4claws4
15959
15960         * src/compose.c
15961                 don't declare is_url_string as static function since
15962                 we need it in gtkstext.c
15963         * src/gtkstext.c
15964                 remove unused variable
15965                 don't wrap long URLs while composing a message
15966
15967 2001-10-24 [christoph]  0.6.4claws3
15968
15969         * src/socket.c
15970                 fix ssl deadlock, when peer closes connection
15971
15972 2001-10-24 [paul]       0.6.4claws2
15973
15974         * src/prefs_common.c
15975                 gettextize the gpg ascii-armored warning message
15976
15977         * src/compose.c
15978                 insert a DOS/MAC file into the composed message
15979                 (improvements)
15980
15981         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15982
15983 2001-10-22 [paul]       0.6.4claws1
15984
15985         * sync with sylpheed 0.6.4 release
15986                 see ChangeLog entries 2001-10-21
15987
15988         * po/fr.po, po/pt_BR.po
15989                 updated by Melvin Hadasht and Fabio Junior Beneditto
15990
15991 2001-10-21 [paul]       0.6.3claws30
15992
15993         * src/compose.c
15994                 insert a DOS text file from the compose window
15995                 into the composed message text (removes CRs characters)
15996                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15997
15998         * tools/filter_conv.pl, tools/README
15999                 automatically use ~/.sylpheed as working directory
16000                 print out confirmation message on completion
16001
16002         * correct Hoa's last ChangeLog.claws entry
16003
16004 2001-10-20 [hoa]        0.6.3claws29
16005
16006         * src/grouplistdialog.c
16007                 bugfix (another ?) to give the right
16008                 newsgroups list for each news server.
16009
16010         * src/news.c
16011         * src/news.h
16012                 improve the newsgroups list cache
16013
16014 2001-10-20 [paul]       0.6.3claws28
16015
16016         * sync with sylpheed 0.6.3cvs9
16017                 see ChangeLog entry 2001-10-19
16018
16019         * correct Alfons' last ChangeLog.claws entry
16020
16021 2001-10-19 [alfons]
16022
16023         * src/pgptext.[ch]
16024                 fix compilation problems (part of bug #472895)
16025
16026 2001-10-18 [hoa]        0.6.3claws27
16027
16028         * src/grouplistdialog.c
16029                 bugfix when we refresh was clicked (bug 472701)
16030
16031 2001-10-19 [christoph]  0.6.3claws26
16032
16033         * src/compose.c
16034                 last header entry should default to "To:" or
16035                 "Newsgroups:" and not copy the last entry line
16036                 in a new compose window
16037                 (closes bug #472686, #470792)
16038
16039 2001-10-19 [paul]       0.6.3claws25
16040
16041         * sync with Sylpheed 0.6.3cvs8
16042                 see ChangeLog entries 2001-10-18 and 2001-10-19
16043
16044 2001-10-18 [christoph]  0.6.3claws24
16045
16046         * src/procmsg.c
16047                 reimplement ignore thread
16048         
16049 2001-10-18 [hoa]        0.6.3claws23
16050
16051         * src/folderview.c
16052         * src/grouplistdialog.[ch]
16053                 enhanced news subscription interface (feature 469113)
16054
16055         * src/news.c
16056         * src/news.h
16057                 enchanced newsgroup listing,
16058                 now, we can get groups informations
16059                 (NNTPGroupInfo)
16060
16061 2001-10-18 [paul]       0.6.3claws22
16062
16063         * src/summaryview.c
16064                 remove comment (sync with main branch)
16065         * src/mainwindow.c
16066                 fix 'Re-edit' bug in 'Message' menu
16067
16068 2001-10-17 [christoph]  0.6.3claws21
16069
16070         * src/compose.c
16071                 ignore empty or whitespace only header lines
16072
16073 2001-10-17 [paul]       0.6.3claws20
16074
16075         * sync with sylpheed 0.6.3cvs7
16076                 see ChangeLog entries 2001-10-14, 2001-10-16, and
16077                 2001-10-17
16078
16079 2001-10-17 [darko]
16080
16081         * src/compose.c
16082                 wrap long lines without spaces
16083                 don't wrap URLs
16084
16085 2001-10-16 [paul]
16086
16087         * po/es.po, po/nl.po, po/pt_BR.po
16088                 updated by Ricardo Mones Lastra, Alfons,
16089                 and Fabio Junior Beneditto
16090
16091         * sylpheed-0.6.3claws released
16092
16093 2001-10-15 [melvin] 0.6.3claws18
16094
16095         * README.claws
16096                 added summary and detailed installation instructions
16097                 for spell checker
16098         * po/fr.po
16099                 Updated, corrected and completed french translation
16100
16101 2001-10-15 [hoa] 0.6.3claws17
16102         * src/grouplistdialog.c
16103                 we can choose the newsgroups to display with wildcards
16104
16105 2001-10-15 [christoph]  0.6.3claws16
16106
16107         * src/account.c
16108         * src/compose.c
16109         * src/prefs_folder_item.[ch]
16110                 applied wwp <subscript@free.fr>'s folder
16111                 default account patch
16112         * po/de.po
16113                 Fixed wrong translation
16114
16115 2001-10-13 [alfons, christoph, melvin]  
16116                         0.6.3claws15
16117
16118         solution #2 to solve MT-safety problems defers all GUI related calls
16119         to the main thread using a gtk_idle_add() callback. discussed on
16120         ircnet #sylpheed, with christoph spotting some issues with the
16121         original code, and melvin allowing us to lobotomize his sylpheed.
16122
16123         * src/syldap.[ch], src/main.c
16124                 fix race problem in ldap search thread by deferring GUI 
16125                 stuff to main thread using gtk_idle_add()
16126
16127 2001-10-13 [paul]       0.6.3claws14
16128
16129         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
16130                 add Sergey's smtpcred.patch
16131                 adds separate username/password setting for SMTP Auth
16132                 needed by some servers
16133                 (closes feature request #471659)
16134
16135 2001-10-13 [paul]       0.6.3claws13
16136
16137         * src/pgptext.[ch] **NEW FILES**
16138         * src/Makefile.am, src/messageview.c, src/mimeview.c
16139                 decrypt ascii-armored gpg text embedded in
16140                 the message body.
16141                 Submitted by Jens Jahnke <jan0sch@gmx.net>
16142
16143 2001-10-13 [christoph]  0.6.3claws12
16144
16145         * README.claws
16146                 some more details on default to and
16147                 feature requests
16148         * src/main.c
16149                 init glib threading when ldap is used
16150         * src/syldap.c
16151                 threading fixes
16152         * po/de.po
16153                 fixed a typo
16154
16155 2001-10-12 [paul]       0.6.3claws11
16156
16157         * src/prefs_common.[ch], src/rfc2015.c
16158                 enable ascii-armored gpg text to be embedded in the
16159                 message body, selectable through the 'Privacy'
16160                 preferences. Supports encrypting only.
16161                 Submitted by Ravemax <ravemax@dextrose.com>
16162
16163 2001-10-12 [paul]       0.6.3claws10
16164
16165         * sync with sylpheed 0.6.3cvs6
16166                 see ChangeLog entries 2001-10-11 and 2001-11-12
16167
16168         * src/folderview.c
16169                 incorporated mbox folders, scoring, and folder
16170                 properties into the sync
16171
16172 2001-10-12 [darko]      0.6.3claws9
16173
16174         * README.claws
16175                 describe quotation wrapping
16176         * src/compose.c
16177                 don't treat tab as space to calculate line length properly
16178
16179 2001-10-11 [alfons]
16180
16181         * README.claws
16182                 correct description of how to make new filtering system work,
16183                 add some other things
16184                 
16185         * src/syldap.c
16186                 remove sched_yield() (not necessary / unportable)
16187
16188 2001-10-11 [paul]       0.6.3claws8
16189
16190         * sync with sylpheed 0.6.3cvs3
16191                 see ChangeLog entry 2001-10-10
16192
16193 2001-10-10 [christoph]  0.6.3claws7
16194
16195         * .cvsignore
16196                 ignore 2 files created by newer autotools
16197         * src/prefs_folder_item.c
16198                 using table for widget alignment
16199                 fixed memory leak and broken octal display
16200         * src/filesel.c
16201                 fixed segfault caused by lost filename
16202                 workaround (closes bug #469551)
16203
16204 2001-10-10 [paul]       0.6.3claws6
16205
16206         * sync with sylpheed 0.6.3cvs2
16207                 see ChangeLog entries 2001-10-09 and 2001-10-10
16208
16209 2001-10-10 [darko]      0.6.3.claws5
16210
16211         * src/gtkstext.c
16212                 proper calculation of right margin if smart wrapping is enabled
16213         * src/compose.c
16214                 automatically wrap long lines if wrap quotation is enabled
16215
16216 2001-10-09 [alfons]     0.6.3.claws4
16217
16218         * src/summaryview.c
16219                 select correct row when deleting last row in the summary view (and
16220                 close bug "[ #469104 ] select second last in list when deleting")
16221
16222 2001-10-09 [paul]       0.6.3claws3
16223
16224         * sync with sylpheed 0.6.3cvs1
16225                 updated some autotool scripts
16226
16227 2001-10-09 [darko]      0.6.3claws2
16228
16229         * src/gtkstext.[ch]
16230                 new name and mark with Sylpheed comment
16231         * src/compose.c
16232                 smart quotation wrapping a-la VIM
16233
16234 2001-10-08 [paul]       0.6.3claws1
16235
16236         * sync with sylpheed 0.6.3 release
16237                 see ChangeLog entry 2001-10-08
16238
16239 2001-10-08 [paul]       0.6.2claws24
16240
16241         * src/summaryview.c
16242                 more sync with sylpheed 0.6.2cvs12
16243                 Fixed the bug that didn't select the last row correctly
16244
16245
16246 2001-10-07 [paul]       0.6.2claws23
16247
16248         * sync with sylpheed 0.6.2cvs12
16249                 see ChangeLog entry 2001-10-07
16250
16251 2001-10-06 [match]
16252         * src/jpilot.[ch]
16253                 enable jpilot to read unsynch'ed addresses.
16254
16255         * src/editldap_basedn.c
16256                 fix segfault when opening dialog.
16257
16258 2001-10-06 [alfons]     0.6.2.claws22
16259
16260         * src/summaryview.c
16261                 fix bug with summary view selecting last *inserted*
16262                 node instead of last *visible* node. remember we
16263                 work with a tree
16264
16265 2001-10-06 [paul]       0.6.2claws21
16266
16267         * po/pt_BR.po
16268                 updated translation, contains some fixes and new
16269                 translations, submitted by Gustavo Noronha Silva
16270                 <kov@debian.org>
16271
16272         * src/prefs_common.c
16273                 change 'each' to 'every' - fix dubious English
16274
16275         * sync with sylpheed 0.6.2cvs11
16276
16277 2001-10-05 [alfons]     0.6.2claws20
16278
16279         * src/mainwindow.[ch], src/folderview.c
16280                 make composite tool button switch between "Compose News"
16281                 and "Compose Mail" depending on selected folder
16282                 (nifty idea by Kim Schulz <kim@schulz.dk>)
16283
16284 2001-10-05 [paul]       0.6.2claws19
16285
16286         * src/mainwindow.c, src/summaryview.c
16287                 fix 'Message/Reply to all', broken in last commit
16288
16289         * src/compose.c
16290                 fix X_BEENTHERE seg fault, thanks to Alfons
16291
16292 2001-10-04 [paul]       0.6.2claws18
16293
16294         * src/compose.[ch], src/mainwindow.c
16295                 make "Message/Reply" reply to mailing lists; matches
16296                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
16297                 based on portions of the patch submitted by
16298                 Junichi Uekawa <dancer@netfort.gr.jp>
16299
16300 2001-10-04 [darko]      0.6.2claws17
16301
16302         * src/compose.c
16303                 better smart wrapping
16304         * src/gtkstext.[hc]
16305                 a function to make text buffer contiguous
16306
16307 2001-10-03 [paul]       0.6.2claws16
16308
16309         * sync with sylpheed 0.6.2cvs10
16310
16311 2001-10-02 [alfons]
16312
16313         * configure.in
16314         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
16315                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
16316                 references to chinese translations (hope someone picks up
16317                 this)
16318
16319 2001-10-02 [christoph]  0.6.2claws15
16320
16321         * src/compose.c
16322                 fixed non translated header bug
16323         * ChangeLog.claws
16324                 fixed wrong date in alfons last entry ;)
16325
16326 2001-10-02 [alfons]     0.6.2claws14
16327
16328         * src/compose.c, src/prefs_common.[ch]
16329                 add block cursor option
16330
16331 2001-10-02 [paul]       0.6.2claws13
16332
16333         * sync with sylpheed 0.6.2cvs9
16334
16335 2001-09-30 [paul]       0.6.2claws12
16336
16337         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
16338                 updated translations
16339
16340         * po/POTFILES.in
16341                 add 'src/importldif.c'
16342
16343         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
16344                 added eudora-to-vCard conversion tool
16345                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
16346
16347         * sync with sylpheed 0.6.2cvs8
16348
16349 2001-09-30 [paul]
16350
16351         * sylpheed-0.6.2claws released
16352
16353 2001-09-27 [melvin]     0.6.2claws11
16354
16355         * src/gtkspell.c
16356                 fixed crash when using default path (introduced 
16357                 in 0.6.2claws10)
16358                 fixed tiny bug for initial suggestion mode
16359
16360 2001-09-27 [melvin]     0.6.2claws10
16361         
16362         * src/gtkspell.c
16363                 fixed bug where gtkpspell didn't set the path correctly
16364
16365         * README.claws
16366                 added a paragraph about spell checking
16367                 
16368
16369
16370 2001-09-27 [paul]       0.6.2claws9
16371
16372         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
16373                 replace '// comments' with '/* comments */' to prevent
16374                 some compiler warnings 
16375
16376         * sync with sylpheed 0.6.2cvs6
16377
16378 2001-09-26 [alfons]     0.6.2claws8
16379
16380         * src/messageview.c
16381                 introduce return receipt request notification again,
16382                 which was lost because of other semantics in 
16383                 procheader_parse() (???)
16384
16385 2001-09-26 [christoph]  0.6.2claws7
16386
16387         * src/compose.c
16388                 replace comments for old code with #if 0
16389                 readded auto cc, bcc and reply-to
16390         * src/prefs_matcher.c
16391         * src/prefs_scoring.c
16392                 removed some definition (was moved to
16393                 prefs.h)
16394
16395 2001-09-26 [paul]       0.6.2claws6
16396
16397         * src/mainwindow.c
16398                 make 'Follow-up and reply to' sensitive
16399
16400         * more sync with sylpheed 0.6.2cvs5
16401
16402 2001-09-25 [melvin]
16403
16404         * 0.6.2claws5
16405
16406         * src/gtkspell.c
16407                 fixed bug for "US-ASCII" introduced by the encoding code
16408
16409 2001-09-25 [paul]
16410
16411         * 0.6.2claws4
16412
16413         * src/prefs_common.[ch], src/summaryview.c
16414                 'next unread msg' 'go to next folder?' dialog can be
16415                 given default behaviour, either always show dialog,
16416                 or assume 'yes', or assume 'no'
16417                 Submitted by wwp <subscript@free.fr>
16418
16419 2001-09-25 [melvin]
16420                 
16421         * src/compose.c src/gtkspell.[ch]
16422                 added support for different encodings
16423
16424 2001-09-25 [paul]
16425
16426         * more sync with sylpheed 0.6.2cvs5
16427
16428 2001-09-24 [alfons]
16429         
16430         * src/prefs_folder_item.c
16431                 add check for item->prefs->default_to string is NULL and
16432                 add another check when freeing this string
16433
16434 2001-09-24 [paul]
16435
16436         * configure.in
16437                 change to version 0.6.2claws3
16438
16439         * sync with sylpheed 0.6.2cvs5 
16440
16441 2001-09-24 [match]
16442         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16443                 import LDIF files.
16444         * src/addrcache.[ch], addrindex.[ch]
16445                 small update for future
16446         * src/addrbook.c
16447                 fix test XML file.
16448
16449 2001-09-24 [melvin]
16450         * src/gtkspell.[ch]
16451                 added 'Learn from mistakes' option
16452                 better handling of quotes in checked words
16453                 sorted dict list
16454         * po/fr.po
16455                 small update for spell checking stuff
16456
16457 2001-09-23 [alfons]
16458         
16459         * src/gtkspell.c
16460                 edit a little bit so it complies more with main coding style
16461
16462 2001-09-23 [alfons]
16463
16464         * src/folder.[ch], prefs_folder_item.c, compose.c
16465                 migrate "request return receipt" folder property
16466                 to folderlist.xml
16467
16468 2001-09-22 [alfons]
16469
16470         * README.claws **NEW**
16471                 (add things of interest for users of main branch 
16472                 and claws here)
16473
16474         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16475                 re-implement threading per folder option, but store 
16476                 the setting in folderlist.xml (where it belongs)
16477
16478 2001-09-21 [melvin]
16479
16480         * src/gtkspell.[ch]
16481                 fixed bug when compose window is under another window
16482         * src/prefs_common.[ch] src/compose.c
16483                 changed 'dictionary_path' to 'dictionary' to be consistent
16484                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16485         * ac/pspell.m4 src/Makefile.am 
16486                 dropped PSPELL_PATH macro
16487         * po/fr.po
16488                 updated translations
16489
16490 2001-09-21 [christoph]
16491
16492         * src/compose.c
16493                 added border around header fields
16494                 keep header type when new field is added
16495
16496 2001-09-20 [christoph]
16497
16498         * src/utils.[ch]
16499                 more portable debug_print with source filename
16500                 and linenumber
16501         * src/procmsg.c
16502                 more newlines after debug messages
16503
16504 2001-09-20 [paul]
16505
16506         * configure.in
16507                 change to version 0.6.2claws2
16508
16509         * sync with sylpheed 0.6.2cvs3
16510
16511 2001-09-19 [melvin]
16512
16513         * src/gtkspell.c
16514                 fixed the post-right-click focus pb
16515                 fixed crash when 'Spell check all' after dict change 
16516                         and when cursor is at the end of the text
16517                 shift-right-click pops up config menu even on misspelled words.
16518         * po/POTFILES.in
16519                 added gtkspell.c
16520
16521 2001-09-19 [melvin]
16522
16523         * src/about.c
16524                 added pspell to compiled-in features list
16525
16526 2001-09-18 [melvin]
16527
16528         * switched to pspell and dropped ispell
16529         * ac/pspell.m4
16530                 new file. autoconf macro for pspell
16531         * ac/Makefile.am 
16532         * configure.in acconfig.h
16533                 added pspell support
16534         * src/Makefile.am
16535         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16536         * src/prefs_common.[ch] 
16537                 added pspell support
16538
16539 2001-09-18 [christoph]
16540
16541         * src/addr_compl.c
16542         * src/template.[ch]
16543                 replace LOG_MESSAGE with debug_print
16544         * src/compose.[ch]
16545                 gui improvements
16546         * src/menu.c
16547                 added newline after debug message
16548         * src/utils.h
16549                 using __VA_ARGS__ for debug_print macro
16550         * tools/.cvsignore
16551                 ignore Makefile and Makefile.in
16552
16553 2001-09-18 [paul]
16554
16555         * configure.in
16556                 change to version 0.6.2claws1
16557         * sync with sylpheed 0.6.2cvs1
16558
16559         * src/matcher.c 
16560         * src/prefs_matcher.c
16561                 add 'score equal to' option, submitted by
16562                 Paul Evans <nerd@freeuk.com>
16563
16564 2001-09-15 [christoph]
16565
16566         * src/mainwindow.c
16567                 comment out menu entry not existing in claws
16568         * src/menu.c
16569                 add debug output for non existing menu entries
16570         * src/summaryview.c
16571                 fix next/prev unread message for ignored threads
16572         * src/utils.[ch]
16573                 add sourcefile and line number to debug output
16574                 otherwise it is sometimes hard to find the
16575                 source code part if debug messages are translated
16576
16577 2001-09-14 [darko]
16578         
16579         * src/folderview.c
16580                 refresh target folder style after colour is changed
16581
16582 2001-09-13 [paul]
16583
16584         * configure.in
16585                 change to version 0.6.1claws3
16586
16587         * sync with sylpheed 0.6.1cvs6
16588
16589 2001-09-13 [darko]
16590         
16591         * src/folderview.c
16592                 fix target folder colourization to use user selected colour
16593
16594 2001-09-12 [darko]
16595         
16596         * src/summaryview.c
16597                 fix crash when message that is marked for copy/move is unmarked
16598
16599 2001-09-09 [paul]
16600
16601         * configure.in
16602                 change to version 0.6.1claws2
16603
16604         * sync with sylpheed 0.6.1cvs3
16605
16606 2001-09-09 [alfons]
16607         
16608         * src/folderview.c
16609                 fix bug with default font used for trash folder text
16610
16611 2001-09-06 [paul]
16612
16613         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16614                 updated translations
16615
16616         * configure.in
16617                 change to version 0.6.1claws1
16618
16619         * sync with sylpheed 0.6.1cvs2
16620
16621 2001-09-03 [paul]
16622
16623         * po/POTFILES.in
16624                 add Match's new addressbook
16625
16626         * po/de.po
16627                 updated translation submitted by Jens Oberender
16628
16629 2001-09-02 [paul]
16630
16631         * configure.in
16632                 change to 0.6.1claws
16633         * sync with sylpheed 0.6.1 release
16634
16635 2001-09-02 [paul]
16636
16637         * configure.in
16638                 change to 0.6.0claws2
16639
16640         * sync with sylpheed 0.6.0cvs4
16641
16642         * po/pt_BR.po
16643                 updated translation submitted by Fabio Junior Beneditto
16644
16645 2001-09-01 [match]
16646         * pixmaps/
16647                 interface.xpm
16648                 book.xpm
16649                 address.xpm
16650         * src/
16651                 Makefile.am
16652                 a ton of new files
16653
16654 2001-08-31 [paul]
16655
16656         * configure.in
16657                 change to version 0.6.0claws1
16658
16659         * sync with sylpheed 0.6.0cvs1
16660
16661         * po/es.po
16662                 updated translation submitted by Ricardo Mones Lastra
16663
16664         * po/POTFILES.in
16665                 add 'src/prefs_templates.c'
16666
16667         * src/compose.c, src/summaryview.c
16668                 fix segfault on 'Re_edit'               
16669
16670 2001-08-30 [alfons]
16671
16672         * configure.in, Makefile.am
16673         * tools/Makefile.am
16674                 add tools directory to source distribution
16675
16676 2001-08-30 [paul]
16677
16678         * configure.in
16679                 change to version 0.6.0claws
16680
16681         * sync with sylpheed 0.6.0 release
16682
16683 2001-08-30 [christoph]
16684
16685         * configure.in
16686                 removed autoconf version check
16687
16688 2001-08-30 [paul]
16689
16690         * src/account.c, src/compose.c, src/prefs_common.[ch]
16691         * src/procheader.[ch] src/utils.[ch]
16692                 Enhanced automatic account selection on replies
16693                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16694
16695         * configure.in
16696                 add LDAP and JPilot to the configuration results output.
16697
16698 2001-08-29 [christoph]
16699
16700         * src/summeryview.c
16701                 no bold font for ignored threads
16702
16703 2001-08-29 [paul]
16704
16705         * configure.in
16706                 change to version 0.5.3claws6
16707
16708         * sync with sylpheed 0.5.3cvs10
16709                 src/stringtable.[ch]: New Files
16710
16711         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16712         * src/pixmaps/sylpheed.xpm
16713                 add mini-icons to windows (by Alfons)
16714
16715 2001-08-27 [paul]
16716
16717         * src/mainwindow.c
16718                 new functions: next_labeled_cb(), prev_labeled_cb()
16719
16720         * src/summaryview.c
16721                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16722                 summary_select_next_labeled(), summary_select_prev_labeled()
16723
16724         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16725                 give claws blue folders and a blue trash can
16726
16727 2001-08-27 [paul]
16728
16729         * configure.in
16730                 change to version 0.5.3claws5
16731
16732         * sync with sylpheed 0.5.3cvs9
16733                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16734
16735 2001-08-24 [christoph]
16736
16737         * src/filesel.c
16738                 keep filename when browsing directories
16739                 (not working for user entered filename, but
16740                  for default name and selected filename from
16741                  file list)
16742         * src/mainwindow.c
16743                 fixed wrong spelling "Folllow-up"
16744         * src/mbox_folder.c
16745         * src/procmsg.c
16746         * src/summaryview.c
16747                 fixed new/unread message count with ignored
16748                 threads (2 commits, first didn't notice no
16749                 longer needed decreasing)
16750         * src/inc.c
16751                 readded scrolling of progress dialog
16752                 (lost in sync)
16753
16754 2001-08-24 [paul]
16755
16756         * configure.in
16757                 change to 0.5.3claws4
16758
16759         * sync with sylpheed 0.5.3cvs7
16760
16761 2001-08-24 [christoph]
16762
16763         * src/compose.c
16764                 set request return receipt when replying
16765                 if it is set is the folder prefs of the
16766                 message
16767         * src/inc.c
16768                 disable final error popup if popups are
16769                 disabled in config (again)
16770
16771 2001-08-23 [paul]
16772
16773         * configure.in
16774                 Change version number to 0.5.3claws3
16775
16776         * sync with sylpheed 0.5.3cvs5
16777
16778         * src/mimeview.c
16779                 double quote '%s' in 'gedit %s' to fix bug when
16780                 opening attachment with spaces in the name
16781
16782 2001-08-22 [alte]
16783         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16784           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16785                 initial message templates support
16786
16787
16788 2001-08-22 [paul]
16789
16790         * configure.in
16791                 change version number to 0.5.3claws2
16792
16793         * sync with sylpheed 0.5.3cvs4
16794
16795         * src/procmsg.h src/summaryview.c
16796                 re-implement (un)ignore thread
16797
16798 2001-08-21 [paul]
16799
16800         * src/summaryview.c
16801                 remove unnecessary code
16802         * src/compose.c
16803                 enable 'dynamic' signatures (submitted by
16804                 Eric Limpens <eric@hscg-internet.nl>)
16805
16806 2001-08-21 [paul]
16807
16808         clean up after sync with sylpheed 0.5.3 release
16809
16810         * src/folderview.c
16811                 fix re-introduced font mess, see Christoph's
16812                 entry 2001-06-24
16813
16814         * src/summaryview.c
16815                 remove prev_msgnum
16816                 use sylpheed's small font instead of
16817                 gtk default font for summary view
16818
16819
16820 2001-08-17 [paul]
16821
16822         * configure.in
16823                 add pl to ALL_LINGUAS - sync with main branch
16824
16825         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16826                 Updated. Translations by Jens Oberender, Ricardo Mones
16827                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16828
16829         * po/pl.po  ** NEW FILE **
16830                 sync with the main branch
16831
16832         * src/folderview.c
16833                 fix target folder colorizing and refresh problem
16834
16835
16836 2001-08-17 [christoph]
16837
16838         * src/mainwindow.c
16839                 claws uses 4 colors for target folder coloring.
16840                 arrays were not long enough and destroyed the
16841                 stack causing a segfault.
16842                 target folder colorizing does not work anymore
16843                 for me
16844
16845 2001-08-16 [paul]
16846
16847         * configure.in
16848                 change to version 0.5.3claws1
16849
16850         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16851           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16852           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16853
16854                 sync with sylpheed 0.5.3 release, but keep claws method of
16855                 configuring/saving fonts
16856
16857         * src/addressbook.[ch]
16858                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16859                 in line with a similar change in Hiroyuki's branch
16860
16861         * src/mainwindow.[ch]
16862                 disable main_window_set_thread_option()
16863         * src/prefs_folder_item.c
16864                 comment out &tmps_prefs.enable_thread,
16865         * src/mbox_folder.c, src/procmsg.[ch]
16866                 comment out MSG_IS_IGNORE_THREAD
16867         * src/summaryview.c
16868                 comment out summary_ignore_thread() and summary_unignore_thread()
16869                 comment out MSG_IS_IGNORE_THREAD
16870
16871                 use Hiroyuki's threading instead.
16872
16873
16874
16875 2001-08-15 [paul]
16876
16877         * src/account.c
16878                 use Hiroyuki's 0.5.3 column scheme but also
16879                 include the enable/disable button.
16880         * src/pixmaps/mark.xpm
16881                 add Hiroyuki's amended pixmap
16882
16883 2001-08-13 [christoph]
16884
16885         * src/account.c
16886                 receive at get all column showed wrong state for APOP
16887                 button should only work for POP3 and APOP accounts
16888         * src/prefs_account.c
16889                 added missing preprocessor statement for SSL
16890
16891 2001-08-12 [paul]
16892
16893         * src/account.[ch]
16894                 add 'receive at get all' column and enable/disable
16895                 button.
16896
16897 2001-08-06 [christoph]
16898
16899         * src/account.c
16900                 show usage of SSL in protocol column
16901
16902         * src/imap.c
16903         * src/inc.c
16904                 renamed ssl options
16905
16906         * src/prefs_account.[ch]
16907                 moved ssl options to a new page
16908
16909         * src/send.c
16910         * src/smtp.c
16911         * src/ssl.[ch]
16912                 renamed ssl options
16913                 added support for SMTP STARTTLS command
16914
16915 2001-08-05 [christoph]
16916
16917         * configure.in
16918                 debian autoconf needs version check to find
16919                 correct autoconf version. if the file is
16920                 named configure.in 2.13 is used, which does
16921                 not work with this configure.in script.
16922                 other solution would be to rename the script
16923                 to configure.ac as suggested in the autoconf
16924                 manual.
16925
16926         * src/inc.c
16927                 disable final error popup if popups are
16928                 diabled in config
16929
16930         * src/socket.c
16931                 bugfix in ssl_gets
16932                 fixes IMAP over SSL problem
16933
16934 2001-08-03 [paul]
16935
16936         * configure.in
16937                 change to 0.5.2claws1
16938
16939         * sync with sylpheed 0.5.2cvs1
16940
16941 2001-08-02 [alfons]
16942
16943         * configure.in
16944                 quick fix for ispell detection...
16945
16946 2001-08-01 [paul]
16947
16948         * configure.in
16949                 change to 0.5.1claws4
16950
16951         * sync with sylpheed 0.5.1cvs7
16952
16953 2001-07-31 [alfons]
16954
16955         * src/prefs_common.c, src/prefs_common.h, 
16956           src/gtkspell.c, src/gtkspell.h
16957                 add global spelling checker settings (compose tab) +
16958                 selection of dictionary 
16959           
16960         * configure.in  
16961                 guess valid ispell location
16962
16963 2001-07-31 [paul]
16964
16965         * po/POTFILES.in
16966                 removal of 'src/quote_fmt_parse.c'
16967         * po/de.po
16968                 Updated de.po
16969                 (submitted by Jens Oberender <didge@suse.de>)
16970
16971 2001-07-31 [darko]
16972
16973         * src/folder.[ch]
16974         * src/folderview.[ch]
16975         * src/mainwindow.c
16976         * src/mh.c
16977         * src/prefs_common.[ch]
16978         * src/summaryview.c
16979                 target folder colourization
16980
16981 2001-07-30 [paul]
16982
16983         more sync with Sylpheed 0.5.1cvs6 
16984
16985 2001-07-30 [darko]
16986
16987         * src/mh.c
16988         * src/prefs_folder_item.[hc]
16989         * src/summaryview.c
16990                 shared folders support with a GUI
16991
16992 2001-07-29 [paul]
16993
16994         0.5.1claws3
16995
16996         * sync with Sylpheed 0.5.1cvs6
16997
16998 2001-07-29 [paul]
16999
17000         * po/pt_BR.po
17001                 updated
17002                 (submitted by Fabio Junior Beneditto)
17003
17004 2001-07-28 [paul]
17005
17006         * src/procmime.c
17007         * AUTHORS
17008                 patch to correct bad image mime headers
17009                 (submitted by Don Quijote <dq@searchlores.org>)
17010
17011 2001-07-28 [paul]
17012
17013         * tools/gif2xface.pl   **NEW FILE**
17014         * tools/README
17015                 script to convert file.gif to file.xface for
17016                 use in a custom header.
17017                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
17018
17019 2001-07-27 [alfons]
17020         
17021         * configure.in
17022                 change macros for detecting JPilot and LDAP
17023
17024 2001-07-27 [christoph]
17025
17026         * src/filtering.c
17027                 code cleanup (MIN / MAX warning, needed casting)
17028
17029 2001-07-27 [alfons]
17030
17031         * procheader.c
17032                 disallow setting flags when detecting certain headers
17033                 (X-Status, Status, Seen, X-Seen). 
17034         
17035         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
17036
17037 2001-07-27 [christoph]
17038
17039         * src/prefs_filter.c
17040         * src/prefs_filtering.c
17041         * src/prefs_matcher.c
17042         * src/prefs_scoring.c
17043                 scroll list when moving rows up or down
17044
17045         * src/imap.c
17046         * src/imap.h
17047         * src/prefs_account.c
17048         * src/prefs_account.h
17049         * src/send.c
17050                 SMTP over SSL (untested, feedback requested)
17051                 IMAP over SSL
17052
17053         * src/ssl.c
17054                 code cleanup
17055
17056 2001-07-26 [alfons]
17057         
17058         * configure.in, acconfig.h
17059                 define CLAWS (need this for main / claws detection)
17060
17061 2001-07-25 [alfons]
17062
17063         * configure.in
17064                 Sylpheed 0.5.1claws2
17065                 
17066         * sync with Sylpheed 0.5.1cvs4
17067
17068 2001-07-25 [christoph]
17069
17070         * src/scoring.c
17071                 fixed segfault
17072                 item->prefs == NULL (don't know why)
17073
17074 2001-07-25 [alfons]
17075
17076         * configure.in
17077                 Sylpheed 0.5.1claws1
17078
17079         * sync with Sylpheed 0.5.1cvs1-3
17080
17081 2001-07-24 [christoph]
17082
17083         * src/folderview.c
17084         * src/prefs_folder_item.[ch]
17085                 added folderitem preferences dialog with
17086                 default To: and auto request return receipt
17087
17088         * src/compose.[ch]
17089         * src/menu.[ch]
17090                 changes to handle new folderitem preferences
17091
17092         * src/mainwindow.c
17093         * src/summaryview.c
17094                 call compose new mail with current folderitem
17095
17096 2001-07-24 [alfons]
17097
17098         Release Sylpheed 0.5.1claws
17099
17100         * configure.in
17101                 change to release version 0.5.1claws
17102
17103 2001-07-24 [christoph]
17104
17105         * src/summaryview.c
17106                 fixed segfault that happend when the selected
17107                 message was removed while retrieving new messages.
17108
17109         * po/es.po
17110                 updated translation
17111                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
17112
17113 2001-07-22 [alfons]
17114
17115         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
17116         this is a work in progress, for more information: http://nlpagan.net/sylman 
17117         
17118         * configure.in, src/mainwindow.c, manual/Makefile.am
17119                 add support for English manual
17120
17121         * AUTHORS
17122                 add authors of user manuals
17123
17124         * manual/en/sylpheed*.html
17125                 add English documentation
17126
17127 2001-07-22 [christoph]
17128
17129         * po/POTFILES.in
17130                 added src/ssl.c
17131         * src/ssl.c
17132                 changed a wrong debug message
17133
17134 2001-07-22 [alfons]
17135
17136         * po/nl.po
17137                 update Dutch translation
17138
17139         * src/prefs_filtering.c, 
17140           src/prefs_matcher.c
17141                 add more translatable strings           
17142
17143 2001-07-21 [alfons]
17144
17145         0.5.0claws7
17146
17147         * configure.in
17148                 change version
17149
17150         * src/inc.c, src/summaryview.[ch]
17151                 prevent update of mark file when filtering has done, by
17152                 using a variable; this affects two functions:
17153                         inc.c::inc_finished()
17154                         summaryview.c::summary_show()
17155
17156 2001-07-20 [alfons]
17157
17158         * src/filtering.[ch], src/prefs_filtering.c, 
17159           src/matcher.[ch]
17160                 add filtering action for label coloring 
17161
17162         * po/POTFILES.in
17163                 add labelcolors.c
17164
17165         * added src/labelcolors.c
17166         * added src/labelcolors.h
17167         * src/Makefile.am, src/summaryview.c
17168                 rearrange label coloring code
17169
17170         * src/procmsg.h
17171                 add more parentheses so label colouring works correctly
17172
17173         * src/filtering.c
17174                 don't really delete message, but move it to Trash
17175
17176         * src/prefs_matcher.c
17177                 add quote options to info dialog
17178
17179 2001-07-20 [christoph]
17180
17181         * src/Makefile.am
17182         * src/inc.c
17183         * src/main.[ch]
17184         * src/socket.h
17185         * src/ssl.[ch] (new)
17186                 moved ssl stuff to a seperate file
17187
17188 2001-07-20 [darko]
17189
17190         * src/summaryview.c
17191                 fix show sender using address book with no e-mail
17192                 address in From: field
17193
17194 2001-07-19 [alfons]
17195
17196         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
17197                 fix messy handling of escaping... now at least the
17198                 execute command is useful. escape char is '\', we
17199                 accept \n and \r too. 
17200
17201                 Real life example:
17202                 
17203                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
17204                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
17205
17206 2001-07-18 [alfons]
17207
17208         0.5.0claws6
17209
17210         * src/summaryview.c
17211                 clean up
17212
17213         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
17214           src/procmsg.[ch]
17215                 revise filtering; currently move, copy, marking have
17216                 been tested. if you like bleeding edge stuff, you
17217                 should definitely go for this version :)
17218
17219         * mark old working stuff as VERSION_0_5_0_CLAWS5        
17220
17221 2001-07-17 [christoph]
17222
17223         * src/utils.c
17224                 timestamp log
17225
17226 2001-07-17 [alfons]
17227
17228         0.5.0claws5
17229
17230         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
17231           bits in the mark file, without affecting either branch. Lots of
17232           files changed, also in claws branch.
17233
17234           UNTESTED: use of mbox folders
17235
17236         * src/summaryview.c
17237                 added mark all read; however this was a quick hack used for
17238                 cleaning up mess after initial merge with Hiroyuki
17239
17240         * configure.in
17241                 change claws version number back to 0.5.0claws5 to clear up 
17242                 confusion & pretension (recent release was technically 
17243                 0.5.0claws4, so we neatly align with Hiroyuki :-)
17244
17245 2001-07-16 [alfons]
17246
17247         sync with Hiroyuki's 0.5.0cvs4
17248
17249 2001-07-16 [alfons]
17250
17251         0.5.1claws3
17252
17253         * src/filtering.[ch]
17254                 remove invalid updating of mark files for 
17255                 filter actions MATCHING_ACTION_MOVE and 
17256                 MATCHING_ACTION_DELETE; this should fix the
17257                 folder update bug
17258                 
17259         * src/procmsg.c
17260                 revert Christoph's stab at fixing the folder 
17261                 update bug
17262
17263         * po/POTFILES.in
17264                 add missing files with translatable strings
17265
17266         * src/summaryview.c
17267                 remove debug print
17268
17269 2001-07-15 [alfons]
17270
17271         * src/addr_compl.[ch], src/prefs_filtering.c
17272                 make "filtering pref dialog's destination entry" an
17273                 "address completable entry", if filter destination is 
17274                 an email address
17275
17276         0.5.1claws2
17277         
17278         sync with Hiroyuki's 0.5.0cvs2-3
17279
17280 2001-07-15 [christoph]
17281
17282         * src/procmsg.c
17283                 fixed folder stats update after incorporation
17284
17285 2001-07-15 [alfons]
17286
17287         * src/summaryview.c
17288                 * finish label colouring stuff (for now)
17289                 * fix incorrect colour bug (off by one) 
17290
17291 2001-07-14 [alfons]
17292
17293         * src/mainwindow.c
17294                 change text labels for news and mail message so there's
17295                 plenty of toolbar estate left
17296
17297         * configure.in
17298                 0.5.1claws1
17299
17300         * src/folderview.c
17301           src/folder.[ch]
17302                 sync with Hiroyuki's 0.5.0cvs1
17303
17304         * src/summaryview.c
17305                 more rewrite label colouring
17306
17307 2001-07-14 [alfons]
17308
17309         * src/summaryview.[ch]
17310                 * start rewrite label colouring 
17311                 * fix proper location "Add Sender To Addressbook" menu item
17312
17313 2001-07-13
17314
17315         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17316         (actually this is 0.5.0claws4)
17317
17318 2001-07-13 [alfons]
17319
17320         * po/pt_BR.po
17321                 * fix duplicate message
17322                 * add updated Portugese / Brazilian translation
17323                   submitted by Fabio Junior Beneditto
17324
17325 2001-07-12 [alfons]
17326
17327         * AUTHORS
17328                 add Jens
17329
17330         * po/nl.po
17331                 add updated Dutch translation
17332
17333         * po/de.po
17334                 add updated German translation submitted by Jens
17335
17336 2001-07-11 [alfons]
17337
17338         Prerelease before 0.5.0claws. Please test.
17339         This version is temporarily tagged as VERSION_0_5_0_TEST
17340
17341         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
17342           src/prefs_scoring.c, src/prefs_matcher.c, 
17343           src/prefs_filtering.c, src/mbox.c, 
17344           src/main.c, src/inc.c, src/filtering.[ch]
17345                 revert new Hoa's new matcher (does not work yet)
17346
17347         * src/Makefile.am
17348                 clean up
17349
17350 2001-07-10
17351
17352         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
17353
17354
17355 2001-07-10 [alfons]
17356
17357         * Makefile.am
17358                 add ChangeLog.claws to EXTRA_DIST
17359         * src/Makefile.am
17360                 add matcher_parser_parse.h to EXTRA_DIST
17361
17362 2001-07-10 [christoph]
17363
17364         * src/inc.c
17365                 add destination folder to table of
17366                 folders that need to be updated after
17367                 incorporation
17368
17369 2001-07-10 [alfons]
17370
17371         * folder.[ch]
17372           folderview.c
17373                 make collapse state of folders and folder items persistent, i.e.
17374                 if you collapse a folder tree, the next time sylpheed-claws starts 
17375                 up the folder tree remains collapsed.  
17376                 
17377 2001-07-10 [christoph]
17378
17379         * acconfig.h
17380         * configure.in
17381                 added --enable-ssl
17382         * src/md5.[ch]
17383                 renamed MD5_CTX to MD5_CTX_syl
17384                 conflicts with a struct in openssl
17385         * src/inc.c
17386         * src/main.[ch]
17387         * src/prefs_account.[ch]
17388         * src/socket.[ch]
17389                 SSL support for POP
17390         * src/mainwindow.c
17391                 fixed compose with current account
17392                 broken by new compose button stuff
17393
17394 2001-07-09 [hoa]
17395
17396         * AUTHORS
17397                 changed my email address
17398
17399         * src/matcher_parser_parse.y
17400                 clean the parser to remove conflicts
17401
17402 2001-07-09 [alfons]
17403
17404         * AUTHORS
17405                 add Match Grun
17406
17407         * configure.in
17408                 fix incorrect description of --enable-ldap parameter
17409
17410         * src/prefs_common.[ch]
17411           src/compose.c
17412                 add experimental option "smart wrapping" which makes the
17413                 compose editor auto wrap.
17414                 
17415                 | TODO: the problem with the buggy cursor handling is caused |
17416                 | by the GtkText. when deleting / backspacing text its       |
17417                 | wrapping algorithm does not take in account the previous   |
17418                 | line. should find a way to hack this in.                   |
17419                 | or should perhaps combine this with the word wrapping      |
17420                 | patch i wrote in january.                                  |
17421
17422         * src/about.c
17423                 show build parameters for LDAP and JPilot
17424
17425         * src/summaryview.c
17426                 revert Christoph's bugfix for selecting next unread message, 
17427                 because folder stats aren't updated correctly
17428
17429 2001-07-08 [hoa]
17430
17431         * src/filtering.c
17432         * src/mainwindow.c
17433         * src/matcher.c
17434         * src/matcher_parser_lex.l
17435         * src/matcher_parser_parse.y
17436         * src/prefs_filtering.c
17437         * src/prefs_scoring.c
17438         * src/scoring.c
17439                 bugfix of the config file parser
17440
17441 2001-07-08 [alfons]
17442
17443         * src/Makefile.am
17444                 added generated matcher sources to BUILT_SOURCES
17445
17446 2001-07-08 [hoa]
17447
17448         * src/Makefile.am
17449         * src/.cvsignore
17450                 added new config file parser
17451
17452         * src/scoring.[ch]
17453         * src/filtering.[ch]
17454         * src/matcher.[ch]
17455         * src/prefs_filtering.c
17456         * src/prefs_matcher.c
17457         * src/prefs_scoring.c
17458         * added src/matcher_parser.h
17459         * added src/matcher_parser_lex.h
17460         * added src/matcher_parser_lex.l
17461         * added src/matcher_parser_parse.y
17462                 lex & yacc config file parser
17463
17464         * src/mbox.c
17465         * src/inc.c
17466         * src/main.c
17467                 changes prefs_filtering into global_filtering           
17468
17469         * src/summaryview.c
17470                 build threads with subjects only if "Re: " is at the
17471                 beginning of the subject
17472
17473 2001-07-07 [paul]
17474
17475         0.5.0claws
17476
17477         sync with sylpheed 0.5.0
17478                 change of version number only
17479
17480 2001-07-06 [paul]
17481
17482         0.5.0claws5
17483
17484         sync with sylpheed 0.5.0pre5
17485
17486 2001-07-05 [paul]
17487
17488         sync with sylpheed 0.5.0pre4 release
17489                 /po and /manual/ja not sync'ed
17490
17491 2001-07-04 [paul]
17492
17493         more sync with sylpheed 0.5.0pre4
17494
17495 2001-07-03 [christoph]
17496
17497         * src/addressbook.c
17498                 fixed address book broken by address book
17499                 for VCard, JPilot, LDAP
17500
17501 2001-07-03 [alfons]
17502
17503         * src/matcher.c
17504         * src/textview.c
17505                 stopped memory leaks
17506
17507 2001-07-03 [paul]
17508
17509         more sync with sylpheed 0.5.0pre4
17510
17511 2001-07-02 [match]
17512
17513         * included address book patch for VCard, JPilot, LDAP
17514         * pref_common.c - fixed Font options on Display tab (cosmetic)
17515         * alertpanel.c - fixed truncated message
17516
17517 2001-07-02 [christoph]
17518
17519         * src/mbox_folder.c
17520         * src/procmsg.[ch]
17521         * src/summaryview.c
17522                 mark threads for ignoring
17523
17524 2001-07-02 [paul]
17525
17526         0.5.0claws4
17527
17528         * sync with sylpheed 0.5.0pre4
17529                 updated gettext to 0.10.38.
17530
17531 2001-07-01 [paul]
17532
17533         * src/ mainwindow.c
17534         * src/procmsg.h
17535         * src/summaryview.[ch]
17536                 new right-click option: Label.
17537                 substitute for 'Mark-->Mark/Unmark', colours the line.
17538                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17539
17540 2001-07-01 [christoph]
17541
17542         * src/folderview.c
17543                 fixed font for trash
17544         * src/summaryview.c
17545                 move ctree to unread message
17546
17547 2001-07-01 [paul]
17548
17549         * sync with sylpheed 0.5.0pre3 release
17550
17551 2001-06-30 [alfons]
17552
17553         * src/filesel.[ch]
17554         * src/compose.c
17555                 allow inserting / attaching multiple files in
17556                 the composer window
17557
17558 2001-06-30 [paul]
17559
17560         * src/codeconv.c
17561                 small change to Alfons' previous stuff so that it
17562                 actually makes
17563
17564 2001-06-30 [alfons]
17565
17566         * lots of files changed; first attempt to merge the changes
17567           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17568
17569 2001-06-30 [paul]
17570
17571         * po/pt_BR.po
17572                 updated and completed, translations by Fabio
17573                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17574
17575 2001-06-29 [alfons]
17576
17577         * src/compose.c
17578         * src/mimeproc.[ch]
17579                 allow selecting an attached files' mime type from a 
17580                 list of types.
17581
17582 2001-06-29 [paul]
17583
17584         * more sync with sylpheed 0.5.0pre3
17585
17586 2001-06-29 [paul]
17587
17588         * po/pt_BR.po
17589                 merge with sylpheed.pot and pt_BR.po provided by
17590                 Fabio Junior Beneditto.
17591
17592 2001-06-29 [darko]
17593
17594         * src/procmime.c
17595                 make MIME types case insensitive
17596
17597 2001-06-28 [alfons]
17598
17599         * po/nl.po
17600                 merge with sylpheed.pot and old nl.po; translations added.
17601
17602 2001-06-28 [paul]
17603
17604         * more sync with sylpheed 0.5.0pre3
17605
17606 2001-06-27 [alfons]
17607
17608         * src/summaryview.c
17609                 don't crash when removing parent node of messages
17610                 attracted by subject. this was caused by not deleting
17611                 the parent node from the subject line hash table.
17612
17613 2001-06-27 [alfons]
17614
17615         * src/summaryview.c
17616         * src/compose.[ch]
17617         * src/mainwindow.c
17618                 if there are multiple messages selected, allow forwarding
17619                 them as attachments.
17620
17621 2001-06-27 [paul]
17622
17623         * more sync with sylpheed 0.5.0pre3
17624
17625 2001-06-26 [paul]
17626
17627         0.5.0claws3
17628
17629         * sync with sylpheed 0.5.0pre3
17630
17631 2001-06-25 [paul]
17632
17633         * src/mainwindow.c
17634                 fixed 'compose news article' bug
17635                 from icon-and-text toolbar
17636
17637 2001-06-25 [paul]
17638
17639         * sync with sylpheed 0.5.0pre2 release
17640
17641 2001-06-24 [christoph]
17642
17643         * src/prefs_common.c
17644                 bug fix in font selection
17645         * src/folderview.c
17646                 use sylpheed's normal font instead of
17647                 gtk default font for folders without
17648                 new messages
17649
17650 2001-06-24 [alfons]
17651
17652         * src/mainwindow.[ch]
17653                 added composite compose mail / news button (an idea by Leandro
17654                 Pereira <leandro@linuxmag.com.br>)
17655
17656 2001-06-24 [paul]
17657
17658         Added instructions for ldif-to-xml.py
17659
17660         * tools/README
17661
17662 2001-06-23 [alfons]
17663
17664         Some minor things.
17665
17666         * src/pixmaps/stock_news_compose.xpm
17667                 added pixmap by Leandro
17668         * src/prefs_common.c
17669                 tested built-in spelling checker of GCC 3.0 :)
17670         * po/nl.po
17671                 merged dutch translation of sylpheed-main with
17672                 sylpheed.pot
17673
17674 2001-06-23 [paul]
17675
17676         Added tools directory and files.
17677
17678         * tools/filter_conv.pl
17679                 converts old filter system to new filtering system
17680         * tools/ldif-to-xml.py
17681                 converts netscape addressbook to sylpheed addressbook
17682         * tools/README
17683                 descriptions/instructions for above two files
17684
17685 2001-06-23 [christoph]
17686
17687         * src/inc.c
17688         * src/manage_window.[ch]
17689         * src/prefs_common.[ch]
17690                 mail retrieval dialog can be enabled, disabled
17691                 or hidden if non of sylpheed's windows is active
17692
17693 2001-06-22 [paul]
17694
17695         0.5.0claws2
17696
17697         * sync with sylpheed 0.5.0pre2
17698
17699 2001-06-21 [christoph]
17700
17701         * src/summaryview.c
17702                 show recipient on 'from' for all accounts
17703                 
17704         * src/inc.c
17705         * src/prefs_common.[ch]
17706                 disable error popup on mail receive errors
17707
17708 2001-06-21 [alfons]
17709
17710         * src/compose.c
17711                 made the ruler correctly appear and disappear.
17712
17713         * src/Makefile.am
17714                 removed Hoa's work-in-progress-stuff (interesting!) so 
17715                 claws compiles ok.
17716
17717 2001-06-20 [christoph]
17718
17719         * src/inc.c
17720         * src/progressdialog.c
17721                 added scrolled window for list in progressdialog
17722
17723 2001-06-20 [paul]
17724
17725         sync with sylpheed 0.5.0pre1 release
17726
17727 2001-06-20 [christoph]
17728
17729         * src/summeryview.c
17730                 make building threads by subject work when
17731                 thread view is enabled
17732                 
17733         * src/compose.c
17734         * src/prefs_common.[ch]
17735                 automatically select account for mail replys
17736
17737 2001-06-19 [sergey]
17738
17739         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17740         they are filled in from the account settings.
17741
17742 2001-06-19 [paul]
17743
17744         * more sync with sylpheed 0.5.0pre1
17745
17746 2001-06-18 [alfons]
17747
17748         * src/Makefile.am,
17749           src/procmime.c
17750                 added --sysconfdir to CPPFLAGS for pointing to the correct
17751                 location of mime.types. 
17752
17753                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17754                 or ./configure!
17755
17756 2001-06-18 [hoa]
17757
17758         * src/summaryview.c
17759                 fixed some bug when building threads
17760
17761 2001-06-18 [pau]l
17762
17763         * src/prefs_account.c
17764                 UI stuff: More changes to the English
17765
17766 2001-06-18 [paul]
17767
17768         * src/pixmaps/stock_news_compose.xpm: new file
17769         * src/Makefile.am
17770         * src/mainwindow.c
17771         * src/summaryview.c
17772                 Added new icon for Hoa's 'compose a news
17773                 message', plus minor improvements to the
17774                 English
17775
17776         * po/ja.po
17777         * ChangeLog
17778         * ChangeLog.jp
17779                 more sync with sylpheed 0.5.0pre1
17780
17781 2001-06-18 [hoa]
17782
17783         * src/compose.[ch]
17784         * src/mainwindow.c
17785                 Follow-up and reply to
17786
17787         * src/summaryview.[ch]
17788                 Build threads also with subjects
17789
17790 2001-06-17 [hoa]
17791
17792         * src/compose.c
17793                 forwarding use the current account.
17794
17795         * src/mainwindow.c
17796                 the "compose message" button has been replaced with
17797                 "new mail" and "new news" buttons
17798
17799         * src/prefs_common.[ch]
17800                 added a configuration option to use the forward button
17801                 as "forward as attachment"
17802                 changed reply and forward format description
17803
17804         * src/quote_fmt_lex.l
17805         * src/quote_fmt_parse.y
17806                 added message with no signature in format for reply
17807                 and forward.
17808
17809 2001-06-17 [paul]
17810
17811         Minor UI stuff
17812
17813         * src/mainwindow.c
17814         * src/summaryview.c
17815                 Improvements to the English
17816
17817         * src/prefs_common.c
17818                 Improvements to the English and some
17819                 clarity/continuity improvements in the
17820                 description of Quote symbols.
17821
17822 2001-06-17 [paul]
17823
17824         0.5.0claws1
17825
17826         * sync with sylpheed 0.5.0pre1
17827
17828 2001-06-17 [hoa]
17829
17830         * src/compose.c
17831                 Better interface for compose, displayed fields
17832                 are updated whenever we change account.
17833                 Newsgroups field is automatically filled.
17834
17835         * src/mainwindow.c
17836                 Newsgroups field is automatically filled.
17837
17838         * src/prefs_account.c
17839                 Some interface stuff when fields appear and
17840                 disappear.
17841
17842 2001-06-16 [paul]
17843
17844         0.4.99claws
17845
17846         * sync with sylpheed 0.4.99
17847
17848 2001-06-16 [sergey]
17849
17850         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17851         base64_decoder_free, base64_decoder_decode): new object and
17852         functions for decoding base64 streams.
17853         * src/procmime.c (procmime_decode_content): modified to use the
17854         new base64 decoder.
17855
17856 2001-06-15 [paul]
17857
17858         0.4.99claws10
17859
17860         * sync with sylpheed 0.4.99cvs11
17861
17862 2001-06-13 [paul]
17863
17864         0.4.99claws9
17865
17866         * sync with sylpheed 0.4.99cvs9
17867
17868 2001-06-13 [hoa]
17869
17870         * src/compose.c
17871         * src/prefs_account.c
17872
17873                 SMTP server can be defined in the news account
17874                 mime type of attachment are kept.
17875
17876         * src/summaryview.c
17877
17878                 now choose the highest important score between default
17879                 and important score of folder.
17880
17881 2001-06-09 [alfons]
17882         
17883         * src/prefs_common.c: 
17884
17885                 (prefs_quote_description_create): corrected description of 
17886                 quote format characters
17887
17888 2001-06-09 [paul]
17889
17890         0.4.99claws8
17891
17892         * sync with sylpheed 0.4.99cvs8
17893
17894 2001-06-08 [sergey]
17895
17896         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17897         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17898
17899 2001-06-08 [paul]
17900
17901         0.4.99claws7
17902
17903         * sync with sylpheed 0.4.99cvs7
17904
17905 2001-06-06 [sergey]
17906
17907         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17908         clashes with autogenerated header).
17909         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17910         * src/Makefile.am: added quote_fmt.h.
17911         * src/.cvsignore: added lex/yacc autogenerated files
17912         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17913
17914 2001-06-06 [paul]
17915
17916         0.4.99claws6
17917
17918         * sync with sylpheed 0.4.99cvs6
17919
17920 2001-06-06 [hoa]
17921
17922         * added src/quote_fmt_parse.h
17923         * src/compose.c
17924                 removed warnings
17925
17926         * src/prefs.[ch]
17927                 don't modify readonly configuration files
17928
17929         * src/prefs_account.c
17930         * src/prefs_common.c
17931         * src/prefs_customheader.c
17932         * src/prefs_display_header.c
17933         * src/prefs_filter.c
17934         * src/prefs_filtering.c
17935         * src/prefs_scoring.c
17936                 don't open dialog box when configuration files
17937                 are readonly
17938
17939 2001-06-05 [sergey]
17940
17941         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17942
17943         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17944         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17945         BUILT_SOURCES to make all files rebuild properly.
17946
17947         * src/compose.c: removed #include "quote_fmt.tab.h".
17948
17949         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17950         CHARACTER value in yylval.
17951
17952         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17953         receive CHARACTER value by documented means (yylval).
17954
17955         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17956
17957 2001-06-05 [hoa]
17958
17959         * src/Makefile.am
17960                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17961
17962         * src/filtering.c
17963         * src/matcher.c
17964         * src/matcher.h
17965         * src/prefs_filtering.c
17966                 now keep the configuration for execute action
17967
17968         * src/mbox_folder.c
17969                 fixed a warning
17970
17971 2001-06-05 [paul]
17972
17973         * sync with sylpheed 0.4.99cvs5
17974
17975 2001-06-05 [hoa]
17976
17977         * src/Makefile.am
17978                 added quote_fmt.[ch]
17979
17980         * added src/quote_fmt.y
17981         * added src/quote_fmt.l
17982         * added src/quote_fmt.tab.h
17983         * added src/quote_fmt.tab.c
17984         * added src/lex.quote_fmt.c
17985                 parsing configuration for replying
17986                 and forwarding
17987
17988         * src/prefs_common.[ch]
17989                 added configuration UI for replying
17990                 and forwarding
17991
17992         * src/compose.c
17993                 using configuration for replying
17994                 and forwarding
17995
17996 2001-06-04 [hoa]
17997
17998         * src/filtering.c
17999         * src/matcher.c
18000         * src/matcher.h
18001         * src/prefs_filtering.c
18002         * src/prefs_matcher.c
18003         * src/prefs_matcher.h
18004                 action "run a command" for filtering
18005                 and matching with a command.
18006                 fixed the "whole message" matching
18007
18008         * src/mbox_folder.c
18009                 changed temporary filename for security
18010
18011         * src/messageview.c
18012                 queue the notification if it fails to send.
18013
18014         * src/prefs_common.c
18015         * src/prefs_folder_item.c
18016                 changed the default important score             
18017
18018         * src/prefs_scoring.c
18019         * src/scoring.c
18020                 hide kill score input when the folder is not
18021                 a newsgroup
18022
18023 2001-06-03 [alfons]
18024
18025         * src/prefs_common.c:
18026
18027                 (prefs_font_select): pass font name in font entry box to font
18028                 selection dialog.
18029
18030 2001-06-03 [sergey]
18031
18032         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
18033
18034 2001-06-03 [paul]
18035
18036         * sync with sylpheed 0.4.99cvs4
18037
18038 2001-06-03 [alfons]
18039
18040         * src/headerwindow.c:
18041
18042                 (headerwindow_show_cb): use the selected summary view item, not
18043                 the displayed item.
18044
18045 2001-06-02 [alfons]
18046
18047         * src/headerwindow.c:
18048
18049                 (headerwindow_show_cb): always try to show msginfo
18050
18051 2001-06-02 [hoa]
18052
18053         * src/compose.c
18054                 keep attached parts when reediting or forwarding.
18055
18056 2001-06-01 [hoa]
18057
18058         * src/folderview.c
18059         * src/prefs_folder_item.[ch]
18060         * src/prefs_scoring.[ch]
18061         * src/scoring.[ch]
18062         * src/summaryview.[ch]
18063         * src/main.c
18064         * src/mainwindow.c
18065         * src/prefs_common.[ch]
18066                 support for folder scoring
18067                 kill score and important score for messages
18068         
18069         * src/prefs_account.c
18070                 some display bug fixed for local account
18071                 preferences
18072
18073 2001-05-31 [alfons]
18074
18075         * src/summaryview.c:
18076
18077                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
18078                 sender to address book menu item is disabled.
18079
18080 2001-05-30 [hoa]
18081
18082         * src/filtering.[ch]
18083         * src/summaryview.c
18084                 handling summary menu / filter messages
18085
18086         * src/folder.[ch]
18087                 add some stuff
18088
18089         * src/foldersel.c
18090                 imap folders now appears in list
18091
18092         * src/mbox_folder.c
18093                 doesn't crash if destination mail is not writeable
18094
18095 2001-05-29 [hoa]
18096
18097         * src/compose.c
18098                 removed some warnings
18099
18100         * src/filtering.c
18101         * src/folder.[ch]
18102         * src/prefs_filtering.c
18103                 global string to identify any folders           
18104                 removed some debug info
18105                 filtering to mbox folders is now possible
18106
18107         * src/mainwindow.c
18108                 removed some warnings
18109
18110         * src/mbox_folder.c
18111                 permission on files are changed to read/write for user only,
18112                 nothing for other.
18113                 creation of subfolder is handled better.
18114
18115 2001-05-28 [alfons]
18116
18117         Verified the sync for src/prefs_common.[ch] and
18118         src/prefs_account.[ch]. I believe there were some
18119         minor indentation differences.
18120
18121 2001-05-28 [paul]
18122
18123         0.4.99claws3
18124
18125         * sync with 0.4.99cvs3
18126
18127 2001-05-28 [hoa]
18128
18129         * src/compose.c
18130                 handling flags for mbox format
18131
18132         * src/filtering.c
18133                 use of mark file only for MH format
18134                 handling flags for mbox format
18135                 filtering cannot yet move or copy mails to mbox folders.
18136
18137         * src/folder.[ch]
18138                 changed move_msg, copy_msg,
18139                 move_msgs_with_dest, copy_msgs_with_dest functions
18140                 uses only folder->copy_msg() function
18141                 uses folder->finished_copy() to handle the destination
18142                 folder at the end of the copy or move operation.
18143
18144         * src/foldersel.c
18145                 included mbox directories.
18146
18147         * src/folderview.[ch]
18148         * src/mainwindow.c
18149                 handle folders operation for mbox format
18150
18151         * src/mbox.c
18152                 disable conversion of "From " header
18153
18154         * src/mbox_folder.[ch]
18155                 completion of mbox format handling
18156
18157         * src/mh.c
18158                 changed mh_copy_msg() function and
18159                 removed mh_move_msg(), mh_move_msgs_with_dest(),
18160                 mh_copy_msgs_with_dest()
18161
18162         * src/prefs_filtering.c
18163                 removed some warnings
18164
18165         * src/prefs_matcher.c
18166                 default boolean operation is AND
18167
18168         * src/procheader.c
18169                 handling flags for mbox format
18170                 handling of "From " header
18171
18172         * src/procmsg.[ch]
18173                 removed data field
18174                 added MSG_REALLY_DELETED flags to handle deletion of
18175                 messages in mbox format.
18176
18177         * src/summaryview.c
18178                 handling flags for mbox format
18179                 disable the MSG_DELETED flags when messages
18180                 are deleted in mbox format
18181
18182         * src/textview.c
18183                 "From " headers display fixed.
18184
18185 2001-05-27 [alfons]
18186
18187         * src/textview.c:
18188                 
18189                 (get_email_part): skip quoted email addresses, like in e.g.
18190                 "'alfons@proteus.demon.nl'".
18191
18192 2001-05-26 [alfons]
18193
18194         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
18195         and fixing the persistence troubles when using separate windows.
18196
18197         * src/mainwindow.c:
18198         
18199             Added #define SEPARATE_ACTION used in the gtk item factory for 
18200             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
18201                 use gtk_item_factory_get_widget_by_action() to get the items.
18202                 
18203             Removed separate_widget_cb from the gtk item factory data   
18204           
18205             (mainwindow_create): connect separate_widget_cb() to check
18206             menu item "toggled" signal. also passing a MainWindow pointer
18207                 as object data for both check menu items.
18208                 
18209             (separate_widget_cb): definition of separate_widget_cb() to match
18210             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
18211                 window using gtk_object_get_data(). The type of window separation 
18212                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
18213         
18214         * src/prefs_filtering.c,
18215           src/prefs_matcher.c: added horizontal scrollbars
18216
18217 2001-05-25 [darko]
18218
18219         * src/headerview.c
18220                 fix segfault with invalid bold font
18221         * src/summaryview.c
18222                 correctly display summary stats after row is marked
18223
18224 2001-05-23 [sergey]
18225
18226         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
18227         encodings with libjconv.
18228
18229 2001-05-23 [hoa]
18230
18231         * src/Makefile.am
18232                 added mbox_folder.[ch]
18233         * src/defs.h
18234                 mbox temporary folder
18235         * src/folder.[ch]
18236         * added src/mbox_folder.[ch]
18237         * src/folderview.c
18238         * src/procheader.[ch]
18239                 added mbox support
18240         * src/mbox.c
18241                 bugfix for file incorporation filtering
18242         * src/imap.c
18243                 enable creation of MBOX
18244         * src/prefs_display_header.c
18245                 enable use of headers like "From "
18246                 something that should be fixed :
18247                         displaying of such headers add an extra space
18248         * src/prefs_folder_item.c
18249                 don't create folders because it is not necessary
18250         * src/procmsg.h
18251                 added data field to MsgInfo for mbox internal use
18252         * src/summaryview.c
18253                 added some support for mbox
18254         * src/utils.[ch]
18255                 added get_mbox_cache_dir() function
18256
18257 2001-05-23 [hiroyuki]
18258
18259         * src/headerwindow.c
18260           src/inc.c
18261           src/main.c
18262           src/mh.c
18263           src/nntp.c
18264           src/procmsg.h
18265           src/session.h
18266           src/socket.[ch]
18267           src/summaryview.c
18268           src/textview.c
18269           src/automaton.c
18270           src/folderview.c: more sync with 0.4.99cvs2.
18271
18272         * src/headerwindow.c: reverted.
18273
18274 2001-05-22 [paul]
18275
18276         0.4.99claws2
18277
18278         * sync with sylpheed 0.4.99cvs2
18279                 * src/news.[ch]
18280                 * src/nntp.[ch]
18281                 * INSTALL
18282                 * INSTALL.jp
18283
18284 2001-05-22 [alfons]
18285
18286         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
18287
18288 2001-05-21 [alfons]
18289
18290         Minor things:
18291
18292         * configure.in: if gnome-config not found, "no" is displayed
18293         
18294         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
18295
18296         * src/textview.c: now also possible to add mail addresses by right
18297           clicking in the text view
18298
18299         * src/codeconv.c: merged patch which fixes endless loop when encountering
18300           invalid wide characters; from Alte <010@imis.ru>  
18301
18302 2001-05-20 [alfons]
18303
18304         Added installation of gnome specific things:
18305
18306         * Makefile.am: gnome conditional
18307
18308         * configure.in: check for installed gnome
18309
18310         * added sylpheed.png, sylpheed.desktop
18311
18312 2001-05-20 [sergey]
18313
18314         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
18315
18316         * src/mainwindow.h (main_window_toolbar_create): created a button
18317         for "Reply to all".
18318         (main_window_set_toolbar_sensitive): enable/disable the new button
18319         appropriately.
18320         (toolbar_reply_to_author_cb): handle the new button.
18321
18322         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
18323         send_progress_dialog_destroy() on failure (fixes hang on SMTP
18324         failure).
18325
18326 2001-05-19 [sergey]
18327
18328         * src/compose.h (ComposeReplyMode): new modes
18329         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
18330         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
18331
18332         * src/compose.c
18333         (compose_send): move some code into a new function:
18334         (compose_current_mail_account): new function.
18335         (compose_reply): new argument to_author, all callers changed; if
18336         to_author==TRUE and account->protocol==A_NNTP, find and use an
18337         appropriate mail account for replying.
18338         (compose_reply_set_entry): new argument to_author; ignore
18339         compose->replyto if to_author==TRUE.
18340
18341         * src/mainwindow.c: new command "Message/Reply to author".
18342         (main_window_set_menu_sensitive): enable/disable it.
18343         (reply_cb): handle it.
18344
18345         * src/summaryview.c: new command "Reply to author".
18346         (summary_set_menu_sensitive): enable/disable it.
18347         (summary_reply_cb): handle it.
18348
18349         * src/account.c (account_find_mail_from_address): new function.
18350
18351 2001-05-18 [paul]
18352
18353         0.4.99claws1
18354
18355         * sync with sylpheed 0.4.99cvs1
18356
18357 2001-05-18 [hoa]
18358
18359         * src/compose.[ch]
18360         * src/filtering.c
18361         * src/summaryview.c
18362                 new filtering action : forward and forward as attachment
18363
18364         * src/main.c
18365                 no need for $DISPLAY when we run sylpheed --help
18366                 call to parse_cmd_opt() is moved
18367
18368         * src/mainwindow.[ch]
18369                 execute button is hidden when immediate execute
18370                 is chosen
18371
18372         * src/mh.c
18373         * src/news.c
18374         * src/prefs_folder_item.c
18375         * src/procmsg.c
18376                 better handling of missing directories
18377
18378         * src/summaryview.c
18379                 reedit is enabled in outbox
18380                 reedit is enabled in queue
18381
18382 2001-05-17 [hoa]
18383
18384         * src/filtering.c
18385         * src/matcher.[ch]
18386         * src/prefs_filtering.c
18387                 changed attachement into attachment
18388
18389 2001-05-17 [alfons]
18390
18391         0.4.67claws4    
18392
18393         * sync with sylpheed 0.4.67cvs9
18394         * sync with sylpheed 0.4.67cvs7-8
18395
18396 2001-05-17 [hoa]
18397
18398         * src/Makefile.am
18399                 added prefs_filtering.c
18400
18401         * src/filtering.[ch]
18402         * src/matcher.[ch]
18403                 removed action : forward_news and forward_news_as_attachement
18404                 (forward and forward_as_attachement can be used instead)
18405
18406         * src/mainwindow.c
18407                 added menu option to access filtering configuration
18408
18409         * src/prefs_account.c
18410                 changed mail_command default to /usr/sbin/sendmail
18411
18412         * added src/prefs_filtering.[ch]
18413                 dialog box for filtering configuration
18414
18415         * src/prefs_matcher.c
18416                 added function prefs_matcher_get_criteria_from_matching()
18417
18418         * src/prefs_scoring.c
18419                 reset the dialog when register or substitute is clicked
18420
18421 2001-05-15 [hoa]
18422
18423         * src/Makefile.am
18424                 added filtering.[ch]
18425         * src/inc.c
18426                 using filering.[ch] instead of filter.[ch]
18427         * src/main.c
18428                 reading new filtering configuration
18429         * src/matcher.[ch]
18430                 added some filtering actions
18431                 and fixed a bug for headers and mail body matching
18432         * src/mbox.c
18433                 using filering.[ch] instead of filter.[ch]
18434         * src/mh.c
18435                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18436         * src/summaryview.c
18437                 some fixes for filtering
18438
18439 2001-05-14 [hiroyuki]
18440
18441         * src/send.c: fixed some weird indentations.
18442           send_message_with_command(): call pclose() only if p != NULL.
18443         * src/textview.c: get_email_part(): modified the code for readability.
18444
18445 2001-05-14 [hiroyuki]
18446
18447         * src/md5global.h
18448           src/md5ify.c
18449           src/md5ify.h: removed from the cvs.
18450
18451 2001-05-13 [sergey]
18452
18453         * src/main.c: include rfc2015.h to avoid compiler warnings.
18454         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18455         the panel is already on screen.
18456         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18457         closing the alert window by ESC as "No".
18458         * src/prefs_common.c (prefs_interface_create): moved return
18459         receipt check button to the correct place.
18460
18461 2001-03-13 [alfons]
18462
18463         * src/prefs_common.c: 
18464                 moved return receipt check button to the Send tab. (prefs_send_create)
18465                 removed the date format ui related globals. (prefs_display_create)
18466
18467         0.4.67claws3
18468         
18469         * sync with sylpheed 0.4.67cvs5-6
18470
18471 2001-05-13 [paul]
18472
18473         * added Alfons' font selection patch
18474
18475         * src/defs.h
18476         * src/headerwindow.c
18477         * src/prefs_common.c
18478         * src/prefs_common.h
18479
18480 2001-05-13 [hoa]
18481         * src/defs.h
18482                 changed version of cache
18483         * src/matcher.[ch]
18484         * src/prefs_matcher.c
18485                 added additionnal matching criteria
18486         * src/procheader.c
18487         * src/procmsg.[ch]
18488         * src/news.c
18489                 added references in MsgInfo
18490
18491 2001-05-12 [hoa]
18492
18493         * src/defs.h
18494                 prepared some things for new filtering
18495         * src/matcher.[ch]
18496                 added some matching properties
18497                 inreplyto need to be enhanced
18498                 prepared some things for new filtering
18499         * src/messageview.c
18500                 added Return-Receipt-To handling
18501         * src/prefs_folder_item.c
18502                 changed default value to TRUE
18503         * src/prefs_matcher.c
18504                 added some matching properties
18505         * src/prefs_scoring.[ch]
18506                 the scoring dialog is finished
18507         * src/procheader.c
18508                 added Return-Receipt-To handling
18509                 Reference need to be added
18510         * src/procmsg.[ch]
18511                 added Return-Receipt-To handling
18512                 added threadscore to get a better score sorting when
18513                 threads are enabled
18514         * src/summaryview.c
18515                 suppressed a bug when we sort the list
18516                 when no folder is opened.
18517                 better score sorting when threads are enabled
18518
18519 2001-05-12 [alfons]
18520
18521         * reverted previous patch because of potential errors 
18522
18523         0.4.67claws2
18524         
18525         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18526                 applied "toggle mail-retrieval dialog window" patch submitted 
18527                 by Eric Limpens <eric@qnt.net>
18528
18529         * sync with sylpheed 0.4.67cvs4
18530
18531 2001-05-12 [sergey]
18532
18533         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18534         some picky compilers.
18535         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18536         * src/grouplist_dialog.c: include alertpanel.h.
18537         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18538         fix compile warning.
18539         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18540         #include "defs.h" before others to prevent the warning of `MIN'
18541         and `MAX' redefinition.
18542
18543 2001-05-11 [hoa]
18544
18545         * src/main.c
18546         * src/messageview.c
18547         * src/prefs_account.c
18548         * src/prefs_display_header.c
18549                 removed warning
18550         * src/Makefile.am
18551                 added prefs_scoring.[ch]
18552         * src/grouplist_dialog.c
18553                 display an error dialog box if the group list
18554                 cannot be fetched.
18555         * src/mainwindow.[ch]
18556                 added main_window_set_thread_option() function
18557                 scoring dialog box enabled
18558         * src/matcher.[ch]
18559                 added flags matching unread /new / marked
18560                 / deleted / replied / forwarded
18561         * src/news.c
18562                 newsgroups are now finally in newscache
18563         * src/prefs_matcher.[ch]
18564                 finished preferences for matching dialog
18565         * added src/prefs_scoring.[ch]
18566                 scoring dialog box completed
18567         * src/scoring.[ch]
18568                 conversion to string : added scoringprop_to_string()
18569                 write config for preferences :
18570                 added prefs_scoring_write_config()
18571         * src/summaryview.c
18572                 threads can be enabled/disabled independently
18573                 for each folder
18574
18575 2001-05-10 [alfons]
18576
18577         0.4.67claws1
18578         
18579         * AUTHORS: 
18580                 thought it would be nice to have a list of all
18581                 contributors (used Changelog as a reference)
18582         
18583         * configure.in: 
18584                 messed up version numbering...
18585
18586         0.4.66claws1
18587
18588         * sync with sylpheed 0.4.67cvs1-3
18589
18590 2001-05-10 [darko]
18591
18592         * src/prefs_common.c:
18593                 better UI for strftime format, double clicking
18594                 on format now inserts the format in text entry
18595                 replaced close button with standard OK/Cancel
18596                 moved date format button to the right of the
18597                 text entry field
18598
18599 2001-05-09 [alfons]
18600
18601         * src/gtkstext.c:
18602                 Ctrl-Home / Ctrl-End have proper cursor navigation
18603
18604 2001-05-09 [hoa]
18605
18606         * src/prefs_matcher.c
18607                 finished UI to define matching properties
18608                 added ok and cancel button
18609         * src/prefs_filter.c
18610                 added ok and cancel button
18611         * src/news.c
18612                 fixed some bug in xhdr parsing
18613
18614 2001-05-08 [alfons]
18615
18616         * src/textview.c: 
18617                 fixed a bug in textview_show_header(), which displayed two colons (':');
18618                 cleaned up some warnings
18619
18620 2001-05-08 [hoa]
18621
18622         * src/Makefile.am
18623                 added prefs_matcher.[ch]
18624                 compilation with -W -Wall
18625         * src/alertpanel.c
18626                 ungrab the mouse events if grabbed - does it
18627                 fix the bug for disposition notification ?
18628         * src/mainwindow.c
18629                 added a menu option to open the matching dialog.
18630         * src/matcher.[ch]
18631                 added matcherprop_to_string() and matcherlist_to_string()
18632                 fixed some bugs, changed the name of some options
18633                 age_sup and age_inf becomes age_greater and age_lower,
18634                 body and messageheaders becomes body_part and headers_part,
18635                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18636         * src/prefs_display_header.c
18637         * src/prefs_headers.c
18638                 fixed a bug that accidentally destroyed dialogs
18639                 when closed them with delete_event
18640                 Added *_deleted() which handle delete_event signal correctly.
18641         * src/prefs_folder_item.[ch]
18642                 added "enable_thread" field for future customization
18643         * added src/prefs_matcher.[ch]
18644                 sample of the UI to define matching properties
18645         * src/procheader.c
18646                 using procheader_headername_equal instead of str*cmp functions
18647                 using procheader_parse_header() function
18648         * src/scoring.c
18649                 using MATCHING_XXX instead of SCORING_XXX
18650         * src/summaryview.c
18651                 display the sender of the news even if this is ourself
18652                 when this is a news message.
18653         * src/textview.c
18654                 using headername_equal() instead of str*cmp functions
18655
18656 2001-05-08 [alfons]
18657
18658         0.4.66claws
18659
18660         * sync with sylpheed 0.4.66
18661         * src/gtkstext.c: trace logs added 
18662
18663 2001-05-08 [sergey]
18664
18665         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18666         signature check popup.
18667         * src/rfc2015.c (check_signature): show signature check popup only
18668         if it is enabled in preferences.
18669
18670 2001-05-07 [alfons]
18671
18672         0.4.66claws4
18673         
18674         * sync with sylpheed 0.4.66cvs6
18675
18676 2001-05-07 [darko]
18677
18678         * src/prefs_common.[ch]: added option to enable/disable
18679           looking up sender name in address book for summary pane
18680         * src/summaryview.c: look up sender in the address book
18681           by using Alfons' address completion code
18682
18683 2001-05-07 [hiroyuki]
18684
18685         * src/inc.h
18686           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18687           member of Pop3State.
18688         * src/news.c: brought #include "defs.h" before #include <glib.h>
18689           to prevent the warning of `MIN' and `MAX' redefinition.
18690
18691 2001-05-06 [hoa]
18692
18693         * removed src/headers_display.[ch]
18694         * removed src/prefs_display_headers.[ch]
18695         * src/inc.c
18696                 use a temporary file in the user directory for mbox import
18697         * src/news.c
18698                 added XHDR support to get "To" and "Cc" headers
18699                 (in order to match news with to or cc field for
18700                 scoring)
18701                 added function news_parse_xhdr() to get XHDR response
18702         * src/nntp.[ch]
18703                 added function nntp_xhdr()
18704         * src/matcher.c
18705                 fetch the message if necessary
18706
18707 2001-05-06 [alfons]
18708
18709         0.4.66claws3
18710
18711         * sync with sylpheed 0.4.66cvs3-5
18712
18713 2001-05-06 [hoa]
18714
18715         * src/utils.[ch]
18716                 added function itos_buf() to enable use of several buffers
18717         * src/summaryview.c
18718                 use of itos_buf() instead of itos() in summary list
18719                 to fix the broken display of message number.
18720
18721 2001-05-06 [alfons]
18722
18723         * src/gtkstext.c: bug in cursor up navigation fixed,
18724                 fixed another unsigned / signed comparison (we're getting there :-)
18725
18726 2001-05-06 [hoa]
18727
18728         * src/Makefile.am
18729                 added scoring.c scoring.h
18730                 prefs_folder_item.c prefs_folder_item.h
18731                 matcher.c matcher.h
18732         * src/defs.h
18733                 added FOLDERITEM_RC SCORING_RC
18734         * src/folder.[ch]
18735                 added prefs field in FolderItem :
18736                 properties for each folder (PrefsFolderItem),
18737                 sorting type and mode were added as the first properties.
18738         * src/main.c
18739                 read config for scoring
18740         * added src/matcher.[ch]
18741                 gives functions to parse configuration file to do
18742                 matching on mails with a list of conditions.
18743         * src/mainwindow.c
18744                 add option to sort by score
18745         * src/prefs_common.[ch]
18746                 added preference option to show score and for
18747                 the score column size
18748         * added src/prefs_folder_item.[ch]
18749                 properties for each folder (PrefsFolderItem),
18750                 sorting type and mode were added as the first properties.
18751         * src/procheader.[ch]
18752                 added procheader_parse_header()
18753                 added procheader_header_free()
18754                 added procheader_headername_equal()
18755                 and made modification to use them.
18756         * src/procmsg.[ch]
18757                 added score field to MsgInfo structure
18758         * added src/scoring.[ch]
18759                 gives functions to parse configuration file to do
18760                 scoring on mails with a list of conditions.
18761         * src/summaryview.[ch]
18762                 save the sorting type and mode for the folder
18763                 added column to display the score of the mail
18764                 added function summary_score_clicked()
18765                 sorting type and mode are restored to the folder
18766                 when it is reopen
18767         * src/textview.c
18768                 use procheader_parse_header(), procheader_headername_equal()
18769                 removed memory leak in text_scan_header when freeing headers
18770         * src/filter.c
18771                 changed the function to match names of headers
18772                 using procheader_headername_equal()
18773
18774         Scoring functions are implemented, an interface is needed
18775         to configure that.
18776
18777 2001-05-04 [alfons]
18778
18779         * src/gtkstext.c: 
18780                 hopefully fixed the row up navigation bug,
18781                 removed adding back / forward lines to cache
18782
18783 2001-05-04 [sergey]
18784
18785         * src/prefs_display_headers.c: user interface changes:
18786         (prefs_display_headers_create): remove unused "Show" check button;
18787         allow reordering of headers by dragging.
18788         (prefs_display_headers_write_config): remove unused variables.
18789         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18790         of lists (not needed with the new UI).
18791         (prefs_display_headers_set_list): scan lists starting from row 0,
18792         not 1 (do not skip "(New)").
18793         (prefs_display_headers_find_header): new function.
18794         (prefs_display_headers_clist_set_row): do not allow duplicates.
18795         (prefs_display_headers_delete_cb): do not skip row 0; treat
18796         closing the alert window by ESC as "No".
18797         (prefs_display_headers_up): do not protect row 0.
18798         (prefs_display_headers_down): do not protect row 0.
18799
18800 2001-05-04 [sergey]
18801
18802         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18803         functions.
18804
18805         * src/summaryview.c
18806         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18807         summary_select_next_marked, summary_select_prev_marked): new
18808         functions.
18809
18810 2001-05-03 [sergey]
18811
18812         * src/news.c: fixed a bug when no article can be fetched after
18813         server timeout if the connection was restored by news_post():
18814         (news_select_group): new function.
18815         (news_fetch_msg): call news_select_group() before fetching
18816         article.
18817         (news_get_uncached_articles): set session->group after successful
18818         GROUP command.
18819
18820 2001-05-03 [hoa]
18821
18822         * src/defs.h
18823         * src/procmsg.[ch]
18824         * src/procheader.c
18825                  changed version of cache, added cc field
18826
18827         * src/prefs_display_headers.c
18828                 the interface was changed
18829
18830         * src/prefs_headers.c
18831                 added cancel button
18832
18833 2001-05-03 [alfons]
18834
18835         * completed sync of sylpheed cvs2
18836         * src/gtkstext.c: updated row up / down cursor navigation
18837         * src/textview.c: re-edited, prepared for fixing the email address
18838                 scanner.
18839
18840 2001-05-03 [darko]
18841
18842         * src/prefs_common.c: use alfons' strftime ui code
18843         entry_datefmt and datefmt_sample widgets have to be
18844         global in this module because of this change
18845
18846 2001-05-03 [hoa]
18847
18848         * src/messageview.c
18849         * src/prefs_common.[ch] added option to activate the return receipt
18850                 feature.
18851
18852 2001-05-02 [alfons]
18853
18854         * src/gtkstext.c: fix for row up/down cursor navigation. 
18855
18856         0.4.66claws2
18857         
18858         * sync with 0.4.66cvs2
18859
18860 2001-05-02 [paul]
18861
18862         added add-sender-to-addressbook patch
18863
18864         * src/addressbook.c
18865         * src/addressbook.h
18866         * src/summaryview.c
18867
18868 2001-05-02 [sergey]
18869
18870         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18871         G_ALERTDISABLE.
18872
18873         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18874         all existing callers changed to pass FALSE; create a check button
18875         to disable the message.
18876         (alertpanel_message_with_disable): new function.
18877         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18878         (alertpanel_button_toggled): new function.
18879         (alertpanel_button_clicked, alertpanel_close): set value using
18880         G_ALERT_VALUE_MASK.
18881
18882         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18883
18884         * src/prefs_common.c (prefs_privacy_create): new check button
18885         checkbtn_gpgme_warning.
18886
18887         * src/main.c (main): moved preferences reading before gpgme
18888         initialization; check prefs_common.gpgme_warning before giving the
18889         GnuPG warning and set it to FALSE if the user wants to disable the
18890         warning.
18891
18892 2001-05-02 [hiroyuki]
18893
18894         * src/prefs_display_headers.c: modified the layout and some labels.
18895
18896 2001-05-02 [sergey]
18897
18898         * src/prefs_account.c (prefs_account_fix_size): new function.
18899         (prefs_account_create): call prefs_account_fix_size(); use
18900         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18901         size when the window is shown for the first time).
18902         (prefs_account_basic_create): changed layout of serv_table; moved
18903         localmbox_entry above smtpserv_entry (logically it replaces
18904         POP3/IMAP server).
18905         (prefs_account_protocol_activated): set sensitivity of
18906         nntpauth_chkbtn according to the protocol (in addition to
18907         hide/show); commented out gtk_table_set_row_spacing() calls.
18908         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18909         not sensitive (fixes a bug with disabled username/password boxes
18910         when editing POP3 account after NNTP with authentication).
18911
18912 2001-05-02 [hoa]
18913
18914         * src/account.c
18915         * src/inc.c
18916         * src/prefs_account.[ch]
18917         * src/send.c
18918                 removed local account without SMTP server
18919                 added option to use mail command instead of a connexion
18920                 to SMTP server when a local account is used
18921         * src/prefs_headers.c
18922                 fixed a bug
18923         * src/news.c
18924                 fixed a bug when connexion immediately closed
18925
18926 2001-05-01 [alfons]
18927
18928         0.4.66claws1
18929         
18930         * sync with 0.4.65
18931
18932 2001-05-01 [sergey]
18933
18934         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18935         widget nntpauth_chkbtn.
18936         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18937         visibility.
18938         (prefs_account_nntpauth_toggled): new function.
18939
18940         * src/news.c (news_session_new_for_folder): use NNTP
18941         authentication only if ac->use_nntp_auth is set.
18942
18943 2001-05-01 [hoa]
18944
18945         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18946         * src/prefs_display_headers.c changed the UI
18947         * src/prefs_headers.c changed account_name to account_id
18948         * src/compose.c using customheader.h
18949
18950 2001-05-01 [hiroyuki]
18951
18952         * src/esmtp.c
18953           src/news.c
18954           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18955           unsynched.
18956
18957 2001-05-01 [hoa]
18958
18959         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18960         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18961                 for displaying of headers
18962         * src/grouplist_dialog.[ch] minor changes to remove warnings
18963         * src/prefs_display_headers.[ch] dialog to choose the
18964         headers to display in the mail viewer.
18965         * src/headers.h correction of #define
18966         * src/headers_display.[ch] configuration for displaying of headers.
18967         * src/main.c read config of displaying of headers
18968         * src/prefs_common.c add a button to access the config dialog
18969                 for displaying of headers
18970         * src/prefs_display_headers.[ch] dialog for configuration for
18971                 displaying of the headers.
18972         * src/prefs_headers.c cleaning of code
18973         * src/procheader.c comments added to code
18974         * src/textview.c changes to reorder the headers depending
18975                 on the config for displaying of headers
18976
18977 2001-04-30 [alfons]
18978
18979         0.4.65claws7
18980
18981         * sync with 0.4.65cvs12
18982
18983         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18984
18985 2001-04-30 [sergey]
18986
18987         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18988
18989         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18990         is set to force reconnection after authentication failure.
18991         (nntp_gen_command): set sock->auth_failed on authentication
18992         failure, or if sock->userid and sock->passwd are not set.
18993
18994         * src/news.c (news_session_new_for_folder): set userid=NULL if
18995         password dialog is cancelled.
18996
18997 2001-04-30 [sergey]
18998
18999         * src/nntp.h (NNTPSockInfo): new type.
19000
19001         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
19002         SockInfo.
19003         (nntp_open_auth, nntp_close): new functions.
19004         (nntp_gen_command): new function to handle authentication; all
19005         NNTP command functions updated to use it.
19006         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
19007         (nntp_list): removed old useless code.
19008
19009         * src/news.h (NNTPSession): new field nntp_sock.
19010
19011         * src/news.c: all functions updated to use NNTPSockInfo instead of
19012         SockInfo.
19013         (news_session_new): new arguments (userid, passwd); made static;
19014         use nntp_open_auth() if needed.
19015         (news_session_destroy): use nntp_close() instead of sock_close().
19016         (news_query_password): changed arguments.
19017         (news_session_new_for_folder): new function.
19018         (news_session_get): use news_session_new_for_folder().
19019         (news_authenticate): deleted.
19020         (news_get_uncached_articles): removed old authentication code.
19021
19022 2001-04-30 [sergey]
19023
19024         * src/news.c: reverted my previous changes (need to do NNTP
19025         authentication in a cleaner way).
19026         
19027 2001-04-29 [sergey]
19028
19029         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
19030         news_nntp_post, news_nntp_mode): new functions (wrappers with
19031         authentication support).
19032         (news_get_article_cmd, news_get_article, news_get_header): new
19033         argument "folder"; all callers changed.
19034         (news_get_article_cmd): added authentication support.
19035         (news_session_get): use news_nntp_mode() instead of nntp_mode().
19036         (news_post): use news_nntp_post() instead of nntp_post().
19037         (news_get_uncached_articles): use news_nntp_group() instead of
19038         nntp_group() and news_nntp_xover() instead of nntp_xover();
19039         removed old authentication code.
19040         (news_get_group_list): use news_nntp_list() instead of nntp_list().
19041
19042         * src/nntp.c (nntp_list): return real error code instead of
19043         hardcoded NN_ERROR.
19044
19045 2001-04-29 [sergey]
19046
19047         * configure.in: fixed wint_t typedef detection again
19048
19049 2001-04-28 [hoa]
19050
19051         * src/prefs_account.[ch], added A_LOCAL_CMD
19052                 (send mail with mail command)
19053         * src/send.c added function send_message_with_command()
19054         * src/inc.c made a more secure get_spool() function with
19055                 mktemp() but maybe mkstemp() or something more
19056                 secure can be used.
19057
19058 2001-04-28 [alfons]
19059
19060         * src/textview.c, colorization of email addresses in headers
19061
19062         0.4.65claws6
19063
19064         * bug sync with sylpheed
19065         * prefs_common.c: created date format ui for darko
19066         * sync with 0.4.65cvs11
19067         * configure.in: corrected to have the new gpg checks
19068
19069 2001-04-27 [alfons]
19070
19071         * completed sync with 0.4.65cvs10
19072         * minor debug things added to gtkstext.c
19073
19074 2001-04-27 [darko]
19075
19076         * configure.in: remove check for availability of
19077           strftime() as advised by Hiroyuki
19078         * src/prefs_common.[ch], src/procheader.c:
19079           synch strftime() code with Hiroyki's main branch
19080
19081 2001-04-26 [sergey]
19082
19083         * src/news.c: news_query_password(), news_authenticate(): new
19084           functions.
19085           news_get_uncached_articles(): added NNTP authentication
19086           handling.
19087         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
19088           new functions.
19089         * src/prefs_account.c: prefs_account_protocol_activated():
19090           enable userid and password fields for NNTP.
19091
19092 2001-04-26
19093
19094         * configure.in: check for availability of strftime()
19095           [darko]
19096         * src/prefs_common.[ch], src/procheader.c: use
19097           strftime() for displaying date in summary pane if it
19098           is available
19099
19100 2001-04-25
19101
19102         * more .cvsignore cleanups [alfons]
19103
19104 2001-04-25
19105
19106         * ac/sv-check-type.m4: new autoconf macro.
19107         * configure.in: fixed wint_t typedef detection (did not work
19108           with gcc-2.96).
19109
19110 2001-04-25
19111
19112         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
19113           [hiroyuki]
19114
19115 2001-04-24
19116         * modified gtkstext.c : buggy cursor navigation fixed, 
19117           and font descent also taken in account when drawing
19118           cursor. [alfons]
19119
19120 2001-04-24 [hoa]
19121         * added comments in src/news.c src/nntp.c
19122         * added src/prefs_headers.[ch]
19123         * added src/headers.[ch]
19124         * modified compose.c to activate custom headers
19125                 added function is_in_custom_headers
19126         * modified prefs_account.[ch]
19127                 added function prefs_account_customhdr_edit
19128         * modified src/defs.h :
19129                 added HEADERS_RC : name of the config file
19130                 for the custom headers
19131
19132 2001-04-24
19133
19134     0.4.65claws5
19135
19136         * configure.in
19137           src/gtkstext.[ch]
19138           src/compose.c
19139           src/Makefile.am
19140           
19141           added gtkstext with configure.in patch by Hiroyuki which
19142           should fix the XIM detection [alfons]
19143
19144         * more clean up of cvs [alfons]
19145
19146                  * removed all Makefile.in files to attic.
19147
19148                  * updated all .cvsignores to really ignore things that could
19149                    be unintentionally committed by a recursive commit.
19150
19151 2001-04-23 [hoa]
19152         * added src/grouplist_dialog.[ch]
19153         * changed src/folderview.c to call grouplist_dialog instead
19154                 of inputdialog
19155         * src/news.c :
19156                 added functions news_reset_group_list
19157                 and news_get_group_list
19158         * src/nntp.c :
19159                 added function nntp_list
19160         * src/defs.h :
19161                 added GROUPLIST_FILE : name of the newsgroup list cache file
19162
19163 2001-04-21
19164
19165         * added option to warn about queued messages on exit [sergey]:
19166
19167           * src/compose.c: compose_queue(): call folder_item_scan()
19168             and folderview_update_item() after queueing.
19169           * src/folderview.c: folderview_update_node(): draw the queue
19170             folder in bold font if there are queued messages.
19171           * src/mainwindow.c: queued_messages(): new function.
19172             app_exit_cb(): display warning if there are queued messages
19173             if warn_queued_on_exit is set.
19174           * prefs_common.[ch]: add warn_queued_on_exit option.
19175
19176         * enhanced GnuPG key selection support [sergey]:
19177
19178           * src/select-keys.c: updated to newer version from Win32
19179             branch with support for selecting arbitrary keys.
19180           * src/prefs_account.c: added the Privacy tab to the account
19181             options window.
19182             prefs_account_privacy_create(),
19183             prefs_account_sign_key_set_data_from_radiobtn(),
19184             prefs_account_sign_key_set_radiobtn(): new functions.
19185           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
19186           * src/rfc2015.c: set_signers(): new function.
19187             pgp_sign(): add the account parameter, call set_signers().
19188             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
19189           * src/rfc2015.h: rfc2015_sign(): updated prototype.
19190           * src/compose.c: pass the current account to rfc2015_sign().
19191
19192         * tag name claws added to prevent confusion with main branch [alfons]
19193
19194         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
19195
19196         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
19197
19198         * sync with recent sylpheed cvs. Untested though. [alfons]
19199